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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 15px;
}

.body {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.herosection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3em solid #fff;
  background-position: 50% 50%;
  background-size: cover;
  transform: translateY(-3em);
}

.headerlink {
  margin-left: 55px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color:  rgb(0,40,0);
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.headerlink:hover {
  border-bottom: 1px solid  rgb(0,40,0);
  text-decoration: none;
}

.headerlinkwrapper {
  /*position: absolute;*/
  
  margin-top: -34px;
  text-align: center;
}

.herotextwrap {
  display: inline-block;
  width: 640px;
  margin-top: 0px;
  margin-left: 88px;
}

.herotextwrap.skillwrap {
  margin-top: 183px;
}

.heroh1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color:  rgb(0,40,0);
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

.heroh1.recommendh1 {
  margin-top: -151px;
  text-align: center;
}

.heroh1.recommedationhome {
  color: #fff;
  text-align: center;
}

.heroh1.h1white {
  color: #fff;
}

.heroline {
  display: inline-block;
  width: 295px;
  height: 6px;
  margin-bottom: 15px;
  margin-left: 20px;
  background-color:  rgb(0,40,0);
}

.heroline.skillsline {
  width: 140px;
  height: 4px;
  margin-right: -33px;
  margin-bottom: 0px;
  margin-left: 40px;
  background-color: #fff;
}

.aboutsection {
  margin-right: 45px;
  margin-bottom: 45px;
  margin-left: 45px;
}

.aboutcontainer {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.h2-white {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}

.abouttext {
  padding-right: 38px;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}

.abouttext.baselinkshift {
  margin-top: 67px;
}

.crossed {
  text-decoration: line-through;
}

.aboutrow {
  margin-bottom: 20px;
}

.aboutlink {
  border-bottom: 1px solid #16ffb0;
  color: #16ffb0;
  text-decoration: none;
}

.logoeswrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -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;
}

.logolink {
  opacity: 0.8;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.logolink:hover {
  opacity: 1;
}

.projectsection {
  height: 100vh;
  padding: 50px;
}

.projectsection.prospero {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 50px 50px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/58dcd22d9d881f2d2cd29808_01-ProsperoBG.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.projectsection.appfront {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/58dcda27d8b55b726fac0b6f_AppFrontBG.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.projectsection.nexar {
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/58dcdd2685d2a3805cc38d22_03-nexarBG.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.projectsection.anydo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projectsection.muz {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  -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;
  background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, #3a326b, #29234b);
}

.projectsection.nuschool {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/58dcef62ee8a7c646f302329_nuscholBG.jpg"), radial-gradient(circle farthest-corner at 50% 50%, #f3f3f3, #d1d1d1);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.projectsection.recommnedationsection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 7, 108, 0.69)), to(rgba(9, 7, 108, 0.69))), url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/58f474cff9a9093b8a17d1c9_HeaderImage%202.jpg");
  background-image: linear-gradient(180deg, rgba(9, 7, 108, 0.69), rgba(9, 7, 108, 0.69)), url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/58f474cff9a9093b8a17d1c9_HeaderImage%202.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projectcontent {
  width: 420px;
}

.projectcontent.muzcontent {
  width: auto;
  max-width: 420px;
}

.projecth2-white {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
}

.projecth2-white.bluer {
  color: #004000;
}

.p-white {
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 1px;
}

.p-white.bluer {
  color: #004000;
}

.p-white.bluer.recommendtitle {
  margin-bottom: 1px;
  font-weight: 500;
}

.skills {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 13px;
  padding: 3px 13px;
  border: 1px solid #fff;
  border-radius: 200px;
  opacity: 0.7;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.skills:hover {
  opacity: 1;
}

.skills.weblink {
  border-style: none;
  background-color: #fff;
  opacity: 1;
  -webkit-transition-property: padding;
  transition-property: padding;
  color:  rgb(0,40,0);
  text-decoration: none;
}

.skills.weblink:hover {
  padding-right: 13px;
  padding-left: 13px;
}

.skills.weblink.bluebutton {
  background-color:  rgb(0,40,0);
  color: #fff;
}

.skills.weblink.bluebutton:hover {
  padding-right: 13px;
  padding-left: 13px;
}

.skills.blueskill {
  border-color:  rgb(0,40,0);
  color:  rgb(0,40,0);
}

.skills.blueskill.amazonlink {
  margin-bottom: 0px;
  border-style: none;
  background-color: #f1f1f1;
}

.image {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  float: none;
}

.image-2 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: none;
}

.prosperoimagewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.image-3 {
  position: relative;
  top: 150px;
  width: 500px;
  margin-right: -165px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.proposalimage {
  display: block;
  height: auto;
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  height: 600px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block {
  width: 30%;
}

.nexarlogo {
  display: block;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.anydoimage {
  max-width: 800px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.muzwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.muzimage {
  height: auto;
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nuschoolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  margin-top: -50px;
  margin-right: -50px;
  margin-bottom: -50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  height: 100%;
  max-height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testwrapernuschool {
  display: block;
  margin-top: -50px;
  margin-right: -50px;
  margin-bottom: -50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  text-align: right;
}

.nuimage {
  max-height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.footer {
  padding: 42px;
  text-align: center;
}

.footerdiv {
  display: block;
  width: 50px;
  height: 3px;
  margin: 28px auto;
  background-color: white;
}

.contacticons {
  margin-bottom: 50px;
}

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

.footertext {
  color: #110ea1;
  font-size: 16px;
  letter-spacing: 1px;
}

.footerlink {
  color: #110ea1;
}

.navbar {
  padding: 13px 45px;
}

.recommendnavbar {
  float: right;
}

.homelinknav {
  color:  rgb(0,40,0);
  font-size: 18px;
  text-decoration: none;
}

.heroimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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;
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/58f474cff9a9093b8a17d1c9_HeaderImage%202.jpg");
  background-position: 50% 100%;
  background-size: cover;
}

.contentwrap {
  margin-top: -5px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #ececec;
  text-align: left;
}

.recommendcontain {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
}

.recommendationwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.recommendbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #d8d8d8;
}

.imageembed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.recommendintowrap {
  margin-left: 20px;
}

.minidiv {
  width: 15px;
  height: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  border-style: solid none none;
  border-width: 1px;
  border-color:  rgb(0,40,0) #000;
}

.inlinelink {
  color:  rgb(0,40,0);
}

.recommendlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  color: #fff;
  text-decoration: none;
}

.body-course {
  height: 100%;
  padding: 58px;
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/596608bcbfac2072e78451d5_CourseBG-tiny.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.course-title {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  color: navy;
  font-size: 65px;
  line-height: 62px;
  text-transform: none;
}

.course-body {
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
  color: navy;
  font-size: 18px;
  line-height: 23px;
}

.coursecontain {
  width: 550px;
}

.courseform {
  width: 350px;
  font-family: futura-pt, sans-serif;
  color: navy;
}

.course-submit {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 3px;
  background-color: navy;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.course-submit:hover {
  background-color: #fc0;
  color: #000;
}

.course-who {
  margin-left: 15px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid navy;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color:  rgb(0,40,0);
}

.course-who:hover {
  border-color: #fc0;
  background-color: #fc0;
}

.course-success {
  background-color: rgba(9, 7, 108, 0.1);
  font-family: futura-pt, sans-serif;
  color:  rgb(0,40,0);
  font-size: 18px;
}

.greysection {
  padding: 55px 15px;
  background-color: #efefef;
}

.greysection.masterherosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 92px;
  -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;
}

.greysection.boxmodelbg {
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/5b751edf2c58c5bb0e2934a3_BoxModel.png");
  background-position: 127% 33%;
  background-size: 55%;
  background-repeat: no-repeat;
}

.greysection.learnsection {
  position: relative;
  z-index: 1;
}

.mycontain {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.mycontain.centercontain {
  text-align: center;
}

.mycontain.bluecontain {
  padding: 91px 30px;
  background-color:  rgb(0,40,0);
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexcolwrap.studentswrap {
  margin-top: 66px;
}

.flex2col {
  width: 50%;
  padding: 18px;
}

.flex2col.herovid {
  position: relative;
  padding-left: 70px;
}

.flex2col.rightcol {
  display: block;
  padding-top: 46px;
  padding-left: 96px;
  -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;
}

.flex2col.verticalcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 80px;
  -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;
}

.flex2col.distributecol {
  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;
}

.flex2col.downcol {
  position: relative;
  top: 179px;
  padding-bottom: 0px;
}

.masterclassh1 {
  margin-bottom: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.masterclassh2 {
  font-family: Montserrat, sans-serif;
  color: #6f14e6;
  font-size: 40px;
  line-height: 45px;
}

.weeksspan {
  border-bottom: 4px solid #f67c7b;
  text-decoration: none;
}

.masterclassh3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.masterclassh3.bulleth3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.masterclassh3.limitedbold {
  margin-bottom: 30px;
  font-weight: 600;
}

.masterclassh3.limitedbold.bullettitle {
  margin-top: 0px;
  margin-bottom: 10px;
}

.masterclassh3.onlytag {
  margin-top: 0px;
  color: #fff;
}

.masterclasscta {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 36px;
  border-radius: 500px;
  background-color: #f67c7b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.masterclasscta:hover {
  background-color: #6f14e6;
  color: #fff;
  letter-spacing: 2px;
}

.masterclasscta.centerbutton {
  margin-top: 20px;
  margin-bottom: 20px;
}

.masterclasscta.butcta {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #f67c7b;
}

.masterclasscta.butcta:hover {
  background-color: #f67c7b;
  color: #fff;
}

.shapebg {
  position: absolute;
  left: 83px;
  top: 16px;
}

.herovideocontain {
  position: relative;
  overflow: hidden;
  margin-top: 79px;
  border-radius: 5px;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.23);
}

.purplesection {
  padding: 83px 15px;
  background-color: #6f14e6;
}

.purplesection.studentssection {
  padding-bottom: 0px;
}

.purplesection.studentssection.webinar {
  display: block;
}

.masterh2white {
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.masterh2white.masterh2purple {
  color: #6f14e6;
  font-size: 40px;
  line-height: 50px;
}

.masterh2white.masterh2purple.centertitle {
  margin-bottom: 50px;
  text-align: center;
}

.masterrich {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.masterrich.richblack {
  color: #333;
}

.masterrich.richdark {
  margin-bottom: 15px;
  color: #333;
  text-align: left;
}

.cardcontain {
  margin-bottom: 31px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.23);
  text-align: left;
}

.cardcontain.twittcard {
  padding: 6px;
}

.cardcontain.qacard {
  margin-top: 155px;
}

.qahell {
  position: relative;
  left: 16px;
  top: -26px;
  right: -38px;
  max-width: 529px;
  margin-top: -29px;
  margin-left: -53px;
}

.qahelltext {
  margin-top: -5px;
  padding-top: 16px;
  padding-right: 58px;
  padding-left: 58px;
  border-top: 1px solid #ccc;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
}

.whitesection {
  padding: 64px 15px;
}

.whitesection.corinnesec {
  padding-top: 36px;
  padding-bottom: 0px;
}

.whitesection.ransection {
  padding-top: 146px;
  padding-bottom: 146px;
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/5b7528d6b2d7ee28d91959a1_RanSegall.png");
  background-position: 0px 50%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.videocaption {
  margin-top: 9px;
  padding-top: 9px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px none #ccc;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
}

.videocontain {
  width: 100%;
}

.corinneworks {
  position: relative;
  bottom: -88px;
  z-index: 0;
}

.corinnequote {
  margin-bottom: 42px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.quotecontain {
  position: relative;
}

.quote1 {
  position: relative;
  top: 16px;
  right: 17px;
}

.quote2 {
  position: absolute;
  right: 96px;
  bottom: 41px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.profilebox {
  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;
}

.profileinfo {
  margin-left: 23px;
}

.masterp {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.masterlink {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #f67c7b;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.masterlink:hover {
  color: #6f14e6;
}

.smallcontain {
  display: block;
  max-width: 520px;
  margin-top: 59px;
  margin-right: auto;
  margin-left: auto;
}

.smallcontain.centercontain {
  text-align: center;
}

.smallcontain.evensmallercontain {
  max-width: 475px;
}

.bulletitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.bulletcircle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -8px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 500px;
  background-color: #6f14e6;
}

.gradsection {
  padding: 25px 15px 15px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, right top, from(#f4f479), to(#d1b7f1));
  background-image: linear-gradient(90deg, #f4f479, #d1b7f1);
}

.gradsection.masterherosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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;
}

.gradsection.boxmodelbg {
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/5b751edf2c58c5bb0e2934a3_BoxModel.png");
  background-position: 127% 33%;
  background-size: 761px;
  background-repeat: no-repeat;
}

.gradsection.learnsection {
  position: relative;
  z-index: 1;
}

.gradsection.topstickbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 900;
}

.link {
  color: #6f14e6;
}

.masterclasspack {
  margin-top: 31px;
}

.pricebox {
  padding: 29px;
  border-radius: 5px;
  background-image: radial-gradient(circle farthest-corner at 93% 18%, #b666e3, #4546eb);
  text-align: center;
}

.pricetag {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 31px;
  padding-bottom: 16px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 400;
}

.text-span {
  position: relative;
  left: -2px;
  top: -24px;
  font-size: 20px;
  font-weight: 300;
}

.guarenteebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guarenteebadge {
  margin-top: -21px;
  margin-right: 18px;
}

.questionbox {
  text-align: left;
}

.webinarimage {
  margin-top: 66px;
  margin-bottom: -6px;
}

.mudul {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 200px;
  background-color: #6f14e6;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.bulletwrap {
  margin-bottom: 45px;
  text-align: left;
}

.normalmasterp {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.notediv {
  margin-top: 21px;
  margin-bottom: 53px;
  padding-top: 25px;
  padding-right: 295px;
  padding-bottom: 15px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  text-align: left;
}

.ssl-badge {
  width: 146px;
  margin-top: -17px;
  margin-right: 21px;
}

.subtest {
  margin-top: 10px;
  margin-bottom: -10px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  font-weight: 300;
}

.skillshero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: 45px solid #fff;
  background-color:  rgb(0,40,0);
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/5cfa6b2363d0272fe7678b67_Skill-Main.jpg");
  background-position: 86% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
}

.skillshero._10kwait {
  background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/5d25cd1c23558e60238b6ed3_website-BG.jpg");
  background-position: 70% 50%;
  background-size: 920px;
}

.text-span-2 {
  color: #16d5a0;
}

.green {
  color: #16d5a0;
}

.skillsection {
  padding: 43px 30px;
  border: 1px none #000;
  background-color: #fdf3fd;
}

.skillsection.skillbluesection {
  padding-top: 98px;
  padding-bottom: 98px;
  border: 30px solid #fdf3fd;
  background-color:  rgb(0,40,0);
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.skillcontent {
  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;
}

.blue {
  color:  rgb(0,40,0);
}

.skillitem {
  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;
}

.skillicon {
  width: 120px;
}

.greenlink {
  display: block;
  margin-top: -22px;
  color: #16d5a0;
  text-decoration: none;
}

.white {
  color: #fff;
}

._10k-formblock {
  width: 350px;
  margin-top: 21px;
}

.form {
  padding: 14px 17px 18px;
  border-radius: 0px;
  background-color: #fdf3fd;
  color: navy;
}

.submit-button {
  background-color: #16d5a0;
  text-transform: uppercase;
}

.formfield {
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: transparent transparent  rgb(0,40,0);
  background-color: #fff;
}

.formsuccess {
  background-color: #6f14e6;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .herosection {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 50%;
    background-size: cover;
  }

  .herotextwrap {
    width: 500px;
    margin-top: 61px;
    margin-left: 41px;
  }

  .herotextwrap.skillwrap {
    margin-top: 0px;
  }

  .heroh1 {
    font-size: 50px;
    line-height: 50px;
  }

  .heroline {
    width: 245px;
    margin-bottom: 11px;
  }

  .abouttext {
    margin-bottom: 50px;
  }

  .abouttext.baselinkshift {
    margin-top: 0px;
  }

  .logoeswrap {
    margin-top: -30px;
    -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;
  }

  .logolink {
    width: 150px;
    margin-right: 36px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .logolink.tc {
    width: 200px;
  }

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

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

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

  .projectsection.nuschool {
    background-position: -179px 0px, 0px 0px;
  }

  .nexarlogo {
    margin-top: 34px;
  }

  .anydoimage {
    max-width: 600px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .recommendationwrap {
    margin-right: 0px;
  }

  .recommendbox {
    width: 100%;
    margin-right: 0px;
  }

  .body-course {
    padding: 31px;
    background-position: 32% -10px;
  }

  .course-title {
    font-size: 55px;
    line-height: 55px;
  }

  .coursecontain {
    width: 450px;
  }

  .greysection.masterherosection {
    height: auto;
    padding-top: 30px;
    padding-bottom: 43px;
  }

  .greysection.boxmodelbg {
    padding-top: 4px;
    padding-bottom: 251px;
    background-position: 100% 100%;
  }

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

  .flexcolwrap.studentswrap {
    margin-top: 10px;
    padding-right: 64px;
    padding-left: 64px;
  }

  .flexcolwrap.corrinecols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex2col {
    width: 100%;
    padding-bottom: 0px;
  }

  .flex2col.herovid {
    padding-left: 18px;
  }

  .flex2col.rightcol {
    padding-left: 0px;
  }

  .flex2col.verticalcol {
    padding-left: 0px;
  }

  .flex2col.downcol {
    top: 0px;
    margin-top: -31px;
  }

  .shapebg {
    left: 111px;
    top: 40px;
    max-width: 80%;
  }

  .purplesection {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .purplesection.studentssection {
    padding-top: 41px;
  }

  .masterh2white {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .cardcontain.qacard {
    display: block;
    width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .whitesection {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .whitesection.ransection {
    padding-top: 0px;
    padding-bottom: 457px;
    background-position: 50% 100%;
    background-size: 80%;
  }

  .corinneworks {
    position: static;
    margin-top: -21px;
    margin-bottom: -39px;
    clear: none;
  }

  .quote2 {
    right: 46px;
  }

  .masterp.corinnesites {
    margin-top: 63px;
    margin-bottom: 5px;
    text-align: center;
  }

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

  .notediv {
    padding-right: 36px;
    padding-left: 36px;
  }

  .ssl-badge {
    width: 131px;
    margin-top: -32px;
    margin-left: 15px;
  }

  .skillshero {
    height: 640px;
    background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/5cfa6b2363d0272fe7678b67_Skill-Main.jpg");
    background-position: 50% 50%;
    background-size: 85%;
  }
}

@media screen and (max-width: 767px) {
  .herotextwrap {
    width: 400px;
  }

  .herotextwrap.skillwrap {
    margin-top: 29px;
    text-align: center;
  }

  .heroh1 {
    font-size: 40px;
    line-height: 40px;
  }

  .heroline {
    width: 198px;
  }

  .heroline.skillsline {
    width: 60px;
    margin-right: -17px;
  }

  .aboutsection {
    padding-bottom: 31px;
  }

  .anydoimage {
    max-width: 490px;
  }

  .body-course {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/596608bcbfac2072e78451d5_CourseBG-tiny.jpg");
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/596608bcbfac2072e78451d5_CourseBG-tiny.jpg");
    background-position: 0px 0px, -272px -10px;
    background-size: auto, cover;
  }

  .greysection.boxmodelbg {
    padding-bottom: 173px;
  }

  .flexcolwrap.studentswrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex2col.herovid {
    margin-bottom: 32px;
  }

  .masterclassh2 {
    font-size: 37px;
  }

  .shapebg {
    left: 64px;
    max-width: 80%;
  }

  .purplesection {
    overflow: hidden;
  }

  .whitesection.corinnesec {
    padding-top: 1px;
  }

  .whitesection.ransection {
    padding-bottom: 344px;
  }

  .notediv {
    padding-right: 21px;
    padding-left: 21px;
  }

  .ssl-badge {
    width: 155px;
  }

  .skillshero {
    height: 500px;
  }

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

  .skillsection.skillbluesection {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

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

  .herosection {
    border-width: 40px 30px 30px;
  }

  .headerlink {
    margin-right: 19px;
    margin-left: 19px;
  }

  .headerlinkwrapper {
    margin-top: -30px;
    text-align: center;
  }

  .herotextwrap {
    width: 300px;
    margin-top: 30px;
    margin-left: 25px;
  }

  .herotextwrap.skillwrap {
    margin-top: 12px;
    margin-left: 0px;
  }

  .heroh1 {
    font-size: 23px;
    line-height: 28px;
  }

  .heroh1.recommendh1 {
    font-size: 30px;
  }

  .heroh1.h1white {
    font-size: 31px;
    line-height: 31px;
    text-align: center;
  }

  .heroline {
    width: 3em;
    height: 2px;
    margin-bottom: 6px;
    margin-left: 10px;
  }

  .heroline.skillsline {
    width: 30px;
    height: 2px;
    margin-right: -13px;
    margin-left: 11px;
  }

  .aboutsection {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /*padding-top: 21px;*/
    padding-bottom: 21px;
  }

  .aboutcontainer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .h2-white {
    font-size: 23px;
  }

  .abouttext {
    margin-bottom: 24px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 21px;
  }

  .logoeswrap {
    margin-top: -8px;
  }

  .logolink {
    width: 94px;
  }

  .projectsection {
    padding: 30px;
  }

  .projectsection.prospero {
    padding: 10px 30px 0px;
  }

  .projectsection.appfront {
    padding: 10px 30px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .projectsection.nexar {
    padding-top: 10px;
  }

  .projectsection.anydo {
    padding-top: 10px;
    padding-right: 30px;
  }

  .projectsection.muz {
    padding-top: 10px;
    padding-right: 20px;
  }

  .projectsection.nuschool {
    padding-top: 10px;
    background-image: url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/58dcf075d33f36ec64a44a54_nuMobileBGGB.png"), radial-gradient(circle farthest-corner at 50% 50%, #f3f3f3, #d1d1d1);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .projectcontent {
    width: auto;
  }

  .projecth2-white {
    font-size: 23px;
    letter-spacing: 1px;
  }

  .skills.weblink:hover {
    padding-right: 13px;
    padding-left: 13px;
  }

  .prosperoimagewrap {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .prosperoimagewrap img{width: 90vw; overflow-y: hidden;}

  .image-4 {
    height: 350px;
    margin-top: 27px;
  }

  .div-block {
    display: none;
  }

  .nexarlogo {
    padding: 26px;
  }

  .anydoimage {
    max-width: 332px;
    margin-right: -30px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .muzimage {
    margin-right: -20px;
  }

  .footer {
    width: 100%;
    padding: 13px 13px 36px;
  }

  .contactimage {
    margin-right: 21px;
    margin-left: 21px;
  }

  .footertext {
    letter-spacing: 1px;
  }

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

  .recommendintowrap {
    margin-top: 20px;
    margin-left: 0px;
  }

  .body-course {
    padding: 17px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/596608bcbfac2072e78451d5_CourseBG-tiny.jpg");
    background-image: linear-gradient(180deg, null, null), url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/596608bcbfac2072e78451d5_CourseBG-tiny.jpg");
    background-position: 0px 0px, 74% 50%;
  }

  .coursecontain {
    width: auto;
  }

  .courseform {
    width: auto;
  }

  .greysection.masterherosection {
    padding-top: 84px;
    padding-bottom: 9px;
  }

  .greysection.boxmodelbg {
    padding-bottom: 60px;
  }

  .greysection.learnsection {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .flex2col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex2col.herovid {
    padding-top: 0px;
    padding-left: 0px;
  }

  .masterclassh1 {
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 14px;
  }

  .masterclassh2 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 36px;
  }

  .masterclassh3 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 27px;
  }

  .masterclasscta {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .shapebg {
    left: 25px;
    top: 9px;
  }

  .herovideocontain {
    margin-top: 41px;
  }

  .purplesection {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .masterh2white {
    font-size: 32px;
    line-height: 39px;
  }

  .masterh2white.masterh2purple {
    font-size: 32px;
    line-height: 39px;
  }

  .masterrich {
    font-size: 15px;
  }

  .masterrich.richdark.badgetext {
    text-align: center;
  }

  .cardcontain {
    padding: 20px;
  }

  .cardcontain.qacard {
    width: auto;
    margin-top: -4px;
    padding: 21px;
  }

  .qahell {
    left: 33px;
    top: -16px;
    max-width: 300px;
  }

  .qahelltext {
    padding-right: 0px;
    padding-left: 0px;
  }

  .whitesection {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .whitesection.ransection {
    padding-bottom: 228px;
  }

  .corinnequote {
    padding-left: 8px;
    font-size: 20px;
    line-height: 32px;
  }

  .quote2 {
    right: 0px;
  }

  .profilebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .profileinfo {
    margin-left: 0px;
  }

  .masterp.corinnesites {
    font-size: 14px;
  }

  .pricetag {
    margin-top: 13px;
  }

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

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

  .heading {
    line-height: 30px;
  }

  .corinnephoto {
    width: 75px;
    margin-bottom: 14px;
  }

  .profilephoto {
    margin-bottom: 17px;
  }

  .mudul {
    font-size: 15px;
  }

  .normalmasterp {
    font-size: 15px;
  }

  .notediv {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ssl-badge {
    width: 85px;
    margin-bottom: 16px;
  }

  .skillshero {
    height: 301px;
    border-width: 40px 30px 30px;
    background-position: 100% 100%;
    background-size: 70%;
  }

  .skillshero._10kwait {
    width: 100%;
    height: auto;
    padding-top: 114px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-width: 30px;
    background-image: linear-gradient(354deg,  rgb(0,40,0) 45%, rgba(111, 20, 230, 0) 63%), url("https://assets.website-files.com/58dcb5f0d33f36ec64a437df/5d25cd1c23558e60238b6ed3_website-BG.jpg");
    background-position: 0px 0px, 50% 0%;
    background-size: auto, 400px;
    background-repeat: repeat, no-repeat;
  }

  .skillsection {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .skillsection.skillbluesection {
    border-width: 15px;
  }

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

  .skillcontent {
    padding: 26px;
  }

  .skillitem {
    -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;
  }

  .heading-2 {
    font-size: 31px;
    line-height: 35px;
  }

  ._10k-formblock {
    width: auto;
  }

  .formsuccess {
    background-color: #6f14e6;
    color: #fff;
  }
}