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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph.cc-bigger-light {
  opacity: 0.6;
}

.paragraph.hero {
  width: 75%;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.paragraph.hero.left {
  width: auto;
  text-align: left;
}

.paragraph.light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(11, 13, 23, 0.6);
  font-weight: 300;
}

.paragraph.light.white {
  color: #fff;
  text-align: center;
}

.paragraph.medium {
  margin-bottom: 0px;
  color: #0b0d17;
  font-size: 16px;
  font-weight: 600;
}

.paragraph.big {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.paragraph.big.yellow {
  color: #fdd73a;
  text-align: center;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdd73a;
  color: #0b0d17;
  font-weight: 600;
  letter-spacing: 1px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 5px;
  color: #0b0d17;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small.light {
  color: rgba(11, 13, 23, 0.6);
  font-size: 12px;
}

.paragraph-small.light.bg-white {
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0d17;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 1;
  color: #fff;
}

.navigation-item:active {
  opacity: 1;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.detail-wrapper {
  margin-bottom: 10px;
  padding: 10px;
}

.detail-wrapper.white-bg {
  margin: 10px -10px -10px;
  padding: 20px;
  background-color: #fff5b0;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.logotype {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fdd73a;
  font-size: 16px;
  font-weight: 600;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background-color: #0b0d17;
}

.text-block {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: none;
  opacity: 0.05;
  color: #fff;
  font-size: 120px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fdd73a;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.h1.title-training {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: left;
}

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

.h1.blog-title {
  color: #0b0d17;
  text-align: left;
}

.hero-image {
  width: 40%;
  margin-top: auto;
  margin-left: 20px;
}

.primary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 175px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdd73a;
  color: #0b0d17;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.bridge-section {
  background-color: #fdd73a;
}

.bridge-content-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.why-us-section {
  background-color: #fff;
}

.why-us-section.light-grey {
  background-color: #f4f5f7;
}

.why-us-content-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 1.5fr;
  grid-template-columns: 0.25fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bullet-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #fdd73a;
  font-weight: 700;
}

.image-2 {
  height: 100%;
  margin-bottom: -60px;
}

.list-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logo-certification {
  height: 65px;
}

.certification-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.certification-logos {
  display: -ms-grid;
  display: grid;
  margin-left: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.supported-by-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f5f7;
}

.supported-by-section.white {
  background-color: #fff;
}

.counter-section {
  background-color: #0b0d17;
}

.counter-content-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.number-block-with-line {
  padding: 20px 20px 20px 30px;
  border-left: 2px solid #fdd73a;
}

.counter-number {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2px;
}

.counter-label {
  color: #fdd73a;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0px;
}

.testimoni-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff5b0;
}

.testimoni-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider {
  width: 50%;
  min-height: 400px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 50px;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.icon {
  color: #0b0d17;
  font-size: 20px;
}

.icon-2 {
  color: #0b0d17;
  font-size: 20px;
}

.slide-nav {
  display: none;
}

.div-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.yellow-block-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  background-color: #fdd73a;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimony-photo {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.name-testimony {
  color: #0b0d17;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.label-testimony {
  color: rgba(11, 13, 23, 0.6);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0px;
}

.materi-section {
  padding-bottom: 100px;
  background-color: rgba(11, 13, 23, 0.6);
}

.materi-list-wrapper.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 8px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fdd73a;
  background-color: transparent;
  color: #fdd73a;
}

.tab-link:hover {
  color: #fdd73a;
  font-weight: 500;
}

.tab-link.w--current {
  background-color: #fdd73a;
  color: #0b0d17;
  font-weight: 600;
}

.tabs {
  margin-top: 20px;
  margin-bottom: 40px;
}

.tab-pane-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.training-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.training-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.training-title {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #0b0d17;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.training-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  text-decoration: none;
}

.training-date {
  padding: 10px;
  background-color: #fdd73a;
  color: #0b0d17;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

.training-date.passed {
  background-color: #969bab;
  color: #fff;
}

.registration-counter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.registration-counter {
  color: #0b0d17;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.small-label {
  color: rgba(11, 13, 23, 0.5);
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.price {
  margin-top: 2px;
  color: #fe9a22;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.daftar-text {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  height: 12px;
  margin-left: 5px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-wrapper {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0b0d17;
  text-align: center;
}

.icon-footer {
  height: 20px;
}

.footer-logo-accent {
  position: absolute;
  left: auto;
  top: auto;
  right: -50px;
  bottom: -100px;
  width: 300px;
  opacity: 0.25;
}

.footer-description {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.footer-label {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.link {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-daftar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fe9a22;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  text-decoration: none;
}

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

.button-daftar.disable {
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #969bab;
}

.div-block-9 {
  padding: 4px 10px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.arrow-title {
  color: #fe9a22;
  font-size: 14px;
}

.outline-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  text-decoration: none;
}

.outline-button.yellow {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #fdd73a;
  color: #fdd73a;
  line-height: 1;
  font-weight: 500;
}

.div-block-10 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-11 {
  padding: 10px;
  background-color: #fdd73a;
}

.detail-training-section {
  background-color: #fff;
}

.rich-text-block {
  margin-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: start;
  color: #0b0d17;
}

.hero-detail {
  position: relative;
  height: 92vh;
  background-color: #0b0d17;
}

.hero-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-hero-image {
  height: 400px;
  border: 10px solid #fff;
  box-shadow: 42px -42px 10px 10px hsla(0, 0%, 100%, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.label-category {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-section {
  background-color: #0b0d17;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.navbar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field {
  height: 55px;
  margin-bottom: 30px;
}

.label-form {
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.error-message {
  background-color: #db6464;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.success-message {
  background-color: #b4e7ae;
}

.payment-instruction-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.div-block-15 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.training-name {
  margin-bottom: 20px;
  color: #0b0d17;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.guide-payment {
  margin-bottom: 10px;
  color: #fe9a22;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.guide-payment.black {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.label-payment {
  color: rgba(11, 13, 23, 0.6);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.valuie-payment {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.payment-section {
  position: relative;
  overflow: hidden;
  background-color: #0b0d17;
}

.confirmation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fdd73a;
  color: #0b0d17;
  line-height: 1;
  font-weight: 500;
}

.waktu-training {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 0.75fr;
  grid-template-columns: 1.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff5b0;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.trainer-name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 8px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
  background-color: #0b0d17;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

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

.trainer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff5b0;
}

.image-5 {
  width: 14px;
  margin-left: 5px;
}

.text-block-5 {
  line-height: 1.2;
}

.date {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.time {
  color: rgba(11, 13, 23, 0.6);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.wa {
  position: fixed;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 14px;
  border-radius: 50px;
  background-color: #fe9a22;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 12px;
  text-decoration: none;
}

.image-6 {
  width: 30px;
}

.text-block-7 {
  white-space: nowrap;
}

.register-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdd73a;
  color: #0b0d17;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff5b0;
}

.arrow-slider {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  background-color: #fdd73a;
  color: #0b0d17;
  font-size: 16px;
}

.arrow-slider.left {
  right: 50px;
}

.slide-nav-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}

.mask {
  height: 100%;
  margin-top: 50px;
}

.slider-image {
  width: 40%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  height: 100%;
  padding: 20px;
  background-color: #fff;
}

.hero-slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-training-title {
  margin-bottom: 20px;
  color: #0b0d17;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.training-category {
  margin-bottom: 10px;
  border-style: none;
  border-width: 2px;
  border-color: #fdd73a;
  color: #fe9a22;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.training-category.small {
  font-size: 12px;
}

.training-category.grey {
  color: #969bab;
}

.animated-svg {
  position: absolute;
  left: auto;
  top: auto;
  right: 43%;
  bottom: -6%;
  z-index: 3;
  width: 200px;
}

.animated-svg._2 {
  left: 75px;
  top: -2%;
  right: auto;
  bottom: auto;
  width: 250px;
  opacity: 0.75;
}

.animated-svg._3 {
  left: -6%;
  top: auto;
  right: auto;
  bottom: 12%;
  width: 150px;
}

.payment-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.top-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-8 {
  width: 50%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1-blog-title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #0b0d17;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}

.h1-blog-title.title-training {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: left;
}

.h1-blog-title.left {
  text-align: left;
}

.list-blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f5f7;
}

.tabs-2 {
  width: 100%;
}

.blog-tabs {
  margin-top: 20px;
  margin-bottom: 40px;
}

.blog-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 8px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fe9a22;
  background-color: transparent;
  color: #fe9a22;
}

.blog-tab-link:hover {
  color: #fe9a22;
}

.blog-tab-link.w--current {
  background-color: #fe9a22;
  color: #fff;
  font-weight: 600;
}

.blog-tab-pane-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 4px;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.blog-image-list {
  width: 200px;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-title-list {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0b0d17;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.blog-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  text-decoration: none;
}

.tabs-content {
  overflow: visible;
}

.text-block-8 {
  margin-top: auto;
  color: #fe9a22;
  font-size: 12px;
  line-height: 1;
}

.load-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fe9a22;
  text-decoration: none;
}

.load-more-button.yellow {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #fdd73a;
  color: #fdd73a;
  line-height: 1;
  font-weight: 500;
}

.rich-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-blog {
  position: relative;
  background-color: #fdd73a;
}

.hero-blog-image {
  width: 80%;
  height: 500px;
  border: 10px solid #fff;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.15);
  -o-object-fit: cover;
  object-fit: cover;
}

.tab-pane-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-rich-text {
  max-width: 760px;
  margin-top: 140px;
  margin-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #0b0d17;
}

.view-more {
  color: #fe9a22;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.navbar-logo {
  height: 40px;
}

.detail-training-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-detail-training-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.load-more {
  color: #fe9a22;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.tab-pane-training-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  height: 75px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trainer-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-9 {
  height: 300px;
}

.cta-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  margin-right: 20px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #1e8882;
  background-color: #1e8882;
  font-size: 20px;
  font-weight: 700;
}

.button-2.orange {
  margin-top: 20px;
  margin-right: 0px;
  border-color: #ffbd00;
  background-color: #ffbd00;
  color: #0e262d;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 800;
}

.h3.white {
  margin-bottom: 20px;
  color: #fff;
}

.trainer-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0b0d17;
}

.sosmed-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-sosmed {
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.special-price {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fe2222;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.special-price.light {
  color: rgba(11, 13, 23, 0.6);
  font-size: 12px;
}

.special-price.light.bg-white {
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.rekening-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rekening-rich-text {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.hero {
    font-size: 16px;
  }

  .paragraph.hero.left {
    text-align: center;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: block;
  }

  .button.cc-contact-us.w--current {
    position: static;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .paragraph-small.light {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
    color: #fdd73a;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-item {
    margin-bottom: 10px;
    padding: 15px 30px;
    opacity: 1;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: transparent;
  }

  .navigation-item:active {
    background-color: transparent;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    position: absolute;
    margin-right: -40px;
    margin-left: -40px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #202020;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .project-details-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .logotype {
    font-size: 14px;
  }

  .text-block {
    top: 35%;
    max-width: 100%;
    font-size: 80px;
    white-space: normal;
  }

  .hero-content-wrapper {
    padding-top: 20px;
  }

  .h1 {
    font-size: 32px;
  }

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

  .hero-image {
    width: 60%;
    margin-top: auto;
    margin-left: 0px;
  }

  .primary-button {
    font-size: 14px;
  }

  .h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .why-us-content-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bullet-number {
    height: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-2 {
    height: 350px;
  }

  .certification-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
  }

  .certification-logos {
    margin-top: 10px;
    margin-left: 0px;
  }

  .counter-content-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .number-block-with-line {
    padding-left: 20px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-pane-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-content {
    justify-items: center;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-11 {
    width: 80%;
  }

  .rich-text-block {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }

  .hero-detail {
    height: auto;
  }

  .hero-detail-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .detail-hero-image {
    width: 100%;
    height: 400px;
    box-shadow: 42px 42px 10px 10px hsla(0, 0%, 100%, 0.1);
  }

  .confirmation-button {
    font-size: 14px;
  }

  .waktu-training {
    justify-items: stretch;
  }

  .trainer-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .register-button {
    font-size: 14px;
  }

  .div-block-16 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-image {
    height: 200px;
  }

  .slider-training-title {
    font-size: 20px;
  }

  .payment-content-wrapper {
    padding-top: 20px;
  }

  .h1-blog-title {
    font-size: 32px;
  }

  .h1-blog-title.left {
    text-align: center;
  }

  .blog-tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-tab-pane-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-image-list {
    width: 250px;
  }

  .rich-text-wrapper {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .hero-blog {
    height: auto;
  }

  .hero-blog-image {
    width: 100%;
    height: 400px;
    box-shadow: 42px 42px 10px 10px hsla(0, 0%, 100%, 0.1);
  }

  .tab-pane-wrapper-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .detail-training-title-wrapper {
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero-detail-training-wrapper {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-image-wrapper {
    padding-right: 0px;
  }

  .button-2 {
    margin-left: 10px;
    padding: 10px 30px;
    font-size: 16px;
  }

  .h3 {
    font-size: 20px;
  }

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

  .special-price.light {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph {
    font-size: 14px;
    line-height: 1.5;
  }

  .paragraph.hero {
    line-height: 1.5;
  }

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

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .logotype {
    text-align: left;
  }

  .h1 {
    font-size: 24px;
  }

  .hero-image {
    height: auto;
  }

  .h2 {
    font-size: 24px;
  }

  .list-wrapper {
    margin-bottom: 20px;
  }

  .bullet-number {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .certification-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .counter-number {
    font-size: 32px;
    text-align: left;
  }

  .counter-label {
    font-size: 16px;
    text-align: left;
  }

  .testimoni-section {
    overflow: hidden;
  }

  .testimoni-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    width: auto;
  }

  .div-block {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-right: 0px;
  }

  .slide-content-wrapper {
    padding: 20px;
  }

  .yellow-block-bg {
    width: 100%;
    height: 50%;
  }

  .testimony-photo {
    width: 50px;
    height: 50px;
  }

  .name-testimony {
    font-size: 18px;
    text-align: left;
  }

  .label-testimony {
    font-size: 12px;
    text-align: left;
  }

  .tabs-menu {
    overflow: scroll;
  }

  .tab-link {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
  }

  .tab-pane-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .training-title {
    font-size: 16px;
    text-align: left;
  }

  .training-title-wrapper {
    padding: 10px;
  }

  .registration-counter-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .registration-counter {
    text-align: right;
    white-space: nowrap;
  }

  .small-label {
    font-size: 10px;
    text-align: left;
  }

  .price {
    font-size: 14px;
  }

  .footer {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .footer-logo-accent {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .outline-button.yellow {
    padding: 20px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .div-block-11 {
    width: auto;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .detail-hero-image {
    border-width: 5px;
  }

  .form-wrapper {
    width: auto;
  }

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

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

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

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

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

  .date {
    font-size: 12px;
    text-align: left;
  }

  .register-button {
    font-size: 12px;
  }

  .slider-image {
    width: 200px;
    height: 150px;
  }

  .slider-training-title {
    font-size: 16px;
    text-align: left;
  }

  .training-category {
    font-size: 12px;
  }

  .animated-svg {
    left: auto;
    top: auto;
    right: -9%;
    bottom: 40%;
  }

  .animated-svg._2 {
    left: 0px;
    right: auto;
    bottom: auto;
    width: 200px;
  }

  .animated-svg._3 {
    left: -1%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .h1-blog-title {
    font-size: 24px;
  }

  .blog-tabs-menu {
    overflow: scroll;
  }

  .blog-tab-link {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
  }

  .blog-tab-pane-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-title-list {
    font-size: 16px;
    text-align: left;
  }

  .blog-title-wrapper {
    padding: 10px;
  }

  .load-more-button.yellow {
    padding: 20px;
  }

  .hero-blog-image {
    border-width: 5px;
  }

  .tab-pane-wrapper-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-rich-text {
    font-size: 14px;
  }

  .hero-detail-training-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-2 {
    font-size: 14px;
  }

  .button-2.orange {
    text-align: center;
  }

  .h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .h3.white {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.hero {
    width: 100%;
  }

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

  .paragraph.medium {
    line-height: 1.5;
    text-align: center;
  }

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation-items {
    margin-right: -21px;
    margin-left: -21px;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .project-details-grid {
    width: 100%;
  }

  .text-block {
    top: 40%;
    line-height: 1;
  }

  .hero-content-wrapper {
    padding-top: 40px;
  }

  .hero-image {
    width: 100%;
  }

  .primary-button {
    width: 100%;
    min-width: 0px;
    margin-top: 20px;
  }

  .bridge-content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-wrapper {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bullet-number {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-2 {
    height: auto;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .certification-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .counter-content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .number-block-with-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none #fdd73a;
    border-left-style: none;
    background-color: rgba(253, 215, 58, 0.1);
  }

  .testimoni-content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block {
    padding-right: 0px;
  }

  .yellow-block-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    height: 50%;
  }

  .tab-pane-wrapper {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .training-title-wrapper {
    padding: 20px;
  }

  .training-date {
    padding: 5px;
  }

  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-logo-accent {
    right: 10%;
    width: 80%;
  }

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

  .div-block-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .detail-hero-image {
    height: 40vh;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .payment-instruction-wrapper {
    padding: 20px;
  }

  .div-block-15 {
    margin-bottom: 20px;
  }

  .label-payment {
    font-size: 12px;
  }

  .valuie-payment {
    font-size: 14px;
  }

  .waktu-training {
    margin-bottom: 20px;
  }

  .price-wrapper {
    margin-bottom: 20px;
  }

  .trainer-name {
    font-size: 14px;
  }

  .slider-image {
    width: 100%;
  }

  .hero-slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-18 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .animated-svg {
    bottom: 45%;
    width: 150px;
  }

  .animated-svg._2 {
    left: -50px;
  }

  .payment-content-wrapper {
    padding-top: 40px;
  }

  .top-post-section {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-post-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-8 {
    width: auto;
    height: 250px;
  }

  .div-block-19 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .list-blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-tab-link {
    min-width: 100px;
  }

  .blog-tab-pane-wrapper {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-image-list {
    width: 125px;
    min-height: 150px;
  }

  .blog-title-list {
    font-size: 14px;
  }

  .blog-title-wrapper {
    padding: 10px;
  }

  .text-block-8 {
    font-size: 10px;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .hero-blog-image {
    height: 250px;
  }

  .tab-pane-wrapper-copy {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-rich-text {
    margin-top: 100px;
    font-size: 14px;
  }

  .trainer-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-image-wrapper {
    width: 75%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-2 {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: center;
  }

  .rekening-wrapper {
    margin-bottom: 20px;
  }
}

#w-node-d9033837-3aca-b8c0-7fec-578356f9f1c1-1c8e35e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_17d54c66-8da9-9f05-0cb8-cb6ce538275e-1c8e35e8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2e29fe3f-4322-63b7-a3a5-963457c981bc-1c8e35e8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b4e9a1df-79b9-222e-95f9-634d9054d8cd-1c8e35e8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2a90daf2-51ba-4287-c8ee-0251312fd96d-1c8e35e8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8dd820af-5e49-6d79-1b43-897b5ae48d6d-1c8e35e8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c7670b6c-4f59-215f-be20-8d60405b76af-1c8e35e8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b9ee6fee-74c7-6b93-8a84-66943fc0ff44-4a69637c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8245e11c-44c3-80ad-191a-9e0359e00acf-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_5237101d-675c-d1fc-6ec1-492119e47ae3-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7c4b10d8-4c6c-d054-5cd7-69319202fd54-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7c4b10d8-4c6c-d054-5cd7-69319202fd59-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cefb5384-8c70-6a3c-5442-5f3047c2d49b-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cefb5384-8c70-6a3c-5442-5f3047c2d4a0-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_27c18e09-dda0-b50f-1228-32767363c873-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_27c18e09-dda0-b50f-1228-32767363c878-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_80da88ba-80e8-b3b3-88ab-4654f5aa52e5-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_80da88ba-80e8-b3b3-88ab-4654f5aa52ea-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_850e382d-fab3-77a7-92b1-c86c2acc419d-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_850e382d-fab3-77a7-92b1-c86c2acc41a2-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e07f2789-1f7f-c350-4259-e081b2960de8-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e07f2789-1f7f-c350-4259-e081b2960ded-4a69637c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_07af19c4-926a-605f-cef7-c7238b51fa02-4a69637c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d9033837-3aca-b8c0-7fec-578356f9f1c1-4a69637c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_17d54c66-8da9-9f05-0cb8-cb6ce538275e-4a69637c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2e29fe3f-4322-63b7-a3a5-963457c981bc-4a69637c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b4e9a1df-79b9-222e-95f9-634d9054d8cd-4a69637c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2a90daf2-51ba-4287-c8ee-0251312fd96d-4a69637c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8dd820af-5e49-6d79-1b43-897b5ae48d6d-4a69637c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c7670b6c-4f59-215f-be20-8d60405b76af-4a69637c {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d9033837-3aca-b8c0-7fec-578356f9f1c1-1c8e35e8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f5dd2a7a-4427-9142-23d3-729d043cd23f-043cd23b {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-f5dd2a7a-4427-9142-23d3-729d043cd24e-043cd23b {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b9ee6fee-74c7-6b93-8a84-66943fc0ff44-4a69637c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d9033837-3aca-b8c0-7fec-578356f9f1c1-4a69637c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5dd2a7a-4427-9142-23d3-729d043cd23f-043cd23b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f5dd2a7a-4427-9142-23d3-729d043cd245-043cd23b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f5dd2a7a-4427-9142-23d3-729d043cd24e-043cd23b {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

