:root {
  --light-steel-blue: #97a7c3;
  --white: white;
  --pale-turquoise: #85f8ff;
  --black: black;
  --dark-slate-grey: #2c3b48;
  --combine-library--success-100: #ebf7de;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-100: #d9dce2;
  --combine-library--white: white;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-800: rgba(31, 44, 61, 0);
  --combine-library--primary-200: #9e97ff;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--grey-050: var(--dark-slate-grey);
  --combine-library--primary-800: #472def;
}

.body {
  color: var(--light-steel-blue);
  background-color: #131524;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0% 2%;
  display: flex;
}

.container.her {
  position: relative;
}

.hero-box {
  width: 50%;
  padding-top: 28px;
}

.hero-box.custom {
  width: 40%;
}

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

.nav.hidden {
  display: none;
}

.burger {
  cursor: pointer;
}

.logo-link, .logo-link.w--current {
  margin-left: 21px;
}

.price-boxes {
  width: 65%;
  margin-top: 110px;
  display: flex;
}

.price-box {
  background-color: #2c3b48;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 69px 15px 27px;
  display: flex;
  position: relative;
}

.price-box.last {
  margin-left: 30px;
}

.price-head {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.pb-p {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.price-holder {
  background-color: #131524;
  border-radius: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 101px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -52px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #85f8ff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-block.num-hide {
  display: none;
}

.p-start-link {
  color: #171717;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #788b01, #f1dc1d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 0%;
  right: 0%;
}

.p-start-link:hover {
  background-image: linear-gradient(to right, #f1dc1d, #788b01);
}

.sm-dollar {
  font-size: 23px;
}

.hero-h1 {
  color: var(--white);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 70px;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.hero-p {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.button {
  color: #171717;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, #f1dc1d, #788b01);
  padding: 14px 35px 14px 34px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.button:hover {
  background-image: linear-gradient(270deg, #788b01 48%, #f1dc1d);
}

.button.inmenu {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.games-nav {
  z-index: 10;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 25px 40px;
  display: flex;
  position: relative;
}

.gms-btn {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.gms-btn:hover {
  border-color: var(--pale-turquoise);
}

.more-btn {
  color: var(--white);
  background-color: #2c3b48;
  align-items: center;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.more-btn:hover {
  background-color: #131524;
}

.more-btn.hide {
  display: none;
}

.right-arrow {
  margin-left: 18px;
}

.hero-img {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 100px;
}

.benefits {
  padding-top: 95px;
  padding-bottom: 95px;
}

.ben-box {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.heading-h2.ben {
  width: 40%;
  margin-top: 0;
  margin-bottom: 50px;
  display: block;
}

.heading-h2.f {
  margin-bottom: 40px;
  font-weight: 600;
}

.ben-boxes {
  display: flex;
}

.ben-box-blue {
  background-color: #1b2739;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding: 30px;
  display: flex;
}

.ben-box-black {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding: 30px;
  display: flex;
}

.ben-icon {
  max-width: 20%;
}

.ben-head {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
}

.ben-p {
  text-align: center;
  font-weight: 300;
}

.cta {
  z-index: 9;
  background-image: linear-gradient(90deg, var(--dark-slate-grey), var(--pale-turquoise));
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

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

.cta-box.hidden {
  display: none;
}

.cta-left {
  width: 50%;
}

.cta-text {
  color: var(--white);
  font-size: 31px;
  font-weight: 500;
  line-height: 39px;
}

.black-btn {
  background-color: var(--black);
  text-transform: capitalize;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .4s;
}

.black-btn:hover {
  background-color: #15292a;
}

.black-btn.hidden {
  display: none;
}

.faq {
  padding-bottom: 80px;
}

.faq-box {
  display: flex;
}

.faq-left {
  width: 55%;
}

.faq-right {
  width: 45%;
  padding-top: 170px;
}

.faq-image {
  margin-top: 220px;
}

.accordion {
  border-bottom: 1px solid #494e72;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 40px;
  overflow: hidden;
}

.accordion-toggle {
  height: 55px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.accordion-icon {
  color: var(--pale-turquoise);
}

.acc-head {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, 0);
  padding: 10px 21px 21px;
  display: block;
  position: static;
}

.paragraph-5 {
  color: var(--light-steel-blue);
  letter-spacing: -.3px;
  font-weight: 300;
}

.potential {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pot-box {
  display: flex;
}

.pot-left {
  width: 35%;
  padding-top: 40px;
}

.pot-right {
  width: 65%;
}

.potential-image {
  width: 100%;
}

.potential-image.hidden {
  display: none;
}

.pot-p {
  color: var(--light-steel-blue);
  margin-bottom: 45px;
  font-weight: 300;
}

.pot-p.calendly {
  color: var(--combine-library--success-100);
}

.footer {
  padding-bottom: 0;
}

.ftr-box {
  flex-direction: column;
  align-items: center;
  display: none;
}

.footer-h3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}

.footer-legal {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.ftr-link {
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  text-decoration: none;
}

.ftr-link:hover {
  color: var(--pale-turquoise);
}

.cont-box {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.cont-item {
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.cont-p {
  color: var(--white);
  margin-left: 10px;
  font-size: 13px;
  line-height: 13px;
}

.cont-p.address {
  width: 200px;
  font-weight: 300;
  line-height: 20px;
}

.copy {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
}

.signup {
  padding-bottom: 86px;
}

.signup-box {
  display: flex;
}

.su-left {
  width: 55%;
  padding-top: 28px;
}

.su-right {
  width: 45%;
}

.su-holder {
  margin-top: 110px;
}

.su-sub-head {
  color: var(--white);
  font-size: 25px;
}

.column {
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.input {
  color: var(--light-steel-blue);
  background-color: #2c3b48;
  border: 1px #000;
  height: 47px;
  margin-bottom: 25px;
}

.input:focus {
  background-color: var(--dark-slate-grey);
}

.input::placeholder {
  background-color: var(--dark-slate-grey);
  color: var(--light-steel-blue);
  font-weight: 300;
}

.input.select {
  color: var(--white);
}

.form-block {
  margin-top: 38px;
}

.input-holder {
  position: relative;
}

.input-icon {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 20px;
}

.btn-holder {
  flex-direction: column;
  display: flex;
  position: relative;
}

.submit-button {
  text-align: left;
  background-image: linear-gradient(270deg, #f1dc1d, #788b01);
  height: 52px;
  padding-left: 40px;
  font-size: 21px;
  font-weight: 500;
}

.menu-holder-2 {
  z-index: 99999;
  border: 10px solid var(--light-steel-blue);
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
}

.menu-logo {
  margin-bottom: 50px;
}

.men-link {
  color: var(--light-steel-blue);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.men-link:hover {
  color: var(--pale-turquoise);
}

.men-link.w--current:hover {
  color: #d82a2b;
}

.close-icon {
  filter: invert(51%);
  cursor: pointer;
  width: 60px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image {
  max-width: 65%;
}

.combine-clients2_slide-nav {
  color: var(--combine-library--primary-600);
  align-items: center;
  height: 2.5rem;
  padding-top: .5rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-clients2_circle {
  border: 1px solid var(--combine-library--grey-100);
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-600);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.combine-clients2_right-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.combine-clients2_left-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3rem;
}

.combine-clients2_company {
  height: 2.25rem;
}

.combine-text-weight-semibold {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-clients2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-clients2_image-wrapper {
  border-radius: 4rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}

.combine-clients2_client {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-text-size-regular {
  color: var(--light-steel-blue);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-clients2_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.combine-clients2_slide {
  height: auto;
}

.combine-clients2_mask {
  height: auto;
  margin-bottom: 4rem;
}

.combine-clients2_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  max-width: 33rem;
  height: auto;
  display: flex;
}

.combine-heading-style-h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-clients2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-clients2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  padding-left: 2%;
  padding-right: 2%;
}

.combine-section_clients2 {
  background-color: var(--combine-library--grey-800);
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-footer1_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-footer1_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer1_bottom-text-link {
  color: var(--pale-turquoise);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.combine-footer1_bottom-text-link:hover {
  color: var(--light-steel-blue);
}

.combine-footer1_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.combine-footer1_link {
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer1_link:hover {
  color: var(--combine-library--white);
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-footer1_title {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer1_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-footer1_top-text-link {
  color: var(--pale-turquoise);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.combine-footer1_top-text-link:hover {
  color: var(--light-steel-blue);
}

.combine-footer1_top-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-colored {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  background-color: var(--pale-turquoise);
  color: #131524;
}

.combine-form_input {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-footer1_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-footer1_form-wrapper {
  margin-bottom: 0;
}

.combine-footer1_logo {
  height: 100%;
  max-height: 5rem;
}

.combine-footer1_info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.combine-footer1_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.combine-footer1_component {
  background-color: var(--combine-library--grey-800);
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  width: 120px;
}

.home-top-date-and-place {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  margin-bottom: 20px;
  display: flex;
}

.advmentor_slide {
  background-color: #131524;
  background-image: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 180px 60px 100px;
}

.advmentor_slide.slide2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GHIPCON-Attendees.jpeg');
}

.divider-top-wrapper {
  z-index: 1;
  grid-column-gap: 400px;
  display: flex;
  position: relative;
}

.homepage_slider {
  background-color: rgba(0, 0, 0, .79);
  height: auto;
  padding: 0;
  position: relative;
}

.divider {
  background-color: rgba(175, 175, 175, .5);
  width: 150px;
  min-height: 1px;
  position: absolute;
  top: auto;
}

.divider.home-top {
  background-color: rgba(175, 175, 175, .2);
  width: 100%;
}

.home-play-button-wrapper {
  z-index: 2;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 14%;
}

.home-event-date {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

.card-icon-map, .card-icon-calendar {
  padding-right: 15px;
}

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

.divider-block-home-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
}

.hide-nav {
  display: none;
}

.home-top-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.divider-primary-home-top {
  z-index: 1;
  background-color: #ff7300;
  background-image: linear-gradient(to right, #ffb301, #ff7300);
  width: 70px;
  min-height: 3px;
  position: relative;
}

.divider-primary-home-top.small {
  width: 30px;
}

.divider-primary-home-top.bigger {
  width: 100px;
}

.home-top-title {
  color: #fff;
  line-height: 1.05em;
}

.home-top-social-block {
  grid-column-gap: 10px;
  display: flex;
}

.home-top-social-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: relative;
}

.home-event-location {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

.home-top-subtitle {
  color: #fff;
  text-align: right;
  width: 240px;
  font-size: 18px;
  font-weight: 600;
}

.home-event-button-subtitle {
  color: #fff;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
}

.home-top-animation-block {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.home-top {
  z-index: 1;
  max-width: 100%;
  padding-left: 60px;
  position: relative;
}

.primary-button-white {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
}

.primary-button-white:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .2);
  border-color: rgba(0, 0, 0, 0);
  transform: scale(.97);
}

.home-top-divider-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 36.5%;
  margin-bottom: 10px;
  display: flex;
}

.home-social-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.home-social-icon:hover {
  opacity: 1;
  color: #ff7300;
}

.home-play-button {
  border: 3px solid #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  padding: 20px 25px 20px 30px;
  transition: all .25s;
  display: flex;
}

.home-play-button:hover {
  background-color: #ff7300;
  border-color: rgba(0, 0, 0, 0);
}

.home-top-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffb301, #ff7300);
  -webkit-background-clip: text;
  background-clip: text;
}

.courses_trending {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.bake72 {
  background-color: var(--light-steel-blue);
  perspective: 1200px;
  color: #333;
  border-radius: 5px;
  max-width: 320px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transform: perspective(1200px)perspective(1200px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .51);
}

.bake72__title {
  color: #200c52;
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 22px;
}

.bake72__image {
  transform-style: preserve-3d;
  /* background-image: url('../images/college-students-different-ethnicities-cramming.jpg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  min-height: 260px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: -35px;
  transform: translate3d(0, 0, 20px);
  box-shadow: 0 9px 18px rgba(0, 0, 0, .48);
}

.bake72__price {
  color: rgb(48, 222, 9);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;

}

.bake72__button {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 10px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  transition: background-color .2s;
  overflow: hidden;
}

.bake72__button:hover {
  background-color: #0ba532;
}

.bake72__button__text {
  padding-top: 0;
  padding-bottom: 0;
}

.rating-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.star-wrap {
  grid-column-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-right: 10px;
  display: flex;
}

.grade {
  align-self: auto;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 600;
}

.grade.light {
  color: var(--white);
  margin-left: 10px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

.coursetrend {
  margin-bottom: 60px;
}

.mask {
  padding-left: 0;
  padding-right: 0;
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-button-small {
  border: 1px solid var(--pale-turquoise);
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-small.masterclass {
  margin-left: 20px;
  display: none;
}

.combine-button-white-small {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav1_item {
  color: var(--combine-library--white);
  border-style: none;
  border-color: #000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
  display: block;
}

.combine-nav1_item:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--pale-turquoise);
  border-radius: .5rem;
}

.combine-nav1_dropdown-title {
  color: var(--combine-library--grey-800);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
  display: none;
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  background-color: var(--combine-library--grey-600);
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  align-items: stretch;
  margin-top: .3rem;
  margin-left: 0;
  padding: .5rem 1rem 1rem;
  display: flex;
  box-shadow: 0 2px .5rem rgba(40, 54, 74, .2);
}

.combine-nav1_dropdown-list {
  background-color: var(--combine-library--grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.combine-nav1_icon {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_dropdown.hidden {
  display: block;
}

.combine-nav1_link {
  color: var(--white);
  padding: .5rem 1.25rem;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--pale-turquoise);
}

.combine-nav1_link.hidden {
  display: none;
}

.combine-nav1_menu {
  align-items: center;
  display: flex;
}

.combine-nav1_logo {
  height: 100%;
  max-height: 4rem;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-padding-global-2 {
  padding-left: 0;
  padding-right: 0;
}

.combine-nav1_component {
  background-color: var(--combine-library--grey-050);
  color: var(--white);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.text-block-2 {
  color: var(--white);
}

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

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

@media screen and (min-width: 1280px) {
  .home-top-social-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .home-top-title {
    font-size: 85px;
  }

  .base-container.home-top {
    padding-left: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /* .games-nav {
    background-color: var(--white);
    color: var(--white);
    flex-flow: row;
    justify-content: center;
  } */

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

  .combine-padding-section-medium, .advmentor_slide {
    margin-left: auto;
    margin-right: auto;
  }

  .home-top-content-wrapper {
    width: 30%;
  }

  .home-top-social-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .mask {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero-box {
    width: 100%;
  }

  .nav {
    margin-bottom: 0;
    display: flex;
  }

  .nav.sign {
    margin-bottom: 0;
  }

  .price-boxes {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-h1, .hero-p, .button {
    margin-left: 60px;
  }

  .games-nav {
    flex-direction: column;
    display: flex;
  }

  .more-btn {
    margin-top: 11px;
    margin-bottom: 10px;
    display: flex;
  }

  .hero-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-h2 {
    margin-top: 0;
  }

  .heading-h2.f {
    font-size: 32px;
    line-height: 38px;
  }

  .faq-right {
    padding-top: 25px;
  }

  .acc-head {
    font-size: 18px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .pot-box {
    align-items: center;
  }

  .pot-left, .pot-right {
    width: 50%;
  }

  .footer-h3 {
    width: 100%;
  }

  .su-holder {
    margin-top: 63px;
  }

  .menu-holder-2 {
    display: none;
  }

  .combine-clients2_mask {
    margin-bottom: 3rem;
  }

  .combine-clients2_slider {
    max-width: 24rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-footer1_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-form_input {
    min-width: 12rem;
  }

  .combine-footer1_grid {
    grid-template-columns: auto auto auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .advmentor_slide {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .homepage_slider {
    flex-flow: wrap;
    display: block;
  }

  .home-top-content-wrapper {
    width: 60%;
  }

  .home-top-social-wrapper {
    margin-top: 100px;
  }

  .base-container.home-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-top-divider-wrapper {
    height: 64%;
    margin-bottom: 60px;
  }

  .courses_trending {
    flex-flow: wrap;
    justify-content: center;
  }

  .combine-menu-icon_line-bottom, .combine-menu-icon_line-middle, .combine-menu-icon_line-top {
    border: 1px solid var(--white);
  }

  .combine-nav1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    margin-bottom: 0;
  }

  .price-boxes {
    width: 80%;
    margin-top: 0;
  }

  .hero-h1 {
    width: 70%;
    font-size: 23px;
    line-height: 28px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img {
    top: 0;
  }

  .heading-h2 {
    font-size: 32px;
  }

  .heading-h2.ben {
    width: 100%;
  }

  .heading-h2.f {
    font-size: 23px;
    line-height: 28px;
  }

  .ben-boxes {
    flex-direction: column;
    align-items: center;
  }

  .ben-box-blue, .ben-box-black {
    width: 70%;
    margin-bottom: 20px;
  }

  .cta-box {
    flex-direction: column;
  }

  .cta-left {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .faq-box {
    flex-direction: column;
    align-items: center;
  }

  .faq-left {
    width: 80%;
  }

  .faq-right {
    width: 100%;
  }

  .faq-image {
    margin-top: 60px;
  }

  .acc-head {
    font-size: 18px;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .potential {
    padding-top: 0;
  }

  .pot-box {
    flex-direction: column-reverse;
  }

  .pot-left, .pot-right {
    width: 100%;
  }

  .footer-h3 {
    font-size: 23px;
    line-height: 30px;
  }

  .signup-box {
    flex-direction: column;
  }

  .su-left {
    width: 100%;
  }

  .su-right {
    width: 100%;
    margin-top: 54px;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .menu-holder-2 {
    display: none;
  }

  .combine-clients2_slider {
    max-width: none;
  }

  .combine-clients2_component {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-footer1_bottom-text {
    order: 1;
  }

  .combine-footer1_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-form_input {
    min-width: 0;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-play-button-wrapper {
    top: auto;
    bottom: 60px;
    left: auto;
    right: 15px;
  }

  .home-top-content-wrapper {
    width: 100%;
  }

  .home-top-title {
    font-size: 42px;
  }

  .home-top-social-wrapper {
    height: 60px;
  }

  .home-top-subtitle, .home-event-button-subtitle {
    display: none;
  }

  .home-play-button {
    width: 60px;
    height: 60px;
    padding-left: 22px;
    padding-right: 18px;
  }

  .bake72 {
    width: 300px;
    max-width: 100%;
  }

  .combine-menu-icon_line-bottom, .combine-menu-icon_line-middle, .combine-menu-icon_line-top {
    border: 1px solid var(--white);
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slider-buttons {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .price-boxes {
    width: 100%;
  }

  .price-box.last {
    margin-left: 15px;
  }

  .hero-h1, .hero-p {
    width: 100%;
    margin-left: 0;
  }

  .games-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-img {
    width: 100%;
  }

  .benefits {
    padding-top: 64px;
  }

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

  .heading-h2.ben {
    width: 80%;
    font-size: 23px;
    line-height: 28px;
  }

  .ben-box-blue, .ben-box-black {
    width: 100%;
  }

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

  .faq-left {
    width: 100%;
  }

  .acc-head {
    letter-spacing: -.5px;
    font-size: 14px;
  }

  .paragraph-5 {
    line-height: 18px;
  }

  .footer {
    padding-bottom: 70px;
  }

  .cont-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .cont-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .su-sub-head {
    font-size: 18px;
  }

  .menu-holder-2 {
    display: none;
  }

  .menu-logo {
    width: 70%;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-footer1_form {
    grid-template-columns: 1fr;
  }

  .combine-footer1_grid {
    grid-template-columns: auto;
  }

  .container-2 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .home-top-social-wrapper {
    margin-top: 60px;
  }

  .home-top-subtitle {
    text-align: center;
  }

  .home-top-animation-block {
    display: none;
  }

  .bake72 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .combine-menu-icon_line-bottom, .combine-menu-icon_line-middle, .combine-menu-icon_line-top {
    border: 1px solid var(--white);
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-a7b066f1-4283-6a20-2165-54bf117368f0-856641ba {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a7b066f1-4283-6a20-2165-54bf117368f2-856641ba, #w-node-a7b066f1-4283-6a20-2165-54bf117368f4-856641ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7b066f1-4283-6a20-2165-54bf117368fa-856641ba {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a7b066f1-4283-6a20-2165-54bf117368fc-856641ba, #w-node-a7b066f1-4283-6a20-2165-54bf117368fe-856641ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7b066f1-4283-6a20-2165-54bf11736904-856641ba {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a7b066f1-4283-6a20-2165-54bf11736906-856641ba, #w-node-a7b066f1-4283-6a20-2165-54bf11736908-856641ba, #w-node-_9e10760b-2d61-c996-9169-0fd01231cd3f-1231cd37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e10760b-2d61-c996-9169-0fd01231cd45-1231cd37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9e10760b-2d61-c996-9169-0fd01231cd3c-1231cd37 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e10760b-2d61-c996-9169-0fd01231cd3c-1231cd37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e10760b-2d61-c996-9169-0fd01231cd45-1231cd37 {
    grid-column: span 1 / span 1;
  }
}


