@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --secondary: #ff4c00;
  --primary: #6213d3;
  --kalibrasi-main: #002981;
  --dark-slate-grey: #2f3640;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-white: white;
  --darkgrey: #383b3d;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-gray-500: #6b7094;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray600: #475467;
  --grey: #f4f6fc;
  --white: white;
  --bg-info: #cde6f6;
  --muted: #9a9a9a;
  --info: #69b3e5;
  --success: #3bcf79;
  --warning: #f4b34a;
  --danger: #e95e4f;
  --bg-success: #cbf3dc;
  --bg-warning: #fce7c4;
  --bg-danger: #f9d3cf;
  --flowui-component-library-gray-700: #282556;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('../images/cdn/youtube-placeholder.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/cdn/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #5f5f5f;
  background-color: #fafafa;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 0.95;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.938;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.083;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.111;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.286;
}

p {
  margin-bottom: 0;
  line-height: 1.375rem;
}

a {
  color: #3498db;
  text-decoration: none;
}

li {
  padding-left: 10px;
  line-height: 1.375rem;
}

label {
  color: #666;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.3125rem;
  display: block;
}

blockquote {
  border-left: 3px solid #ccc;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5;
}

.header {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  align-items: center;
  height: 72px;
  padding-left: 0%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.section-heading {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  display: block;
  position: relative;
}

.container.mitra-partner-section {
  flex-direction: column;
  max-width: 1140px;
  display: block;
}

.container.flex-vertical {
  flex-direction: column;
}

.container.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-tags {
  color: #666;
  margin-top: 30px;
  margin-bottom: 30px;
}

.site-label {
  color: #999;
  text-align: right;
  text-transform: uppercase;
  margin-right: 10px;
  padding-bottom: 0;
}

.row {
  margin-bottom: 30px;
}

.lead-paragraph {
  font-size: 1.125rem;
}

.small-paragraph {
  font-size: 0.75rem;
  line-height: 1.417;
}

.cite-paragraph {
  color: #999;
  font-style: italic;
  line-height: 1.3125rem;
}

.table-wrapper.border {
  border: 1px solid #ccc;
}

.table-head {
  border-bottom: 2px solid #ccc;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  display: flex;
}

.table-heading {
  font-weight: 700;
}

.table-row {
  border-bottom: 1px solid #ccc;
  align-items: center;
  height: 35px;
  display: flex;
}

.table-row.odd {
  background-color: #e5e5e5;
}

.table-cell {
  width: 25%;
  padding-left: 10px;
}

.input {
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 44px;
  margin-bottom: 0;
}

.input.group {
  border-style: none;
}

.input.focused {
  border-color: #3498db;
}

.input.disabled {
  background-color: #e5e5e5;
}

.field-label.checkbox {
  padding-left: 0;
}

.field-label.checkbox.error {
  color: #e94b35;
}

.field-label.checkbox.success {
  color: #38ce78;
}

.field-label.checkbox.warning {
  color: #f4a427;
}

.field-label.checkbox.disabled, .field-label.disabled {
  color: #c5c5c5;
  text-decoration: line-through;
}

.input-group-wrapper {
  border: 1px solid #ccc;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  display: flex;
  overflow: hidden;
}

.input-group-wrapper.error {
  border-color: #e74c3c;
}

.input-group-wrapper.warning {
  border-color: #f4a427;
}

.input-group-wrapper.success {
  border-color: #38ce78;
}

.input-group-left {
  background-color: #e5e5e5;
  border-right: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 100%;
  display: flex;
}

.input-group-left.error {
  background-color: #f9d3cf;
  border-right-color: #e74c3c;
}

.input-group-left.warning {
  background-color: #fce7c4;
  border-right-color: #f4a427;
}

.input-group-left.success {
  background-color: #cbf3dc;
  border-right-color: #38ce78;
}

.input-group-right {
  background-color: #e5e5e5;
  border-left: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.input-group-right.error {
  color: #e94b35;
  background-color: #fff;
  border-left-style: none;
  font-weight: 900;
}

.input-group-right.warning {
  color: #f4a427;
  background-color: #fff;
  border-left-style: none;
  font-weight: 900;
}

.input-group-right.success {
  color: #38ce78;
  background-color: #fff;
  border-left-style: none;
  font-weight: 900;
}

.textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
}

.select-field {
  background-color: #fff;
  border-radius: 2px;
}

.switch-wrapper {
  color: #b4b4b4;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #3498db;
  border-radius: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 33px;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 900;
  display: flex;
}

.switch-wrapper.active {
  color: #3498db;
  border-color: #3498db;
}

.switch-wrapper.deactive {
  color: #999;
  background-color: #e5e5e5;
  flex-direction: row-reverse;
  padding-left: 2px;
  padding-right: 10px;
}

.switch-button {
  background-color: #3498db;
  border-radius: 50px;
  flex-direction: row;
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
}

.switch-button.active {
  background-color: #3498db;
}

.button-row {
  justify-content: space-between;
  display: flex;
}

.button {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 2px;
  align-self: stretch;
  height: 44px;
  padding: 10px 20px;
  line-height: 1.3125rem;
  transition: background-color .2s;
}

.button:hover {
  background-color: #0000001a;
}

.button:active {
  box-shadow: inset 1px 1px 3px #0000004d;
}

.button.w--current, .button.primary {
  color: #fff;
  background-color: #3498db;
}

.button.primary:hover {
  background-color: #67b2e5;
}

.button.success {
  color: #fff;
  background-color: #2ecc71;
}

.button.success:hover {
  background-color: #63d995;
}

.button.info {
  color: #fff;
  background-color: #67b2e5;
}

.button.info:hover {
  background-color: #9acced;
}

.button.warning {
  color: #fff;
  background-color: #f39c12;
}

.button.warning:hover {
  background-color: #f7b54e;
}

.button.danger {
  color: #fff;
  background-color: #e74c3c;
}

.button.danger:hover {
  background-color: #ee796d;
}

.button.large {
  height: 55px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button.small {
  height: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.button.xtra-small {
  height: 23px;
  padding-top: 0;
  padding-bottom: 0;
}

.button.pull-right {
  float: right;
}

.button.sign-in-navbar {
  float: right;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-right: 11px;
}

.button.pagination {
  border-style: none;
  border-radius: 0;
}

.button.pagination.right-border {
  border-right-style: solid;
}

.button.pagination.right-border.current {
  color: #fff;
  background-color: #3498db;
}

.button.pager {
  color: #3498db;
  border-radius: 50px;
}

.button.margin-right {
  margin-right: 10px;
}

.muted-paragraph {
  color: #9a9a9a;
}

.primary-pragraph {
  color: #3498db;
}

.success-paragraph {
  color: #3bcf79;
}

.info-paragraph {
  color: #69b3e5;
}

.warning-paragraph {
  color: #f4b34a;
}

.danger-paragraph {
  color: #e95e4f;
}

.background-block {
  border-radius: 2px;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  display: flex;
}

.background-block.primary {
  color: #fff;
  background-color: #3498db;
  align-items: center;
}

.background-block.success {
  background-color: #cbf3dc;
}

.background-block.info {
  background-color: #cde6f6;
}

.background-block.warning {
  background-color: #fce7c4;
}

.background-block.danger {
  background-color: #f9d3cf;
}

.drop-button {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 2px;
}

.drop-list.w--open {
  text-transform: none;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  margin-top: 20px;
  box-shadow: 0 0 3px #00000040;
}

.drop-list.drop-up.w--open {
  bottom: 66px;
}

.drop-toggle {
  height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.switch-text-block {
  justify-content: space-between;
  align-items: center;
  width: 76px;
  height: 33px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: absolute;
}

.switch-button-block {
  z-index: 1;
  border-radius: 50px;
  align-items: center;
  width: 76px;
  height: 33px;
  padding-top: 3px;
  padding-left: 2px;
  padding-right: 2px;
  display: block;
  position: relative;
}

.off-text {
  color: #e95e4f;
}

.on-text {
  color: #3bcf79;
}

.switch-button-on {
  background-color: #3bcf79;
  border-radius: 50px;
  width: 27px;
  height: 27px;
}

.button-nav-row {
  float: right;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 2px;
}

.icon {
  font-family: Fontawesome webfont, sans-serif;
}

.icon.open-close-accordion {
  margin-right: 10px;
}

.navigation-button {
  color: #353535;
  background-color: #0000;
}

.footer {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 50px;
}

.drop-link {
  border-bottom: 1px solid #fff;
  min-width: 180px;
}

.drop-link:hover {
  background-color: #e5e5e5;
  border-bottom-color: #ccc;
}

.button-group {
  justify-content: flex-start;
  display: flex;
}

.button-group.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  border-bottom: 1px solid #cdcdcd;
  flex-wrap: wrap;
  height: 44px;
  display: flex;
}

.tabs-menu.pills {
  border-bottom-style: none;
}

.tab-link {
  color: #3498db;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link:hover {
  background-color: #e5e5e5;
}

.tab-link.w--current {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.tab-link.pill {
  border-radius: 2px;
}

.tab-link.pill.w--current {
  color: #fff;
  background-color: #3498db;
  margin-left: 2px;
  margin-right: 2px;
}

.tab-content {
  padding: 20px;
}

.brand {
  color: #606060;
  text-align: center;
  align-items: center;
  padding: 23px 20px;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}

.nav-link {
  color: #666;
  text-transform: uppercase;
  padding-top: 22px;
  padding-bottom: 22px;
}

.nav-link:hover {
  color: #9f9f9f;
}

.nav-link.w--current {
  color: #666;
  background-color: #ddd;
}

.navbar {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 66px;
}

.navbar-menu {
  float: left;
  height: 66px;
  display: block;
}

.breadcrumbs-block {
  text-align: left;
  background-color: #0000;
  align-items: center;
  height: 1.5rem;
  padding-left: 0;
  font-size: 1rem;
  display: flex;
}

.breadcrumb-link {
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumb-link.active {
  color: #707070;
}

.pagination-block {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
}

.label {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.375rem;
  display: inline-block;
}

.label.default {
  color: #fff;
  background-color: #666;
}

.label.primary {
  color: #fff;
  background-color: #3498db;
}

.label.success {
  color: #fff;
  background-color: #3bcf79;
}

.label.info {
  color: #fff;
  background-color: #69b3e5;
}

.label.warning {
  color: #fff;
  background-color: #f4b34a;
}

.label.danger {
  color: #fff;
  background-color: #e95e4f;
}

.count-badge {
  color: #3498db;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 10px;
  display: inline-block;
}

.count-badge.reverse {
  color: #fff;
  background-color: #3498db;
}

.count {
  color: #fff;
  background-color: #666;
  border-radius: 50px;
  margin-left: 10px;
  padding: 0 10px;
  line-height: 1.5rem;
  display: inline-block;
}

.count.reverse {
  color: #3498db;
  background-color: #fff;
}

.block {
  display: inline-block;
}

.alert {
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.alert.success {
  color: #3bcf79;
  background-color: #cbf3dc;
  border: 1px solid #3bcf79;
}

.alert.info {
  color: #3498db;
  background-color: #cde6f6;
  border: 1px solid #3498db;
}

.alert.warning {
  color: #f4b34a;
  background-color: #fce7c4;
  border: 1px solid #f4b34a;
}

.alert.danger {
  color: #e95e4f;
  background-color: #f9d3cf;
  border: 1px solid #e95e4f;
}

.close {
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
}

.progress-background {
  background-color: #fafafa;
  border-radius: 2px;
  height: 22px;
  overflow: hidden;
  box-shadow: inset 0 3px 3px #00000040;
}

.progress-bar {
  color: #fff;
  text-align: center;
  background-color: #3498db;
  width: 37%;
  height: 22px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.833;
  display: inline-block;
}

.progress-bar.orange {
  background-color: #f4b34a;
  width: 10%;
}

.progress-bar.green {
  background-color: #3bcf79;
  width: 25%;
}

.progress-bar.red {
  background-color: #e95e4f;
  width: 8%;
}

.panel {
  border: 1px solid #cecece;
  border-radius: 2px;
  min-height: 88px;
  overflow: hidden;
  box-shadow: 0 0 6px #00000040;
}

.panel.primary {
  border-color: #3498db;
}

.panel.success {
  border-color: #3bcf79;
}

.panel.info {
  border-color: #69b3e5;
}

.panel.warning {
  border-color: #f4b34a;
}

.panel.danger {
  border-color: #e95e4f;
}

.panel-title {
  background-color: #e5e5e5;
  height: 44px;
  padding-left: 20px;
  font-size: 1.125rem;
  line-height: 2.444;
}

.panel-title.primary {
  color: #fff;
  background-color: #3498db;
}

.panel-title.success {
  color: #fff;
  background-color: #3bcf79;
}

.panel-title.info {
  color: #fff;
  background-color: #69b3e5;
}

.panel-title.warning {
  color: #fff;
  background-color: #f4b34a;
}

.panel-title.danger {
  color: #fff;
  background-color: #e95e4f;
}

.panel-content {
  background-color: #fff;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.well {
  background-color: #f2f2f2;
  border-radius: 2px;
  min-height: 44px;
  padding-top: 12px;
  padding-left: 20px;
  box-shadow: inset 1px 1px 5px #00000040;
}

.modal-wrapper {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  min-width: 50vw;
  box-shadow: 0 0 6px #00000040;
}

.modal-title {
  background-color: #e5e5e5;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
}

.close-modal {
  cursor: pointer;
  margin-right: 10px;
  padding: 10px;
  display: block;
}

.modal-content {
  min-height: 66px;
  padding: 20px;
}

.modal-footer {
  border-top: 1px solid #ccc;
  justify-content: flex-end;
  align-items: center;
  height: 66px;
  padding-top: 10px;
  padding-right: 20px;
  display: flex;
}

.modal-bg {
  z-index: 1001;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.accordion-wrapper {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 6px #00000040;
}

.acordion-title {
  background-color: #e5e5e5;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
}

.accordion-content {
  padding: 20px;
  position: relative;
}

.accordion-content.w--open {
  background-color: #fff;
}

.accordion-title {
  color: #5f5f5f;
  background-color: #e5e5e5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 0 0 20px;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
}

.accordion {
  width: 100%;
}

.open-close-accordion-icon {
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
}

.slider-left-arrow, .slider-right-arrow {
  color: #666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #0000;
  align-items: center;
  padding: 20px 70px;
  display: block;
}

.slider-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
}

.tooltip {
  color: #000;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
}

.tooltip-show {
  margin-bottom: -12px;
  padding: 3px 10px;
  display: none;
}

.colors-wrapper {
  text-align: center;
  background-color: #fff;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  display: block;
  box-shadow: 0 0 6px #00000040;
}

.color-block {
  flex-direction: column;
  align-self: stretch;
  width: 16.66%;
  padding: 10px;
  display: flex;
}

.color {
  background-color: #0098ff;
  min-width: 20px;
  min-height: 50px;
  margin-bottom: 0;
}

.color.e74c3c {
  background-color: #e74c3c;
}

.color.ed796d {
  background-color: #ed796d;
}

.colors {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 0.875rem;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  font-size: 0.875rem;
  display: flex;
}

.navbar-brand {
  order: -1;
}

.nav-menu-wrapper {
  margin-right: -30px;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0.875rem;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.429;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #ff4c00;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.nav-link-last {
  margin-right: 0;
  padding-right: 0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 0.875rem;
  line-height: 1.429;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  margin-top: -20px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.429;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--secondary);
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: .5rem;
  margin-left: 0;
  margin-right: 20px;
  padding: 12px 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.667;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover {
  color: #fff;
  background-color: #ff4c09;
}

.button-primary:active {
  background-color: #ff4c09;
}

.button-primary.button-primary-blue {
  background-color: var(--primary);
  -webkit-text-stroke-color: var(--kalibrasi-main);
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.button-primary.button-primary-blue-white {
  border: 1px solid var(--kalibrasi-main);
  color: var(--kalibrasi-main);
  background-color: #0000;
  margin: 0 auto;
  display: inline-block;
  position: static;
}

.image {
  width: 12rem;
  max-width: 12rem;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  max-width: none;
  padding: 40px 0;
  position: relative;
}

.hero-heading-left.no-background {
  background-color: #fff;
  background-image: none;
}

.hero-heading-left.is_light {
  background-image: url('../images/hero_background.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.hero-heading-left.is_light.section {
  background-image: url('../images/div.hero-main-section.png');
  background-repeat: no-repeat;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-wrapper.one-row {
  display: block;
}

.hero-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: block;
}

.hero-split.hero-split-left {
  margin-right: 40px;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.button-secondary {
  color: #ff4c09;
  background-color: #fff;
  border-radius: .5rem;
  padding: 12px 20px;
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
}

.button-secondary.border {
  border: 1px solid var(--primary);
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  white-space: nowrap;
  flex: 0 auto;
}

.div-block {
  margin-top: 20px;
  display: flex;
}

.div-block.space-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-2 {
  background-image: linear-gradient(#000, #fff);
}

.hero-main-section {
  min-height: 480px;
  color: var(--dark-slate-grey);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/div.hero-main-section.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  border: 1px #000;
  justify-content: center;
  font-size: 0.75rem;
  display: flex;
}

.hero-main-section.section {
  background-image: url('../images/div.hero-main-section.png');
  background-size: auto;
  background-attachment: scroll;
  display: block;
}

.heading {
  color: #fff;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
}

.heading.heading-dark {
  color: var(--dark-slate-grey);
  margin-right: 10px;
  font-size: 2rem;
  display: inline;
}

.heading.new {
  line-height: 105%;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #002981;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.429;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: #ff4c00;
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.service-overview {
  border-style: none;
  border-color: #000;
  justify-content: center;
  padding: 1rem 30px 2rem;
  display: flex;
  position: relative;
}

.service-overview.section {
  display: block;
}

.centered-heading {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 16px;
  font-family: Noto Sans, sans-serif;
  font-size: 2rem;
}

.centered-heading.uui-text-color-white {
  white-space: normal;
  font-size: 2rem;
  line-height: 1.25;
}

.service-description {
  max-width: 550px;
  color: var(--dark-slate-grey);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
}

.services-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-four {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: auto;
}

.services-card-text {
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
}

.heading-2 {
  color: var(--dark-slate-grey);
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.094;
}

.heading-3 {
  color: var(--dark-slate-grey);
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
}

.heading-4, .heading-5 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.text-block {
  color: var(--dark-slate-grey);
  font-family: Noto Sans, sans-serif;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-family: Noto Sans, sans-serif;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-text-size-medium.uui-text-color-white {
  color: #fff;
}

.uui-text-size-medium.uui-text-color-white.wrap-normal {
  white-space: normal;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout86_image-wrapper {
  background-color: var(--untitled-ui-gray50);
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

.uui-layout86_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout86_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-heading-left-2 {
  outline-offset: 0px;
  background-color: #f5f7fa;
  background-image: url('../images/hero_background.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  outline: 3px #5f5f5f;
  padding: 80px 30px;
  font-family: Noto Sans, sans-serif;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--untitled-ui-white);
  -webkit-text-stroke-color: transparent;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-6 {
  margin-bottom: 20px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Noto Sans, sans-serif;
  position: relative;
}

.centered-heading-2 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 16px;
  font-size: 2rem;
}

.pricing-description {
  color: #2f3640;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #2f3640;
  margin-bottom: 20px;
  font-size: 1rem;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.429;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
  margin-bottom: 10px;
}

.heading-12.f-h3-heading {
  color: var(--darkgrey);
  text-align: center;
  font-weight: 700;
}

.f-button-neutral {
  min-height: 48px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #002981;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #3266d4;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  display: flex;
}

.f-button-wrapper.justify-content-start {
  width: auto;
}

.f-paragraph-regular {
  color: var(--dark-slate-grey);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.f-icon-regular {
  color: #2f3640;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library-gray-900);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.778;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.714;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-image-cover {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #383b3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  align-items: center;
  margin-top: 0;
  padding: 40px 5%;
  display: block;
  position: relative;
}

.body {
  background-color: var(--untitled-ui-white);
  font-family: Noto Sans, sans-serif;
}

.heading-13 {
  color: var(--untitled-ui-white);
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  line-height: 2.625rem;
}

.body-2 {
  font-family: Noto Sans, sans-serif;
}

.footer-dark {
  color: var(--dark-slate-grey);
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: 100%;
}

.footer-content {
  grid-column-gap: 13px;
  grid-row-gap: 20px;
  grid-template: "Area"
  / minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr);
  grid-auto-columns: minmax(150px, 1fr);
  grid-auto-flow: row;
  width: 70%;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 16px;
  margin-bottom: 12px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.143;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.143;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.143;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team-slider {
  border: 1px none var(--kalibrasi-main);
  background-color: #fff;
  border-radius: .5rem;
  padding: 60px 30px 80px;
  font-family: Noto Sans, sans-serif;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 16px;
  margin-right: 10px;
  font-size: 2rem;
  display: block;
}

.centered-subheading {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.card-block {
  background-color: var(--untitled-ui-gray100);
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  box-shadow: 0 2px 5px 0 var(--untitled-ui-gray300);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.card-block:first-child {
  padding-right: 0;
}

.card-block.first-item {
  margin-right: 10px;
}

.card-block.no-padding {
  width: 100%;
  padding-bottom: 0;
  display: block;
}

.card-image-two {
  background-color: #0000;
  margin-bottom: 18px;
  display: block;
}

.card-block-info {
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  display: flex;
}

.card-block-info.no-margin-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-name {
  color: var(--dark-slate-grey);
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 600;
}

.card-text {
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  font-size: 1rem;
}

.text-link-arrow-3 {
  color: #002981;
  justify-content: flex-start;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.429;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 0.75rem;
  position: static;
  bottom: -60px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-5 {
  font-family: Noto Sans, sans-serif;
}

.hero-h1 {
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 2rem;
}

.hero-h1.uui-text-color-white {
  color: var(--untitled-ui-white);
}

.paragraph {
  color: var(--dark-slate-grey);
  margin-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
}

.paragraph-2 {
  color: var(--dark-slate-grey);
  margin-bottom: 40px;
  font-size: 1em;
}

.body-3 {
  font-family: Noto Sans, sans-serif;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  background-color: #002981;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: #002981;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-form-checkbox-label {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Noto Sans, sans-serif;
  overflow: auto;
}

.uui-form_input.select {
  color: var(--untitled-ui-gray900);
  background-color: #fff;
  font-family: Noto Sans, sans-serif;
}

.uui-field-label {
  color: var(--dark-slate-grey);
  margin-bottom: .5rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-form-radio-label {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui-primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.uui-text-style-link-02 {
  color: var(--dark-slate-grey);
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.uui-icon-1x1-xsmall {
  color: #002981;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
}

.uui-contact04_icon-wrapper {
  color: var(--untitled-ui-primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_contact-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.uui-text-size-large {
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.name {
  text-align: center;
}

.uui-contact04_content {
  font-family: Noto Sans, sans-serif;
}

.uui-contact04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding: 40px 20px;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.body-4 {
  font-family: Noto Sans, sans-serif;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  color: var(--dark-slate-grey);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.429;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 0.75rem;
  position: static;
  bottom: -60px;
}

.tabs {
  margin-top: 20px;
}

.youtube {
  object-fit: fill;
  background-image: none;
  width: auto;
  min-width: 390px;
  max-width: 100%;
}

.uui-layout16_image {
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-layout16_image-wrapper {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-icon-2 {
  color: #002981;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-text-size-medium-2 {
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout16_item._1card {
  text-align: center;
}

.uui-layout16_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.uui-layout16_item-list.grid4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.uui-layout16_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout16_component.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-14 {
  color: var(--dark-slate-grey);
  margin-bottom: 40px;
}

.uui-layout17_image {
  object-fit: cover;
  width: 100%;
}

.uui-layout17_image-wrapper {
  background-color: var(--untitled-ui-gray50);
  width: 100%;
  height: 100%;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-wrapper.max-width-full-mobile-landscape {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.uui-button-primary-navy {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #002981;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-primary-navy:hover {
  color: #fff;
  background-color: #3266d4;
}

.uui-button-primary-navy:focus {
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
  background-color: #002981;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-medium-3 {
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout17_item-text-wrapper {
  padding-top: .5rem;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-2 {
  border: .5rem none var(--untitled-ui-primary50);
  width: 80px;
  height: 80px;
  color: var(--untitled-ui-gray500);
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout17_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout17_item {
  display: flex;
}

.uui-layout17_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.uui-layout17_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-15 {
  color: var(--dark-slate-grey);
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 600;
}

.text-block-6 {
  color: #002981;
}

.uui-layout08_image {
  border: .25rem none var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-text-size-large-2 {
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-layout08_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout08_item {
  display: flex;
}

.uui-layout08_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout08_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-4.button-row-center {
  justify-content: center;
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-layout75_icon {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
}

.uui-layout75_item {
  background-color: var(--untitled-ui-gray50);
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.uui-layout75_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large-3 {
  max-width: 100%;
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
}

.uui-max-width-large {
  max-width: 100%;
}

.uui-text-align-center {
  max-width: 100%;
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 1rem;
}

.uui-layout75_component {
  flex-direction: column;
  align-items: center;
  display: block;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  background-color: #f5f7fa;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_layout {
  float: none;
  font-family: Open Sans, sans-serif;
  display: block;
  position: relative;
}

.div-block-4 {
  background-image: url('../images/background_mitra.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.uui-text-color-white {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  width: 100%;
}

.uui-text-color-white.uui-text-align-center {
  max-width: none;
  font-size: 1rem;
  font-weight: 400;
}

.mitra-overview {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/background_mitra.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.mitra-overview.section {
  background-image: url('../images/Background-Ungu.png');
}

.button-primary-body {
  -webkit-text-stroke-color: #ff4c09;
  background-color: #ff4c09;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
}

.button-primary-body.new {
  border: 1px solid var(--untitled-ui-white);
  background-color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  margin-left: 0;
  margin-right: 0;
}

.button-primary-body.white {
  background-color: var(--secondary);
  color: var(--untitled-ui-white);
  -webkit-text-stroke-color: white;
}

.button-primary-body.white.border {
  border: 1px solid var(--primary);
  background-color: var(--untitled-ui-white);
  color: var(--primary);
}

.mini-header {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/banner-torsi.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  height: 200px;
}

.heading-16 {
  color: #fff;
  text-align: center;
  height: auto;
  margin: auto 0;
  font-family: Open Sans, sans-serif;
  display: block;
  position: static;
  top: auto;
  overflow: visible;
}

.hero-heading-left-4 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-17 {
  margin-bottom: 20px;
}

.hero-heading-left-5 {
  background-color: #f5f7fa;
  background-image: url('../images/banner_background_2.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left-6 {
  background-color: #f5f7fa;
  background-image: url('../images/banner_background_2.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Noto Sans, sans-serif;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.hero-heading-left-background {
  background-color: #f5f7fa;
  background-image: url('../images/banner_background_2.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  padding: 20px 5%;
  font-family: Noto Sans, sans-serif;
  display: flex;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading {
  background-image: url('../images/banner_background_2.png');
  background-position: 0 0;
  background-size: auto;
  font-family: Noto Sans, sans-serif;
}

.div-block-5 {
  background-image: url('../images/header_background_medium.png');
  background-position: 0 0;
  background-size: auto;
}

.uui-space-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 2rem;
  display: block;
}

.hero-heading-left-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.shadow-two-8 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-medium {
  background-image: url('../images/Banner_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.mitra-wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag-button {
  color: #7f7f7f;
  border: 1px solid #7f7f7f;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.75rem;
  display: inline-block;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-label-location {
  background-color: var(--primary);
  color: var(--flowui-component-library-white);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 10px;
  padding: 5px;
  font-size: 0.75rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-heading-left-8 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.margin-bottom-24px-9 {
  margin-bottom: 24px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.shadow-two-9 {
  box-shadow: 0 4px 24px #96a3b514;
}

.uui-button-icon-4 {
  color: #6213d3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

.uui-text-size-medium-5 {
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-5 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout68_item-text-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-icon-1x1-xsmall-4 {
  color: #002981;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-3 {
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: #002981;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout68_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout68_item {
  display: flex;
}

.uui-layout68_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-layout68_image {
  object-fit: cover;
  width: 100%;
}

.uui-layout68_image-wrapper {
  background-color: var(--untitled-ui-gray50);
  width: 100%;
  height: 100%;
}

.uui-layout68_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout19_image {
  object-fit: cover;
  width: 100%;
}

.uui-layout19_image-wrapper {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.uui-layout19_item-text-wrapper {
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-layout19_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-layout19_item {
  display: flex;
}

.uui-layout19_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.uui-layout19_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-text-size-small {
  color: var(--dark-slate-grey);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.uui-text-size-small.uui-color-main {
  color: #6213d3;
}

.uui-text-size-body {
  color: var(--dark-slate-grey);
  font-size: 1rem;
}

.collection-item-2 {
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.uui-text-style-link-02-2 {
  color: var(--dark-slate-grey);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.uui-space-xxsmall-6 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-4 {
  color: var(--dark-slate-grey);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-5 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: var(--untitled-ui-primary100);
  width: 3rem;
  height: 3rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  font-size: 1rem;
}

.uui-text-size-large-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-7 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_contact07 {
  background-color: var(--untitled-ui-gray50);
}

.location-detail-overview {
  cursor: pointer;
  font-family: Noto Sans, sans-serif;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-4.button-primary {
  background-color: #ff4c00;
  border-color: #ff4c00;
}

.uui-faq05_cta-button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large-5 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-7 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-5 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-faq05_cta-content {
  flex: 1;
}

.uui-faq05_cta {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  background-color: var(--untitled-ui-gray50);
  box-shadow: 0 2px 5px 0 var(--untitled-ui-gray300);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 4rem;
  padding: 2rem;
  display: grid;
}

.uui-text-size-medium-6 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq05_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.uui-faq05_component {
  margin-top: 4rem;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-space-xsmall-7 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-5 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-padding-vertical-normal {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mitra-overview-features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text-block-7 {
  font-size: 0.75rem;
  font-weight: 400;
}

.text-block-8 {
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
}

.text-block-9 {
  font-size: 0.75rem;
}

.text-block-10 {
  flex: 0 auto;
  align-self: auto;
  font-size: 0.75rem;
  font-weight: 600;
}

.collection-item-3 {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  text-align: center;
}

.link {
  color: var(--primary);
  margin-right: 5px;
}

.div-block-7 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-11 {
  color: var(--dark-slate-grey);
  display: inline;
}

.text-block-12 {
  color: var(--secondary);
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.flex-block.gap-80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.flex-block.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-4 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-4:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-7 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-8 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-6 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-4 {
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout87_item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout87_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  box-shadow: 0 2px 5px 0 var(--untitled-ui-gray300);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding: 20px;
  display: grid;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  font-family: Noto Sans, sans-serif;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-9 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-without-image {
  color: #fff;
  background-color: #f5f7fa;
  background-image: url('../images/Background-Ungu.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-10 {
  margin-bottom: 24px;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.uui-heroheader02_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader02_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-5:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-5.is-button-large {
  grid-column-gap: .75rem;
  background-color: var(--kalibrasi-main);
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-6.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-7 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  -webkit-text-stroke-color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-10 {
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Noto Sans, sans-serif;
}

.uui-section_heroheader02 {
  overflow: hidden;
}

.body-5 {
  background-color: #fff;
}

.image-3 {
  width: 30px;
}

.collection-item-4 {
  height: 100%;
}

.value-grid-4 {
  margin-bottom: 20px;
}

.service {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0 0% 0% auto;
}

.button-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  display: flex;
}

.hero-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 8px #0000001a;
}

.content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._64ba2ee8106fa4f36f9e7d7d_icon_mudah-svg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.content-2 {
  grid-column-gap: 7.99999px;
  grid-row-gap: 7.99999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-24_h2 {
  color: #383b3d;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 110%;
}

.reguler-16_h6 {
  color: #2f3640;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
}

.link-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 273px;
  display: flex;
}

.link-2.hidden {
  display: none;
}

.div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 3.8px;
  display: flex;
}

.text {
  color: #002981;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.429;
}

.div-arrow-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.content-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-4 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-text-size-xsmall {
  font-size: 0.875rem;
}

.sec-img-kanan {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  padding: 40px 5%;
  display: flex;
}

.img {
  object-fit: cover;
  width: 50%;
  max-width: 100%;
  display: block;
}

.text-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tittle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 100%;
  color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.microbiology-pengujian-services {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.subtittle {
  opacity: .6;
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.check {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000004413 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._00 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  display: flex;
}

.text-4 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.sec-img-kiri {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  max-width: none;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 40px 30px 80px;
  display: flex;
}

.text-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tittle-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.environmental-pengujian-monitoring-services {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-6 {
  opacity: .6;
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.water-testing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  display: flex;
}

.text-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.water-pengujian {
  color: #383b3d;
  font-size: 1.25rem;
  font-weight: 700;
}

.error-069d332b-d089-4140-4a6e-08d9d92e6e86 {
  color: #9e9e9e;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 146.19%;
}

.solid-sediment-soil-waste-testing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.why-choose-us {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 438px;
  display: flex;
}

.inspeksi-services {
  color: #1c1f35;
  font-size: 2rem;
  font-weight: 700;
}

.features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 295px;
  display: flex;
}

._1-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
}

.third-party-inspeksi-services {
  color: #1c1f35;
  font-size: 1.25rem;
  font-weight: 400;
}

._1-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.container-17 {
  max-width: none;
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 0;
  padding-right: 5%;
  display: flex;
}

.layanan-laboratorium-kalibrasi {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-title {
  color: #000;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.text-10 {
  opacity: .6;
  color: #232536;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

._1-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: grid;
}

._1-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px 16px;
  display: flex;
}

.content-5 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-2 {
  object-fit: cover;
}

.content-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bold-20_h4 {
  color: #2f2f2f;
  margin-bottom: 1.25rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

.text-11 {
  color: gray;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150.5%;
}

._2, ._4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px 16px;
  display: flex;
}

._1-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px 26px;
  display: flex;
}

.content-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.container-18 {
  margin-top: 80px;
}

.container-19 {
  max-width: none;
  margin: 20px 0 80px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-8 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.image-4 {
  width: 100%;
  max-width: 1200px;
}

.sertifikasi {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.sub-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 582px;
  display: flex;
}

.frame-1000004430 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-12 {
  color: #2f3640;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 123%;
}

.content-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000004428 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000004429 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 325px;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.iso-9001-quality-management-system-iso-14001-environmental-management-system-iso-22000-food-safety-management-system-iso-500001-energy-management-system-iso-500001-energy-management-system-iso-500001-energy-management-system-iso-37001-anti-bribery-management-system {
  color: #383b3d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 157.4%;
}

.text-13 {
  color: #2f3640;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 157.4%;
}

.shutterstock_1419416420-1 {
  object-fit: cover;
  max-width: 100%;
}

.iso-9001-quality-management-system-iso-14001-environmental-management-system-iso-22000-food-safety-management-system-iso-500001-energy-management-system-iso-500001-energy-management-system-iso-500001-energy-management-system-iso-37001-anti-bribery-management-system-0 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 157.4%;
}

.iso-9001-quality-management-system-iso-14001-environmental-management-system-iso-22000-food-safety-management-system-iso-500001-energy-management-system-iso-500001-energy-management-system-iso-500001-energy-management-system-iso-37001-anti-bribery-management-system-1 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 157.4%;
}

.container_vertikal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.container-20 {
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-9 {
  display: flex;
}

.breadcrumb_wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-18, .heading-19 {
  display: inline;
}

.hero-left-description-wrapper {
  padding-right: 20px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.content-wrapper.two_col {
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.section {
  color: #2f3640;
  background-color: #fff;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 5%;
  display: block;
}

.section.bg-grey {
  background-color: var(--grey);
}

.section.bg-primary {
  background-color: var(--primary);
}

.section.bg-white {
  background-color: var(--untitled-ui-white);
}

.section.hero-gradient {
  background-image: linear-gradient(#f0e7ff, #fff);
}

.section.hero-image, .section.bg-kalibrasi-hero {
  background-image: url('../images/Calibration-Header.png');
  background-position: 50%;
  background-size: cover;
}

.section.bg-testing-hero {
  background-image: url('../images/Image_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section.bg-inspeksi-hero {
  background-image: url('../images/Inspection-Header.webp');
  background-position: 50%;
  background-size: cover;
}

.section.bg-sertifikasi-hero {
  background-image: url('../images/Image_3.png');
  background-position: 50%;
  background-size: cover;
}

.frame-1000004437 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.process {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f4f6fc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 100px;
  display: flex;
}

.section-title-2 {
  color: #000;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.frame-1000004438 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.frame-1000004439 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.frame-1000004440 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.frame-1000004441 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.process-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f4f6fc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 100px;
  display: flex;
}

.section-title-3 {
  color: #000;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-4 {
  color: #000;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.vectors-wrapper-18 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000004442 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000004443 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000004444 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fafafa;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 76px 162px;
  display: flex;
}

.content-9 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-1000004410 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-14 {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-15 {
  color: #2f3640;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.client-lofo {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1075.47px;
  display: flex;
}

._1-7 {
  grid-column-gap: 116px;
  grid-row-gap: 116px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1075.47px;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 43.061px;
  height: 35px;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 104.952px;
  height: 39px;
  display: flex;
}

._4-2 {
  object-fit: cover;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 40.8276px;
  display: flex;
}

.section-2 {
  background-color: #000;
  background-image: url('../images/Banner.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 266px;
  display: flex;
}

.text-16 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 5.5625rem;
  font-weight: 900;
  text-decoration: none;
}

.process-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f4f6fc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 100px;
  display: flex;
}

.section-title-5 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.calibration-section-items {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.calibration-item-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 24px;
  display: flex;
}

.vectors-wrapper-26.active {
  object-fit: contain;
}

.calibration-item-card-desc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-24_h2-2 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.description {
  opacity: .7;
  color: #282938;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.bold-24_h2-3 {
  color: #383b3d;
  -webkit-text-stroke-color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.bold-24_h2-3.active {
  color: var(--secondary);
  -webkit-text-stroke-color: var(--secondary);
}

.card-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: 944.418px;
}

.logo-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fafafa;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 76px 162px;
  display: flex;
}

.content-10 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-1000004445 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-17 {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-18 {
  color: #2f3640;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.certificate-partner-logo {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1075.47px;
  display: flex;
}

._1-8 {
  grid-column-gap: 116px;
  grid-row-gap: 116px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1075.47px;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 43.061px;
  height: 35px;
  display: flex;
}

.vectors-wrapper-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 104.952px;
  height: 39px;
  display: flex;
}

._4-3 {
  object-fit: cover;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 40.8276px;
  display: flex;
}

.join-mitra-section {
  background-image: url('../images/CTA-2-1.png');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.join-mitra-section.section {
  height: 310px;
}

.bergabung-menjadi-mitra-lab-kami {
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  width: 34rem;
  height: auto;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  position: static;
  top: 71px;
  left: 76px;
}

.frame-1000004446 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23rem;
  min-width: 0;
  height: auto;
  padding-top: 10px;
  display: flex;
}

.vectors-wrapper-31 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-0 {
  color: #fff;
  text-transform: undefined;
  font-size: 1.5rem;
  font-weight: 500;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-2 {
  color: #ff4c00;
  text-transform: undefined;
  font-size: 1.5rem;
  font-weight: 500;
}

.image-9 {
  width: 500px;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: -8rem;
  margin-right: -6rem;
  position: absolute;
  inset: 1rem 0 0 auto;
}

.frame-3852 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.frame-3851 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004447 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 545px;
  height: 50px;
  padding: 12px 20px;
  display: flex;
}

.text-20 {
  color: #828282;
  letter-spacing: .01em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
}

.text-21 {
  color: #828282;
  letter-spacing: .01em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
}

.text-field-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 545px;
  height: 135px;
  padding: 12px 20px;
  display: flex;
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #002981;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 545px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}

.hubungi-kami-0 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.hubungi-kami-1 {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.hubungi-kami-2 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.elmap-marker {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.vectors-wrapper-32, .vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37.6953px;
  height: 50px;
  display: flex;
}

.frame-837 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-832 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  display: flex;
}

.alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-0 {
  color: #000;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-1 {
  color: #7f7f7f;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.frame-1000004448 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004449 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nomor-telepon-02123456789-0 {
  color: #000;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.nomor-telepon-02123456789-1 {
  color: #7f7f7f;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.text-23 {
  color: #fff;
  text-transform: uppercase;
  font-size: 5.5625rem;
  font-weight: 900;
}

.cards-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.vectors-wrapper-36 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.frame-1000004450 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-24_h2-4 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.bold-24_h2-5 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.card-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: 944.418px;
}

.frame-1000004451 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004452 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-25 {
  color: #828282;
  letter-spacing: .01em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
}

.text-26 {
  color: #828282;
  letter-spacing: .01em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
}

.text-field-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 545px;
  height: 135px;
  padding: 12px 20px;
  display: flex;
}

.text-27 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}

.hubungi-kami-3 {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.hubungi-kami-4 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.elmap-marker-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37.6953px;
  height: 50px;
  display: flex;
}

.frame-1000004453 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004454 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  display: flex;
}

.alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-3 {
  color: #000;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-4 {
  color: #7f7f7f;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.frame-1000004455 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004456 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nomor-telepon-02123456789-2 {
  color: #000;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.nomor-telepon-02123456789-3 {
  color: #7f7f7f;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.bergabung-menjadi-mitra-lab-kami-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  top: 71px;
  left: 76px;
}

.frame-1000004457 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-3 {
  color: #fff;
  text-transform: undefined;
  font-size: 1.5rem;
  font-weight: 500;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-4 {
  color: #ff4c00;
  text-transform: undefined;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-28 {
  color: #fff;
  text-transform: uppercase;
  font-size: 5.5625rem;
  font-weight: 900;
}

.process-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 100px;
  display: flex;
}

.section-title-6 {
  color: #000;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.cards-3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-41 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.frame-1000004458 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-24_h2-6 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.description-2 {
  opacity: .7;
  color: #282938;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.bold-24_h2-7 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.card-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: 944.418px;
}

.bergabung-menjadi-mitra-lab-kami-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  top: 71px;
  left: 76px;
}

.frame-1000004459 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-42 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-5 {
  color: #fff;
  text-transform: undefined;
  font-size: 1.5rem;
  font-weight: 500;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-6 {
  color: #ff4c00;
  text-transform: undefined;
  font-size: 1.5rem;
  font-weight: 500;
}

.frame-1000004460 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004461 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004462 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 545px;
  height: 50px;
  padding: 12px 20px;
  display: flex;
}

.text-30 {
  color: #828282;
  letter-spacing: .01em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
}

.text-31 {
  color: #828282;
  letter-spacing: .01em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
}

.text-field-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 545px;
  height: 135px;
  padding: 12px 20px;
  display: flex;
}

.button-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #002981;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 545px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}

.hubungi-kami-5 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.hubungi-kami-6 {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.hubungi-kami-7 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.elmap-marker-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37.6953px;
  height: 50px;
  display: flex;
}

.frame-1000004463 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004464 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  display: flex;
}

.alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-6 {
  color: #000;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-7 {
  color: #7f7f7f;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.frame-1000004465 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004466 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-45 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nomor-telepon-02123456789-4 {
  color: #000;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.nomor-telepon-02123456789-5 {
  color: #7f7f7f;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.bold-24_h2-8 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.text-33 {
  color: #fff;
  text-transform: uppercase;
  font-size: 5.5625rem;
  font-weight: 900;
}

.cards-4 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.vectors-wrapper-46 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.frame-1000004467 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-24_h2-9 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.card-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: 944.418px;
}

.bold-24_h2-10 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.cards-5 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.vectors-wrapper-47 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.frame-1000004468 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-24_h2-11 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.card-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: 944.418px;
}

.bergabung-menjadi-mitra-lab-kami-4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  top: 71px;
  left: 76px;
}

.frame-1000004469 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-48 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-7 {
  color: #fff;
  text-transform: undefined;
  font-size: 1.5rem;
  font-weight: 500;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-8 {
  color: #ff4c00;
  text-transform: undefined;
  font-size: 1.5rem;
  font-weight: 500;
}

.frame-1000004470 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000004471 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004472 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 545px;
  height: 50px;
  padding: 12px 20px;
  display: flex;
}

.text-35 {
  color: #828282;
  letter-spacing: .01em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
}

.text-36 {
  color: #828282;
  letter-spacing: .01em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
}

.text-field-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 545px;
  height: 135px;
  padding: 12px 20px;
  display: flex;
}

.text-37 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}

.hubungi-kami-8 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.hubungi-kami-9 {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.hubungi-kami-10 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.elmap-marker-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37.6953px;
  height: 50px;
  display: flex;
}

.frame-1000004473 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004474 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  display: flex;
}

.alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-9 {
  color: #000;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-10 {
  color: #7f7f7f;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.frame-1000004475 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004476 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-51 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nomor-telepon-02123456789-6 {
  color: #7f7f7f;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.667;
}

.cards-6 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.vectors-wrapper-52 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.frame-1000004477 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-24_h2-12 {
  color: #ff4c00;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.card-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: 944.418px;
}

.frame-1000004478, .frame-1000004407 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-24_h2-13 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.frame-1000004408 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-24_h2-14 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.frame-1000004409 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-24_h2-15 {
  color: #383b3d;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.list-item {
  padding-left: 0;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.success-message-2 {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.type-column-1 {
  padding-right: 20px;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.2;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.style-guide-label-link {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.917;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.card-title {
  margin-top: 0;
}

.button-4 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3898ec;
  border-radius: 4px;
  height: 44px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 2.6875rem;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button-4:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.tab-link-2 {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link-2:hover {
  color: #222;
}

.tab-link-2.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.card-paragraph {
  margin-bottom: 0;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 0.75rem;
  line-height: 0.917;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.tabs-2 {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.input-2 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 2.75rem;
}

.input-2:hover {
  border-color: #636363;
}

.input-2:focus {
  border-color: #3898ec;
}

.input-2.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 1.5rem;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-content {
  padding-top: 40px;
}

.color-block-2 {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block-2.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block-2.cc-font-color-light {
  background-color: #aaa;
}

.color-block-2.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block-2.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block-2.cc-font-color-dark {
  background-color: #222;
}

.color-block-2.cc-dark-grey-2 {
  background-color: #333;
}

.color-block-2.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block-2.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block-2.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block-2.cc-light-grey-2 {
  background-color: #ccc;
}

.error-message-2 {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.collection-list-wrapper-2 {
  display: block;
}

.flex {
  display: flex;
}

.flex.flex-grow {
  flex: 1;
}

.flex.flex-grow.justify-content-between {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  max-width: none;
}

.flex.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.heading-20 {
  color: var(--untitled-ui-gray800);
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
}

.paragraph-3 {
  font-size: 1rem;
}

.p-text {
  color: var(--untitled-ui-gray800);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.tabs-menu-2 {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.sg-menu {
  width: 100%;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  color: #fff;
  background-color: #356af0;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.sg-block {
  margin-bottom: 32px;
}

.form-dropdown {
  color: #4c5458;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 0.875rem;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 0.875rem;
}

.sg-description {
  color: #929aa1;
  max-width: 400px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-8 {
  width: 66.6667%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-4 {
  width: 33.33%;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.small-button:hover {
  color: #fff;
  background-color: #0f42c3;
  box-shadow: 0 7px 20px -10px #0003;
}

.small-button:active {
  background-color: #0a3092;
}

.small-button.outline {
  color: #356af0;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #9accff;
}

.small-button.outline:hover {
  color: #fff;
  background-color: #356af0;
  box-shadow: inset 0 0 0 2px #356af0;
}

.small-button.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.small-button.light {
  color: #356af0;
  background-color: #d0e8ff;
  margin-right: 0;
}

.small-button.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.small-button.light:active {
  color: #fff;
  background-color: #356af0;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 1rem;
  line-height: 1.4em;
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.icon-3 {
  color: #fff;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.field-label-2 {
  color: #4c5458;
  font-size: 0.875rem;
  font-weight: 500;
}

.text-input {
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 0.875rem;
  line-height: 1.4;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: #529dff;
}

.text-input::placeholder {
  color: #e1e5e7;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.column-styleguide {
  background-color: #d0e8ff;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.text-box {
  max-width: 750px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._500px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.color-block-3 {
  background-color: #111314;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block-3.dark-blue {
  background-color: #0f42c3;
}

.color-block-3.back-grey {
  background-color: #f0f2f3;
}

.color-block-3.blue {
  background-color: #356af0;
}

.color-block-3.white {
  background-color: #fff;
  border: 1px solid #f0f2f3;
}

.color-block-3.dark-grey {
  background-color: #2a2f31;
}

.color-block-3.pale-blue {
  background-color: #d0e8ff;
}

.color-block-3.light-blue {
  background-color: #529dff;
  border-style: none;
}

.color-block-3.light-grey {
  background-color: #808c91;
}

.color-block-3.silver {
  background-color: #e1e5e7;
}

.color-block-3.back-blue {
  background-color: #e9f3fd;
}

.color-block-3.soft-blue {
  background-color: #9ec5fa;
}

.color-block-3.hard-blue {
  background-color: #0a3092;
}

.color-block-3.grey {
  background-color: #4c5458;
}

.color-block-3.soft-grey {
  background-color: #afb7bb;
}

.ds-section-header {
  margin-bottom: 50px;
}

.form {
  margin-bottom: 8px;
}

.block-quote {
  border-left-color: #9ec5fa;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

._1-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2em;
}

.white-link {
  color: #9ec5fa;
}

.check-box-2 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box-2.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.heading-21.h4 {
  color: var(--darkgrey);
  margin-bottom: 12px;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-21.h1 {
  margin-bottom: 18px;
  font-size: 2.5rem;
  line-height: 1.25em;
}

.heading-21.h1.uui-text-color-white {
  font-weight: 700;
}

.heading-21.h1.text-medium-bold {
  color: var(--darkgrey);
}

.heading-21.h3 {
  font-size: 2rem;
  line-height: 1.4em;
}

.heading-21.h6 {
  color: var(--darkgrey);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

.heading-21.h5 {
  color: var(--darkgrey);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
}

.heading-21.h5.m-0 {
  margin-bottom: 0;
}

.heading-21.h2 {
  margin-bottom: 20px;
  font-size: 2.25rem;
  line-height: 1.3em;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.4em;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.ds-module {
  background-color: #d0e8ff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.sg-nav-container {
  background-color: #f0f2f3;
  width: 240px;
  height: 100vh;
}

.paragraph-4 {
  margin-bottom: 16px;
  line-height: 1.5em;
}

.paragraph-4.large {
  font-size: 1.25rem;
}

.paragraph-4.small {
  opacity: .75;
  font-size: 0.875rem;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

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

.sg-body {
  background-color: #fff;
}

.sg-menu-link {
  color: #4c5458;
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #111314;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.ds-icon-grid {
  margin-top: 24px;
}

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: 5px;
  display: inline-block;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.button-5:hover {
  background-color: #0f42c3;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-5:active {
  background-color: #0a3092;
}

.button-5.grey {
  box-shadow: none;
  color: #4c5458;
  background-color: #e1e5e7;
}

.button-5.grey:hover {
  color: #2a2f31;
  background-color: #afb7bb;
}

.button-5.grey:active {
  color: #111314;
  background-color: #808c91;
}

.button-5.disabled {
  box-shadow: none;
  background-color: #d4e9ff;
}

.button-5.disabled:hover {
  color: #fff;
}

.button-5.light {
  color: #356af0;
  background-color: #d0e8ff;
}

.button-5.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.button-5.light:active {
  color: #fff;
  background-color: #356af0;
}

.button-5.minimal {
  box-shadow: none;
  color: #356af0;
  background-color: #0000;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-5.minimal:hover {
  color: #0f42c3;
}

.button-5.minimal:active {
  color: #0a3092;
}

.button-5.outline {
  color: #356af0;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #529dff;
}

.button-5.outline:hover {
  color: #fff;
  background-color: #356af0;
  box-shadow: inset 0 0 0 2px #356af0;
}

.button-5.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.tab-link-3 {
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 1.125rem;
  transition: border-color .2s, color .2s;
}

.tab-link-3:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link-3.w--current {
  opacity: 1;
  color: #356af0;
  background-color: #0000;
  border-bottom-color: #529dff;
  font-weight: 700;
}

.p-text-normal {
  margin-bottom: .625rem;
  font-size: 1rem;
  line-height: 1.25;
}

.p-text-normal.is-bold {
  font-weight: 600;
}

.text-wrapper {
  display: flex;
}

.hero-heading-left-9 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-10 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-11 {
  margin-bottom: 24px;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 0.75rem;
  line-height: 1.667;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.shadow-two-10 {
  object-fit: contain;
  width: 200%;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-wrapper {
  margin-bottom: 1.25rem;
}

.block-spacing-medium {
  padding-bottom: 2rem;
}

.error-text-2 {
  color: #e23939;
}

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-2 {
  font-weight: 600;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-6:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-6:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form-button-wrapper-2 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link-3 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-3:hover {
  color: var(--untitled-ui-gray700);
}

.uui-form-checkbox-label-2 {
  color: var(--untitled-ui-gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon-2 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  border-radius: .25rem;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label-2 {
  color: var(--untitled-ui-gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

.uui-contact01_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact01_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 30rem;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.uui-text-size-large-6 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-8 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-6 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-4 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge-12 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-11 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-wrapper {
  font-family: Noto Sans, sans-serif;
}

.header-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #002981;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 644px;
  min-height: 644px;
  padding: 112px 150px;
  display: flex;
}

.container-23 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 818px;
  display: flex;
}

.section-title-7 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000004608 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-38 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-39 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 331px;
  padding-top: 16px;
  display: flex;
}

.div-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 520.98px;
  display: flex;
}

.link-3 {
  background-color: #ff4c09;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 220px;
  padding: 12px 20px;
  display: flex;
}

.text-40 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}

.header-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #002981;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 644px;
  min-height: 644px;
  padding: 112px 150px;
  display: flex;
}

.header-3._50 {
  padding-left: 5%;
  padding-right: 5%;
}

.frame-1000004610 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-24 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 648px;
  display: flex;
}

.section-title-8 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.frame-1000004611 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-41 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-42 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.link-4 {
  background-color: #ff4c09;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 220px;
  padding: 12px 20px;
  display: flex;
}

.banner-2 {
  object-fit: cover;
}

.container-25 {
  max-width: none;
}

.layout {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 10px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.layout._121 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-43 {
  color: #101828;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.462;
}

.content-13 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 537px;
  display: flex;
}

.timeline {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.timeline-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 303px;
  display: flex;
}

.content-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-22 {
  color: #101828;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.frame-1000004604 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000004598 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-44 {
  color: #2f3640;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.photo-a-1 {
  object-fit: cover;
}

.timeline-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefit {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 24px;
  display: flex;
}

.text-45 {
  color: #101828;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.95;
}

.div-pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.divw-node-_3cfa27f5-ba80-e489-1915-73954e76cb3e-64f412dd {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337px;
  height: 207px;
  display: flex;
}

.imgmargin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337.33px;
  height: 96px;
  padding-bottom: 16px;
  display: flex;
}

._64ba2ee8106fa4f36f9e7d7d_icon_mudah-svg-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337.33px;
  height: 80px;
  display: flex;
}

._64ba2ea7bf9c96852ab0cd62_icon_komisi-svg-fill {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-53 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.heading-3margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.heading-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-46 {
  color: #2f3640;
  text-align: center;
  align-self: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
}

.p-pricing-card-textmargin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-bottom: 20px;
  display: flex;
}

.p-pricing-card-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 26.765px;
  padding-right: 26.565px;
  display: flex;
}

.error-002cda9b-537c-8710-1b6a-abca02224666 {
  color: #2f3640;
  text-align: center;
  width: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429;
}

.divw-node-_3cfa27f5-ba80-e489-1915-73954e76cb3e-64f412dd-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337.33px;
  display: flex;
}

.imgmargin-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 337.33px;
  height: 96px;
  padding-bottom: 16px;
  display: flex;
}

.heading-3margin-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 198.39px;
  padding-bottom: 10px;
  display: flex;
}

.p-pricing-card-text-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 21.255px;
  padding-right: 21.075px;
  display: flex;
}

.divw-node-_1847a149-88b0-5fab-3ef0-ef35875d896e-64f412dd {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 338px;
  height: 196px;
  padding-bottom: 22px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-3margin-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-bottom: 10px;
  display: flex;
}

.p-pricing-card-text-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.divw-node-_3cfa27f5-ba80-e489-1915-73954e76cb48-64f412dd {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 338px;
  display: flex;
}

.imgmargin-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 337.34px;
  height: 96px;
  padding-bottom: 16px;
  display: flex;
}

._64ba2ef3192f7a51adc5bea9_icon_fleksible-svg {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 337.34px;
  height: 80px;
  display: flex;
}

.p-pricing-card-text-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 23.765px;
  padding-right: 23.575px;
  display: flex;
}

.heading-3margin-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 206px;
  padding-bottom: 10px;
  display: flex;
}

.heading-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 206px;
  display: flex;
}

.p-pricing-card-text-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 21.27px;
  padding-right: 21.07px;
  display: flex;
}

.cta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #002981a1;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 479px;
  padding: 112px;
  display: flex;
}

.cta._27 {
  background-image: url('../images/27_3.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  min-height: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.content-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.content-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h2 {
  color: var(--darkgrey);
  text-align: left;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-h2.is-centered {
  text-align: center;
}

.heading-h2.is-light {
  color: var(--white);
}

.heading-h2.is-light.is-centered {
  text-align: center;
}

.heading-h2.inblock {
  display: inline-flex;
}

.heading-h2.flex-text {
  display: inline-block;
}

.text-medium-normal {
  color: var(--darkgrey);
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.text-medium-normal.is-light {
  color: var(--white);
}

.text-medium-normal.is-light.is-centered {
  text-align: center;
}

.text-medium-normal.is-llght {
  color: var(--white);
}

.text-medium-normal.is-llght.is-centered, .text-medium-normal.is-centered {
  text-align: center;
}

.text-medium-normal.is-orange {
  color: var(--secondary);
}

.actions-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.button-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text {
  color: #002981;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-12, .section-15 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.flex-row {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  display: flex;
}

.flex-column {
  display: flex;
}

.flex-column.align-center {
  align-items: center;
}

.flex-column.align-center.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.image-14 {
  display: none;
}

._64acfbdf8751c560babb785b_logo_kalibrasi-svg {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 192px;
  display: flex;
}

.list-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-7 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.frame-1000004612 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 982px;
  display: flex;
}

.link-tentang-kami {
  color: #383b3d;
  letter-spacing: .25px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.429;
}

.item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 10px;
  display: flex;
}

.div-header {
  border: 0 solid #edededed;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 24px 100px 16px;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.link---home {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .7px;
  padding-bottom: 7.7486e-7px;
  display: flex;
}

.primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #6213d3;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.vectors-wrapper-131 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 191.91px;
  height: 21.08px;
  display: flex;
}

.navigation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jasa-kalibrasi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 508px;
  display: block;
}

.text-medium-normal-2 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 331px;
  padding-top: 16px;
  display: flex;
}

.button-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.heading-h1 {
  width: 100%;
  color: var(--darkgrey);
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-h1.is-light {
  color: var(--white);
}

.heading-h1.is-centered {
  text-align: center;
}

.title-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 64px;
  margin-right: 32px;
  display: flex;
}

.container-26 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 818px;
  height: 508px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-text-2 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000004613 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 64px;
  margin-right: 32px;
  display: flex;
}

.text-medium-normal-3 {
  color: var(--primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 331px;
  padding-top: 16px;
  display: flex;
}

.button-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000004614 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
  position: static;
}

.actions-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding-top: 16px;
  display: flex;
}

.button-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 211px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000004615 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.container-28 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.placeholder-image {
  object-fit: fill;
  border-radius: 8px;
  width: auto;
  max-width: none;
}

.content-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-21 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-2 {
  color: #383b3d;
  width: auto;
  height: auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-4 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000004616 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-3 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000004625 {
  grid-column-gap: 57.6px;
  grid-row-gap: 57.6px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 64px;
  display: flex;
}

.section-title-10 {
  color: #383b3d;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.vectors-wrapper-132 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.heading-h2-3 {
  color: #383b3d;
  text-align: center;
  width: 100%;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.row-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-133 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-134 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 18px;
  left: 15.5px;
}

.section-title-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h5 {
  color: #383b3d;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}

.text-regular-normal {
  color: var(--darkgrey);
  text-align: left;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.text-regular-normal.is-light {
  color: var(--white);
}

.text-regular-normal.is-centered {
  text-align: center;
}

.text-regular-normal.text-bold {
  height: 3rem;
  font-weight: 700;
}

.content-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.heading-h2-4 {
  color: #383b3d;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-5 {
  opacity: .6;
  color: #383b3d;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

._1-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  min-height: auto;
  display: flex;
}

._1-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 24px 26px;
  display: flex;
}

.content-23 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-4 {
  object-fit: cover;
}

.content-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-47 {
  color: #2f2f2f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

.text-48 {
  color: gray;
  flex: 0 auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150.5%;
}

.button-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 247px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-49 {
  color: var(--primary);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.vectors-wrapper-135 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

._2-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 299px;
  padding: 24px 26px;
  display: flex;
}

.icon-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 61.54px;
  display: flex;
  position: relative;
}

.icon-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 61.54px;
  display: flex;
  position: relative;
}

.content-25 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 299.54px;
  padding: 24px 26px;
  display: flex;
}

.layout-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.section-title-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  display: flex;
}

.button-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000004626 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-4 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.button-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-text-5 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000004629 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}

.frame-1000004628 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-16 {
  object-fit: cover;
}

.vectors-wrapper-136 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 3.63798e-12px;
  display: flex;
}

.column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-25 {
  color: #383b3d;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}

.text-medium-normal-6 {
  color: #383b3d;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.portfolio {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  display: flex;
}

.frame-1000004630 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000004631 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000004632 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 431px;
  display: flex;
}

.button-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000004633 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-1000004634 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  display: flex;
  position: relative;
}

.frame-1000004593 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-137 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.vectors-wrapper-138 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.frame-1000004589 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 849px;
  height: 225px;
  display: none;
}

.frame-1000004587 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 225px;
  padding: 8px 16px 16px;
  display: flex;
}

.vectors-wrapper-139 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 138px;
  display: flex;
}

.text-50 {
  color: #383b3d;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

.vectors-wrapper-140 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 138px;
  display: flex;
}

.image-17 {
  object-fit: cover;
  background-color: #fff;
}

.cta-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000;
  background-image: url('../images/CTA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 421px;
  padding: 112px 64px;
  display: flex;
}

.content-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.content-29 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h2-5 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-7 {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.button-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 206px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000004635 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
  position: relative;
}

.frame-1000004575 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-141 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.vectors-wrapper-142 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
  position: absolute;
  top: 375.623px;
  left: 64px;
}

.content-30 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.vectors-wrapper-143 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-31 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1243px;
  height: 562px;
  display: flex;
  position: absolute;
  top: 73.3164px;
  left: 132.059px;
}

.faq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000004571 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-26 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-6 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-8 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.accordion-item {
  border: 1px solid #edededed;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.frame-1000004569 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-medium-bold {
  color: var(--darkgrey);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

.text-medium-bold.is-centered {
  text-align: center;
}

.text-51 {
  color: #383b3d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.vectors-wrapper-144 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.contact-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.vectors-wrapper-145 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-146 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: --3.63798e-12px;
  left: 708px;
}

.button-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ff4c00;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-178 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-area {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 121px;
  padding: 12px;
  display: flex;
  position: relative;
}

.frame-1000004636 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-277 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

.heading-27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-normal-4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.text-regular-normal-5 {
  color: #9e9e9e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.frame-1000004637 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-31 {
  background-color: var(--primary);
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.text-276 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.542;
}

.button-text-9 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin: 24px;
  padding-right: 0;
  display: flex;
}

.error-be5b64d7-d9ab-60bf-1b2c-3477d526524f {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
}

.vectors-wrapper-179 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 2px;
  display: flex;
  position: absolute;
  top: 47.9453px;
  left: 475.406px;
}

.vectors-wrapper-180 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  display: flex;
  position: absolute;
  top: 46.5313px;
  left: 481.064px;
}

.type-default {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.input-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.email-telepon-alamat {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.container-33 {
  background-color: #0000;
  background-image: linear-gradient(#1c1e5380, #1c1e5380), url('../images/new-image.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.heading-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin: 48px 24px;
  padding-left: 0;
  display: flex;
}

.text-278 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.542;
}

.frame-1000004638 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-279 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

.listitem-26 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 168px;
  display: flex;
}

.listitem-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 147px;
  display: flex;
}

.listitem-36 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 170px;
  display: flex;
}

.listitem-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 134px;
  display: flex;
}

.listitem-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 84px;
  display: flex;
}

.powered-by-ralali-com-2023-kalibrasi-com-all-rights-reserved-4 {
  color: #2f3640;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.143;
}

.vectors-wrapper-184 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 27.45px;
  display: flex;
}

.divw-node-_5a79487c-c42a-6f1a-2dd9-65e21cf6197d-1cf61977 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
  padding-right: 72.75px;
  display: flex;
}

.p-text-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 84px;
  display: flex;
}

.frame-1000005711 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkmargin-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 3.17px;
  display: flex;
}

.listitem-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 160px;
  display: flex;
}

.divw-node-_5a79487c-c42a-6f1a-2dd9-65e21cf61991-1cf61977 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 120px;
  padding-right: 59px;
  display: flex;
}

.listitem-34 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 91px;
  display: flex;
}

.link-64e416eee911b3d3a7164b9e_instagram-svg {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 30px;
  display: flex;
}

.listitem-31 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 132px;
  display: flex;
}

.divw-node-_5a79487c-c42a-6f1a-2dd9-65e21cf61986-1cf61977 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.listitem-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 138px;
  display: flex;
}

.listitem-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 3.14px;
  display: flex;
}

.listitem-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 73px;
  display: flex;
}

.linkmargin-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 4.39px;
  display: flex;
}

.div-footer-content {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.powered-by-ralali-com-2023-kalibrasi-com-all-rights-reserved-5 {
  color: #3498db;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.143;
}

.listitem-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 135px;
  display: flex;
}

.link-tentang-kami-2 {
  color: #1a1b1f;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.143;
}

.link-5 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  display: flex;
}

.div-title-smallmargin-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 28px;
  padding-bottom: 12px;
  padding-right: 1.05px;
  display: flex;
}

.div-footer-social-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-w-dyn-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 6px;
  display: flex;
}

.section-17 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  background-color: #f5f7fa;
  border: 0 solid #e4ebf3;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.linkmargin-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 6px;
  display: flex;
}

.frame-1000005712 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listitem-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 37.14px;
  display: flex;
}

.listitem-35 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 96px;
  display: flex;
}

.listitem-32 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 149px;
  display: flex;
}

.listitem-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 4.14px;
  display: flex;
}

.linkmargin-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 6.25px;
  display: flex;
}

._64acfbdf8751c560babb785b_logo_kalibrasi-svg-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  display: flex;
}

.linkmargin-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 4.22px;
  display: flex;
}

.vectors-wrapper-186 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1px;
  display: flex;
}

.div-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.linkmargin-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 5.03px;
  display: flex;
}

.linkmargin-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 6.5px;
  display: flex;
}

.pt-langkah-anak-bangsa-email-hello-kalibrasi-com-phone-1500-465 {
  color: #2f3640;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.571;
}

.div-title-smallmargin-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 28px;
  padding-bottom: 12px;
  display: flex;
}

.div-footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1087px;
  display: flex;
}

.listitem-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 118px;
  display: flex;
}

.listitem-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 62px;
  display: flex;
}

.div-footer-copyright-center-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1364px;
  padding-left: 480.921px;
  padding-right: 480.079px;
  display: flex;
}

.list-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.text-280 {
  color: #2f3640;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.143;
}

.vectors-wrapper-185 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.995px;
  height: 34.28px;
  display: flex;
}

.button-19 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.frame-1000005713 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 982px;
  display: flex;
}

.vectors-wrapper-187 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 191.91px;
  height: 21.08px;
  display: flex;
}

.listitem-37 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 168px;
  display: flex;
}

.listitem-38 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 147px;
  display: flex;
}

.listitem-39 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 134px;
  display: flex;
}

.listitem-40 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 84px;
  display: flex;
}

.vectors-wrapper-188 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 27.45px;
  display: flex;
}

.frame-1000005714 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkmargin-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 3.17px;
  display: flex;
}

.listitem-41 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 160px;
  display: flex;
}

.listitem-42 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 91px;
  display: flex;
}

.listitem-43 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 132px;
  display: flex;
}

.listitem-44 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 138px;
  display: flex;
}

.listitem-45 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 3.14px;
  display: flex;
}

.listitem-46 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 73px;
  display: flex;
}

.linkmargin-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 4.39px;
  display: flex;
}

.powered-by-ralali-com-2023-kalibrasi-com-all-rights-reserved-6 {
  color: #3498db;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.143;
}

.listitem-47 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 135px;
  display: flex;
}

.link-tentang-kami-3 {
  color: #1a1b1f;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.143;
}

.link-6 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  display: flex;
}

.section-18 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  background-color: #f5f7fa;
  border: 0 solid #e4ebf3;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.linkmargin-16 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 6px;
  display: flex;
}

.frame-1000005715 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listitem-48 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 37.14px;
  display: flex;
}

.listitem-49 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 96px;
  display: flex;
}

.listitem-50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 149px;
  display: flex;
}

.listitem-51 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 4.14px;
  display: flex;
}

.linkmargin-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 6.25px;
  display: flex;
}

._64acfbdf8751c560babb785b_logo_kalibrasi-svg-4 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  display: flex;
}

.linkmargin-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 4.22px;
  display: flex;
}

.vectors-wrapper-189 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1px;
  display: flex;
}

.linkmargin-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 5.03px;
  display: flex;
}

.linkmargin-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 6.5px;
  display: flex;
}

.div-title-smallmargin-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 28px;
  padding-bottom: 12px;
  display: flex;
}

.listitem-52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 118px;
  display: flex;
}

.listitem-53 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 62px;
  display: flex;
}

.list-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.text-296 {
  color: #2f3640;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.143;
}

.vectors-wrapper-190 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.995px;
  height: 34.28px;
  display: flex;
}

.layout-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.container-35 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-33 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-7 {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-9 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005716 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-10 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.content-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-35 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-8 {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-10 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005717 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-11 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.content-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 722px;
  display: flex;
}

.title-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-medium-normal-11 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 331px;
  padding-top: 16px;
  display: flex;
}

.button-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 211px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005718 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-12 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.layout-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.heading-h2-9 {
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.row-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-191 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-192 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 18px;
  left: 15.5px;
}

.section-title-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h5-2 {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

.text-regular-normal-6 {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.frame-1000004622 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.frame-1000004623 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h2-10 {
  color: #333;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-297 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-298 {
  color: #747474;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}

.varian-sub {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-bottom: 32px;
  display: flex;
}

.component-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--primary);
  background-color: var(--untitled-ui-white);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px;
  display: flex;
}

.component-2.w--current {
  background-color: #f9f0ff;
}

.pulsa {
  color: var(--primary);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
}

.component-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px;
  display: flex;
}

.pulsa-2 {
  color: #333;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
}

.frame-1000004624 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 64px;
  display: flex;
}

.frame-1000005719 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 427px;
  display: flex;
}

.frame-1000005720 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-11 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-12 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005721 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-13 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000004620 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content-39 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-193 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000005722 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 825px;
  display: flex;
  position: absolute;
  top: 153px;
  left: 0;
}

.vectors-wrapper-194 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.vectors-wrapper-195 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.frame-1000005723 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 64px;
  display: flex;
}

.frame-1000005724 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 427px;
  display: flex;
}

.frame-1000005725 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-12 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-13 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005726 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-14 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000005727 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content-41 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._23 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-196 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-299 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 247px;
  display: flex;
  position: absolute;
  top: 297px;
  left: 16.5859px;
}

.text-300 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.frame-1000005728 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 825px;
  display: flex;
  position: absolute;
  top: 153px;
  left: 0;
}

.vectors-wrapper-197 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.vectors-wrapper-198 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.frame-1000005729 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.frame-1000005730 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h2-13 {
  color: #333;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-301 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-302 {
  color: #747474;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}

.component-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px;
  display: flex;
}

.pulsa-3 {
  color: #333;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
}

.frame-1000005731 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 0;
  display: flex;
}

.frame-1000005732 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.frame-1000005733 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-14 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-14 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005734 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-15 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000005735 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.content-44 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-199 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 110%;
  display: flex;
}

.frame-1000005736 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 825px;
  display: flex;
  position: absolute;
  top: 153px;
  left: 0;
}

.vectors-wrapper-200 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.vectors-wrapper-201 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.layout-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.section-title-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-15 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.button-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005737 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-16 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.button-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-text-17 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000005738 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-1000005739 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-21 {
  object-fit: cover;
}

.vectors-wrapper-202 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 3.63798e-12px;
  display: flex;
}

.column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-29 {
  color: #383b3d;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}

.text-medium-normal-15 {
  color: #383b3d;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.portfolio-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.frame-1000005740 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000005741 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000005742 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 431px;
  display: flex;
}

.heading-h2-16 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-16 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005743 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-18 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000005744 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.frame-1000005745 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-203 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.vectors-wrapper-204 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.frame-1000005746 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 849px;
  height: 225px;
  display: flex;
}

.frame-1000005747 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 225px;
  padding: 8px 16px 16px;
  display: flex;
}

.vectors-wrapper-205 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 138px;
  display: flex;
}

.text-303 {
  color: #383b3d;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

.vectors-wrapper-206 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 138px;
  display: flex;
}

.image-22 {
  object-fit: cover;
  background-color: #fff;
}

.cta-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1c1e5399;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 421px;
  padding: 112px 64px;
  display: flex;
}

.content-47 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.content-48 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.actions-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.button-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 206px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005748 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-19 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.gallery-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
  position: relative;
}

.frame-1000005749 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-207 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.vectors-wrapper-208 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
  position: absolute;
  top: 375.623px;
  left: 64px;
}

.content-49 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.vectors-wrapper-209 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-50 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1243px;
  height: 562px;
  display: flex;
  position: absolute;
  top: 73.3164px;
  left: 132.059px;
}

.faq-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000005750 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-30 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-17 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-17 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.accordion-item-2 {
  border: 1px solid #edededed;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.frame-1000005751 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-304 {
  color: #383b3d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.vectors-wrapper-210 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.content-51 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-52 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-18 {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-18 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005752 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-20 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.content-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.text-medium-normal-19 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 331px;
  padding-top: 16px;
  display: flex;
}

.button-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 211px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005753 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-21 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.layout-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.heading-h2-19 {
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.column-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-5 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-211 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-212 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 18px;
  left: 15.5px;
}

.section-title-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h5-3 {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

.content-54 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.frame-1000004594 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-medium-normal-20 {
  opacity: .6;
  color: #747474;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

._1-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

._1-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px 16px;
  display: flex;
}

.content-55 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 239px;
  display: flex;
}

.icon-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 61px;
  display: flex;
  position: relative;
}

.content-56 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-305 {
  color: #2f2f2f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

.text-306 {
  color: gray;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150.5%;
}

.content-57 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout-9 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.section-title-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.heading-h2-20 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.button-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005754 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-22 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.button-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-text-23 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000005755 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-1000005756 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-23 {
  object-fit: cover;
}

.vectors-wrapper-213 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 3.63798e-12px;
  display: flex;
}

.section-title-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-31 {
  color: #383b3d;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}

.text-medium-normal-21 {
  color: #383b3d;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.portfolio-3 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  display: flex;
}

.frame-1000005757 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.frame-1000005758 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000005759 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 431px;
  display: flex;
}

.heading-h2-21 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-22 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005760 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-24 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000005761 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.frame-1000005762 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-214 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.vectors-wrapper-215 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.frame-1000005763 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 225px;
  display: flex;
}

.frame-1000005764 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 225px;
  padding: 8px 16px 16px;
  display: flex;
}

.vectors-wrapper-216 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 138px;
  display: flex;
}

.text-307 {
  color: #383b3d;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

.image-24 {
  object-fit: cover;
}

.vectors-wrapper-217 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 138px;
  display: flex;
}

.frame-1000005765 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-218 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.vectors-wrapper-219 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
  position: absolute;
  top: 375.623px;
  left: 64px;
}

.cta-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1c1e5399;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 421px;
  padding: 112px 64px;
  display: flex;
}

.content-60 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h2-22 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-23 {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 206px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005766 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-25 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.content-61 {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.vectors-wrapper-220 {
  object-fit: cover;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.content-62 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0 0 0 132px;
}

.faq-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 46%;
  height: auto;
  display: block;
}

.frame-1000005767 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.heading-32 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-23 {
  color: #383b3d;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 110%;
}

.text-medium-normal-24 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.accordion-item-3 {
  border: 1px solid #edededed;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.frame-1000005768 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-308 {
  color: #383b3d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.vectors-wrapper-221 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.content-63 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.vectors-wrapper-222 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1243px;
  height: 562px;
  display: flex;
  position: absolute;
  top: 73.3164px;
  left: 132.059px;
}

.frame-1000005769 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-33 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-24 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-25 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.accordion-item-4 {
  border: 1px solid #edededed;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.frame-1000005770 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-309 {
  color: #383b3d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.vectors-wrapper-223 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.container-37 {
  background-color: var(--primary);
  border-radius: 8px;
  flex: none;
  align-self: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 52px 48px;
  display: flex;
  position: absolute;
  inset: 25% auto auto 150px;
}

.content-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.content-66 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 324px;
  display: flex;
}

.title-4 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 324px;
  display: flex;
}

.heading-h6 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}

.heading-h6.is-light {
  font-size: 1.25rem;
}

.heading-h6.is-dark {
  color: var(--darkgrey);
}

.text-regular-normal-7 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.button-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.frame-1000005771 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-26 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.text-medium-normal-26 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.layout-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.content-67 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.placeholder-image-2 {
  object-fit: contain;
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 250px;
}

.heading-h2-25 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.actions-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.content-68 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-153 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.list-item-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-text-27 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000005772 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-38 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-37 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.text-regular-normal-2 {
  color: #383b3d;
  height: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.frame-1000004565 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-224 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42.68px;
  height: 53.66px;
  display: flex;
}

.frame-1000005691 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ebf7ff;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.vectors-wrapper-225 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50.0005px;
  height: 50.0005px;
  display: flex;
}

.frame-1000004563 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.frame-1000005773 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1162px;
  padding: 32px;
  display: flex;
}

.video-screen-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 41.0381px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.text-261 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.875;
}

.a-smart-mobile-application-you-can-control-your-business-needs {
  color: var(--darkgrey);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.vectors-wrapper-226 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44.0012px;
  height: 53.9992px;
  display: flex;
}

.text-285 {
  color: #383b3d;
  text-align: center;
  align-self: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
}

.frame-1000005774 {
  grid-column-gap: 17.7125px;
  grid-row-gap: 17.7125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 211px;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.button-text-28 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000005775 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ebf7ff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
}

.screen-2 {
  object-fit: cover;
  background-color: #0003;
  border-radius: 16px;
  box-shadow: 0 4.10381px 31.8045px #00000026;
}

.frame-1000004564 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-39 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-227 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 45.5946px;
  height: 45.5946px;
  display: flex;
  position: absolute;
  top: 86px;
  left: 45%;
}

.frame-1000005776 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.card-2-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 355px;
  display: flex;
}

.frame-1000005777 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reguler-12_label {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
}

.frame-1000005778 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
  left: 31.5px;
}

.frame-1000005779 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 355px;
  height: 200px;
  min-height: 200px;
  padding: 40px;
  display: flex;
}

.frame-permintaan {
  background-color: #6213d3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 355px;
  height: 64px;
  padding: 30px;
  display: flex;
}

.frame-permintaan:hover {
  background-color: #ff4c00;
}

.section-title-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.card-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000005780 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 40px 32px auto;
}

.services-card-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-310 {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
}

.content-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.text-medium-normal-27 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.text-311 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
}

.frame-1000005781 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #ff4c00;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 355px;
  height: 64px;
  padding: 5px 20px;
  display: flex;
}

.button-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.frame-1000005782 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.text-290 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-h2-26 {
  color: #383b3d;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.bold-20_h4-3 {
  color: #efefef;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

.rectangle-40 {
  object-fit: cover;
  background-color: #00000080;
}

.button-text-6 {
  color: #6213d3;
  text-align: center;
  -webkit-text-stroke-color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
}

.frame-1000005783 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000005784 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-291 {
  color: #efefef;
  width: 292px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

.bold-20_h4-4 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

.frame-1000005785 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-permintaan {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 355px;
  height: 264px;
  display: flex;
  position: relative;
}

.text-292 {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
}

.heading-h2-27 {
  color: #101828;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.frame-1000004602 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.vectors-wrapper-170 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 392.094px;
  left: 1335.06px;
}

.heading-h6-2 {
  color: #383b3d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}

.content-70 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 273px;
  display: flex;
}

.content-71 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000005786 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 54.0918px;
  left: 504.059px;
}

._1-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.frame-1000005787 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-168 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.listitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e3f3ff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
}

.frame-1000004361 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.frame-1000004603 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-267 {
  color: #6213d3;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 140%;
}

.button-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-169 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-72 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-73 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-271 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110.5%;
}

.heading-h2-28 {
  color: #333;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.title-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._1-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fefeff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 49px #0000001a;
}

.text-270 {
  color: #747474;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}

.button-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

._2-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.content-74 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.title-6 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 310px;
  display: flex;
}

.vectors-wrapper-174 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.button-text-7 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.text-273 {
  color: #383b3d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110.5%;
}

.text-272 {
  color: #f2f2f2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

._3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fefeff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 49px #0000001a;
}

.text-269 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-175 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.frame-1000004609 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-155 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.frame-1000005788 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 225px;
  padding: 8px 16px 16px;
  display: flex;
}

.vectors-wrapper-156 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.heading-h2-29 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.image-25 {
  object-fit: cover;
}

.vectors-wrapper-158 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 138px;
  display: flex;
}

.text-medium-normal-28 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.frame-1000005789 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  display: flex;
}

.portfolio-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  display: flex;
}

.section-title-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-157 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 138px;
  display: flex;
}

.content-75 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-265 {
  color: #383b3d;
  text-align: center;
  width: 217px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

.frame-1000005790 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-163 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
  position: absolute;
  top: 367.379px;
  left: 64px;
}

.vectors-wrapper-161 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
  position: relative;
}

.frame-1000005791 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-162 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  display: flex;
}

.heading-h5-4 {
  color: #383b3d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

.vectors-wrapper-164 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.frame-1000004599 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-medium-normal-29 {
  color: #383b3d;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.row-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  display: grid;
}

.content-76 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.title-7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.card-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 350px;
  height: auto;
  display: flex;
}

.button-text-8 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.text-small-semi-bold {
  color: #383b3d;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 150%;
}

.text-small-semi-bold.article-category {
  display: block;
}

.section-title-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.heading-h2-30 {
  color: #383b3d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.content-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.video {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.div-header-2 {
  border: 0 solid #edededed;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 24px 100px 16px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.link---home-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .7px;
  padding-bottom: 7.7486e-7px;
  display: flex;
}

._64acfbdf8751c560babb785b_logo_kalibrasi-svg-5 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 192px;
  display: flex;
}

.vectors-wrapper-228 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 191.91px;
  height: 21.08px;
  display: flex;
}

.frame-1000005792 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 982px;
  display: flex;
}

.navigation-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.item-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 10px;
  display: flex;
}

.link-tentang-kami-4 {
  color: #383b3d;
  letter-spacing: .25px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.429;
}

.primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #6213d3;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.frame-1000005793 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000005794 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bergabung-menjadi-mitra-lab-kami-5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
}

.vectors-wrapper-229 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-10 {
  color: #fff;
  text-transform: undefined;
  font-size: 2rem;
  font-weight: 500;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-11 {
  color: #ff4c00;
  text-transform: undefined;
  font-size: 2rem;
  font-weight: 500;
}

.frame-1000004669 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-3132 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
}

.vectors-wrapper-230 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-12 {
  color: #fff;
  text-transform: undefined;
  font-size: 2rem;
  font-weight: 500;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-13 {
  color: #ff4c00;
  text-transform: undefined;
  font-size: 2rem;
  font-weight: 500;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-14 {
  color: #fff;
  text-transform: undefined;
  font-size: 2rem;
  font-weight: 500;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-15 {
  color: #ff4c00;
  text-transform: undefined;
  font-size: 2rem;
  font-weight: 500;
}

.frame-1000005795 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-3133 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
}

.vectors-wrapper-231 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44.2963px;
  display: flex;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-16 {
  color: #fff;
  text-transform: undefined;
  font-size: 2rem;
  font-weight: 500;
}

.lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-17 {
  color: #ff4c00;
  text-transform: undefined;
  font-size: 2rem;
  font-weight: 500;
}

.image-28 {
  order: 1;
  align-self: flex-start;
  width: 480px;
  max-width: none;
  height: 460px;
}

.actions-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.button-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.frame-1000005796 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-29 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.div-block-18 {
  display: block;
}

.collection-item-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.gallery-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
  position: relative;
}

.vectors-wrapper-232 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000005797 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-233 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.vectors-wrapper-234 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
  position: absolute;
  top: 367.379px;
  left: 64px;
}

.frame-1000004566 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.frame-1000005798 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.vectors-wrapper-235 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000005799 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: 32px;
  left: auto;
  right: auto;
}

._1-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 321px;
  height: auto;
  padding: 24px;
  display: flex;
}

.content-78 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 273px;
  display: flex;
}

.content-79 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000005800 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.listitem-54 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e3f3ff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
}

.text-3135 {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 140%;
}

.button-102 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-1000005801 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-236 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.vectors-wrapper-237 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 392.094px;
  left: 1335.06px;
}

.div-block-20 {
  background-image: url('../images/Group-1000005691.png');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  display: block;
  position: static;
}

.image-30 {
  width: auto;
  max-width: none;
  height: auto;
  display: block;
  position: static;
}

.frame-1000005802 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: none;
  height: auto;
  margin: 50px 64px 72px 50px;
  display: flex;
  position: absolute;
}

.frame-1000005803 {
  grid-column-gap: 16.0549px;
  grid-row-gap: 16.0549px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-31 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.divw-node-d653bd61-5486-0798-3725-3fb54e1965d3-4e1965c4 {
  grid-column-gap: 12.0412px;
  grid-row-gap: 12.0412px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-uui-layout08_item-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-medium-normal-30 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.div-uui-layout08_item-list {
  grid-column-gap: 15.2443px;
  grid-row-gap: 15.2443px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divw-node-d653bd61-5486-0798-3725-3fb54e1965d9-4e1965c4 {
  grid-column-gap: 11.4332px;
  grid-row-gap: 11.4332px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-238 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.8665px;
  height: 22.8665px;
  display: flex;
}

.text-regular-normal-8 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.button-103 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005804 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-30 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.button-104 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-3136 {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.vectors-wrapper-239 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.image-31 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.content-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 722px;
  display: flex;
}

.text-medium-normal-31 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 331px;
  padding-top: 16px;
  display: flex;
}

.button-105 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 211px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005805 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-31 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.button-106 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.content-81 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 722px;
  display: flex;
}

.text-medium-normal-32 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 331px;
  padding-top: 16px;
  display: flex;
}

.button-107 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 211px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005806 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-32 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.button-108 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.layout-11 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.container-43 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-82 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-83 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h2-32 {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-33 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.button-109 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005807 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.placeholder-image-3 {
  object-fit: cover;
  border-radius: 8px;
}

.layout-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
}

.heading-h2-33 {
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.row-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-7 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-240 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-241 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 18px;
  left: 15.5px;
}

.section-title-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h5-5 {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

.text-regular-normal-9 {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.frame-1000005808 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  display: flex;
}

.frame-1000004567 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h2-34 {
  color: #383b3d;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-3137 {
  color: #383b3d;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.container-44 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-horizontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-242 {
  justify-content: center;
  align-items: center;
  width: .00000437114px;
  height: 100px;
  display: flex;
}

.content-84 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000004568 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-243 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.heading-h5-6 {
  color: #383b3d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

.vectors-wrapper-244 {
  justify-content: center;
  align-items: center;
  width: .00000533279px;
  height: 100px;
  display: flex;
}

.placeholder-image-4 {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.frame-1000005809 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 64px;
  display: flex;
}

.section-title-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h2-35 {
  color: #383b3d;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-3138 {
  color: #383b3d;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 123%;
}

.frame-1000005810 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-1000005811 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-1000005812 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f8f8f7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 240px;
  padding: 16px;
  display: flex;
}

.image-36 {
  object-fit: cover;
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 100px;
}

.frame-1000005813 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-3139 {
  color: #383b3d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 157.4%;
}

.energy-management-system, .text-3140 {
  color: #383b3d;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 157.4%;
}

.frame-1000005814 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.energy-management-system-0 {
  color: #383b3d;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 157.4%;
}

.image-37 {
  display: none;
}

.slider-3 {
  background-color: #0000;
  height: auto;
}

.image-38 {
  background-image: url('../images/Vectors-Wrapper_30.svg');
  background-size: cover;
  display: block;
}

.div-block-24 {
  flex: 1;
}

.div-block-25 {
  background-image: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 60%;
  height: 508px;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.167;
}

.button-110 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-110.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq6_accordion {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_accordion._16px {
  background-color: var(--primary);
  color: #fff;
  border-radius: 16px;
}

.faq6_accordion._16px.accordion1_component {
  border-style: none;
}

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_list {
  align-self: flex-start;
  width: auto;
  margin-top: 10px;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 1.25rem;
  display: flex;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-tiny, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: stretch;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.div-block-26 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-111 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-111.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.faq6_question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_question-2.accordion1_top {
  border-top-width: 0;
}

.faq6_answer-2 {
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
  overflow: hidden;
  transition: height 0.3s ease;
}

.div-block-27 {
  display: flex;
}

.div-block-28 {
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
}

.button-112 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-112.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.rich-text-block-2 {
  width: 100%;
}

.bold-text {
  color: var(--secondary);
  font-family: Noto Sans, sans-serif;
}

.bold-text:hover {
  color: var(--primary);
}

.div-block-29 {
  width: 100%;
  padding-top: 20px;
}

.div-block-30 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-39 {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.div-block-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-34 {
  width: auto;
}

.div-block-35 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.accordion1_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion1_component.faq6_accordion {
  background-color: var(--primary);
}

.accordion1_top {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-2.text-weight-bold {
  font-weight: 700;
}

.accordion1_icon {
  background-color: var(--untitled-ui-white);
  width: 2rem;
  color: var(--primary);
  border-radius: 50%;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.accordion1_bottom {
  overflow: hidden;
}

.text-size-medium-3 {
  font-size: 1.25rem;
}

.text-size-medium-3.text-weight-bold {
  font-weight: 700;
}

.button-113 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-113.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.faq6_accordion-2 {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_answer-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.faq6_list-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.d-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  display: grid;
}

.d-grid.gap-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.button-114 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-114.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-114.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.testimonial24_client-image-wrapper {
  margin-right: 1rem;
}

.button-wrapper {
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial24_slide-nav {
  height: 1.75rem;
  font-size: 0.75rem;
  display: none;
  inset: auto auto 0% 0%;
}

.testimonial24_logo {
  max-height: 3rem;
}

.testimonial24_content {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial24_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial24_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial24_slide {
  padding-right: 2rem;
}

.testimonial24_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 2rem 0% auto auto;
}

.testimonial24_arrow.is-left {
  top: 2rem;
  bottom: auto;
  right: 4rem;
}

.testimonial24_logo-wrapper {
  margin-bottom: 3rem;
}

.testimonial24_component {
  background-color: #0000;
  flex: 0 auto;
  align-self: flex-start;
  max-width: 1140px;
  height: auto;
  margin-top: -8rem;
  padding-top: 8rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.testimonial24_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.section_testimonial24 {
  overflow: hidden;
}

.testimonial9_component {
  background-color: #0000;
  align-self: flex-start;
  width: auto;
  max-width: 775px;
  height: auto;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.testimonial9_slide {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.testimonial9_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  left: 1rem;
}

.testimonial9_arrow.hide-mobile-landscape {
  display: flex;
  inset: 0% 0% auto auto;
}

.testimonial9_arrow.hide-mobile-landscape.lab-kalibrasi {
  width: 3rem;
  height: 3rem;
  bottom: auto;
}

.testimonial9_arrow.is-left {
  inset: 0% 4rem auto auto;
}

.testimonial9_arrow.is-left.lab-kalibrasi {
  width: 3rem;
  height: 3rem;
}

.testimonial9_arrow.hide-mobile-landscape {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial9_slide-nav {
  height: 1.75rem;
  font-size: 0.75rem;
  display: none;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xxsmall {
  margin-left: 0;
  margin-right: 0;
}

.testimonial9_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial9_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial9_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial9_logo {
  max-height: 3.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.testimonial9_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial9_mask {
  width: 33.33%;
  padding-top: 4rem;
  overflow: visible;
}

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

.testimonial23_content {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.button-115 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-115.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-115.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.testimonial11_logo {
  max-height: 3rem;
}

.testimonial23_slide {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.testimonial23_slide > img {
  width: 100%;
  max-width: 100%;
}

.testimonial23_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

.testimonial23_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial23_logo-wrapper {
  margin-bottom: 3rem;
}

.testimonial23_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 4rem;
}

.testimonial23_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial23_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial23_slide-nav {
  height: 1.75rem;
  font-size: 0.75rem;
  display: none;
}

.testimonial23_mask {
  width: 100%;
  overflow: visible;
}

.testimonial23_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.button-116 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-116.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-116.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.testimonial30_logo {
  max-height: 3rem;
}

.testimonial30_slide {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial30_logo-wrapper {
  margin-bottom: 3rem;
}

.testimonial30_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial30_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial30_content {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial30_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial30_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 4rem;
}

.testimonial30_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial30_component {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.testimonial30_slide-nav {
  height: 1.75rem;
  font-size: 0.75rem;
  display: none;
}

.testimonial30_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial9_component-2 {
  background-color: #0000;
  align-self: auto;
  width: auto;
  height: auto;
  margin-left: -125px;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 2rem;
  position: relative;
  top: auto;
  overflow: hidden;
}

.testimonial9_component-2.new {
  max-width: 100%;
  margin-left: auto;
  top: -155px;
}

.testimonial9_component-2.new.katalog {
  width: 100%;
  top: 0;
}

.testimonial9_slide-2 {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial9_slide-2.katalog {
  padding-left: 0;
}

.testimonial9_slide-nav-2 {
  height: 1.75rem;
  font-size: 0.75rem;
  display: none;
}

.testimonial9_mask-2 {
  background-color: #fff0;
  width: auto;
  overflow: visible;
}

.testimonial9_mask-2.katalog {
  width: 100%;
}

.layanan-kalibrasi {
  display: block;
}

.layanan-kalibrasi.responsive {
  display: none;
}

._64ba2ee8106fa4f36f9e7d7d_icon_mudah-svg-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

.vectors-wrapper-245 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

._64ba2ee8106fa4f36f9e7d7d_icon_mudah-svg-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-246 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-247 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 34px;
  display: flex;
  position: absolute;
  top: 23px;
  left: 24.4419px;
}

.vectors-wrapper-248, .vectors-wrapper-249, .vectors-wrapper-250 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.frame-1000005815 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._64ba2ee8106fa4f36f9e7d7d_icon_mudah-svg-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-251 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-252 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 34px;
  display: flex;
  position: absolute;
  top: 23px;
  left: 24.4419px;
}

.svg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.vectors-wrapper-253 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.vectors-wrapper-254 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 7px;
  display: flex;
  position: absolute;
  top: 4.74221px;
  left: 4.15183px;
}

.vectors-wrapper-255 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.vectors-wrapper-256 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 7.99774px;
  height: 7.00296px;
  display: flex;
  position: absolute;
  top: 6px;
  left: 6px;
}

.paragraph-5 {
  font-size: 0.875rem;
  text-decoration: none;
}

.frame-1000005694 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-257 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000005816 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  display: flex;
}

.vectors-wrapper-258 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._64ba2ee8106fa4f36f9e7d7d_icon_mudah-svg-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-259 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-260 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 38.3154px;
  display: flex;
  position: absolute;
  top: 20.8584px;
  left: 24.4419px;
}

._64ba2ee8106fa4f36f9e7d7d_icon_mudah-svg-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-261 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-262 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 24px;
  left: 24.4419px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-9 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

.vectors-wrapper-263 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-10 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

.vectors-wrapper-264 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-11 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

.vectors-wrapper-265 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-12 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

.vectors-wrapper-266 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.frame-1000005817 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-1000005818 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-267 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 168.957px;
  display: flex;
}

.vectors-wrapper-268 {
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 0;
  display: flex;
}

.vectors-wrapper-269 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 168.957px;
  display: flex;
}

.vectors-wrapper-270 {
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 0;
  display: flex;
}

.vectors-wrapper-271 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 155.44px;
  display: flex;
}

.row-6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.reguler-20_h4 {
  color: #383b3d;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.text-3141 {
  color: #383b3d;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.text-1 {
  color: #383b3d;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-272 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-273 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-274 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.vectors-wrapper-275 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20.0283px;
  left: 20px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-15 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-276 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: absolute;
  top: 21.0283px;
  left: 21px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-277 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20.0283px;
  left: 20px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-18, ._64ba2f0a4a0de66a33575544_icon_marketing-svg-19, ._64ba2f0a4a0de66a33575544_icon_marketing-svg-20, ._64ba2f0a4a0de66a33575544_icon_marketing-svg-21 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-278 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 19.1194px;
  left: 19px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-23, ._64ba2f0a4a0de66a33575544_icon_marketing-svg-24 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-279 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 28.3701px;
  left: 28px;
}

.vectors-wrapper-280 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 28.3701px;
  left: 28px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-281 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 28.3701px;
  left: 28px;
}

.vectors-wrapper-282 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 28.3701px;
  left: 28px;
}

.frame-1000004678 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-283 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20.3701px;
  left: 20px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-284 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20.3701px;
  left: 20px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-285 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20.0283px;
  left: 20px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-29 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  display: flex;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-286 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: absolute;
  top: 21.0283px;
  left: 21px;
}

._64ba2f0a4a0de66a33575544_icon_marketing-svg-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-287 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20.0283px;
  left: 20px;
}

.image-42, .image-43, .image-44 {
  display: none;
}

.frame-1000005819 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.vectors-wrapper-288 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: -76px;
}

.frame-1000004596 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.section-title-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-85 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.heading-h2-36 {
  color: #fff;
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-34 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.div-uui-layout08_item-list-2 {
  grid-column-gap: 15.2443px;
  grid-row-gap: 15.2443px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divw-node-d653bd61-5486-0798-3725-3fb54e1965d9-4e1965c4-2 {
  grid-column-gap: 11.4332px;
  grid-row-gap: 11.4332px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-289 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.8665px;
  height: 22.8665px;
  display: flex;
}

.div-uui-layout08_item-text-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-regular-normal-10 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.actions-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row-reverse;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 16px;
  display: flex;
}

.button-117 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 211px;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.frame-1000005820 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-3142 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.button-118 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #6213d3;
  border: 2px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.frame-1000005821 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-1000005822 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

._1-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.content-86 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 273px;
  display: flex;
}

.vectors-wrapper-290 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-87 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000005823 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.listitem-55 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e3f3ff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
}

.text-3143 {
  color: #6213d3;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 140%;
}

.button-119 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-3144 {
  color: #6213d3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.vectors-wrapper-291 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

._3-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.frame-1000005824 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  display: flex;
  position: absolute;
  top: 644.908px;
  left: 64.5px;
}

.vectors-wrapper-292 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.vectors-wrapper-293 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--primary);
  background-image: url('../images/Frame-1000005721.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-38 {
  width: 100%;
}

.div-block-39 {
  background-image: url('../images/Frame-1000005721.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  height: 500px;
}

.div-block-40 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.heading-h6-3 {
  color: #fff;
  text-align: center;
  border-left: 1px solid #e7e7e7;
  padding-left: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}

.heading-h4-7 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
}

.heading-h2-37 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.section-title-33 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-1000001174 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-26 {
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px;
  font-weight: 400;
}

.section-26.bg-message {
  background-image: url('../images/BG-0001.jpg');
  background-position: 0 0;
  background-size: cover;
}

._2-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  display: flex;
}

.text-medium-normal-35 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.text-large-normal {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

._1-18 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.message {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: auto;
  padding: 0;
  display: flex;
}

.title-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-66 {
  object-fit: cover;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-20 {
  color: #ff4c00;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  font-size: 0.875rem;
}

.content-89 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.is-light {
  color: #fff;
}

.actions-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  display: flex;
}

.section-27 {
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px;
  font-weight: 400;
}

.section-27.bg-contact-us {
  background-image: url('../images/7.png');
  background-position: 50%;
  background-size: cover;
}

.row-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.button-120 {
  color: #fff;
  text-align: center;
  background-color: #9c8663;
  border: 1px solid #9c8663;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.button-120.is-dark {
  background-color: #000;
  border-width: 0;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.button-120.is-dark:hover {
  color: #ccc;
  text-decoration: none;
}

.button-120.is-dark.is-small {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
}

.container-53 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-medium-normal-36 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.cta-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: auto;
  padding: 2rem 0;
  display: flex;
}

.nav-dropdown-toggle-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.429;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-block-21 {
  color: #fff;
}

.text-block-21:hover {
  -webkit-text-stroke-color: #1a1b1fbf;
}

.text-block-21.nav-link-dark.nav-link {
  color: #1a1b1f;
  text-transform: none;
}

.nav-dropdown-icon-2 {
  border: 1px solid #0000;
  margin-right: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 600;
}

.nav-dropdown-link-2:hover {
  color: #ff5a17;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-block-22 {
  white-space: nowrap;
}

.text-block-23 {
  white-space: nowrap;
  width: 100%;
}

.text-block-24, .text-block-25 {
  white-space: nowrap;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.pricing8_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.button-121 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.pricing8_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pricing8_plan {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  padding: 2rem;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing8_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.text-weight-medium {
  font-weight: 500;
}

.pricing8_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing8_feature {
  display: flex;
}

.pricing8_tab-link {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  padding: .5rem 1.5rem;
}

.pricing8_tab-link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.pricing8_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

._4-4 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  padding: 24px 26px;
  text-decoration: none;
  display: flex;
}

.content-90 {
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._64ba2ee8106fa4f36f9e7d7d_icon_mudah-svg-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  text-decoration: none;
  display: flex;
}

.content-91 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3145 {
  color: #2f2f2f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-05a6c25d-e492-46a0-13ff-d8127aec175f {
  color: gray;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150.5%;
  text-decoration: none;
}

.button-122 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 247px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-1000005825 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-3146 {
  color: #6213d3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.vectors-wrapper-294 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.column-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 382px;
  text-decoration: none;
  display: flex;
}

.content-92 {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-295 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  text-decoration: none;
  display: flex;
}

.section-title-34 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-34 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-3147 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.div-block-45 {
  background-image: url('../images/banner-bg.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding: 10% 5%;
}

.layout-14 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 81px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.container-54 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-93 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-94 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-35 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-3149 {
  color: #3498db;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-15 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 139px;
  padding: 30px 150px;
  display: flex;
}

.container-55 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-95 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-96 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-36 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3150 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-3151 {
  color: #3498db;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-3152 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-3153 {
  color: #3498db;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.uui-button-icon-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-5 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-5:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row-8 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-8 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-9 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-7 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout89_image {
  width: 100%;
}

.uui-layout89_image-wrapper {
  background-color: var(--untitled-ui-gray50);
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

.uui-layout89_item {
  flex-direction: column;
  align-items: center;
}

.uui-layout89_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-13 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-11 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-12 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-small-normal {
  color: var(--darkgrey);
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
}

.text-small-normal.is-orange {
  color: var(--secondary);
}

.text-small-normal.is-light {
  color: var(--white);
}

.heading-h3 {
  color: var(--darkgrey);
  font-family: Noto Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-h3.flex-block {
  display: inline;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-wrapper {
  display: block;
}

.content-wrapper.ptop-100 {
  padding-top: 100px;
}

.faq-wrapper {
  width: 46%;
  display: block;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.portfolio-5 {
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
}

.portfolio-5._13 {
  padding-left: 0;
  padding-right: 0;
}

.frame-1000005826 {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-97 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.text-3154 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3155 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3156 {
  color: #747474;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.button-123 {
  grid-row-gap: 10px;
  background-color: #6213d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005827 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-text-33 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000005828 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.card-tender {
  grid-column-gap: 24px;
  border: 1px solid #dee2e7;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 24px 32px;
  text-decoration: none;
  display: block;
}

.frame-1000005830 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.frame-1000005831 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000005832 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.chip {
  grid-column-gap: 10px;
  color: var(--primary);
  background-color: #f9ebff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px;
  text-decoration: none;
  display: flex;
}

.horeca {
  color: #6213d3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.title-9 {
  color: #383b3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1000005833 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.the-largest-apple-wa {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.the-largest-apple-wa-2 {
  color: #505050;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.the-largest-apple-wa-3 {
  color: #383b3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.frame-1000005834 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000000949 {
  grid-column-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-296 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.6667px;
  height: 16.6667px;
  text-decoration: none;
  display: flex;
}

.frame-1000005835 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-7 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.frame-1000005836 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.berakhir-pada-2021-1-0 {
  color: #33333380;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.berakhir-pada-2021-1-1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-bold {
  font-weight: 500;
}

.image-46 {
  width: auto;
  max-width: none;
  height: 20px;
}

.align-item-center {
  align-self: center;
}

.text-link {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 700;
}

.title-katalog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.content-all {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.content-katalog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: auto;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.katalog-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.banner-katalog {
  background-color: #000;
  background-image: url('../images/Rectangle-34624148.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-around;
  align-items: center;
  height: 190px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.div-block-47 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.frame-1261155196 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-297 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.svg-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.frame-1261155197 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-27 {
  color: #747474;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.text-block-28 {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.frame-1261155198 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ece7e7;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 310px;
  height: 357px;
  text-decoration: none;
  display: flex;
}

.div-3 {
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.product-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-color: #2f3640;
  border: 1px solid #ece7e7;
  border-radius: 16px;
  flex-flow: column;
  width: 275px;
  height: 371px;
  display: flex;
}

.product-card-image {
  object-fit: contain;
  width: 100%;
  height: 223px;
}

.product-header2_modal-main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_modal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-header2_modal-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header2_tab-link.w--current {
  border-bottom-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.product-header2_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header2_modal-image-small {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.product-header2_modal-image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_tabs-menu {
  align-items: center;
  display: flex;
}

.product-header2_modal {
  z-index: 99;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.product-header2_content-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-header2_modal-lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.variant-button {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-disabled {
  opacity: .25;
}

.variant-button.is-active {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.product-header2_image-wrapper {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

.product-header2_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-header2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 3rem;
}

.product-header2_content-top {
  margin-bottom: 3rem;
}

.text-size-small {
  font-size: 0.875rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header2_modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.breadcrumb-link-2 {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.product-header2_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.product-header2_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  display: flex;
}

.product-header2_option {
  margin-bottom: 1.5rem;
}

.product-header2_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.product-header2_modal-background-overlay {
  z-index: -1;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-header2_main-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header2_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header2_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.product-header2_image-small {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-124 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-124.is-small {
  padding: .5rem 1.25rem;
}

.button-124.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-124.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-124.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.product-header2_gallery-button-wrapper {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.product-header2_modal-content-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.heading-style-h3-3, .heading-style-h3-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-card-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.revolusi-industri-2 {
  color: #333;
  letter-spacing: .135em;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 156.5%;
}

.f-image-cover-2 {
  object-fit: contain;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.revolusi-industri-0 {
  color: #fec90c;
  letter-spacing: .135em;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 156.5%;
}

.icon-8 {
  object-fit: cover;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: auto;
  overflow: hidden;
}

.title-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 572px;
  display: flex;
}

.title-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 466px;
  height: 150px;
  display: flex;
}

.page-section {
  background-color: #fff;
  justify-content: center;
  padding: 20px 5%;
  display: flex;
}

.revolusi-industri-1 {
  color: #fdb913;
  letter-spacing: .135em;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 156.5%;
}

.f-h1-heading {
  color: #fff;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.f-h1-heading.title-black {
  color: #333;
}

.section-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 60px;
  font-family: Noto Sans, sans-serif;
  display: flex;
  position: relative;
}

.f-margin-bottom-24 {
  text-align: center;
  margin-bottom: 0;
}

.f-margin-bottom-32 {
  margin-bottom: 0;
}

.f-paragraph-large-3 {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: -38px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.f-paragraph-large-3.sub-black {
  color: #333;
  margin-top: 0;
}

.div-block-49 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.text-3158 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

.frame-1000001043 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.frame-1000001046 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 231px;
  display: none;
}

.frame-1000001245 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-51 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.div-block-52, .div-block-52.agent-solution-content {
  display: none;
}

.spark-line-2 {
  z-index: 1;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.frame-1000001225 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-111 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.9846px;
  height: 23.91px;
  display: flex;
}

.content-98 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 263px;
  display: flex;
}

.navbar-container {
  z-index: 5;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-family: Noto Sans, sans-serif;
  display: block;
}

.reguler-12_label-4 {
  color: #797979;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
}

.frame-1000001048 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 472px;
  display: none;
}

.spark-line-1 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.bold-14_subtittle {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
}

.bold-14_subtittle.text-align-left.combine-padding-section-small {
  display: none;
}

.frame-1000001080 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 301px;
  display: block;
}

.reguler-12_label-5 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
}

.frame-1000001222 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.bold-14_subtittle-9 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  display: none;
}

.vectors-wrapper-126 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.0116px;
  height: 14.0041px;
  display: none;
}

.div-block-53 {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  margin-left: 20px;
  margin-right: 20px;
}

.frame-1000001214 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.frame-1000001240 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.nav-menu-wrapper-2 {
  background-color: #0000;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.frame-1000001041 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbar-2.navbar-light {
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  box-shadow: 0 2px 5px #0003;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-11_caption {
  color: #ff7e00;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 140%;
}

.vectors-wrapper-112 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.0116px;
  height: 14.0041px;
  display: flex;
}

.image-47 {
  width: auto;
  max-width: none;
}

.link-block-13 {
  width: 100%;
  max-width: 263px;
  text-decoration: none;
}

.bold-14_subtittle-3 {
  color: #242331;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
}

.dropdown-2 {
  display: none;
}

.div-block-55 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.div-block-56 {
  display: flex;
}

.frame-1000001044 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-1000001221 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 365px;
  padding: 32px;
  display: flex;
}

.brand-2 {
  cursor: pointer;
}

.dropdown-toggle-2 {
  display: none;
}

.link-block-12 {
  margin-top: 24px;
  text-decoration: none;
}

.reguler-14_subtittle {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.frame-1000001220 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f6f6;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 365px;
  padding: 40px 24px 32px;
  display: flex;
}

.vectors-wrapper-125 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.frame-1000001038 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-line-3 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.bold-14_subtittle-6 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
}

.bold-14_subtittle-6.text-align-left.combine-padding-section-small {
  display: none;
}

.logo-ralali {
  object-fit: cover;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.nav-solution-content, .back-to-solution {
  display: none;
}

.frame-1000001219 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000001219.solution-navbar-child {
  clear: none;
  justify-content: center;
  margin-top: auto;
  display: none;
  position: fixed;
  inset: 80px 0% 0%;
}

.nav-link-3 {
  color: #fff;
  text-align: left;
  letter-spacing: .25px;
  cursor: pointer;
  justify-content: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 1.429;
  text-decoration: none;
  display: flex;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.nav-link-dark {
  color: #333;
  font-family: Noto Sans, sans-serif;
}

.solution-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 196px;
  display: flex;
}

.frame-1000001033 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-4 {
  grid-column-gap: 64px;
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: url('../images/Header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 410px;
  min-height: 0;
  padding: 130px 5% 70px;
  text-decoration: none;
  display: flex;
}

.container-56 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.section-title-37 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-99 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3159 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3160 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155199 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3161 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155200 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-298 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.sec-div {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-12 {
  object-fit: cover;
  border-top-left-radius: 18.9529px;
  border-top-right-radius: 18.9529px;
}

.frame-1116606687 {
  grid-row-gap: 24px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 48px #7773aa1a;
}

.frame-1116606709 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1116606711 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1116606708 {
  grid-column-gap: 10px;
  background-color: #fff1eb;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text-3162 {
  color: #ff7e00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3163 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1116606685 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.call {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-299 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.33px;
  height: 32.33px;
  text-decoration: none;
  display: flex;
}

.frame-1116606686 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3164 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.text-3165 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.vectors-wrapper-300 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-1116606710 {
  grid-column-gap: 10px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-301 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.5px;
  height: 21px;
  text-decoration: none;
  display: flex;
}

.text-3166 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.card-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1261155201 {
  grid-column-gap: 10px;
  background-color: #2196f3;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
}

.vectors-wrapper-302 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-3167 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1116606722 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-303 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.button-125 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ff7e00;
  border: 0 solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 54px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.bold-16_h6-5 {
  color: #fff;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.cta-6 {
  grid-row-gap: 80px;
  background-color: #0000004d;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 341px;
  padding: 72px 64px;
  text-decoration: none;
  display: flex;
}

.cta-6._27 {
  background-image: url('../images/CTA.jpg');
  padding-left: 5%;
  padding-right: 5%;
}

.content-100 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-101 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-35 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3168 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-18 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-126 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 206px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1261155202 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-text-34 {
  color: #ff7e00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.phone {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.f-section-large-2 {
  padding: 92px 5%;
  font-family: Noto Sans, sans-serif;
  position: relative;
}

.text-3169 {
  color: #797979;
  margin-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 157.4%;
  text-decoration: none;
}

.text-3169:hover {
  color: #ff7e00;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.143;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.mail {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-304 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.logo-content {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.vectors-wrapper-305 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 0;
  display: flex;
}

.vectors-wrapper-306 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tr-testmark_9000024829_en_cmyk_without-qr-code_hi-res-1 {
  object-fit: cover;
  border-top-left-radius: 9.5px;
  border-bottom-left-radius: 9.5px;
}

.footer-copyright-center-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.143;
}

.link-block-8 {
  text-decoration: none;
  display: flex;
}

.frame-1000001195 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-contact-wrapper {
  display: flex;
}

.footer-link-colomn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-9 {
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.footer-light.is_dark {
  background-color: #f5f7fa;
}

.metode-pembayaran {
  color: #242331;
  text-transform: undefined;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}

.tentang-kami-partner-karir-faq {
  color: #797979;
  text-transform: undefined;
  cursor: pointer;
  border: 1px #000;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 210%;
  overflow: visible;
}

.tentang-kami-partner-karir-faq:hover {
  color: #ff7e00;
  -webkit-text-stroke-color: #ff7e00;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-3170 {
  color: #797979;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 173.18%;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.vectors-wrapper-307 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  height: 36.2953px;
  display: flex;
}

.frame-1000001102 {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: grid;
}

.footer-link-title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.footer-link-section {
  flex-direction: column;
  display: flex;
}

.follow-us {
  color: #242331;
  text-transform: undefined;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}

.frame-1000001197, .frame-1000001196 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.google-play {
  width: 100%;
  max-width: none;
  height: auto;
}

.frame-1261155203 {
  background-image: url('../images/Frame-1000005722.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 806px;
  text-decoration: none;
  display: flex;
  position: relative;
}

._05-grocery-store {
  background-image: linear-gradient(-35.79deg, #000 0%, #0000 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 806px;
}

.frame-1000005707 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261155204 {
  grid-column-gap: 17.0707px;
  border-radius: 10.2424px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310.687px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-308 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.8737px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.text-3171 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3172 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.style-secondary-small-false-dark-mode-false-icon-position-no-icon {
  grid-column-gap: 8px;
  background-color: #ff7e00;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-127 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-309 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44.9879px;
  height: 50.2258px;
  text-decoration: none;
  display: flex;
}

.name-2 {
  grid-column-gap: 29.4737px;
  background-color: #fbaf05;
  border-radius: 70.7368px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 23.5789px;
  padding-right: 23.5789px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2.94737px 11.7895px #00000026;
}

.your-name {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1116606684 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 678px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 202px;
  left: 100px;
}

.text-3173 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-310 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.watch-this-1-min-vid {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  position: absolute;
  top: 380px;
  left: 0;
}

.frame-1261155205 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 202px;
  left: 100px;
}

.text-3174 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1116606723 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3175 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.75rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1116606724 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  text-decoration: none;
  display: flex;
}

.text-3176 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.watch-this-1-min-vid-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1116606725 {
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.frame-1261155206 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261155207 {
  grid-column-gap: 17.0707px;
  border-radius: 10.2424px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310.687px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-311 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.8737px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.text-3177 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3178 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.figma-cursor-2 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-312 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44.9879px;
  height: 50.2258px;
  text-decoration: none;
  display: flex;
}

.frame-1261155208 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-313 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 4px;
  left: 955px;
}

.div-teamshighlight_highlight__lbdtg {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-5 {
  object-fit: cover;
}

.frame-1261155209 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3179 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3180 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.562;
  text-decoration: none;
}

.text-3181 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155210 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-314 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 4px;
  left: 955px;
}

.placeholder-image-6 {
  object-fit: cover;
}

.frame-1261155211 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3182 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3183 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.562;
  text-decoration: none;
}

.text-3184 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.what-is {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-315 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 4px;
  left: 955px;
}

.placeholder-image-7 {
  object-fit: cover;
}

.what-is-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3185 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3186 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.562;
  text-decoration: none;
}

.text-3187 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.what-s-will-you-get {
  padding-right: 0;
}

.title-12 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3188 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.content-102 {
  grid-row-gap: 53px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._1-19 {
  grid-column-gap: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1201.24px;
  text-decoration: none;
  display: flex;
}

._1-20 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 270px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-316 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 54.4762px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.text-3189 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 270px;
  text-decoration: none;
  display: flex;
}

.text-3190 {
  color: #1c1f35;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3191 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 151.52%;
  text-decoration: none;
}

.seminar-schedule {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 112px 0;
  text-decoration: none;
  display: flex;
}

.content-103 {
  grid-column-gap: 68px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1116606695 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 471px;
  height: 608px;
  text-decoration: none;
  display: flex;
}

.section-title-38 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-104 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-36 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3192 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-19 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.style-primary-small-false-dark-mode-false-icon-position-no-icon {
  grid-column-gap: 8px;
  background-color: #ff7e00;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.timeline-item-3 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-105 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1116606697 {
  grid-column-gap: 10px;
  background-color: #f2f2f2;
  border-radius: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 14px;
  text-decoration: none;
  display: flex;
}

.text-3193 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-317 {
  justify-content: center;
  align-items: center;
  width: .0000030598px;
  height: 70px;
  text-decoration: none;
  display: flex;
}

.heading-37 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-3194 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.meet-our-speakers {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 80px 0;
  text-decoration: none;
  display: flex;
}

.section-title-39 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-106 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: flex;
}

.heading-38 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-3435152b-a25c-18a4-aada-ff1df38c146a {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155212 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-48 {
  object-fit: cover;
}

.logo-3 {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 64px;
  text-decoration: none;
  display: flex;
}

.heading-39 {
  color: #191919;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.content-107 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-8 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-318 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 139.999px;
  height: 55.9997px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-319 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.cta-7 {
  grid-row-gap: 80px;
  background-color: #0006;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 323px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-7._7 {
  background-image: url('../images/CTA_1.jpg');
}

.container-57 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-108 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-40 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3195 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-20 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.style-primary-small-false-dark-mode-false-icon-position-no-icon-2 {
  grid-column-gap: 8px;
  background-color: #191919;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  text-decoration: none;
  display: flex;
}

.header-5 {
  background-image: url('../images/Header_G.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 670px;
  min-height: 700px;
  padding: 150px 64px 160px;
  text-decoration: none;
  display: flex;
}

.tittle-3 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3196 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1261155213 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3197 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.75rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261155214 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  text-decoration: none;
  display: flex;
}

.text-3198 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.watch-this-1-min-vid-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.date {
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.date-button {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261155215 {
  grid-column-gap: 17.0707px;
  border-radius: 10.2424px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310.687px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-320 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.8737px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.text-3199 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3200 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.figma-cursor-3 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-321 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44.9879px;
  height: 50.2258px;
  text-decoration: none;
  display: flex;
}

.list-11 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 0;
  text-decoration: none;
  display: flex;
}

.section-title-40 {
  grid-column-gap: 46px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-109 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-41 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3201 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-21 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.style-primary-small-false-dark-mode-false-icon-position-no-icon-3 {
  grid-column-gap: 8px;
  background-color: #ff7e00;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.frame-1116606694 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1116606692 {
  grid-column-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 8px #0000001a;
}

.frame-1116606690 {
  grid-row-gap: 2px;
  background-color: #ff7e00;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px;
  text-decoration: none;
  display: flex;
}

.text-3202 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-3203 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.frame-1116606691 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1116606706 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1116606705 {
  grid-column-gap: 10px;
  background-color: #f4f4f4;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7px 10px;
  text-decoration: none;
  display: flex;
}

.text-3204 {
  color: #525252;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.time {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-322 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.frame-1261155216 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1116606693 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3206 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-3207 {
  color: #747474;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.438;
  text-decoration: none;
}

.vectors-wrapper-323 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.list-12 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-324 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 13.3334px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-22 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.style-secondary-small-false-dark-mode-false-icon-position-no-icon-2 {
  grid-column-gap: 8px;
  background-color: #e6e6e6;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-128 {
  color: #747474;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.style-secondary-small-false-dark-mode-false-icon-position-no-icon-3 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #ff7e00;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-129 {
  color: #ff7e00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

._31-waiting-0 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

._31-waiting-1 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

._31-waiting-2 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 116%;
  text-decoration: none;
}

.heading-42 {
  color: #fff;
  letter-spacing: 0;
  font-size: 9.375rem;
  line-height: 110%;
}

.text-3208 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1261155217 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3209 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.75rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261155218 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  text-decoration: none;
  display: flex;
}

.text-3210 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.header-6 {
  grid-row-gap: 48px;
  background-image: url('../images/Header_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 806px;
  min-height: 806px;
  padding: 10px;
  display: flex;
}

.titlle-expo {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1012px;
  text-decoration: none;
  display: flex;
}

.text-3211 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1116606718 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-325 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.watch-this-1-min-vid-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.detail {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-326 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  text-decoration: none;
  display: flex;
}

.text-3212 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3213 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.text-3214 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.frame-1261155219 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-3 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 248px;
  text-decoration: none;
  display: flex;
}

.what-is-1 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155220 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3215 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3216 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.562;
  text-decoration: none;
}

.list-13 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item-6 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-327 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 13.3334px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-3 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-3217 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-8 {
  object-fit: cover;
}

.about-the-workshop {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1261155221 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3218 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3219 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.562;
  text-decoration: none;
}

.placeholder-image-9 {
  object-fit: cover;
  background-color: #0003;
}

.frame-1261155222 {
  grid-column-gap: 1232px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 351px;
  left: 0;
}

.vectors-wrapper-328 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.why-choose-us-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-49 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-329 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-110 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 568.145px;
  text-decoration: none;
  display: flex;
}

.hubungi-kami {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-330 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-111 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 568.145px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-331 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-112 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 568.145px;
  text-decoration: none;
  display: flex;
}

.detail-2 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-3220 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 407px;
  text-decoration: none;
  display: flex;
}

.text-3221 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3222 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.text-3223 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.content-113 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-332 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 52.3317px;
  height: 52.3317px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-333 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 50.2129px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-334 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 50.2129px;
  text-decoration: none;
  display: flex;
}

.address {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-335 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.text-3224 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 407px;
  text-decoration: none;
  display: flex;
}

.text-3225 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3226 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.text-3227 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.content-114 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-336 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 52.3317px;
  height: 52.3317px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-337 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 50.2129px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-338 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 50.2129px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-339 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.text-3228 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 407px;
  text-decoration: none;
  display: flex;
}

.text-3229 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3230 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.text-3231 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.content-115 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-340 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 52.3317px;
  height: 52.3317px;
  text-decoration: none;
  display: flex;
}

.text-3232 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3233, .text-3234 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.text-3235 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3236, .text-3237, .text-3238 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.time-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-341 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  text-decoration: none;
  display: flex;
}

.text-3239 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3240 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.text-3241 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.detail-3 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-342 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  text-decoration: none;
  display: flex;
}

.text-3242 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3243 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.text-3244 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.frame-1261155223 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-5 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 248px;
  text-decoration: none;
  display: flex;
}

.detail-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  display: flex;
}

.time-6 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-343 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  text-decoration: none;
  display: flex;
}

.text-3245 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3246 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.text-3247 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-3248 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3249 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.frame-1261155224 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-7 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 260px;
  text-decoration: none;
  display: flex;
}

.frame-1261155225 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3250 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3251 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.562;
  text-decoration: none;
}

.list-14 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item-7 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-344 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 13.3334px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-4 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-3252 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-10 {
  object-fit: cover;
}

.tittle-4 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3253 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3254 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.562;
  text-decoration: none;
}

.detail-5 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-3255 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 407px;
  text-decoration: none;
  display: flex;
}

.text-3256 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3257 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.text-3258 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.content-116 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-345 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 52.3317px;
  height: 52.3317px;
  text-decoration: none;
  display: flex;
}

.text-3259 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3260 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 116%;
  text-decoration: none;
}

.text-3261 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.text-3262 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-43 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3263 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-3264 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1261155226 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-346 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.watch-this-1-min-vid-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-3265 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1261155227 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3266 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.75rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261155228 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  text-decoration: none;
  display: flex;
}

.text-3267 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.watch-this-1-min-vid-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155229 {
  grid-column-gap: 17.0707px;
  border-radius: 10.2424px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310.687px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-347 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.8737px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.text-3268 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3269 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.figma-cursor-4 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-348 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44.9879px;
  height: 50.2258px;
  text-decoration: none;
  display: flex;
}

.text-3270 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3271 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3272 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.562;
  text-decoration: none;
}

.text-3273 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.what-s-will-you-get-2 {
  grid-row-gap: 48px;
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
}

.title-13 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3274 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.content-117 {
  grid-row-gap: 53px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._1-21 {
  grid-column-gap: 192px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1201.24px;
  text-decoration: none;
  display: flex;
}

._1-22 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 270px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-349 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 54.4762px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.text-3275 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 270px;
  text-decoration: none;
  display: flex;
}

.text-3276 {
  color: #1c1f35;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3277 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 151.52%;
  text-decoration: none;
}

.list-15 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
}

.section-title-41 {
  grid-column-gap: 46px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-118 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-44 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3278 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-23 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.style-primary-small-false-dark-mode-false-icon-position-no-icon-4 {
  grid-column-gap: 8px;
  background-color: #ff7e00;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.frame-1261155230 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155231 {
  grid-column-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 8px #0000001a;
}

.frame-1261155232 {
  grid-row-gap: 2px;
  background-color: #ff7e00;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px;
  text-decoration: none;
  display: flex;
}

.text-3279 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-3280 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261155233 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155234 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155235 {
  grid-column-gap: 10px;
  background-color: #f4f4f4;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7px 10px;
  text-decoration: none;
  display: flex;
}

.text-3281 {
  color: #525252;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.time-8 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-350 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.frame-1261155236 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261155237 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3283 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-3284 {
  color: #747474;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.438;
  text-decoration: none;
}

.vectors-wrapper-351 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.list-16 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-352 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 13.3334px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-24 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.style-secondary-small-false-dark-mode-false-icon-position-no-icon-4 {
  grid-column-gap: 8px;
  background-color: #e6e6e6;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-130 {
  color: #747474;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

._31-waiting-3 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

._31-waiting-4 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.heading-45 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.card-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155238 {
  grid-row-gap: 24px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 48px #7773aa1a;
}

.frame-1261155239 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155240 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261155241 {
  grid-column-gap: 10px;
  background-color: #fff1eb;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text-3285 {
  color: #ff7e00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3286 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155242 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-353 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.33px;
  height: 32.33px;
  text-decoration: none;
  display: flex;
}

.frame-1261155243 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3287 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.text-3288 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.frame-1261155244 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-354 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-1261155245 {
  grid-column-gap: 10px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-355 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.5px;
  height: 21px;
  text-decoration: none;
  display: flex;
}

.text-3289 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.card-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1261155246 {
  grid-column-gap: 10px;
  background-color: #2196f3;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
}

.vectors-wrapper-356 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-3290 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.content-119 {
  grid-column-gap: 68px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155247 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 471px;
  height: 608px;
  text-decoration: none;
  display: flex;
}

.section-title-42 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-46 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3291 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-25 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.timeline-item-4 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-120 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1261155248 {
  grid-column-gap: 10px;
  background-color: #f2f2f2;
  border-radius: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 14px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-357 {
  justify-content: center;
  align-items: center;
  width: .0000030598px;
  height: 70px;
  text-decoration: none;
  display: flex;
}

.heading-47 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-3292 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-title-43 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-121 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: flex;
}

.heading-48 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.tittle-5 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3293 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1261155249 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3294 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.75rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261155250 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  text-decoration: none;
  display: flex;
}

.text-3295 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.watch-this-1-min-vid-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155251 {
  grid-column-gap: 17.0707px;
  border-radius: 10.2424px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310.687px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-358 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.8737px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.text-3296 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3297 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.style-secondary-small-false-dark-mode-false-icon-position-no-icon-5 {
  grid-column-gap: 8px;
  background-color: #ff7e00;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.figma-cursor-5 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-359 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44.9879px;
  height: 50.2258px;
  text-decoration: none;
  display: flex;
}

.frame-1261155252 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3298 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155253 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-360 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.container-58 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-122 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3299 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3300 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.m-0 {
  margin: 0;
}

.text-3301 {
  color: #fff;
  text-align: center;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.875rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.splide__list {
  list-style-type: none;
}

.splide__slide {
  width: 100%;
}

.time-9 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.frame-1261155254 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.detail-6 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  display: flex;
}

.text-3302 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155255 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3303 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3304 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.vectors-wrapper-361 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  text-decoration: none;
  display: flex;
}

.text-3324 {
  color: #fff;
  text-align: center;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.875rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.text-3325 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.header-8 {
  grid-row-gap: 48px;
  background-image: url('../images/Header_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 806px;
  min-height: 806px;
  padding: 10px;
  display: flex;
}

.time-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 99.8644%;
  display: flex;
}

.text-3326 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3327 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.rich-text-block-3 {
  color: #fff;
  text-align: center;
}

.content-143 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-144 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3328 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3329 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3330 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.562;
  text-decoration: none;
}

.text-3331 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.placeholder-image-11 {
  object-fit: cover;
  background-color: #0003;
}

.vectors-wrapper-362 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.tittle-6 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3332 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.page-section-3 {
  background-color: #fff;
  justify-content: center;
  padding: 20px 5%;
  display: flex;
}

.button-136 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary);
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.section-container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 60px;
  font-family: Noto Sans, sans-serif;
  display: flex;
  position: relative;
}

.list-18 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.what-is-3 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-12 {
  object-fit: cover;
  width: 50%;
  max-height: 100%;
}

.text-3333 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.detail-7 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 535px;
  text-decoration: none;
  display: flex;
}

.hubungi-kami-11 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.list-item-8 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cta-9 {
  grid-row-gap: 80px;
  background-color: #0006;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 323px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-9._7 {
  background-image: url('../images/CTA_1.jpg');
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.style-secondary-small-false-dark-mode-false-icon-position-no-icon-18 {
  grid-column-gap: 8px;
  background-color: #ff7e00;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-3334 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.container-60 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-363 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 52.3317px;
  height: 52.3317px;
  text-decoration: none;
  display: flex;
}

.text-3335 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-364 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 13.3334px;
  text-decoration: none;
  display: flex;
}

.row-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.text-3336 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3337 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 116%;
  text-decoration: none;
}

.about-the-workshop-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-3338 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 407px;
  text-decoration: none;
  display: flex;
}

.heading-56 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1261155256 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1116606701 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-330 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-335 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-333 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.text-334 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.text-332 {
  color: #666c89;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 151.52%;
  text-decoration: none;
}

.text-331 {
  color: #1c1f35;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-365 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  text-decoration: none;
  display: flex;
}

.title-14 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 553px;
  text-decoration: none;
  display: flex;
}

.frame-1116606700 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page-section-4 {
  background-color: #fff;
  justify-content: center;
  padding: 20px 5%;
  display: flex;
}

.vectors-wrapper-366 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.content-123 {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.section-container-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-family: Noto Sans, sans-serif;
  display: flex;
  position: relative;
}

.features-3 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: grid;
}

.image-87 {
  object-fit: cover;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
}

.div-block-57, .div-block-58 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.rich-text-block-5 {
  text-align: center;
}

.rich-text-block-5.description {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-59 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 0;
  display: flex;
}

.text-large-bold {
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
}

.text-large-bold.is-centered.is-light {
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
}

.text-large-bold.is-light {
  width: auto;
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.grid-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
  margin-left: 12%;
}

.div-block-61 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.paragraph-15 {
  font-size: 0.75rem;
}

.rich-text-block-6 {
  text-align: center;
  line-height: 1.375rem;
}

.watch-this-1-min-vid-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.figma-cursor-6 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-3339 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.header-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/Header_G.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 670px;
  min-height: 700px;
  padding: 150px 64px 160px;
  text-decoration: none;
  display: flex;
}

.your-name-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3340 {
  color: #fff;
  letter-spacing: -.035em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.date-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3341 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261155257 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261155258 {
  grid-column-gap: 17.0707px;
  border-radius: 10.2424px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310.687px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.text-3342 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.vectors-wrapper-367 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.8737px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-368 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44.9879px;
  height: 50.2258px;
  text-decoration: none;
  display: flex;
}

.tittle-7 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.tittle-8 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3343 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1261155259 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3344 {
  color: #fff;
  letter-spacing: -.035em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.watch-this-1-min-vid-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.figma-cursor-7 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-3345 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261155260 {
  grid-column-gap: 17.0707px;
  border-radius: 10.2424px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310.687px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.text-3346 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.vectors-wrapper-369 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.8737px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-370 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44.9879px;
  height: 50.2258px;
  text-decoration: none;
  display: flex;
}

.div-block-62 {
  justify-content: space-between;
  display: flex;
}

.div-teamshighlight_highlight__lbdtg-2 {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-13 {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.text-3347 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3348 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.div-block-63 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-88 {
  width: 50%;
}

.div-block-65 {
  background-color: #f9f9f9fa;
}

.header-10 {
  grid-column-gap: 64px;
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: url('../images/Header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 410px;
  min-height: 0;
  padding: 130px 5% 70px;
  text-decoration: none;
  display: flex;
}

.container-61 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.section-title-44 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-127 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3349 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3350 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-62 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.frame-1261155261 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261155262 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-41 {
  object-fit: cover;
  border-top-left-radius: 18.9529px;
  border-top-right-radius: 18.9529px;
  width: 100%;
}

.frame-1261155263 {
  grid-column-gap: 10px;
  background-color: #2196f3;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
}

.vectors-wrapper-371 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-372 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.text-3351 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.frame-1261155264 {
  grid-row-gap: 24px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 10px 32px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 48px #7773aa1a;
}

.button-137 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ff7e00;
  border: 0 solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 54px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-373 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-374 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.5px;
  height: 21px;
  text-decoration: none;
  display: flex;
}

.frame-1261155265 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3352 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3353 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155266 {
  grid-column-gap: 10px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-375 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.33px;
  height: 32.33px;
  text-decoration: none;
  display: flex;
}

.frame-1261155267 {
  grid-column-gap: 10px;
  background-color: #fff1eb;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text-3354 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.text-3355 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.card-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1261155268 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261155269 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155270 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3356 {
  color: #ff7e00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.card-16 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3357 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261155271 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3358 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-128 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155272 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-138 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 206px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.cta-10 {
  grid-row-gap: 80px;
  background-color: #0000004d;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 341px;
  padding: 72px 64px;
  text-decoration: none;
  display: flex;
}

.cta-10._27 {
  background-image: url('../images/CTA.jpg');
  padding-left: 5%;
  padding-right: 5%;
}

.button-text-35 {
  color: #ff7e00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.actions-26 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.heading-57 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.content-129 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.paragraph-18 {
  color: var(--secondary);
}

.div-block-66 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.collection-item-6 {
  flex-flow: row;
  display: flex;
}

.collection-list-7 {
  display: flex;
}

.div-block-68 {
  width: 341px;
}

.image-89 {
  width: 100%;
}

.frame-1261155273 {
  grid-row-gap: 24px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 48px #7773aa1a;
}

.frame-1261155274 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155275 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261155276 {
  grid-column-gap: 10px;
  background-color: #fff1eb;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text-3359 {
  color: #ff7e00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3360 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1261155277 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.call-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-376 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.33px;
  height: 32.33px;
  text-decoration: none;
  display: flex;
}

.frame-1261155278 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3361 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.text-3362 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.vectors-wrapper-377 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-1261155279 {
  grid-column-gap: 10px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-378 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  text-decoration: none;
  display: flex;
}

.text-3363 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.collection-list-wrapper-4, .collection-list-8 {
  display: flex;
}

.collection-item-7 {
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-73 {
  background-color: #b6b6b6;
  border-radius: 100px;
  margin-top: -8px;
  padding: 4px 8px;
}

.text-block-29 {
  color: var(--secondary);
  font-size: 0.875rem;
  font-weight: 600;
}

._w-100 {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 190px;
  position: absolute;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 0.75rem;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
  box-shadow: 3px 3px 12px #0003;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #3cb841;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  box-shadow: 2px 2px 10px #0003;
}

.whatsapp-container:hover {
  background-color: #3cb841;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-bottom-text {
  font-size: 0.75rem;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 0.75rem;
}

.wa-button {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.livechat-button {
  background-color: #3cb941;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.livechat-button:hover {
  background-color: #3cb941;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

@media screen and (min-width: 1280px) {
  .container {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2:hover {
    color: #ff4c00;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    margin-top: -10px;
  }

  .button-primary.button-primary-blue {
    background-color: var(--primary);
  }

  .hero-heading-left.is_light.section {
    background-image: url('../images/div.hero-main-section.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-main-section, .hero-main-section.section {
    background-image: url('../images/div.hero-main-section.png');
  }

  .arrow-embed {
    color: #ff4c00;
  }

  .heading-12.f-h3-heading {
    color: var(--darkgrey);
    text-align: center;
  }

  .f-content-list-item {
    flex-direction: column;
  }

  .footer-wrapper {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 24px;
    grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr) 1fr;
  }

  .uui-text-align-center {
    max-width: 100%;
  }

  .mitra-overview.section {
    background-image: url('../images/Background-Ungu.png');
  }

  .button-primary-body.white {
    border: 1px solid var(--secondary);
  }

  .button-primary-body.white.border {
    border: 1px solid var(--primary);
  }

  .hero-heading-medium {
    background-image: url('../images/Banner_1.png');
    background-size: cover;
  }

  .text-label-location {
    background-color: var(--primary);
  }

  .hero-split-9 {
    max-width: 60%;
  }

  .text-block-12 {
    color: var(--secondary);
  }

  .hero-without-image {
    background-image: url('../images/Background-Ungu.png');
  }

  .bold-24_h2 {
    color: #fff;
    text-align: left;
  }

  .section {
    padding-right: 5%;
  }

  .section.bg-white {
    background-color: var(--untitled-ui-white);
  }

  .section.bg-sertifikasi-hero {
    background-position: 30%;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav, .sg-nav-container {
    width: 280px;
  }

  .cta._27 {
    background-image: url('../images/27_3.png');
  }

  .title-2 {
    padding-bottom: 20px;
  }

  .button-text-2 {
    flex: none;
  }

  .jasa {
    background-image: url('../images/Image.png');
    background-position: 0 0;
    background-size: auto;
    height: 508px;
  }

  .container-27 {
    background-image: url('../images/Background.png');
    background-position: 0 0;
    background-size: auto;
    align-items: center;
    max-width: 818px;
    height: 508px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .content-18 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-medium-normal-3 {
    color: var(--darkgrey);
    padding-bottom: 10px;
  }

  .content-19 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 64px;
    margin-right: 32px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .button-10 {
    flex: 1;
  }

  .layout-2._4 {
    border-style: none;
  }

  .heading-h5 {
    align-self: center;
  }

  .button-13, .button-text-4, .button-14 {
    flex: none;
  }

  .column-3 {
    justify-content: flex-start;
  }

  .section-title-13 {
    text-align: left;
    align-self: auto;
  }

  .heading-25 {
    align-self: center;
  }

  .frame-1000004587 {
    flex: none;
  }

  .cta-2._27 {
    background-image: url('../images/27.png');
  }

  .button-16 {
    flex: none;
  }

  .frame-1000004635 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
  }

  .accordion-item {
    justify-content: space-between;
  }

  .container-29 {
    background-image: url('../images/woman-writing-on-paper-3228878.png');
    background-position: 0 0;
    background-size: auto;
    height: 738px;
    max-height: none;
  }

  .section-16 {
    display: flex;
  }

  .container-32 {
    background-color: #70872a;
  }

  .container-33 {
    background-image: linear-gradient(#1c1e5380, #1c1e5380), url('../images/woman-writing-on-paper-3228878.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    justify-content: center;
    align-items: stretch;
    width: 1005px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 235px 108px;
    display: flex;
  }

  .heading-28 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .listitem-5, .listitem-40 {
    padding-right: 0;
  }

  .jasa-pengujian {
    background-image: url('../images/Image-1.png');
    background-position: 0 0;
    background-size: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 508px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .container-34 {
    background-image: url('../images/Background.png');
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    width: 818px;
    max-width: none;
    height: 508px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 64px;
    padding-right: 32px;
    display: flex;
  }

  .layout-5._4 {
    border-style: none;
  }

  .button-22 {
    flex: none;
    max-width: 225px;
  }

  .frame-1000005718 {
    flex-direction: row;
    flex: 0 auto;
    display: block;
  }

  .section-title-16 {
    text-align: center;
    align-items: center;
  }

  .mengapa-perlu-jasa-pengujian {
    border: 1px #000;
  }

  .keunggulan-layanan-kalibrasi {
    border: 0 #000;
  }

  .frame-1000005727 {
    flex: none;
  }

  .vectors-wrapper-199 {
    max-width: 105%;
  }

  .button-26, .button-27 {
    flex: none;
  }

  .column-5 {
    text-align: center;
    justify-content: flex-start;
  }

  .section-title-18 {
    align-items: center;
  }

  .frame-1000005744 {
    flex: 0 auto;
  }

  .frame-1000005746 {
    flex-direction: row;
  }

  .frame-1000005747 {
    flex: none;
  }

  .cta-3._27 {
    background-image: url('../images/27.png');
  }

  .button-29 {
    flex: 0 auto;
  }

  .button-text-19 {
    flex: none;
  }

  .accordion-item-2 {
    justify-content: space-between;
  }

  .jasa-inspeksi {
    background-image: url('../images/Image-3.png');
    background-position: 0 0;
    background-size: auto;
    height: 508px;
  }

  .container-36 {
    background-image: url('../images/Background.png');
    background-position: 0 0;
    background-size: auto;
    align-items: center;
    width: 818px;
    height: 508px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 64px;
    padding-right: 32px;
    display: flex;
  }

  .mengapa-perlu-jasa-inspeksi {
    padding: 64px;
  }

  .section-title-20 {
    align-items: center;
  }

  .button-32, .button-33 {
    flex: none;
  }

  .section-title-22 {
    align-items: center;
  }

  .frame-1000005764 {
    flex: none;
  }

  .cta-4._27 {
    background-image: url('../images/27.png');
  }

  .button-35 {
    flex: 0 auto;
  }

  .button-text-25 {
    flex: none;
  }

  .vectors-wrapper-220 {
    width: auto;
    max-width: none;
  }

  .content-62 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .frame-1000005767 {
    width: auto;
  }

  .accordion-item-3 {
    justify-content: space-between;
  }

  .text-308 {
    margin-bottom: 20px;
  }

  .container-37 {
    background-image: linear-gradient(#6213d3, #6213d3);
    width: auto;
    max-width: 420px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 52px 48px;
  }

  .content-65 {
    width: auto;
    max-width: none;
  }

  .video-screen-2 {
    width: 100%;
  }

  .section-3 {
    background-image: url('../images/image-2.png');
    background-position: 0 0;
    background-size: auto;
  }

  .frame-permintaan:hover {
    background-color: var(--secondary);
  }

  .services-card-2 {
    align-self: flex-start;
  }

  .card-permintaan {
    width: 355px;
  }

  .content-74 {
    align-items: center;
    max-width: none;
  }

  .card-10 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .image-28 {
    order: 1;
  }

  .heading-h5-6 {
    color: #383b3d;
  }

  .slide-2 {
    background-image: none;
  }

  .slider-3 {
    background-color: #0000;
    height: auto;
  }

  .faq6_question {
    padding: 20px 24px 24px;
  }

  .faq6_list {
    margin-top: 10px;
  }

  .faq6_answer {
    padding: 20px 24px;
    display: block;
  }

  .div-block-27 {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .rich-text-block-2 {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding-top: 5px;
    font-family: Lato, sans-serif;
    font-size: 1rem;
  }

  .link-block {
    color: var(--secondary);
    font-size: 1rem;
  }

  .div-block-34 {
    display: block;
  }

  .mask {
    height: auto;
  }

  .d-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonial30_slide {
    width: auto;
  }

  .testimonial30_component {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial30_slide-nav {
    display: none;
  }

  .testimonial9_component-2.new {
    max-width: 1140px;
    margin-left: auto;
  }

  .div-block-36 {
    margin-left: -20px;
    padding-left: 0;
  }

  .paragraph-5 {
    font-size: 0.875rem;
  }

  .div-block-39 {
    border-radius: 10px;
  }

  .text-block-20 {
    color: #ff4c00;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    font-size: 0.875rem;
  }

  .nav-dropdown-toggle-2 {
    color: #1a1b1f;
    font-weight: 600;
  }

  .text-block-21.nav-link-dark.nav-link {
    color: #1a1b1f;
    text-transform: none;
    font-weight: 600;
  }

  .nav-dropdown-link-2 {
    font-weight: 600;
  }

  .link-block-2, .link-block-3 {
    display: none;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-3152, .text-3153 {
    font-size: 0.75rem;
  }

  .the-largest-apple-wa {
    min-width: 150px;
  }

  .section-container {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

  .header-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .tittle-3 {
    grid-row-gap: 24px;
    width: 60%;
    min-width: 0;
  }

  .header-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .detail-3 {
    grid-column-gap: 12px;
  }

  .detail-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .detail-5, .text-3260 {
    font-weight: 700;
  }

  .frame-1261155229 {
    justify-content: flex-start;
    align-items: center;
  }

  ._1-21 {
    grid-column-gap: 50px;
    justify-content: space-between;
  }

  .list-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-1261155231, .frame-1261155235 {
    font-size: 0.75rem;
  }

  .tittle-5 {
    width: 790px;
  }

  .time-9 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .detail-6 {
    margin-left: 0%;
  }

  .header-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .time-10 {
    width: 100%;
    height: 100%;
  }

  .rich-text-block-3 {
    color: #fff;
  }

  .section-container-2 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

  .detail-7 {
    font-weight: 700;
  }

  .cta-9._7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-3337 {
    font-weight: 700;
  }

  .text-334 {
    font-size: 0.875rem;
  }

  .vectors-wrapper-366 {
    width: 50%;
    max-width: 100%;
  }

  .content-123 {
    max-width: 650px;
  }

  .features-3 {
    grid-column-gap: 15px;
    max-width: 600px;
  }

  .grid-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 15%;
  }

  .header-9 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .date-2 {
    justify-content: center;
    align-items: center;
  }

  .tittle-7, .tittle-8 {
    width: 790px;
  }

  .content-128 {
    width: 105%;
  }

  .whatsapp-container:hover {
    background-color: #3cb941;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .container.gap-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar-logo-left-container.shadow-three {
    position: sticky;
  }

  .nav-link-2:hover {
    color: #ff4c00;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    margin-top: -10px;
  }

  .button-primary.button-primary-blue {
    background-color: var(--primary);
  }

  .hero-heading-left.is_light.section {
    background-image: url('../images/div.hero-main-section.png');
    background-repeat: no-repeat;
  }

  .hero-main-section, .hero-main-section.section {
    background-image: url('../images/div.hero-main-section.png');
  }

  .arrow-embed {
    color: #ff4c00;
  }

  .heading-12.f-h3-heading {
    color: var(--darkgrey);
    text-align: center;
  }

  .f-button-wrapper {
    width: auto;
  }

  .footer-wrapper {
    width: 100%;
  }

  .footer-content {
    grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr);
  }

  .uui-text-align-center {
    max-width: 100%;
  }

  .mitra-overview.section {
    background-image: url('../images/Background-Ungu.png');
  }

  .button-primary-body.white {
    border-color: var(--secondary);
  }

  .hero-heading-medium {
    background-image: url('../images/Banner_1.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-split-9 {
    max-width: 60%;
  }

  .uui-button-icon-4, .uui-text-size-small.uui-color-main {
    color: #6213d3;
  }

  .link {
    color: var(--primary);
  }

  .hero-without-image {
    background-image: url('../images/Background-Ungu.png');
  }

  .section.bg-sertifikasi-hero {
    background-image: url('../images/Image_3.png');
  }

  .cta._27 {
    background-image: url('../images/27_3.png');
  }

  .div-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    border-style: none;
    border-width: 1px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    display: flex;
    position: absolute;
    inset: 0 0 auto;
    overflow: visible;
  }

  .container-27 {
    width: 818px;
    max-width: none;
  }

  .content-19 {
    width: 100%;
    margin-right: 64px;
  }

  .layout-2._4 {
    max-width: none;
    padding: 0;
  }

  .mengapa-perlu-jasa {
    padding: 64px;
  }

  .frame-1000004625 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
    padding: 0;
  }

  .mengapa-perlu-dikalibrasi {
    padding: 60px 64px;
  }

  .layout-3._238 {
    max-width: none;
    padding: 0;
  }

  .keunggulan {
    padding: 64px;
  }

  .content-22 {
    max-width: none;
    padding: 0;
  }

  ._1-10 {
    width: 100%;
    height: 305px;
  }

  .text-47 {
    line-height: 108%;
  }

  .text-48 {
    line-height: 130%;
  }

  .ruang-lingkup {
    padding: 64px;
  }

  .layout-4._238, .portfolio._13 {
    max-width: none;
    padding: 0;
  }

  .frame-1000004630 {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    display: flex;
  }

  .frame-1000004632 {
    align-items: flex-start;
  }

  .frame-1000004634 {
    flex: 1;
    width: 100%;
  }

  .frame-1000004589 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .cta-2 {
    background-image: url('../images/27.png');
  }

  .cta-2._27 {
    max-width: none;
  }

  .vectors-wrapper-142 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    top: 350px;
    left: auto;
  }

  .container-30 {
    object-fit: fill;
    flex-flow: column-reverse;
    place-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .container-31 {
    background-color: #6213d3;
    flex-direction: column;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .hubungi {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .form-2 {
    z-index: 0;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 52px;
    display: flex;
    position: relative;
    inset: 0;
  }

  .container-32 {
    -webkit-text-fill-color: inherit;
    background-color: #1c1e5380;
    background-image: linear-gradient(#1c1e5380, #1c1e5380), none;
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-clip: padding-box;
    flex: 0 auto;
    width: 738px;
    margin-left: 0;
    margin-right: 0;
    padding: 235px 108px;
  }

  .type-default {
    justify-content: space-between;
  }

  .container-33 {
    background-image: linear-gradient(#1c1e5380, #1c1e5380), url('../images/new-image.png');
    width: auto;
    max-width: 50%;
  }

  .divw-node-_5a79487c-c42a-6f1a-2dd9-65e21cf6197d-1cf61977 {
    width: 150px;
    padding-right: 0;
  }

  .divw-node-_5a79487c-c42a-6f1a-2dd9-65e21cf61991-1cf61977 {
    width: 125px;
    padding-right: 0;
  }

  .text-294 {
    width: 415px;
  }

  .link-tentang-kami-2 {
    width: auto;
  }

  .linkmargin-5 {
    padding-right: 0;
  }

  .frame-1000005712 {
    align-items: flex-start;
  }

  .listitem-35 {
    padding-right: 0;
  }

  .div-footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .listitem-29 {
    min-height: 0;
    padding-right: 0;
  }

  .text-295 {
    width: 415px;
  }

  .link-tentang-kami-3 {
    width: auto;
  }

  .linkmargin-16 {
    padding-right: 0;
  }

  .frame-1000005715 {
    align-items: flex-start;
  }

  .listitem-49 {
    padding-right: 0;
  }

  .listitem-53 {
    min-height: 0;
    padding-right: 0;
  }

  .vectors-wrapper-190 {
    width: auto;
    height: auto;
  }

  .container-34 {
    width: 818px;
  }

  .layout-5._4, .layout-6._238 {
    max-width: none;
    padding: 0;
  }

  .mengapa-perlu-jasa-pengujian, .keunggulan-layanan-kalibrasi {
    padding: 64px;
  }

  .vectors-wrapper-199 {
    max-width: 105%;
  }

  .layout-7._238 {
    max-width: none;
    padding: 0;
  }

  .portfolio-2._13 {
    padding: 0;
  }

  .frame-1000005744 {
    flex: 0 auto;
    align-items: flex-end;
  }

  .vectors-wrapper-208 {
    flex: 1;
    align-self: center;
  }

  .container-36 {
    width: 818px;
    max-width: none;
  }

  .content-54 {
    max-width: none;
  }

  .layout-9._238 {
    max-width: none;
    padding: 0;
  }

  .portfolio-3._13 {
    padding: 0;
  }

  .frame-1000005757 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .frame-1000005761 {
    flex-direction: column;
    align-self: stretch;
  }

  .vectors-wrapper-219 {
    top: 375px;
    left: auto;
  }

  .content-61 {
    width: 46%;
    padding-right: 0;
  }

  .content-62 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex: 0 auto;
    width: auto;
    max-width: none;
    padding-right: 64px;
  }

  .frame-1000005767 {
    flex: 0 auto;
  }

  .container-37 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .content-65 {
    width: 324px;
    display: flex;
  }

  .button-36 {
    color: #ff4c00;
    background-color: #fff;
  }

  .button-text-26 {
    color: #6213d3;
  }

  .layout-10._16 {
    max-width: none;
    padding: 0;
  }

  .placeholder-image-2 {
    width: 100%;
    max-width: none;
  }

  .efesiensikan {
    padding: 64px;
  }

  .text-regular-normal-2 {
    padding-left: 0;
  }

  .flex-block-6 {
    grid-column-gap: 105px;
    grid-row-gap: 105px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 200px 75px 68px;
  }

  .frame-1000005773 {
    max-width: none;
  }

  .text-261 {
    line-height: 2.875rem;
  }

  .section-3 {
    background-position: 0 0;
    background-size: auto;
  }

  .screen-2 {
    max-width: none;
    box-shadow: none;
  }

  .button-39 {
    width: 275px;
  }

  .frame-1000005776 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .layanan {
    padding: 80px 64px;
  }

  .frame-1000005778 {
    top: 40px;
    left: 32px;
    right: 32px;
  }

  .frame-1000005779 {
    background-color: #00000080;
    background-image: linear-gradient(#00000080, #00000080), url('../images/Frame-21.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-title-24 {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
  }

  .card-9 {
    flex-wrap: nowrap;
    width: 1999px;
  }

  .frame-1000005780 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    position: absolute;
    inset: 40px 32px auto;
  }

  .services-card-2 {
    padding-left: 0;
  }

  .button-40 {
    width: 245px;
  }

  .frame-1000005782 {
    max-width: none;
  }

  .rectangle-40 {
    height: auto;
  }

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

  .frame-1000005785 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .card-permintaan {
    width: 355px;
  }

  .text-292 {
    flex: 0 auto;
    width: auto;
  }

  .body-7 {
    color: #5f5f5f;
  }

  .layanan-kalibrasi-com {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
    padding: 80px 64px 60px;
    display: flex;
  }

  .heading-h2-27 {
    width: auto;
    display: block;
  }

  .vectors-wrapper-170 {
    top: 392px;
    left: 1335px;
  }

  .frame-1000005786 {
    justify-content: flex-start;
  }

  ._1-14 {
    width: 321px;
  }

  .content-73 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .content-74 {
    flex-direction: row;
    order: 0;
    align-self: auto;
    align-items: center;
    max-width: none;
  }

  .flex-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    padding: 0 64px;
  }

  ._3 {
    width: 614px;
  }

  .bergabung {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
  }

  .frame-1000005788 {
    width: 250px;
  }

  .partner {
    padding: 80px 64px;
  }

  .frame-1000005789 {
    align-self: flex-start;
    width: auto;
    max-width: none;
  }

  .portfolio-4._13 {
    padding: 0;
  }

  .banner {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    padding: 64px;
  }

  .gallery-3, .blog._41 {
    width: auto;
    max-width: none;
  }

  .row-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 100%;
    display: grid;
  }

  .button-17 {
    flex: none;
  }

  .card-10 {
    width: auto;
    max-width: none;
    height: 525px;
  }

  .section-title-26 {
    max-width: none;
  }

  .content-77 {
    align-items: flex-start;
  }

  .video {
    width: 593px;
    height: auto;
  }

  .div-block-17 {
    background-image: url('../images/Content.png');
    background-position: 0 0;
    background-size: auto;
    width: 1140px;
    height: 827px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nikmati-layanan {
    padding: 64px;
  }

  .laboratorium {
    padding: 80px 64px;
  }

  .div-header-2 {
    position: static;
  }

  .nikmati-layanan-kalibrasi {
    padding: 64px;
  }

  .image-27 {
    width: 100%;
    max-width: none;
  }

  .container-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    display: flex;
  }

  .frame-1000004669 {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 528px;
    margin-top: 0;
    line-height: 2.5rem;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 150px;
  }

  .text-3132 {
    font-weight: 700;
    line-height: 2.75rem;
  }

  .text-block-13 {
    color: #fff;
    font-size: 2rem;
  }

  .text-block-14, .text-block-15 {
    color: #ff4c00;
    font-size: 2rem;
  }

  .image-28 {
    order: 1;
    width: 50%;
    max-width: none;
  }

  .text-block-16 {
    color: #fff;
  }

  .button-101 {
    background-color: #ff4c00;
  }

  .button-text-29 {
    color: #fff;
  }

  .flex-block-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .vectors-wrapper-234 {
    aspect-ratio: auto;
    object-fit: none;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: 48px;
    max-height: none;
    padding-top: 0;
    display: block;
    position: relative;
    inset: 350px auto auto;
  }

  .image-29 {
    background-image: url('../images/Group-4393.png');
    background-position: 0 0;
    background-size: auto;
  }

  .slide {
    background-image: url('../images/Group-4393.png');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-2 {
    width: 100%;
  }

  ._1-16 {
    flex: none;
    width: 321px;
    height: 100%;
  }

  .flex-block-9 {
    position: relative;
    top: 310px;
  }

  .image-30 {
    width: auto;
    max-width: none;
  }

  .frame-1000005802 {
    height: auto;
    position: absolute;
    inset: 0;
  }

  .image-31, .image-32 {
    width: 100%;
    max-width: none;
  }

  .section-19 {
    height: 508px;
  }

  .section-20 {
    background-image: url('../images/Image-3.png');
    background-position: 0 0;
    background-size: cover;
    height: 508px;
  }

  .container-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/Background.png');
    background-position: 0 0;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 818px;
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 64px;
    padding-right: 32px;
    display: flex;
  }

  .button-107 {
    flex-direction: row;
    flex: none;
    width: auto;
    max-width: none;
  }

  .layout-11._4 {
    border-style: none;
    max-width: none;
    padding: 0;
  }

  .placeholder-image-3 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .layout-12._238 {
    max-width: none;
    padding: 0;
  }

  .heading-h5-5 {
    align-self: center;
  }

  .layout-13._238 {
    max-width: none;
    padding: 0;
  }

  .tab-horizontal {
    border-left: 1px #000;
  }

  .tab-horizontal.active {
    border-left: 4px solid #6213d3;
  }

  .content-84 {
    justify-content: flex-start;
    display: flex;
  }

  .heading-h5-6 {
    color: #383b3d;
  }

  .placeholder-image-4 {
    max-height: 100%;
  }

  .frame-1000005809 {
    padding: 0;
  }

  .section-21 {
    padding: 80px 64px;
  }

  .section-22, .section-23 {
    padding: 64px;
  }

  .section-24 {
    padding: 80px 64px;
  }

  .slide-2 {
    background-image: url('../images/Vectors-Wrapper_32.svg');
    background-position: 50%;
    background-size: 100% 100%;
  }

  .slider-3 {
    background-color: #0000;
    border-radius: 0;
    height: auto;
  }

  .slide-3 {
    background-image: url('../images/Vectors-Wrapper_30.svg');
    background-position: 50%;
    background-size: cover;
    height: 623px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-21 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .slide-4 {
    background-image: url('../images/Placeholder-Image-1.png');
    background-position: 50%;
    background-size: 100% 100%;
  }

  .text-block-17 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .dropdown {
    width: 614px;
  }

  .dropdown-toggle {
    border: 1px #000;
    border-radius: 16px;
    width: 100%;
  }

  .faq6_accordion {
    color: #5f5f5f;
    border-style: solid;
  }

  .faq6_list {
    margin-top: 10px;
  }

  .rich-text-block-2 {
    color: var(--dark-slate-grey);
  }

  .div-block-29 {
    padding-top: 20px;
  }

  .mask {
    border-radius: 16px;
  }

  .testimonial24_slide {
    width: auto;
    max-width: none;
  }

  .testimonial9_arrow.hide-mobile-landscape {
    justify-content: center;
  }

  .testimonial30_slide {
    width: auto;
  }

  .testimonial30_component {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial30_slide-nav {
    display: none;
  }

  .testimonial9_component-2 {
    height: 100%;
    bottom: auto;
  }

  .testimonial9_component-2.new {
    width: 100%;
    margin-left: auto;
  }

  .div-block-36 {
    margin-left: -20px;
  }

  .paragraph-5 {
    font-size: 0.875rem;
  }

  .container-46 {
    width: 100%;
    max-width: 1440px;
  }

  .section-26 {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .section-26.bg-message {
    background-image: url('../images/BG-0001.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .message {
    background-image: none;
    min-height: auto;
    padding: 0;
  }

  .vectors-wrapper-66 {
    border-radius: 20px;
  }

  .container-51 {
    width: 22%;
    max-width: 1140px;
  }

  .text-block-20 {
    color: #ff4c00;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    font-size: 0.875rem;
  }

  .container-52 {
    width: 100%;
    max-width: 1440px;
  }

  .section-27 {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .section-27.bg-contact-us {
    background-image: url('../images/7.png');
    background-position: 50%;
    background-size: cover;
  }

  .button-120 {
    border: 1px solid #9c8663;
  }

  .button-120.is-dark {
    background-color: #000;
    text-decoration: none;
  }

  .button-120.is-dark:focus {
    text-decoration: none;
  }

  .nav-dropdown-toggle-2 {
    text-transform: none;
    font-weight: 600;
  }

  .text-block-21.nav-link-dark.nav-link {
    color: #333;
    text-transform: none;
  }

  .grid-5 {
    margin-left: 40px;
    padding-left: 60px;
  }

  .text-3152, .text-3153 {
    font-size: 0.75rem;
  }

  .page-section {
    padding-right: 5%;
  }

  .navbar-container, .frame-1000001080 {
    display: block;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .navbar-2.navbar-light {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 2px 5px #0003;
  }

  .navbar-wrapper-2 {
    display: flex;
  }

  .link-block-13 {
    text-decoration: none;
  }

  .frame-1000001221 {
    display: block;
  }

  .frame-1000001219.solution-navbar-child {
    display: none;
    position: fixed;
    top: 80px;
  }

  .nav-link-3.nav-link-dark {
    color: #333;
    font-family: Noto Sans, sans-serif;
  }

  .f-section-large-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .text-3169 {
    margin-right: 20px;
  }

  .mail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .f-container-regular-2 {
    display: block;
  }

  .text-3170 {
    margin-bottom: 0;
  }

  .frame-1000001102 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .header-8 {
    background-image: url('../images/Header_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .rich-text-block-3 {
    font-weight: 400;
    line-height: 1.25rem;
  }

  .page-section-3 {
    padding-right: 5%;
  }

  .cta-9._7 {
    background-image: url('../images/CTA_1.jpg');
    background-position: 50%;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .page-section-4 {
    padding-right: 5%;
  }

  .vectors-wrapper-366 {
    width: 50%;
  }

  .rich-text-block-5.description {
    background-color: #000;
  }

  .grid-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 15%;
  }

  .container-61 {
    margin-left: 80px;
  }

  .content-128 {
    width: 105%;
  }

  .live-chat-top-text {
    font-size: 0.75rem;
    font-weight: 400;
  }

  .live-chat-top-text.block {
    color: #929292;
  }

  .whatsapp-container:hover {
    background-color: #3cb941;
  }

  .top-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .live-chat-bottom-text.block {
    color: #171717;
  }

  .livechat-button {
    background-color: #3cb841;
  }

  .chat-section {
    background-color: #f5eadf;
  }
}

@media screen and (min-width: 1920px) {
  p {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
  }

  .container {
    justify-content: center;
    align-self: auto;
    width: 100%;
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container.mitra-partner-section {
    flex-direction: column;
    max-width: 1140px;
    line-height: 1.25rem;
  }

  .container.flex-vertical {
    flex-direction: column;
  }

  .container.header {
    background-color: #fff0;
    padding: 0;
  }

  .nav-menu-wrapper {
    margin-right: 0;
  }

  .nav-menu-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 0;
  }

  .nav-link-2:hover {
    color: #ff4c00;
  }

  .nav-dropdown {
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
  }

  .mobile-margin-top-10 {
    display: none;
  }

  .button-primary.button-primary-blue {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-left.is_light.section {
    background-image: url('../images/div.hero-main-section.png');
    background-repeat: repeat;
  }

  .hero-main-section {
    background-image: url('../images/div.hero-main-section.png');
  }

  .hero-main-section.section {
    background-image: url('../images/div.hero-main-section.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .arrow-embed {
    color: #ff4c00;
  }

  .text-block {
    text-align: left;
    font-size: 0.875rem;
  }

  .uui-text-size-medium.uui-text-color-white {
    white-space: normal;
  }

  .heading-12.f-h3-heading {
    color: var(--darkgrey);
    text-align: center;
  }

  .f-content-image-wrapper-large {
    height: 400px;
  }

  .f-section-large {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-wrapper {
    width: 100%;
    display: flex;
  }

  .footer-content {
    grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr);
  }

  .uui-button {
    background-color: #6213d3;
    align-items: center;
  }

  .mitra-overview.section {
    background-image: url('../images/Background-Ungu.png');
  }

  .button-primary-body.white {
    border-color: var(--secondary);
  }

  .hero-heading-left-background {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .hero-heading-medium {
    background-image: url('../images/Banner.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .text-label-location {
    background-color: var(--primary);
  }

  .hero-split-9 {
    max-width: 60%;
  }

  .link {
    color: var(--primary);
  }

  .text-block-12 {
    color: var(--secondary);
  }

  .hero-without-image {
    background-image: url('../images/Background-Ungu.png');
  }

  .img, .text-2 {
    width: auto;
  }

  .section {
    color: #6213d3;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .section.bg-white {
    background-color: var(--untitled-ui-white);
  }

  .section-2 {
    background-image: url('../images/Banner.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 200px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-16 {
    justify-content: center;
    align-items: center;
    height: 200px;
    font-size: 5.625rem;
    line-height: 0.889;
    display: flex;
    position: relative;
  }

  .calibration-section-items {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .calibration-item-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-2 {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .logo-2 {
    justify-content: center;
    width: auto;
    max-width: none;
    padding-top: 76px;
    padding-left: 0;
    padding-right: 0;
  }

  .join-mitra-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/CTA-2-1.png');
    background-clip: border-box;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    place-items: center;
    height: 250px;
    margin-top: 4rem;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Noto Sans, sans-serif;
    display: flex;
  }

  .join-mitra-section.section {
    background-image: url('../images/27_3.png');
  }

  .bergabung-menjadi-mitra-lab-kami {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24rem;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    font-size: 2rem;
    line-height: 1.094;
    display: flex;
    position: static;
    inset: 0;
  }

  .frame-1000004446 {
    margin-left: 0;
  }

  .lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    align-self: flex-end;
    max-width: none;
    margin-bottom: 0;
    margin-left: -5rem;
    display: block;
    position: absolute;
    inset: .5rem -1rem 1rem auto;
  }

  .frame-3851 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
  }

  .frame-1000004447 {
    justify-content: center;
    align-items: center;
    width: 545px;
    display: flex;
  }

  .section-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .image-10 {
    width: 545px;
    max-width: none;
    height: 460px;
  }

  .flex-block-2 {
    background-image: url('../images/Frame-1000004439.png');
    background-position: 0 0;
    background-size: auto;
    width: 545px;
    height: 460px;
  }

  .frame-837 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .frame-832 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nomor-telepon-02123456789 {
    flex-direction: column;
    display: flex;
  }

  .section-5 {
    background-image: url('../images/Banner.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 200px;
  }

  .text-23 {
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
  }

  .cards-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    justify-items: center;
    width: auto;
    display: grid;
    position: static;
  }

  .frame-1000004451 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 545px;
  }

  .frame-1000004452 {
    align-items: center;
    width: 545px;
  }

  .section-6 {
    display: flex;
  }

  .flex-block-3 {
    background-image: url('../images/Frame-1000004439.png');
    background-position: 0 0;
    background-size: auto;
    width: 545px;
    height: 460px;
  }

  .alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-2, .nomor-telepon-2123456790 {
    flex-direction: column;
    display: flex;
  }

  .section-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/CTA-2-1.png');
    background-position: 0 0;
    background-size: cover;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 250px;
    display: grid;
  }

  .bergabung-menjadi-mitra-lab-kami-2 {
    height: 250px;
    font-size: 3rem;
    line-height: 1.125;
    position: static;
  }

  .image-11 {
    display: block;
    position: relative;
    inset: auto 0 35px;
  }

  .section-8 {
    background-image: url('../images/Banner.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 250px;
  }

  .text-28 {
    justify-content: center;
    align-items: center;
    height: 250px;
    display: flex;
    position: static;
    inset: 0% auto auto 0%;
  }

  .cards-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bold-24_h2-6 {
    color: #ff4c00;
  }

  .section-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/CTA-2-1.png');
    background-position: 0 0;
    background-size: cover;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 250px;
    display: grid;
  }

  .bergabung-menjadi-mitra-lab-kami-3 {
    justify-content: flex-start;
    align-items: center;
    height: 250px;
    font-size: 3rem;
    line-height: 1.125;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .frame-1000004459 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-12 {
    position: absolute;
    inset: auto 0% -59% auto;
  }

  .section-10 {
    display: flex;
  }

  .frame-1000004461, .frame-1000004462 {
    width: 545px;
  }

  .flex-block-4 {
    background-image: url('../images/Frame-1000004439.png');
    background-position: 0 0;
    background-size: cover;
    width: 545px;
    height: 460px;
  }

  .alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-5, .nomor-telepon-2123456791 {
    flex-direction: column;
    display: flex;
  }

  .section-11 {
    background-image: url('../images/Banner.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 200px;
  }

  .text-33 {
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
  }

  .cards-4 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-6 {
    display: flex;
    left: auto;
  }

  .cards-5 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/CTA-2-1.png');
    background-position: 0 0;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 250px;
    display: grid;
  }

  .bergabung-menjadi-mitra-lab-kami-4 {
    justify-content: flex-start;
    align-items: center;
    height: 250px;
    font-size: 3rem;
    line-height: 1.125;
    display: flex;
    position: static;
  }

  .image-13 {
    height: auto;
    position: relative;
    bottom: 36px;
  }

  .section-13 {
    display: flex;
  }

  .frame-1000004471, .frame-1000004472 {
    width: 545px;
  }

  .container-21 {
    width: 545px;
    max-width: none;
    padding-bottom: 0;
  }

  .flex-block-5 {
    background-image: url('../images/Frame-1000004439.png');
    background-position: 0 0;
    background-size: auto;
    width: 545px;
    height: 460px;
  }

  .alamat-kami-ruko-orange-dot-com-no-19-paramount-gading-serpong-tangerang-banten-8, .nomor-telepon-2123456792 {
    flex-direction: column;
    display: flex;
  }

  .cards-6 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list-item {
    padding-left: 0;
  }

  .list-item:hover {
    color: #ff4c00;
  }

  .list-item-2, .list-item-3 {
    padding-left: 0;
  }

  .flex.flex-grow.justify-content-between {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .grid {
    max-width: 1140px;
  }

  .mitra-cta-text-block {
    width: 500px;
  }

  .cta._27 {
    background-image: url('../images/27_3.png');
  }

  .flex-row {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-13 {
    background-color: var(--bg-info);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0;
    height: 100px;
  }

  .div-block-14 {
    background-color: var(--bg-info);
    height: 100px;
  }

  .flex-column {
    display: flex;
  }

  .div-block-15 {
    background-color: var(--bg-info);
    border-right: 1px solid #000;
    width: 50%;
    height: 100px;
  }

  .div-block-16 {
    background-color: var(--bg-info);
    width: 50%;
  }

  .rich-text-block {
    color: #2f3640;
    font-size: 1rem;
    position: static;
  }

  .list {
    list-style-type: decimal;
  }

  .list-item-4 {
    text-align: left;
  }

  .primary {
    flex-direction: row;
    justify-content: space-between;
  }

  .jasa {
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .container-27 {
    width: 1183px;
    max-width: none;
  }

  .content-19 {
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
  }

  .layout-2._4 {
    max-width: none;
  }

  .placeholder-image {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  ._1-10 {
    width: 100%;
  }

  .content-26 {
    flex: 1;
  }

  .frame-1000004630 {
    flex: 0 auto;
    width: 100%;
    position: relative;
  }

  .frame-1000004631 {
    justify-content: space-between;
  }

  .frame-1000004632 {
    flex: 0 auto;
    width: 100%;
  }

  .frame-1000004593 {
    display: none;
  }

  .cta-2 {
    max-width: none;
  }

  .cta-2._27 {
    background-color: #0000;
  }

  .gallery._1 {
    max-width: none;
    padding: 0;
  }

  .content-31 {
    max-width: none;
  }

  .container-31 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    display: flex;
  }

  .form-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    padding: 0;
    display: flex;
    position: relative;
    inset: auto;
  }

  .email-telepon-alamat {
    flex: 1;
  }

  .container-33 {
    background-image: linear-gradient(#1c1e5380, #1c1e5380), url('../images/new-image.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    max-width: 50%;
  }

  .jasa-pengujian {
    background-size: cover;
  }

  .container-34 {
    width: 1090px;
    padding-left: 150px;
  }

  .layout-5._4 {
    padding: 0;
  }

  .content-36 {
    opacity: 1;
    background-color: #7e1fff99;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    max-width: none;
    height: 100%;
  }

  .layout-6._238 {
    padding-left: 0;
    padding-right: 0;
  }

  .mengapa-perlu-jasa-pengujian, .keunggulan-layanan-kalibrasi {
    width: 100%;
    padding: 80px 150px;
  }

  .frame-1000005729 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .frame-1000005731 {
    max-width: none;
    padding-left: 0;
  }

  .vectors-wrapper-199 {
    max-width: 105%;
  }

  .layout-7._238 {
    max-width: none;
    padding: 0;
  }

  .frame-1000005739 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
  }

  .image-22 {
    background-color: #0000;
    background-image: url('../images/PT-DHS.png');
    background-position: 0 0;
    background-size: auto;
  }

  .gallery-2._1 {
    width: auto;
    max-width: none;
    padding: 0;
  }

  .jasa-inspeksi {
    background-size: cover;
  }

  .container-36 {
    width: 1090px;
    max-width: none;
  }

  .layout-8._238, .content-54 {
    max-width: none;
    padding: 0;
  }

  .frame-1000005757 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: auto;
  }

  .cta-4._27 {
    max-width: none;
  }

  .content-61 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 46%;
    padding-right: 0;
    display: block;
  }

  .vectors-wrapper-220 {
    object-fit: fill;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
    left: auto;
  }

  .content-62 {
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    left: 132px;
    right: auto;
  }

  .faq-3 {
    flex: none;
    width: 46%;
    max-width: none;
    display: block;
  }

  .frame-1000005767 {
    width: 100%;
  }

  .heading-32 {
    align-items: stretch;
    display: block;
  }

  .accordion-item-3 {
    width: 1243px;
  }

  .container-37 {
    height: auto;
    left: 100px;
    right: auto;
  }

  .button-36 {
    background-color: #fff;
  }

  .frame-1000005771, .button-text-26 {
    color: #6213d3;
  }

  .layout-10._16 {
    max-width: none;
    padding: 0;
  }

  .placeholder-image-2 {
    max-width: none;
  }

  .efesiensikan {
    padding: 80px 150px;
  }

  .frame-1000004563 {
    align-items: flex-start;
    max-width: none;
  }

  .flex-block-6 {
    grid-column-gap: 209px;
    grid-row-gap: 209px;
    margin-top: 0;
    padding: 200px 150px 68px;
  }

  .video-screen-2 {
    width: auto;
  }

  .section-3 {
    padding-left: 0;
  }

  .frame-1000005776 {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layanan {
    padding: 80px 150px;
  }

  .services-card-2 {
    padding-left: 0;
  }

  .frame-1000005782 {
    max-width: none;
  }

  .frame-1000005785 {
    padding-left: 0;
    padding-right: 0;
  }

  .layanan-kalibrasi-com {
    padding-left: 150px;
    padding-right: 150px;
  }

  .vectors-wrapper-170 {
    max-width: none;
    top: 392px;
    left: 1720px;
  }

  .frame-1000005786 {
    flex: 0 auto;
    width: auto;
    top: 54px;
    left: 504px;
  }

  ._1-14 {
    flex: none;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .mitra-lab {
    width: 100%;
    height: 825px;
    max-height: none;
  }

  .content-74 {
    align-items: center;
    max-width: none;
  }

  .flex-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-left: 150px;
    padding-right: 150px;
  }

  .bergabung {
    padding: 80px 150px;
  }

  .frame-1000005788 {
    align-items: center;
    width: 100%;
  }

  .partner {
    padding-left: 150px;
    padding-right: 150px;
  }

  .frame-1000005789 {
    justify-content: space-between;
    width: 100%;
    max-width: none;
  }

  .portfolio-4._13 {
    max-width: none;
  }

  .vectors-wrapper-163 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    height: 48px;
    display: block;
    top: 367px;
  }

  .banner {
    width: 100%;
    max-width: none;
    padding: 80px 150px;
  }

  .vectors-wrapper-161 {
    max-width: none;
  }

  .gallery-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blog._41 {
    padding: 0;
  }

  .artikel {
    padding: 80px 64px;
  }

  .row-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title-7 {
    width: 100%;
  }

  .card-10, .content-77 {
    width: auto;
  }

  .div-block-17 {
    width: auto;
    height: 827px;
  }

  .laboratorium {
    padding-left: 150px;
    padding-right: 150px;
  }

  .div-header-2 {
    max-width: none;
  }

  .layanan-pengujian, .nikmati-layanan-kalibrasi, .layanan-inspeksi {
    padding: 80px 150px;
  }

  .image-26 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .image-27 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
  }

  .container-39 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .frame-1000004669 {
    left: 220px;
  }

  .image-28 {
    width: 100%;
    max-width: none;
    height: 500px;
  }

  .vectors-wrapper-234 {
    order: 0;
    align-self: stretch;
  }

  .div-block-19, .container-40 {
    background-image: url('../images/Frame-21.png');
    background-position: 0 0;
    background-size: auto;
  }

  .frame-1000005799 {
    flex: 1;
    width: 100%;
    max-width: none;
  }

  ._1-16 {
    flex: none;
    height: 100%;
  }

  .vectors-wrapper-237 {
    top: 392px;
    left: 1570px;
  }

  .flex-block-9 {
    flex-direction: column;
    flex: none;
    align-self: stretch;
    align-items: stretch;
    position: relative;
    top: 450px;
  }

  .div-block-20 {
    position: static;
  }

  .image-30 {
    width: 585px;
    height: 665px;
    display: block;
  }

  .frame-1000005802 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .vectors-wrapper-239 {
    opacity: 0;
  }

  .image-33 {
    width: 100%;
    max-width: none;
  }

  .section-19 {
    background-image: url('../images/Image-3.png');
    background-position: 0 0;
    background-size: cover;
  }

  .container-41 {
    background-image: url('../images/Background.png');
    background-position: 0 0;
    background-size: auto;
    width: 50%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-42 {
    width: 1090px;
  }

  .heading-h5-6 {
    color: #383b3d;
  }

  .section-21 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .section-22, .section-23 {
    padding: 80px 150px;
  }

  .section-24 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .slide-2 {
    background-image: none;
  }

  .slider-3 {
    background-color: #0000;
    height: auto;
  }

  .container-45 {
    background-image: url('../images/Image-1.png');
    background-position: 50%;
    background-size: cover;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 508px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-22 {
    padding-left: 64px;
    padding-right: 32px;
  }

  .div-block-23 {
    flex: 0 auto;
  }

  .faq6_accordion {
    width: 100%;
  }

  .faq6_list {
    width: 100%;
    margin-top: 10px;
    display: block;
  }

  .faq6_list-grid {
    justify-content: stretch;
    justify-items: stretch;
  }

  .div-block-26 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-block:hover, .bold-text:hover {
    color: var(--primary);
  }

  .d-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: stretch;
  }

  .testimonial9_component {
    width: auto;
    padding-top: 1rem;
    overflow: hidden;
  }

  .testimonial9_slide {
    width: auto;
  }

  .testimonial9_arrow {
    left: 2rem;
  }

  .testimonial9_arrow.is-left {
    top: 0%;
    left: auto;
    right: 4rem;
  }

  .testimonial30_slide {
    width: auto;
  }

  .testimonial30_component {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .testimonial30_slide-nav {
    display: none;
  }

  .testimonial30_mask {
    width: auto;
    overflow: visible;
  }

  .testimonial9_component-2 {
    margin-left: -17rem;
  }

  .testimonial9_component-2.new {
    align-self: auto;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .paragraph-5 {
    font-size: 0.875rem;
  }

  .container-46 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }

  .section-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 64px;
    display: flex;
  }

  .section-26.bg-message {
    background-image: url('../images/BG-0001.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .message {
    background-image: none;
    max-width: none;
    min-height: auto;
    padding: 0;
  }

  .vectors-wrapper-66 {
    border-radius: 20px;
  }

  .container-47 {
    width: 355px;
    height: 264px;
  }

  .div-block-41 {
    background-color: var(--primary);
    justify-content: center;
    width: 100%;
    height: 64px;
    display: flex;
  }

  .text-block-18 {
    color: #fff;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
  }

  .container-48 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    max-width: 1140px;
    display: flex;
  }

  .container-49 {
    width: 250px;
    max-width: 250px;
    display: flex;
  }

  .div-block-42 {
    width: 200px;
  }

  .paragraph-6, .paragraph-7 {
    padding-bottom: 20px;
    font-size: 0.875rem;
  }

  .container-50 {
    width: 100%;
    max-width: 1140px;
  }

  .container-51 {
    margin-left: 0;
  }

  .div-block-43 {
    width: 9%;
  }

  .text-block-20 {
    color: #ff4c00;
  }

  .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
    font-size: 0.875rem;
  }

  .container-52 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }

  .section-27 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 64px;
    display: flex;
  }

  .section-27.bg-contact-us {
    background-image: url('../images/27.png');
  }

  .button-120 {
    background-color: #9c8663;
    border-radius: 8px;
  }

  .cta-5 {
    flex-direction: column;
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-21.nav-link-dark.nav-link {
    text-transform: none;
    padding-right: 30px;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
    place-items: start center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 100px;
  }

  .text-block-26 {
    width: 100%;
  }

  .text-3152, .text-3153 {
    font-size: 0.75rem;
  }

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

  .frame-1000005828 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-section {
    height: auto;
  }

  .section-container {
    -webkit-text-stroke-color: transparent;
    border: 1px #000;
    width: 100%;
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-container {
    align-self: center;
    display: block;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    display: flex;
  }

  .navbar-2.navbar-light {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    box-shadow: 0 2px 5px #0003;
  }

  .navbar-wrapper-2 {
    max-width: none;
    display: flex;
  }

  .link-block-13 {
    text-decoration: none;
  }

  .nav-link-3.nav-link-dark {
    color: #333;
    font-family: Noto Sans, sans-serif;
  }

  .text-3169 {
    margin-right: 20px;
  }

  .logo-content {
    margin-bottom: 20px;
  }

  .footer-copyright-center-2 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
  }

  .footer-light {
    box-shadow: 0 2px 5px #0003;
  }

  .f-container-regular-2 {
    display: block;
  }

  .text-3170 {
    margin-bottom: 0;
  }

  .frame-1000001102 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-right: 20px;
    font-family: Noto Sans, sans-serif;
    display: grid;
  }

  .time-9 {
    grid-column-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .detail-6 {
    text-align: left;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
  }

  .text-3324 {
    text-transform: none;
  }

  .time-10 {
    justify-content: flex-start;
    align-items: center;
  }

  .rich-text-block-3 {
    color: #fff;
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    font-family: Noto Sans, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.667;
  }

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

  .page-section-3 {
    height: auto;
  }

  .section-container-2 {
    -webkit-text-stroke-color: transparent;
    border: 1px #000;
    width: 100%;
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-9._7 {
    background-size: cover;
    width: 100%;
  }

  .rich-text-block-4 {
    color: var(--untitled-ui-gray800);
  }

  .text-334 {
    font-size: 0.875rem;
  }

  .page-section-4 {
    height: auto;
  }

  .vectors-wrapper-366 {
    width: 50%;
  }

  .section-container-3 {
    -webkit-text-stroke-color: transparent;
    border: 1px #000;
    width: 100%;
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-58 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .rich-text-block-5 {
    color: #2f3640;
    text-align: center;
    -webkit-text-stroke-color: #2f3640;
    display: block;
  }

  .rich-text-block-5.description {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    color: #282938;
    text-align: center;
    -webkit-text-stroke-color: #282938;
    text-transform: none;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: transparent;
    direction: ltr;
    background-color: #6b6c7a;
    -webkit-background-clip: text;
    background-clip: text;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    place-content: flex-start;
    align-self: center;
    width: auto;
    height: 100px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    text-decoration: none;
    display: block;
  }

  .text-large-bold {
    color: #2f3640;
    -webkit-text-stroke-color: #2f3640;
  }

  .grid-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
    margin-left: 3%;
    margin-right: 0;
  }

  .paragraph-13 {
    color: #2f3640;
    line-height: 140%;
  }

  .paragraph-14 {
    color: var(--darkgrey);
    line-height: 140%;
  }

  .paragraph-16 {
    color: #2f3640;
    line-height: 2rem;
  }

  .paragraph-17 {
    line-height: 2rem;
  }

  .container-61 {
    margin-left: 220px;
  }

  .section-title-44 {
    margin-left: 75px;
  }

  .content-127 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .rectangle-41 {
    width: 100%;
  }

  .text-3353, .text-3354, .text-3357 {
    text-align: left;
  }

  .content-128 {
    width: 105%;
  }

  .cta-10._27 {
    background-image: url('../images/27_4.png');
  }

  .button-text-35 {
    color: var(--primary);
  }

  .content-129 {
    width: 100%;
  }

  .collection-list-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

  .whatsapp-container {
    box-shadow: 2px 2px 10px #0003;
  }

  .whatsapp-container:hover {
    background-color: #3cb841;
  }

  .top-section {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #3cb941;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container.flex-vertical {
    flex-direction: column;
  }

  .breadcrumbs-block {
    align-self: center;
  }

  .modal-wrapper {
    min-width: 80vw;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 16px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    margin-top: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.hero-split-left {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .hero-main-section {
    background-repeat: no-repeat;
  }

  .hero-main-section.section {
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .container-4 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .service-overview {
    padding-left: 0;
    padding-right: 0;
  }

  .service-overview.section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .centered-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .services-grid {
    grid-column-gap: 30px;
  }

  .uui-layout86_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-description {
    max-width: 100%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .heading-12.f-h3-heading {
    color: var(--darkgrey);
  }

  .f-image-cover {
    width: 100%;
  }

  .f-content-image-wrapper-large {
    width: 60%;
    max-width: 100%;
    height: 300px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-template-columns: minmax(140px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(140px, 1fr);
    grid-template-areas: ". Area";
    width: 100%;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-9 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .youtube {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .uui-layout16_image {
    width: 130%;
    min-width: 130%;
    position: static;
  }

  .uui-layout16_image-wrapper {
    justify-content: flex-start;
    min-height: auto;
    padding: 4rem 2rem;
  }

  .uui-layout16_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-layout17_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .uui-layout17_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-layout08_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-text-align-center {
    max-width: 100%;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-text-color-white.uui-text-align-center {
    white-space: normal;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-heading-left-background {
    display: block;
  }

  .container-13 {
    max-width: 728px;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-9 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .uui-button-icon-4 {
    color: #6213d3;
  }

  .uui-layout68_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .uui-layout68_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-layout19_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .uui-layout19_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .uui-text-size-small.uui-color-main {
    color: #6213d3;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .location-detail-overview {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uui-faq05_cta-button-row {
    flex: none;
    justify-content: flex-start;
  }

  .uui-faq05_cta-content {
    margin-right: 3rem;
  }

  .uui-faq05_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-faq05_layout {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mitra-overview-features {
    padding-left: 5%;
    padding-right: 5%;
  }

  .flex-block {
    display: block;
  }

  .uui-layout87_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-16 {
    max-width: 728px;
  }

  .hide-tablet {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3rem;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .service.sections {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .hero-card {
    max-width: none;
  }

  .sec-img-kanan {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .img {
    object-fit: fill;
    align-self: center;
    width: 100%;
  }

  .text-2 {
    width: 100%;
    padding-top: 20px;
  }

  .sec-img-kiri {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 5%;
    display: block;
    position: static;
  }

  .why-choose-us {
    flex-direction: column;
  }

  .vectors-wrapper-7 {
    width: 100%;
  }

  .container-17 {
    flex-direction: column;
    max-width: none;
  }

  .layanan-laboratorium-kalibrasi {
    flex-direction: column;
  }

  ._1-4 {
    grid-template-columns: 1fr 1fr;
  }

  .container-19 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-4 {
    width: 100%;
    max-width: none;
  }

  .shutterstock_1419416420-1 {
    width: 100%;
    max-width: 100%;
  }

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

  .collection-list-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-wrapper {
    display: block;
  }

  .content-wrapper.two_col {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .section.bg-primary {
    background-color: var(--primary);
  }

  .section.bg-testing-hero {
    background-position: 50%;
    background-size: cover;
  }

  .section.bg-sertifikasi-hero {
    background-image: url('../images/Image_3.png');
    background-position: 20%;
  }

  .section.bg-gradient {
    background-image: url('../images/cdn/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .body-6 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-5 {
    aspect-ratio: auto;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .image-6 {
    width: 100%;
  }

  .div-block-10 {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-7, .image-8 {
    width: 100%;
  }

  .section-2 {
    background-size: cover;
  }

  .section-title-5 {
    margin-bottom: 20px;
  }

  .calibration-section-items {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .join-mitra-section {
    height: auto;
    line-height: 1;
  }

  .bergabung-menjadi-mitra-lab-kami {
    text-align: center;
    width: auto;
  }

  .frame-1000004446 {
    align-items: center;
    width: 100%;
  }

  .lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com {
    text-align: center;
  }

  .image-9 {
    display: none;
  }

  .section-14 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .services-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .column, .column.desk-5 {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .small-button {
    position: relative;
  }

  ._2-1-grid {
    margin-left: 0;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-icon {
    font-size: 2rem;
  }

  ._1-2-grid {
    margin-left: 0;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .button-5 {
    position: relative;
  }

  .button-5.light {
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .container-22 {
    max-width: 728px;
  }

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-10 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .timeline {
    order: 0;
  }

  .content-14 {
    flex-wrap: nowrap;
  }

  .div-pricing-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .divw-node-_3cfa27f5-ba80-e489-1915-73954e76cb3e-64f412dd {
    flex-direction: column;
  }

  .divw-node-_1847a149-88b0-5fab-3ef0-ef35875d896e-64f412dd {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cta._27 {
    background-image: url('../images/27_3.png');
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .flex-row {
    display: block;
  }

  .flex-column.align-center.gap-60 {
    flex-direction: column;
    order: 0;
  }

  .image-14 {
    display: block;
  }

  .image-15 {
    display: none;
  }

  .rich-text-block {
    width: 100%;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .text-medium-normal-3 {
    color: var(--darkgrey);
  }

  .content-19 {
    background-position: 0%;
    background-size: cover;
  }

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

  .row-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  ._1-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    display: grid;
  }

  .button-12 {
    display: block;
  }

  .section-title-12 {
    flex-direction: column;
    align-items: flex-start;
  }

  .frame-1000004628 {
    flex-direction: column;
  }

  .column-3, .section-title-13 {
    text-align: center;
    align-self: auto;
    align-items: center;
  }

  .frame-1000004630 {
    flex-direction: column;
    width: 100%;
  }

  .frame-1000004634 {
    align-items: flex-start;
    width: 100%;
  }

  .frame-1000004593 {
    justify-content: flex-start;
  }

  .frame-1000005731 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._1-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-self: auto;
    place-items: stretch center;
    display: grid;
  }

  .frame-1000005757, .frame-1000005758, .frame-1000005759 {
    flex-direction: column;
    width: 100%;
  }

  .frame-1000005761 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .content-61 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 150%;
  }

  .vectors-wrapper-220 {
    width: 100%;
    height: 300px;
  }

  .content-62 {
    flex-direction: row;
    position: absolute;
    top: 0;
  }

  .faq-3 {
    width: 100%;
    margin-top: 120px;
    position: relative;
  }

  .container-37 {
    inset: auto auto -25% 20%;
  }

  .placeholder-image-2 {
    width: 100%;
    min-width: 350px;
    max-width: 100%;
  }

  .frame-1000004563 {
    max-width: none;
  }

  .text-261 {
    flex: 0 auto;
    line-height: 2.875rem;
  }

  .frame-1000005785 {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-73 {
    order: -1;
  }

  .content-74 {
    flex-direction: column;
    order: -1;
    align-self: auto;
  }

  .frame-1000005788 {
    width: 298px;
    max-width: 100%;
  }

  .frame-1000005789 {
    max-width: none;
  }

  .row-4 {
    grid-template-columns: 1fr;
  }

  .content-76, .card-10 {
    min-width: 350px;
    max-width: 100%;
  }

  .video {
    height: auto;
  }

  .image-26 {
    display: none;
  }

  .image-28 {
    order: -1;
    align-self: center;
  }

  .container-44 {
    flex-direction: column;
  }

  .placeholder-image-4 {
    flex: 1;
    display: block;
  }

  .frame-1000005811, .frame-1000005814 {
    flex-direction: column;
  }

  .div-block-25 {
    width: auto;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq6_list {
    width: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-26, .div-block-27 {
    flex-direction: column;
  }

  .rich-text-block-2 {
    width: 100%;
    color: var(--dark-slate-grey);
  }

  .div-block-29 {
    width: 100%;
  }

  .div-block-31 {
    flex-direction: column;
  }

  .image-39 {
    order: 1;
    width: 100%;
    height: 100%;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .image-40 {
    width: auto;
    max-width: none;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .d-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    border: 0 #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .d-grid.gap-1 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-self: auto;
  }

  .testimonial24_mask {
    width: 50%;
  }

  .testimonial24_slide {
    width: auto;
    max-width: 100%;
  }

  .testimonial24_arrow {
    top: 0;
    left: 4rem;
    right: auto;
  }

  .testimonial24_arrow.is-left {
    top: 0;
    left: 0;
    right: auto;
  }

  .testimonial24_component {
    width: 100%;
    margin-top: 0;
    padding: 4rem 0 0;
  }

  .testimonial9_component {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial9_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .testimonial9_arrow {
    margin-top: 273.297px;
    left: auto;
  }

  .testimonial9_arrow.hide-mobile-landscape {
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    right: auto;
    overflow: hidden;
  }

  .testimonial9_arrow.hide-mobile-landscape.lab-kalibrasi {
    margin-top: 0;
    left: 4rem;
    right: auto;
  }

  .testimonial9_arrow.is-left {
    left: 0%;
    right: auto;
  }

  .testimonial9_arrow.is-left.lab-kalibrasi {
    margin-top: 0;
  }

  .testimonial9_arrow.hide-mobile-landscape {
    top: 0;
    left: auto;
    right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial9_mask {
    width: 100%;
  }
  .testimonial23_slide {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial23_arrow {
    width: 3rem;
    height: 3rem;
  }

  .testimonial23_mask {
    width: 100%;
  }

  .testimonial30_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial30_arrow {
    width: 3rem;
    height: 3rem;
  }

  .testimonial30_mask {
    width: 50%;
  }

  .testimonial9_component-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: -477px;
    bottom: 0;
  }

  .testimonial9_component-2.new {
    top: -100px;
  }

  .testimonial9_slide-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial9_mask-2 {
    background-color: #0000;
    width: auto;
    overflow: hidden;
  }

  .image-41 {
    clear: none;
    margin-left: auto;
    margin-right: auto;
  }

  .layanan-kalibrasi {
    display: none;
  }

  .layanan-kalibrasi.responsive {
    width: 100%;
    padding-top: 4rem;
    display: block;
  }

  .image-43 {
    display: block;
  }

  .image-44 {
    display: none;
  }

  .frame-1000004596 {
    flex-direction: column;
    position: static;
  }

  .actions-16 {
    justify-content: center;
    align-self: flex-start;
  }

  .div-block-38 {
    height: auto;
  }

  .div-block-39 {
    height: 500px;
    position: relative;
    top: 0;
  }

  .div-block-40 {
    align-items: flex-start;
    width: auto;
    height: auto;
    display: block;
  }

  .container-46 {
    width: 100%;
  }

  .frame-1000001174 {
    display: block;
  }

  .name {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
  }

  .section-26 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .message {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .vectors-wrapper-66 {
    margin-bottom: 32px;
  }

  .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 0.875rem;
  }

  .container-52 {
    width: 100%;
  }

  .section-27 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .container-53 {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-5 {
    padding: 0 0%;
  }

  .text-block-21 {
    color: #333;
  }

  .text-block-21.nav-link-dark.nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .image-45 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .uui-layout89_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-h3 {
    font-size: 1.75rem;
    font-weight: 600;
  }

  .grid-3, .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper.ptop-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-wrapper {
    width: 100%;
    margin-top: 100px;
  }

  .product-card {
    width: auto;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product-header2_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr minmax(16rem, .5fr);
    max-width: 100%;
  }

  .product-header2_component {
    padding-bottom: 2.5rem;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .product-header2_modal-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3-3, .heading-style-h3-4 {
    font-size: 2.25rem;
  }

  .f-image-cover-2 {
    object-fit: contain;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: auto;
  }

  .page-section {
    padding-top: 0;
    padding-bottom: 5%;
  }

  .section-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }

  .frame-1000001043 {
    float: none;
    display: block;
  }

  .frame-1000001046.ecosystem-solution-content {
    height: auto;
  }

  .div-block-50 {
    padding-left: .5rem;
  }

  .spark-line-2.spark-simple-line {
    background-color: #ff5a16;
    border-radius: 3px;
    width: 1.563rem;
    height: .125rem;
    position: relative;
  }

  .frame-1000001225 {
    width: 100%;
  }

  .vectors-wrapper-111 {
    margin-left: .5rem;
  }

  .content-98 {
    max-width: none;
    margin-bottom: 16px;
  }

  .navbar-container {
    background-color: #fff;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .reguler-12_label-4 {
    text-align: left;
  }

  .frame-1000001048.plus-solution-content {
    height: auto;
    display: none;
  }

  .spark-line-1.spark-simple-line {
    background-color: #ff5a16;
    border-radius: 2px;
    width: 1.563rem;
    height: .125rem;
    position: relative;
  }

  .bold-14_subtittle {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .bold-14_subtittle.text-align-left.combine-padding-section-small {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .frame-1000001080 {
    padding-left: 0;
    display: block;
  }

  .reguler-12_label-5 {
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .frame-1000001222 {
    display: block;
  }

  .dropdown-list {
    background-color: #ddd;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    padding-left: 20px;
  }

  .vectors-wrapper-126 {
    margin-right: 15px;
    display: block;
  }

  .div-block-53 {
    outline-offset: 0px;
    background-color: #0000;
    border: 1px solid #f6f6f6;
    border-radius: 0;
    outline: 0 #f6f6f6;
    height: auto;
    margin: 10px 6% 10px 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .marketplace-solution-content {
    display: none;
  }

  .frame-1000001214, .frame-1000001240 {
    display: block;
  }

  .nav-menu-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 60rem;
    margin-top: 6rem;
    margin-left: 0;
    padding-bottom: 51rem;
    padding-left: 3%;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-2.navbar-light {
    position: relative;
  }

  .bold-11_caption {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .vectors-wrapper-112 {
    margin-right: 15px;
  }

  .vectors-wrapper-112.arrow-left {
    transform: rotate(180deg);
  }

  .link-block-13 {
    width: auto;
    max-width: none;
    text-decoration: none;
    display: block;
  }

  .icon-9 {
    margin-right: 4%;
  }

  .dropdown-2 {
    width: 100%;
    display: block;
  }

  .brand-2 {
    margin-left: 4%;
  }

  .dropdown-toggle-2 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .dropdown-toggle-2.nav-link {
    margin-right: .5rem;
  }

  .link-block-12 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .frame-1000001038 {
    padding: 10px 20px;
  }

  .frame-1000001038.responsive {
    cursor: default;
    padding: 10px 20px 0;
  }

  .spark-line-3.spark-simple-line {
    background-color: #ff5a16;
    border-radius: 3px;
    width: 1.563rem;
    height: .125rem;
    margin-left: auto;
    position: relative;
    left: 0;
  }

  .bold-14_subtittle-6.text-align-left.combine-padding-section-small {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    margin-right: 4%;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .nav-solution-content {
    padding-left: 1%;
    display: none;
  }

  .text-bold-2 {
    color: #333;
    font-size: 1rem;
    font-weight: 500;
  }

  .back-to-solution {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .solution-navbar, .frame-1000001219.solution-navbar-child {
    display: none;
  }

  .nav-link-3 {
    color: #333;
    padding: 10px 5px;
    display: inline-block;
  }

  .nav-link-3.nav-link-dark {
    display: block;
  }

  .solution-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .frame-1000001033 {
    padding: 10px 20px;
  }

  .sec-div {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .logo-content {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tr-testmark_9000024829_en_cmyk_without-qr-code_hi-res-1 {
    object-fit: cover;
  }

  .footer-copyright-center-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-container-regular-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .text-3170 {
    margin-bottom: 0;
  }

  .vectors-wrapper-307 {
    object-fit: cover;
    height: auto;
  }

  .frame-1000001102 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-block-10 {
    width: auto;
    display: block;
  }

  .frame-1000001196 {
    margin-top: 0;
  }

  .google-play {
    width: 75%;
  }

  .div-teamshighlight_highlight__lbdtg {
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .what-is {
    grid-row-gap: 48px;
  }

  .header-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 1000px;
    padding-top: 200px;
  }

  .what-is-1 {
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .frame-1261155222 {
    grid-column-gap: 410px;
    justify-content: space-between;
    align-items: center;
  }

  .hubungi-kami {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .detail-4 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-3247, .text-3249 {
    font-size: 1rem;
  }

  ._1-21 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  ._1-22, .text-3275 {
    max-width: none;
  }

  .frame-1261155242 {
    flex-flow: column;
  }

  .content-119 {
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .frame-1261155247 {
    max-width: none;
    height: auto;
  }

  .section-title-42 {
    width: auto;
  }

  .frame-1261155252 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .detail-6 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-3302, .text-3327 {
    font-size: 1rem;
  }

  .content-143 {
    grid-row-gap: 32px;
  }

  .page-section-3 {
    padding-top: 0;
    padding-bottom: 5%;
  }

  .section-container-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }

  .what-is-3 {
    grid-row-gap: 24px;
    flex-flow: row;
    order: 0;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .placeholder-image-12 {
    width: 50%;
  }

  .hubungi-kami-11 {
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }

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

  .page-section-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .vectors-wrapper-366 {
    order: -1;
    width: 50%;
  }

  .section-container-3 {
    flex-direction: column-reverse;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-60 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-large-bold.is-centered.is-light {
    color: var(--white);
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 100%;
  }

  .grid-7 {
    margin-left: -1%;
  }

  .header-9 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 1000px;
    padding-top: 200px;
  }

  .div-teamshighlight_highlight__lbdtg-2 {
    grid-row-gap: 48px;
    flex-flow: row;
  }

  .placeholder-image-13 {
    width: 50%;
  }

  .frame-1261155262 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .rectangle-41 {
    object-fit: cover;
    align-self: auto;
  }

  .frame-1261155264 {
    object-fit: cover;
  }

  .frame-1261155269 {
    margin-bottom: 10px;
  }

  .frame-1261155270 {
    flex-flow: row;
  }

  .card-16 {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .collection-list-wrapper-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .collection-list-8 {
    width: 100%;
    display: block;
  }

  .collection-item-7 {
    width: auto;
  }

  .collection-list-9 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .collection-item-8 {
    width: 100%;
    display: block;
  }

  .wa-button {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .site-label {
    text-align: left;
    margin-bottom: 5px;
  }

  .color-block {
    width: 32.32%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    margin-right: auto;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    margin-top: auto;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 0 0 20px;
  }

  .hero-wrapper {
    flex-direction: column;
    max-width: none;
    display: block;
  }

  .hero-split {
    display: flex;
  }

  .hero-split.hero-split-left {
    max-width: none;
  }

  .features-list {
    padding: 60px 15px;
  }

  .service-overview {
    padding: 0 15px;
  }

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

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout86_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading-left-2, .pricing-overview {
    padding: 60px 15px;
  }

  .f-h3-heading {
    font-size: 2.5rem;
  }

  .f-image-cover {
    width: 100%;
  }

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 30px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-left-3, .team-slider {
    padding: 60px 15px;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .youtube {
    clear: none;
  }

  .uui-layout16_image {
    width: 100%;
    min-width: 0%;
  }

  .uui-layout16_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-layout16_item-list {
    grid-row-gap: 2.5rem;
  }

  .uui-layout16_item-list.grid4 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-layout16_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-primary-navy {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-primary-navy:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout17_item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout17_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-layout08_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout08_component {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.button-row-center.is-reverse-mobile-landscape, .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-layout75_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout75_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading-left-4, .hero-heading-left-5, .hero-heading-left-6 {
    padding: 60px 15px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-left-background {
    padding: 40px 15px;
  }

  .hero-heading-left-7, .hero-heading-left-8 {
    padding: 60px 15px;
  }

  .hero-split-9 {
    position: relative;
  }

  .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-layout68_item-list {
    grid-row-gap: 2.5rem;
  }

  .uui-layout68_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout19_item-list {
    grid-row-gap: 2.5rem;
  }

  .uui-layout19_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .collection-list-3 {
    text-align: center;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-faq05_cta-button-row {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    width: 100%;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

  .uui-faq05_cta-content {
    margin-right: 0;
  }

  .uui-faq05_cta {
    flex-direction: column;
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-faq05_layout {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-faq05_component {
    margin-top: 2rem;
  }

  .uui-space-xsmall-7 {
    min-height: .75rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-item-3 {
    text-align: center;
  }

  .uui-button-link-4 {
    font-size: 1rem;
  }

  .uui-button-link-4:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-6 {
    font-size: 1.125rem;
  }

  .uui-layout87_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-5.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-6.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-7 {
    align-self: stretch;
  }

  .uui-button-row-7.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sec-img-kanan {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img {
    object-fit: cover;
    max-width: 100%;
  }

  .why-choose-us {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-17 {
    flex-direction: column;
    display: flex;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper.two_col {
    max-width: none;
  }

  .section.bg-white {
    background-color: var(--untitled-ui-white);
  }

  .div-block-10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-2 {
    background-size: cover;
  }

  .certificate-partner-logo {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .join-mitra-section {
    height: auto;
    padding-bottom: 20px;
  }

  .bergabung-menjadi-mitra-lab-kami {
    text-align: center;
    object-fit: fill;
    width: auto;
    line-height: 1;
  }

  .frame-1000004446 {
    align-items: center;
  }

  .lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com {
    text-align: center;
  }

  .image-9 {
    width: 100%;
    margin-bottom: 1px;
    margin-left: auto;
    display: none;
    right: auto;
  }

  .card-wrap {
    flex: 1;
  }

  .flex.flex-grow.justify-content-between {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    align-items: flex-start;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  .sg-menu {
    background-color: #fff;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-2.tab-2 {
    grid-template-columns: 1fr;
  }

  .grid.desk-4.tab-4, .grid.desk-3.tab-3 {
    grid-template-columns: 1fr 1fr;
  }

  .column.desk-6, .column.desk-5, .column.desk-4 {
    width: 100%;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .sg-content {
    margin-left: 0;
  }

  ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading-21.h4 {
    font-size: 1.5rem;
  }

  .heading-21.h1 {
    font-size: 2rem;
  }

  .heading-21.h1.uui-text-color-white {
    clear: none;
    white-space: normal;
    object-fit: fill;
    overflow: visible;
  }

  .heading-21.h2 {
    font-size: 1.75rem;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .paragraph-4 {
    font-size: 0.875rem;
  }

  .field-block {
    min-height: auto;
  }

  .button-5.minimal {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-3 {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .tab-link-3.w--current {
    background-color: #d4e9ff;
  }

  .hero-heading-left-9 {
    padding: 60px 15px;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-contact01_component {
    margin-top: 4rem;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .uui-space-xsmall-8 {
    min-height: .75rem;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-43 {
    padding-bottom: 20px;
  }

  .timeline {
    order: 0;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .placeholder-image {
    width: 100%;
  }

  .section-title-12 {
    flex-direction: column;
    align-items: flex-start;
  }

  .frame-1000004628 {
    flex-direction: column;
  }

  .cta-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hubungi {
    flex-direction: column;
    display: flex;
  }

  .container-33 {
    align-items: center;
  }

  .frame-1000005731 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._1-12 {
    grid-template-columns: 1fr 1fr;
  }

  .section-title-21 {
    justify-content: flex-start;
  }

  .heading-h2-20 {
    width: 100%;
  }

  .content-61 {
    flex-direction: column;
  }

  .vectors-wrapper-220 {
    flex-direction: row;
    width: 100%;
    max-width: none;
    height: 300px;
  }

  .content-62 {
    flex-direction: column;
    max-width: none;
    left: 0;
  }

  .accordion-item-3 {
    justify-content: space-between;
  }

  .container-37 {
    background-image: linear-gradient(#6213d3, #6213d3);
    flex-direction: row;
    align-self: auto;
    margin-left: 0;
    margin-right: auto;
    display: block;
    position: absolute;
    left: 10%;
  }

  .content-65 {
    margin: 0;
    padding-top: 0;
  }

  .layout-10._16 {
    max-width: none;
    padding: 0;
  }

  .placeholder-image-2 {
    width: 100%;
    max-width: none;
  }

  .efesiensikan {
    padding: 64px 32px;
  }

  .container-38 {
    flex-direction: column;
  }

  .frame-1000004563 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
  }

  .flex-block-6 {
    justify-content: center;
    align-items: flex-start;
  }

  .frame-1000005773 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    flex: 0 auto;
    grid-template: "Area ."
                   ". Area-2"
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-items: center;
    max-width: none;
    display: grid;
  }

  .text-285 {
    flex: 1;
    width: auto;
  }

  .frame-1000005776 {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layanan {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 32px;
  }

  .services-card-2 {
    padding-left: 0;
  }

  .rectangle-40 {
    max-width: none;
  }

  .frame-1000005785 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .layanan-kalibrasi-com {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    padding-top: 64px;
    padding-left: 32px;
    display: flex;
  }

  .mitra-lab {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 0;
  }

  .flex-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .bergabung {
    padding: 64px 32px;
  }

  .frame-1000005788 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 250px;
    height: 225px;
  }

  .frame-1000005789 {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .portfolio-4._13 {
    width: auto;
    max-width: none;
  }

  .section-title-25 {
    width: auto;
  }

  .row-4 {
    flex-direction: column;
  }

  .title-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
  }

  .content-77 {
    align-items: flex-start;
  }

  .video {
    height: auto;
  }

  .image-26 {
    max-width: none;
  }

  .image-28 {
    align-self: center;
  }

  .frame-1000004566 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .frame-1000005798 {
    flex-direction: column;
    width: 100%;
  }

  .frame-1000005799 {
    position: relative;
    top: auto;
    left: auto;
  }

  ._1-16 {
    backface-visibility: visible;
    perspective: none;
    perspective-origin: 50%;
    transform-origin: 50%;
    transition: opacity .2s;
    position: relative;
    left: auto;
    transform: none;
  }

  .content-78 {
    width: auto;
    max-width: none;
  }

  .div-block-20 {
    align-self: flex-start;
    width: 100%;
    position: relative;
    left: auto;
  }

  .image-30 {
    width: 100%;
    max-width: none;
    height: 665px;
  }

  .frame-1000005802 {
    margin: 0;
    position: absolute;
    top: 96px;
    left: 64px;
  }

  .section-25 {
    flex-direction: column;
    display: flex;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .faq6_question-2 {
    padding: 1rem 1.25rem;
  }

  .faq6_answer-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-29 {
    width: 100%;
  }

  .image-39 {
    width: 100%;
    height: 100%;
  }

  .accordion1_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion1_icon {
    width: 1.75rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq6_answer-3, .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonial24_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial24_mask {
    width: 50%;
  }

  .testimonial24_content {
    padding: 1.5rem;
  }

  .testimonial24_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial24_slide {
    width: auto;
    max-width: 100%;
    padding-right: 1.5rem;
  }

  .testimonial24_arrow.is-left {
    right: auto;
  }

  .testimonial24_component {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 0;
    display: block;
  }

  .testimonial9_component {
    padding-bottom: 3rem;
  }

  .testimonial9_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial9_arrow {
    margin-top: 265.297px;
  }

  .testimonial9_arrow.hide-mobile-landscape {
    display: flex;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 0.75rem;
  }

  .testimonial23_content {
    padding: 1.5rem;
  }

  .testimonial23_slide {
    width: 100%;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial23_component {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial23_mask {
    width: 100%;
    overflow: hidden;
  }
  .varian-sub {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }

  .testimonial23_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial23_arrow {
    bottom: 3rem;
  }

  .testimonial23_arrow.hide-mobile-landscape {
    display: flex;
  }

  .testimonial23_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial23_mask {
    width: 100%;
  }

  .testimonial30_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial30_content {
    padding: 1.5rem;
  }

  .testimonial30_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial30_arrow {
    bottom: 3rem;
  }

  .testimonial30_arrow.hide-mobile-landscape {
    display: flex;
  }

  .testimonial30_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial30_component {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial30_mask {
    width: 100%;
  }

  .testimonial9_component-2 {
    padding-bottom: 0;
    top: -495px;
  }

  .testimonial9_component-2.new {
    top: 0;
  }

  .testimonial9_slide-2 {
    perspective-origin: 50%;
    transform-origin: 50%;
    object-fit: none;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6rem;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .testimonial9_mask-2 {
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }

  .layanan-kalibrasi.responsive {
    width: 100%;
    padding-top: 4rem;
  }

  .frame-1000004596 {
    flex-direction: column;
    width: 100%;
    padding-bottom: 48px;
  }

  .div-block-38, .div-block-39, .div-block-40 {
    height: auto;
  }

  .section-26 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h3.is-light {
    text-align: left;
  }

  .section-27 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-medium-normal-36 {
    text-align: left;
  }

  .cta-5 {
    padding: 0 0%;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle-2.w--open {
    color: #333;
  }

  .text-block-21 {
    color: #333;
    -webkit-text-stroke-color: #333;
  }

  .nav-dropdown-link-2 {
    text-align: center;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .pricing8_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-45 {
    width: 100%;
  }

  .uui-button-link-5 {
    font-size: 1rem;
  }

  .uui-button-link-5:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-8 {
    align-self: stretch;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-7 {
    font-size: 1.125rem;
  }

  .uui-layout89_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .product-header2_content-bottom {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .product-header2_list {
    display: none;
  }

  .product-header2_component {
    padding-bottom: 1.5rem;
  }

  .product-header2_content-top {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    display: flex;
  }

  .product-header2_breadcrumb {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .product-header2_gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .product-header2_modal-content-wrapper {
    padding-bottom: 7rem;
  }

  .heading-style-h3-3, .heading-style-h3-4 {
    font-size: 2rem;
  }

  .f-header-image-wrapper-tall {
    height: auto;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 3rem;
  }

  .f-margin-bottom-24 {
    margin-bottom: 0;
  }

  .spark-line-2.spark-simple-line {
    background-color: #ff5a16;
  }

  .navbar-container {
    z-index: 5;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-14_subtittle.text-align-left {
    text-align: left;
  }

  .bold-14_subtittle.text-align-left.combine-padding-section-small {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
  }

  .reguler-12_label-5 {
    text-align: left;
  }

  .navbar-2.navbar-light {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
    width: 100%;
  }

  .icon-9 {
    margin-right: 4%;
  }

  .brand-2 {
    padding-left: 0;
  }

  .dropdown-toggle-2.nav-link {
    display: flex;
  }

  .bold-14_subtittle-6.text-align-left {
    text-align: left;
  }

  .bold-14_subtittle-6.text-align-left.combine-padding-section-small {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
  }

  .text-bold-2 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .nav-link-3 {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .sec-div {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 71%;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-link-colomn {
    grid-template-columns: 1fr 1fr;
  }

  .f-container-regular-2 {
    flex-direction: column;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .frame-1000001102 {
    min-width: auto;
  }

  .frame-1000001196 {
    margin-top: 0;
  }

  .google-play {
    width: 100%;
  }

  .container-57 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .date-button {
    grid-row-gap: 16px;
  }

  .detail-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .time-6 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .list-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-41 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .frame-1261155230 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .text-3294 {
    font-size: 6.25rem;
  }

  .text-3295 {
    font-size: 5rem;
  }

  .time-9 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .detail-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .vectors-wrapper-362 {
    width: 100%;
  }

  .page-section-3 {
    padding-top: 5%;
  }

  .section-container-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .what-is-3 {
    flex-flow: column;
  }

  .placeholder-image-12 {
    width: 100%;
  }

  .hubungi-kami-11 {
    flex-flow: column;
  }

  .container-60 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .vectors-wrapper-366 {
    width: auto;
  }

  .features-3 {
    grid-template-columns: 1fr;
  }

  .div-block-60 {
    flex-flow: column;
  }

  .text-large-bold {
    color: var(--darkgrey);
    font-size: 3rem;
    font-weight: 700;
    line-height: 150%;
  }

  .text-large-bold.is-centered {
    text-align: center;
  }

  .text-large-bold.is-centered.is-light {
    color: var(--white);
    line-height: 100%;
  }

  .grid-7 {
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
  }

  .div-block-61 {
    flex-flow: column;
  }

  .text-3340 {
    font-size: 6.25rem;
  }

  .date-2 {
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
  }

  .text-3344 {
    font-size: 6.25rem;
  }

  .figma-cursor-7 {
    justify-content: center;
    align-items: center;
  }

  .div-block-62 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .placeholder-image-13 {
    width: 100%;
  }

  .frame-1261155261 {
    grid-column-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rectangle-41 {
    width: 100%;
  }

  .vectors-wrapper-372 {
    border-radius: 10px;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 168px;
  }

  .frame-1261155269 {
    margin-bottom: 10px;
  }

  .frame-1261155270 {
    flex-flow: row;
  }

  .card-16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
  }

  .collection-list-wrapper-4 {
    flex-flow: row;
  }

  .collection-list-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .collection-item-7 {
    flex-flow: row;
    display: flex;
  }

  .collection-item-8 {
    width: 140%;
  }

  .wa-button {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.mitra-partner-section {
    padding-left: 0%;
  }

  .container.flex-vertical {
    padding-left: 2%;
    padding-right: 2%;
  }

  .modal-wrapper {
    min-width: 95vw;
  }

  .navbar-logo-left-container.shadow-three {
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-dropdown {
    color: #1a1b1f;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    margin-top: 0;
  }

  .button-primary {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-primary.button-primary-blue {
    margin-bottom: 10px;
  }

  .hero-heading-left {
    padding: 0;
  }

  .hero-heading-left.is_light.section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-3 {
    max-width: none;
  }

  .hero-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: none;
  }

  .div-block {
    display: block;
  }

  .heading {
    font-size: 2rem;
  }

  .container-4 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

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

  .uui-text-size-medium {
    flex-direction: row;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .hero-heading-left-2.section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .f-button-wrapper {
    width: auto;
  }

  .f-image-cover {
    object-fit: fill;
    width: 100%;
    height: auto;
  }

  .f-content-image-wrapper-large {
    height: 200px;
  }

  .f-section-large {
    position: static;
  }

  .container-6 {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area";
    grid-auto-flow: row;
    margin-top: 0;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .footer-social-block {
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: 30px;
  }

  .container-7, .container-8 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .card-block {
    width: 100%;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .success-message {
    width: 100%;
    max-width: 100%;
  }

  .uui-form-checkbox-label.uui-text-color-white {
    width: auto;
    max-width: 100%;
  }

  .uui-form-checkbox {
    width: auto;
    position: relative;
  }

  .uui-form_input {
    width: 18rem;
  }

  .uui-field-label.uui-text-color-white {
    width: auto;
    max-width: none;
    display: block;
  }

  .uui-form-field-wrapper {
    width: auto;
    max-width: none;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact04_form {
    grid-template-columns: 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }

  .uui-contact04_form-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .youtube {
    min-width: 250px;
  }

  .uui-layout16_image {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    min-width: 0%;
  }

  .uui-layout16_image-wrapper {
    padding-left: 1rem;
  }

  .uui-button-link-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    font-family: Noto Sans, sans-serif;
  }

  .uui-button-row-2 {
    text-align: center;
    justify-content: center;
  }

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

  .uui-layout16_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout16_item-list.grid4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    display: block;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button-primary-body.new {
    text-align: center;
    width: 100%;
    font-size: 0.875rem;
  }

  .container-10, .container-11, .container-12 {
    max-width: none;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .hero-heading-left-background {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 10px 5%;
    display: flex;
  }

  .container-13, .container-14, .container-15 {
    max-width: none;
  }

  .uui-layout68_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2, .collection-list-3 {
    text-align: center;
  }

  .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .location-detail-overview {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-faq05_layout {
    grid-template-columns: 1fr;
  }

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

  .text-block-9 {
    text-align: center;
    object-fit: fill;
    display: block;
  }

  .container-16 {
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
  }

  .button-cta {
    grid-template-columns: 1fr;
    display: grid;
  }

  .text-2 {
    max-width: 100%;
  }

  .check {
    flex-direction: column;
    max-width: 100%;
  }

  ._1-4, .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .section {
    margin-bottom: 0;
  }

  .section.bg-white {
    background-color: var(--untitled-ui-white);
  }

  .section.bg-kalibrasi-hero {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: border-box;
  }

  .section.bg-sertifikasi-hero {
    background-image: url('../images/Image_3.png');
  }

  .section-2 {
    background-size: cover;
  }

  .text-16 {
    font-size: 3rem;
  }

  .calibration-section-items {
    flex-direction: column;
    display: flex;
  }

  .content-10 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .certificate-partner-logo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .join-mitra-section {
    height: auto;
  }

  .bergabung-menjadi-mitra-lab-kami {
    text-align: center;
    width: auto;
    font-size: 2.5rem;
    line-height: 1;
  }

  .frame-1000004446 {
    align-items: center;
  }

  .lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com {
    text-align: center;
  }

  .lebih-banyak-peluang-bisnis-dengan-bergabung-menjadi-mitra-lab-di-kalibrasi-com-0 {
    text-align: left;
  }

  .image-9 {
    width: 19rem;
    height: auto;
    margin-bottom: 1px;
    margin-left: -1rem;
  }

  .flex.flex-grow.justify-content-between {
    flex-direction: column;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3, .text-input {
    width: 100%;
  }

  .color-block-3 {
    margin-bottom: 20px;
  }

  .heading-21.h1.uui-text-color-white {
    aspect-ratio: auto;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .button-5 {
    width: 100%;
    font-size: 1rem;
  }

  .container-22 {
    max-width: none;
  }

  .frame-1000004611 {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .photo-a-1 {
    object-fit: cover;
  }

  .div-pricing-grid {
    grid-template-columns: 1fr;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .text-medium-normal {
    font-size: 1rem;
  }

  .heading-h1 {
    font-size: 2.25rem;
  }

  .content-21 {
    padding-bottom: 1rem;
  }

  .heading-h2-2 {
    width: 100%;
    font-size: 2.5rem;
  }

  .heading-h2-3 {
    font-size: 2.5rem;
  }

  .row-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._1-9 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  ._1-10 {
    width: 100%;
  }

  .section-title-12 {
    flex-direction: column;
    align-items: flex-start;
  }

  .frame-1000004628 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .content-28 {
    width: auto;
    max-width: none;
  }

  .actions-6 {
    width: 100%;
  }

  .text-medium-bold {
    font-size: 1.125rem;
  }

  .form-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-278 {
    font-size: 2rem;
  }

  .row-3, .frame-1000005740, .frame-1000005741 {
    flex-direction: column;
  }

  .frame-1000005744 {
    align-items: flex-start;
  }

  ._1-12 {
    grid-template-columns: 1fr;
  }

  .frame-1000005756 {
    flex-direction: column;
  }

  .heading-h2-21 {
    width: 100%;
  }

  .heading-h2-21.reseller {
    font-size: 2.5rem;
  }

  .vectors-wrapper-220 {
    width: 100%;
    height: auto;
  }

  .faq-3 {
    margin-top: 120px;
  }

  .container-37 {
    height: auto;
    padding: 24px;
    left: 5%;
    right: 5%;
  }

  .content-65 {
    margin: auto;
  }

  .heading-h6.is-light {
    font-size: 1.25rem;
  }

  .placeholder-image-2 {
    min-width: auto;
  }

  .actions-11.flex-column {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .video-screen-2 {
    align-self: center;
  }

  .text-261, .heading-h2-29 {
    font-size: 2.5rem;
  }

  .content-76 {
    min-width: auto;
  }

  .card-10 {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .video {
    height: auto;
  }

  .image-26 {
    display: none;
  }

  .image-28 {
    width: 100%;
    height: 100%;
  }

  .vectors-wrapper-235 {
    align-self: center;
  }

  ._1-16 {
    width: auto;
  }

  .image-30 {
    height: 850px;
  }

  .frame-1000005802 {
    width: 100%;
    padding-left: 10px;
    left: auto;
  }

  .actions-13 {
    flex-direction: column;
  }

  .div-block-25 {
    width: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_component {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-27 {
    width: 100%;
  }

  .rich-text-block-2 {
    color: var(--dark-slate-grey);
    font-size: 1rem;
  }

  .d-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .d-grid.gap-1 {
    grid-template-columns: 1fr;
  }

  .testimonial24_mask {
    width: 95%;
  }

  .testimonial24_arrow {
    top: 10px;
    left: 4rem;
    right: auto;
  }

  .testimonial24_arrow.is-left {
    top: 10px;
    left: 0;
    right: auto;
  }

  .testimonial24_component {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .testimonial9_arrow {
    margin-top: 0;
    inset: auto auto 0% 0%;
  }

  .testimonial9_arrow.hide-mobile-landscape.lab-kalibrasi {
    top: 0%;
  }

  .testimonial9_arrow.hide-mobile-landscape {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto 0% 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial9_component-2 {
    padding-bottom: 4rem;
  }

  .testimonial9_component-2.new {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    display: flex;
    position: relative;
  }

  .testimonial9_slide-2 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    left: auto;
  }

  .testimonial9_mask-2 {
    width: 100%;
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .image-41 {
    width: 50%;
    max-width: none;
    height: auto;
    transform: rotate(90deg);
  }

  .layanan-kalibrasi.responsive {
    padding-top: 4rem;
  }

  .recaptcha {
    aspect-ratio: auto;
    position: relative;
  }

  .image-43 {
    display: none;
  }

  .image-44 {
    display: block;
  }

  .actions-16 {
    flex-direction: column-reverse;
    flex: none;
  }

  .heading-h6-3 {
    text-align: left;
    border: 1px #000;
    padding-left: 0;
  }

  .frame-1000001174 {
    flex-direction: column;
  }

  .name {
    order: 0;
    align-self: auto;
    display: block;
  }

  .section-26 {
    object-fit: fill;
    background-color: #fff;
    flex-flow: column;
    align-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 24px;
    display: block;
    overflow: auto;
  }

  .message {
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .vectors-wrapper-66 {
    object-fit: contain;
    height: 100%;
  }

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

  .heading-style-h3.is-light {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .actions-17 {
    flex-direction: column;
  }

  .section-27 {
    object-fit: fill;
    background-color: #fff;
    flex-flow: column;
    align-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 24px;
    display: block;
    overflow: auto;
  }

  .container-53 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-medium-normal-36 {
    text-align: left;
  }

  .cta-5 {
    padding: 0 0%;
  }

  .nav-dropdown-toggle-2 {
    font-weight: 600;
  }

  .text-block-21.nav-link-dark.nav-link {
    color: #1a1b1f;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link-2 {
    text-align: center;
  }

  .image-45 {
    width: 100%;
  }

  .event-list {
    display: block;
  }

  .grid-3, .grid-4, .product-header2_modal-list {
    grid-template-columns: 1fr;
  }

  .product-header2_tabs-menu {
    align-items: flex-start;
  }

  .product-header2_list, .product-header2_gallery {
    grid-template-columns: 1fr;
  }

  .f-image-cover-2, .f-header-image-wrapper-tall {
    height: auto;
  }

  .page-section {
    flex-direction: column;
    display: block;
  }

  .section-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
  }

  .spark-line-2.spark-simple-line {
    background-color: #ff5a16;
  }

  .navbar-container {
    margin-left: auto;
    padding: 10px 0;
  }

  .spark-line-1.spark-simple-line {
    background-color: #ff5a16;
  }

  .nav-menu-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 5rem;
    padding-bottom: 55rem;
    display: none;
  }

  .spark-line-3.spark-simple-line {
    background-color: #ff5a16;
  }

  .spark-simple-menu-button {
    padding-left: 0;
    display: block;
  }

  .frame-1000001219.solution-navbar-child {
    display: none;
  }

  .header-4 {
    height: 450px;
  }

  .sec-div {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .text-3169 {
    font-size: 0.875rem;
  }

  .logo-content {
    grid-auto-flow: row;
  }

  .vectors-wrapper-306, .tr-testmark_9000024829_en_cmyk_without-qr-code_hi-res-1 {
    width: 100%;
    height: 100%;
  }

  .footer-copyright-center-2 {
    font-size: 0.75rem;
  }

  .footer-link-colomn {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .tentang-kami-partner-karir-faq {
    font-size: 0.75rem;
  }

  .f-container-regular-2 {
    display: block;
  }

  .text-3170 {
    font-size: 0.75rem;
  }

  .vectors-wrapper-307 {
    width: auto;
  }

  .frame-1000001102 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    min-width: auto;
    max-width: 320px;
    height: auto;
    display: block;
  }

  .google-play {
    width: 100%;
  }

  .seminar-schedule {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .meet-our-speakers {
    padding-top: 60px;
  }

  .row-8, .container-57 {
    flex-flow: column;
  }

  .header-5 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    height: 910px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .date {
    justify-content: flex-start;
    align-items: center;
  }

  .watch-this-1-min-vid-5 {
    font-size: 1rem;
  }

  .text-3265 {
    font-size: 0.75rem;
  }

  .text-3266, .text-3267 {
    font-size: 3rem;
  }

  .watch-this-1-min-vid-6 {
    font-size: 0.875rem;
  }

  .text-3268 {
    font-size: 1.5rem;
  }

  .text-3269 {
    font-size: 2.25rem;
  }

  .what-s-will-you-get-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .frame-1261155231 {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .heading-45 {
    font-size: 2.5rem;
  }

  .text-3294 {
    font-size: 3rem;
  }

  .text-3295 {
    font-size: 2.5rem;
  }

  .watch-this-1-min-vid-7 {
    font-size: 1rem;
  }

  .frame-1261155251 {
    grid-column-gap: 16px;
  }

  .vectors-wrapper-358 {
    width: 20px;
    height: 25px;
  }

  .text-3296 {
    font-size: 0.875rem;
  }

  .text-3297 {
    font-size: 1.25rem;
  }

  .frame-1261155252 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .frame-1261155253 {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .text-3301, .text-3324 {
    font-size: 3rem;
  }

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

  .text-3331 {
    width: 100%;
    font-size: 2.25rem;
  }

  .page-section-3 {
    flex-direction: column;
    display: block;
  }

  .section-container-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
  }

  .container-60 {
    flex-flow: column;
  }

  .text-3336 {
    text-align: center;
    font-size: 1.75rem;
  }

  .heading-56 {
    width: auto;
    font-size: 1.75rem;
  }

  .frame-1116606700 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .page-section-4 {
    flex-direction: column;
    display: block;
  }

  .section-container-3 {
    overflow: hidden;
  }

  .image-87 {
    object-fit: cover;
    align-self: auto;
    position: static;
  }

  .div-block-58 {
    margin-top: -69px;
  }

  .rich-text-block-5.description {
    -webkit-text-stroke-color: black;
  }

  .grid-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .watch-this-1-min-vid-8 {
    font-size: 1rem;
  }

  .header-9 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    height: 910px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-3340 {
    font-size: 3rem;
  }

  .date-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-3341 {
    font-size: 0.875rem;
  }

  .frame-1261155258 {
    grid-column-gap: 16px;
  }

  .text-3342 {
    font-size: 1.25rem;
  }

  .vectors-wrapper-367 {
    width: 20px;
    height: 25px;
  }

  .text-3344 {
    font-size: 3rem;
  }

  .watch-this-1-min-vid-9 {
    font-size: 1rem;
  }

  .figma-cursor-7 {
    width: auto;
  }

  .text-3345 {
    font-size: 0.875rem;
  }

  .frame-1261155260 {
    grid-column-gap: 16px;
  }

  .text-3346 {
    font-size: 1.25rem;
  }

  .vectors-wrapper-369 {
    width: 20px;
    height: 25px;
  }

  .header-10 {
    height: 450px;
  }

  .container-61 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title-44 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-127 {
    height: 322px;
    margin-top: -33px;
    margin-bottom: 0;
  }

  .frame-1261155261 {
    grid-row-gap: 16px;
    flex-flow: column;
    margin-left: 0;
  }

  .frame-1261155262 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rectangle-41 {
    width: 100%;
  }

  .frame-1261155267 {
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .frame-1261155269 {
    margin-bottom: 10px;
  }

  .frame-1261155270 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .div-block-67 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: -39px;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-container:hover {
    width: 60px;
    height: 60px;
  }

  .wa-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }
}

#w-node-_774185ca-d57e-4f44-ab47-a6b46b63db95-aa22cad5 {
  justify-self: center;
}

#w-node-_5a79487c-c42a-6f1a-2dd9-65e21cf6197d-1cf61977, #w-node-_0366e50e-b94c-cf8a-a144-c12cc52ccb25-1cf61977, #w-node-_5a79487c-c42a-6f1a-2dd9-65e21cf61986-1cf61977, #w-node-_5a79487c-c42a-6f1a-2dd9-65e21cf61991-1cf61977, #w-node-_7f5f3b30-f988-b2db-09d8-4c1b6dd3c86e-1cf61977, #w-node-_3bbea416-a421-0889-971f-53f5d97fda2e-1cf61977, #w-node-_3bbea416-a421-0889-971f-53f5d97fda3b-1cf61977, #w-node-_3bbea416-a421-0889-971f-53f5d97fda48-1cf61977, #w-node-_3bbea416-a421-0889-971f-53f5d97fda52-1cf61977, #w-node-_3bbea416-a421-0889-971f-53f5d97fda5c-1cf61977 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33e968c8-c6c1-750a-0c79-22616a34a0bc-6a34a0ac, #w-node-_33e968c8-c6c1-750a-0c79-22616a34a0c3-6a34a0ac, #w-node-_33e968c8-c6c1-750a-0c79-22616a34a0ca-6a34a0ac, #w-node-_4450c9b7-3fe9-33e3-095c-ddec7c531ee4-7c531ed7, #w-node-_4450c9b7-3fe9-33e3-095c-ddec7c531ef4-7c531ed7, #w-node-_4450c9b7-3fe9-33e3-095c-ddec7c531f04-7c531ed7, #w-node-_4450c9b7-3fe9-33e3-095c-ddec7c531f14-7c531ed7 {
  align-self: start;
}

#w-node-_3cfa27f5-ba80-e489-1915-73954e76cb34-64f412dd, #w-node-_3cfa27f5-ba80-e489-1915-73954e76cb3e-64f412dd, #w-node-_3cfa27f5-ba80-e489-1915-73954e76cb48-64f412dd, #w-node-_1847a149-88b0-5fab-3ef0-ef35875d8978-64f412dd, #w-node-_1847a149-88b0-5fab-3ef0-ef35875d896e-64f412dd, #w-node-_1847a149-88b0-5fab-3ef0-ef35875d8982-64f412dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e91f4e-ab0e-8046-aad4-3a83af98eb44-64f412dd {
  justify-self: start;
}

#w-node-e0e2a7d2-fe60-d641-5be0-0581f301a168-d1b93a56, #w-node-_042ab002-639c-b980-6e89-8efac6aff875-5c7ee50f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f3d9304-2c8f-dac0-f2b5-90125c7ee51a-5c7ee50f {
  align-self: start;
}

#w-node-_9bb0fb71-047f-dfdc-6acc-491112c0a5fc-12c0a5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bb0fb71-047f-dfdc-6acc-491112c0a604-12c0a5fa, #w-node-_9bb0fb71-047f-dfdc-6acc-491112c0a609-12c0a5fa, #w-node-_9bb0fb71-047f-dfdc-6acc-491112c0a60e-12c0a5fa {
  align-self: start;
}

#w-node-_9bb0fb71-047f-dfdc-6acc-491112c0a617-12c0a5fa, #w-node-_9bb0fb71-047f-dfdc-6acc-491112c0a63d-12c0a5fa, #w-node-_9bb0fb71-047f-dfdc-6acc-491112c0a63e-12c0a5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bb0fb71-047f-dfdc-6acc-491112c0a63f-12c0a5fa {
  justify-self: center;
}

#w-node-e8644ed8-f70c-f623-85a3-a5fb125b05fa-1a7bc15f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8644ed8-f70c-f623-85a3-a5fb125b05fb-1a7bc15f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e8644ed8-f70c-f623-85a3-a5fb125b05fc-1a7bc15f {
  justify-self: center;
}

#w-node-_17dbba25-e2ee-e635-8d03-685cb2923bbb-5091921c, #w-node-_17dbba25-e2ee-e635-8d03-685cb2923bcb-5091921c, #w-node-_5f86a9bb-e193-c085-c6f9-8e7c59298ed8-cafab883, #w-node-_5f86a9bb-e193-c085-c6f9-8e7c59298ee2-cafab883, #w-node-_5f86a9bb-e193-c085-c6f9-8e7c59298eec-cafab883 {
  align-self: start;
}

#w-node-_1271238a-0a05-1b5e-325f-e2d5d25beea9-1d4d96c6 {
  justify-self: center;
}

#w-node-e701662c-ffb5-aabc-704a-0c76536400c6-f6d661f6 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_0366e50e-b94c-cf8a-a144-c12cc52ccb25-1cf61977, #w-node-_7f5f3b30-f988-b2db-09d8-4c1b6dd3c86e-1cf61977, #w-node-_3bbea416-a421-0889-971f-53f5d97fda3b-1cf61977, #w-node-_3bbea416-a421-0889-971f-53f5d97fda5c-1cf61977 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cba26383-6675-c426-dbe9-41024f6548c4-4f6548c0 {
    align-self: center;
  }

  #w-node-e701662c-ffb5-aabc-704a-0c76536400c6-f6d661f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-e701662c-ffb5-aabc-704a-0c76536400c8-f6d661f6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bcd3b359-c94e-a4e4-3693-23d12f489715-f6d661f6, #w-node-f1be4113-39ef-9bf9-3c09-58910c376700-f6d661f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e701662c-ffb5-aabc-704a-0c76536400c6-f6d661f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17dbba25-e2ee-e635-8d03-685cb2923bb9-5091921c {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e8644ed8-f70c-f623-85a3-a5fb125b05d9-1a7bc15f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
/* Event banner slider: match the source banner ratio (1312x425). */
.event-banner-slider {
  height: auto !important;
  aspect-ratio: 1312 / 425;
}

.event-banner-slider .w-slider-mask,
.event-banner-slider .w-slide {
  height: 100% !important;
}

.event-banner-slider .w-slide img,
.event-banner-slider .w-slider-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* Fix event header alignment */
.container-61 {
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 991px) {
  .container-61 {
    margin-left: auto !important;
  }
}

/* Fix event header text width */
.content-127 {
  max-width: 768px !important;
}

/* Navigation Dropdown Styles */
.w-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 8px 0;
  min-width: 200px;
}

.w-dropdown-list.w--open {
  display: block;
  visibility: visible;
  opacity: 1;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle-2 {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .w-dropdown-list {
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding: 8px 0 8px 16px;
  }
}

/* "4 Langkah Mudah" infographic: the desktop image (.image-42) had no rule to
   show it, so on >991px the section was just a floating heading. Show it, and
   hide the tablet image at that width. */
@media screen and (min-width: 992px) {
  .image-42 {
    display: block;
    width: 100%;
    max-width: 1140px;
    height: auto;
    margin: 0 auto;
  }
  .image-43 {
    display: none;
  }
}

/* Layanan Unggulan slider: on desktop, force 3 equal slides that fill the
   container so card 1 and card 3 sit an equal 16px in from the title and the
   "Lihat Semua" button. Mobile/tablet keep Webflow's own sizing. */
.testimonial30_component .card-permintaan {
  width: 100%;
  overflow: hidden;
}
.testimonial30_component .rectangle-40 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .testimonial30_component .w-slider-mask {
    width: 100% !important;
  }
  .testimonial30_component .w-slide {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
}

/* Center event banner arrows in the visible slide. */
.event-banner-slider > .w-slider-arrow-left,
.event-banner-slider > .w-slider-arrow-right {
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 80px !important;
  height: 80px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
}

.event-banner-slider > .w-slider-arrow-left {
  left: 0 !important;
}

.event-banner-slider > .w-slider-arrow-right {
  right: 0 !important;
}

/* Homepage banner uses the source image ratio (1312x624). */
.home-banner-slider {
  height: auto !important;
  aspect-ratio: 1312 / 624;
}

.home-banner-slider .w-slider-mask,
.home-banner-slider .w-slide {
  height: 100% !important;
}

.home-banner-slider .w-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.section.bg-testing-hero .content-19,
.section.bg-inspeksi-hero .content-19,
.section.bg-kalibrasi-hero .content-19,
.section.bg-sertifikasi-hero .content-19 {
  margin-left: 0;
}

.section.bg-testing-hero .div-block-28,
.section.bg-inspeksi-hero .div-block-28,
.section.bg-kalibrasi-hero .div-block-28,
.section.bg-sertifikasi-hero .div-block-28 {
  margin-left: 0;
}
