:root {
  --crimson-2: #d62323;
  --dark-grey: darkgrey;
  --firebrick-2: #ae181d;
  --dim-grey: #5d5d5d;
  --black: #2e2e2e;
  --dark-red: #9f0b10;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --crimson: #d71920;
  --elements-webflow-library-general--shadow-04: rgba(20, 20, 43, .14);
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library-general--shadow-03: rgba(20, 20, 43, .1);
  --elements-webflow-library-neutral--700: #4a4566;
  --elements-webflow-library-general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library-neutral--200: #f7f7fc;
  --elements-webflow-library-neutral--400: #dcddeb;
  --flowui-component-library-gray-100: #f7f9fd;
  --elements-webflow-library-general--shadow-05: rgba(20, 20, 43, .16);
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-primary500: #9e77ed;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray500: #667085;
  --untitled-ui-warning500: #f79009;
  --untitled-ui-indigo500: #6172f3;
  --untitled-ui-success500: #12b76a;
  --untitled-ui-pink500: #ee46bc;
  --untitled-ui-blue500: #2e90fa;
  --untitled-ui-orange50: #fef6ee;
  --untitled-ui-orange700: #b93815;
  --untitled-ui-indigo50-501: #eef4ff;
  --untitled-ui-indigo700: #3538cd;
  --untitled-ui-success50-501: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-pink50-501: #fdf2fa;
  --untitled-ui-pink700: #c11574;
  --untitled-ui-blue50-501: #eff8ff;
  --untitled-ui-blue700: #175cd3;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-primary50-501: #f9f5ff;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-800: #1b114a;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --firebrick: #ae181d;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-primary25: #fcfaff;
}

.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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

body {
  color: #333;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: .9em;
}

.c-content {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: block;
}

._w-content {
  justify-content: center;
  align-items: center;
  display: block;
}

.help {
  z-index: 99999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

._w-help-btn {
  background-color: rgba(19, 19, 19, .15);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px rgba(19, 19, 19, .15);
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.b-help-btn {
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.b-help-btn.close-menu {
  background-color: #47c656;
  background-image: none;
  border-radius: 500px;
  padding: 13px;
  position: relative;
}

.help-icon {
  z-index: 500;
  height: 40px;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-weight: 500;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.b-nav-dropdown {
  background-color: rgba(255, 255, 255, .15);
  border-radius: 500px;
  padding: 3px;
  transition: all .25s;
}

.c-nav-dropdown-link {
  color: #333;
  text-transform: none;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-faq {
  z-index: 99999;
  width: 400px;
  align-items: flex-start;
  padding: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

._w-faq {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(19, 19, 19, .2);
}

.c-howto-header {
  padding-right: 40px;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.c-howto-divider {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #eee;
  margin-top: 10px;
  margin-bottom: 20px;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

._w-howto-close {
  width: 35px;
  height: 35px;
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.c-magnetic-btn-link {
  z-index: 100;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.co-created {
  z-index: 99998;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 10px;
  overflow: hidden;
}

.ci-created {
  display: block;
}

.cloneable-area {
  display: block;
  position: relative;
}

.c-side-navbar {
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

._w-side-navbar {
  height: 100%;
  background-color: #219fa3;
  background-image: linear-gradient(rgba(109, 118, 218, .95), rgba(109, 118, 218, .95)), linear-gradient(to right, #6d76da, rgba(255, 255, 255, 0)), url('../images/bg-pattern.svg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.c-brand-logo {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-logo-img {
  width: 45px;
}

.brand-logo-img.thermo-logo-text {
  width: 160px;
  padding-left: 10px;
}

.c-nav-links-list {
  flex: 1;
}

.c-navlinks-item {
  position: relative;
  overflow: hidden;
}

.c-navlinks-item.hide {
  display: none;
}

.c-navlinks {
  color: #fff;
  background-color: rgba(91, 98, 180, 0);
  border-radius: 5px;
  text-decoration: none;
  transition: all .25s;
  display: block;
  position: relative;
}

.c-navlinks:hover {
  background-color: rgba(104, 0, 9, .5);
}

.c-navlinks.w--current {
  background-color: #680009;
}

._w-navlinks {
  align-items: stretch;
  display: flex;
}

.c-navlink-icon {
  flex: none;
  padding: 10px;
  display: block;
}

.navlink-icon {
  width: 23px;
}

.navlink-icon.product, .navlink-icon.product-lineup {
  width: 21px;
}

.navlink-icon.our-partnet {
  width: 23px;
}

.navlink-icon.our-brands {
  width: 22px;
}

.c-navlink-text {
  width: auto;
  perspective-origin: 0%;
  transform-origin: 0%;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  letter-spacing: 3px;
  white-space: nowrap;
  padding: 10px 20px 10px 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

.c-nav-extra-links {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 10px;
}

.c-nav-extra-links.hide {
  display: none;
}

._w-navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  position: relative;
}

.c-body-content {
  padding-left: 0;
  display: block;
}

.c-hero-section {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: .75fr auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-hero-section.duct-insulation {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG_4-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.c-hero-section.roof-insulation {
  background-color: #fff;
  background-image: url('../images/BG_4-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-hero-section.tube-insulation {
  background-image: url('../images/BG_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-hero-section.acoustic-insulation {
  background-image: url('../images/BG_3-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-hero-section.tape-insulation {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG_5-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-hero-section.hero-image {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.c-hero-section.roof-insulation {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG_2-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.c-hero-section.pipe-insulation {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.c-hero-section.acoustic-insulation {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG_7-01.jpg');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: relative;
}

.c-hero-section.raised-floor-insulation {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG_3-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.c-hero-section.u_layer-insulation {
  background-image: url('../images/BG_6-01.jpg');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: relative;
}

.c-hero-section.wall-insulation {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG_8-01.jpg');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: relative;
}

.c-hero-section.cladding {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG_9.jpg');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: relative;
}

._w-hero-section {
  width: 100%;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px;
  display: flex;
}

.c-hero-content {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
  position: relative;
}

.c-hero-header {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.hero-header {
  color: var(--crimson-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gt walsheim, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.hero-subheader {
  color: #8d97ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
}

.hero-description {
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  position: relative;
}

.divider {
  width: 20%;
  height: 5px;
  background-color: #6d76da;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.c-nav-menu {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.c-sidenavbar {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-sidenavbar-container {
  height: 100%;
  background-color: #8c000c;
  flex-direction: column;
  padding: 10px 20px;
  display: flex;
}

.c-side-brand-logo {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-brand-logo {
  float: none;
  display: inline-block;
}

.c-side-navmenu {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.ci-side-navlinks {
  flex: 1;
}

.body {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.heading {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: none;
}

.heading.tube {
  color: #6e6e73;
  text-transform: none;
  font-weight: 700;
}

.heading.pipe, .heading.floor, .heading.wall {
  color: var(--dark-grey);
}

.primary-button {
  background-color: #d62323;
  border-radius: 9px;
  padding: 12px 70px;
  font-size: 16px;
}

.primary-button:hover {
  background-color: var(--firebrick-2);
}

.popup-detil {
  z-index: 1;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-detil:hover {
  transform: scale3d(1none, 1none, 1none);
}

.popup-detil._2nd-button {
  top: 25%;
  bottom: auto;
  left: auto;
  right: 30%;
}

.popup-detil._3rd-button {
  top: auto;
  bottom: 30%;
  left: 40%;
  right: auto;
}

.popup-detil._4nd-button {
  top: auto;
  bottom: 33%;
  left: auto;
  right: 34%;
}

.container-popup {
  width: 200px;
  background-color: #680009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.text-desc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

.dropdown-list {
  margin-top: 16px;
}

.dropdown-list.w--open {
  margin-top: -10px;
  margin-left: -30px;
}

.red-button {
  transition: all .2s;
}

.red-button:hover {
  transform: rotate(180deg);
}

.dropdown-button-red {
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.image-duct {
  max-width: none;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  padding: 10px;
}

.dropdown-nav-main-wrapper {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-container {
  width: 100%;
  max-width: 1240px;
  display: flex;
}

.dropdown-list-2 {
  position: relative;
}

.container-nb5 {
  align-items: center;
  display: flex;
}

.navlink-nb5 {
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
}

.navlink-nb5:hover {
  text-decoration: underline;
}

.navlink-nb5.link-1-nb5 {
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

.navlink-nb5.link-4-nb5 {
  z-index: 4;
  background-color: #fff;
}

.navlink-nb5.link-2-nb5 {
  z-index: 2;
  background-color: #fff;
}

.navlink-nb5.link-3-nb5 {
  z-index: 3;
  background-color: #fff;
}

.menu-bar-1-nb5 {
  width: 30px;
  height: 1px;
  background-color: #333;
  transform: rotate(-45deg);
}

.menu-bar-2-nb5 {
  width: 30px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

.navbar-5 {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.navbar {
  width: 200px;
  height: 120px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.menu-icon-nb5 {
  z-index: 5;
  width: 30px;
  height: 30px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-button-v2---brix {
  width: 100%;
  color: #6f6c90;
  text-decoration: none;
  display: block;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.nav-menu---brix {
  margin-right: 32px;
}

.dropdown-bottom-button-arrow-v2---brix {
  opacity: .7;
  filter: brightness(0%) saturate(24%);
  margin-left: 12px;
}

.header-logo---brix {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.header-logo---brix:hover {
  transform: scale3d(.94, .94, 1.01);
}

.header-logo---brix.page-1 {
  display: none;
}

.image-wrapper---brix {
  margin-right: 18px;
  overflow: hidden;
}

.image-wrapper---brix.dropdown-button-icon-v2---brix {
  border-radius: 15px;
  align-self: flex-start;
  margin-bottom: 18px;
  box-shadow: 0 4px 20px rgba(23, 15, 73, .08);
}

.dropdown-list-v2---brix {
  width: 56vw;
  max-width: 805px;
  min-width: 750px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  margin-top: 30px;
  margin-left: -48vw;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 14px rgba(74, 58, 255, .01), 0 9px 26px rgba(23, 15, 73, .05);
}

.image---brix.dropdown-button-icon---brix {
  border-radius: 15px;
}

.dropdown-bottom-button-content---brix {
  margin-bottom: 18px;
}

.header-navigation---brix {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dropdown-nav-main-wrapper-v2---brix {
  justify-content: space-between;
  padding: 9%;
  display: flex;
}

.dropdown-nav-pages-wrapper-v2---brix {
  margin-bottom: 38px;
}

.dropdown-nav-pages-wrapper-v2---brix.last---brix {
  margin-bottom: 0;
}

.nav-link---brix {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
  position: static;
}

.nav-link---brix:hover {
  color: #4a3aff;
}

.flex-hc---brix {
  align-items: center;
  display: flex;
}

.flex-hc---brix.dropdown-button-v2---brix {
  margin-bottom: -18px;
  display: flex;
}

.flex-hc---brix.dropdown-button-v4---brix {
  flex-wrap: wrap;
  margin-bottom: -18px;
  display: flex;
}

.dropdown-nav-container-v2---brix {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-menu-v2---brix {
  align-items: center;
}

.header---brix {
  z-index: 999;
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  outline: 3px #333;
  flex: 1;
  padding-top: 28px;
  padding-bottom: 28px;
}

.title---brix.dropdown-bottom-button-title---brix {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.title---brix.dropdown-nav-title-v4---brix {
  color: #170f49;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.title---brix.dropdown-bottom-button-title---brix {
  margin-bottom: 0;
  display: inline-block;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.button-primary.button-header {
  white-space: nowrap;
  white-space: nowrap;
  background-color: #680009;
  padding: 15px 30px;
}

.logo-brand---brix {
  padding-left: 0;
  display: block;
}

.split-content---brix.header-right---brix {
  align-items: center;
  display: flex;
}

.split-content---brix.header-left---brix {
  z-index: 99;
}

.dropdown-icon---brix {
  margin-right: 0;
  display: none;
  position: static;
}

.dropdown-menu-text---brix {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 8px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-list-v4---brix {
  width: 82vw;
  max-width: 1100px;
  min-width: 780px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  margin-right: 0%;
}

.dropdown-list-v4---brix.w--open {
  width: 80vw;
  max-width: none;
  margin-top: 62px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 103%;
}

.dropdown-nav-content-wrapper-v4---brix._2nd-section---brix {
  width: 100%;
  margin-right: 0;
}

.dropdown-nav-content-wrapper-v4---brix.last---brix {
  margin-bottom: 0;
  margin-right: 0;
}

.dropdown-nav-item-v4---brix {
  margin-bottom: 30px;
}

.dropdown-nav-item-v4---brix.last---brix {
  margin-bottom: 0;
}

.dropdown-nav-main-wrapper-v4---brix {
  z-index: 99;
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 1px 14px rgba(74, 58, 255, .01), 0 8px 16px rgba(23, 15, 73, .03);
}

.dropdown-nav-wrapper-v4---brix {
  align-items: flex-start;
  padding: 70px 50px;
  display: flex;
}

.dropdown-nav-wrapper-v4---brix.left---brix {
  width: 60%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-between;
  display: grid;
}

.dropdown-nav-wrapper-v4---brix.right---brix {
  width: 40%;
  min-width: 400px;
  background-color: #f2f2f2;
}

.dropdown-nav-link---brix {
  color: #000;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

.dropdown-nav-link---brix:hover, .dropdown-nav-link---brix.w--current {
  color: #4a3aff;
}

.navbar-home {
  z-index: 999;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  justify-content: flex-end;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.dropdown-nav-item---brix {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  line-height: 1.66667;
}

.dropdown-nav-item---brix.last---brix {
  margin-bottom: 0;
}

.right-content-item-title---brix {
  display: inline-block;
}

.dropdown-nav---brix {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav---brix.last---brix {
  margin-bottom: 0;
}

.dropdown-menu-v4---brix {
  justify-content: flex-end;
  display: flex;
}

.text-block {
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.dropdown-nav-link---brix-2 {
  color: #170f49;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
}

.dropdown-nav-link---brix-2:hover, .dropdown-nav-link---brix-2.w--current {
  color: #4a3aff;
}

.cloneable-container-default-2 {
  min-height: 71vh;
  background-color: #f7f7fb;
  border-top: 1px solid #eff0f6;
  border-bottom: 1px solid #eff0f6;
  transform: translate(0);
}

.dropdown-nav-item---brix-2 {
  margin-bottom: 16px;
  line-height: 1.66667;
}

.dropdown-nav-item---brix-2.last---brix {
  margin-bottom: 0;
}

.header---brix-2 {
  z-index: 999;
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.dropdown-menu-text---brix-2 {
  margin-right: 8px;
}

.c-section {
  padding: 3em 10vw;
}

.c-section.is--homepage {
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-offset-heading {
  width: 90vw;
  margin-top: 2em;
  margin-left: 10vw;
  padding-right: 10vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-homepage_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 6em;
  margin-bottom: 1.5em;
  display: flex;
  position: relative;
}

.c-homepage_item {
  width: 39.3vw;
  min-height: 22vw;
  margin-bottom: 1em;
}

.is--hidden-empty {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.whatsapp-help {
  z-index: 1;
  margin-bottom: 30px;
  margin-right: 30px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-icon {
  background-color: #47c656;
  border-radius: 500px;
  align-items: center;
  padding: 9px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 2px 4px 5px rgba(46, 46, 46, .15);
}

.wrapper-icon:hover {
  transform: scale(.95);
}

.udesly-device-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.udesly-device {
  width: 754px;
  height: 545px;
  background-image: url('../images/Devices.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 21px 42px -10px rgba(16, 24, 40, .25);
}

.udesly-device-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.udesly-device-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: none;
  position: relative;
}

.udesly-button {
  min-height: 48px;
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-paragraph-large {
  color: var(--dim-grey);
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  letter-spacing: normal;
  font-size: 52px;
  line-height: 90px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-centered {
  max-width: 1200px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  display: flex;
}

.udesly-container {
  width: 100%;
  max-width: 1200px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.udesly-section.udesly-centered {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 220px;
  display: flex;
  overflow: hidden;
}

.udesly-section.udesly-centered.our-brand {
  padding: 0 0% 220px;
}

.heading-2 {
  color: #48a046;
  font-size: 80px;
  font-weight: 800;
  line-height: 95px;
}

.heading-2.ts {
  color: #a00b10;
  font-family: Gt walsheim, sans-serif;
  font-weight: 700;
  display: none;
}

.heading-2.tf {
  color: #26358b;
  display: none;
}

.heading-2.tfl {
  display: none;
}

.wrapper-hero-our-brand {
  width: 100%;
  height: auto;
  max-width: 1200px;
  object-fit: fill;
  border-radius: 0;
  margin-top: 40px;
  display: block;
  position: static;
  overflow: hidden;
}

.button-brochure {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #9f0b10;
  border-radius: 555px;
  padding: 10px 41px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.wrapper-button {
  max-width: 500px;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  direction: ltr;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #9f0b10;
  border-radius: 555px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: 0 0 12px rgba(29, 50, 56, .2);
}

.text-block-2 {
  color: #000;
  text-align: left;
  text-transform: none;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.udesly-price-text {
  color: #06c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-pricing {
  align-items: center;
  display: flex;
}

.udesly-paragraph {
  color: #333;
  font-weight: 500;
}

.udesly-heading {
  color: #333;
}

.udesly-heading.udesly-3-columns {
  margin-bottom: 0;
  font-size: 18px;
}

.location-label {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.location-label.udesly-small {
  font-size: 12px;
}

.udesly-icon-block-medium {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-card-container {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 24px 24px;
  display: flex;
}

.udesly-card-container.udesly-3-columns {
  background-color: #f2f2f2;
  border-radius: 30px;
  padding-top: 40px;
}

.udesly-image-cover {
  width: auto;
  height: auto;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  position: static;
  overflow: visible;
}

.udesly-properties-image {
  z-index: 2;
  width: auto;
  max-height: 200px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.udesly-card-v1-wrapper {
  width: 100%;
  height: 100%;
  max-width: 386px;
  flex-direction: column;
  padding-top: 40%;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.udesly-card-v1-wrapper:hover {
  transform: translate(0, -9px);
}

.udesly-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-cards-grid.udesly-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.div-block {
  width: 100%;
  height: 100%;
  max-width: 386px;
  flex-direction: column;
  padding-top: 40%;
  transition: all .25s;
  display: flex;
  position: relative;
}

.div-block:hover {
  transform: translate(0, -9px);
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  transition: all .35s;
}

.nav-link:hover {
  color: #02676b;
}

.navigation-right {
  width: 50%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-left {
  width: 50%;
  height: 100%;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-2 {
  width: 150px;
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #3f0a3d;
  align-items: center;
  display: flex;
}

.brand {
  margin-right: 20px;
  padding: 12px;
  display: none;
}

.nav01 {
  height: 90px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 11px 11px 25px rgba(9, 7, 37, .06);
}

.text-block-3 {
  color: #fff;
  margin-right: 6px;
  font-family: Exo, sans-serif;
}

.nav-link-register {
  color: #680009;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  transition: all .35s;
}

.nav-link-register:hover {
  color: #02676b;
}

.large-link {
  height: 100%;
  color: #fff;
  white-space: nowrap;
  background-color: #02676b;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 22px 32px;
  text-decoration: none;
  display: flex;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-navbar {
  height: 100%;
  background-color: #8c000c;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 22px 32px;
  display: flex;
}

.dropdown-toggle-2 {
  height: 100%;
  color: #646f79;
  align-items: center;
  padding: 6px 13px 0;
  font-size: 15px;
  transition: color .2s cubic-bezier(.4, 0, .2, .01);
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #796eff;
}

.dropdown-toggle-2.w--open {
  color: #796eff;
  box-shadow: inset 0 -3px #796eff;
}

.dropdown-card-content {
  position: relative;
}

.dropdown-subgrid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-column.third {
  padding-left: 20px;
  position: relative;
}

.navbar-2 {
  z-index: 3;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 12px rgba(36, 50, 66, .08);
}

.brand-2 {
  flex: none;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.brand-2.responsive {
  display: none;
}

.dropdown-bg-full {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 35px 35px 50px rgba(36, 50, 66, .15);
}

.dropdown-card-title {
  color: #151b26;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.menu-right {
  display: flex;
}

.dropdown-card-bg {
  opacity: 0;
  border-radius: 3px;
  position: absolute;
  top: -16px;
  bottom: -16px;
  left: -16px;
  right: -16px;
}

.dropdown-card-bg.is-red {
  background-color: #ffedef;
}

.dropdown-card-bg.is-red:hover {
  color: #7e0002;
}

.dropdown-card-bg.is-yellow {
  background-color: #fffede;
}

.dropdown-card-bg.orange {
  background-color: rgba(249, 220, 0, .15);
}

.dropdown-card-bg.is-blue {
  background-color: #edf8ff;
}

.dropdown-card-bg.purple {
  background-color: #f0f0ff;
}

.dropdown-card-bg.white {
  background-color: #fff;
  border: 1px solid #edf1f2;
}

.dropdown-overflow {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  overflow: auto;
}

.inline-footer {
  margin-left: .05em;
  margin-right: .05em;
  font-weight: 500;
  display: inline;
}

.inline-footer.svg {
  line-height: 0;
  position: relative;
  top: 3px;
}

.sidebar-column-bg {
  display: none;
}

.menu-left {
  display: flex;
}

.dropdown-card {
  margin-bottom: 36px;
  display: block;
  position: relative;
}

.dropdown-card.has-icon {
  text-decoration: none;
  display: flex;
}

.dropdown-footer-copy {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
}

.navbar-wrapper {
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-bg {
  position: absolute;
  top: 0%;
  bottom: 96px;
  left: 0%;
  right: 0%;
}

.menu {
  height: 56px;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: stretch;
  font-weight: 500;
  display: flex;
}

.dropdown-footer-wrapper {
  background-color: #fbfdfe;
  border-top: 1px solid #e0e6e8;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.dropdown-footer-wrapper.tablet {
  display: none;
}

.dropdown-sidebar-bg {
  width: 100vw;
  background-color: #f6f8f9;
  border-left: 1px solid #e0e6e8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 706px;
  right: 0;
}

.footer-copy-link {
  color: #796eff;
}

.dropdown-card-text {
  font-weight: 400;
}

.divider-2 {
  width: 1px;
  height: 28px;
  background-color: #e0e6e8;
}

.footer-divider {
  margin-left: 10px;
  margin-right: 10px;
}

.link {
  color: #0569cd;
  text-decoration: none;
}

.dropdown-list-3 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 142px;
  font-size: 13px;
  position: fixed;
  top: 56px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dropdown-column-title {
  color: #151b26;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e6e8;
  margin-bottom: 30px;
  padding-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.dropdown-footer-full {
  z-index: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 96px;
  left: 0%;
  right: 0%;
}

.dropdown-footer-link {
  color: #848f99;
  transition: color .2s;
}

.dropdown-footer-link:hover {
  color: #796eff;
}

.navbar-bg {
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, .1);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-footer {
  height: 45px;
  align-items: center;
  display: flex;
}

.dropdown-list-body {
  z-index: 3;
  position: relative;
}

.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.dropdown-inner-shadow {
  z-index: 4;
  height: 56px;
  background-image: linear-gradient(rgba(36, 50, 66, .08), rgba(0, 0, 0, 0) 15%);
  position: absolute;
  bottom: 100%;
  left: 0%;
  right: 0%;
  box-shadow: 0 3px 12px rgba(36, 50, 66, .08);
}

.dropdown-toggle-text {
  margin-right: 6px;
}

.dropdown-grid {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 636px 240px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.image {
  display: none;
}

.navigation-link {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #7735f6;
}

.navigation-link.w--current {
  color: #99d715;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-column {
  width: 25%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px 10px 20px;
  display: flex;
}

.navigation-column.highlight {
  background-color: #d62323;
}

.navigation-left-2 {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-bottom-bar {
  background-color: rgba(119, 53, 246, .08);
  background-image: url('../images/scribble-5.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-wrap {
  z-index: 999;
  background-color: #fff;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-wrap.home {
  object-fit: fill;
  display: block;
  position: relative;
}

.flowbase-logo {
  width: 54px;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-drop-container {
  max-width: 1140px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-top {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-right-2 {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-link-block-mob {
  width: 100%;
  color: #283338;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 22px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block-mob:hover {
  color: #7735f6;
  background-color: rgba(119, 53, 246, .05);
}

.navigation-full {
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid rgba(61, 66, 75, .07);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 3%;
  display: flex;
  position: relative;
}

.dropdown-toggle-3 {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: #7735f6;
}

.navigation-container-2 {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-details {
  color: rgba(40, 51, 56, .87);
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.nav-link-details.ref {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.nav-link-details.us {
  color: rgba(255, 255, 255, .7);
}

.dropdown-list-4 {
  min-width: 100%;
}

.dropdown-list-4.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: -3px;
  padding-top: 0;
  position: absolute;
  top: 102%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 2px 30px 50px rgba(0, 0, 0, .08);
}

.navigation-button {
  min-height: 50px;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, .6), inset 1px 1px 3px rgba(238, 230, 255, .44), 1px 1px 2px #5b3acc;
}

.navigation-button:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, .22), inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.large-link-2 {
  color: #6127da;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.navigation-link-block {
  width: 100%;
  color: #283338;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 22px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block:hover {
  color: #dd0004;
  background-color: rgba(246, 53, 56, .05);
}

.logo-thermotech {
  margin-right: 44px;
  display: block;
}

.logo-thermotech.w--current {
  display: none;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.logo-3 {
  min-width: 55px;
}

.logo-3.home {
  display: block;
}

.dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.nav-menu-3 {
  width: 125px;
  background-color: var(--dark-red);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  display: block;
  position: static;
}

.nav-menu-3:hover {
  background-color: var(--crimson-2);
}

.drop-arrow-plain-2 {
  margin-right: 30px;
  font-size: 14px;
}

.navigation-left-3 {
  width: 50%;
  align-items: center;
  display: flex;
}

.navigation-button-2 {
  min-height: 60px;
  min-width: 160px;
  outline-offset: -2px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  outline: 1px solid #8c000c;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.navigation-button-2:hover {
  outline-offset: -2px;
  color: #fff;
  background-color: #8c000c;
  outline: 2px #8c000c;
}

.dropdown-toggle-4 {
  width: 100%;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0 15px 33px;
  transition: all .2s;
}

.dropdown-toggle-4:hover {
  color: #fff;
}

.dropdown-footer-2 {
  height: 45px;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.navigation-right-3 {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.dropdown-4 {
  width: 100%;
  min-width: auto;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.navigation-bottom-bar-2 {
  background-color: rgba(140, 0, 12, .08);
  background-image: url('../images/scribble-5.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.f-header-review-icon-wrapper {
  width: 24px;
  height: 24px;
  background-color: var(--flowui-component-library-grey-300);
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-header-review-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  font-weight: 500;
  display: flex;
}

.f-paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.f-h1-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt Walsheim, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-wrapper-left {
  max-width: 620px;
}

.f-container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  text-shadow: 0 3px 4px rgba(0, 0, 0, .2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  background-image: url('../images/Testing_edit.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 92px 5%;
  position: relative;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-dot {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-12 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
}

.udesly-image {
  border: 2px solid #d6d6d6;
  border-radius: 100px;
}

.udesly-avatar {
  width: 40px;
  height: 40px;
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  overflow: hidden;
}

.udesly-heading-2 {
  color: #333;
}

.udesly-heading-2.udesly-3-columns {
  margin-bottom: 0;
  font-family: Gt walsheim, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.udesly-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.sertifikat-card-wrapper {
  max-height: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: all .4s;
  display: none;
  box-shadow: 0 1px 2px -1px rgba(16, 24, 40, .1), 0 1px 3px rgba(16, 24, 40, .25);
}

.sertifikat-card-wrapper:hover {
  box-shadow: 0 1px 2px -1px rgba(16, 24, 40, .1), 0 1px 10px 3px rgba(16, 24, 40, .15);
}

.sertifikat_card {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.sertifikat_card.sertifikat-3-kolom {
  max-width: 1140px;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.certificate-section {
  background-color: #fff;
  margin-bottom: 100px;
  padding: 50px 5%;
  position: relative;
}

.heading-3 {
  color: var(--crimson-2);
  text-align: center;
  margin-bottom: 50px;
  font-family: Gt Walsheim, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.image-2 {
  padding: 30px;
}

.image-3 {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-divider {
  width: 100%;
  height: 1px;
  background-color: var(--flowui-component-library-gray-200);
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-link {
  width: 100%;
  color: #b9b9b9;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-title {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block {
  color: #fff;
  flex-direction: column;
}

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

.f-footer-social {
  width: 48px;
  height: 48px;
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-footer-logo {
  flex: none;
}

.f-margin-bottom-49 {
  margin-bottom: 24px;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

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

.f-footer-regular {
  color: #fff;
  background-color: #000;
  margin-top: 60px;
  padding: 64px 5%;
  position: relative;
}

.image-4 {
  filter: brightness(200%);
  mix-blend-mode: normal;
}

.f-banner-icon-button {
  color: var(--flowui-component-library-white);
  border-radius: 100px;
  transition: background-color .3s;
}

.f-banner-icon-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-banner-block {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-banner-button {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: #2d0896;
}

.f-banner-text-span {
  color: var(--flowui-component-library-primary-base);
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-banner-container-between {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner {
  min-height: 56px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.brix---opacity-10 {
  opacity: .1;
  filter: hue-rotate(108deg);
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 41%;
  left: auto;
  right: -12%;
  transform: rotate(140deg);
}

.brix---img-floating-right {
  border-radius: 24px;
  position: absolute;
  top: -21%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 20px 50px rgba(33, 31, 84, .24);
}

.brix---img-floating-left {
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(33, 31, 84, .16);
}

.brix---2-imgs-floating-wrapper {
  margin-top: 195px;
  position: relative;
}

.brix---mg-top-64px {
  margin-top: 64px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--crimson);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--dark-red);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: none;
}

.brix---paragraph-default {
  text-align: justify;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Gotham, sans-serif;
}

.brix---section-hero-top-small {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.container-visi-misi {
  max-width: 600px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---paragraph-default-2 {
  color: var(--dim-grey);
  text-align: justify;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---display-4 {
  color: var(--black);
  margin-top: 0;
  font-family: Gt walsheim, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4em;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library-general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 50px;
  grid-row-gap: 18px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-around;
  align-items: start;
  display: grid;
}

.brix--grid-2-columns-text-right._2 {
  display: none;
}

.brix---link-content {
  color: #6e7191;
  text-decoration: none;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt walsheim, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle {
  color: var(--crimson);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Gt walsheim, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 100px;
  padding-bottom: 176px;
}

.profile-pictur-png {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library-general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.image-5 {
  padding-bottom: 0;
}

.brix---bg-overlay-team-v12 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  border-radius: 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---text-200-medium {
  font-family: Gt walsheim, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
  margin-top: 0;
  padding-top: 0;
  line-height: 1em;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt walsheim, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.brix---team-v13-content {
  z-index: 1;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 32px;
  right: 32px;
}

.brix---team-text-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---team-v9-wrapper {
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-3 {
  color: var(--elements-webflow-library-neutral--100);
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h2-size-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt walsheim, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.quote {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---paragraph-link {
  color: var(--crimson);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--flowui-component-library-white);
}

.brix---grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.brix---footer-bottom-v2 {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--600);
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.brix---link-icon-left {
  color: var(--crimson);
  margin-right: 6px;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.brix---icon-pagraph-wrapper {
  color: var(--elements-webflow-library-neutral--600);
  align-items: flex-start;
  display: flex;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---link-text {
  color: var(--crimson);
  transition: color .3s;
  display: inline-block;
}

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library-accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library-neutral--100);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: var(--elements-webflow-library-neutral--300);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--crimson-2);
}

.brix---grid-footer-5-cols {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.brix---footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---success-message-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---input {
  min-height: 70px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input::-ms-input-placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---text-400-bold {
  color: var(--crimson);
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---footer-logo {
  filter: brightness(200%);
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-logo-and-form {
  grid-column-gap: 210px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  align-items: center;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: #383838;
}

.bold-text {
  font-family: Gotham, sans-serif;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-big-nav-link {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
}

.brix---header-big-nav-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-list-item-hamburger-desktop {
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-link-big {
  width: 100%;
  color: var(--elements-webflow-library-neutral--700);
  align-items: center;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid-big {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-card-desktop {
  background-color: rgba(0, 0, 0, 0);
  top: 32px;
  overflow: visible;
}

.brix---dropdown-column-wrapper-hamburger {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  position: static;
}

.brix---dropdown-chevron-big {
  width: 28px;
  margin-left: 10px;
}

.brix---dropdown-toggle-big-link {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-hamburger-desktop {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-center {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-hamburger-desktop-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  padding: 44px 24px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---link-text-2 {
  transition: color .3s;
  display: inline-block;
}

.login-icon {
  margin-right: 6px;
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---link-text-3 {
  color: var(--crimson-2);
  font-family: Gt Walsheim, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.nav-title-2 {
  margin-bottom: 10px;
  font-family: Gt walsheim, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.nav-title-2.pro, .nav-title-2.ab {
  color: #fff;
}

.navigation-mob-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-link-block-2 {
  width: 100%;
  color: #283338;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 20px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.navigation-link-block-2:hover {
  color: #f63538;
  background-color: rgba(0, 0, 0, 0);
}

.navigation-link-block-2.pro {
  color: #fff;
}

.navigation-link-block-2.pro:hover {
  color: #101010;
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
  margin-right: 24px;
}

.navigation-container-3 {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-3 {
  margin-right: 44px;
}

.brix---link-wrapper-3 {
  color: #211f54;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-3:hover {
  color: #4a3aff;
}

.nav-button {
  width: 100%;
  color: #646485;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 25px 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.nav-button:hover {
  color: #fff;
}

.nav-logo-wrapper {
  padding: 26px 20px 20px;
}

.social-link-wrapper {
  width: 20px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: opacity .2s;
}

.social-link-wrapper:hover {
  opacity: .5;
}

.nav-button-bg {
  width: 50%;
  background-color: var(--crimson-2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.text-block-4 {
  display: none;
}

.nav-bar {
  z-index: 99999;
  width: 95px;
  background-color: var(--dark-red);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-button-text {
  z-index: 10;
  color: #fff;
  font-family: Gt walsheim, sans-serif;
  position: relative;
}

.social-links {
  text-align: center;
  background-color: #fff;
  border: 1px #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.div_card_sertifikat {
  height: auto;
  max-height: 350px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  align-content: space-around;
  justify-content: flex-end;
  align-items: center;
  padding: 25px;
  display: flex;
}

.link-block-2 {
  width: 100%;
  max-width: none;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  transition: all .4s;
  display: flex;
}

.link-block-2:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-logo-serti {
  max-height: 150px;
  max-width: 230px;
  transition: all .3s;
  position: relative;
}

.div-logo-serti:hover {
  transform: scale(1.1);
}

.brix---text-pos {
  font-family: Gt walsheim, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---link-wrapper-4 {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-4:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---display-5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---image-wrapper-br-24px-shadow-2 {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library-general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix--grid-2-columns-text-right-2 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-content-2 {
  color: var(--elements-webflow-library-neutral--600);
  text-decoration: none;
}

.brix---grid-2-columns-text-left-2 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px-2 {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt walsheim, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle-2 {
  color: var(--crimson-2);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Gt walsheim, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---inner-container-490px-center-2 {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 100px;
}

.brix---container-default-3 {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---section-greetings {
  color: var(--elements-webflow-library-neutral--100);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 200px;
  padding-top: 140px;
  padding-bottom: 20px;
}

.brix---section-member {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 100px;
  padding-bottom: 176px;
  display: none;
}

.brix---section-history {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 100px;
  padding-bottom: 20px;
}

.separator {
  width: 900px;
  height: 5px;
  background-color: #dfe1f3;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-paragraph-small-2 {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small-2.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-dot-2 {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-flex-2 {
  align-items: center;
  display: flex;
}

.udesly-flex-2.udesly-gap-12 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: none;
}

.udesly-avatar-2 {
  width: 40px;
  height: 40px;
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  overflow: hidden;
}

.udesly-paragraph-large-2 {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-text-extrabold-2.udesly-large {
  color: var(--crimson-2);
  font-family: Gt Walsheim, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}

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

.udesly-content-detail.mt-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.udesly-property-content {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: static;
  top: 51px;
  box-shadow: 0 20px 25px -5px rgba(16, 24, 40, .1);
}

.udesly-hide {
  display: none;
}

.udesly-arrow {
  width: 44px;
  height: 44px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-arrow.udesly-right-property {
  transition: all .25s ease-out;
  right: 24px;
}

.udesly-arrow.udesly-right-property:hover {
  transform: translate(3px)scale(1.1);
}

.udesly-arrow.udesly-left-property {
  transition: all .25s ease-out;
  left: 24px;
}

.udesly-arrow.udesly-left-property:hover {
  transform: scale(1.1)translate(-3px);
}

.udesly-image-cover-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.udesly-slide {
  height: auto;
  margin-right: 32px;
}

.udesly-slide.udesly-large {
  height: 100%;
}

.udesly-slider-large {
  min-height: 450px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  display: none;
  overflow: hidden;
}

.udesly-slider-wrapper {
  border-radius: 20px;
  display: block;
  position: relative;
}

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

.udesly-section-3 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h3-size-2 {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gt Walsheim, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-200 {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---badge-primary-small-light {
  color: var(--dim-grey);
  background-color: #ffe9ea;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brix---blog-card-image-wrapper {
  height: 240px;
  max-width: 100%;
  border-radius: 24px;
  flex-flow: row;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---blog-card-wrapper {
  text-decoration: none;
}

.brix---grid-3-columns-gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---badge-secondary-category-badges {
  min-width: 130px;
  border: 1px solid var(--flowui-component-library-grey-300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--dim-grey);
  text-align: center;
  border-radius: 10px;
  margin-left: 24px;
  padding: 10px 22px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s, border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  background-color: var(--crimson);
  color: var(--elements-webflow-library-neutral--100);
  border-color: #680009;
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  cursor: default;
}

.brix---badge-secondary-category-badges.others {
  background-color: rgba(0, 0, 0, .15);
}

.brix---badge-secondary-category-badges.others:hover {
  background-color: #d31313;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid;
}

.brix---heading-h2-size-4 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.brix---container-default-4 {
  max-width: 1200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---text-200-bold-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---avatar-circle-03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-image-featured {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brix---blog-card-image-featured-wrapper-v1 {
  height: 448px;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-featured {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---blog-card-featured-wrapper {
  width: 100%;
  text-decoration: none;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-3 {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 0;
}

.brix---section-pd-bottom-56px {
  padding-top: 176px;
  padding-bottom: 56px;
}

.brix---badge-secondary-small-light {
  background-color: var(--elements-webflow-library-neutral--200);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---blog-card-details-v6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---blog-card-content-inside {
  padding: 32px 32px 40px;
}

.brix---badge-secondary-small {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---blog-card-badge-wrapper-top {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.brix---blog-card-image-wrapper-inside {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-featured-wrapper-card {
  width: 100%;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(20, 20, 43, .06);
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-bg-neutral-200 {
  background-color: var(--elements-webflow-library-neutral--200);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---blog-card-featured-content {
  padding: 58px 64px;
}

.brix---blog-card-image-wrapper-v6 {
  height: 100%;
  border-radius: 24px 0 0 24px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-blog-card-featured-v6 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-3 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark-header-top {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small-2 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-3 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library-neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-card-2 {
  min-width: 280px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---header-wrapper-transparent {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---position-relative {
  position: relative;
}

.footer-links {
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrapper-yosemite {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Gotham, sans-serif;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 5%;
  right: auto;
}

.youtube-logo {
  margin-right: 5px;
}

.text-big-1 {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .6);
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.text-subwrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.logo-footer {
  margin-left: 30px;
}

.slider-subwrapper {
  width: 90%;
  height: 80%;
  max-width: 1150px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer {
  width: 100vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.red {
  color: #f65a68;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.website-link {
  font-weight: 500;
  text-decoration: none;
}

.links {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  position: relative;
}

.footer-disclaimer-text {
  color: #a9a9ab;
  text-align: center;
  font-size: 14px;
}

.right-arrow {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  border: 3px #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.green {
  color: #83dc52;
}

.slide._2 {
  background-image: url('../images/Denso-Indonesia-Cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._1 {
  background-image: url('../images/Logos-Cover_Thumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/WhatsApp-Image-2020-10-27-at-10.13.59.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orange {
  color: #f1953a;
}

.extra-clone-button {
  z-index: 999;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
  transition: transform .2s;
  display: flex;
  position: absolute;
  top: 120px;
  bottom: auto;
  left: auto;
  right: 30px;
  box-shadow: 1px 1px 3px #cacaca;
}

.extra-clone-button:hover {
  transform: scale(1.01);
}

.text-big-2 {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .6);
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.text-link {
  width: 220px;
  color: #009bfb;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .14s;
  display: block;
}

.text-link:hover {
  color: #009bfb;
}

.arrow-wrapper {
  width: 70px;
  height: 70px;
  background-color: #333;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.arrow-wrapper:hover {
  transform: translate(-2px);
}

.arrow-wrapper.right:hover {
  transform: translate(2px);
}

.arrow-wrapper.left {
  background-color: #bebebe;
}

.text-small {
  text-transform: none;
  background-color: rgba(0, 0, 0, .6);
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.footer-cta {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.left-arrow {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -35px;
}

.youtube-link {
  color: #7d7d7d;
  letter-spacing: 0;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.slider-wrapper {
  width: 100vw;
  height: 100vh;
  max-height: 800px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-wrapper-sequoia {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 5%;
  right: auto;
}

.footer-text-wrapper {
  width: 720px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  transition: text-indent .2s;
  display: flex;
}

.slide-nav {
  width: 100px;
  margin-bottom: -50px;
  font-size: 11px;
}

.footer-cta-wrapper {
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: flex-end;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.clone-button {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
  transition: transform .2s;
  display: flex;
  box-shadow: 1px 1px 3px #cacaca;
}

.clone-button:hover {
  transform: scale(1.01);
}

.text-wrapper-grand-canyon {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 5%;
  right: auto;
}

.webflow-logo-footer {
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 2px;
}

.ui-slider__slide__number {
  color: #d7e4f7;
  text-align: center;
  background-color: #eaf1fb;
  border-radius: 24px;
  font-size: 120px;
  font-weight: 700;
  line-height: 190px;
}

.ui-slider__arrow {
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid rgba(169, 169, 169, .35);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  display: flex;
  right: -55px;
}

.ui-slider__arrow:hover {
  transform: scale(1.1)translate(1px);
}

.ui-slider__arrow.left {
  width: 45px;
  height: 45px;
  direction: ltr;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid rgba(169, 169, 169, .35);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  display: flex;
  left: -55px;
  right: auto;
}

.ui-slider__arrow.left:hover {
  transform: scale(1.1)translate(-1px);
}

.lf-arrow-container {
  width: 40px;
  height: 40px;
  flex: 0 auto;
  order: 0;
}

.ui-slider__slide {
  width: 33.3333%;
  padding-left: 24px;
  padding-right: 24px;
}

.ui-slide__nav {
  display: none;
}

.ui-slider {
  height: auto;
  background-color: #fff;
}

.mask {
  border-radius: 30px;
}

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

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-lightbox {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.f-heading-detail-small-2 {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-50 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-51 {
  margin-bottom: 0;
  display: block;
}

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

.f-section-large-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 92px;
  position: relative;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---grid-gallery-v6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .56) 61%, #000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---card-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---link-icon-right-3 {
  margin-left: 6px;
}

.brix---link-wrapper-5 {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-5:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library-neutral--300);
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---card-link-img-bg {
  min-height: 500px;
  border-radius: 24px;
  align-items: flex-end;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 50px;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-52 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-feature-card-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.f-section-large-3 {
  padding: 0 5% 40px;
  display: none;
  position: relative;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library-general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---position-relative-2 {
  position: relative;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-half-bg-color {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 60%, var(--elements-webflow-library-accent--primary-1) 60%, white 60%);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-primary-small-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-4 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white-2, .brix---hamburger-menu-bar-top-white-2 {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-3 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-3:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-3.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---btn-primary-small-3 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-3:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-nav-list-item-show-in-mbl-3 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white-2:hover {
  opacity: .48;
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-3 {
  width: 100%;
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-3:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-3 {
  padding: 40px;
}

.brix---dropdown-card-3 {
  min-width: 280px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-3.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-3 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet-2 {
  display: none;
}

.brix---dropdown-toggle-white-2 {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white-2:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-3 {
  max-width: 250px;
}

.brix---header-logo-link-3 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-3:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---header-wrapper-transparent-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---play-button-large-2 {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library-general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---position-relative-3 {
  position: relative;
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-top-80px-2 {
  margin-top: 80px;
  display: none;
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---heading-h1-size-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---hero-v15-grid-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-half-bg-color-2 {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 60%, var(--elements-webflow-library-accent--primary-1) 60%, white 60%);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-primary-small-white-2 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-5 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white-3, .brix---hamburger-menu-bar-top-white-3 {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-4 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-4:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-4.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---btn-primary-small-4 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-4:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-nav-list-item-show-in-mbl-4 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white-3 {
  color: var(--elements-webflow-library-neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white-3:hover {
  opacity: .48;
}

.brix---header-nav-list-item-3 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-4 {
  width: 100%;
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-4:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-4 {
  padding: 40px;
}

.brix---dropdown-card-4 {
  min-width: 280px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-4 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-4.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-4 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet-3 {
  display: none;
}

.brix---dropdown-toggle-white-3 {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white-3:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-4 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-4 {
  max-width: 250px;
}

.brix---header-logo-link-4 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-4:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---header-wrapper-transparent-3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---text-300 {
  font-size: 20px;
  line-height: 20px;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library-neutral--600);
}

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

.brix---content-inside-card-testimonial-video {
  padding: 48px 76px;
}

.brix---play-button-100px {
  width: 100px;
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library-general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-100px:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---testimonial-video-image-wrapper {
  height: 100%;
  position: relative;
}

.brix---testimonial-video-wrapper {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  overflow: hidden;
}

.brix---card-testimonial-video-left {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-4 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.ths05-search {
  width: 500px;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  margin-bottom: 61px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.ths05-search-input {
  height: 60px;
  color: #2f396d;
  border: 1px solid #dcddeb;
  border-radius: 150px;
  margin-bottom: 0;
  padding-left: 75px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.ths05-search-input::-ms-input-placeholder {
  color: rgba(8, 22, 93, .4);
  -webkit-text-stroke-color: rgba(214, 35, 35, .4);
  font-size: 15px;
  font-weight: 500;
}

.ths05-search-input::placeholder {
  color: rgba(8, 22, 93, .4);
  -webkit-text-stroke-color: rgba(214, 35, 35, .4);
  font-size: 15px;
  font-weight: 500;
}

.ths05-search-button {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(215, 25, 32, .1), rgba(215, 25, 32, .1)), url('../images/6hs96_ico_search.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 20px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.projectref-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.uui-button {
  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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid 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 rgba(16, 24, 40, .05);
}

.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 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

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

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

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

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

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

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

.uui-uui-faq03_cta {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  background-color: var(--untitled-ui-gray50);
  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 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-faq03_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.uui-faq03_content {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  background-color: rgba(215, 215, 215, .2);
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 1rem 30px;
  line-height: 1.3em;
  display: grid;
}

.uui-faq03_content.red {
  background-color: rgba(255, 255, 255, .1);
}

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

.uui-faq03_component {
  border: 1px #e6e6e6;
  margin-top: 2rem;
  padding: 0;
}

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

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 2.25rem;
  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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
}

.uui-section_faq03 {
  z-index: 1;
  background-color: var(--elements-webflow-library-neutral--100);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  font-family: Exo, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brix---link-icon-right-4 {
  margin-left: 6px;
}

.brix---text-200-bold-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-4 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---link-wrapper-6 {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-6:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---paragraph-default-9 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---heading-h3-size-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gt walsheim, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  display: block;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---card-link-content-left {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  transform-style: preserve-3d;
  background-color: #fafafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: none;
}

.brix---card-link-content-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-3-columns-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.card_fitur {
  width: 100%;
  background-color: #fafafa;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.card_fitur:hover {
  transform: scale(1.01);
}

.paragraph-2 {
  color: var(--dim-grey);
  text-align: justify;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.71em;
}

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

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid 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: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.icon-featured-square-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--untitled-ui-primary500);
  color: var(--untitled-ui-white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout72_item-content {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-layout72_item {
  width: 100%;
  background-color: var(--untitled-ui-gray50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.uui-layout72_component {
  max-width: 1100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  margin: -4px auto;
  display: grid;
}

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

.uui-container-large-2 {
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  background-color: var(--flowui-component-library-grey-300);
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-our-brand {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.link-block-3 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 18px;
  padding: 1.5rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.link-block-3:hover {
  transform: scale(1.02);
}

.link-block-3.w--current {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition-duration: 50ms;
}

.link-block-3.w--current:hover {
  box-shadow: none;
  color: var(--black);
}

.button-see-more {
  width: 200px;
  min-height: 48px;
  background-color: var(--crimson-2);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-see-more:hover {
  background-color: var(--firebrick-2);
}

.image-6 {
  mix-blend-mode: normal;
}

.text-span {
  color: #d71921;
}

.text-span-2 {
  color: #e06e26;
}

.container-3 {
  max-width: 12px;
}

.bg-image {
  height: 400px;
  filter: grayscale();
  background-image: url('../images/Blog-Image-5.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--crimson-2);
  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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid 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 rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  background-color: #ae181d;
  border-color: #ae181d;
}

.uui-button-2:focus {
  box-shadow: none;
  border-style: solid;
  border-color: #ae181d;
}

.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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid 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 rgba(16, 24, 40, .05);
}

.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 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

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

.uui-career06_icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--untitled-ui-gray400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-career06_icon-wrapper {
  flex: none;
  margin-right: .5rem;
}

.lokasi-wrapper {
  color: var(--untitled-ui-gray600);
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-career06_job-details-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-text-size-medium-3 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.badge-dot {
  color: var(--untitled-ui-gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: var(--untitled-ui-warning500);
}

.badge-dot.text-color-indigo500 {
  color: var(--untitled-ui-indigo500);
}

.badge-dot.text-color-success500 {
  color: var(--untitled-ui-success500);
}

.badge-dot.text-color-pink500 {
  color: var(--untitled-ui-pink500);
}

.badge-dot.text-color-blue500 {
  color: var(--untitled-ui-blue500);
}

.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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-orange {
  background-color: var(--untitled-ui-orange50);
  color: var(--untitled-ui-orange700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui-indigo50-501);
  color: var(--untitled-ui-indigo700);
}

.uui-badge.is-success {
  background-color: var(--untitled-ui-success50-501);
  color: var(--untitled-ui-success700);
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui-pink50-501);
  color: var(--untitled-ui-pink700);
}

.uui-badge.is-blue {
  background-color: var(--untitled-ui-blue50-501);
  color: var(--untitled-ui-blue700);
  font-size: .875rem;
  font-weight: 500;
}

.uui-career06_label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.uui-career06_heading {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt Walsheim, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-career06_title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-career06_item {
  border: 1px solid var(--untitled-ui-gray200);
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

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

.uui-career06_list-wrapper {
  overflow: hidden;
}

.uui-career06_component {
  margin-top: 0;
}

.uui-text-size-large-2 {
  color: var(--dim-grey);
  letter-spacing: normal;
  margin-bottom: 80px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

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

.uui-heading-medium-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt walsheim, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.uui-padding-vertical-xhuge-3 {
  padding: 4rem 50px 7rem;
}

.uui-container-small {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---paragraph-default-10 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---team-v7-right {
  flex: 1;
}

.brix---text-100-bold {
  letter-spacing: .08em;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.brix---color-accent-5 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---heading-link-dark {
  color: var(--elements-webflow-library-neutral--800);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---avatar-v7-content-right {
  margin-left: 0;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---team-top-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---team-v7-top-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---width-100 {
  width: 100%;
}

.card-lowongan {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 48px;
  display: flex;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---heading-h2-size-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center-3 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-6 {
  margin-bottom: 48px;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-6 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.learn-more-button {
  padding-top: 20px;
}

.judul-lowongan {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.career-wrapper {
  border: 1px solid var(--untitled-ui-gray200);
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

.heading-hiring {
  color: var(--crimson-2);
  margin-bottom: .75rem;
  font-family: Gt walsheim, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.job-des-heading {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.job-desc-text {
  color: var(--dim-grey);
  letter-spacing: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.job-desc-text-copy {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.button-apply {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-job {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt walsheim, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.text-block-5 {
  font-family: Gt walsheim, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  width: 36%;
  height: 100%;
  background-color: var(--elements-webflow-library-accent--primary-1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message-2 {
  background-color: var(--dark-red);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-3 {
  background-color: var(--crimson-2);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 20px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--firebrick-2);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  min-height: 144px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 22px;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
  border-color: rgba(214, 35, 35, .5);
}

.brix---text-area:focus {
  border-color: var(--firebrick-2);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-area::-ms-input-placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--black);
  margin-bottom: 16px;
  font-family: Gt walsheim, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.nama {
  min-height: 50px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--dark-grey);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.nama:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
  border-color: rgba(214, 35, 35, .5);
}

.nama:focus {
  border-color: var(--firebrick-2);
  color: var(--firebrick-2);
}

.nama::-ms-input-placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.nama::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  min-height: 576px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---text-200-bold-5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-6 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-301 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library-neutral--200);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---paragraph-default-11 {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Gt Walsheim, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h1-size-5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gt Walsheim, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-4 {
  color: var(--crimson-2);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Gt walsheim, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---icon-square-acent-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--crimson-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h3-size-5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gt walsheim, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---divider-64px {
  height: 1px;
  background-color: var(--elements-webflow-library-neutral--400);
  margin-top: 64px;
  margin-bottom: 64px;
}

.brix---link {
  color: var(--crimson-2);
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

.brix---link:hover {
  color: var(--firebrick-2);
}

.brix---mg-top-16px-2 {
  margin-top: 16px;
}

.brix---contact-details-mg {
  margin-right: 32px;
}

.brix---contact-details-wrapper {
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  display: flex;
}

.brix---mg-bottom-32px-4 {
  margin-bottom: 32px;
}

.brix---contact-form-right-side {
  background-color: #fafbfe;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 88px 56px;
}

.brix---color-neutral-820 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---contact-form-left-side {
  padding: 88px 56px;
}

.brix---grid-contact-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

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

.brix---inner-container-700px-center-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-7 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 100px;
  padding-bottom: 176px;
}

.image-7.tiktok {
  filter: invert();
}

.map-section {
  width: 100%;
  height: auto;
  margin-top: 50px;
  overflow: hidden;
}

.find-us-text {
  color: #424242;
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.image-8 {
  filter: contrast(0%);
}

.heading-proejct-ref {
  color: var(--crimson-2);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gt Walsheim, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
}

.text-block-7 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.f-section-large-copy {
  height: 320px;
  background-image: url('../images/daniel-mccullough--FPFq_trr2Y-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 92px 5%;
  position: relative;
}

.text-block-8, .text-block-9 {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
}

.text-block-10 {
  color: var(--black);
  text-align: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gt walsheim, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-10:hover {
  text-decoration: none;
}

.text-block-11 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 500;
  display: none;
}

.link-block-brands {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 50ms ease-in-out;
  display: flex;
}

.link-block-brands:hover {
  background-color: #fff;
}

.link-block-brands.w--current {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition-duration: 50ms;
  display: flex;
}

.link-block-brands.w--current:hover {
  box-shadow: none;
  background-color: #fff;
  transform: none;
}

.f-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/Copy-of-Logo-Thermotech-Group-01.png');
  background-position: 50%;
  background-size: cover;
}

.f-gallery-image {
  height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
}

.f-gallery-lightbox-2 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.f-gallery-two-column-s-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-h3-heading-2 {
  color: var(--crimson-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt Walsheim, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Gt walsheim, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-53 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-54 {
  margin-bottom: 48px;
}

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

.f-section-large-4 {
  padding: 92px 5% 100px;
  position: relative;
}

.link-block-5 {
  width: 100%;
  height: 100%;
  background-color: #f5f6fa;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.tds-div-block {
  text-align: center;
  background-color: #f5f6fa;
  border-radius: 20px;
  flex-flow: column;
  align-content: stretch;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .1s ease-in-out;
  display: flex;
  position: static;
}

.link-block-6 {
  width: 100%;
  height: 120px;
  transform-style: preserve-3d;
  margin: 100px auto 0;
  transition: all .1s ease-in-out;
  transform: rotate(0);
}

.link-block-6:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid 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 rgba(16, 24, 40, .05);
}

.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 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-blogsection11_button-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-blogsection11_button-row.show-tablet, .show-tablet {
  display: none;
}

.uui-button-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: var(--crimson-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

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

.uui-text-size-medium-4.text-style-2lines {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

.uui-blogsection11_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blogsection11_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection11_category-link {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.uui-blogsection11_meta-wrapper {
  color: var(--untitled-ui-primary700);
  mix-blend-mode: multiply;
  background-color: #f9f5ff;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection11_item-content {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.uui-blogsection11_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blogsection11_image.acc {
  object-fit: contain;
}

.uui-blogsection11_image-wrapper {
  width: 100%;
  object-fit: fill;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection11_image-link {
  width: 100%;
  transition: all .3s;
}

.uui-blogsection11_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

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

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

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

.uui-text-size-large-3 {
  color: var(--dark-grey);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
}

.uui-heading-medium-3 {
  color: var(--crimson-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt Walsheim, sans-serif;
  font-size: 53px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: var(--black);
  margin-bottom: .75rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.uui-blogsection11_content {
  background-color: #fff;
  padding-bottom: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

.text-block-12 {
  color: var(--crimson-2);
  font-family: Roboto, sans-serif;
}

.section-contact-img {
  height: 320px;
  background-image: url('../images/desktop.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 92px 5%;
  position: relative;
}

.section-installation {
  z-index: 1;
  height: 320px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 0 0%;
  position: relative;
}

.f-button-primary {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.button-download-tds {
  min-height: 48px;
  background-color: var(--crimson-2);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 12px 60px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button-download-tds:hover {
  background-color: var(--firebrick-2);
}

.text-block-13 {
  color: var(--firebrick-2);
  margin-top: 30px;
  font-family: Gt walsheim, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.learn-more {
  width: 200px;
  height: 48px;
  background-color: var(--crimson-2);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.learn-more:hover {
  background-color: var(--firebrick-2);
}

.live-chat-wrapper---brix {
  z-index: 2;
  max-width: 380px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  justify-content: flex-end;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px rgba(23, 15, 73, .07);
}

.live-chat-message-bubble---brix.whatsapp {
  box-shadow: 0 4px 16px rgba(20, 40, 43, .08);
}

.live-chat-button---brix {
  width: 100%;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px rgba(14, 13, 106, .14);
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button---brix.whatsapp {
  background-color: #25d366;
  padding-left: 75px;
  padding-right: 75px;
  box-shadow: 0 6px 18px rgba(17, 45, 45, .14);
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-bubbble---brix {
  z-index: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px rgba(74, 58, 255, .08);
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px rgba(18, 140, 96, .2);
}

.live-chat-content---brix {
  align-items: center;
  display: flex;
}

.live-chat-avatar-wrapper---brix {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(23, 15, 73, .1);
}

.live-chat-bubble-title---brix {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title---brix.whatsapp {
  color: #142b26;
}

.udesly-paragraph-small-3 {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small-3.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-dot-3 {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-flex-3 {
  align-items: center;
  display: flex;
}

.udesly-flex-3.udesly-gap-12 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.udesly-avatar-3 {
  width: 40px;
  height: 40px;
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  overflow: hidden;
}

.udesly-paragraph-large-3 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-text-extrabold-3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-text-extrabold-3.udesly-large {
  font-size: 28px;
  line-height: 1.2;
}

.udesly-overline-large-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-content-detail-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-content-detail-2.mt-24 {
  margin-bottom: 24px;
}

.udesly-property-content-2 {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  top: -64px;
  box-shadow: 0 20px 25px -5px rgba(16, 24, 40, .1);
}

.udesly-hide-2 {
  display: none;
}

.udesly-arrow-2 {
  width: 44px;
  height: 44px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-arrow-2.udesly-right-property {
  transition: all .25s ease-out;
  right: 24px;
}

.udesly-arrow-2.udesly-right-property:hover {
  transform: translate(3px)scale(1.1);
}

.udesly-arrow-2.udesly-left-property {
  flex-direction: row-reverse;
  transition: all .25s ease-out;
  left: 24px;
}

.udesly-arrow-2.udesly-left-property:hover {
  transform: scale(1.1)translate(-3px);
}

.udesly-image-cover-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.udesly-slide-2 {
  height: auto;
  margin-right: 32px;
}

.udesly-slide-2.udesly-large {
  height: 100%;
}

.udesly-slider-large-2 {
  min-height: 450px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  overflow: hidden;
}

.udesly-slider-wrapper-2 {
  position: relative;
}

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

.udesly-section-4 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.video-non-text {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 5%;
  right: auto;
}

.preloading {
  z-index: 999999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pre-loading-image {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pre-loading-image.tes {
  max-width: 80vw;
  display: block;
}

.text-block-14 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Gt Walsheim, sans-serif;
  display: flex;
}

.bold-text-2 {
  font-family: Gt Walsheim, sans-serif;
  font-weight: 500;
}

.youtube {
  border-radius: 0;
}

.link-2 {
  color: var(--crimson);
}

.button {
  letter-spacing: 1px;
  text-transform: none;
  background-color: #d71920;
  border-radius: 20px;
  margin-top: 11px;
  padding-left: 58px;
  padding-right: 58px;
  font-family: Gt Walsheim, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.button:hover {
  background-color: var(--firebrick-2);
}

.phone-text {
  color: #fff;
  transition: color .3s;
  display: inline-block;
}

.slide-our-brands {
  width: 1200px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.mask-2 {
  height: 100%;
}

.slider-2, .slider-our-brand {
  height: auto;
}

.wrapper-hero-our-brand_foam, .wrapper-hero-our-brand_foil, .wrapper-hero-our-brand_cool, .wrapper-hero-our-brand_tube, .wrapper-hero-our-brand_acous, .wrapper-hero-our-brand_ulayer {
  width: 100%;
  height: auto;
  max-width: 1200px;
  object-fit: fill;
  border-radius: 0;
  margin-top: 40px;
  display: block;
  position: static;
  overflow: hidden;
}

.image-9, .image-10, .image-11, .image-12, .image-13 {
  filter: invert();
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  max-width: 170vh;
}

.uui-heroheader14_image-background {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(221deg, var(--untitled-ui-primary700), var(--untitled-ui-primary800));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.uui-heroheader14_card-image-05 {
  z-index: 5;
  width: 35rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1.25rem;
  position: absolute;
  transform: translate(65%, 88%)rotate(150deg);
  box-shadow: 1px 1px 25px 12px rgba(0, 0, 0, .05);
}

.uui-heroheader14_card-image-04 {
  z-index: 4;
  width: 35rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1.25rem;
  position: absolute;
  transform: translate(38%, 42%)rotate(120deg);
  box-shadow: 1px 1px 25px 12px rgba(0, 0, 0, .05);
}

.uui-heroheader14_card-image-03 {
  z-index: 3;
  width: 35rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1.25rem;
  position: absolute;
  transform: translate(0, 25%)rotate(90deg);
  box-shadow: 1px 1px 25px 12px rgba(0, 0, 0, .05);
}

.uui-heroheader14_card-image-02 {
  z-index: 2;
  width: 35rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1.25rem;
  position: absolute;
  transform: translate(-38%, 42%)rotate(60deg);
  box-shadow: 1px 1px 25px 12px rgba(0, 0, 0, .05);
}

.uui-heroheader14_card-image-01 {
  z-index: 1;
  width: 35rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1.25rem;
  position: absolute;
  transform: translate(-65%, 88%)rotate(30deg);
  box-shadow: 1px 1px 25px 12px rgba(0, 0, 0, .05);
}

.uui-heroheader14_image-wrapper {
  width: 100%;
  height: 100rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid 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 rgba(16, 24, 40, .05);
}

.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 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

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

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

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

.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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid 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 rgba(16, 24, 40, .05);
}

.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 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

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

.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-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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.uui-max-width-large-2.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

.uui-badge-group_icon {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui-primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

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

.uui-badge-group {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui-primary50-501);
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

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

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

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

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

.uui-section_heroheader14 {
  overflow: hidden;
}

.wrapper-bg-video {
  width: 100%;
  height: 400px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-img-wrapp {
  z-index: 999;
  width: 100%;
  height: auto;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-expand_component {
  width: 2rem;
  height: 4rem;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: static;
}

.main-wrapper {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.page-wrapper {
  z-index: 2147483647;
  background-color: #080808;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.loader-expand_bar {
  width: .25rem;
  height: 30%;
  background-color: #fbf9fc;
}

.loader-expand_bar.is-second {
  height: 30%;
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid #141314;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
}

.rich-text-block {
  text-align: justify;
  display: block;
}

.heading-4, .heading-5, .posisi-jabatan {
  font-family: Gt walsheim, sans-serif;
}

.job_desc, .requirements, .job_desc-copy {
  color: var(--black);
  text-align: justify;
  font-family: Gotham, sans-serif;
}

.email {
  min-height: 50px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--dark-grey);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.email:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
  border-color: rgba(214, 35, 35, .5);
}

.email:focus {
  border-color: var(--firebrick-2);
  color: var(--firebrick-2);
}

.email::-ms-input-placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.email::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.telp {
  min-height: 50px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--dark-grey);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.telp:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
  border-color: rgba(214, 35, 35, .5);
}

.telp:focus {
  border-color: var(--firebrick-2);
  color: var(--firebrick-2);
}

.telp::-ms-input-placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.telp::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.company {
  min-height: 50px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--dark-grey);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.company:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
  border-color: rgba(214, 35, 35, .5);
}

.company:focus {
  border-color: var(--firebrick-2);
  color: var(--firebrick-2);
}

.company::-ms-input-placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.company::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.pesan {
  min-height: 144px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 22px;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.pesan:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
  border-color: rgba(214, 35, 35, .5);
}

.pesan:focus {
  border-color: var(--firebrick-2);
  color: var(--elements-webflow-library-neutral--800);
}

.pesan::-ms-input-placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.pesan::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.grid-contact-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.button-send-message {
  background-color: var(--crimson-2);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 20px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.button-send-message:hover {
  background-color: var(--firebrick-2);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.div-block-4 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper-bg-product-instal {
  z-index: 1;
  width: 100%;
  height: 570px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-application {
  margin-top: 200px;
}

.quick-stack {
  height: 100vh;
}

.brix---heading-h3-size-6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

.brix---color-neutral-821 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-100-medium {
  color: var(--firebrick-2);
  font-family: Gt walsheim, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.brix---color-accent-7 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-uppercase-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 8px;
}

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

.brix---content-inside-card-v9 {
  padding: 40px 28px 30px;
}

.brix---image-width-100-2 {
  width: 100%;
}

.brix---image-wrapper---br-top {
  max-width: none;
  object-fit: scale-down;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: static;
  overflow: visible;
  transform: translate(0);
}

.brix---card-2 {
  border: 1px none var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---grid-3-columns-3 {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  column-count: 3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: stretch;
  align-items: flex-start;
  justify-items: stretch;
  font-family: Gt Walsheim, sans-serif;
  font-weight: 500;
  display: block;
}

.brix---paragraph-default-12 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-822 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h2-size-9 {
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt walsheim, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  position: static;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center-4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-7 {
  margin-bottom: 48px;
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-8 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-library {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-library {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.judul {
  margin-bottom: 8px;
}

.deskripsi {
  color: var(--elements-webflow-library-neutral--800);
}

.content-inside-card {
  padding: 40px 28px 30px;
}

.image-library {
  width: 100%;
}

.image-lib {
  max-width: none;
}

.wrapper-library {
  width: auto;
  max-width: none;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: static;
  overflow: visible;
  transform: translate(0);
}

.lightbox-link {
  width: 100%;
}

.text-block-16 {
  color: var(--black);
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.card_library {
  border: 1px none var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: block;
  position: static;
  overflow: hidden;
}

.f-dropdown-button {
  width: 100%;
  min-height: 42px;
  background-color: var(--flowui-component-library-primary-dark);
  color: #fff;
  border-radius: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.f-submit-button-wrap {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.f-checkbox-label {
  color: var(--flowui-component-library-gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: var(--flowui-component-library-gray-400);
  background-color: var(--flowui-component-library-white);
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library-gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-dropdown-link {
  color: var(--flowui-component-library-gray-800);
  letter-spacing: -.01em;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-dropdown-link:hover, .f-dropdown-link:focus {
  background-color: var(--flowui-component-library-gray-200);
}

.f-dropdown-link.w--current {
  color: var(--flowui-component-library-primary-dark);
}

.f-dropdown-checkbox-form {
  margin-bottom: 0;
}

.f-dropdown-search-button {
  display: none;
}

.f-dropdown-icon-s {
  width: 24px;
  height: 24px;
  color: var(--flowui-component-library-primary-base);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 12px;
  right: auto;
}

.f-dropdown-search-input {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 48px;
  font-size: 16px;
  display: block;
  position: relative;
}

.f-dropdown-search-input:focus {
  border-color: var(--flowui-component-library-primary-base);
}

.f-dropdown-search-input::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-dropdown-search-input::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-dropdown-search-icon {
  position: absolute;
  left: 16px;
}

.f-dropdown-search {
  max-width: 540px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.f-dropdown-wrap {
  z-index: 999;
  height: auto;
  background-color: #fff;
  padding: 8px;
}

.f-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 34px 34px 88px rgba(177, 186, 200, .16);
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-dropdown-icon-l {
  color: var(--flowui-component-library-gray-500);
  margin-right: 16px;
  font-size: 14px;
}

.f-dropdown-toggle {
  width: 100%;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 8px;
  justify-content: space-between;
  padding: 12px 16px;
  transition: border-color .3s;
  display: inline-block;
}

.f-dropdown-toggle:hover {
  border-color: var(--flowui-component-library-primary-base);
  outline-offset: 1px;
  outline: 2px solid rgba(100, 46, 255, .1);
}

.f-dropdown-toggle.w--open {
  border-color: var(--flowui-component-library-primary-base);
  outline-offset: 0px;
  outline: 2px solid rgba(100, 46, 255, .1);
}

.f-dropdown {
  width: 100%;
  max-width: 240px;
}

.grid-library-3-colom {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  column-count: 3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: stretch;
  align-items: flex-start;
  justify-items: stretch;
  font-family: Gt Walsheim, sans-serif;
  font-weight: 500;
  display: block;
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-modal-detail-wrapper {
  text-align: center;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-primary-2 {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-field-input {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-modal-form {
  grid-column-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.f-modal-form-block-horizontal {
  margin-bottom: 24px;
}

.f-modal-line {
  height: 1px;
  background-color: var(--flowui-component-library-grey-300);
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.f-modal-image {
  border-radius: 10px;
  margin-bottom: 24px;
  overflow: hidden;
}

.f-icon-regular-3 {
  width: 30px;
  height: 30px;
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-3:hover {
  color: var(--dark-red);
}

.f-modal-close-link {
  color: var(--flowui-component-library-gray-500);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-sub-heading-regular {
  color: var(--black);
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-modal-header {
  color: var(--flowui-component-library-gray-900);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.f-modal-base-small {
  width: 100%;
  max-width: 480px;
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, .04);
}

.modal-pop-up-msg {
  width: 60vw;
  height: auto;
  max-width: none;
  color: var(--flowui-component-library-gray-900);
  object-fit: fill;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, .04);
}

.modal {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-image-video {
  height: auto;
  max-height: 87%;
  object-fit: cover;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.mask-3 {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 0;
  position: static;
  overflow: visible;
}

.slide-2 {
  object-fit: fill;
  overflow: visible;
}

.image-14 {
  max-width: 100%;
  object-fit: contain;
}

.slide-nav-2 {
  display: none;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-3 {
  width: 100%;
  height: 100%;
  max-height: 86%;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-nav-3 {
  flex: 0 auto;
  margin-bottom: 24px;
  display: block;
}

.image-15 {
  display: inline-block;
  position: static;
}

.right-arrow-2, .left-arrow-2 {
  height: 10%;
  display: block;
}

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

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

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

.brix---btn-header-hidden-on-mbl-2-copy {
  margin-left: 24px;
  margin-right: 24px;
}

.tcal {
  margin-left: 24px;
  margin-right: 0;
  display: block;
}

.serifikat-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6 {
  flex: 0 auto;
  margin-right: 40px;
}

.div-block-7 {
  text-align: center;
  margin-top: 100px;
}

.separator-line {
  width: 500px;
  height: 7px;
  background-color: var(--black);
  text-align: center;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-flow {
  color: var(--crimson-2);
  text-align: center;
  font-family: Gt walsheim, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.1em;
  display: block;
}

.brix---heading-h3-size-4-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gt walsheim, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.flow-production-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.quick-stack-2 {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-17 {
  color: var(--crimson-2);
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Gt Walsheim, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.paragraph-3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  display: none;
}

.paragraph-3.tape {
  display: none;
}

.cell {
  display: block;
}

.div-block-9 {
  z-index: 1;
  max-width: 1200px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: space-around;
  margin-bottom: 100px;
  padding: 10px;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-2 {
  height: 110vh;
  object-fit: cover;
  flex: 0 auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.link-block-8 {
  background-image: url('../images/BG-Hero-Thumbnail-01-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px;
  text-decoration: none;
  transition: all .1s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.link-block-8:hover {
  transform: scale(1.05);
}

.link-block-8.center {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-16, .image-17, .image-18, .image-19, .image-20 {
  margin-bottom: 20px;
}

.heading-6 {
  color: #be3a2b;
  font-family: Gt walsheim, sans-serif;
  font-weight: 700;
}

.div-block-10 {
  height: 5px;
  background-color: var(--crimson-2);
}

.div-block-11 {
  height: 500px;
  background-color: #fff;
  border-radius: 30px;
}

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .16), 0 -2px 4px rgba(20, 20, 43, .12), 0 12px 44px rgba(20, 20, 43, .34);
}

.popup-content-wrapper---brix.popup-2-content-wrapper---brix {
  box-shadow: 0 12px 20px rgba(20, 20, 43, .34);
}

.popup---illustration---brix {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.popup-title---brix {
  color: var(--crimson-2);
  margin-bottom: 8px;
  font-family: Gt walsheim, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.popup-2-form---brix {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 12px;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.subscribe-button---brix.ebook-button---brix {
  background-image: none;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.popup-2---brix {
  max-width: 690px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 50px;
  display: flex;
  position: relative;
}

.input---brix {
  min-height: 60px;
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::-ms-input-placeholder {
  color: #6f6c90;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.paragraph-4 {
  text-align: left;
  font-size: 1em;
  font-weight: 700;
  line-height: 26px;
}

.div-block-12 {
  width: 100%;
  height: 5px;
  background-color: var(--crimson-2);
  margin-bottom: 20px;
}

.modal-duct {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-bg {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: rgba(0, 0, 0, .15);
  display: block;
  position: static;
}

.modal-container {
  width: 100%;
  max-width: 100rem;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-container {
  object-fit: none;
  object-position: 50% 50%;
  padding: 0;
  overflow: hidden;
}

.popup-title---brix-2 {
  color: var(--crimson-2);
  margin-bottom: 8px;
  font-family: Gt walsheim, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.popup-2---brix-2 {
  max-width: 690px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 32px 50px 48px;
  display: flex;
  position: relative;
}

.benefits-wrap {
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 50px 48px;
  font-family: Gt Walsheim, sans-serif;
  display: flex;
  position: static;
  box-shadow: 0 5px 14px rgba(48, 48, 48, .2);
}

.paragraph-5 {
  text-align: left;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 25px;
}

.image-21 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 20px;
  position: static;
  overflow: hidden;
}

.close-text {
  color: #fff;
  text-transform: none;
  font-family: Gt Walsheim, sans-serif;
  font-size: 80px;
  font-weight: 500;
  text-decoration: none;
  transform: rotate(45deg);
}

.link-block-9 {
  background-color: var(--firebrick-2);
  color: #1e1e1e;
  border-radius: 10px;
  padding: 21px;
  text-decoration: none;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.button-2 {
  text-transform: uppercase;
  background-color: #313131;
  border-radius: 999px;
  margin-top: 0;
  padding: 15px 40px;
  font-size: 14px;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 244px;
}

.button-2:hover {
  background-color: var(--firebrick-2);
  box-shadow: 0 0 4px 5px rgba(214, 35, 35, .1);
}

.text-block-18 {
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.div-block-13 {
  width: 100%;
  height: 5px;
  background-color: var(--crimson-2);
  flex-direction: column;
  margin-bottom: 22px;
  display: block;
}

.modal-roof {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-container-roof {
  width: 100%;
  max-width: 100rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-14 {
  z-index: 1;
  max-width: 900px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
  position: relative;
  top: -20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-19 {
  color: var(--untitled-ui-indigo50-501);
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Gt walsheim, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
}

.wrapper-product-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
  margin: 0 auto;
  padding: 0 60px;
  font-weight: 400;
  display: grid;
  position: relative;
}

.ixpe-xlpe-wrapper {
  max-width: 300px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.header-judul {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image-product-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-block-20 {
  color: var(--crimson-2);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Gt walsheim, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-15 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-block-21 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  background-color: rgba(46, 46, 46, .55);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Gt Walsheim, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.section-ducting, .section-roofing, .section-roof, .section-pipe, .section-acoustic, .section-floor, .section-u-layer, .section-wall {
  width: 100%;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.heading-7 {
  color: var(--crimson-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gt walsheim, sans-serif;
  font-size: 6em;
  line-height: 1em;
}

.horizontal-section {
  z-index: 10;
  height: 300vw;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-horizontal.sticky-container {
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top {
  width: 100%;
  align-items: center;
  padding-bottom: 2.5em;
  display: flex;
}

.heading-8 {
  font-family: Gt Walsheim, sans-serif;
}

.sticky_top-line {
  width: 100%;
  height: 2px;
  background-color: var(--elements-webflow-library-general--shadow-04);
}

.wrapper {
  width: 100%;
}

.horizontal-item {
  width: 50%;
  padding-right: 20px;
}

.card {
  width: 100%;
  background-color: rgba(215, 25, 32, .24);
  border: 1px solid rgba(20, 20, 43, .8);
  border-radius: 20px;
  padding: 40px 40px 0;
  display: inline-block;
}

.card-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-9 {
  font-family: Gt walsheim, sans-serif;
}

.heading-10 {
  padding-left: 20px;
  font-family: Gt Walsheim, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.horizontal-sticky {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-item-2 {
  width: 34%;
  flex: none;
  padding-right: 20px;
}

.sticky_top-line-2 {
  width: 100%;
  height: 2px;
  background-color: rgba(92, 49, 255, .32);
}

.sticky_top {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.5em;
  display: flex;
}

.horizontal-trigger {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.list {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.horizontal-section-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, .56);
  position: relative;
}

.sticky_title {
  white-space: nowrap;
  flex: none;
  padding-right: 1em;
}

.container-4 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container-4.is--sticky {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.horinzontal-scroll-wrap {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  width: 100vw;
  height: 100vh;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.item {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.item._2 {
  background-image: url('../images/WhatsApp-Image-2021-08-04-at-12.02.17.jpeg');
}

.item._3 {
  background-image: url('../images/FLOW-PROSES-IXPE-03.png');
}

.item._4 {
  background-image: url('../images/FLOW-PROSES-IXPE-02.png');
}

.item._5 {
  background-image: url('../images/FLOW-PROSES-IXPE-07.png');
}

.item._6 {
  background-image: url('../images/FLOW-PROSES-IXPE-06.png');
}

.item._1 {
  display: flex;
}

.div-block-23 {
  max-width: 1200px;
  padding-top: 100px;
}

.layoutwrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  padding: 40px;
  display: grid;
  position: relative;
}

.layoutwrapper._2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.layoutwrapper._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.layoutwrapper._3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  overflow: hidden;
}

.heading-11 {
  border: 2px none var(--crimson);
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(159, 11, 16, .9);
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px;
  font-family: Gt walsheim, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  position: static;
  right: -150px;
}

.img-wrapper {
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.img-wrapper._2 {
  object-fit: fill;
  flex-direction: column;
}

.img-wrapper._4, .img-wrapper._5, .img-wrapper._6, .img-wrapper._7 {
  flex-direction: column;
}

.image-24 {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-12 {
  color: #fff;
  text-align: center;
  background-color: rgba(174, 24, 29, .9);
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  line-height: 25px;
  position: static;
  top: -102px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.production-flow {
  z-index: 1;
}

.image-flow {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.img-pabrik-wrap {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library-general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.quick-stack-3 {
  height: 90vh;
}

.sticky-container {
  z-index: 9999;
  width: 100%;
  height: 600vw;
  background-color: #f5f5f7;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-card {
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  background-color: #fff;
  border: .0625rem solid rgba(131, 131, 131, .16);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  order: 0;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.scroll-inner {
  width: 300vw;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

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

.content-wrapper {
  width: 100%;
  flex: 1;
  padding: 2rem;
  position: relative;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.heading-13 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.grow-background {
  height: 0%;
  background-color: #f5f5f5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-title {
  width: 500px;
  border: 2px solid var(--crimson-2);
  color: var(--crimson-2);
  text-align: center;
  margin: 100px auto -100px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gt walsheim, sans-serif;
}

.text-block-22 {
  color: #2e2e2e;
  text-align: center;
  margin-top: 20px;
  font-family: Gt walsheim, sans-serif;
  font-weight: 400;
}

.youtube-wrapper {
  border-radius: 20px;
  display: block;
  position: relative;
}

.bold-text-3 {
  font-size: 1.2em;
}

.splashscreen_mobile {
  display: none;
}

.text-latest-project {
  color: var(--elements-webflow-library-neutral--800);
}

.text-juduk {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.image-26, .button-play {
  display: none;
}

.div-block-27 {
  width: 100%;
  height: 100vh;
}

.slider-4 {
  height: 100vh;
}

.slide-nav-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 25px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.slider-5 {
  width: 100%;
  height: 105.6vh;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow-4, .right-arrow-4 {
  display: none;
}

.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/BG_Landing_Page.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-nav-5 {
  height: 7vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-right: 40px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/PT-Abadi-Teknik-Sehati-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.icon-3, .icon-4 {
  display: none;
}

.slide-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-span-3 {
  color: var(--untitled-ui-blue50-501);
  font-size: .9em;
  font-style: italic;
  font-weight: 700;
}

.text-span-4 {
  color: #1e9da3;
  font-family: Gt Walsheim, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.italic-text {
  color: var(--untitled-ui-blue50-501);
}

.html-embed {
  color: #686868;
  display: block;
}

.h_hero {
  z-index: 1;
  max-width: 900px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
  position: relative;
  top: -20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  .dropdown-sidebar-bg {
    left: 862px;
  }

  .container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .dropdown-grid {
    grid-template-columns: 755px 300px;
  }
}

@media screen and (min-width: 1440px) {
  .cloneable-area {
    display: none;
  }

  .dropdown-list-v2---brix {
    margin-left: -42vw;
  }

  .dropdown-column.third {
    padding-left: 0;
  }

  .dropdown-overflow {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-sidebar-bg {
    left: 50%;
    transform: translate(144px);
  }

  .container {
    flex: 1;
  }

  .dropdown-grid {
    grid-template-columns: 807px 300px;
    align-content: stretch;
    justify-content: space-around;
    justify-items: stretch;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 88px;
  }

  .brix---grid-footer-logo-and-form {
    grid-column-gap: 250px;
    grid-template-columns: 1.2fr 2fr;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .pre-loading-image {
    width: auto;
  }

  .modal-pop-up-msg {
    display: flex;
  }

  .modal {
    display: none;
  }

  .div-block-6 {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .cloneable-area {
    display: none;
  }

  .dropdown-list-v2---brix {
    margin-left: -550%;
  }

  .f-container-regular {
    max-width: 1100px;
  }

  .social-links {
    width: 96px;
  }

  .brix---badge-secondary-category-badges {
    border-radius: 13px;
  }

  .brix---badge-secondary-category-badges.others {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, .15);
    background-clip: border-box;
  }

  .brix---badge-secondary-category-badges.others:hover {
    background-color: #ca0d00;
  }

  .uui-layout72_component {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-brands.w--current {
    justify-content: space-around;
    align-items: center;
  }

  .pre-loading-image {
    width: auto;
  }

  .modal-pop-up-msg {
    display: block;
  }

  .modal {
    display: none;
  }

  .left, .right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0%;
  }

  .serifikat-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: flex-end;
    align-items: center;
    justify-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 17%;
    overflow: hidden;
  }

  .modal-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .modal-roof {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal-container-roof {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ixpe-xlpe-wrapper {
    align-items: stretch;
  }

  .frame {
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .item {
    padding: 0;
  }

  .layoutwrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .layoutwrapper._2 {
    width: 100%;
    height: 90%;
    object-fit: fill;
    flex: 0 auto;
  }

  .layoutwrapper._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
  }

  .layoutwrapper._3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .image-24 {
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
  }

  .scroll-card {
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  .c-side-navbar, ._w-side-navbar {
    z-index: 9999;
  }

  .navbar {
    width: 700px;
    min-width: 400px;
  }

  .dropdown-button-v2---brix {
    width: auto;
    align-self: flex-start;
  }

  .nav-menu---brix {
    margin-right: 16px;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix {
    width: 56px;
    border-radius: 12px;
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .dropdown-list-v2---brix {
    width: 70vw;
    min-width: 665px;
    margin-left: -50%;
    left: auto;
  }

  .image---brix.dropdown-button-icon---brix {
    border-radius: 12px;
  }

  .dropdown-nav-main-wrapper-v2---brix {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 32px;
  }

  .dropdown-nav-pages-wrapper-v2---brix {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .flex-hc---brix.dropdown-button-v4---brix {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: -16px;
  }

  .dropdown-nav-container-v2---brix {
    margin-bottom: 32px;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size.last---brix {
    margin-bottom: 0;
  }

  .dropdown-menu-v2---brix {
    position: static;
  }

  .title---brix.dropdown-nav-title-v4---brix {
    margin-bottom: 32px;
  }

  .dropdown-list-v4---brix {
    width: 85vw;
    min-width: 600px;
    margin-right: -124%;
  }

  .dropdown-nav-content-wrapper-v4---brix {
    margin-bottom: 40px;
    margin-right: 32px;
  }

  .dropdown-nav-item-v4---brix {
    margin-bottom: 32px;
  }

  .dropdown-nav-wrapper-v4---brix {
    padding: 40px;
  }

  .dropdown-nav-wrapper-v4---brix.left---brix {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-nav-wrapper-v4---brix.right---brix {
    width: 45%;
    min-width: auto;
    margin-bottom: -20px;
  }

  .navbar-home {
    min-height: 80vh;
  }

  .dropdown-nav-item---brix {
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .dropdown-nav---brix {
    margin-bottom: 0;
  }

  .cloneable-container-default-2 {
    min-height: 80vh;
  }

  .dropdown-nav-item---brix-2 {
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .c-section {
    padding: 2em 5vw;
  }

  .c-offset-heading {
    width: 95vw;
    margin-top: .5em;
    margin-left: 5vw;
    padding-right: 5vw;
  }

  .c-homepage_list {
    margin-top: 4em;
  }

  .c-homepage_item {
    width: 44vw;
    min-height: 30vw;
    margin-bottom: 2vw;
  }

  .udesly-device {
    height: 380px;
    background-position: 0 0;
  }

  .udesly-device-block {
    display: none;
  }

  .udesly-paragraph-large {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .udesly-section.udesly-centered {
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    display: block;
  }

  .wrapper-button {
    margin-left: auto;
    margin-right: auto;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-card-v1-wrapper {
    max-width: none;
    padding-top: 124px;
  }

  .udesly-cards-grid, .udesly-cards-grid.udesly-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .nav-link {
    width: 100%;
  }

  .menu-button {
    color: #3f0a3d;
    border: 1px solid rgba(63, 10, 61, .1);
  }

  .menu-button.w--open {
    background-color: #3f0a3d;
    border-color: #02676b;
  }

  .navigation-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .dropdown-toggle-2 {
    z-index: 2;
    box-shadow: none;
    color: #151b26;
    border-top: 1px solid #e0e6e8;
    justify-content: space-between;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .2s, color .2s cubic-bezier(.4, 0, .2, .01);
  }

  .dropdown-toggle-2:hover {
    color: #151b26;
  }

  .dropdown-toggle-2.w--open {
    box-shadow: none;
    background-color: #f0f0ff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .dropdown-toggle-2.login {
    text-align: center;
    border: 1px solid #273240;
    border-radius: 2px;
    order: 1;
    justify-content: center;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-toggle-2.line {
    display: none;
  }

  .dropdown-subgrid {
    grid-template-columns: 1fr;
  }

  .dropdown-column {
    margin-bottom: 64px;
  }

  .dropdown-column.third {
    margin-bottom: 0;
    padding-left: 0;
  }

  .navbar-2 {
    height: 54px;
  }

  .brand-2 {
    display: none;
  }

  .brand-2.responsive {
    margin-top: 18px;
    display: block;
  }

  .dropdown-bg-full {
    display: none;
  }

  .menu-right {
    flex-direction: column-reverse;
  }

  .dropdown-card-bg {
    display: none;
  }

  .dropdown-overflow {
    max-height: none;
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 28px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .sidebar-column-bg {
    background-color: #f6f8f9;
    display: block;
    position: absolute;
    top: -49px;
    bottom: -49px;
    left: -24px;
    right: -24px;
  }

  .menu-left {
    z-index: 1;
    margin-top: 32px;
    display: block;
    position: relative;
  }

  .dropdown-card {
    margin-bottom: 28px;
  }

  .dropdown-footer-copy {
    text-align: center;
    background-color: #e0e6e8;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
  }

  .dropdown-bg {
    display: none;
  }

  .menu {
    height: auto;
    padding-bottom: 64px;
    overflow: auto;
  }

  .dropdown-footer-wrapper.tablet {
    z-index: 10;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-sidebar-bg {
    display: none;
  }

  .dropdown-list-3 {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    top: 0;
  }

  .dropdown-footer-full {
    display: none;
  }

  .menu-button-2 {
    width: 66px;
    height: 100%;
    flex-direction: column;
    padding: 20px 25px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button-2.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .dropdown-footer-link {
    width: 50%;
    text-align: center;
    font-size: 14px;
  }

  .dropdown-footer {
    height: 96px;
    padding-bottom: 48px;
  }

  .menu-button-line {
    width: 16px;
    height: 2px;
    background-color: #b7bfc6;
    border-radius: 1px;
    margin-bottom: 4px;
  }

  .menu-button-line.last {
    margin-bottom: 0;
  }

  .dropdown-inner-shadow {
    display: none;
  }

  .dropdown-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .menu-mob {
    color: #fff;
    background-color: #8c54ff;
    border-radius: 10px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .navigation-left-2 {
    display: none;
  }

  .flowbase-logo {
    display: block;
  }

  .mobile-toggle, .mobile-dropdown {
    width: 100%;
  }

  .navigation-mob {
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding: 25px 3%;
    display: flex;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px rgba(82, 82, 82, .05);
  }

  .navbar-top {
    display: none;
  }

  .mobile-nav {
    color: var(--black);
    background-color: #fff;
    padding-top: 15px;
    font-family: Gt walsheim, sans-serif;
    font-weight: 700;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .navigation-link-block-mob {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link-block-mob:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-full {
    background-color: #fff;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-container-mob {
    justify-content: flex-end;
  }

  .nav-content-wrap {
    padding-left: 10px;
  }

  .navigation-left-3 {
    display: none;
  }

  .dropdown-footer-2 {
    height: 96px;
    padding-bottom: 48px;
  }

  .udesly-heading-2.udesly-3-columns {
    font-size: 24px;
  }

  .sertifikat_card, .sertifikat_card.sertifikat-3-kolom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---img-floating-right {
    width: 60%;
  }

  .brix---img-floating-left {
    width: 70%;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 177px;
    padding-bottom: 45px;
  }

  .brix---mg-top-64px {
    margin-top: 48px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---container-default {
    padding-left: 42px;
    padding-right: 42px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---display-4 {
    text-align: center;
    line-height: 38px;
  }

  .brix---image-wrapper-br-24px-shadow {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
    padding-left: 42px;
    padding-right: 42px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v2 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---grid-footer-5-cols {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---text-400-bold {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---grid-footer-logo-and-form {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-hamburger-desktop {
    padding-left: 0;
  }

  .brix---dropdown-card-desktop {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    padding-top: 26px;
  }

  .brix---dropdown-card-desktop.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-hamburger {
    padding-top: 0;
    position: static;
  }

  .brix---header-nav-menu-hamburger-desktop {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-hamburger-desktop-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .nav-title-2 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .navigation-mob-2 {
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding: 25px 3%;
    display: flex;
  }

  .navigation {
    display: none;
  }

  .navigation-link-block-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-mob-2 {
    color: #fff;
    background-color: #8c000c;
    border-radius: 10px;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #d62323;
  }

  .mobile-nav-link-2 {
    width: 100%;
    color: var(--black);
    text-align: center;
  }

  .mobile-nav-link-2:hover {
    background-color: #fff0f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .mobile-nav-link-2.p {
    background-color: var(--firebrick-2);
    color: #fff;
  }

  .mobile-nav-link-2.p:hover {
    background-color: var(--dark-red);
  }

  .mobile-nav-link-2.us {
    background-color: var(--firebrick-2);
    color: #fff;
  }

  .mobile-nav-link-2.us:hover {
    background-color: var(--dark-red);
  }

  .mobile-nav-link-2.t_cal {
    color: #fff;
    background-color: #226668;
  }

  .mobile-nav-link-2.t_cal:hover {
    background-color: #1e5c5e;
  }

  .nav-button {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-button:hover {
    color: #fff;
    background-color: #9f0b10;
  }

  .nav-logo-wrapper {
    padding: 10px;
  }

  .social-link-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-button-bg {
    display: none;
  }

  .text-block-4 {
    font-family: Exo, sans-serif;
    display: block;
  }

  .nav-bar {
    width: 70px;
    display: none;
  }

  .nav-button-text {
    background-color: #fff;
    display: none;
  }

  .social-links {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix--grid-2-columns-text-right-2, .brix---grid-2-columns-text-left-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 2em;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---section-greetings {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 118px;
  }

  .brix---section-member, .brix---section-history {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .separator {
    width: 400px;
  }

  .udesly-property-content {
    max-width: 600px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---categories-badges-item-wrapper {
    justify-content: center;
  }

  .brix---categories-badges-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
  }

  .brix---heading-h2-size-4 {
    padding-bottom: 0;
    font-size: 26px;
    line-height: 46px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---blog-card-image-featured {
    width: 100%;
  }

  .brix---blog-card-image-featured-wrapper-v1 {
    height: 100%;
  }

  .brix---blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 118px;
  }

  .brix---badge-secondary-small-light {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---blog-card-details-v6 {
    flex-wrap: wrap;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---blog-card-image-wrapper-v6 {
    height: 100%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---grid-blog-card-featured-v6 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slider-subwrapper {
    width: 80%;
    height: 80%;
  }

  .right-arrow {
    right: -35px;
  }

  .slide._4 {
    background-image: none;
  }

  .slider-wrapper {
    height: 470px;
  }

  .ui-slider__slide__number {
    font-size: 100px;
    line-height: 160px;
  }

  .ui-slider__slide {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ui-slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---hamburger-menu-bar-bottom-white-2 {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white-2 {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
  }

  .brix---hamburger-menu-wrapper-3 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-3:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white-2 {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-3 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-3 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-3.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-3 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-3.w--open {
    transform: none;
  }

  .brix---show-on-tablet-2 {
    display: block;
  }

  .brix---hidden-on-tablet-2 {
    display: none;
  }

  .brix---dropdown-toggle-white-2 {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-menu-list-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white-2 {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo-3 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 100px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-v15-grid-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---hamburger-menu-bar-bottom-white-3 {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white-3 {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
  }

  .brix---hamburger-menu-wrapper-4 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-4:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-4.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl-4 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white-3 {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-list-item-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-4 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-4 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-4.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-4 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-4.w--open {
    transform: none;
  }

  .brix---show-on-tablet-3 {
    display: block;
  }

  .brix---hidden-on-tablet-3 {
    display: none;
  }

  .brix---dropdown-toggle-white-3 {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-menu-list-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white-3 {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo-4 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---content-inside-card-testimonial-video {
    padding-bottom: 72px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .brix---play-button-100px {
    max-width: 100px;
  }

  .brix---video-bg-image-testimonial {
    width: 100%;
  }

  .brix---testimonial-video-wrapper {
    width: 100%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---card-testimonial-video-left {
    flex-direction: column;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .uui-faq03_cta-button-row {
    flex: none;
    justify-content: flex-start;
  }

  .uui-faq03_cta-content {
    margin-right: 3rem;
  }

  .uui-uui-faq03_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-faq03_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

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

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout72_component {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .brix---social-media-grid-right---t-left {
    grid-column-gap: 10px;
    justify-content: start;
    justify-items: start;
  }

  .brix---team-v7-right {
    width: 100%;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---team-top-left {
    margin-bottom: 24px;
  }

  .brix---team-v7-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-lowongan {
    padding: 40px 32px;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 40px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h1-size-5 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---mg-bottom-32px-4 {
    margin-bottom: 24px;
  }

  .brix---contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .brix---contact-form-left-side {
    padding: 64px 40px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1.2fr;
  }

  .brix---section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brand-4 {
    width: auto;
    height: auto;
    flex: 1;
  }

  .heading-proejct-ref {
    font-size: 48px;
    line-height: 60px;
  }

  .f-gallery-image {
    height: 350px;
  }

  .f-gallery-two-column-s-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .uui-blogsection11_button-row {
    flex: none;
    margin-top: 3rem;
    display: none;
  }

  .uui-blogsection11_button-row.show-tablet, .show-tablet {
    display: block;
  }

  .uui-blogsection11_item {
    grid-column-gap: 2rem;
  }

  .uui-blogsection11_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection11_content {
    position: static;
  }

  .uui-blogsection11_layout {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .udesly-property-content-2 {
    max-width: 600px;
  }

  .pre-loading-image {
    width: 500px;
  }

  .pre-loading-image.tes {
    width: auto;
  }

  .uui-heroheader14_image-background {
    width: 100vw;
  }

  .uui-heroheader14_card-image-05, .uui-heroheader14_card-image-04, .uui-heroheader14_card-image-03, .uui-heroheader14_card-image-02, .uui-heroheader14_card-image-01 {
    width: 32rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .loader-wrapper {
    width: 100%;
  }

  .grid-contact-us {
    grid-template-columns: 1.2fr;
  }

  .button-send-message {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 40px;
  }

  .brix---section-8, .section-library {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-library-3-colom {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .heading-flow, .brix---heading-h3-size-4-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .flow-production-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-2-content-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 78%;
  }

  .div-block-14 {
    justify-content: flex-start;
    margin-top: 0;
    top: 0%;
  }

  .wrapper-product-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ixpe-xlpe-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-21 {
    margin-bottom: 0;
  }

  .section-roofing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .horizontal-item-2 {
    width: 52%;
  }

  .container-4 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .img-pabrik {
    object-fit: cover;
    overflow: hidden;
  }

  .img-pabrik-wrap {
    width: 90%;
    height: 100%;
    max-width: 100%;
  }

  .scroll-card {
    height: 61.8%;
    bottom: 0%;
  }

  .scroll-inner {
    width: 600vw;
  }

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

  .text-latest-project {
    margin-bottom: 19px;
  }

  .text-juduk {
    padding-bottom: 0;
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .link-tcal {
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    display: flex;
  }

  .image-25 {
    margin-right: 10px;
  }

  .text-block-23 {
    color: var(--crimson);
    font-family: Gt walsheim, sans-serif;
    font-style: normal;
    text-decoration: none;
  }

  .h_hero {
    justify-content: flex-start;
    margin-top: 0;
    top: 0%;
  }
}

@media screen and (max-width: 767px) {
  .c-faq {
    width: 100%;
  }

  .c-side-navbar {
    height: auto;
    position: relative;
  }

  ._w-side-navbar {
    display: block;
  }

  .c-brand-logo {
    margin-bottom: 0;
  }

  .c-nav-extra-links {
    border-top-style: none;
    padding-top: 0;
  }

  .c-body-content {
    padding-left: 0;
  }

  .c-hero-section.hero-image {
    justify-content: center;
  }

  ._w-hero-section {
    background-image: linear-gradient(#1d1d1d, rgba(17, 17, 17, .9) 25%, rgba(56, 56, 56, .71)), url('../images/BG_Landing_Page.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .c-nav-menu {
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    display: block;
    overflow: hidden;
  }

  .c-nav-divider {
    width: 100%;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-divider {
    width: 100%;
    height: 1px;
    opacity: .2;
    background-color: #fff;
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .c-sidenavbar {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .c-sidenavbar-container {
    background-image: linear-gradient(rgba(109, 118, 218, .95), rgba(109, 118, 218, .95)), linear-gradient(to right, #6d76da, rgba(255, 255, 255, 0)), url('../images/bg-pattern.svg');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
    display: block;
  }

  .c-side-brand-logo {
    flex: 1;
    margin-bottom: 0;
  }

  .c-side-navmenu {
    height: auto;
    background-color: #6d76da;
    background-image: linear-gradient(rgba(109, 118, 218, .95), rgba(109, 118, 218, .95)), linear-gradient(to right, #6d76da, rgba(255, 255, 255, 0)), url('../images/bg-pattern.svg');
    background-position: 0 0, 0 0, 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
    padding: 10px;
    display: block;
  }

  .c-menu-btn {
    float: none;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 10px;
    transition: all .35s;
  }

  .c-menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, .75);
  }

  .c-menu-controls {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .navlink-nb5.link-1-nb5, .navlink-nb5.link-4-nb5, .navlink-nb5.link-2-nb5, .navlink-nb5.link-3-nb5 {
    display: none;
  }

  .menu-bar-1-nb5 {
    transform: rotate(0);
  }

  .menu-bar-2-nb5 {
    top: 18px;
    left: 18px;
    transform: rotate(90deg);
  }

  .navbar-5 {
    width: 300px;
    margin-top: 15px;
    display: flex;
    overflow: visible;
  }

  .nav-menu-nb5 {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar {
    width: auto;
    height: 350px;
    align-items: flex-start;
    margin-top: 60px;
  }

  .menu-icon-nb5 {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .menu-icon-nb5.w--open, .menu-button-nb5, .menu-button-nb5.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header-logo---brix {
    width: 260px;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix {
    width: 48px;
    border-radius: 8px;
    margin-bottom: 16px;
    margin-right: 12px;
  }

  .dropdown-list-v2---brix {
    width: 80vw;
    min-width: auto;
    margin-top: 53px;
    margin-left: 0%;
    margin-right: -165px;
    right: auto;
  }

  .dropdown-bottom-button-content---brix {
    margin-bottom: 16px;
  }

  .dropdown-nav-main-wrapper-v2---brix {
    flex-wrap: wrap;
  }

  .flex-hc---brix.dropdown-button-v4---brix {
    flex-flow: wrap;
    align-items: center;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size {
    flex-direction: column;
    margin-right: 32px;
    display: flex;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size.last---brix {
    margin-right: 0;
  }

  .dropdown-menu-v2---brix {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .dropdown-menu-text---brix {
    margin-right: 2px;
  }

  .dropdown-list-v4---brix {
    width: 88vw;
    min-width: auto;
    margin-right: -142%;
  }

  .dropdown-nav-content-wrapper-v4---brix {
    margin-bottom: 0;
  }

  .dropdown-nav-item-v4---brix {
    width: 100%;
    min-width: 250px;
    margin-bottom: 32px;
    margin-right: 1.5px;
  }

  .dropdown-nav-main-wrapper-v4---brix {
    flex-direction: column;
  }

  .dropdown-nav-wrapper-v4---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-nav-wrapper-v4---brix.left---brix {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .dropdown-nav-wrapper-v4---brix.right---brix {
    width: auto;
  }

  .dropdown-nav-content-v4---brix {
    flex-wrap: wrap;
    display: flex;
  }

  .dropdown-nav-item---brix {
    margin-bottom: 12px;
  }

  .dropdown-nav---brix {
    margin-bottom: 0;
  }

  .dropdown-nav-item---brix-2 {
    margin-bottom: 12px;
  }

  .dropdown-menu-text---brix-2 {
    margin-right: 2px;
  }

  .c-homepage_item {
    width: 100%;
    min-height: 40vw;
    margin-bottom: 1em;
  }

  .udesly-device {
    height: 370px;
    border-radius: 32px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-section.udesly-centered {
    padding-bottom: 50px;
  }

  .udesly-cards-grid {
    grid-template-columns: 1fr;
  }

  .navigation-right {
    display: none;
  }

  .navigation-left {
    width: 100%;
    justify-content: space-between;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .sertifikat_card {
    grid-template-columns: 1fr;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---img-floating-right, .brix---img-floating-left {
    border-radius: 16px;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 114px;
  }

  .brix---mg-top-64px {
    margin-top: 40px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library-general--shadow-04);
    border-radius: 14px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .profile-pictur-png {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library-general--shadow-04);
    border-radius: 14px;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---grid-footer-5-cols {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-400-bold {
    font-size: 20px;
    line-height: 22px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---header-big-nav-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big {
    width: 25px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---text-pos {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library-general--shadow-04);
    border-radius: 14px;
  }

  .brix--grid-2-columns-text-right-2, .brix---grid-2-columns-text-left-2 {
    grid-template-columns: 1fr;
  }

  .brix---inner-container-1000px-center-2 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-2, .brix---section-greetings, .brix---section-member, .brix---section-history {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .udesly-paragraph-small-2 {
    font-size: 12px;
  }

  .udesly-property-content {
    margin-top: 32px;
    position: static;
  }

  .udesly-slide {
    margin-right: 0;
  }

  .udesly-slider-large {
    min-height: 240px;
  }

  .brix---color-neutral-805 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .brix---categories-badges-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-wrap: wrap;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .brix---blog-card-featured {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---badge-secondary-small-light, .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---blog-card-featured-content {
    padding: 32px 32px 48px;
  }

  .brix---grid-blog-card-featured-v6 {
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-3 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .footer-links {
    margin-bottom: 10px;
  }

  .text-wrapper-yosemite {
    bottom: 12%;
  }

  .text-big-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-subwrapper {
    width: 80%;
    height: 64%;
  }

  .footer {
    margin-top: 20px;
  }

  .footer-disclaimer-text {
    width: auto;
  }

  .right-arrow {
    top: auto;
    bottom: -35px;
    left: auto;
    right: 10%;
  }

  .right-arrow:hover {
    transform: none;
  }

  .extra-clone-button {
    display: none;
  }

  .text-big-2, .text-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow {
    top: auto;
    bottom: -35px;
    left: 10%;
    right: auto;
  }

  .left-arrow:hover {
    transform: none;
  }

  .slider-wrapper {
    height: 440px;
  }

  .text-wrapper-sequoia {
    bottom: 12%;
  }

  .footer-text-wrapper {
    width: auto;
  }

  .footer-cta-wrapper {
    margin-top: 60px;
  }

  .text-wrapper-grand-canyon {
    bottom: 12%;
  }

  .ui-slider__slide {
    width: 50%;
  }

  .ui-slider {
    width: 80%;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-gallery-v6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 72%, var(--elements-webflow-library-accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-header-hidden-on-mbl-4 {
    display: none;
  }

  .brix---btn-primary-small-3 {
    padding: 20px 32px;
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    display: block;
  }

  .brix---header-logo-3 {
    max-width: 90%;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 90px;
  }

  .brix---mg-top-80px-2 {
    margin-top: 64px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-v15-grid-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-2 {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 72%, var(--elements-webflow-library-accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-header-hidden-on-mbl-5 {
    display: none;
  }

  .brix---btn-primary-small-4 {
    padding: 20px 32px;
  }

  .brix---header-nav-list-item-show-in-mbl-4 {
    display: block;
  }

  .brix---header-logo-4 {
    max-width: 90%;
  }

  .brix---text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---content-inside-card-testimonial-video {
    padding: 32px 32px 48px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-button {
    font-size: 1rem;
  }

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

  .uui-faq03_cta-button-row {
    width: 100%;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-faq03_cta-content {
    margin-right: 0;
  }

  .uui-uui-faq03_cta {
    flex-direction: column;
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-faq03_content {
    grid-row-gap: .5rem;
    border-top-style: none;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-faq03_list {
    grid-row-gap: 2.5rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-faq03_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

  .brix---link-icon-right-4 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---container-default-7 {
    max-width: 1200px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-2 {
    font-size: .8em;
  }

  .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-2 {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout72_item {
    padding: 1.5rem;
  }

  .uui-layout72_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .section-our-brand {
    position: static;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

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

  .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-row-2 {
    align-self: stretch;
  }

  .uui-career06_job-details-wrapper {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-career06_item {
    padding: 1.25rem;
  }

  .uui-career06_component {
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

  .brix---text-100-bold {
    font-size: 14px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .brix---team-v7-top-wrapper {
    align-items: flex-start;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .career-wrapper {
    padding: 1.25rem;
  }

  .button-apply {
    align-self: stretch;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .nama {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold-5, .brix---text-301 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-4 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---contact-details-mg {
    margin-right: 24px;
  }

  .brix---contact-form-right-side, .brix---contact-form-left-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1fr;
  }

  .brix---section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-proejct-ref {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .f-section-large-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-two-column-s-2 {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .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 {
    width: 100%;
    max-width: none;
  }

  .uui-blogsection11_button-row {
    width: 100%;
    justify-content: flex-start;
    margin-top: 2.5rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

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

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-blogsection11_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection11_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blogsection11_image-wrapper {
    height: 100%;
  }

  .uui-blogsection11_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection11_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection11_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection11_layout {
    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;
  }

  .section-contact-img, .section-installation {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .udesly-paragraph-small-3 {
    font-size: 12px;
  }

  .udesly-property-content-2 {
    margin-top: 32px;
    position: static;
  }

  .udesly-slide-2 {
    margin-right: 0;
  }

  .udesly-slider-large-2 {
    min-height: 240px;
  }

  .video-non-text {
    bottom: 12%;
  }

  .uui-heroheader14_card-image-05, .uui-heroheader14_card-image-04, .uui-heroheader14_card-image-03, .uui-heroheader14_card-image-02, .uui-heroheader14_card-image-01 {
    width: 24rem;
    border-radius: .75rem;
  }

  .uui-heroheader14_image-wrapper {
    width: 100vw;
    height: 22rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

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

  .uui-button-4.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-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-3.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .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-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .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-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

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

  .main-wrapper {
    width: 100%;
    grid-template-columns: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .loader-wrapper {
    border-bottom: 1px solid #141314;
    border-right-style: none;
    justify-content: center;
  }

  .email, .telp, .company {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pesan {
    border-radius: 18px;
  }

  .grid-contact-us {
    grid-template-columns: 1fr;
  }

  .button-send-message {
    padding: 20px 32px;
  }

  .brix---text-100-medium {
    font-size: 14px;
  }

  .brix---content-inside-card-v9 {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---section-8, .section-library {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-inside-card {
    padding: 32px 32px 40px;
  }

  .grid-library-3-colom {
    grid-template-columns: 1fr;
  }

  .f-sub-heading-regular {
    font-size: 15px;
  }

  .brix---btn-header-hidden-on-mbl-2-copy, .tcal {
    display: none;
  }

  .flow-production-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-9, .background-video-2 {
    display: none;
  }

  .popup-content-wrapper---brix.popup-2-content-wrapper---brix {
    max-width: none;
    max-width: none;
    border-radius: 20px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .subscribe-button---brix {
    width: 100%;
    min-height: 66px;
    background-position: 67% 52%;
    line-height: 18px;
    position: static;
  }

  .popup-2---brix, .popup-2---brix-2, .benefits-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-14 {
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .text-block-19 {
    color: #e8e8e8;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .section-ducting, .section-roofing, .section-roof, .section-pipe, .section-acoustic, .section-floor, .section-u-layer, .section-wall {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-7 {
    text-align: left;
    font-size: 2.8em;
    line-height: 1.3em;
  }

  .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22 {
    grid-template-columns: 1fr;
  }

  .horizontal-item-2 {
    width: 100%;
    padding-right: 4vw;
  }

  .img-pabrik-wrap {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library-general--shadow-04);
    border-radius: 14px;
  }

  .sticky-container {
    z-index: 0;
    height: auto;
    padding-bottom: 100px;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-card {
    width: 100%;
    border-width: .0625rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .scroll-inner {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-title {
    margin-top: 60px;
    margin-bottom: 61px;
  }

  .text-juduk {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .image-26 {
    flex: 0 auto;
    margin-top: 60px;
    display: block;
  }

  .button-play {
    align-items: center;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-24 {
    color: #f1f1f1;
    padding-left: 18px;
    font-family: Gt Walsheim, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
  }

  .image-27 {
    margin: 0;
    padding: 0;
  }

  .link-block-10 {
    padding: 10px;
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
  }

  .link-block-10:hover {
    transform: scale(1.1);
  }

  .slider-5 {
    display: none;
  }

  .h_hero {
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .c-body-content {
    overflow: hidden;
  }

  .c-hero-section.duct-insulation {
    height: auto;
    overflow: hidden;
  }

  .c-hero-section.tape-insulation {
    height: 90vh;
    overflow: hidden;
  }

  .c-hero-section.hero-image {
    height: auto;
  }

  .c-hero-section.roof-insulation, .c-hero-section.pipe-insulation, .c-hero-section.acoustic-insulation, .c-hero-section.raised-floor-insulation, .c-hero-section.u_layer-insulation, .c-hero-section.wall-insulation, .c-hero-section.cladding {
    height: auto;
    overflow: hidden;
  }

  ._w-hero-section {
    height: auto;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._w-hero-section.support {
    align-items: center;
  }

  .c-hero-header.support {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hero-header {
    font-size: 2em;
    line-height: 1.2em;
  }

  .hero-subheader {
    font-size: 1.5em;
  }

  .c-sidenavbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-side-brand-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-duct {
    width: 250px;
  }

  .image-tape {
    width: 240px;
  }

  .navbar-5 {
    width: 250px;
  }

  .navbar {
    min-width: 300px;
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrapper---brix.dropdown-button-icon-v2---brix {
    width: 60px;
  }

  .dropdown-list-v2---brix {
    width: 91vw;
    margin-right: -148px;
  }

  .dropdown-bottom-button-content---brix {
    margin-bottom: 0;
  }

  .dropdown-nav-main-wrapper-v2---brix {
    padding: 32px 16px;
  }

  .dropdown-nav-pages-wrapper-v2---brix {
    width: 100%;
  }

  .flex-hc---brix.dropdown-button-v2---brix {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .flex-hc---brix.dropdown-button-v4---brix {
    flex-flow: column;
    margin-bottom: 0;
  }

  .dropdown-nav-container-v2---brix.adjust-this-for-your-container-size {
    width: 100%;
    margin-right: 0;
  }

  .dropdown-menu-v2---brix {
    position: static;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.button-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-list-v4---brix {
    width: 90vw;
    margin-right: -125%;
  }

  .dropdown-nav-content-wrapper-v4---brix {
    margin-bottom: 40px;
    margin-right: 24px;
  }

  .dropdown-nav-item-v4---brix {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .dropdown-nav-wrapper-v4---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-nav-wrapper-v4---brix.left---brix {
    display: flex;
  }

  .c-homepage_item {
    min-height: 70vw;
  }

  .whatsapp-help {
    margin-left: 10px;
    margin-right: 10px;
  }

  .udesly-device-wrapper {
    display: none;
  }

  .udesly-paragraph-large {
    line-height: 22px;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-section.udesly-centered {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .wrapper-hero-our-brand {
    height: auto;
  }

  .wrapper-button {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-location-wrapper {
    margin-top: 0;
  }

  .udesly-card-v1-wrapper {
    max-width: 350px;
  }

  .udesly-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-right {
    display: none;
  }

  .navigation-left {
    justify-content: space-between;
  }

  .navbar-top {
    display: none;
  }

  .navigation-link-block-mob, .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .f-paragraph-large {
    font-size: 16px;
    line-height: 28px;
  }

  .f-h1-heading {
    font-size: 35px;
    line-height: 1;
  }

  .udesly-flex.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-heading-2.udesly-3-columns {
    font-size: 24px;
  }

  .sertifikat_card.sertifikat-3-kolom {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    font-size: 37px;
    line-height: 37px;
  }

  .f-banner-block {
    display: none;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-2 {
    font-size: 15px;
    line-height: 23px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix--grid-2-columns-text-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .profile-pictur-png {
    border-radius: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---team-v13-content {
    bottom: 32px;
    left: 24px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-3 {
    font-size: 13px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---success-message-horizontal {
    flex-direction: column;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-top-border-bottom {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---header-big-nav-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    width: 100%;
    text-align: left;
    margin-bottom: 17px;
  }

  .brix---dropdown-link-big {
    font-size: 22px;
    line-height: 26px;
  }

  .brix---dropdown-chevron-big {
    width: 21px;
    margin-left: 8px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---container-default-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-left {
    width: 100%;
    text-align: left;
  }

  .navigation-link-block-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-nav-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile-nav-link-2.p, .mobile-nav-link-2.us {
    background-color: var(--firebrick-2);
    color: #fff;
  }

  .mobile-nav-link-2.t_cal {
    color: #fff;
    background-color: #226668;
  }

  .mobile-nav-link-2.t_cal:hover {
    background-color: #1e5c5e;
  }

  .nav-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-bar {
    width: 70px;
  }

  .div_card_sertifikat {
    align-items: center;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 16px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .separator {
    width: 200px;
  }

  .udesly-flex-2.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-paragraph-large-2 {
    text-align: center;
    font-size: .7em;
    line-height: 1.4em;
  }

  .udesly-container-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---categories-badges-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 18px;
    line-height: 25px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---avatar-image-2 {
    width: 100%;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---badge-secondary-small-light {
    margin-top: 12px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---blog-card-details-v6 {
    flex-direction: row;
    align-items: center;
  }

  .brix---blog-card-content-inside {
    padding: 24px 24px 31px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---blog-card-featured-content {
    padding-top: 26px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2, .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .footer-links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

  .text-wrapper-yosemite {
    display: none;
  }

  .text-big-1 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 39px;
  }

  .logo-footer {
    margin-left: 0;
  }

  .slider-subwrapper {
    width: 100%;
  }

  .footer-disclaimer-text {
    margin-top: 4px;
  }

  .text-big-2 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-small {
    padding-left: 2px;
    padding-right: 2px;
    display: none;
  }

  .youtube-link {
    margin-right: 10px;
  }

  .footer-text-wrapper {
    flex-flow: wrap;
  }

  .ui-slider__arrow {
    display: none;
    right: -40px;
  }

  .ui-slider__arrow.left {
    display: none;
    left: -40px;
  }

  .ui-slider__slide {
    width: 100%;
  }

  .mask {
    border-radius: 0;
  }

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---link-icon-right-3 {
    width: 18px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .container-2 {
    max-width: none;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---btn-primary-small-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-3, .brix---header-nav-list-item-2 {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo-3 {
    max-width: 84%;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 70px;
  }

  .brix---mg-top-80px-2 {
    margin-top: 56px;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-half-bg-color-2 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-white-2 {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---btn-primary-small-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-4, .brix---header-nav-list-item-3 {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo-4 {
    max-width: 84%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---content-inside-card-testimonial-video {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .ths05-search {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---link-icon-right-4 {
    width: 18px;
  }

  .brix---text-200-bold-4 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---card-link-content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_fitur {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-layout72_component {
    grid-template-columns: 1fr;
  }

  .section-our-brand {
    position: static;
  }

  .uui-career06_label-wrapper {
    display: none;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---avatar-image-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
    min-height: 56px;
    min-width: 56px;
  }

  .card-lowongan {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .nama {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .nama::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold-5, .brix---text-301 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default-11 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---icon-square-acent-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---divider-64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .brix---mg-top-16px-2 {
    margin-top: 12px;
  }

  .brix---contact-details-mg {
    margin-bottom: 20px;
  }

  .brix---contact-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---contact-form-right-side, .brix---contact-form-left-side {
    padding: 48px 24px;
  }

  .heading-proejct-ref {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 37px;
  }

  .f-gallery-image {
    height: 250px;
  }

  .uui-blogsection11_image-wrapper {
    padding-top: 66%;
  }

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

  .section-installation {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }

  .live-chat-message-bubble---brix {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-avatar-wrapper---brix {
    display: none;
  }

  .udesly-flex-3.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-container-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .pre-loading-image {
    width: 300px;
  }

  .pre-loading-image.tes {
    display: none;
  }

  .phone-text {
    font-size: 13px;
  }

  .wrapper-hero-our-brand_foam, .wrapper-hero-our-brand_foil, .wrapper-hero-our-brand_cool, .wrapper-hero-our-brand_tube, .wrapper-hero-our-brand_acous, .wrapper-hero-our-brand_ulayer {
    height: auto;
  }

  .background-video {
    height: 100%;
  }

  .uui-heroheader14_card-image-05, .uui-heroheader14_card-image-04, .uui-heroheader14_card-image-03, .uui-heroheader14_card-image-02, .uui-heroheader14_card-image-01 {
    width: 14rem;
    border-radius: .5rem;
  }

  .uui-heroheader14_image-wrapper {
    height: 12.75rem;
  }

  .loader-expand_component {
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .email {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .email::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .telp {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .telp::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .company {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .company::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .pesan {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .pesan::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .pesan::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .button-send-message {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .wrapper-bg-product-instal {
    height: 100%;
    max-width: none;
  }

  .section-application {
    margin-top: 0;
  }

  .brix---heading-h3-size-6 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---content-inside-card-v9 {
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-12 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---container-default-10, .container-library {
    padding-left: 20px;
    padding-right: 20px;
  }

  .judul {
    margin-bottom: 6px;
  }

  .content-inside-card {
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid-library-3-colom {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .f-modal-form {
    flex-wrap: wrap;
  }

  .f-icon-regular-3 {
    width: 24px;
  }

  .f-sub-heading-regular {
    font-size: 12px;
  }

  .serifikat-div {
    justify-content: center;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-6 {
    margin-right: 0;
  }

  .heading-flow, .brix---heading-h3-size-4-copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .flow-production-grid {
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .background-video-2 {
    display: none;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-2-content-wrapper---brix {
    border-radius: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .popup-title---brix {
    font-size: 22px;
    line-height: 1.2;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 85%;
  }

  .popup-2---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-title---brix-2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .popup-2---brix-2, .benefits-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-14 {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-19 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .ixpe-xlpe-wrapper {
    max-width: 200px;
    flex-direction: column;
  }

  .text-block-20 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .text-block-21 {
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .section-roofing, .section-roof, .section-pipe, .section-acoustic, .section-floor, .section-u-layer, .section-wall {
    height: auto;
  }

  .heading-7 {
    font-size: 1.7em;
  }

  .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20 {
    grid-template-columns: 1fr;
  }

  .div-block-21, .div-block-22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .img-pabrik-wrap {
    border-radius: 16px;
  }

  .scroll-card {
    min-height: 25rem;
  }

  .heading-title {
    width: 340px;
    font-size: 30px;
  }

  .div-block-25 {
    margin-top: 60px;
  }

  .splashscreen_mobile {
    max-width: 80%;
    display: block;
  }

  .icon, .icon-2 {
    display: none;
  }

  .text-juduk {
    font-size: 1em;
    line-height: 1.2em;
  }

  .button-play {
    padding-left: 0;
  }

  .h_hero {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-d455476f-1a77-4b88-157e-97e3b2011fbb-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3dc292ef-ee1e-d8e7-ae7a-aed627b5e6d5-2284d2b0, #w-node-_0e9370ac-bbda-d198-9560-dc270cebd947-2284d2b0, #w-node-_3c469fb3-48a4-bb95-3155-6b2707c5ddc6-2284d2b0, #w-node-_93bce556-cf3d-eff9-1f28-64d2edfd38f6-2284d2b0, #w-node-_93bce556-cf3d-eff9-1f28-64d2edfd38f7-2284d2b0, #w-node-_5a5bf70d-033d-d01c-3003-29152334c0f8-2284d2b0, #w-node-_5a5bf70d-033d-d01c-3003-29152334c0f9-2284d2b0, #w-node-_8767ef74-1e25-412c-ca98-b173ced619ed-2284d2b0, #w-node-_8767ef74-1e25-412c-ca98-b173ced619ee-2284d2b0, #w-node-_7ef82e3e-a467-02ad-5be8-a562c5f64ad2-2284d2b0, #w-node-_7ef82e3e-a467-02ad-5be8-a562c5f64ad3-2284d2b0, #w-node-cf5036c5-39c5-bb67-c046-2cabb71140d3-2284d2b0, #w-node-cf5036c5-39c5-bb67-c046-2cabb71140d4-2284d2b0, #w-node-aaf315f7-51d1-6a0c-a63d-c61588866236-2284d2b0, #w-node-aaf315f7-51d1-6a0c-a63d-c61588866237-2284d2b0, #w-node-ab903534-1dbe-6dd2-6dc7-945117927feb-2284d2b0, #w-node-ab903534-1dbe-6dd2-6dc7-945117927fec-2284d2b0, #w-node-a51ddf92-33eb-5d81-e860-4b4b017a5fed-2284d2b0, #w-node-a51ddf92-33eb-5d81-e860-4b4b017a5fee-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b150b37b-2528-2bfa-3bba-d73b3c92165f-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b150b37b-2528-2bfa-3bba-d73b3c921661-2284d2b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-b150b37b-2528-2bfa-3bba-d73b3c921660-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5141801e-649e-1194-b217-26aa2bcf722b-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aba04bcd-96b5-7ffa-c9c7-7b414ba3ade3-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8ab427e4-ae0d-871e-d04a-00d35f4cf1dd-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8ab427e4-ae0d-871e-d04a-00d35f4cf1de-2284d2b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-_8ab427e4-ae0d-871e-d04a-00d35f4cf1e3-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8ab427e4-ae0d-871e-d04a-00d35f4cf1e4-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8ab427e4-ae0d-871e-d04a-00d35f4cf1e9-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb0f7083-b195-89bf-82f7-6a4ae2808a2e-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fb0f7083-b195-89bf-82f7-6a4ae2808a2f-2284d2b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-fb0f7083-b195-89bf-82f7-6a4ae2808a34-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fb0f7083-b195-89bf-82f7-6a4ae2808a35-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fb0f7083-b195-89bf-82f7-6a4ae2808a3a-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5b3939ac-7344-d0dd-7eda-b7cfb6532b42-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5b3939ac-7344-d0dd-7eda-b7cfb6532b43-2284d2b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-_5b3939ac-7344-d0dd-7eda-b7cfb6532b48-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5b3939ac-7344-d0dd-7eda-b7cfb6532b49-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5b3939ac-7344-d0dd-7eda-b7cfb6532b4e-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bc0ded82-6588-cc04-e16c-24e66e727e43-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bc0ded82-6588-cc04-e16c-24e66e727e44-2284d2b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-bc0ded82-6588-cc04-e16c-24e66e727e49-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bc0ded82-6588-cc04-e16c-24e66e727e4a-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bc0ded82-6588-cc04-e16c-24e66e727e4f-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_32797ff5-c0fe-7d53-8a31-24fb314243c8-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_32797ff5-c0fe-7d53-8a31-24fb314243c9-2284d2b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-_32797ff5-c0fe-7d53-8a31-24fb314243ce-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_32797ff5-c0fe-7d53-8a31-24fb314243cf-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32797ff5-c0fe-7d53-8a31-24fb314243d2-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32797ff5-c0fe-7d53-8a31-24fb314243d4-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_163ff710-2713-4203-1f32-ecb6dae580d8-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_163ff710-2713-4203-1f32-ecb6dae580d9-2284d2b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-_163ff710-2713-4203-1f32-ecb6dae580de-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_163ff710-2713-4203-1f32-ecb6dae580df-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_163ff710-2713-4203-1f32-ecb6dae580e2-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_163ff710-2713-4203-1f32-ecb6dae580e4-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a0626a63-1734-6834-8588-579fe3dd6412-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a0626a63-1734-6834-8588-579fe3dd6413-2284d2b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-a0626a63-1734-6834-8588-579fe3dd6418-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a0626a63-1734-6834-8588-579fe3dd6419-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a0626a63-1734-6834-8588-579fe3dd641c-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0626a63-1734-6834-8588-579fe3dd641e-2284d2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f4fd5997-07c4-5820-30fc-52eb3ad81b18-2284d2b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f13a314b-019d-70d9-17f5-ba005c65c82a-5c65c817, #w-node-f13a314b-019d-70d9-17f5-ba005c65c8a2-5c65c817, #w-node-fdc56c3f-09a4-b46b-017f-b074ca372abd-2284d2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0850ad69-7a00-4b62-9ebe-e711a6516c65-2284d2b4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_0850ad69-7a00-4b62-9ebe-e711a6516c66-2284d2b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5280dd38-1fa6-3f55-9b99-fb683e09d1ff-2284d2b4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5280dd38-1fa6-3f55-9b99-fb683e09d1fd-2284d2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5280dd38-1fa6-3f55-9b99-fb683e09d1fe-2284d2b4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-d1f7712f-d869-ee25-5342-5b4360420b73-2284d2b7, #w-node-eaa945eb-54c5-6c4d-2bda-6fd516f51d4f-2284d2b7, #w-node-_368b3b56-41bf-697d-9e5f-aa218be584a9-2284d2b7, #w-node-_45a5e712-5986-1dbe-8359-7eb619e15b27-2284d2b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0e93f39-0657-0847-7250-9a15f4d78a67-2284d2b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0e93f39-0657-0847-7250-9a15f4d78a6b-2284d2b8 {
  justify-self: start;
}

#w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2b9, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2b9, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2b9, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2b9, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2b9, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_9cb3f124-11a1-122a-4f01-1e5354df6931-2284d2b9, #w-node-_9cb3f124-11a1-122a-4f01-1e5354df6934-2284d2b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9cb3f124-11a1-122a-4f01-1e5354df6935-2284d2b9, #w-node-_9cb3f124-11a1-122a-4f01-1e5354df693b-2284d2b9, #w-node-_9cb3f124-11a1-122a-4f01-1e5354df6941-2284d2b9, #w-node-_9cb3f124-11a1-122a-4f01-1e5354df6949-2284d2b9, #w-node-_9cb3f124-11a1-122a-4f01-1e5354df694f-2284d2b9, #w-node-_9cb3f124-11a1-122a-4f01-1e5354df6955-2284d2b9, #w-node-_9cb3f124-11a1-122a-4f01-1e5354df695b-2284d2b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79b0e8e9-1f33-c808-b415-a761e37b4d17-e37b4d12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2ba, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2ba, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2ba, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2ba, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2ba, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2ba, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bb, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bb, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bb, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bb, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bb, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bb, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bc, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bc, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bc, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bc, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bc, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-f9655d32-20cc-55f0-5a74-de5c51a26a1e-2284d2bc, #w-node-f9655d32-20cc-55f0-5a74-de5c51a26a21-2284d2bc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f9655d32-20cc-55f0-5a74-de5c51a26a22-2284d2bc, #w-node-f9655d32-20cc-55f0-5a74-de5c51a26a28-2284d2bc, #w-node-f9655d32-20cc-55f0-5a74-de5c51a26a36-2284d2bc, #w-node-f9655d32-20cc-55f0-5a74-de5c51a26a3c-2284d2bc, #w-node-f9655d32-20cc-55f0-5a74-de5c51a26a42-2284d2bc, #w-node-f9655d32-20cc-55f0-5a74-de5c51a26a48-2284d2bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bd, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bd, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bd, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bd, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bd, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bd, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2be, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2be, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2be, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2be, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2be, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2be, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bf, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bf, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bf, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bf, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bf, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_73dd1c93-86e6-8735-8106-546402ac40fb-2284d2c0, #w-node-_921e745e-d50f-8d09-a910-4c76e22e9299-2284d2c0, #w-node-dc53fbd2-2d13-6067-8dbf-7f2cd9a59e37-2284d2c0, #w-node-_2f19be6b-e7a0-bdf8-7424-0981ee940335-2284d2c0, #w-node-_0494367b-2173-b4f3-133f-d370a95d242e-2284d2c0, #w-node-_39113b98-24c6-19a1-8b08-83633fb060eb-2284d2c0, #w-node-_742239ee-7d29-990e-1d49-f1de88789034-2284d2c0 {
  align-self: center;
}

#w-node-bebc06ec-1e15-7886-016a-1d4c76a48717-2284d2c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bebc06ec-1e15-7886-016a-1d4c76a4871a-2284d2c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d16cc173-d63c-666d-5a7d-0454941b3c79-2284d2c2, #w-node-d16cc173-d63c-666d-5a7d-0454941b3c7c-2284d2c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11999a3f-073c-bd55-90c4-4376362f91d2-2284d2c4, #w-node-f25889f3-a788-d099-eecb-22808e53404f-2284d2c4, #w-node-f7d8cba4-4bc8-9de8-567a-c2d6ea6d8755-2284d2c4, #w-node-_9454ca45-5bb7-95b4-266f-c695169d8e1a-2284d2c4, #w-node-_4a02822e-9ecc-c131-3b02-9ffe049dd907-2284d2c4, #w-node-_328fa72b-fdd8-060f-fa8b-7aec0c5f5215-2284d2c4, #w-node-ba1abac3-dd50-3edc-05ea-fc626999a849-2284d2c4, #w-node-_69321a45-2a05-b0df-277f-c4dbdec0bd15-2284d2c4, #w-node-b6d50beb-78d1-bae4-8c6e-2f08ca8372fb-2284d2c4, #w-node-e7fa0078-7108-e429-cdd7-6d96a3c60301-2284d2c4, #w-node-c0e00bbf-c065-1fec-21b4-d657217aabee-2284d2c4, #w-node-b46514e9-84af-8ba8-dd7d-87d282e18174-2284d2c4, #w-node-_9028bb92-74b7-6271-bd69-557362c70703-2284d2c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_5141801e-649e-1194-b217-26aa2bcf722b-2284d2b0, #w-node-_8ab427e4-ae0d-871e-d04a-00d35f4cf1e4-2284d2b0, #w-node-fb0f7083-b195-89bf-82f7-6a4ae2808a35-2284d2b0, #w-node-_5b3939ac-7344-d0dd-7eda-b7cfb6532b49-2284d2b0, #w-node-bc0ded82-6588-cc04-e16c-24e66e727e4a-2284d2b0, #w-node-_32797ff5-c0fe-7d53-8a31-24fb314243cf-2284d2b0, #w-node-_163ff710-2713-4203-1f32-ecb6dae580df-2284d2b0, #w-node-a0626a63-1734-6834-8588-579fe3dd6419-2284d2b0 {
    justify-self: end;
  }

  #w-node-_8c480cee-6b30-598f-1345-685283d25bff-2284d2c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-b46514e9-84af-8ba8-dd7d-87d282e18174-2284d2c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5141801e-649e-1194-b217-26aa2bcf722b-2284d2b0, #w-node-f13a314b-019d-70d9-17f5-ba005c65c8a2-5c65c817, #w-node-_7b0da0c2-50ee-2919-63fc-ab7df599c2e5-2284d2b4 {
    justify-self: center;
  }

  #w-node-_0850ad69-7a00-4b62-9ebe-e711a6516c66-2284d2b4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2b9, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2b9, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2b9, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2b9, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2b9, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2ba, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2ba, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2ba, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2ba, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2ba, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bb, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bb, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bb, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bb, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bb, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bc, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bc, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bc, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bc, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bc, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bc, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bd, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bd, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bd, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bd, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bd, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2be, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2be, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2be, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2be, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2be, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bf, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bf, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bf, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bf, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bf {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }

  #w-node-bebc06ec-1e15-7886-016a-1d4c76a4871a-2284d2c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a493fc52-3472-a787-d245-b7d18b3e8ea3-2284d2c4 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2b9, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2b9, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2b9, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2b9, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2b9, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2b9, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2ba, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2ba, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2ba, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2ba, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2ba, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2ba, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bb, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bb, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bb, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bb, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bb, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bb, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bc, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bc, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bc, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bc, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bc, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bc, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bd, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bd, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bd, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bd, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bd, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bd, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2be, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2be, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2be, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2be, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2be, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2be, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bf, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bf, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bf, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bf, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bf, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5141801e-649e-1194-b217-26aa2bcf722b-2284d2b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_1771dc11-056f-a395-2f40-30f098e95093-2284d2b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fdc56c3f-09a4-b46b-017f-b074ca372abd-2284d2b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0850ad69-7a00-4b62-9ebe-e711a6516c66-2284d2b4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_5280dd38-1fa6-3f55-9b99-fb683e09d1fd-2284d2b4 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0e93f39-0657-0847-7250-9a15f4d78a67-2284d2b8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2b9, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2b9, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2b9, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2b9, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2b9, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2b9, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2ba, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2ba, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2ba, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2ba, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2ba, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2ba, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bb, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bb, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bb, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bb, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bb, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bb, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bc, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bc, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bc, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bc, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bc, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bc, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bd, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bd, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bd, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bd, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bd, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bd, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2be, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2be, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2be, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2be, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2be, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2be, #w-node-_59fe7216-73f0-a270-d039-f85a00f6c263-2284d2bf, #w-node-ce4b5043-1ef6-dd82-3ec4-99322e5c00d6-2284d2bf, #w-node-_7ab47af6-b977-cfda-0091-6f4af300600b-2284d2bf, #w-node-_4f9b215d-168d-fa3c-29c3-52b77301be53-2284d2bf, #w-node-e62ef848-b1e7-9b8a-469c-505aa5623405-2284d2bf, #w-node-_063b0434-abdf-a357-f82f-5fe306e177e7-2284d2bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f25889f3-a788-d099-eecb-22808e53404f-2284d2c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1';
  src: url('../fonts/GothamMedium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Walsheim';
  src: url('../fonts/GT-Walsheim.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}