:root {
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--400: #dcddeb;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
}

p {
  color: #000;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: #4886dd;
  text-decoration: none;
}

li {
  color: #fff;
  line-height: 24px;
}

label {
  margin-bottom: 5px;
  display: block;
}

.hero {
  flex-flow: column;
  height: 52vh;
  display: flex;
}

.hero.home {
  background-color: #fff;
  background-image: none;
  height: auto;
}

.hero.inside {
  height: 61vh;
}

.nav-wrapper {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  min-height: 10vh;
  position: fixed;
  box-shadow: 0 2px 20px #4886dd63;
}

.nav-container {
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #fff0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand {
  width: 6%;
}

.flex-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  border-bottom: 3px solid #fff;
  padding: 10px 10px 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: #4885ed;
  border-bottom: 3px solid #4885eb;
}

.nav-link.w--current {
  color: #4885ea;
  border-bottom-color: #fff;
}

.nav-link.drop-navlink {
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.nav-link.drop {
  color: #fff;
  padding-right: 20px;
}

.drop-icon-link {
  background-image: url('../images/arrow-down-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 0;
}

.dropdown-list {
  background-color: #ceb3b3;
  border-radius: 8px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  width: 150px;
  padding: 0;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list.about {
  z-index: 1;
}

.dropdown-list.courses.w--open {
  width: 160px;
}

.dropdown-list.professional.w--open {
  width: 110px;
}

.drop-link {
  color: #000;
  flex-flow: column;
  padding: 7px 13px;
  text-decoration: none;
  display: flex;
}

.drop-link.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dbeaff;
}

.drop-link.last {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.drop-line {
  color: #292d32;
  background-color: #292d32;
  height: 3px;
  text-decoration: underline;
  display: none;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 86%;
  display: flex;
}

.login-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.login-cta {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.login-cta:hover {
  color: #1c2d37;
  background-color: #abd7e6;
}

.login-cta.signup {
  color: #fff;
  background-color: #535353;
}

.login-cta.nav-tab {
  border: 3px solid #4786eb;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 19px;
}

.login-cta.nav-tab:hover {
  color: #fff;
  background-color: #4984ef;
}

.hero-header-wrapper {
  min-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-header-wrapper.inside-header-wrapper {
  background-color: #0000;
  background-image: url('../images/14331.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-height: 51vh;
  margin-top: 87px;
  padding-top: 95px;
  padding-bottom: 40px;
  display: flex;
}

.hero-header-wrapper.inside-header-wrapper.product {
  background-image: linear-gradient(280deg, #fffffffa 24%, #fff0 85%), url('../images/14331.jpg');
  background-position: 0 0, 160% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-header-wrapper.inside-header-wrapper.course {
  background-image: url('../images/schedule-activity-calendar-appointment-concept.webp');
  background-position: 100%;
}

.hero-header-wrapper.inside-header-wrapper.about {
  background-image: url('../images/68ff0f32262acd5af0a43f2d_business-people-casual-meeting.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-header-wrapper.inside-header-wrapper.intro {
  background-image: url('../images/68a6963233f1e12b154783f4_DSC_9158-min_1.jpeg');
  background-position: 50% -1100%;
  background-size: cover;
}

.hero-header-wrapper.inside-header-wrapper.tac {
  background-image: url('../images/17342.webp');
}

.hero-header-wrapper.inside-header-wrapper.course-list-bg {
  background-image: url('../images/close-up-hand-writing-notebook-top-view.jpg');
  background-position: 50%;
}

.hero-header-wrapper.inside-header-wrapper.trainers-bg {
  background-image: url('../images/2148233795.webp');
  background-position: 50% 30%;
}

.hero-header-wrapper.inside-header-wrapper.student-matters-bg {
  background-image: url('../images/17531.webp');
  background-position: 50%;
}

.hero-header-wrapper.inside-header-wrapper.certificates-bg {
  background-image: url('../images/2148769646.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-header-wrapper.inside-header-wrapper.point-req-bg {
  background-image: url('../images/top-view-notebook-with-checklist-desk.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.hero-header-wrapper.inside-header-wrapper.wsh-qual-bg {
  background-image: url('../images/127950.webp');
  background-position: 50% 72%;
  background-attachment: scroll;
}

.hero-header-wrapper.inside-header-wrapper.cpp-bg {
  background-image: url('../images/2147702056.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-header-wrapper.inside-header-wrapper.wsho-license-renewal-bg {
  background-image: url('../images/graduation-diploma-certificate-wax-seal.webp');
  background-position: 50%;
  background-attachment: scroll;
}

.hero-header-wrapper.inside-header-wrapper.intro-banner {
  background-image: url('../images/68a6963233f1e12b154783f4_DSC_9158-min_1.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-header-wrapper.inside-header-wrapper.event-bg {
  background-image: url('../images/2149333686.webp');
  background-position: 50% 27%;
}

.hero-header-wrapper.inside-header-wrapper.emo-image {
  background-image: url('../images/medium-shot-people-applauding-colleague-2.jpg');
  background-position: 50% 25%;
}

.hero-header-wrapper.inside-header-wrapper.diploma-bg {
  background-image: url('../images/girls-graduation-showing-their-certificates-min.jpg');
  background-position: 50%;
}

.hero-header-wrapper.inside-header-wrapper.occu-bg {
  background-image: url('../images/occu-bg.jpg');
  background-position: 50% 40%;
}

.hero-header-wrapper.inside-header-wrapper.rmcp-bg {
  background-image: url('../images/rmcp.jpg');
  background-position: 50% 37%;
}

.hero-header-wrapper.inside-header-wrapper.safety-bg {
  background-image: url('../images/employees-with-masks-working-warehouse-2.jpg');
  background-position: 50% 20%;
}

.hero-header-wrapper.inside-header-wrapper.mental-bg {
  background-image: url('../images/medium-shot-employees-with-mask.jpg');
}

.hero-header-wrapper.inside-header-wrapper.welness-bg {
  background-image: url('../images/people-with-medical-masks-working-together-project.jpg');
  background-position: 50%;
}

.hero-header-wrapper.inside-header-wrapper.ethics-bg {
  background-image: url('../images/stacked-hands-from_23-2147656763.jpg');
  background-position: 50%;
}

.hero-header-wrapper.inside-header-wrapper.multi-bg {
  background-image: url('../images/beautiful-women-working-together-office-1.jpg');
  background-position: 50%;
}

.hero-header-wrapper.inside-header-wrapper.prof-bg {
  background-image: url('../images/employee-showing-appreciation-each-other-2.jpg');
}

.hero-header-wrapper.inside-header-wrapper.cwogi {
  background-image: url('../images/137640.webp');
}

.hero-header-wrapper.inside-header-wrapper.btdfm {
  background-image: url('../images/2148269340.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-header-wrapper.inside-header-wrapper.ra-bg {
  background-image: url('../images/2148727675.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-header-wrapper.inside-header-wrapper.dib-bg {
  background-image: url('../images/2149161677.jpg');
}

.hero-header-wrapper.inside-header-wrapper.drm-bg {
  background-image: url('../images/19461.webp');
}

.hero-header-wrapper.inside-header-wrapper.sgsec-bg {
  background-image: url('../images/2150368712.webp');
  background-position: 50%;
}

.hero-header-wrapper.inside-header-wrapper.sdiw-bg {
  background-image: url('../images/2148921432.webp');
}

.hero-header-wrapper.inside-header-wrapper.gdiw-bg {
  background-image: url('../images/2148769646.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-header-wrapper.inside-header-wrapper.mwsh-bg {
  background-image: url('../images/60.webp');
}

.hero-header-wrapper.inside-header-wrapper.wshb-bg {
  background-image: url('../images/19504.webp');
  background-position: 50%;
}

.hero-header-wrapper.inside-header-wrapper.bpd-bg {
  background-image: url('../images/2149333686.webp');
  background-position: 50% 30%;
}

.hero-header-wrapper.inside-header-wrapper.ceee-bg {
  background-image: url('../images/2149636251.webp');
  background-position: 50% 90%;
}

.hero-header-wrapper.hide {
  display: none;
}

.container {
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-slider {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-nav {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: 456px;
  right: 104px;
}

.slider {
  min-height: 70vh;
}

.slide {
  background-image: url('../images/68a692298d41d2571d71277a_EEFM9727.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 151px;
  padding-bottom: 60px;
}

.slide.s1 {
  background-image: linear-gradient(94deg, #4886dd 34%, #fff0 73%), url('../images/68a6963233f1e12b154783f4_DSC_9158-min_1.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 100px;
}

.slide.s2 {
  background-image: linear-gradient(94deg, #4886dd 34%, #fff0 73%), url('../images/68a692298d41d2571d71277a_EEFM9727.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 100px;
}

.hero-slider-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.hero-content-info {
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.right-arrow, .left-arrow {
  font-size: 15px;
  display: none;
}

.content-wrapper.grey-bg {
  background-color: #f3f3f3;
}

.content-wrapper.bg {
  background-color: #f5f9ff;
}

.content-wrapper.voices-wrapper {
  background-color: #4886dd1a;
  display: none;
}

.content-wrapper.notpadding {
  padding-top: 0;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-wrapper.mid-flex {
  justify-content: center;
  align-items: center;
}

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

.flex-wrapper.right-flex {
  justify-content: flex-end;
  align-items: center;
}

.flex-wrapper.float {
  clear: both;
  margin-bottom: 20px;
}

.flex-wrapper.contact-flex {
  justify-content: space-between;
  align-items: stretch;
}

.flex-wrapper.course-flex {
  justify-content: center;
  align-items: stretch;
}

.image-box {
  border-radius: 15px;
  width: 45%;
  height: 325px;
  overflow: clip;
}

.image-box.about-image {
  background-image: url('../images/image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 46%;
  height: 430px;
  overflow: clip;
}

.image-box.wsho-image {
  object-fit: contain;
  width: 40%;
  height: auto;
}

.image-box.wsho-image-professionas {
  object-fit: contain;
  background-color: #25a74e;
  background-image: url('../images/wsho.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.image-box.trainers-image {
  background-image: url('../images/2149353982.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  height: auto;
}

.image-box.certificates {
  background-image: url('../images/2148928779.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 46%;
}

.content-box.full {
  width: 100%;
}

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

.brix---color-neutral-600 {
  color: #181717;
  padding-top: 0;
  padding-left: 0;
}

.brix---accordion-header {
  background-color: #4886dd;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 19px;
  display: flex;
}

.brix---accordion-header.color {
  background-color: #e8f2ff00;
  align-items: baseline;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.brix---accordion-header.color.mvo-header {
  padding: 0;
}

.brix---accordion-header.color.level-header {
  border-bottom: 1px solid #4886dd36;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.brix---accordion-header.color.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.brix---accordion-header.color.price {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---acordion-body._30bmar {
  margin-bottom: 30px;
}

.brix---accordion-spacer {
  min-height: 16px;
  margin-top: 20px;
}

.brix---accordion-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 19px;
  line-height: 26px;
}

.brix---accordion-title.black {
  color: #333;
  text-transform: capitalize;
}

.brix---accordion-title.blue {
  color: #428bca;
}

.brix---accordion-title.blue.course {
  color: #4886dd;
  text-transform: capitalize;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.brix---accordion-title.blue.course:hover {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-title.blue.prices {
  color: #666;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.brix---accordion-title.blue.prices:hover {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-title.blue.course-v2 {
  color: #000;
  text-transform: capitalize;
  justify-content: space-between;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.brix---accordion-title.blue.course-v2:hover {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.brix---btn-circle-accordion-btn {
  border: 1px none var(--elements-webflow-library--neutral--300);
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: #fff;
  transform-style: preserve-3d;
  background-color: #fff0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: #fff0;
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-accordion-btn.blue {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  padding: 3px;
}

.brix---accordion-v3-card {
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  border-radius: 24px;
  padding: 0;
}

.brix---accordion-v3-card.prices {
  margin-top: 20px;
  margin-bottom: 10px;
}

.brix---accordion-content-wrapper-v2 {
  background-color: #0000000f;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.brix---accordion-content-wrapper-v2.top {
  justify-content: flex-start;
  align-items: stretch;
}

.brix---accordion-content-wrapper-v2.half {
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
}

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

.brix---accordion-item-wrapper-v3-first {
  width: 49%;
  box-shadow: 12px 1px 12px -4px var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #4886dd36;
  border-radius: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 0 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: none;
}

.brix---accordion-item-wrapper-v3-first.mvo-box {
  border: 1px #42424224;
  border-radius: 30px;
  width: 100%;
  height: 620px;
}

.brix---accordion-item-wrapper-v3-first.mvo-box:hover {
  border: 1px #00000024;
  transform: none;
}

.brix---accordion-item-wrapper-v3-first.mvo-box.full {
  width: 100%;
  height: auto;
}

.brix---accordion-item-wrapper-v3-first.no-shadow {
  width: 100%;
  box-shadow: none;
  border-style: none;
  margin-bottom: 0;
  padding-top: 0;
}

.brix---accordion-item-wrapper-v3-first.intro-box {
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  padding-top: 10px;
  padding-bottom: 30px;
}

.brix---accordion-item-wrapper-v3-first.wsh-qual {
  width: 100%;
  height: auto;
  box-shadow: none;
  cursor: auto;
  border-style: none;
  border-radius: 15px;
  flex-flow: wrap;
  padding: 0;
}

.brix---accordion-item-wrapper-v3-first.wsh-abc {
  cursor: auto;
  background-color: #f2f7fd;
  border-width: 2px;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  width: 24%;
  height: 470px;
  margin-bottom: 0;
  padding: 20px 30px 30px;
}

.brix---accordion-item-wrapper-v3-first.wsh-abc:hover {
  border-width: 2px;
  border-color: #4886dd;
}

.brix---accordion-item-wrapper-v3-first.courses-accord {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 32%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.brix---accordion-item-wrapper-v3-first.full {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---accordion-arrow-icon.invert {
  filter: invert();
}

.content-slider-box, .mask {
  width: 100%;
}

.arrow {
  background-color: #bfbfbf;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.arrow.left {
  font-size: 13px;
  left: -30px;
}

.arrow.right {
  font-size: 13px;
  right: -30px;
}

.content-slider {
  background-color: #ddd0;
  padding-left: 30px;
  padding-right: 30px;
}

.content-slider.flex-center {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.slide-course--box {
  color: #666;
  background-color: #fff;
  border-radius: 20px;
  padding: 14px;
  font-family: Nunito, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.course-slider {
  width: 25%;
  box-shadow: none;
  border-radius: 8px;
  margin-right: 10px;
  padding: 10px;
}

.slide-nav-2 {
  display: none;
}

.footer-flex {
  padding-bottom: 20px;
  display: flex;
}

.footer-flex.link {
  flex-direction: column;
}

.footer-flex.bline {
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}

.footer-link {
  width: 33%;
  margin-right: 40px;
}

.footer-content-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 13px;
  text-decoration: none;
}

.footer-content-link:hover {
  color: #4886dd;
}

.footer-content-link.w--current {
  color: #1e90ff;
}

.footer-content-link.no-hover:hover {
  color: #fff;
}

.footer-header {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  line-height: 25px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #1e90ff;
}

.paragraph-2 {
  font-size: 12px;
}

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

.footer-copyright {
  color: #fff;
  text-align: center;
  line-height: 37px;
}

.footer-wrapper {
  background-color: #cecece99;
  padding-top: 40px;
  padding-bottom: 10px;
}

.inside-hero-content-box {
  background-image: url('../images/686e1225f2c3a07815906128_Home-Page-Arrow-1-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 17px;
  display: flex;
}

.inside-hero-heading {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 55px;
  line-height: 62px;
}

.inside-hero-heading.font-size {
  font-size: 35px;
  line-height: 52px;
}

.breadcrumb-wrapper {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.breadcrumb-info-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bradcrumbs-link {
  color: #428cba;
  margin-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.bradcrumbs-link.w--current {
  font-family: Nunito, sans-serif;
}

.bradcrumbs-link.gray {
  color: #555;
  font-family: Nunito, sans-serif;
}

.bread-arrow {
  background-image: url('../images/arrow-right3-svgrepo-com-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 10px;
}

.course-filter {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-bottom: 20px;
}

.course-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.filter-field {
  color: #000;
  background-color: #0000;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
}

.filter-field.course-type {
  width: 100%;
  margin-bottom: 10px;
}

.btn-content {
  color: #fff;
  background-color: #4886dd;
  border: 2px solid #4886dd;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-content:hover {
  color: #0a1735;
  background-color: #0000;
}

.btn-content.apply {
  border-radius: 10px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 16px;
}

.btn-content.apply.width {
  border-radius: 10px;
}

.btn-content.log-in {
  margin-bottom: 10px;
}

.btn-content.forgot-pass {
  border-radius: 10px;
}

.course-shedule-wrapper {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.btn-content-2 {
  color: #fff;
  background-color: #535353;
  border: 2px solid #535353;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-content-2:hover {
  color: #0a1735;
  background-color: #0000;
}

.cname-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cname-2.left-align {
  text-align: left;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 0;
  font-weight: 600;
  display: flex;
}

.cname-2.bmargin5 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.c-name-info {
  color: #000;
  width: 50%;
  margin-right: 15px;
}

.c-name-info.width100 {
  text-align: left;
  width: 97%;
  margin-left: 20px;
  margin-right: 0;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper.event-button {
  justify-content: space-between;
  align-items: stretch;
}

.slot-number {
  color: #fff;
  text-align: center;
  background-color: #4886dd;
  justify-content: center;
  align-items: center;
  height: 85%;
  margin-bottom: 0;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}

.slot-available {
  color: #fff;
  text-align: center;
  background-color: #535353;
  justify-content: center;
  align-items: center;
  height: 15%;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.slot-box {
  flex-direction: column;
  width: 18%;
  display: flex;
}

.register-box {
  background-color: #4886dd0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37%;
  padding-top: 0;
  display: flex;
}

.course-information-wrapper {
  background-color: #4886dd0d;
  border-top: 1px #00000012;
  border-bottom: 1px #00000012;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.schedule {
  color: #000;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.schedule:hover {
  opacity: 1;
  color: #fff;
  background-color: #55595c;
}

.schedule.wrapper:hover {
  background-color: #fff;
}

.cname {
  color: #002b86;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cname.big {
  color: #000;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.course-details-box {
  border-bottom: 1px dashed #00000024;
  width: 100%;
  padding: 15px 20px 10px;
  display: flex;
}

.course-details-box.last {
  margin-bottom: 30px;
}

.c-name-details {
  width: 65%;
}

.btn-content-3 {
  color: #fff;
  background-color: #535353;
  border: 2px solid #535353;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-content-3:hover {
  color: #0a1735;
  background-color: #0000;
}

.course-image {
  background-color: #d3d3d3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 220px;
  overflow: clip;
}

.course-image.course1 {
  background-color: #fff;
  background-image: url('../images/woman-working-as-engineer.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course2 {
  background-color: #fff;
  background-image: url('../images/2148928779.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course3 {
  background-color: #fff;
  background-image: url('../images/employees-with-masks-working-warehouse-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course-4 {
  background-color: #fff;
  background-image: url('../images/middle-age-business-woman-giving-charts-her-young-colleague-conference-room.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course-5 {
  background-color: #fff;
  background-image: url('../images/two-hispanic-men-architects-writing-document-talking-smartphone-street.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course-6 {
  background-color: #fff;
  background-image: url('../images/confident-leader-talking-subordinates.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course-7 {
  background-color: #fff;
  background-image: url('../images/people-office-pandemic-having-meeting-together.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course-8 {
  background-color: #fff;
  background-image: url('../images/social-integration-working-team.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course-9 {
  background-color: #fff;
  background-image: url('../images/asian-entrepreneur-her-coworker-celebrating-business-success-while-using-computer-office.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course10 {
  background-color: #fff;
  background-image: url('../images/people-using-digital-device-while-meeting.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course11 {
  background-color: #fff;
  background-image: url('../images/group-creative-people-analyzing-result-work.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course12 {
  background-color: #fff;
  background-image: url('../images/creative-ideas-identity-product-develop-design.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course13 {
  background-color: #fff;
  background-image: url('../images/medium-shot-people-working-together.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course14 {
  background-color: #fff;
  background-image: url('../images/medium-shot-woman-working-office-travel-agency-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course15 {
  background-color: #fff;
  background-image: url('../images/medium-shot-people-working-together-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course16 {
  background-color: #fff;
  background-image: url('../images/cybersecurity-expert-presenting-firewall-security-status.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course17 {
  background-color: #fff;
  background-image: url('../images/black-confident-businesswoman--1.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course18 {
  background-color: #fff;
  background-image: url('../images/distance-learning-online-education-webpage.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course19 {
  background-color: #fff;
  background-image: url('../images/worker-standing-his-three-coworkers-construction-site-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course20 {
  background-color: #fff;
  background-image: url('../images/medium-shot-woman-working-office-travel-agency-2_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.course-image.course22 {
  background-color: #fff;
  background-image: url('../images/woman-working-as-engineer.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course23 {
  background-color: #fff;
  background-image: url('../images/black-confident-businesswoman--2.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course124 {
  background-color: #fff;
  background-image: url('../images/people-using-digital-device-while-meeting.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-image.course25 {
  background-color: #fff;
  background-image: url('../images/distance-learning-online-education-webpage.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.course-image.course13-a {
  background-color: #fff;
  background-image: url('../images/stacked-hands-from_23-2147656763.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-box {
  color: #fff;
  background-color: #043470;
  border-radius: 20px;
  flex-flow: column;
  width: 364px;
  min-width: 364px;
  height: 480px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  overflow: clip;
}

.course-box.in-course {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 6px;
  width: 32%;
  min-width: 0;
  height: auto;
  margin-bottom: 20px;
  margin-right: 10px;
  text-decoration: none;
  box-shadow: 0 2px 7px -2px #0003;
}

.course-box-heading {
  color: #000;
  height: 70px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.course-detail {
  color: #245add;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.course-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
}

.course-content.in-course {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.course-text {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 15px;
  line-height: 21px;
  display: flex;
}

.course-text.last {
  justify-content: flex-end;
  margin-top: 10px;
}

.course-text.hide {
  display: none;
}

.about-section {
  background-color: #fff;
  width: 100%;
  padding: 30px;
}

.about-section.half {
  width: 50%;
}

.about-section.email-form {
  background-color: #ecf1f8;
  border: 1px solid #4886dd5c;
  border-radius: 20px;
  width: 50%;
}

.about-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.about-box._0-margin {
  margin-bottom: 0;
}

.about-image {
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
  display: flex;
  overflow: clip;
}

.about-content {
  width: 48%;
}

.about-content.half {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.about-content.introduction {
  width: 100%;
}

.list-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.signup-cta {
  color: #000;
  text-align: center;
  background-color: #abd7e6;
  border: 1px #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.signup-cta:hover {
  background-color: #002cb2;
}

.nav-text {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 22px;
}

.slider-heading {
  color: #000;
  line-height: 26px;
}

.imabe-box {
  background-image: url('../images/68a692298d41d2571d71277a_EEFM9727.jpeg');
  background-position: 60%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 560px;
  display: flex;
  overflow: clip;
}

.tablet-par {
  display: none;
}

.wsho-section {
  background-color: #fff;
  border-radius: 15px;
  width: 60%;
  padding: 30px;
}

.wsho-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.general-content-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.wsho-image-box {
  background-image: url('../images/wsho.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 290px;
}

.assistance-box {
  background-color: #f5f9ff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  display: flex;
}

.highlight-par {
  color: #000;
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.highlight-par.size {
  color: #000;
  font-size: 14px;
}

.highlight-par.size.line-height {
  line-height: 31px;
}

.heading-icon-box {
  background-image: url('../images/flag-svgrepo-com-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 10px;
  display: none;
}

.introduction-section {
  background-color: #fff;
  width: 100%;
  padding: 30px;
}

.sub-heading-title {
  color: #666;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  line-height: 26px;
}

.sub-heading-title.white {
  margin-bottom: 0;
}

.sub-heading-title.white:hover {
  color: #725555;
}

.sub-heading-title._30bmargin {
  margin-bottom: 20px;
}

.search-filter {
  border-bottom: 0 #0000001a;
  width: 100%;
}

.course-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.wshol-content-wrapper {
  width: 48%;
  margin-bottom: 20px;
}

.trainers-section {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 0;
}

.trainers-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.resources-content {
  width: 100%;
}

.resources-content.half {
  width: 50%;
}

.certificate-section {
  background-color: #fff;
  width: 50%;
}

.certificate-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.certificate-content {
  width: 100%;
}

.form {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.certificate-id {
  width: 50%;
  margin-right: 10px;
  font-family: Nunito, sans-serif;
}

.fin {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-right: 10px;
  font-family: Nunito, sans-serif;
  display: block;
}

.requirement-section {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0;
}

.requirement-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.requirement-content {
  width: 100%;
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: .4fr 1fr .5fr;
  justify-items: stretch;
  margin-bottom: 10px;
}

.grid.set-b {
  grid-template-rows: auto auto auto auto;
  margin-bottom: 20px;
}

.grid.set-a {
  margin-bottom: 20px;
}

.table-name {
  margin: 20px 20px 10px;
  font-family: Nunito, sans-serif;
}

.table-name.criteria-info {
  width: 61%;
}

.title-box {
  background-color: #ebebeb;
  border: 1px solid gray;
}

.info-box {
  border: 1px solid gray;
  padding: 10px;
  line-height: 24px;
}

.info-box.lines {
  border-width: 2px 0;
  height: 92px;
}

.info-box.lines._0-upper {
  border-top-width: 0;
}

.info-box.no-lines {
  border-width: 0;
}

.info-box.no-lines.height {
  height: 150px;
}

.info-box.padding {
  padding-left: 0;
  padding-right: 0;
}

.grid-wrapper {
  width: 100%;
}

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

.wsh-section {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 0;
}

.wsh-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.wsh-box.down {
  flex-flow: wrap;
}

.wsh-box.half-wsh {
  flex-flow: wrap;
  width: 49%;
}

.wsh-box.stretch {
  align-items: stretch;
}

.wsh-box.stretch._30gap {
  margin-bottom: 30px;
}

.wsh-content {
  width: 100%;
}

.wsh-content.half, .wsh-content.wsh-qual {
  width: 47%;
}

.wsh-content._3-wsh {
  width: 32%;
}

.wsh-content.wsho-renewal {
  width: 48%;
}

.resources-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.resources-list-box {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.list {
  padding-left: 20px;
  list-style-type: disc;
}

.siso-section {
  background-color: #fff;
  width: 100%;
  padding: 30px;
}

.getting-info {
  margin-bottom: 20px;
}

.mission-vission-box {
  width: 100%;
  margin-bottom: 20px;
}

.search {
  width: 70%;
  font-family: Nunito, sans-serif;
}

.search.width {
  width: 100%;
  font-family: Nunito, sans-serif;
}

.name-text-field {
  border: 1px #000;
  border-radius: 7px;
  height: 50px;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.name-text-field.register-field {
  border-style: solid;
  border-color: #4886dd40;
}

.name-text-field.register-field.message {
  height: 140px;
}

.name-text-field.represent-field {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #4886dd40;
}

.course-type {
  width: 30%;
  font-family: Nunito, sans-serif;
}

.contact-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.your-name {
  width: 100%;
  margin-top: 0;
  font-family: Nunito, sans-serif;
}

.your-name.flex {
  justify-content: space-between;
  display: flex;
}

.log-in-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header-wrapper {
  text-align: center;
  width: 100%;
}

.header-title {
  margin-top: 60px;
  margin-bottom: 0;
}

.events-section {
  background-color: #fff;
  width: 100%;
  padding: 30px;
}

.search-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.search-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.view-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.size {
  color: #4886dd;
  font-size: 16px;
  text-decoration: none;
}

.size.white-font:hover {
  color: #000;
}

.terms-box {
  width: 100%;
  font-family: Nunito, sans-serif;
}

.captcha-box {
  background-color: #fff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 10px 20px 0;
  display: flex;
}

.recaptcha {
  margin-bottom: 40px;
}

.paragraph-4 {
  font-family: Nunito, sans-serif;
}

.nav-box {
  margin-right: 20px;
}

.content-box {
  width: 48%;
}

.content-box.voices {
  padding-top: 0;
}

.courses-wrapper {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.courses-content {
  width: 100%;
}

.course-content-box {
  width: 57%;
}

.o-margin {
  margin-top: 0;
}

.course-info-wrapper {
  background-color: #f5f9ff;
  border-radius: 15px;
  width: 40%;
  padding: 0 20px;
  line-height: 24px;
}

.conten-info-box {
  background-color: #f5f9ff;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 20px;
}

.conten-info-box.gray {
  background-color: #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.conten-info-box.gray.flex {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.conten-info-box.blue {
  background-color: #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.conten-info-box.blue.flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #4886dd;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.conten-info-box.blue.flex:hover {
  color: #fff;
  background-color: #fff;
  border: 1px solid #4886dd;
}

.conten-info-box.blue.flex--white {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #4886dd;
  border: 1px solid #4886dd;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.conten-info-box.blue.flex--white:hover {
  color: #555863;
  background-color: #fff;
  border: 1px solid #4886dd;
}

.conten-info-box.wsh {
  background-color: #fff;
}

.conten-info-box.wsh._10-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price-value {
  width: 60%;
}

.price-wrapper-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.pdf-icon {
  background-image: url('../images/pdf-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.dropdown-line, .drop-line-copy {
  color: #292d32;
  background-color: #292d32;
  height: 3px;
  text-decoration: underline;
}

.red {
  color: #ff0909;
}

.course-info {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.slider-wrapper {
  overflow: clip;
}

.btn-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.hero-btn {
  color: #fff;
  background-color: #535353;
  border: 3px solid #0000;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.hero-btn:hover {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #4886dd;
}

.hero-btn.content-btn {
  background-color: #4886dd;
  border-color: #4886dd;
}

.hero-btn.content-btn:hover {
  color: #000;
  background-color: #4886dd00;
}

.hero-btn.submit-btn {
  background-color: #4886dd;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.hero-btn.submit-btn:hover {
  color: #fff;
  background-color: #535353;
  border-color: #535353;
}

.hero-btn.field-btn {
  color: #4886dd;
  background-color: #fff;
  border-style: none;
  border-radius: 7px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.hero-btn.field-btn:hover {
  border-style: none;
}

.hero-btn.event-btn {
  background-color: #535353;
  border-color: #535353;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.hero-btn.event-btn:hover {
  color: #fff;
  background-color: #4886dd;
  border-color: #4886dd;
}

.btn-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 10px;
  display: flex;
}

.hero-vid {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.drop-icon {
  margin-bottom: 6px;
  margin-right: 0;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 20px;
}

.dropdown-list.w--open {
  width: auto;
}

.drop-list {
  border-bottom: 1px solid #4886dd94;
  font-family: Montserrat, sans-serif;
}

.drop-list:hover {
  color: #fff;
  background-color: #4886dd;
}

.drop-list.w--current {
  color: #fff;
  background-color: #4785eb;
}

.drop-list.lastdrop {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.drop-list.first-drop {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-wrapper.counter-wrapper {
  background-color: #4886dd14;
}

.content-wrapper.vision-wrapper {
  background-color: #4886dd0f;
  background-image: none;
  background-position: 0 0;
}

.content-wrapper.hide {
  display: none;
}

.content-wrapper.voice-wrapper {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.content-wrapper.about {
  background-image: linear-gradient(270deg, #fff 50%, #fff0 55%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.content-wrapper.no-tpadding {
  padding-top: 0;
}

.counter-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 0 25px;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.count-info {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.content-header-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.content-heading {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 47px;
}

.content-heading.back-headin {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d8d8d8;
}

.content-heading.white-heading {
  color: #fff;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.sub-heading {
  color: #4886dd;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.voice-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.voice-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 3px solid #4886dd00;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  height: 424px;
  padding: 30px;
  transition: all .2s;
  display: flex;
  box-shadow: -1px 6px 30px -16px #4886dd;
}

.voice-box:hover {
  border: 3px solid #4886dd;
}

.voice-box.top-voice-box {
  background-color: #4886dd;
  border-color: #0000;
  border-radius: 13px;
  width: 32%;
  box-shadow: 1px 3px 30px -20px #4886dd;
}

.voice-box.top-voice-box.mid-top-voice {
  border-right-style: none;
  border-right-color: #4886dd;
}

.vision-list {
  font-size: 16px;
  line-height: 23px;
}

.vision-text {
  font-size: 15px;
  line-height: 22px;
}

.vision-text.big {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.voice-box-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.voice-box-wrapper.stack-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.icons {
  color: #f8f8f8;
  background-color: #4886dd00;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-bottom: 10px;
  padding: 0;
  transition: all .3s;
}

.icons:hover {
  color: #fff;
}

.icons._0bmar {
  margin-bottom: 0;
}

.icons.level-icon {
  margin-bottom: 0;
  padding: 8px;
}

.workshop-image {
  background-color: #ddd;
  height: 190px;
  margin-bottom: 10px;
}

.white {
  color: #fff;
}

.content-paragraph {
  margin-bottom: 30px;
}

.voices-info {
  color: #fff;
  margin-bottom: 0;
}

.slider-content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: clip;
}

.workshop-content {
  padding: 0;
}

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

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

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

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

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

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

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

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

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
  margin-top: 17px;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

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

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library--neutral--100);
}

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

.brix---paragraph-default-2 {
  color: #636363;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---btn-slider-arrow-right---top-left {
  background-color: var(--elements-webflow-library--neutral--100);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  right: 30px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-1 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  color: #fff;
  background-color: #fff;
  border-radius: 15px;
  width: 23%;
  height: 470px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  overflow: clip;
  box-shadow: 0 6px 14px -11px #4886dd;
}

.brix---card-testimonial-color-1:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---card-testimonial-color-1.full {
  border: 2px solid #4886dd40;
  width: 100%;
  height: 460px;
  margin-bottom: 0;
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-width-490px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.header-box75 {
  text-align: center;
  width: 70%;
  margin-bottom: 10px;
}

.image-slider-box {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 254px;
  display: flex;
  overflow: clip;
}

.visiion-headin {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

.brix---footer-list-item {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 15px;
  line-height: 25px;
}

.brix---footer-link {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #4886dd;
}

.brix---footer-link.w--current {
  color: #4886dd;
  font-weight: 700;
}

.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: #000;
  transform-style: preserve-3d;
  align-items: center;
  padding: 10px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: #4886dd;
  transform: none;
}

.brix---card-link-icon-wrapper.hide {
  display: none;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto;
}

.brix---paragraph-default-3 {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 25px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 5px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

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

.brix---icon-square-36px.fb {
  padding: 3px;
}

.brix---footer-col-title {
  color: #4686ec;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

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

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

.brix---text-200-bold {
  color: #4886dd;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  width: 30px;
  margin-right: 0;
}

.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;
  margin-top: 20px;
}

.brix---footer-bottom-v14 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.footer-copyright-info {
  color: #000;
  border-top: 1px solid #4886ed5c;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.footer-icon {
  background-color: #4886dd24;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 20px;
  padding: 4px;
  display: flex;
}

.image {
  width: 50%;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.log-in-form-box {
  background-color: #f1f7ff;
  border: 1px solid #4886dd;
  border-radius: 12px;
  width: 50%;
  padding: 30px;
}

.form-quest {
  margin-bottom: 0;
  font-size: 15px;
}

.submit {
  background-color: #4886dd;
  border-radius: 15px;
  width: 100%;
}

.mid-box {
  text-align: center;
  width: 100%;
}

.link-3 {
  color: #4886dd;
}

.image-box {
  height: auto;
}

.image-box.acad-logo {
  background-image: url('../images/2148269325.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-box.about-image {
  background-image: url('../images/68a692298d41d2571d71277a_EEFM9727.png');
  border-radius: 20px;
  width: 47%;
  height: 410px;
  margin-bottom: 0;
}

.image-box.training {
  background-image: url('../images/156.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-box.general-image {
  background-image: url('../images/2148773471.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 47%;
  margin-bottom: 0;
}

.image-box.complaint {
  background-image: url('../images/156.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-box.coive-image {
  background-image: url('../images/voice-of-learners.jpg'), linear-gradient(86deg, #215884 39%, #2f6999);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border: 2px #4886dd;
  border-radius: 20px;
  width: 48%;
  height: 360px;
  margin-bottom: 0;
}

.image-box.point-image {
  background-image: url('../images/68a692298d41d2571d71277a_EEFM9727.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-box.acad-image {
  background-image: url('../images/2148773471.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 47%;
  margin-bottom: 0;
}

.image-box.course-list-image {
  background-image: url('../images/2148928779.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 47%;
  height: 300px;
  margin-bottom: 0;
  display: none;
}

.image-box.iso-image {
  background-image: url('../images/confident-leader-talking-subordinates.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 47%;
  height: auto;
  margin-bottom: 0;
}

.image-box.inside-course {
  object-fit: cover;
}

.image-box.inside-course.crafting-image {
  height: 270px;
}

.image-box.terms-image {
  background-image: url('../images/terms-use-conditions-rule-policy-regulation-concept.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
}

.image-box.crative-image {
  height: 300px;
}

.form-image-box {
  width: 47%;
}

.form-image-box.login-image {
  background-image: url('../images/68a692298d41d2571d71277a_EEFM9727.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vision-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0;
  display: flex;
}

.v-content {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
}

.mvo-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 3px solid #4886dd00;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  height: auto;
  padding: 30px;
  transition: all .2s;
  display: flex;
  box-shadow: -1px 6px 30px -16px #4886dd;
}

.mvo-box:hover {
  border: 3px solid #4886dd;
}

.about-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  padding-left: 21px;
  font-size: 16px;
  line-height: 23px;
  display: flex;
}

.about-list-wrapper._40marg {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
}

.about-list-wrapper.left-align {
  flex-flow: wrap;
}

.about-list-wrapper.numbered {
  margin-top: 10px;
  padding-left: 1px;
}

.about-list-wrapper._20padding {
  padding-left: 20px;
}

.about-list {
  background-image: url('../images/check-circle-svgrepo-com-8.svg');
  background-position: 0 3%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 40px;
}

.about-list.black-list {
  color: #000;
  background-size: 23px;
  padding-left: 35px;
}

.about-list.black-list.phone {
  background-image: url('../images/phone-svgrepo-com-20.svg');
  background-position: -.5%;
  background-size: 30px;
}

.about-list.black-list.email {
  background-image: url('../images/email-mail-inbox-svgrepo-com-1.svg');
}

.about-list.black-list.walkin {
  background-image: url('../images/car-svgrepo-com.svg');
  background-position: 0 200%;
  display: flex;
}

.about-list.points-list {
  color: #000;
  background-color: #4886dd1f;
  background-position: 3% 20%;
  border-radius: 10px;
  width: 49%;
  margin-bottom: 10px;
  padding: 20px 20px 20px 60px;
}

.about-list.points-list.phone {
  background-image: url('../images/phone-svgrepo-com-20.svg');
  background-position: -.5%;
  background-size: 30px;
}

.about-list.points-list.email {
  background-image: url('../images/email-mail-inbox-svgrepo-com-1.svg');
}

.about-list.points-list.walkin {
  background-image: url('../images/car-svgrepo-com.svg');
  background-position: 0 200%;
  display: flex;
}

.mvo-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.accordion-content {
  display: flex;
}

.icon-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-title-wrap._30bmar {
  margin-bottom: 30px;
}

.icon-title-wrap.vision {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 20px;
}

.icon-title-wrap.full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

._0bmargin {
  margin-bottom: 0;
}

._0bmargin.hide {
  display: none;
}

._0bmargin.list48 {
  width: 48%;
}

.contact-content {
  flex-flow: column;
  width: 46%;
  display: flex;
}

.contact-para {
  margin-bottom: 20px;
}

.broch-text {
  margin-bottom: 0;
}

.introduction-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.wsh-image {
  background-image: url('../images/2148773471.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 50%;
  height: 290px;
}

.wsh-image.wsho-lisc {
  background-image: url('../images/2148269325.jpg');
  border-radius: 20px;
  height: auto;
}

.wsh-image.career {
  background-image: url('../images/156.jpg');
  border-radius: 15px;
  height: auto;
}

.wsh-image.wsh-left {
  width: 48%;
}

.wsh-image.auto {
  height: auto;
}

.wsh-image.career1 {
  background-image: url('../images/wshosafe-hands.jpg');
  border-radius: 15px;
  height: 480px;
}

.wsh-image.career2 {
  background-image: url('../images/2149353982.jpg');
  border-radius: 15px;
  height: 360px;
}

.wsh-list {
  color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-size: 13px;
}

.wsh-box-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.resources-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.resource-image-box {
  margin-right: 40px;
}

.resource-image {
  width: 140px;
  min-width: 140px;
  height: 140px;
  min-height: 140px;
}

.resource-image.auto {
  width: auto;
  min-width: 0;
  min-height: 0;
}

.hero-content-wrapper {
  background-image: url('../images/68a6963233f1e12b154783f4_DSC_9158-min.jpeg'), linear-gradient(#ffffff4d, #ffffff4d), url('../images/68a675ce87ee0034b3545f15_Siso-WebClipnotext.png');
  background-position: 110%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, 105px;
  min-height: 60vh;
  margin-top: 99px;
  padding-top: 121px;
  display: none;
  position: relative;
}

.hero-content-wrapper.v2 {
  background-image: url('../images/68a6963233f1e12b154783f4_DSC_9158-min.jpeg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

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

.hero-info-box {
  background-color: #ffffffcf;
  width: 41%;
  padding: 10px;
}

.hero-heading {
  color: #000;
  margin-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 59px;
  font-weight: 700;
}

.hero-heading.v2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 31px;
  line-height: 42px;
}

.hero-heading.v3 {
  font-size: 47px;
  line-height: 56px;
}

.hero-image {
  background-image: url('../images/home-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 47%;
  height: 600px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.full-content {
  margin-top: 20px;
  margin-bottom: 0;
}

.list-wrap.list-wrap-half {
  width: 48%;
}

.rt-category-cards-text {
  text-transform: capitalize;
  font-weight: 500;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-accordion-v-six {
  padding-top: 50px;
}

.rt-accordion-answer-wrap {
  background-color: #f4f4fc;
  display: flex;
  position: static;
  overflow: hidden;
}

.rt-home-three-accordion-answer {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 20px;
}

.rt-home-three-accordion-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordions {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.rt-home-three-accordion-block {
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  padding: 20px 50px;
}

.rt-home-three-accordion-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-home-three-accordion-wrap-heading {
  margin-bottom: 50px;
}

.rt-question-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rt-minus {
  position: absolute;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-autofit {
  object-fit: cover;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-dropdown-toggle-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 31px;
  display: flex;
}

.rt-dropdown-toggle-copy.manager {
  background-image: url('../images/user-3-svgrepo-com.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.rt-dropdown-toggle-copy.student {
  background-image: url('../images/list-box-svgrepo-com.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.rt-dropdown-toggle-copy.ratio {
  background-image: url('../images/dart-mission-goal-success-svgrepo-com-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.rt-dropdown-2 {
  color: #000;
  border: 1px solid #4886dd;
  border-radius: 9px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.rt-accordion-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-home-three-benefits-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-accordion-v3-tag {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
}

.rt-dropdown-list-3 {
  background-color: #ddd0;
  position: relative;
}

.rt-dropdown-list-3.rt-overflow-off {
  margin-top: 10px;
  padding-left: 32px;
  font-size: 17px;
}

.rt-dropdown-list-3.rt-overflow-off.w--open {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-home-three-benefits-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-home-three-benefits-text, .rt-home-three-benefits-text.student-matters {
  width: 50%;
}

.rt-margin-top-thirty-five {
  margin-top: 35px;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-text-white {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.rt-category-cards-text-2.rt-text-black {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-precision-card-body {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-left: 26px;
  padding-right: 26px;
}

.rt-precision-card-body.left-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.rt-precision-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column {
  text-align: center;
  background-color: #4886dd;
  justify-content: center;
  align-items: center;
  width: 16%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-padding-top-twenty.rt-body-font-color {
  color: #000;
  margin-bottom: 30px;
  font-size: 15px;
}

.rt-precision-card-body-row {
  background-color: #434344;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-row._0topmargin {
  background-color: #fff;
  border: 3px solid #4886dd;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.rt-precision-card-body-caption-column {
  justify-content: flex-start;
  align-items: center;
  width: 83%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box {
  text-align: center;
  overflow: hidden;
}

.rt-discover-btn {
  color: #444655;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.rt-cover-image-2 {
  object-fit: cover;
}

.rt-cover-image-2.rt-full-width-image {
  width: 100%;
}

.rt-precision-card-body-caption-btn-box {
  margin-top: 10px;
}

.rt-precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card.rt-home-two {
  margin-right: 0;
}

.rt-precision-card.rt-home-two.rt-home-two-page {
  box-shadow: 0 -2px 80px 5px #dbdfffcc;
}

.rt-precision-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-discover-button-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.bold {
  font-weight: 700;
}

.white-heading {
  color: #fff;
}

.white-image {
  filter: brightness(10000%);
  color: #fff;
}

.courses-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.courses-image.left-image {
  object-position: 0% 50%;
}

.course-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  height: 230px;
  padding: 20px;
  display: flex;
  position: relative;
}

.course-category {
  color: #fff;
  text-transform: uppercase;
  background-color: #434344;
  border-radius: 100px;
  padding: 5px 10px;
  font-weight: 700;
  position: relative;
}

.numbered-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  list-style-type: decimal;
}

.sm-card {
  border-radius: 8px;
  width: 48%;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px #3d69a733;
}

.sm-card.full {
  width: 100%;
}

.sm-wrapper {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.sm-card-heading {
  color: #4886dd;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
}

.sm-card-content {
  padding-top: 20px;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-3.rt-text-white-2, .rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

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

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-about-two-expert-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-content {
  max-width: 484px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-two-expert-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.rt-about-two-expert-overlay {
  background-color: #191b1d4d;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-text-block {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  position: relative;
}

.rt-about-two-expert-image-block {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  padding: 245px 80px 200px;
  position: relative;
  overflow: hidden;
}

.rt-span-content-bold {
  color: #191b1d;
  font-weight: 500;
}

.rt-about-two-expert-content-block {
  color: #6d6d6d;
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.image-2 {
  border-radius: 20px;
}

.level-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 40px;
  display: flex;
}

.navdrop-link {
  color: #fff;
  text-decoration: none;
}

.hero-text-banner {
  background-color: #4886dd;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.home-slider {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: clip;
}

.slider-mask {
  width: 100%;
  padding-bottom: 45px;
  overflow: clip;
}

.event-slide {
  width: 32%;
  margin-right: 17px;
}

.black {
  color: #000;
}

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

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

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

.brix---btn-primary {
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.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---buttons-row {
  align-items: center;
  display: flex;
}

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

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

.brix---opacity-10 {
  opacity: .1;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---section-hero-primary {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

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

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.home-hero-banner {
  background-color: #3a3a3a0f;
  min-height: 60vh;
  margin-top: 87px;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.hero--flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.hero-content {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-new-heading {
  color: #535353;
  font-size: 59px;
  line-height: 70px;
}

.hero-new-heading.white-global-heading {
  color: #fff;
}

.hero-slider-box {
  width: 52%;
  height: 500px;
}

.slider-2 {
  border-radius: 20px;
  height: 100%;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-3 {
  inset: auto 0% -10% auto;
}

.slider-image1 {
  background-image: url('../images/68a6963233f1e12b154783f4_DSC_9158-min_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
}

.slider-image2 {
  background-image: url('../images/68a692298d41d2571d71277a_EEFM9727.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.accent-heading {
  color: #4886dd;
}

.accent-heading.kickstart {
  font-size: 70px;
}

.slide-nav-4 {
  display: block;
  inset: auto 0% -9%;
}

.left-arrow-3 {
  color: #fff;
  background-color: #4886dd;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: block;
  inset: auto auto 0% 47%;
}

.right-arrow-3 {
  background-color: #4886dd;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: block;
  inset: auto 47% 0% auto;
}

.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: none;
}

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

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

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

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

.brix---square-icon {
  border-radius: 16px;
}

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

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

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

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

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

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

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---card---icon-left---content-right {
  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: flex-start;
  padding: 48px;
  display: flex;
}

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

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

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

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

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 70px;
  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::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

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

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

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

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

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

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

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

.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---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-pagraph-wrapper {
  color: var(--elements-webflow-library--neutral--600);
  align-items: flex-start;
  display: flex;
}

.brix---subtitle {
  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---link-icon-left {
  margin-right: 6px;
}

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

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 576px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

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

.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---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.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---contact-v7-half-bg-image-bottom {
  z-index: -1;
  width: 100%;
  height: 430px;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---grid-contact-v7 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

.register-form-box {
  background-color: #4886dd0d;
  border: 2px solid #4886dd69;
  border-radius: 15px;
  width: 70%;
  padding: 20px 30px;
  box-shadow: 0 2px 5px #0003;
}

.register-form-box.half {
  width: 50%;
}

.form-content {
  color: #5f5f5f;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
}

.field-heading {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.red-icon {
  color: red;
}

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

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

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

.brix---display-4 {
  color: #555;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-2 {
  text-align: center;
  margin-bottom: 20px;
}

.brix---tab-left-icon {
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: #555;
  border: 2px solid #4886dd21;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-color: #4886dd;
}

.brix---tab-left-icon.w--current {
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-width: 2px;
  border-color: #4886dd;
}

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

.brix---mg-left-16px {
  margin-left: 20px;
}

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

.brix---tabs-wrapper-tabs-left {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-content-card {
  width: 100%;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border: 1px solid #4886dd36;
  border-radius: 24px;
  padding: 29px;
  overflow: visible;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.tabs {
  display: flex;
}

.div-block-3 {
  display: none;
}

.tabs-menu {
  flex-flow: column;
  width: 30%;
  display: flex;
}

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

.tab-link-tab-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.tab-icon {
  text-align: center;
  background-color: #4886dd;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 44px;
  padding: 7px;
  display: flex;
}

.tab-icon.replace {
  width: 73px;
}

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

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

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

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

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

.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---square-icon-2 {
  border-radius: 16px;
}

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

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

.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---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

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

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

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

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

.brix---card-link-content-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 32%;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  transform-style: preserve-3d;
  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: flex;
}

.brix---card-link-content-left:hover {
  transform: none;
}

.criteria-flex-box {
  flex-flow: column;
  display: flex;
}

.criteria-heading-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.criteria-category-flex {
  flex-flow: column;
  display: flex;
}

.criteria-info-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

.brix---mg-bottom-3 {
  color: #424242;
  margin-bottom: 0;
}

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

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

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---accordion-header-2 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.brix---accordion-header-2.by-car {
  background-image: url('../images/car-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 20px;
  padding-left: 43px;
  font-size: 17px;
}

.brix---accordion-header-2.park {
  background-image: url('../images/parking-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 20px;
  padding-left: 43px;
}

.brix---accordion-header-2.bus {
  background-image: url('../images/bus-front-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 20px;
  padding-left: 43px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---accordion-content-wrapper {
  border-bottom: 1px solid #4886dd2e;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.brix---accordion-title-2.transpo-heading {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

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

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

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

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

.brix---accordion-item-wrapper-v4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  padding: 20px 24px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v4:hover {
  transform: none;
}

.brix---accordion-item-wrapper-v4.siso-box {
  width: 100%;
  box-shadow: none;
  border-style: none none solid;
  border-bottom-color: #42424229;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

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

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

.brix---accordion-title-3 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.brix---accordion-item-wrapper-v4-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  padding: 52px 32px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v4-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.sisi {
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-3 {
  object-position: 50% -40%;
}

.image-slider {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

.logo {
  width: 100%;
}

.hero-global-banner {
  min-height: 75vh;
  display: none;
  position: relative;
}

.global-hero-slider {
  background-image: linear-gradient(#000, #fff);
  height: 97%;
}

.global-hero-content-box {
  width: 70%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.global-content {
  z-index: 5;
  background-image: url('../images/686e1225f2c3a07815906128_Home-Page-Arrow-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  padding-left: 61px;
  position: absolute;
  inset: auto 0% 13%;
}

.global-slider-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.global-slider-image.home-slide2 {
  background-image: url('../images/68a692298d41d2571d71277a_EEFM9727.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}

.global-slider-image.home-slide1 {
  background-image: url('../images/68a6963233f1e12b154783f4_DSC_9158-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}

.left-form-box {
  background-color: #f1f7ff;
  border-radius: 20px;
  width: 100%;
  padding: 23px;
  position: sticky;
  top: 7.7rem;
  box-shadow: 0 2px 5px #0003;
}

.in-touch {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}

.in-touch.help-info-heading {
  color: #fff;
}

.in-touch.help-info-heading--black {
  color: #000;
}

.form-field {
  border: 1px solid #4886dd00;
  border-radius: 6px;
  height: 50px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.form-field:hover {
  border-style: solid;
  border-color: #4886dd8a;
}

.form-field::placeholder {
  background-color: #fff;
}

.form-field.message-field {
  height: 90px;
}

.form-field.certi-field {
  border-style: solid;
  border-color: #4886dd3d;
}

.form-field.select {
  color: #333;
  background-color: #fff;
}

.getting-cta-box {
  background-color: #424242;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 27px;
  display: flex;
}

.cta-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 10px;
}

.follow-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 27px;
}

.follow-social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-social-box {
  background-color: #f4f4f9;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 10px;
  padding: 8px;
  display: flex;
}

.right-transfo-wrapper {
  width: 65%;
}

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

.list-wrapper.hide {
  display: none;
}

.list-wrapper.flex-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.list-wrapper.flex-list.hide {
  display: none;
}

.list-wrapper.flex-list-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.list-wrapper.flex-list-wrapper.hide {
  display: none;
}

.contact-list {
  color: #000;
  background-image: url('../images/check-circle-svgrepo-com-8.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.contact-list.objective-list, .transpo-sub-heading {
  margin-bottom: 10px;
}

.transpo-content {
  margin-bottom: 0;
}

.transpo-content.improve-mental {
  width: 270px;
}

.transpo-content.fees-info, .transpo-content.fees-amount-info {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.sticky-wrapper {
  width: 30%;
}

.coirse-info-box {
  border-bottom: 1px solid #4886dd2e;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.duration-heading {
  margin-bottom: 13px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.course-sub-info {
  color: #000;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.course-sub-info.hide {
  display: none;
}

.sub-info {
  background-image: url('../images/check-circle-svgrepo-com-8.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.sub-info.bmargin10 {
  margin-bottom: 10px;
}

.course-docs {
  filter: grayscale();
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.course-docs.with-docs {
  filter: grayscale(0%);
}

.synopsis {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 33px;
}

.synopsis-info.hide {
  display: none;
}

.fees-info {
  justify-content: space-between;
  display: flex;
}

.product-content-title {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.course-filter-selection {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-bottom: 20px;
}

.events-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.event-box {
  background-color: #e5eefa;
  border-radius: 20px;
  flex-flow: column;
  width: 32%;
  padding: 10px;
  display: flex;
}

.event-info-wrapper {
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.event-sim-date {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right-style: solid;
  border-right-width: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.event-date-day {
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.event-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.event-image {
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.event-image.event-1 {
  background-image: url('../images/SGWIS---Empowering-Women-in-Safety-Online-Sharing-Session---ver-2.jpg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-image.event-2 {
  background-color: #6a2bbb;
  background-image: url('../images/SGWIS-Celebrating.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 290px;
}

.event-image.event-3 {
  background-color: #fff;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.event-image.event-4 {
  background-color: #fff;
  background-image: url('../images/safework-seminar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.event-image.event-5 {
  background-color: #fff;
  background-image: url('../images/ANNUAL-WSHO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.event-image.event-6 {
  background-color: #fff;
  background-image: url('../images/WSHO-2023.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-image.event7 {
  background-color: #fff;
  background-image: url('../images/wshosafe-hands.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-image.event8 {
  background-color: #fff;
  background-image: url('../images/NOTICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-image.event9 {
  background-color: #fff;
  background-image: url('../images/MEETMEMBERS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-image.event10 {
  background-color: #0149ad;
  background-image: url('../images/Screenshot-2025-10-24-093441.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 281px;
}

.event-image.event12 {
  background-color: #7d604c;
  background-image: url('../images/Screenshot-2025-10-24-094129.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.event-image.event11 {
  background-color: #fff;
  background-image: url('../images/Screenshot-2025-11-03-142525.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.events-tablink {
  color: #adadad;
  background-color: #0000;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
}

.events-tablink:hover {
  color: #4886dd;
  font-weight: 700;
}

.events-tablink.w--current {
  color: #4886dd;
  background-color: #4886dd00;
  font-weight: 700;
  text-decoration: none;
}

.events-tablink.line {
  border-right: 2px solid #4886dd;
}

.events-tablink.line.w--current {
  color: #4886dd;
  background-color: #4886dd00;
  border-radius: 0;
  text-decoration: none;
}

.event-tabsmenu {
  margin-bottom: 20px;
}

.events {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.map-box {
  border-radius: 15px;
  height: 156px;
  margin-top: 20px;
  overflow: hidden;
}

.feature-content {
  margin-bottom: 0;
}

.reistatement-wrapper {
  flex-flow: column;
  display: flex;
}

.reistatement-box {
  margin-bottom: 20px;
}

.reinstatement-sub-heading {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  display: flex;
}

.reinstatement-sub-heading.transpo-heading {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.reinstatement-sub-heading.r1 {
  background-image: url('../images/number-square-one-fill-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  height: 40px;
  padding-left: 56px;
}

.reinstatement-sub-heading.r2 {
  background-image: url('../images/number-square-two-fill-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  height: 40px;
  padding-left: 56px;
}

.reinstatement-sub-heading.r3 {
  background-image: url('../images/number-square-three-fill-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  height: 40px;
  padding-left: 56px;
}

.resource {
  border: 1px solid #e5eefa;
  border-radius: 9px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 24%;
  padding: 0;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.resource:hover {
  border-color: #4886dd;
}

.resource-logo-image {
  height: 190px;
}

.resource-logo-image.resource-1 {
  background-image: url('../images/SISO-Logo_50th.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 240px;
}

.resource-logo-image.resource-2 {
  background-image: url('../images/mom-logo-print.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.resource-logo-image.resource-3 {
  background-image: url('../images/wshc-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
}

.resource-logo-image.resource-4 {
  background-image: url('../images/mom-identity.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  height: 190px;
  margin-bottom: 0;
}

.resource-logo-image.resource-5 {
  background-image: url('../images/images.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-info-box {
  color: #fff;
  text-align: center;
  background-color: #4886dd;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  padding: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.congratulation-info {
  color: #000;
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.congratulation-info.size {
  color: #000;
  font-size: 14px;
}

.congratulation-info.size.line-height {
  line-height: 31px;
}

.paragraph-5 {
  color: #424242;
}

.footer-link-block {
  width: 48%;
}

.footer-link-wrapper {
  justify-content: space-between;
  width: 35%;
  display: flex;
}

.footer-flex {
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 0;
}

.footer-logo-box {
  width: 25%;
}

.about-section-copy {
  background-color: #fff;
  width: 50%;
  padding: 0;
}

.about-section-copy.half {
  width: 50%;
}

.about-section-copy.email-form {
  background-color: #ecf1f8;
  border-radius: 20px;
  width: 50%;
}

.course-name-link {
  color: #000;
}

.course-info-box {
  flex-flow: column;
  display: flex;
}

.course-info {
  display: flex;
}

.course-date {
  width: 22%;
}

.text-block-2 {
  font-family: Exo, sans-serif;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 19px;
  min-height: 19px;
  margin-left: 0;
  margin-right: 10px;
  padding: 3px;
  font-size: 15px;
  line-height: 18px;
  display: flex;
}

.arrow-icon.main {
  padding: 0;
}

.h1-hero-inside {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 70px;
}

.h1-hero-inside.new-h1 {
  margin-bottom: 20px;
  font-size: 60px;
}

.button-flare {
  z-index: -1;
  color: #000;
  border: 1px solid #fee5b6;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 105%;
  padding: 18px;
  font-weight: 500;
  position: absolute;
  inset: 0% 2% auto auto;
  box-shadow: 0 5px 4px -1px #ffffff2e;
}

.button-flare.highlight {
  z-index: -2;
  color: #fff;
  background-color: #fee5b6;
  border: 2px solid #0000;
  height: 60px;
  transition: all .2s;
}

.text-button {
  font-size: 13px;
  font-weight: 400;
}

.text-button.main {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.button-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #2f4d48;
  border: 2px #2f4d48;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 25px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-v2.hide {
  display: none;
}

.hero-content-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  overflow: visible;
}

.hero-content-2.hero-inside-arrow {
  background-image: url('../images/Arrow.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  display: block;
  position: absolute;
  inset: auto auto 14% 0%;
}

.hero-content-2.hero-inside-arrow.about-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 520px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.course-sched-arrow, .hero-content-2.hero-inside-arrow.register-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 470px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.tc-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 800px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.resources-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 490px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.stud-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 650px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.trainer-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 480px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.who-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 570px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.points-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 820px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.qaulity-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 730px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.license-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 920px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.cpp-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 1080px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.getting-arrow, .hero-content-2.hero-inside-arrow.list-arrow, .hero-content-2.hero-inside-arrow.course-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 630px;
}

.hero-content-2.hero-inside-arrow.events-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 440px;
}

.hero-content-2.hero-inside-arrow.matters-arrow {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 630px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.course-sched-arrow-copy {
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  width: 660px;
  bottom: 14%;
}

.hero-content-2.hero-inside-arrow.home-arrow {
  z-index: 5555;
  background-image: url('../images/686c84d42f1728bde12de6c9_New-Mobile-Banner-1.svg');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  width: 890px;
  inset: auto auto 12% 0%;
}

.slide-nav-5 {
  top: 788px;
}

.white-content-heading {
  color: #fff;
}

.accent-hero {
  color: #ffe9b2;
}

.red-text {
  color: red;
}

.indent-content {
  margin-left: 30px;
}

.withdrw-policy-titlw {
  font-weight: 700;
}

.policy-list {
  color: #000;
  background-image: url('../images/number-square-one-fill-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 3px;
  padding-left: 28px;
  font-size: 15px;
}

.policy-list.p1 {
  background-position: 0 2px;
  margin-bottom: 7px;
}

.policy-list.p2 {
  background-image: url('../images/number-square-two-fill-svgrepo-com.svg');
  background-position: 0 2px;
  margin-bottom: 7px;
}

.policy-list.p3 {
  background-image: url('../images/number-square-three-fill-svgrepo-com.svg');
  background-position: 0 2px;
  margin-bottom: 7px;
}

.policy-list.p4 {
  background-image: url('../images/number-square-four-fill-svgrepo-com-1.svg');
  background-position: 0 2px;
  margin-bottom: 7px;
}

.policy-list.p5 {
  background-image: url('../images/number-square-five-fill-svgrepo-com.svg');
  background-position: 0 2px;
  margin-bottom: 7px;
}

.p-list {
  margin-top: 10px;
  margin-left: 20px;
}

.half-field {
  width: 49%;
}

.line {
  background-color: #80aef1;
  height: 2px;
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .nav-wrapper {
    width: 100%;
  }

  .login-cta {
    padding-left: 20px;
  }

  .brix---accordion-item-wrapper-v3-first.mvo-box {
    height: 620px;
  }

  .brix---accordion-item-wrapper-v3-first.full {
    width: 100%;
  }

  .content-box {
    width: 49%;
  }

  .brix---mg-bottom-32px {
    padding-top: 20px;
  }

  .brix---card-testimonial-color-1 {
    border-radius: 10px;
    width: 22%;
    height: 450px;
  }

  .visiion-headin {
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .brix---social-media-grid-left {
    display: flex;
  }

  .image-box.about-image {
    width: 47%;
  }

  .image-box.general-image {
    background-image: url('../images/2148773471.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-box.point-image {
    background-image: url('../images/68a692298d41d2571d71277a_EEFM9727.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 47%;
  }

  .image-box.acad-image, .image-box.course-list-image, .image-box.iso-image {
    background-image: url('../images/2148773471.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .full-content-box {
    margin-top: 20px;
  }

  .hero-slider-box {
    inset: 0% 0% 0% auto;
  }

  .slide-nav-3 {
    top: auto;
  }

  .brix---paragraph-default-5 {
    text-decoration: none;
  }

  .register-content-box {
    margin-top: 20px;
  }

  .button-flare {
    border-width: 1px;
  }

  .button-v2 {
    border-style: none;
  }

  .red-text {
    color: red;
  }

  .indent-content {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-wrapper {
    width: 100%;
  }

  .hero-header-wrapper.inside-header-wrapper.product {
    min-height: 40vh;
  }

  .hero-header-wrapper.inside-header-wrapper.intro {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-header-wrapper.inside-header-wrapper.mwsh-bg {
    background-position: 50% 25%;
  }

  .slide.s1, .slide.s2 {
    background-image: linear-gradient(94deg, #4886dd 38%, #fff0 73%), url('../images/68a6963233f1e12b154783f4_DSC_9158-min_1.jpeg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .brix---accordion-item-wrapper-v3-first.mvo-box {
    height: 570px;
  }

  .brix---accordion-item-wrapper-v3-first.wsh-abc {
    height: 440px;
  }

  .course-image {
    min-height: 250px;
  }

  .course-box {
    width: 412px;
    min-width: 412px;
  }

  .imabe-box {
    background-position: 40%;
    height: 510px;
  }

  .wsho-image-box {
    width: 36%;
    height: 270px;
  }

  .info-box {
    padding: 20px;
  }

  .o-margin {
    margin-top: 0;
  }

  .course-info-wrapper {
    padding: 20px;
  }

  .brix---card-testimonial-color-1 {
    border-radius: 20px;
    box-shadow: 0 1px 20px #0003;
  }

  .brix---card-testimonial-color-1.full {
    box-shadow: 0 1px 20px #4886ed38;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .image-box.coive-image {
    background-size: contain;
  }

  .wsh-image.career1 {
    height: 439px;
  }

  .wsh-image.career2 {
    background-position: 50%;
  }

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

  .event-slide {
    margin-right: 19px;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .home-hero-banner {
    position: relative;
  }

  .hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-new-heading {
    font-size: 63px;
  }

  .hero-slider-box {
    height: auto;
    inset: 0% 0% 0% auto;
  }

  .accent-heading.kickstart {
    font-size: 81px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .button-flare {
    border-width: 2px;
  }
}

@media screen and (min-width: 1920px) {
  .hero.inside {
    height: 61vh;
  }

  .nav-wrapper {
    min-height: 8vh;
  }

  .hero-header-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-header-wrapper.inside-header-wrapper {
    min-height: 53vh;
  }

  .hero-header-wrapper.inside-header-wrapper.product {
    min-height: 43vh;
  }

  .hero-header-wrapper.inside-header-wrapper.point-req-bg {
    background-position: 50% 60%;
  }

  .hero-header-wrapper.inside-header-wrapper.cpp-bg {
    min-height: 53vh;
  }

  .container {
    width: 99%;
  }

  .slide.s1 {
    background-image: linear-gradient(94deg, #4886dd 45%, #fff0 82%), url('../images/68a6963233f1e12b154783f4_DSC_9158-min_1.jpeg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .slide.s2 {
    background-image: linear-gradient(94deg, #4886dd 44%, #fff0 69%), url('../images/68a6963233f1e12b154783f4_DSC_9158-min_1.jpeg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .hero-content-info {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---accordion-item-wrapper-v3-first.mvo-box {
    height: 553px;
  }

  .brix---accordion-item-wrapper-v3-first.wsh-abc {
    height: 430px;
  }

  .brix---accordion-item-wrapper-v3-first.full {
    width: 100%;
  }

  .course-box {
    width: 513px;
    min-width: 513px;
  }

  .course-box.in-course {
    width: 32%;
  }

  .heading-3 {
    font-size: 60px;
    line-height: 70px;
  }

  .wsho-image-box {
    width: 35%;
  }

  .image-box.coive-image {
    background-position: 50% 33%, 0 0;
    background-size: cover, auto;
    width: 48%;
  }

  .hero-content-wrapper {
    background-position: 0%;
  }

  .hero-image {
    background-size: contain;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .rt-overflow-off.rt-change-margin {
    margin-left: -50px;
  }

  .event-slide {
    margin-right: 21px;
  }

  .home-hero-banner {
    margin-top: 92px;
  }

  .hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-new-heading {
    font-size: 68px;
    line-height: 78px;
  }

  .arrow-icon {
    padding: 1px;
  }

  .button-flare {
    border-width: 2px;
  }

  .text-button {
    font-weight: 400;
  }

  .text-button.main {
    font-size: 20px;
  }

  .button-v2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-left: 39px;
    padding-right: 35px;
    font-weight: 400;
  }

  .hero-content-2 {
    width: 57%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 130%;
  }

  .hero-content-2.hero-inside-arrow {
    width: 57%;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 260px;
  }

  .hero-content-2.hero-inside-arrow.about-arrow, .hero-content-2.hero-inside-arrow.course-sched-arrow, .hero-content-2.hero-inside-arrow.register-arrow {
    width: 710px;
  }

  .hero-content-2.hero-inside-arrow.tc-arrow {
    width: 1020px;
  }

  .hero-content-2.hero-inside-arrow.resources-arrow {
    width: 710px;
  }

  .hero-content-2.hero-inside-arrow.stud-arrow {
    width: 800px;
  }

  .hero-content-2.hero-inside-arrow.trainer-arrow {
    width: 710px;
  }

  .hero-content-2.hero-inside-arrow.who-arrow {
    width: 770px;
  }

  .hero-content-2.hero-inside-arrow.points-arrow {
    width: 1050px;
  }

  .hero-content-2.hero-inside-arrow.qaulity-arrow {
    width: 920px;
  }

  .hero-content-2.hero-inside-arrow.license-arrow {
    width: 1120px;
  }

  .hero-content-2.hero-inside-arrow.cpp-arrow {
    width: 1290px;
  }

  .hero-content-2.hero-inside-arrow.getting-arrow {
    width: 830px;
  }

  .hero-content-2.hero-inside-arrow.list-arrow, .hero-content-2.hero-inside-arrow.course-arrow, .hero-content-2.hero-inside-arrow.events-arrow {
    width: 710px;
  }

  .hero-content-2.hero-inside-arrow.matters-arrow {
    width: 850px;
  }

  .hero-content-2.hero-inside-arrow.course-sched-arrow-copy, .hero-content-2.hero-inside-arrow.home-arrow {
    width: 870px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    line-height: 42px;
  }

  .hero {
    height: 50vh;
  }

  .hero.home {
    height: 100vh;
    min-height: 0;
  }

  .hero.inside {
    height: auto;
  }

  .nav-wrapper {
    width: 100%;
    top: -1px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .brand {
    width: 10%;
  }

  .nav-link {
    color: #000;
    border-bottom: 1px solid #4886dd78;
    width: 100%;
    padding: 10px 0 10px 20px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #4886dd;
    border-bottom-width: 1px;
    border-bottom-color: #4886dd3b;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #4886dd;
  }

  .nav-link.drop-navlink {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    position: static;
  }

  .nav-link.drop-navlink:hover {
    color: #fff;
  }

  .nav-link.drop {
    color: #000;
  }

  .nav-link.drop:hover {
    color: #fff;
  }

  .dropdown-list {
    z-index: 1;
    left: 70px;
  }

  .dropdown-list.about.w--open, .dropdown-list.courses.w--open {
    left: 70px;
  }

  .dropdown-list.professional.w--open {
    z-index: 1;
    left: 70px;
  }

  .drop-line {
    height: 2px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .login-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
  }

  .login-cta.nav-tab {
    color: #fff;
    background-color: #4886dd;
  }

  .hero-header-wrapper {
    min-height: 0;
  }

  .hero-header-wrapper.inside-header-wrapper {
    background-image: url('../images/14331.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 89px;
  }

  .hero-header-wrapper.inside-header-wrapper.intro {
    background-position: 0 0, 50% 10%;
  }

  .hero-header-wrapper.inside-header-wrapper.certificates-bg {
    background-position: 0 0, 50% 20%;
  }

  .hero-header-wrapper.inside-header-wrapper.point-req-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-header-wrapper.inside-header-wrapper.cpp-bg {
    background-position: 0 0, 50% 0;
  }

  .hero-header-wrapper.inside-header-wrapper.wsho-license-renewal-bg {
    background-size: cover;
  }

  .container, .hero-content-slider {
    width: 90%;
  }

  .slider {
    min-height: 60vh;
  }

  .slide.s1, .slide.s2 {
    padding-top: 60px;
  }

  .hero-slider-content {
    width: 90%;
  }

  .menu-button {
    color: #4a83ed;
    border: 1px #00000047;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 36px;
  }

  .menu-button.w--open {
    color: #4886dd;
    background-color: #0000;
  }

  .dropdown {
    width: 100%;
  }

  .content-wrapper.grey-bg {
    padding-bottom: 40px;
  }

  .flex-wrapper {
    flex-flow: wrap;
  }

  .flex-wrapper.wsho-flex {
    justify-content: center;
    align-items: center;
  }

  .image-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-box.about-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-box.wsho-image {
    width: 50%;
  }

  .image-box.wsho-image-professionas {
    order: 9999;
  }

  .image-box.trainers-image {
    order: 9999;
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }

  .image-box.certificates {
    order: -9999;
    width: 100%;
    height: 300px;
  }

  .content-box {
    width: 100%;
  }

  .brix---accordion-header.color, .brix---accordion-header.color.mvo-header, .brix---accordion-header.color.level-header {
    justify-content: space-between;
    align-items: center;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-v3-card {
    padding: 0;
  }

  .brix---accordion-content-wrapper-v2.half {
    width: 100%;
  }

  .brix---accordion-item-wrapper-v3-first {
    border-radius: 4px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first.mvo-box {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brix---accordion-item-wrapper-v3-first.intro-box {
    width: 100%;
    padding: 0;
  }

  .brix---accordion-item-wrapper-v3-first.wsh-qual {
    flex-flow: wrap;
    width: 100%;
    height: auto;
  }

  .brix---accordion-item-wrapper-v3-first.wsh-qual:hover {
    border-style: none;
    transform: none;
  }

  .brix---accordion-item-wrapper-v3-first.wsh-abc {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---accordion-item-wrapper-v3-first.wsh-abc:hover {
    box-shadow: none;
    transform: none;
  }

  .brix---accordion-item-wrapper-v3-first.courses-accord {
    width: 48.5%;
  }

  .arrow {
    margin-top: 60px;
  }

  .course-slider {
    width: 50%;
  }

  .footer-flex.bline {
    flex-wrap: wrap;
  }

  .footer-link {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-copyright {
    font-size: 12px;
  }

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

  .inside-hero-content-box {
    font-size: 16px;
  }

  .inside-hero-content-box.ccp {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
  }

  .inside-hero-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .inside-hero-heading.font-size {
    font-size: 30px;
  }

  .course-filter {
    padding-bottom: 10px;
  }

  .course-form {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .filter-field {
    width: 22%;
    margin-bottom: 0;
  }

  .cname-2.left-align {
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .c-name-info {
    width: 45%;
  }

  .c-name-info.width100 {
    width: 70%;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
  }

  .button-wrapper {
    margin-bottom: 10px;
  }

  .slot-box {
    width: 50%;
  }

  .register-box {
    width: 50%;
    padding-top: 26px;
  }

  .course-information-wrapper {
    width: 100%;
  }

  .cname {
    margin-right: 0;
    padding-left: 0;
  }

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

  .course-details-box {
    text-align: left;
    justify-content: flex-start;
  }

  .course-details-box.last {
    margin-bottom: 8px;
  }

  .c-name-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .course-box {
    width: 329px;
    min-width: 329px;
  }

  .course-box.in-course {
    width: 48%;
  }

  .course-box-heading {
    height: auto;
    font-size: 18px;
  }

  .course-content.in-course {
    font-size: 16px;
    line-height: 20px;
  }

  .about-section.email-form {
    width: 100%;
    margin-top: 20px;
  }

  .about-box {
    flex-flow: wrap;
  }

  .about-image {
    width: 30%;
  }

  .about-content.introduction {
    width: 100%;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .imabe-box {
    width: 100%;
    height: 380px;
    margin-bottom: 20px;
  }

  .tablet-par {
    margin-bottom: 20px;
    display: block;
  }

  .wsho-section {
    width: 100%;
  }

  .wsho-box {
    flex-flow: wrap;
  }

  .general-content-wrapper {
    width: 100%;
  }

  .wsho-image-box {
    width: 100%;
    height: 387px;
  }

  .highlight-par {
    color: #121212;
  }

  .heading-icon-box {
    background-size: 20px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .search-filter {
    padding-bottom: 10px;
  }

  .wshol-content-wrapper {
    width: 100%;
  }

  .trainers-box {
    flex-flow: wrap;
  }

  .resources-content.half {
    width: 100%;
  }

  .certificate-section {
    order: -9999;
    width: 100%;
  }

  .certificate-box {
    flex-flow: wrap;
  }

  .certificate-id, .fin {
    width: 49%;
  }

  .requirement-box {
    flex-flow: wrap;
  }

  .info-box.lines {
    height: 140px;
  }

  .info-box.no-lines.height {
    height: 189px;
  }

  .wsh-box {
    flex-flow: wrap;
  }

  .wsh-content.wsh-qual, .wsh-content.wsho-renewal {
    width: 100%;
  }

  .resources-box, .resources-list-box {
    flex-flow: wrap;
  }

  .mission-vission-box {
    width: 100%;
  }

  .search.width {
    width: 80%;
  }

  .contact-form, .log-in-form {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .search-box {
    flex-flow: wrap;
  }

  .search-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  .nav-box {
    margin-right: 0;
  }

  .content-box {
    margin-bottom: 20px;
  }

  .course-content-box, .course-info-wrapper {
    width: 50%;
  }

  .dropdown-line {
    height: 2px;
  }

  .hero-btn.field-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .drop-icon {
    margin-right: 20px;
  }

  .drop-icon.drop-nav {
    order: 9999;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .dropdown-2 {
    width: 100%;
    margin-right: 0;
    position: static;
  }

  .dropdown-list {
    border-radius: 0;
    position: static;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    position: static;
    left: 0;
  }

  .drop-list {
    padding-left: 39px;
    font-size: 13px;
    line-height: 18px;
  }

  .drop-list.lastdrop {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .drop-list.first-drop {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

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

  .content-heading {
    font-size: 36px;
    line-height: 45px;
  }

  .voice-box {
    width: 110%;
    height: auto;
  }

  .voice-box.top-voice-box {
    width: 49%;
    margin-bottom: 10px;
  }

  .voice-box-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .voice-box-wrapper.stack-left {
    flex-flow: column;
  }

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

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

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -37px 42%;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 44% -39px auto;
  }

  .brix---card-testimonial-color-1 {
    width: 40%;
    height: 460px;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .header-box75 {
    width: 90%;
  }

  .brix---mg-bottom-24px {
    width: 20%;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-copyright-info {
    margin-top: 0;
  }

  .image {
    width: 80%;
  }

  .image-box.about-image {
    order: 9999;
    height: 390px;
    margin-bottom: 0;
  }

  .image-box.complaint {
    width: 100%;
    height: 300px;
  }

  .image-box.coive-image {
    width: 100%;
    height: 390px;
  }

  .image-box.point-image {
    height: 300px;
  }

  .image-box.acad-image, .image-box.course-list-image, .image-box.iso-image {
    width: 100%;
    height: 300px;
  }

  .image-box.terms-image {
    margin-top: 20px;
  }

  .mvo-box {
    width: 47%;
  }

  .about-list-wrapper {
    padding-left: 23px;
  }

  .about-list-wrapper.level-list {
    padding-left: 2px;
  }

  .about-list.points-list {
    background-position: 4% 13%;
    padding-left: 48px;
  }

  .icon-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._0bmargin.list48, .contact-content, .wsh-image {
    width: 100%;
  }

  .wsh-image.wsho-lisc {
    height: 330px;
    margin-top: 20px;
  }

  .wsh-image.career, .wsh-image.career1, .wsh-image.career2 {
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .resources-image-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .resource-image.auto {
    height: 110px;
  }

  .hero-content-wrapper {
    background-position: 0%;
    min-height: 95vh;
    margin-top: 88px;
    padding-top: 38px;
    padding-bottom: 102px;
  }

  .hero-info-box {
    width: 100%;
  }

  .hero-image {
    width: 80%;
    height: 470px;
    bottom: 9%;
  }

  .full-content {
    margin-top: 0;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

  .rt-home-three-accordion-wrap-heading {
    margin-bottom: 30px;
  }

  .rt-autofit-2.rt-responsive-full-width-two {
    width: 100%;
    height: 100%;
  }

  .rt-accordion-main {
    max-width: 100%;
  }

  .rt-home-three-benefits-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-home-three-benefits-image {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .rt-home-three-benefits-text {
    min-width: 100%;
  }

  .rt-category-cards-text-2.rt-text-white, .rt-category-cards-text-2.rt-text-black {
    max-width: none;
    font-size: 20px;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    width: 21%;
    display: flex;
  }

  .rt-precision-card-body-row {
    align-items: stretch;
  }

  .rt-precision-card-body-row._0topmargin {
    align-items: stretch;
    width: 80%;
  }

  .rt-precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

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

  .sm-card {
    width: 100%;
  }

  .rt-category-cards-text-3.rt-text-white-2 {
    max-width: none;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-about-two-expert-image {
    width: 100%;
  }

  .rt-about-two-expert-content {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .rt-about-two-expert-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-two-expert-image-block {
    width: 100%;
    max-width: none;
    padding: 100px 50px 90px;
  }

  .rt-about-two-expert-content-block {
    max-width: none;
  }

  .level-wrapper {
    flex-flow: wrap;
  }

  .navdrop-link {
    color: #000;
  }

  .event-slide {
    width: 49%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

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

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .home-hero-banner {
    min-height: 91vh;
    margin-top: 88px;
  }

  .hero-content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-slider-box {
    width: 100%;
    height: 370px;
    margin-top: 20px;
    padding-bottom: 10px;
    inset: auto 0% 0% 4%;
  }

  .slide-nav-3 {
    inset: auto 0% -12%;
  }

  .left-arrow-3 {
    left: 44%;
  }

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

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

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block {
    color: #000;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .register-form-box {
    width: 80%;
  }

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

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
    margin-right: 20px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

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

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

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v4.siso-box {
    width: 100%;
  }

  .brix---grid-2-columns-stats-v4-2 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    width: 100%;
  }

  .left-form-box {
    order: 9999;
    width: 100%;
  }

  .in-touch.help-info-heading {
    font-size: 16px;
  }

  .in-touch.help-info-heading--black {
    font-size: 17px;
  }

  .form-field.message-field {
    margin-bottom: 20px;
  }

  .getting-cta-box {
    padding: 16px;
  }

  .cta-icon {
    width: 20px;
    min-width: 30px;
    margin-right: 9px;
  }

  .follow-box {
    padding: 20px;
  }

  .follow-social {
    flex-flow: wrap;
  }

  .f-social-box {
    width: 47px;
    margin-bottom: 10px;
  }

  .right-transfo-wrapper {
    width: 65%;
    margin-bottom: 20px;
  }

  .list-wrapper.flex-list, .list-wrapper.flex-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .transpo-content.improve-mental {
    width: auto;
  }

  .course-filter-selection {
    padding-bottom: 10px;
  }

  .event-box {
    width: 48%;
    padding-bottom: 0;
  }

  .event-info-wrapper {
    height: 110px;
  }

  .event-image {
    height: 170px;
  }

  .event-image.event11 {
    background-position: 50%;
    background-size: contain;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .event-tabsmenu {
    margin-bottom: 10px;
  }

  .events {
    justify-content: flex-start;
    align-items: stretch;
  }

  .resource {
    width: 48%;
  }

  .congratulation-info {
    color: #121212;
  }

  .footer-link-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-logo-box, .footer-cta, .about-section-copy {
    width: 100%;
  }

  .about-section-copy.email-form {
    width: 100%;
    margin-top: 20px;
  }

  .arrow-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin-left: 0;
    margin-right: 10px;
  }

  .h1-hero-inside {
    font-size: 46px;
    line-height: 50px;
  }

  .button-flare.highlight {
    height: 55px;
  }

  .text-button {
    font-size: 14px;
    line-height: 28px;
  }

  .text-button.main {
    font-size: 16px;
    line-height: 26px;
  }

  .button-v2 {
    position: relative;
  }

  .hero-content-2 {
    width: 100%;
    margin-top: 37px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hero-content-2.hero-inside-arrow {
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .hero-content-2.hero-inside-arrow.about-arrow, .hero-content-2.hero-inside-arrow.course-sched-arrow, .hero-content-2.hero-inside-arrow.register-arrow, .hero-content-2.hero-inside-arrow.tc-arrow, .hero-content-2.hero-inside-arrow.resources-arrow {
    width: 410px;
  }

  .hero-content-2.hero-inside-arrow.stud-arrow {
    width: 450px;
  }

  .hero-content-2.hero-inside-arrow.trainer-arrow, .hero-content-2.hero-inside-arrow.who-arrow {
    width: 410px;
  }

  .hero-content-2.hero-inside-arrow.points-arrow {
    width: 640px;
  }

  .hero-content-2.hero-inside-arrow.qaulity-arrow {
    width: 630px;
  }

  .hero-content-2.hero-inside-arrow.license-arrow {
    width: 690px;
  }

  .hero-content-2.hero-inside-arrow.cpp-arrow, .hero-content-2.hero-inside-arrow.getting-arrow {
    width: 720px;
  }

  .hero-content-2.hero-inside-arrow.list-arrow {
    width: 500px;
  }

  .hero-content-2.hero-inside-arrow.course-arrow, .hero-content-2.hero-inside-arrow.events-arrow {
    width: 420px;
  }

  .hero-content-2.hero-inside-arrow.matters-arrow {
    width: 500px;
  }

  .hero-content-2.hero-inside-arrow.course-sched-arrow-copy, .hero-content-2.hero-inside-arrow.home-arrow {
    width: 410px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
  }

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

  p {
    line-height: 25px;
  }

  .hero {
    height: 40vh;
  }

  .hero.inside {
    height: 38vh;
  }

  .nav-wrapper {
    min-height: 8vh;
  }

  .navbar {
    padding-top: 10px;
  }

  .brand {
    width: 12%;
  }

  .hero-header-wrapper.inside-header-wrapper {
    background-position: 50% 22%;
    background-size: cover;
    background-attachment: scroll;
    min-height: 30vh;
    margin-top: 69px;
  }

  .hero-header-wrapper.inside-header-wrapper.course {
    background-position: 0 0, 50% 0;
  }

  .hero-header-wrapper.inside-header-wrapper.point-req-bg {
    background-position: 0 0, 50% 10%;
  }

  .hero-header-wrapper.inside-header-wrapper.cpp-bg {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-header-wrapper.inside-header-wrapper.wsho-license-renewal-bg {
    background-image: url('../images/graduation-diploma-certificate-wax-seal.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .container {
    width: 90%;
  }

  .slide.s1 {
    background-size: auto, cover;
  }

  .slide.s2 {
    background-size: auto, cover;
    padding-top: 60px;
  }

  .hero-slider-content {
    justify-content: flex-start;
    align-items: flex-start;
    width: 82%;
  }

  .content-wrapper {
    padding-bottom: 40px;
  }

  .image-box.about-image {
    height: 320px;
  }

  .image-box.wsho-image, .image-box.wsho-image-professionas {
    width: 100%;
  }

  .brix---accordion-title {
    font-size: 17px;
    line-height: 27px;
  }

  .brix---btn-circle-accordion-btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-v3-card {
    padding: 0;
  }

  .brix---accordion-item-wrapper-v3-first {
    background-color: #fff0;
    padding: 0;
  }

  .brix---accordion-item-wrapper-v3-first.mvo-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---accordion-item-wrapper-v3-first.wsh-qual {
    transform: translate(0);
  }

  .brix---accordion-item-wrapper-v3-first.wsh-abc {
    box-shadow: none;
    transition: none;
  }

  .brix---accordion-item-wrapper-v3-first.courses-accord {
    width: 100%;
    margin-bottom: 40px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph-2 {
    font-size: 9px;
  }

  .inside-hero-content-box.ccp {
    width: 80%;
  }

  .inside-hero-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .course-filter {
    flex-flow: wrap;
  }

  .filter-field {
    width: 100%;
    margin-bottom: 9px;
  }

  .btn-content {
    width: 48%;
  }

  .btn-content.apply.width {
    width: 20%;
  }

  .btn-content.log-in {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-content.forgot-pass {
    width: auto;
  }

  .c-name-info.width100 {
    padding-left: 60px;
  }

  .button-wrapper.login {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .slot-number {
    height: 80%;
  }

  .slot-available {
    height: 20%;
  }

  .slot-box {
    width: 100%;
  }

  .register-box {
    width: 100%;
    padding-bottom: 20px;
  }

  .course-details-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .course-details-box.last {
    margin-bottom: 20px;
  }

  .c-name-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .course-box {
    width: 100%;
    min-width: 510px;
  }

  .course-box.in-course, .about-section.half {
    width: 100%;
  }

  .about-section.email-form {
    order: -9999;
    width: 100%;
    margin-bottom: 20px;
  }

  .general-content-wrapper {
    width: 100%;
  }

  .wsho-image-box {
    width: 100%;
    height: 277px;
  }

  .sub-heading-title {
    font-size: 17px;
    line-height: 27px;
  }

  .search-filter {
    flex-flow: wrap;
  }

  .course-wrapper {
    flex-flow: column;
  }

  .wshol-content-wrapper, .certificate-id, .fin {
    width: 100%;
  }

  .grid {
    grid-auto-flow: row;
  }

  .table-name {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .info-box {
    padding: 16px;
  }

  .info-box.lines {
    height: 255px;
  }

  .info-box.no-lines.height {
    height: 227px;
  }

  .search.width {
    width: 70%;
  }

  .your-name.flex {
    flex-flow: wrap;
  }

  .course-content-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .course-info-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.voice-wrapper {
    padding-top: 0;
  }

  .counter-box {
    width: 50%;
  }

  .content-heading {
    font-size: 35px;
    line-height: 44px;
  }

  .voice-box, .voice-box.top-voice-box {
    width: 100%;
  }

  .voice-box-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 11px;
    font-size: 22px;
    line-height: 24px;
    bottom: -47px;
    left: 43%;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 11px;
    font-size: 22px;
    line-height: 24px;
    bottom: -47px;
    right: 36%;
  }

  .brix---card-testimonial-color-1 {
    width: 100%;
    height: auto;
    padding: 11px;
  }

  .brix---card-testimonial-color-1.hide {
    padding: 11px;
  }

  .brix---card-testimonial-color-1.full {
    height: auto;
  }

  .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding: 48px 32px;
  }

  .brix---slider-mask-width-490px {
    max-width: 320px;
  }

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

  .header-box75 {
    width: 100%;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-1-column {
    grid-template-columns: 1fr;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---card-link-icon-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold {
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .footer-copyright-info {
    padding-top: 20px;
    font-size: 13px;
  }

  .footer-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
  }

  .div-block-2 {
    display: flex;
  }

  .log-in-form-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-image-box.login-image {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  .vision-box {
    width: 90%;
  }

  .mvo-box, .about-list-wrapper {
    width: 100%;
  }

  .about-list.points-list {
    background-position: 2% 22%;
    width: 100%;
    margin-bottom: 5px;
  }

  .contact-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .resources-image-wrapper {
    flex-flow: wrap;
  }

  .resource-image.auto {
    height: 99px;
  }

  .hero-heading {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-image {
    width: 80%;
    bottom: 2%;
  }

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-dropdown-list-3.rt-overflow-off.w--open {
    margin-top: 10px;
  }

  .rt-home-three-benefits-image {
    grid-template-rows: auto auto;
  }

  .rt-home-three-benefits-text {
    width: 100%;
    min-width: auto;
  }

  .rt-home-three-benefits-text.student-matters {
    width: 100%;
    margin-bottom: 20px;
  }

  .rt-category-cards-text-2.rt-text-black {
    font-size: 18px;
  }

  .rt-precision-card-body-row._0topmargin {
    width: 90%;
  }

  .rt-precision-card-image-box {
    height: 240px;
  }

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

  .rt-about-two-expert-image-block {
    padding: 70px 15px 60px;
  }

  .event-slide {
    width: 100%;
  }

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

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

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

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .home-hero-banner {
    min-height: 80vh;
    margin-top: 84px;
  }

  .hero-new-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .slide-nav-3 {
    bottom: auto;
    right: auto;
  }

  .left-arrow-3 {
    left: 42%;
  }

  .right-arrow-3 {
    right: 45%;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

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

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

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

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---grid-contact-v7 {
    grid-template-columns: 1fr;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .register-form-box {
    width: 95%;
  }

  .register-form-box.half {
    width: 100%;
  }

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

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

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    align-items: center;
    width: 16%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 10px;
    padding: 12px;
  }

  .brix---mg-left-16px {
    display: none;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---tabs-menu-vertical {
    flex-flow: row;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    width: 37px;
    max-width: 50px;
  }

  .tab-icon {
    width: 45px;
    height: 45px;
  }

  .tab-icon.replace {
    width: 40px;
  }

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

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

  .brix---square-icon-2 {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

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

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

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

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4 {
    padding: 40px 24px;
  }

  .brix---accordion-item-wrapper-v4.siso-box {
    width: 100%;
  }

  .brix---accordion-title-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-2-columns-stats-v4-2 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4-2 {
    padding: 40px 24px;
  }

  .right-transfo-wrapper {
    width: 100%;
  }

  .transpo-content {
    font-size: 16px;
    line-height: 26px;
  }

  .sticky-wrapper {
    order: 9999;
    width: 100%;
  }

  .course-filter-selection {
    flex-flow: wrap;
  }

  .event-box {
    width: 100%;
  }

  .reinstatement-sub-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .about-section-copy.half, .about-section-copy.email-form {
    width: 100%;
  }

  .h1-hero-inside {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-content-2 {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .hero-content-2.hero-inside-arrow {
    background-image: none;
    background-size: cover;
    width: 83vw;
    padding-left: 40px;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .hero-content-2.hero-inside-arrow.about-arrow, .hero-content-2.hero-inside-arrow.course-sched-arrow, .hero-content-2.hero-inside-arrow.register-arrow {
    width: 300px;
  }

  .hero-content-2.hero-inside-arrow.tc-arrow {
    width: 500px;
  }

  .hero-content-2.hero-inside-arrow.resources-arrow {
    width: 300px;
  }

  .hero-content-2.hero-inside-arrow.stud-arrow {
    width: 350px;
  }

  .hero-content-2.hero-inside-arrow.trainer-arrow {
    width: 300px;
  }

  .hero-content-2.hero-inside-arrow.who-arrow {
    width: 370px;
  }

  .hero-content-2.hero-inside-arrow.points-arrow {
    width: 560px;
  }

  .hero-content-2.hero-inside-arrow.qaulity-arrow {
    width: 460px;
  }

  .hero-content-2.hero-inside-arrow.license-arrow {
    width: 530px;
  }

  .hero-content-2.hero-inside-arrow.cpp-arrow {
    width: 470px;
  }

  .hero-content-2.hero-inside-arrow.getting-arrow {
    width: 470px;
    bottom: 14%;
  }

  .hero-content-2.hero-inside-arrow.list-arrow {
    width: 360px;
    bottom: 14%;
  }

  .hero-content-2.hero-inside-arrow.course-arrow, .hero-content-2.hero-inside-arrow.events-arrow {
    width: 330px;
    bottom: 14%;
  }

  .hero-content-2.hero-inside-arrow.matters-arrow {
    width: 330px;
  }

  .hero-content-2.hero-inside-arrow.course-sched-arrow-copy {
    width: 400px;
  }

  .hero-content-2.hero-inside-arrow.home-arrow {
    width: 300px;
  }

  .half-field {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: left;
    font-size: 33px;
    line-height: 47px;
  }

  h2 {
    font-size: 25px;
    line-height: 33px;
  }

  h3 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .hero.home {
    height: auto;
  }

  .nav-wrapper {
    min-height: auto;
  }

  .navbar {
    padding-top: 10px;
  }

  .brand {
    width: 21%;
  }

  .nav-link.drop {
    justify-content: space-between;
    align-items: center;
  }

  .hero-header-wrapper.inside-header-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 70px;
  }

  .hero-header-wrapper.inside-header-wrapper.course, .hero-header-wrapper.inside-header-wrapper.course-list-bg, .hero-header-wrapper.inside-header-wrapper.trainers-bg {
    background-position: 0 0, 50% 10%;
  }

  .hero-header-wrapper.inside-header-wrapper.wsh-qual-bg {
    background-size: cover;
  }

  .hero-header-wrapper.inside-header-wrapper.wsho-license-renewal-bg {
    background-position: 0 0, 50% 2%;
  }

  .hero-header-wrapper.inside-header-wrapper.diploma-bg {
    background-position: 0 0, 50% 10%;
  }

  .hero-content-slider {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider {
    min-height: 500px;
  }

  .slide.s1 {
    background-position: 0 0, 50%;
  }

  .slide.s2 {
    background-position: 0 0, 50%;
    padding-top: 60px;
  }

  .hero-slider-content {
    width: 100%;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

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

  .image-box {
    height: 160px;
  }

  .image-box.wsho-image-professionas {
    height: 178px;
  }

  .brix---accordion-header.color.mvo-header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .brix---accordion-header.color.level-header {
    justify-content: space-between;
    align-items: center;
  }

  .brix---accordion-spacer.vmo {
    margin-top: 0;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-title.black {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---btn-circle-accordion-btn.blue {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  .brix---accordion-v3-card {
    padding: 0;
  }

  .brix---accordion-content-wrapper-v2.top {
    margin-top: 0;
  }

  .brix---accordion-item-wrapper-v3-first.mvo-box {
    padding: 20px;
  }

  .brix---accordion-item-wrapper-v3-first.wsh-qual {
    padding-right: 0;
  }

  .brix---accordion-item-wrapper-v3-first.wsh-abc {
    background-color: #ffffffc4;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .course-slider {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 9px;
    line-height: 20px;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .inside-hero-content-box, .inside-hero-content-box.ccp {
    width: 100%;
  }

  .inside-hero-heading.ccp {
    text-align: left;
    font-size: 25px;
  }

  .inside-hero-heading.font-size {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .filter-field, .btn-content.apply {
    width: 100%;
  }

  .btn-content.apply.width {
    width: 25%;
  }

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

  .cname-2.left-align {
    margin-right: 0;
    padding-left: 0;
  }

  .c-name-info {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .c-name-info.width100 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .cname {
    text-align: center;
    display: block;
  }

  .cname.big {
    text-align: right;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .course-details-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-name-details {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .course-image {
    min-height: 160px;
  }

  .course-box {
    width: 80vw;
    min-width: 90vw;
    font-size: 17px;
  }

  .course-box-heading {
    font-size: 15px;
    line-height: 23px;
  }

  .course-detail {
    font-size: 14px;
  }

  .course-content.in-course {
    padding: 20px;
  }

  .about-section.email-form {
    padding: 23px;
  }

  .about-image {
    width: 60%;
  }

  .about-content.introduction {
    width: 100%;
  }

  .wsho-image-box {
    height: 192px;
  }

  .sub-heading-title {
    font-size: 18px;
    line-height: 26px;
  }

  .trainers-section {
    padding: 0;
  }

  .form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid {
    grid-template-columns: minmax(100px, .4fr) minmax(100px, 1fr) minmax(100px, .5fr);
  }

  .grid.set-a {
    grid-template-columns: minmax(100px, .4fr) 1fr 1fr;
  }

  .table-name {
    margin: 5px;
    padding: 0;
  }

  .title-box {
    font-size: 12px;
  }

  .info-box {
    font-size: 12px;
    line-height: 22px;
  }

  .wsh-section {
    padding: 0;
  }

  .wsh-content.wsho-renewal {
    width: 100%;
  }

  .search.width {
    width: 60%;
  }

  .name-text-field.register-field.message {
    height: 110px;
  }

  .course-info-wrapper {
    font-size: 12px;
    line-height: 22px;
  }

  .course-info {
    font-size: 14px;
  }

  .hero-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .drop-icon.drop-nav {
    order: 9999;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .counter-box {
    font-size: 15px;
    line-height: 20px;
  }

  .count-info {
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 41px;
  }

  .content-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .sub-heading {
    font-size: 15px;
  }

  .voice-box {
    padding: 22px;
  }

  .vision-text.big {
    font-size: 15px;
    line-height: 23px;
  }

  .icons._0bmar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .icons.level-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
  }

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

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

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

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

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -41px;
    left: 26%;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -41px;
    right: 26%;
  }

  .brix---card-testimonial-color-1 {
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .image-slider-box {
    border-radius: 12px;
    width: 100%;
    height: 160px;
    overflow: clip;
  }

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

  .brix---mg-bottom-24px {
    width: 30%;
    margin-bottom: 16px;
  }

  .brix---text-200 {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-1-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-logo-wrapper {
    width: 290px;
  }

  .brix---footer-list-item {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 24px;
  }

  .brix---footer-link {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-flow: row;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
  }

  .grid-footer-4-cols-v14 {
    grid-row-gap: 50px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---text-200-bold {
    margin-left: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .brix---big-icon-left.footer-email {
    width: 25px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-copyright-info {
    font-size: 9px;
    line-height: 20px;
  }

  .footer-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 0;
  }

  .image {
    width: 100%;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .log-in-form-box {
    width: 100%;
    margin-top: 20px;
  }

  .image-box.about-image {
    height: 270px;
  }

  .image-box.general-image {
    width: 100%;
  }

  .image-box.coive-image {
    background-image: url('../images/voice-of-learners.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 240px;
  }

  .image-box.crative-image {
    height: 190px;
  }

  .form-image-box {
    width: 100%;
  }

  .mvo-box {
    padding: 22px;
  }

  .about-list-wrapper {
    padding-left: 24px;
    font-size: 14px;
  }

  .about-list-wrapper._40marg, .about-list-wrapper.numbered {
    padding-left: 0;
  }

  .about-list.black-list {
    padding-left: 35px;
  }

  .about-list.points-list {
    background-position: 3% 14%;
    width: 100%;
    padding-left: 44px;
    font-size: 14px;
  }

  .icon-title-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 11px;
  }

  .icon-title-wrap.vision {
    justify-content: center;
    align-items: center;
  }

  .icon-title-wrap.full {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .wsh-image.wsho-lisc {
    height: 250px;
  }

  .hero-content-wrapper {
    margin-top: 65px;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .hero-image {
    width: 100%;
    height: 330px;
  }

  .rt-category-cards-text {
    font-size: 16px;
  }

  .rt-home-three-benefits-image {
    width: 100%;
  }

  .rt-home-three-benefits-text {
    max-width: 100%;
  }

  .rt-category-cards-text-2.rt-text-white, .rt-category-cards-text-2.rt-text-black {
    font-size: 15px;
    line-height: 25px;
  }

  .rt-precision-card-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-precision-card-body.left-flex {
    margin-top: 12px;
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .rt-precision-card-body-row._0topmargin {
    width: 100%;
  }

  .rt-precision-card-body-caption-column {
    width: 73%;
    padding: 10px 15px;
  }

  .numbered-list {
    font-size: 14px;
  }

  .black {
    margin-bottom: 20px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .home-hero-banner {
    min-height: auto;
    margin-top: 85px;
    padding-bottom: 37px;
  }

  .hero-new-heading {
    font-size: 39px;
    line-height: 49px;
  }

  .hero-slider-box {
    height: 230px;
    padding-bottom: 0;
  }

  .accent-heading.kickstart {
    font-size: 45px;
  }

  .left-arrow-3 {
    left: 39%;
  }

  .right-arrow-3 {
    right: 39%;
  }

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

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

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

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

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .register-form-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-content {
    font-size: 13px;
    line-height: 23px;
  }

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

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

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---tab-left-icon {
    width: 29%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---tabs-menu-vertical {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    width: 30px;
    max-width: 56px;
  }

  .tab-icon {
    width: 50px;
    height: 40px;
  }

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

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

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

  .brix---square-icon-2 {
    border-radius: 14px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---card-link-content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .criteria-flex-box {
    flex-flow: column;
  }

  .criteria-info-wrapper {
    margin-bottom: 20px;
    display: block;
  }

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

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

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

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-title-2.transpo-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .transpo-sub-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .transpo-content {
    font-size: 14px;
  }

  .transpo-content.fees-amount-info {
    font-size: 18px;
  }

  .event-info-wrapper {
    height: auto;
    padding-right: 10px;
  }

  .event-date-day {
    font-size: 40px;
  }

  .event-image {
    height: 200px;
  }

  .event-image.event-1 {
    background-color: #fff8f6;
    background-size: contain;
  }

  .event-image.event-2 {
    background-size: contain;
  }

  .event-image.event-6 {
    background-color: #292929;
    background-size: contain;
  }

  .event-image.event9 {
    background-color: #c9e165;
    background-size: contain;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .event-image.event10 {
    background-size: 260px;
  }

  .event-image.event12 {
    background-color: #7d604c;
    background-size: contain;
  }

  .events-tablink {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 21px;
  }

  .event-tabsmenu {
    display: flex;
  }

  .reinstatement-sub-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .reinstatement-sub-heading.transpo-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .resource {
    width: 46%;
  }

  .resource-logo-image {
    height: 80px;
  }

  .resource-logo-image.resource-1 {
    background-size: contain;
  }

  .resource-logo-image.resource-3 {
    background-size: 110px;
  }

  .resource-logo-image.resource-4 {
    background-size: cover;
    height: 80px;
  }

  .footer-link-block {
    width: 49%;
    margin-bottom: 10px;
  }

  .footer-link-wrapper {
    flex-flow: wrap;
  }

  .about-section-copy.email-form {
    padding: 23px;
  }

  .arrow-icon.main {
    padding: 3px;
  }

  .h1-hero-inside {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 31px;
  }

  .button-flare {
    font-size: 15px;
  }

  .button-flare.highlight {
    justify-content: center;
    align-items: center;
    height: 0;
    padding: 23px;
    display: flex;
  }

  .text-button {
    font-size: 13px;
    line-height: 24px;
  }

  .text-button.main {
    font-size: 14px;
  }

  .button-v2 {
    z-index: 0;
    padding: 10px 20px;
  }

  .hero-content-2 {
    margin-top: 0;
    padding-top: 30px;
    position: static;
  }

  .hero-content-2.hero-inside-arrow {
    background-image: none;
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .hero-content-2.hero-inside-arrow.about-arrow, .hero-content-2.hero-inside-arrow.course-sched-arrow, .hero-content-2.hero-inside-arrow.register-arrow {
    width: 210px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.tc-arrow {
    width: 300px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.resources-arrow {
    width: 210px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.stud-arrow {
    width: 220px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.trainer-arrow, .hero-content-2.hero-inside-arrow.who-arrow {
    width: 210px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.points-arrow, .hero-content-2.hero-inside-arrow.qaulity-arrow {
    width: 290px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.license-arrow, .hero-content-2.hero-inside-arrow.cpp-arrow {
    width: 100%;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.getting-arrow {
    width: 300px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.list-arrow {
    width: 230px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.course-arrow, .hero-content-2.hero-inside-arrow.events-arrow {
    width: 210px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.matters-arrow, .hero-content-2.hero-inside-arrow.course-sched-arrow-copy {
    width: 250px;
    bottom: 0%;
  }

  .hero-content-2.hero-inside-arrow.home-arrow {
    width: 210px;
  }
}

#w-node-ad1112c7-063c-13ba-7b97-bcdb8fa76aa2-2543348b, #w-node-_08188bf2-159a-1209-b9ba-17ab9558e73a-2543348b, #w-node-ad1112c7-063c-13ba-7b97-bcdb8fa76af4-2543348b, #w-node-_9ff2a2aa-4450-a686-b045-28a54cb68f4d-2543348b, #w-node-_334f1a0b-578c-2bdf-68c1-5128066bb49b-9a816a9f, #w-node-_334f1a0b-578c-2bdf-68c1-5128066bb4a5-9a816a9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ad1112c7-063c-13ba-7b97-bcdb8fa76aa2-2543348b, #w-node-ad1112c7-063c-13ba-7b97-bcdb8fa76ae7-2543348b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad1112c7-063c-13ba-7b97-bcdb8fa76aa2-2543348b {
    grid-column: span 2 / span 2;
  }

  #w-node-ad1112c7-063c-13ba-7b97-bcdb8fa76ae7-2543348b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}


