.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}
.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}
.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}
.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sourceserifpro, sans-serif;
  color: #000;
  font-size: 75px;
  line-height: 80px;
  font-style: italic;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

a {
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #3b3b3b;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.content-section {
  margin-bottom: 100px;
}

.content-section.no-margin {
  margin-bottom: 0px;
}

.footer-section {
  position: static;
  top: -62px;
}

.hero-banner-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 150px;
  background-image: url('../images/Banner-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-banner-wrapper.inside {
  max-height: 350px;
  min-height: auto;
  background-image: url('../images/Musical-motes-1.png'), url('../images/Musical-motes-2.png'), url('../images/Banner-BG.jpg');
  background-position: 75% 130%, 30% 50%, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.hero-banner-wrapper.form {
  min-height: 30vh;
}

.bottom-curve {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
}

.curve {
  min-width: 100%;
}
.banner-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 55%;
}
.container {
  display: block;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.container:medium {width: 90%;}



.container.nav {
  width: 100%;
}

.container.rel {
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.container.rel:tiny {position: relative;margin-right: auto;margin-left: auto;}

.container.rel:medium {margin-right: auto;margin-left: auto;}

.container.rel:xxl {margin-right: 80px;margin-left: 80px;}

.container.flex {
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container.flex {
  width: 90%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container.bottom-margin {
  width: 80%;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.container.map {
  height: auto;
}

.container.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1920px;
}

.container.robert-piano {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 65px;
  padding-bottom: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/Robert-piano-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/Robert-piano-bg.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container.hero {
  width: 80%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  text-align: center;
}

.navbar {
  z-index: 15;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navbar.scrolled {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.navbar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #222;
}

.register {
  padding: 10px 11px 10px 13px;
}

.register.gray {
  padding-right: 18px;
  padding-left: 18px;
  background-color: #222;
}

.register.lighter {
  padding-right: 18px;
  padding-left: 18px;
  background-color: #141414;
}

.register.darker {
  padding-right: 18px;
  padding-left: 18px;
  background-color: #080808;
}

.register-text {
  font-family: 'Open Sans', sans-serif;
  color: #f6fafe;
  font-size: 11.02px;
  line-height: 15px;
  font-weight: 600;
}

/*------------------new------------*/
.stickly-header-logo {
  width: 20%;
}

.stickly-header-logo:medium {
  width: 30vw;
  max-width: 200px;
}

.stickly-header-logo:small {
  width: 50vw;
}

.stickly-header-logo.small {
  max-width: 180px;
}

.stickly-header-logo.small:medium {
  width: 40vw;
}

.stickly-header-logo.small:tiny {
  width: 50vw;
}

.stickly-header-logo.small:current {
}

.header-logo {
  width: 20%;
  max-width: 250px;
  margin-right: 40px;
}

.header-logo:medium {
  width: 30vw;
  max-width: 200px;
}

.header-logo:small {
  width: 50vw;
}

.header-logo.r-margin {
  margin-right: 20px;
}
/*-----------end new-------------*/

.header-wrapper {
  width: 45%;
  margin-top: 8%;
}

.header-wrapper:tiny {width: 100%;}

.header-wrapper.inside {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper.no-padding {
  width: 60%;
  margin-top: 0%;
}

.header-wrapper.no-padding:medium {width: auto;}

.header-paragraph {
  margin-bottom: 40px;
  font-family: Myriadpro;
  color: hsla(0, 0.00%, 100.00%, 1.00);
  font-size: 20px;
  line-height: 1.5em;
}

.heading {
  margin-bottom: 30px;
}

.header-paragraph:medium {font-size: 16px;}

.header-paragraph:xxl {font-size: 29px;}

.header-paragraph:xl {font-size: 22px;}



.heading.banner {
  margin-top: 0px;
  margin-bottom: 10px;
  color: hsla(0, 0.00%, 100.00%, 1.00);
  font-size: 54px;
  line-height: 1.3em;
}

.heading.banner:small {font-size: 35px;}

.heading.banner:medium {font-size: 45px;}

.heading.banner:xxl {font-size: 75px;}

.heading.banner:xl {font-size: 58px;}

.heading.inside {
  color: #000;
  font-size: 60px;
  line-height: 69px;
}

.heading.inside.center {
  text-align: center;
}

.button {
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #bb2896;
  background-image: linear-gradient(135deg, #bb2896 35%, #9d38a7);
  box-shadow: 6px 9px 16px 7px rgba(187, 42, 149, 0.14);
  opacity: 1;
  -webkit-transition: opacity 200ms ease, all 350ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 200ms ease, all 350ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 700;
}

.button:hover {
  background-image: linear-gradient(260deg, #bb2896 35%, #9d38a7);
}

.button.register {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 0.5vw 2vw;
  border-radius: 200px;
  font-size: 1vw;
  line-height: 2vw;
}

.button.register.studio-booking {
  padding: 8px 30px;
  font-size: 14px;
}

.button._10 {
  margin-left: 10px;
}

.button.submit {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 10px 30px;
  background-image: linear-gradient(135deg, #bb2896 35%, #9d38a7);
  box-shadow: 6px 9px 16px 7px rgba(187, 42, 149, 0.14);
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 700;
}

.button.submit.studio-booking {
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
}

.button.submit.small {
  font-size: 14px;
  line-height: 24px;
}

.button.registration {
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  font-size: 1.2vw;
}

.button.slogin {
  padding: 0.2vw 1.5vw;
  font-size: 1vw;
}

.button.career-form {
  font-family: 'Open Sans', sans-serif !important;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  font-style: normal !important;
}

.button.schedule {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
}

.button.schedule.disabled {
  background-color: #969696;
  background-image: none;
  cursor: default;
}

.button.schedule.disabled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#969696));
  background-image: linear-gradient(180deg, #969696, #969696);
  box-shadow: none;
}

.button.clear {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 16px;
    line-height: 1.0em;
    text-align: center;
}

.content-header {
    margin-top: 0px;
    font-family: Source Serif Pro;
    color: hsla(308.37209302325584, 58.37%, 43.33%, 1.00);
    font-size: 53px;
    line-height: 63px;
    font-weight: 600;
    text-align: center;
}

.content-header:medium {
  font-size: 34px;
  line-height: 40px;
}

.content-header:small {
  font-size: 30px;
  line-height: 40px;
}

.content-header:tiny {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}

.content-header.robert-piano-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Sourceserifpro;
  color: hsla(308.37209302325584, 0.00%, 100.00%, 1.00);
  font-size: 2.2vw;
  line-height: 23px;
  font-style: italic;
  font-weight: 400;
}

.content-header.robert-piano-text:medium {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 2.5vw;
  }

.content-header.robert-piano-text:small {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 2.5vw;
}

.content-header.robert-piano-text:tiny {
  font-size: 8vw;
 }

.content-header.robert-piano-text:xxl {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 40px;
  line-height: 37px;
}

.content-header.left {
  font-size: 48px;
  text-align: left;
}

.content-header.left.non-italic {
  font-style: normal;
}

.content-header.form {
  margin-bottom: 30px;
  font-size: 38px;
  text-align: left;
}

.content-header.lower-padding {
  margin-bottom: 60px;
}

.content-header.sub-header {
  font-size: 40px;
  font-style: normal;
}

.content-header.sub-header.left-align {
  text-align: left;
}

.content-header.low-padding {
  margin-bottom: 60px;
  line-height: 64px;
}

.content-header.robert-piano {
  margin: 0px;
  font-family: Sourceserifpro, sans-serif;
  color: #fff;
  font-size: 2.2vw;
  line-height: 23px;
  font-style: italic;
  font-weight: 400;
}

.content-header.robert-piano {
  margin-bottom: 30px;
  font-family: Sourceserifpro, sans-serif;
  color: #fff;
  font-size: 2.9vw;
  line-height: 23px;
  font-style: normal;
}

.content-header.course {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #000;
  font-size: 35px;
  font-style: normal;
}

.content-header.center {
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-wrapper.margin-65 {
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.content-wrapper.oval-bg {
  position: relative;
  top: 0px;
  height: 700px;
  padding-top: 85px;
  padding-bottom: 60px;
  background-image: url('../images/Musical-motes-1.png'), url('../images/Oval.png');
  background-position: 50% 50%, 50% 88%;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.content-wrapper.courses {
  padding-top: 80px;
  padding-bottom: 150px;
  background-image: url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png'), url('../images/transparent-bg.png');
  background-position: 13% 20%, 5% 0%, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.content-wrapper.padding {
  display: block;
  margin-bottom: 100px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.content-wrapper.bmargin {
  padding-bottom: 120px;
}

.content-wrapper.bmargin.flex {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper.margin-100 {
  padding-top: 80px;
  padding-bottom: 60px;
}

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

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

.content-wrapper.padding-60 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/why-kawai-school-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/why-kawai-school-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.instrument-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.instrument-wrapper:hover {
  border-radius: 2px;
  background-color: transparent;
  box-shadow: 1px 1px 16px -4px rgba(0, 0, 0, 0.09);
  opacity: 1;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-wrapper._1 {
  width: 100%;
  height: 80%;
  max-height: 260px;
  max-width: 260px;
  min-height: 43px;
  min-width: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/Violin-piano-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-wrapper._3 {
  background-image: url('../images/School-bg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-wrapper._4 {
  background-image: url('../images/Cap.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-wrapper._2 {
  width: 100%;
  min-width: 43px;
  background-image: url('../images/Mic-bg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-wrapper._5 {
  background-image: url('../images/Phone.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-wrapper._6 {
  background-image: url('../images/Monitor-bg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-wrapper._2 {
  width: 100%;
  height: 80%;
  max-height: 260px;
  max-width: 260px;
  min-height: 43px;
  min-width: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/Mic-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-wrapper._3 {
  width: 100%;
  height: 80%;
  max-height: 260px;
  max-width: 260px;
  min-height: 43px;
  min-width: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/Violin-piano-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-wrapper._4 {
  width: 100%;
  height: 80%;
  max-height: 260px;
  max-width: 260px;
  min-height: 43px;
  min-width: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/Cap.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-wrapper._5 {
  width: 100%;
  height: 80%;
  max-height: 260px;
  max-width: 260px;
  min-height: 43px;
  min-width: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/Phone.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-wrapper._6 {
  width: 100%;
  height: 80%;
  max-height: 260px;
  max-width: 260px;
  min-height: 43px;
  min-width: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/Monitor-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  height: 70%;
}

.instruments {
  margin-top: 0px;
  font-family: Sourceserifpro, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

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

.title-desc {
  height: 20%;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1.2vw;
  line-height: 1.4em;
  text-align: center;
}

.title-desc.font {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.title-desc.font.class-name {
  color: #0567c3;
  font-weight: 600;
}

.title-desc.why-kawai {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.blue-bg-wrapper {
  position: relative;
  top: 120px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/why-kawai-school-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/why-kawai-school-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.child-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
  max-width: 30%;
}

.content-blue-bg-wrapper {
  margin-left: 140px;
}

.blue-header {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: 'Source Serif Pro', sans-serif;
  color: #fff;
  font-size: 66px;
  line-height: 75px;
  font-weight: 600;
}

.blue-header.smaller {
  margin-top: auto;
  color: #af2e9d;
  font-size: 53px;
  line-height: 57px;
  text-align: center;
}

.subheader {
  margin-top: 15px;
  padding-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.subheader.event-title {
  margin-top: 10px;
  padding-bottom: 0px;
  font-family: 'Acumin rpro', sans-serif;
  font-size: 2vw;
  line-height: 1.3em;
}

.subheader.event-title.italic {
  margin-bottom: 5px;
  font-family: 'Acumin rpro', sans-serif;
  font-style: italic;
}

.register-button {
  margin-bottom: 60px;
  padding: 18px 25px;
  border-style: solid;
  border-width: 3px;
  border-color: #5eb9f7;
  border-radius: 50px;
  background-color: #2685ee;
}

.register-button:hover {
  border-color: #0390f0;
  background-color: #5eb9f7;
  color: #000;
}

.slider-wrapper {
  position: relative;
  top: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 55px;
  padding-bottom: 56px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.content-transparent-wrapper {
  margin-bottom: 80px;
}

.gallery-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
}

.gallery-wrapper:small {
  justify-content: center;
  align-items: stretch;
}

.gallery-image-wrapper {
  overflow: hidden;
  width: 32%;
  height: 260px;
  justify-content: space-between;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.gallery-image-wrapper._1 {}

.gallery-image-wrapper._1:small {
  width: auto;
  justify-content: center;
}
.gallery-image {
   width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-wrapper.center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide {
  background-color: transparent;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.gallery-image-wrapper {
  height: 230px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  Overflow: hidden;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
}

.gallery-image-wrapper._1 {
  border-radius: 15px;
}

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

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

.slide-nav {
  position: static;
  margin-top: 0px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.margin-130 {
  padding-bottom: 30px;
}

.flex-wrapper._10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-wrapper.vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.hidden {
  display: none;
}

.inside-header {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #196dcb;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.inside-header.left {
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
}

.inside-header.left.course-description-header {
  margin-bottom: 5px;
  font-family: 'Source Serif Pro', sans-serif;
  color: #af2e9d;
  font-size: 45px;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
}

.inside-header.form {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}

.inside-header.all-caps {
  font-weight: 600;
  text-transform: uppercase;
}

.inside-header.all-caps.hidden {
  display: none;
}

.testimonial {
  padding-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-col._40 {
  position: relative;
  width: 40%;
  background-image: url('../images/Memphis-Fluid.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block {
  font-family: 'Source Serif Pro', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-style: italic;
  font-weight: 600;
}

.image-circle-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-circle-wrapper.person-1 {
  position: absolute;
  left: 0%;
  top: 75%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-image {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 200px;
  background-color: #fff;
}

.circle-image._1 {
  position: relative;
  left: -187px;
  top: -96px;
}

.circle-image._3 {
  position: relative;
  left: -152px;
  top: -142px;
  height: auto;
}

.circle-image._2 {
  position: relative;
  top: -164px;
}

.circle-image.small {
  position: absolute;
  width: 150px;
  height: 150px;
}

.image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 30px;
}

.quote {
  position: relative;
  left: -21px;
  top: -16px;
  width: 50px;
  min-width: 50px;
}

.quote.testimonial {
  position: static;
  width: 26%;
  padding-top: 30px;
  padding-left: 20px;
}

.quote.testimonial.hidden {
  display: none;
}

.copyright-text {
  color: #000;
  font-weight: 400;
}

.footer-block {
  max-width: 19%;
}

.footer-block.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text {
  margin-bottom: 30px;
  color: #5c6b79;
  font-size: 16px;
  line-height: 27px;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.footer-header {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #196dcb;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

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

.link {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  text-decoration: none;
}

.list-item {
  color: #000;
  font-size: 16px;
  line-height: 35px;
}

.list-item.hidden {
  display: none;
}

.info-text {
  font-family: 'Open Sans', sans-serif;
  color: #3b3b3b;
  font-weight: 700;
}

.top-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo {
  max-width: 250px;
  margin-right: 40px;
}

.logo.small {
  max-width: 180px;
}

.logo.r-margin {
  margin-right: 20px;
}



.navlink {
  padding: 0px 0.4vw;
  background-color: rgba(238, 240, 253, 0);
  font-size: 1.2vw;
  line-height: 1.2em;
  font-weight: 600;
  white-space: nowrap;
}

.navlink.w--current {
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  line-height: 1.2em;
}

.navlink._w-padding {
  position: relative;
  margin-right: 10px;
  padding: 20px 0px 20px 10px;
  text-align: center;
}

.navlink._w-padding.dd {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navlink.hidden {
  display: none;
}

.navlink.r-padding {
  position: relative;
  padding-right: 10px;
  padding-left: 0px;
  text-align: center;
}


.menu-button {
  background-color: rgba(238, 240, 253, 0);
  color: #0567c3;
}

.menu-button.w--open {
  background-color: rgba(238, 240, 253, 0);
  color: #0567c3;
}

.flex-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.black {
  color: #000;
}

.page-content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.radio-button-label-6 {
  padding-right: 20px;
}

.form-text {
  position: absolute;
  left: 0%;
  top: -20%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-right: 9px;
  padding-left: 9px;
  border-bottom: 1px none #000;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
}

.form-text.inquiry {
  top: -8%;
}

.form-text.small {
  font-size: 13px;
  font-weight: 700;
}

.asterisk {
  position: relative;
  top: -4px;
  margin-left: 2px;
  color: red;
}

.global-content {
  display: block;
  max-width: 1000px;
  margin: 0px auto 80px;
}

.form-section-header {
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent rgba(0, 183, 255, 0.19);
  border-radius: 10px 10px 0px 0px;
  background-color: rgba(231, 90, 28, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-section-header.margin-10 {
  margin-bottom: 10px;
}

.form-section-wrapper {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(41, 0%, 100%, 0.18);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 5px 10px 5px rgba(114, 114, 113, 0.1);
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.form-wrapper.center {
  padding: 20px 0px;
}

.form-wrapper.registration {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrapper.padding {
  padding-right: 40px;
  padding-left: 40px;
}

.field {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(162, 162, 162, 0.5);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
  -webkit-transition: border-color 300ms ease, opacity 200ms ease;
  transition: border-color 300ms ease, opacity 200ms ease;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.field:hover {
  border-color: #bb2896;
}

.field:focus {
  border-color: #2c00c1;
}

.field.inquiry {
  min-height: 110px;
}

.field.inquiry.modal {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.field.remark {
  min-height: 150px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.field.center {
  padding-top: 0px;
}

.field.modal-field {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.field-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.field-wrapper._55 {
  width: 60%;
  margin-right: 20px;
}

.field-wrapper._55.no-margin {
  margin-right: 0px;
}

.field-wrapper._45 {
  width: 100%;
  margin-bottom: 10px;
}

.field-wrapper._45.left {
  margin-right: 20px;
}

.field-wrapper._45.left.no-spacing {
  margin-bottom: 0px;
}

.field-wrapper.modal-margin {
  margin-bottom: 25px;
}

.field-wrapper.col-30 {
  width: 33%;
}

.field-wrapper.col-70 {
  width: 68%;
  margin-right: 25px;
}

.field-wrapper.col-48 {
  width: 48%;
}

.hide {
  display: none;
}

.flex-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.kawai-logo.white-logo {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 20px;
}

.bigger {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 33px;
}

.margin40 {
  margin-bottom: 40px;
}

.margin40.small {
  font-size: 14px;
  line-height: 20px;
}

.margin40.center {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.margin40.subheader {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.tri-col {
  width: 30%;
}

.tri-col.courses-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 23%;
  margin: 20px 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0px solid #000;
  border-radius: 15px;
  box-shadow: 1px 13px 13px 0 rgba(210, 226, 245, 0.36);
  -webkit-transition: box-shadow 200ms cubic-bezier(.55, .085, .68, .53);
  transition: box-shadow 200ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.tri-col.courses-box:hover {
  border-width: 0px;
  box-shadow: 3px 11px 15px 5px rgba(83, 152, 233, 0.19);
}

.image-box {
  height: 250px;
  border-radius: 15px;
  background-color: rgba(28, 110, 204, 0.2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-box._3 {
  border-radius: 0px;
  background-image: url('../images/Charity-Concert.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._2 {
  border-radius: 0px;
  background-image: url('../images/ELITE-PIANO.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._8 {
  border-radius: 0px;
  background-image: url('../images/mflm.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._4 {
  border-radius: 0px;
  background-image: url('../images/Classical-Guitar.jpg');
  background-position: 30% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box.difference {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-image: url('../images/Difference.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box.passion {
  background-image: url('../images/Student-playing-violin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box.excellence {
  background-image: url('../images/Guitar-lessons.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._5 {
  border-radius: 0px;
  background-image: url('../images/Singing.jpg');
  background-position: 40% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._9 {
  border-radius: 0px;
  background-image: url('../images/Drums-Performance.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box.testimonial-1 {
  height: auto;
  margin-top: 30px;
  background-color: #fff;
  background-image: none;
  box-shadow: 1px 1px 16px -4px rgba(0, 0, 0, 0.09);
}

.image-box._1 {
  border-radius: 0px;
  background-image: url('../images/Piano-Solo.jpg');
  background-position: 70% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._7 {
  border-radius: 0px;
  background-image: url('../images/Diploma.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._6 {
  border-radius: 0px;
  background-image: url('../images/Theory.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._10 {
  border-radius: 0px;
  background-image: url('../images/Electric-Guitar.jpg');
  background-position: 70% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._11 {
  border-radius: 0px;
  background-image: url('../images/Bass-Guitar.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._1 {
  border-radius: 0px;
  background-image: url('../images/Vocal-Singing.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._13 {
  border-radius: 0px;
  background-image: url('../images/DSC_5418.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._12 {
  border-radius: 0px;
  background-image: url('../images/Theory.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._1 {
  background-image: url('../images/Piano-Solo.jpg');
  background-position: 70% 30%;
}

.image-box._14 {
  border-radius: 0px;
  background-image: url('../images/todlers-inc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box._15 {
  border-radius: 0px;
  background-image: url('../images/dance-image.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.image-box._16 {
  border-radius: 0px;
  background-image: url('../images/dance-image.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.image-box._17 {
  border-radius: 0px;
  background-image: url('../images/dance-image.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.image-box._18 {
  border-radius: 0px;
  background-image: url('../images/dance-image.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.image-box._19 {
  border-radius: 0px;
  background-image: url('../images/dance-image.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.image-box._20 {
  border-radius: 0px;
  background-image: url('../images/dance-image.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.image-box._21 {
  border-radius: 0px;
  background-image: url('../images/dance-image.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.separator {
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url('../images/Musical-motes-1.png'), url('../images/transparent-bg.png');
  background-position: 10% 0%, 50% 100%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.col {
  width: 48%;
}

.image-left {
  width: 40%;
  border-radius: 150px 20px;
  background-color: rgba(28, 110, 204, 0.19);
}

.image-left.wwd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 110, 204, 0);
  background-image: url('../images/Memphis-Fluid.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  direction: rtl;
}

.description-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form {
  width: 100%;
  height: auto;
  padding: 0px 33px 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 10px 10px 0 rgba(181, 216, 225, 0.22);
}

.contact-form.inquiry {
  height: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
  box-shadow: none;
}

.contact-info-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.contact-info-text.phone {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: url('../images/phone-call-1.svg');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
}

.contact-info-text.location {
  display: block;
  margin-bottom: 10px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: url('../images/location-pin.svg');
  background-position: 0% 10%;
  background-size: 31px;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-flex-wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.map {
  width: 80%;
  height: 400px;
}

.global-map-section-wrapper {
  display: block;
  width: 60%;
  margin-top: 0px;
  margin-right: 2%;
}

.login-text-field {
  height: 45px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 200px;
  font-size: 14px;
}

.login-header {
  margin-bottom: 18px;
  color: #02b8fe;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}

.white-logo {
  background-color: #fff;
  -webkit-filter: none;
  filter: none;
}

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-form {
  position: static;
  margin-top: 5px;
  padding-top: 25px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.31);
}

.login-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  margin-top: 29px;
  padding: 32px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 15px;
}

.login-link {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}

.flex-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-display.side {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-block {
  width: 100%;
}

.password-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox-label {
  color: #000;
  font-weight: 400;
}

.monthly-schedule-row-name {
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.monthly-schedule-row-name.center {
  padding-left: 10px;
}

.monthly-schedule-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #dcdfe2;
  text-align: left;
}

.monthly-schedule-row.end {
  border-bottom-style: none;
}

.monthly-schedule-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ececec;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(86, 86, 85, 0.15);
}

.monthly-schedule-wrapper.margin-b35 {
  display: block;
  width: 48%;
  margin-bottom: 40px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-color: #e6e7ee;
  border-radius: 15px;
  box-shadow: 0 8px 13px 0 rgba(210, 226, 245, 0.36);
  font-size: 14px;
}

.monthly-schedule-wrapper.margin-b35:hover {
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 13px 13px 6px rgba(210, 226, 245, 0.36);
}

.monthly-schedule-wrapper.margin-b35 {
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: none;
  border-color: #e6e7ee;
  box-shadow: 0 8px 13px 0 rgba(210, 226, 245, 0.36);
  font-size: 14px;
}

.monthly-schedule-wrapper.margin-b35:hover {
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 13px 13px 6px rgba(210, 226, 245, 0.36);
}

.monthly-schedule-wrapper.margin-b35.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.schedule-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.booking-row-button-wrapper {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.monthly-schedule-row-label {
  width: 37%;
  margin-right: 15px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #282b2e;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-align: right;
}

.monthly-schedule {
  width: 100%;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.student-login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png'), url('../images/Musical-motes-2.png'), url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png'), url('../images/Banner-Image2.png'), url('../images/transparent-bg.png');
  background-position: 20% 80%, 50% 0%, 0% 50%, 0px 0px, 20% 30%, 100% 0%, 50% 50%;
  background-size: 160px, 80px, 134px, auto, auto, contain, 3000px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll;
}

.bold-text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.image-gallery-box {
  height: 300px;
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: rgba(28, 110, 204, 0.2);
}

.image-gallery-box.gallery-1 {
  background-image: url('../images/KMS-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-box.gallery-2 {
  background-image: url('../images/KMS-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-gallery-box.gallery-3 {
  background-image: url('../images/KMS-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-box.gallery-4 {
  background-image: url('../images/KMS-4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-box.gallery-5 {
  background-image: url('../images/KMS-5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-box.gallery-6 {
  background-image: url('../images/KMS-6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-box.gallery-7 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-box.gallery-8 {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-box.gallery-9 {
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  width: 100%;
  height: 500px;
  border: 1px none #000;
}

.slide-2 {
  border-radius: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-2._1 {
  border-radius: 0px;
  background-image: url('../images/1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.mask-2 {
  border-radius: 15px;
}

.image-block {
  width: 70%;
}

.list-2 {
  overflow: hidden;
  width: auto;
  padding-left: 20px;
}

.course-image-block {
  width: 100%;
  height: 300px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.course-image-block.parkway-a {
  position: relative;
  background-image: url('../images/Exam-practice-room.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-image-block.parkway-b {
  position: relative;
  background-image: url('../images/Basic-Piano-Practice-room.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-image-block.parkway-c {
  position: relative;
  background-image: url('../images/piano-studio.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-image-block.centrepoint-1 {
  position: relative;
  background-image: url('../images/piano-room-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-image-block.centrepoint-2 {
  position: relative;
  background-image: url('../images/piano-room.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-image-block.century-square-a {
  position: relative;
  background-image: url('../images/grand-piano-room.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-image-block._8 {
  position: relative;
  background-image: url('../images/piano-room-3.jpeg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-image-block.centrepoint-3 {
  position: relative;
  background-image: url('../images/Centrepoint-3.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-image-block.century-square-c {
  position: relative;
  background-image: url('../images/Century-Square-C.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-image-block.century-square-b {
  position: relative;
  background-image: url('../images/grand-piano-room-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-3 {
  line-height: 20px;
}

.link-2 {
  color: #000;
}

.form-text-2 {
  padding-bottom: 30px;
  color: #000;
}

.checkbox-label-2 {
  color: #000;
  text-transform: none;
}

.checkbox-field {
  margin-bottom: 40px;
}

.submit-now-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-now-wrapper.full-width {
  width: 100%;
}

.monthly-schedule-language-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 0px;
}

.monthly-schedule-row-name-2 {
  width: 50%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.course-filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-filter {
  width: 20%;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  background-color: #fff;
}

.course-filter.margin-r15 {
  margin-right: 15px;
}

.course-filter.wide {
  width: 25%;
}

.monthly-schedule-language-title {
  padding: 10px 20px;
  background-color: #e7e8ec;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.course-filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.monthly-schedule-row-label-2 {
  width: 38%;
  margin-right: 15px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #282b2e;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-align: right;
}

.monthly-schedule-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . . . . . . ."
    "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7 Area-8 Area-9"
    "Area-10 Area-11 Area-11 Area-11 Area-12 Area-12 Area-12 Area-13 Area-13"
    "Area-10 Area-14 Area-15 Area-16 Area-17 Area-18 Area-19 Area-20 Area-21"
    "Area-22 Area-23 Area-24 Area-25 Area-26 Area-27 Area-28 Area-29 Area-30"
    "Area-31 Area-32 Area-33 Area-34 Area-35 Area-36 Area-37 Area-38 Area-39"
    "Area-40 Area-41 Area-42 Area-43 Area-44 Area-45 Area-46 Area-47 Area-48"
    "Area-49 Area-50 Area-51 Area-52 Area-53 Area-54 Area-55 Area-56 Area-57"
    "Area-58 Area-59 Area-60 Area-61 Area-62 Area-63 Area-64 Area-65 Area-66";
  -ms-grid-columns: 1.25fr 0px 0.25fr 0px 0.25fr 0px 0.25fr 0px 0.25fr 0px 0.25fr 0px 0.25fr 0px 0.25fr 0px 0.25fr;
  grid-template-columns: 1.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: 0px 0px 40px 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: 0px 40px auto auto auto auto auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.content.green {
  border-color: rgba(0, 0, 0, 0.06);
  background-color: rgba(2, 184, 254, 0.1);
}

.content.title {
  padding: 10px;
}

.content.title.color {
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e7e7e7;
}

.content.gray {
  background-color: #747474;
}

.room {
  font-size: 14px;
}

.date-details {
  font-weight: 600;
}

.announcement-box-wrapper {
  width: 26%;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 15px;
  background-color: #0567c3;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.announcement-wrapper {
  position: relative;
  min-height: 400px;
  padding-bottom: 30px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.03);
}

.announcement-wrapper.white {
  width: 48%;
  min-height: 600px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 15px;
  background-color: #fff;
}

.news-events-big-date {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.announcement-box-title {
  position: relative;
  left: 0px;
  top: 0px;
  width: 70%;
  margin-bottom: 0px;
  padding-left: 40px;
  float: left;
  color: #070707;
  font-size: 26px;
  line-height: 29px;
  font-weight: 400;
}

.announcement-box-title.margin100 {
  width: 100%;
  padding: 20px 40px;
}

.announcement-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.announcement-image-block {
  height: 400px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.announcement-image-block._1 {
  width: 100%;
  border-width: 5px;
  border-color: #000;
  background-image: url('../images/Gong-Xi-Fa-Cai.jpg'), url('../images/Gong-Xi-Fa-Cai.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 444px, cover;
  background-repeat: no-repeat, no-repeat;
}

.announcement-image-block._2 {
  background-image: url('../images/Happy-Holidays.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.announcement-image-block._3 {
  background-image: url('../images/Program.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.announcement-image-block._4 {
  background-image: url('../images/Program-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-header-link {
  width: 100%;
  color: #196dcb;
  font-size: 22px;
  font-weight: 700;
}

.period {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 22px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.period.mobile {
  display: none;
}

.enquire-now-button {
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  border-radius: 50px;
  background-color: #bb2896;
  background-image: linear-gradient(135deg, #bb2896 35%, #9d38a7);
  box-shadow: 6px 9px 16px 7px rgba(187, 42, 149, 0.14);
  opacity: 1;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.enquire-now-button:hover {
  background-image: linear-gradient(260deg, #bb2896 35%, #9d38a7);
}

.enquire-now-button.robert-piano {
  padding: 15px 30px;
}

.learn-more {
  position: relative;
  z-index: 2;
  padding: 1vw 2vw;
  border-radius: 50px;
  background-color: #bb2896;
  background-image: linear-gradient(135deg, #bb2896 35%, #9d38a7);
  box-shadow: 6px 9px 16px 7px rgba(187, 42, 149, 0.14);
  opacity: 1;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 1.3vw;
  line-height: 30px;
  font-weight: 700;
}

.learn-more:hover {
  background-image: linear-gradient(260deg, #bb2896 35%, #9d38a7);
}

.learn-more.smaller {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 10px 39px;
  border-style: solid;
  border-width: 5px;
  border-color: #9d38a7;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  box-shadow: 6px 9px 16px 7px rgba(187, 42, 149, 0.14);
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.learn-more.smaller:hover {
  padding: 15px 45px;
  border-style: none;
  background-image: linear-gradient(135deg, #bb2896 35%, #9d38a7);
  color: #fff;
}

.nav-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.nav-wrapper.bmargin {
  margin-bottom: 40px;
}

.nav-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eef0fd;
  -o-object-fit: fill;
  object-fit: fill;
}

.testimonial-image-block {
  position: relative;
  margin-bottom: 60px;
}

.name {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.testimonial-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3 {
  border-radius: 15px;
}

.bottom-wave {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.image-4 {
  border-radius: 15px;
}

.image-5 {
  border-radius: 15px;
}

.dropdown-toggle {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dropdown-toggle:small {
  width: 100%;
}

.dropdown-toggle:medium {
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.course-link {
  background-color: #eef0fd;
  color: #0567c3;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.course-link.w--open {
  padding-left: 10%;
}

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

.container-2.nav {
  width: 95%;
  max-width: 1290px;
}

.courses-dropdown {
  background-color: #eef0fd;
}

.courses-dropdown.w--open {
  padding-left: 10%;
}

.pop-up-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(90, 126, 199, 0.65);
  cursor: auto;
}

.pop-up-wrapper.studio-booking {
  display: none;
}

.courses-pop-up-flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50px;
  background-color: #fff;
}

.courses-pop-up-flex-wrapper.studio-booking {
  overflow: hidden;
  width: 30%;
  border-radius: 15px;
}

.course-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 60%;
  height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-inquiry-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 90%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-inquiry-container.studio-booking {
  overflow: visible;
  width: 100%;
}

.course-inquiry-container.smaller {
  width: 35%;
}

.course-inquiry-container.smaller.border {
  width: 50%;
  height: auto;
  max-width: 450px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #bb2896;
  border-radius: 10px;
  box-shadow: 0 9px 17px 2px rgba(0, 0, 0, 0.05);
}

.course-inquiry-container.smaller.border.course-enquiry {
  width: 35%;
}

.course-inquiry-container.smaller.border.course-enquiry.fullwidth {
  padding-top: 20px;
}

.course-inquiry-container.course-enquiry {
  width: 50%;
  height: auto;
  max-width: 400px;
}

.course-content {
  overflow: visible;
  height: auto;
  margin-left: 0%;
}

.courses-content-description {
  overflow: visible;
  padding-right: 0px;
  padding-left: 20px;
  color: #333;
  font-size: 15px;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 400;
  list-style-type: disc;
}

.courses-content-description.bmargin-60 {
  margin-bottom: 60px;
}

.enquiry-header {
  margin-bottom: 30px;
  font-family: 'Source Serif Pro', sans-serif;
  color: #af2e9d;
  font-size: 30px;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.enquiry-header.b-margin-10 {
  margin-bottom: 10px;
}

.modal-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid transparent;
  border-radius: 30px;
  -webkit-transition: border-color 100ms cubic-bezier(.55, .085, .68, .53);
  transition: border-color 100ms cubic-bezier(.55, .085, .68, .53);
  text-align: left;
  cursor: pointer;
}

.modal-close-button:hover {
  border-width: 1.5px;
  border-color: red;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.53);
}

.image-6 {
  overflow: hidden;
  width: 90%;
  border-radius: 30px;
}

.body {
  cursor: auto;
}

.why-us-content-wrapper {
  position: relative;
  top: 50px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.error-message {
  overflow: visible;
}

.content-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-container {
  width: 65%;
}

.signup-container {
  width: 30%;
}

.select-field {
  /*margin-bottom: 14px;*/
  background-color: #fff;
  font-size: 12px;
}

.select-field.location {
  font-size: 14px;
}

._1-row-image-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  background-image: url('../images/parkway.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-container._1 {
  background-image: url('../images/KMS-TEACHERS.jpeg');
}

.image-container._3 {
  background-image: url('../images/staff-2.jpeg');
}

.image-container._4 {
  background-image: url('../images/staff.jpeg');
}

.image-container.robert {
  width: 50px;
  height: auto;
  margin-bottom: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0vw;
  background-image: none;
}

.text-content-container {
  margin-bottom: 40px;
}

.content-subheader {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
}

.content-subheader.location {
  font-size: 22px;
  font-weight: 700;
}

.content-subheader.no-padding {
  margin-bottom: 0px;
}

.content-paragraph {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.content-paragraph.center {
  margin-bottom: 20px;
  color: #505050;
  font-size: 1vw;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.link-3 {
  color: #0567c3;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.body-2 {
  line-height: 22px;
}

.form-container {
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 1px 2px 20px 2px rgba(129, 172, 236, 0.41);
}

.button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-links {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.html-embed {
  width: 100%;
}

.social-link {
  color: #0567c3;
  font-weight: 600;
  text-decoration: underline;
}

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

.location-flex.content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-width: 0px;
}

.location-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.telephone {
  font-weight: 600;
}

.address {
  font-weight: 600;
}

.events-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  margin-right: 2vw;
  margin-bottom: 10vw;
  margin-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description-section.closer-up {
  margin-top: -30px;
}

.events-image-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 20vw;
  height: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 500px;
  background-image: url('../images/G1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.events-image-container._2 {
  background-image: url('../images/KMS-awarding-1.jpg');
}

.events-image-container._3 {
  background-image: url('../images/KMS-TEACHERS.jpeg');
}

.events-image-container._4 {
  background-image: url("https://assets.website-files.com/601a089c610055e810c5ffa0/6125fad544f54b7f4c2ba3b6_X'mas-Roadshow.jpg");
}

.events-image-container._5 {
  background-image: url('../images/CNY-2.jpg');
}

.events-image-container._6 {
  background-image: url('../images/93.jpg');
}

.arrow-logo-container {
  width: 15%;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-link-text {
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
}

.gallery-view-button {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  width: 60%;
  padding: 10px 0px;
  border-radius: 15px;
  background-color: #3debcb;
  color: #fff;
  font-size: 1.3vw;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
}

.gallery-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.gallery-flex.grid.christmas-roadshow-paragon {
  -ms-grid-rows: 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr;
}

.awardee-image {
  overflow: visible;
  width: 100%;
  /*height: 100%;*/
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox {
  position: relative;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  overflow: hidden;
  width: 15vw;
  height: 20vw;
  /*margin: 0.5vw;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  /*box-shadow: 1px 1px 16px -7px #000dff;*/
  -webkit-transition: all 100ms cubic-bezier(.55, .085, .68, .53), border-width 100ms cubic-bezier(.55, .085, .68, .53);
  transition: all 100ms cubic-bezier(.55, .085, .68, .53), border-width 100ms cubic-bezier(.55, .085, .68, .53);
}

.lightbox:hover {
  border-width: 2px;
  box-shadow: 1px 1px 16px 3px #fff;
}

.lightbox.size-variation {
  width: 100%;
  height: 100%;
}

.awardee-name {
  position: absolute;
  left: 3%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2vw;
}

.awardee-name.charity-concert {
  display: none;
}

.awardee-name._2019-award {
  display: none;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-container {
  overflow: visible;
  height: 70%;
}

.course-list-item {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.3em;
}

.course-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-content-container.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3.5%;
  margin-left: 3.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container.no-padding {
  margin-bottom: 0px;
}

.header-container.course {
  position: absolute;
  left: 0%;
  top: -35px;
  right: 0%;
  bottom: auto;
  display: block;
}

.header-container.top-positioning {
  position: absolute;
  left: 0%;
  top: -30px;
  right: 0%;
  bottom: auto;
}

.underline {
  width: 380px;
}

.hero-slider {
  position: static;
  left: 0%;
  top: 21%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.hero-slide {
  height: 500px;
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(to bottom, black, white), @img_61499772ce9fa70292a70a00;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide:xxl {height: 620px;max-height: 620px;min-height: 620px;}

.hero-slide:xl {height: 570px;min-height: 570px;}

.hero-slide:small {height: 400px;min-height: 400px;}

.hero-slide._1 {
  background-image: linear-gradient(to right, hsla(0, 0.00%, 0.00%, 0.70), hsla(0, 0.00%, 100.00%, 0.00)), @img_61499772ce9fa70292a70a00;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  /*background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(hsla(0, 0%, 100%, 0))), url('../images/Kawai-hero-banner.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0)), url('../images/Kawai-hero-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;*/
}

.hero-slide._2 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(hsla(0, 0%, 100%, 0))), url('../images/Why-us-banner.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0)), url('../images/Why-us-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-container.b-margin-60 {
  margin-bottom: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subnavlink {
  position: static;
  z-index: 3;
  display: inline-block;
  color: #0567c3;
  font-size: 14px;
  font-weight: 600;
}

.course-image {
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  flex-direction: column;
  align-items: stretch;
}

.course-image.defined-height {
  width: 50%;
}

.line {
  margin-top: 5px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #bb2896;
}

.col-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-30 {
  position: relative;
  width: 33%;
  margin-right: 20px;
}

.col-30.last {
  margin-right: 0px;
}

.checkbox {
  margin-bottom: 20px;
}

.content-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.button-2 {
  position: relative;
  z-index: 2;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #bb2896;
  background-image: linear-gradient(135deg, #bb2896 35%, #9d38a7);
  box-shadow: 6px 9px 16px 7px rgba(187, 42, 149, 0.14);
  opacity: 1;
  -webkit-transition: opacity 200ms ease, all 350ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 200ms ease, all 350ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 24px;
  line-height: 2vw;
  font-weight: 700;
}

.button-2:hover {
  background-image: linear-gradient(260deg, #bb2896 35%, #9d38a7);
}

.field-2 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(162, 162, 162, 0.5);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
  -webkit-transition: border-color 300ms ease, opacity 200ms ease;
  transition: border-color 300ms ease, opacity 200ms ease;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.field-2:hover {
  border-color: #bb2896;
}

.field-2:focus {
  border-color: #2c00c1;
}

.field-2.inquiry {
  min-height: 110px;
}

.field-2.remark {
  min-height: 150px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.block-number {
  color: #bb2896;
  font-size: 40px;
}

.class-label {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 700;
}

.gst {
  color: rgba(0, 21, 255, 0.5);
}

.booking-slots-title {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px 10px 0px 0px;
  background-color: #0567c3;
  color: #fff;
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class-schedule-tab-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 2px solid #ececec;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px 1px rgba(86, 86, 85, 0.15);
}

.class-schedule-tab-wrapper.margin-b35 {
  margin-bottom: 35px;
  border-width: 0px;
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 15px 1px rgba(250, 238, 189, 0.23);
}

.class-schedule-tab-wrapper.margin-b35.schedule {
  margin-bottom: 20px;
  border-width: 1px;
  border-color: rgba(5, 103, 195, 0.35);
  box-shadow: 0 4px 13px 6px rgba(187, 181, 178, 0.08);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.class-schedule-tab-wrapper.margin-b35.schedule:hover {
  box-shadow: 0 4px 13px 6px rgba(5, 103, 195, 0.15);
}

.booking-slots-wrapper {
  margin-bottom: 0px;
}

.class-content {
  margin-left: 10px;
}

.booking-row-name {
  width: 75%;
  float: left;
  font-family: 'Open Sans', sans-serif;
}

.booking-slots-column-info {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.sgd {
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

.booking-slots-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.booking-slots-column-wrapper.available {
  border: 1px solid #0567c3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}

.booking-row-label {
  width: 15%;
  margin-right: 15px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #1d3688;
  font-weight: 600;
  text-align: right;
}

.start-time-2 {
  color: red;
}

.booking-row-button-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.booking-row-button-wrapper-2.fully-booked {
  padding-top: 20px;
  padding-left: 0px;
}

.booking-row-button-wrapper-2.book-now {
  padding-top: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.booking-row {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #dcdfe2;
}

.booking-row.end {
  border-bottom-style: none;
}

.form-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.course-wrapper {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(5, 103, 195, 0.5);
  border-radius: 30px;
}

.course-wrapper.pink-border {
  border-color: rgba(128, 0, 128, 0.5);
}

.course-wrapper.pink-border {
  border-color: pink;
  min-width: 100%;
}

.course-wrapper.purple-border {
  border-color: rgba(128, 0, 128, 0.5);
  min-width: 100%;
}

.success-message {
  margin-top: 30px;
}

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

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

html.w-mod-js *[data-ix="scrolled-animation"] {
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}

@media screen and (min-width: 1920px) {
  .hero-banner-wrapper {
    padding-bottom: 180px;
  }

  .container.robert-piano {
    padding-top: 104px;
    padding-bottom: 60px;
  }

  .header-paragraph {
    font-size: 29px;
  }

  .heading.banner {
    font-size: 70px;
  }

  .button.schedule {
    font-size: 15px;
  }

  .content-header.robert-piano {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 37px;
  }

  .content-header.robert-piano {
    margin-bottom: 23px;
    font-size: 53px;
    line-height: 37px;
  }

  .inside-header.left.course-description-header {
    margin-bottom: 0px;
    line-height: 1em;
  }

  .navlink._w-padding {
    white-space: nowrap;
  }

  .navlink.r-padding {
    white-space: nowrap;
  }

  .form-text {
    font-size: 14px;
  }

  .field {
    -webkit-transition: opacity 200ms ease, opacity 200ms ease;
    transition: opacity 200ms ease, opacity 200ms ease;
    font-size: 17px;
  }

  .enquire-now-button {
    font-size: 20px;
  }

  .courses-pop-up-flex-wrapper {
    width: 50%;
  }

  .course-details-container {
    overflow: visible;
    width: 60%;
  }

  .image-container.robert {
    width: 80px;
    height: 80px;
    margin-bottom: 35px;
  }

  .content-subheader {
    margin-top: 0px;
    font-family: Sourceserifpro, sans-serif;
  }

  .flexbox {
    margin-bottom: 62px;
  }

  .header-container {
    margin-bottom: 47px;
  }

  .field-2 {
    -webkit-transition: opacity 200ms ease, opacity 200ms ease;
    transition: opacity 200ms ease, opacity 200ms ease;
    font-size: 17px;
  }

  .booking-slots-title {
    font-size: 12px;
  }

  .course-wrapper {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .hero-banner-wrapper {
    min-height: auto;
    padding-bottom: 20%;
  }

  .hero-banner-wrapper.inside {
    background-position: 70% 100%, 30% 50%, 50% 50%;
    background-size: 80px, 134px, cover;
  }

  .banner-image {
    display: none;
    max-width: 60%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container {
    width: 90%;
  }

  .container.nav {
    width: 100%;
  }

  .container.events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.robert-piano {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #edf4fc;
    color: #0567c3;
  }

  .navbar.scrolled {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
  }

  .navbar-wrapper {
    padding-right: 1%;
    padding-left: 1%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-paragraph {
    font-size: 15px;
  }

  .heading.banner {
    font-size: 45px;
  }

  .heading.inside {
    font-size: 50px;
    line-height: 60px;
  }

  .button {
    padding: 1vw 2vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .button.register {
    padding: 2vw 4vw;
    font-size: 2vw;
    line-height: 4vw;
  }

  .button.register.studio-booking {
    padding: 1vw 4vw;
  }

  .button._10 {
    padding: 1.5vw 2.5vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .button.submit {
    padding: 0.8vw 3vw;
    font-size: 1.3vw;
    line-height: 2vw;
  }

  .button.submit.studio-booking {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 2vw;
  }

  .button.registration {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 2vw;
  }

  .button.slogin {
    padding: 0.8vw 3vw;
    font-size: 2vw;
  }

  .button.career-form {
    margin-bottom: 10px;
  }

  .content-header {
    font-size: 34px;
    line-height: 40px;
  }

  .content-header.left {
    font-size: 34px;
    line-height: 40px;
  }

  .content-header.lower-padding {
    margin-bottom: 0px;
    font-size: 40px;
  }

  .content-header.sub-header {
    font-size: 30px;
  }

  .content-header.low-padding {
    margin-bottom: 20px;
  }

  .content-header.robert-piano {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 2.5vw;
  }

  .content-header.robert-piano {
    margin-bottom: 5px;
  }

  .content-wrapper {
    padding-top: 30px;
  }

  .content-wrapper.margin-65 {
    margin-top: 45px;
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-wrapper.oval-bg {
    height: 500px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: url('../images/Musical-motes-1.png'), url('../images/Oval.png');
    background-position: 50% 50%, 50% 88%;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat;
  }

  .content-wrapper.courses {
    padding-top: 30px;
    background-image: url('../images/transparent-bg.png'), url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png');
    background-position: 50% 50%, 13% 20%, 5% 0%;
    background-size: cover, 134px, 80px;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

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

  .content-wrapper.bmargin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-wrapper.padding-60 {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 3vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instrument-wrapper {
    width: 30%;
    margin-bottom: 20px;
    box-shadow: 1px 1px 16px -4px rgba(0, 0, 0, 0.09);
    -webkit-transition-property: none;
    transition-property: none;
  }

  .image-wrapper._1 {
    background-position: 50% 50%;
  }

  .image-wrapper._2 {
    background-position: 50% 50%;
  }

  .image-wrapper._3 {
    background-position: 50% 50%;
  }

  .image-wrapper._4 {
    background-position: 50% 50%;
  }

  .image-wrapper._5 {
    background-position: 50% 50%;
  }

  .image-wrapper._6 {
    background-position: 50% 50%;
  }

  .instruments {
    font-size: 24px;
    line-height: 30px;
  }

  .title-desc {
    font-size: 1.5vw;
    line-height: 1.6em;
  }

  .title-desc.why-kawai {
    font-size: 2vw;
    line-height: 1.3em;
  }

  .blue-bg-wrapper {
    margin-top: 60px;
  }

  .child-wrapper {
    right: 2%;
    max-width: 50%;
    padding-right: 0px;
    padding-left: 52px;
  }

  .content-blue-bg-wrapper {
    margin-left: 0px;
    padding-left: 38px;
  }

  .blue-header {
    font-size: 38px;
    line-height: 40px;
  }

  .blue-header.smaller {
    font-size: 38px;
    line-height: 42px;
  }

  .subheader {
    font-size: 20px;
    line-height: 26px;
  }

  .subheader.event-title.italic {
    font-size: 2.2vw;
  }

  .register-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .slider-wrapper {
    height: auto;
    padding-bottom: 120px;
    background-size: 134px, cover;
  }

  .content-transparent-wrapper {
    margin-bottom: 55px;
  }

  .slide {
    height: auto;
  }

  .slider {
    height: auto;
  }

  .flex-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-wrapper.margin-130 {
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inside-header {
    font-size: 19px;
    line-height: 26px;
  }

  .inside-header.left {
    font-size: 18px;
    line-height: 25px;
  }

  .inside-header.left.course-description-header {
    font-size: 4vw;
  }

  .inside-header.all-caps {
    font-size: 17px;
    line-height: 24px;
  }

  .testimonial {
    font-size: 17px;
    line-height: 26px;
  }

  .flex-col {
    width: 100%;
  }

  .flex-col._40 {
    width: 43%;
    height: 300px;
    background-position: 0% 0%;
    background-size: contain;
  }

  .flex-col.testimonial-block {
    width: 50%;
  }

  .image-circle-wrapper {
    left: auto;
    top: 14%;
    right: 17%;
    bottom: 0%;
  }

  .circle-image {
    width: 120px;
    height: 120px;
  }

  .circle-image._1 {
    left: -105px;
  }

  .circle-image._3 {
    left: -89px;
    width: 120px;
    height: 120px;
  }

  .circle-image._2 {
    left: 42px;
    top: -134px;
  }

  .testimonial-wrapper {
    padding-top: 55px;
  }

  .quote {
    left: -4px;
    width: 40px;
    min-width: 40px;
  }

  .footer-block {
    max-width: 50%;
  }

  .footer-block.last {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .footer-text {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-header {
    font-size: 18px;
    line-height: 25px;
  }

  .link {
    line-height: 26px;
  }

  .list-item {
    line-height: 20px;
  }

  .top-nav-wrapper {
    margin-right: 20px;
  }

  .logo {
    width: 30vw;
    max-width: 200px;
  }

  .logo.small {
    width: 40vw;
  }

  .navlink {
    width: 100%;
    padding-right: 1vw;
    padding-left: 3vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    color: #0567c3;
    font-size: 14px;
  }

  .navlink.w--current {
    color: #0567c3;
  }

  .navlink._w-padding {
    padding-left: 3vw;
    font-size: 14px;
    text-align: left;
  }

  .navlink._w-padding.w--current {
    padding-right: 1vw;
    font-size: 14px;
  }

  .navlink._w-padding.hidden {
    display: none;
  }

  .navlink._w-padding.dd {
    width: auto;
    margin: 20px 100px 20px 3vw;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0vw;
    border-bottom-width: 0px;
  }

  .navlink.r-padding {
    padding-left: 3vw;
    font-size: 14px;
    text-align: left;
  }

  .navlink.r-padding.w--current {
    padding-right: 1vw;
    font-size: 14px;
  }

  .menu-button {
    color: #000;
  }

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

  .flex-radio {
    font-size: 12px;
    line-height: 18px;
  }

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

  .form-text {
    margin-left: 0px;
    font-size: 2vw;
    line-height: 1.2em;
  }

  .global-content {
    max-width: 800px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .form-section-wrapper {
    margin-bottom: 0px;
  }

  .field {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .field-wrapper {
    display: block;
  }

  .flex-wrapper-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .bigger {
    font-size: 16px;
    line-height: 26px;
  }

  .margin40 {
    font-size: 14px;
    line-height: 22px;
  }

  .tri-col {
    width: 31%;
  }

  .tri-col.courses-box {
    width: 31%;
  }

  .image-box {
    height: 200px;
  }

  .separator {
    height: auto;
    padding-bottom: 100px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: url('../images/transparent-bg.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image-left.wwd {
    width: 49%;
    height: 300px;
    border-radius: 100px 15px;
  }

  .contact-flex-wrapper {
    margin-bottom: 40px;
  }

  .contact-form {
    width: auto;
    min-width: 100%;
  }

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

  .contact-form-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .monthly-schedule-row-name {
    width: 65%;
  }

  .monthly-schedule-row-name.center {
    padding-left: 20px;
  }

  .monthly-schedule-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .monthly-schedule-wrapper.margin-b35 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .monthly-schedule-wrapper.margin-b35 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .monthly-schedule-row-label {
    width: 30%;
    font-size: 13px;
    line-height: 19px;
  }

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

  .icon {
    color: #042abf;
    font-size: 45px;
  }

  .icon._2 {
    color: #0329be;
    font-size: 36px;
  }

  .student-login-wrapper {
    background-image: url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png'), url('../images/Musical-motes-2.png'), url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png'), url('../images/Banner-Image2.png'), url('../images/transparent-bg.png');
    background-position: 20% 80%, 50% 100%, 0% 50%, 0px 0px, 20% 30%, 100% 0%, 50% 50%;
    background-size: 160px, 80px, 134px, auto, auto, 548px, 3000px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll;
  }

  .image-gallery-box {
    height: 200px;
  }

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

  .monthly-schedule-row-name-2 {
    width: 50%;
  }

  .monthly-schedule-language-title {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .monthly-schedule-row-label-2 {
    font-size: 13px;
    line-height: 19px;
  }

  .monthly-schedule-language {
    font-size: 12px;
    line-height: 18px;
  }

  .grid-2 {
    -ms-grid-columns: 0.75fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.75fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  }

  .content {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .content.green {
    padding-left: 10px;
  }

  .content.title.color {
    padding-right: 10px;
    padding-left: 10px;
  }

  .room {
    text-align: left;
  }

  .announcement-box-wrapper {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 15%;
    margin-left: 40px;
    font-size: 20px;
    line-height: 23px;
  }

  .announcement-wrapper.white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .news-events-big-date {
    font-size: 35px;
    line-height: 35px;
  }

  .announcement-box-title {
    width: 80%;
    line-height: 27px;
  }

  .announcement-content-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .announcement-image-block._2 {
    width: 100%;
  }

  .content-header-link {
    font-weight: 700;
  }

  .period.desktop {
    font-size: 14px;
    line-height: 18px;
  }

  .period.mobile {
    display: none;
  }

  .enquire-now-button {
    padding: 10px 28px;
    font-size: 15px;
  }

  .enquire-now-button.robert-piano {
    padding: 8px 20px;
    font-size: 2vw;
  }

  .learn-more {
    padding: 10px 28px;
    font-size: 15px;
  }

  .learn-more.smaller {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 8px 24px;
    color: #000;
    font-size: 15px;
    line-height: 26px;
  }

  .learn-more.smaller:hover {
    padding: 8px 24px;
    border-style: solid;
    border-color: #9d38a7;
    background-color: rgba(187, 40, 150, 0);
    background-image: none;
    box-shadow: 6px 9px 16px 7px rgba(187, 42, 149, 0.14);
    color: #000;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .container-2.nav {
    width: 100%;
  }

  .courses-pop-up-flex-wrapper {
    width: 80%;
    height: 90%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .courses-pop-up-flex-wrapper.studio-booking {
    width: 70%;
  }

  .course-details-container {
    height: 100%;
  }

  .course-details-container.fullwidth {
    width: 100%;
  }

  .course-details-container.fullwidth._w-margin {
    margin-bottom: 40px;
  }

  .course-inquiry-container {
    width: 100%;
    height: 100%;
  }

  .course-inquiry-container.smaller.border {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .course-inquiry-container.smaller.border.course-enquiry.fullwidth {
    width: 100%;
  }

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

  .course-content.b-margin40 {
    margin-bottom: 40px;
  }

  .courses-content-description {
    overflow: visible;
    height: auto;
    font-size: 2vw;
  }

  .courses-content-description.bmargin-60 {
    height: auto;
  }

  .enquiry-header {
    font-size: 3vw;
  }

  .why-us-content-wrapper {
    margin-top: 0px;
  }

  .content-container {
    width: 58%;
  }

  .signup-container {
    width: 38%;
  }

  .select-field {
    margin-bottom: 11px;
  }

  ._1-row-image-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-container {
    width: 100px;
    height: 100px;
  }

  .image-container._1 {
    width: 90px;
    height: 90px;
  }

  .image-container._2 {
    width: 90px;
    height: 90px;
  }

  .image-container._3 {
    width: 90px;
    height: 90px;
  }

  .image-container._4 {
    width: 90px;
    height: 90px;
  }

  .image-container.robert {
    overflow: visible;
    width: 6vw;
    height: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0vw;
    background-image: none;
  }

  .content-subheader {
    font-size: 2.5vw;
  }

  .content-paragraph.center {
    font-size: 1.5vw;
  }

  .form-container {
    padding-bottom: 20px;
  }

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

  .event-container {
    width: 25vw;
  }

  .description-section.closer-up {
    margin-top: -20px;
  }

  .events-image-container._1 {
    width: 25vw;
    height: 25vw;
  }

  .events-image-container._2 {
    width: 25vw;
    height: 25vw;
  }

  .events-image-container._3 {
    width: 25vw;
    height: 25vw;
  }

  .events-image-container._4 {
    width: 25vw;
    height: 25vw;
  }

  .events-image-container._5 {
    width: 25vw;
    height: 25vw;
  }

  .events-image-container._6 {
    width: 25vw;
    height: 25vw;
  }

  .gallery-view-button {
    font-size: 1.7vw;
  }

  .gallery-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .lightbox {
    width: 25vw;
    height: 20vw;
  }

  .list-container {
    overflow: visible;
  }

  .course-list-item {
    font-size: 2vw;
  }

  .course-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .hero-slider {
    width: 90%;
  }

  .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .button-2 {
    padding: 1vw 2vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .field-2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .column-3 {
    padding-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .class-schedule-tab-wrapper.margin-b35.schedule {
    margin-bottom: 18px;
    padding: 15px;
  }

  .column-5 {
    margin-top: 50px;
  }

  .booking-slots-wrapper {
    margin-bottom: 20px;
  }

  .sgd {
    font-size: 12px;
    line-height: 18px;
  }

  .sgd.incl {
    font-size: 12px;
    line-height: 18px;
  }

  .booking-slots-column-wrapper.available {
    min-height: 80px;
  }

  .class-schedule {
    margin-bottom: 35px;
  }

  .booking-row-label {
    width: 15%;
  }

  .booking-row-button-wrapper-2.fully-booked {
    padding-top: 20px;
    padding-left: 0px;
    line-height: 18px;
  }

  .booking-row-button-wrapper-2.book-now {
    padding-top: 0px;
    padding-left: 0px;
    line-height: 18px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner-wrapper.inside {
    min-height: auto;
    background-size: 80px, 134px, cover;
  }

  .container.bottom-margin {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.robert-piano {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading.banner {
    font-size: 35px;
  }

  .heading.inside {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .button {
    padding: 1vw 4vw;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .button.register {
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 2.5vw;
    line-height: 35px;
  }

  .button.register.studio-booking {
    padding: 1.2vw 5vw;
  }

  .button._10 {
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .button.submit {
    padding: 1.1vw 4vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .button.submit.studio-booking {
    font-size: 3vw;
  }

  .button.registration {
    font-size: 2.8vw;
  }

  .button.slogin {
    padding: 0.5vw 3.5vw;
    font-size: 3vw;
  }

  .content-header {
    font-size: 30px;
    line-height: 40px;
  }

  .content-header.left {
    font-size: 30px;
  }

  .content-header.form {
    font-size: 32px;
  }

  .content-header.robert-piano {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 2.5vw;
  }

  .content-header.robert-piano {
    margin-bottom: 0px;
  }

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

  .content-wrapper.oval-bg {
    height: 650px;
    padding-top: 0px;
    padding-bottom: 0%;
  }

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

  .content-wrapper.bmargin {
    padding-bottom: 60px;
  }

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

  .content-wrapper.padding-60 {
    padding-bottom: 20px;
  }

  .image {
    height: 55%;
  }

  .instruments {
    font-size: 20px;
    line-height: 24px;
  }

  .title-desc {
    font-size: 2vw;
    line-height: 1.3em;
  }

  .title-desc.why-kawai {
    margin-bottom: 0px;
  }

  .blue-bg-wrapper {
    top: 70px;
    margin-top: 0px;
  }

  .content-blue-bg-wrapper {
    padding-bottom: 40px;
  }

  .blue-header {
    font-size: 45px;
    line-height: 50px;
  }

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

  .slider-wrapper {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .content-transparent-wrapper {
    margin-bottom: 55px;
  }

  .gallery-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .gallery-image-wrapper._1 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gallery-image-wrapper._2 {
    display: none;
  }

  .gallery-image-wrapper._3 {
    display: none;
  }

  .gallery-image-wrapper._4 {
    display: none;
  }

  .gallery-image-wrapper._5 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .gallery-image-wrapper._6 {
    display: none;
    width: 20%;
  }

  .gallery-image-wrapper._7 {
    display: none;
  }

  .gallery-image-wrapper._8 {
    display: none;
  }

  .gallery-image-wrapper._9 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav {
    margin-top: 45px;
  }

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

  .flex-wrapper.margin-130 {
    padding-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-wrapper._10 {
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-wrapper.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-wrapper.vertical.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .inside-header {
    font-size: 15px;
    line-height: 24px;
  }

  .inside-header.left.course-description-header {
    font-size: 28px;
    line-height: 30px;
  }

  .testimonial {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .flex-col {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-col._40 {
    width: 100%;
    height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 50%;
    background-size: 250px;
  }

  .flex-col.testimonial-block {
    width: 100%;
  }

  .image-circle-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .circle-image._1 {
    left: 0px;
    top: 0px;
  }

  .circle-image._3 {
    left: 0px;
    top: 0px;
  }

  .circle-image._2 {
    left: 0px;
    top: 0px;
    width: 140px;
    height: 140px;
  }

  .circle-image.small {
    top: -55px;
  }

  .testimonial-wrapper {
    padding-top: 20px;
  }

  .quote {
    width: 30px;
    min-width: 30px;
  }

  .quote.testimonial {
    width: 20%;
    min-width: 20px;
  }

  .footer-block {
    display: block;
    width: 100%;
    max-width: 80%;
    margin-bottom: 20px;
  }

  .footer-block.last {
    max-width: 100%;
  }

  .footer-logo {
    width: 40%;
  }

  .link {
    font-size: 14px;
    line-height: 24px;
  }

  .list-item {
    font-size: 12px;
    line-height: 16px;
  }

  .info-text {
    line-height: 26px;
  }

  .logo {
    width: 50vw;
  }

  .navlink {
    padding-left: 20px;
    font-size: 14px;
    line-height: 15px;
  }

  .flex-radio {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .radio-button-label-6 {
    padding-right: 0px;
  }

  .form-text {
    top: -19%;
    z-index: 5;
    font-size: 2vw;
    line-height: 10px;
  }

  .form-section-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .form-wrapper {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-wrapper.no-padding {
    padding-bottom: 40px;
  }

  .field {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .field-wrapper._55 {
    margin-right: 0px;
  }

  .field-wrapper._45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .field-wrapper._45.left.no-spacing {
    margin-right: 10px;
  }

  .field-wrapper.modal-margin {
    margin-bottom: 20px;
  }

  .bigger {
    font-size: 16px;
    line-height: 26px;
  }

  .margin40 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .tri-col {
    width: 100%;
  }

  .tri-col.courses-box {
    width: auto;
  }

  .image-box {
    height: 300px;
    margin-bottom: 20px;
  }

  .image-box._3 {
    margin-bottom: 0px;
  }

  .image-box._2 {
    margin-bottom: 0px;
  }

  .image-box._8 {
    margin-bottom: 0px;
  }

  .image-box._4 {
    margin-bottom: 0px;
  }

  .image-box._5 {
    margin-bottom: 0px;
  }

  .image-box._9 {
    margin-bottom: 0px;
  }

  .image-box._1 {
    margin-bottom: 0px;
  }

  .image-box._7 {
    margin-bottom: 0px;
  }

  .image-box._6 {
    margin-bottom: 0px;
  }

  .image-box._10 {
    margin-bottom: 0px;
  }

  .image-box._11 {
    margin-bottom: 0px;
  }

  .image-box._1 {
    margin-bottom: 0px;
  }

  .image-box._13 {
    margin-bottom: 0px;
  }

  .image-box._12 {
    margin-bottom: 0px;
  }

  .image-box._14 {
    margin-bottom: 0px;
  }

  .separator {
    padding-bottom: 140px;
  }

  .col {
    width: auto;
  }

  .image-left.wwd {
    width: auto;
  }

  .contact-form {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-info-text.phone {
    font-size: 13px;
  }

  .contact-info-text.location {
    padding-right: 0px;
    font-size: 13px;
  }

  .page-flex-wrapper.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .global-map-section-wrapper {
    width: 90%;
  }

  .login-header {
    font-size: 20px;
    line-height: 24px;
  }

  .white-logo {
    background-color: #fff;
  }

  .login {
    margin-bottom: 15vh;
  }

  .login-box-wrapper {
    min-width: 300px;
    padding: 22px 30px;
  }

  .flex-display.side {
    font-size: 13px;
  }

  .monthly-schedule-row-name {
    width: 64%;
  }

  .monthly-schedule-row-name.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .monthly-schedule-wrapper {
    width: 100%;
  }

  .monthly-schedule-wrapper.margin-b35 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .monthly-schedule-wrapper.margin-b35 {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .booking-row-button-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .monthly-schedule-row-label {
    width: 30%;
  }

  .monthly-schedule {
    margin-bottom: 10px;
  }

  .list {
    display: -ms-grid;
    display: grid;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .icon {
    color: #0567c3;
  }

  .student-login-wrapper {
    background-image: url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png'), url('../images/Musical-motes-2.png'), url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png'), url('../images/Banner-Image2.png'), url('../images/transparent-bg.png');
    background-position: 20% 80%, 50% 100%, 0% 50%, 0px 0px, 20% 30%, 100% 0%, 50% 50%;
    background-size: 160px, 80px, 134px, auto, auto, 548px, 3000px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll;
  }

  .image-gallery-box {
    height: 300px;
    margin-bottom: 20px;
  }

  .image-block {
    width: 50%;
  }

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

  .monthly-schedule-language-wrapper {
    margin-bottom: 15px;
  }

  .monthly-schedule-language {
    margin-bottom: 0px;
  }

  .grid-2 {
    grid-template-areas: ". . . . . . . . ."
      "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7 Area-8 Area-9"
      "Area-10 Area-11 Area-11 Area-11 Area-12 Area-12 Area-12 Area-13 Area-13"
      "Area-10 Area-14 Area-15 Area-16 Area-17 Area-18 Area-19 Area-20 Area-21"
      "Area-22 Area-23 Area-24 Area-25 Area-26 Area-27 Area-28 Area-29 Area-30"
      "Area-31 Area-32 Area-33 Area-34 Area-35 Area-36 Area-37 Area-38 Area-39"
      "Area-40 Area-41 Area-42 Area-43 Area-44 Area-45 Area-46 Area-47 Area-48"
      "Area-49 Area-50 Area-51 Area-52 Area-53 Area-54 Area-55 Area-56 Area-57"
      "Area-58 Area-59 Area-60 Area-61 Area-62 Area-63 Area-64 Area-65 Area-66";
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  }

  .content {
    padding: 10px;
  }

  .content.green {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content.title.color {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .room {
    font-size: 10px;
    line-height: 16px;
  }

  .announcement-box-wrapper {
    position: static;
    width: 22%;
  }

  .announcement-wrapper.white {
    padding-left: 0px;
  }

  .announcement-box-title {
    width: 75%;
    padding-right: 0px;
    padding-left: 20px;
  }

  .announcement-box-title.margin100 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .announcement-image-block._1 {
    max-width: 99.9999136936791%;
    min-width: 100%;
  }

  .period {
    font-size: 12px;
  }

  .period.desktop {
    display: none;
  }

  .period.mobile {
    display: block;
  }

  .enquire-now-button.robert-piano {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .learn-more.smaller {
    padding-right: 14px;
    padding-left: 14px;
    background-image: none;
    box-shadow: 4px 7px 12px 4px rgba(187, 42, 149, 0.14);
    font-size: 13px;
    line-height: 24px;
  }

  .learn-more.smaller:hover {
    padding-right: 14px;
    padding-left: 14px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .course-link {
    border-bottom: 0px solid #000;
    font-size: 12px;
    line-height: 18px;
  }

  .course-link.w--open {
    padding-left: 0%;
  }

  .course-link.subdropdown {
    padding-left: 10%;
  }

  .course-link.drop-down-left-padding {
    border-bottom-width: 0px;
  }

  .courses-pop-up-flex-wrapper {
    width: 95%;
    height: 90%;
  }

  .courses-pop-up-flex-wrapper.studio-booking {
    width: 80%;
  }

  .course-details-container {
    overflow: visible;
    padding-top: 20px;
  }

  .course-content {
    overflow: visible;
    height: 100%;
  }

  .courses-content-description {
    overflow: visible;
    font-size: 20px;
    line-height: 24px;
  }

  .enquiry-header {
    margin-bottom: 40px;
    font-size: 4vw;
  }

  .why-us-content-wrapper {
    top: 70px;
    margin-top: 0px;
  }

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

  .content-container {
    width: 90%;
  }

  .signup-container {
    width: 80%;
  }

  .image-container._1 {
    width: 18vw;
    height: 18vw;
  }

  .image-container._2 {
    width: 18vw;
    height: 18vw;
  }

  .image-container._3 {
    width: 18vw;
    height: 18vw;
  }

  .image-container._4 {
    width: 18vw;
    height: 18vw;
  }

  .content-subheader {
    font-size: 20px;
    line-height: 24px;
  }

  .content-subheader.location {
    margin-top: 0px;
  }

  .button-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .location-flex.content {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-content {
    width: 90%;
    padding-top: 0px;
  }

  .description-section.closer-up {
    margin-top: -15px;
  }

  .button-link-text {
    font-size: 1.5vw;
  }

  .awardee-name {
    font-size: 3vw;
  }

  .list-container {
    height: 100%;
  }

  .course-list-item {
    font-size: 18px;
    line-height: 24px;
  }

  .course-content-container {
    overflow: auto;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-2 {
    padding: 1vw 4vw;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .field-2 {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    overflow: hidden;
    margin-top: 0px;
  }

  .hero-banner-wrapper {
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(53deg, transparent 16%, #f2effa), url('../images/Banner-BG.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-banner-wrapper.inside {
    padding-bottom: 10%;
  }

  .banner-image {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    max-width: 100%;
  }

  .container.rel {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }

  .container.bottom-margin.mobile {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.robert-piano {
    padding-top: 40%;
    padding-bottom: 30%;
  }

  .navbar-wrapper {
    margin-top: 20px;
  }

  .header-wrapper {
    width: 100%;
  }

  .header-wrapper.inside {
    margin-top: 4%;
  }

  .heading.inside {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 45px;
  }

  .button {
    padding: 2vw 7vw;
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .button.register {
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 4vw;
  }

  .button.register.studio-booking {
    padding: 1vw 7vw;
  }

  .button._10 {
    padding: 4vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .button.submit {
    padding: 2.5vw 6vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .button.submit.studio-booking {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 4vw;
  }

  .button.slogin {
    padding: 1vw 5vw;
    font-size: 4vw;
  }

  .content-header {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }

  .content-header.left {
    font-size: 28px;
    line-height: 38px;
  }

  .content-header.form {
    line-height: 48px;
  }

  .content-header.robert-piano {
    font-size: 8vw;
  }

  .content-header.robert-piano {
    margin-bottom: 10px;
    font-size: 10vw;
  }

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

  .content-wrapper.margin-65 {
    margin-top: 35px;
  }

  .content-wrapper.oval-bg {
    height: 650px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-wrapper.courses {
    padding-top: 10px;
    padding-bottom: 186px;
  }

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

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

  .content-wrapper.padding-60 {
    margin-top: 35px;
  }

  .instrument-wrapper {
    width: 100%;
  }

  .image-wrapper._1 {
    min-height: auto;
    background-position: 50% 50%;
  }

  .image-wrapper._2 {
    min-height: auto;
    background-position: 50% 50%;
  }

  .image-wrapper._3 {
    min-height: auto;
    background-position: 50% 50%;
  }

  .image-wrapper._4 {
    min-height: auto;
    background-position: 50% 50%;
  }

  .image-wrapper._5 {
    min-height: auto;
    background-position: 50% 50%;
  }

  .image-wrapper._6 {
    min-height: auto;
    background-position: 50% 50%;
  }

  .image {
    height: 75%;
  }

  .title-desc {
    font-size: 14px;
    line-height: 26px;
  }

  .title-desc.why-kawai {
    font-size: 5vw;
  }

  .child-wrapper {
    right: 1%;
    max-width: 60%;
  }

  .content-blue-bg-wrapper {
    padding-left: 30px;
  }

  .blue-header {
    font-size: 30px;
    line-height: 35px;
  }

  .subheader {
    margin-top: 12px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
  }

  .subheader.event-title.italic {
    margin-bottom: 5px;
    font-size: 7vw;
  }

  .register-button {
    padding: 10px 18px;
  }

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

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

  .flex-wrapper.margin-130 {
    padding-bottom: 40px;
  }

  .flex-wrapper._10 {
    width: 60%;
  }

  .flex-wrapper.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inside-header {
    font-size: 15px;
    line-height: 24px;
  }

  .inside-header.left {
    margin-top: 0px;
    font-size: 15px;
    line-height: 24px;
  }

  .inside-header.left.course-description-header {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 26px;
  }

  .inside-header.form {
    font-size: 14px;
    line-height: 18px;
  }

  .testimonial {
    font-size: 14px;
    line-height: 23px;
  }

  .flex-col {
    width: 100%;
  }

  .flex-col._40 {
    width: 100%;
  }

  .text-block {
    font-size: 18px;
    line-height: 30px;
  }

  .image-circle-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .circle-image._1 {
    width: 100px;
    height: 100px;
  }

  .circle-image._3 {
    width: 100px;
    height: 100px;
  }

  .circle-image._2 {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }

  .testimonial-wrapper {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .quote {
    left: -6px;
    width: 30px;
    min-width: 30px;
  }

  .copyright-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-block {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-block.last {
    max-width: 100%;
  }

  .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  .top-nav-wrapper {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo.small {
    width: 50vw;
  }

  .navlink._w-padding.dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    color: #000;
  }

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

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

  .form-text {
    font-size: 14px;
    line-height: 16px;
  }

  .global-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-section-header {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }

  .form-wrapper {
    height: 80%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-wrapper.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .form-wrapper.registration {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-wrapper.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .field {
    min-height: 50px;
  }

  .field.inquiry.modal {
    height: 50px;
    min-height: 0vh;
  }

  .field.inquiry.modal.studio-booking {
    height: 80px;
  }

  .field.modal-field {
    height: 40px;
    min-height: 0vh;
  }

  .field.large-input {
    min-height: 75px;
  }

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

  .field-wrapper._55 {
    width: 100%;
  }

  .field-wrapper._45 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .field-wrapper._45.left.no-spacing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .field-wrapper.modal-margin {
    margin-bottom: 2vh;
  }

  .field-wrapper.career-form {
    margin-bottom: 15px;
  }

  .field-wrapper.col-30 {
    width: 100%;
  }

  .field-wrapper.col-30.last {
    width: 100%;
  }

  .field-wrapper.col-70 {
    width: 100%;
  }

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

  .bigger {
    font-size: 15px;
    line-height: 24px;
  }

  .margin40 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-box {
    overflow: visible;
    height: 200px;
  }

  .separator {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .col {
    width: auto;
  }

  .image-left.wwd {
    width: auto;
    height: 250px;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }

  .contact-form {
    padding: 30px 20px;
  }

  .contact-form.inquiry {
    padding-top: 0px;
    box-shadow: none;
  }

  .contact-info-text.location {
    padding-right: 0px;
    font-size: 12px;
  }

  .login {
    width: 90%;
    margin-bottom: 0vh;
  }

  .login-box-wrapper {
    min-width: 100%;
  }

  .flex-display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-display.side {
    font-size: 13px;
  }

  .monthly-schedule-row-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
  }

  .monthly-schedule-row-name.center {
    padding-left: 20px;
  }

  .monthly-schedule-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .monthly-schedule-wrapper.margin-b35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .monthly-schedule-wrapper.margin-b35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .booking-row-button-wrapper {
    padding-left: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .monthly-schedule-row-label {
    width: 35%;
    margin-right: 0px;
    font-size: 12px;
  }

  .monthly-schedule {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .student-login-wrapper {
    height: 100vh;
    background-image: url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png'), url('../images/Musical-motes-2.png'), url('../images/Musical-motes-2.png'), url('../images/Musical-motes-1.png'), url('../images/Banner-Image2.png'), url('../images/transparent-bg.png');
    background-position: 20% 80%, 50% 100%, 0% 50%, 0px 0px, 20% 30%, 100% 0%, 50% 50%;
    background-size: 160px, 80px, 134px, auto, auto, contain, 3000px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll;
  }

  .image-gallery-box {
    overflow: visible;
    height: 200px;
  }

  .image-block {
    width: 60%;
  }

  .submit-now-wrapper {
    padding-left: 15px;
  }

  .monthly-schedule-language-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .monthly-schedule-row-name-2 {
    padding-left: 20px;
    font-size: 12px;
  }

  .course-filter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-filter {
    width: 100%;
    margin-right: 0px;
  }

  .course-filter.margin-r15 {
    margin-right: 0px;
  }

  .course-filter.wide {
    width: 100%;
  }

  .course-filter-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .monthly-schedule-row-label-2 {
    margin-right: 0px;
    font-size: 12px;
  }

  .grid-2 {
    grid-template-areas: ". . . . . . . . ."
      "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7 Area-8 Area-9"
      "Area-10 Area-11 Area-11 Area-11 Area-12 Area-12 Area-12 Area-13 Area-13"
      "Area-10 Area-14 Area-15 Area-16 Area-17 Area-18 Area-19 Area-20 Area-21"
      "Area-22 Area-23 Area-24 Area-25 Area-26 Area-27 Area-28 Area-29 Area-30"
      "Area-31 Area-32 Area-33 Area-34 Area-35 Area-36 Area-37 Area-38 Area-39"
      "Area-40 Area-41 Area-42 Area-43 Area-44 Area-45 Area-46 Area-47 Area-48"
      "Area-49 Area-50 Area-51 Area-52 Area-53 Area-54 Area-55 Area-56 Area-57"
      "Area-58 Area-59 Area-60 Area-61 Area-62 Area-63 Area-64 Area-65 Area-66";
  }

  .content {
    padding-right: 2px;
    padding-left: 2px;
  }

  .content.title.color {
    padding-right: 5px;
    padding-left: 5px;
  }

  .content.gray {
    padding-right: 0px;
    padding-left: 0px;
  }

  .room {
    font-size: 8px;
    line-height: 12px;
  }

  .date-details {
    font-size: 16px;
    line-height: 20px;
  }

  .announcement-wrapper {
    padding-left: 20px;
  }

  .news-events-big-date {
    font-size: 30px;
    line-height: 37px;
  }

  .announcement-box-title {
    padding-right: 0px;
    padding-left: 20px;
  }

  .announcement-box-title.margin100 {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-header-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .period.mobile {
    font-size: 10px;
    line-height: 15px;
  }

  .enquire-now-button.robert-piano {
    font-size: 4vw;
  }

  .learn-more.smaller {
    border-width: 4px;
    font-size: 11px;
  }

  .learn-more.smaller:hover {
    padding-right: 14px;
  }

  .learn-more.smaller.w--current {
    border-width: 5px;
  }

  .pop-up-wrapper.studio-booking {
    display: none;
  }

  .courses-pop-up-flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 90%;
    height: 95vh;
    padding-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border-radius: 15px;
  }

  .courses-pop-up-flex-wrapper.studio-booking {
    width: 95%;
    height: 80vh;
    padding-bottom: 20px;
  }

  .course-details-container {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-inquiry-container {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-inquiry-container.studio-booking {
    overflow: scroll;
    height: 100%;
  }

  .course-inquiry-container.smaller.border.course-enquiry.fullwidth {
    padding-right: 10px;
    padding-left: 10px;
  }

  .course-content {
    overflow: visible;
    width: 90%;
    height: auto;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .courses-content-description {
    height: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .enquiry-header {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .modal-close-button {
    margin-top: 10px;
    margin-right: 10px;
  }

  .error-message {
    margin-top: 63px;
  }

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

  .content-container {
    width: 100%;
  }

  .signup-container {
    width: 100%;
  }

  .select-field {
    height: 50px;
  }

  .image-container._3 {
    width: 20vw;
    height: 20vw;
  }

  .image-container._4 {
    width: 20vw;
    height: 20vw;
  }

  .image-container.robert {
    width: 25vw;
    height: 25vw;
  }

  .content-subheader {
    font-size: 20px;
    line-height: 24px;
  }

  .content-paragraph.center {
    font-size: 4vw;
  }

  .form-container {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .event-container {
    width: 90vw;
    margin-bottom: 20vw;
  }

  .description-section.closer-up {
    margin-top: -25px;
  }

  .events-image-container._1 {
    width: 70vw;
    height: 70vw;
  }

  .events-image-container._2 {
    width: 70vw;
    height: 70vw;
  }

  .events-image-container._3 {
    width: 70vw;
    height: 70vw;
  }

  .events-image-container._4 {
    width: 70vw;
    height: 70vw;
  }

  .events-image-container._5 {
    width: 70vw;
    height: 70vw;
  }

  .events-image-container._6 {
    width: 70vw;
    height: 70vw;
  }

  .arrow-logo-container {
    width: 25%;
  }

  .link-block {
    width: 50%;
  }

  .button-link-text {
    font-size: 4vw;
  }

  .gallery-view-button {
    font-size: 6vw;
  }

  .gallery-flex.grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox {
    width: 40vw;
    height: 40vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .awardee-name {
    font-size: 5vw;
  }

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

  .list-container {
    height: auto;
  }

  .course-content-container {
    overflow: auto;
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .logo-container {
    width: 80%;
    margin-bottom: 20px;
  }

  .header-container {
    margin-bottom: 60px;
  }

  .underline {
    width: 60vw;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .col-flex {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-30 {
    width: 100%;
    margin-bottom: 15px;
  }

  .button-2 {
    padding: 2vw 7vw;
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .field-2 {
    min-height: 30px;
  }

  .class-schedule-tab-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .class-schedule-tab-wrapper.margin-b35.schedule {
    padding-bottom: 30px;
  }

  .booking-slots-wrapper {
    margin-bottom: 20px;
  }

  .booking-row-name {
    padding-left: 30px;
    font-size: 12px;
  }

  .booking-row-label {
    width: 20%;
    margin-right: 0px;
    font-size: 12px;
  }

  .booking-row-button-wrapper-2 {
    padding-left: 0px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block-2 {
    width: 100%;
  }
}

#w-node-d5653ece-c27b-ca93-8aa7-09cb07b3fcf2-22a70894 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_761762bc-f017-d50a-c5a8-c3f7ec001fb5-22a70894 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7f07fe24-cd60-f339-25c1-2437d30e1f39-22a70894 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3093c099-5fce-92a2-37ec-df7e700e98e2-22a70894 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-be1b0113-427a-9283-20da-5d4e36c2cfcf-22a70894 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9930d76a-9d88-f287-1aad-2bf83931632d-22a70894 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e6612670-68d5-2336-60ca-dad299295ccf-22a70894 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6f4d5ad8-3990-e8f2-4f7b-648383966aa7-22a70894 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d5653ece-c27b-ca93-8aa7-09cb07b3fcf2-4da70895 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e6eacb69-02d7-0e41-4743-1b43c5111bce-4da70895 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1ac499bb-8722-6f7d-23a2-e46714a22192-4da70895 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_69623eb0-7459-b228-dda8-1f140765a141-4da70895 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d5653ece-c27b-ca93-8aa7-09cb07b3fcf2-cca70896 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-be1b0113-427a-9283-20da-5d4e36c2cfcf-cca70896 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d5653ece-c27b-ca93-8aa7-09cb07b3fcf2-5ca708a1 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-be1b0113-427a-9283-20da-5d4e36c2cfcf-5ca708a1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7f07fe24-cd60-f339-25c1-2437d30e1f39-5ca708a1 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_437401fa-3052-2864-9e30-e14d7bf3c533-5ca708a1 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3093c099-5fce-92a2-37ec-df7e700e98e2-22a70894 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7f07fe24-cd60-f339-25c1-2437d30e1f39-22a70894 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3093c099-5fce-92a2-37ec-df7e700e98e2-22a70894 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-be1b0113-427a-9283-20da-5d4e36c2cfcf-22a70894 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Acumin rpro';
  src: url('../fonts/Acumin-RPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin itpro';
  src: url('../fonts/Acumin-ItPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin bdpro';
  src: url('../fonts/Acumin-BdPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin bditpro';
  src: url('../fonts/Acumin-BdItPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-ExtraLightIt.otf') format('opentype'), url('../fonts/SourceSerifPro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-BlackIt.otf') format('opentype'), url('../fonts/SourceSerifPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-BoldIt.otf') format('opentype'), url('../fonts/SourceSerifPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-LightIt.otf') format('opentype'), url('../fonts/SourceSerifPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro it';
  src: url('../fonts/SourceSerifPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-SemiboldIt.otf') format('opentype'), url('../fonts/SourceSerifPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}