@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap');

.page-template-page-math-basecamp .container {
  max-width: 1158px;
  padding: 0;
  overflow: visible;
}

.page-template-page-math-basecamp .wrapper {
  overflow: hidden;
}

.new-hero {
  padding-top: 116px;
  margin-bottom: -15px;
  z-index: 1;
  position: relative;
}

.new-hero__info {
  margin-bottom: 36px;
}

.new-hero__info h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  letter-spacing: -0.08em;
  color: #000000;
  max-width: 800px;
  margin: 0 auto 36px;
}

.new-hero__info p {
  font-size: 27px;
  line-height: 36px;
  text-align: center;
  color: #697089;
  max-width: 710px;
  margin: 0 auto;
}

.new-hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}

.new-hero__actions a {
  width: 160px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  border-radius: 10px;
}

.new-hero__actions a:hover {
  text-decoration: none;
}

.new-hero__actions a.get-access {
  color: white;
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  transition: all 0.2s ease-in-out;
}

.new-hero__actions a.get-access:hover {
  filter: brightness(1.3);
  transition: all 0.2s ease-in-out;
}

.new-hero__actions a.watch-trailer {
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: 4px solid rgba(255, 0, 0, 0.2);
  width: 200px;
  transition: all 0.2s ease-in-out;
}

.new-hero__actions a.watch-trailer:hover {
  border: 4px solid #FF7700;
  transition: all 0.2s ease-in-out;
}

.new-hero__actions a.watch-trailer svg {
  margin-right: 8px;
}

.new-hero__images {
  position: relative;
  width: 100%;
  max-width: 1490px !important;
  margin: 0 auto;
}

.new-hero__images img {
  width: 100%;
  margin: 0 auto;
  display: block;
}



.mbc-main {
  width: 100%;
  min-height: 500px;
  background: linear-gradient(180deg, #2FBCEA 0%, rgba(8, 110, 143, 0.00) 52.07%),
              url('../img/mbc/bg-mbc-main.png'),
              linear-gradient(180deg, #2FBAE9 0%, #1481E0 100%);
  background-size: cover;
  position: relative;
  padding-top: 49px;
  padding-bottom: 50px;
  text-align: center;
}

.mbc-main .curved-top,
.mbc-main .curved-bottom {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  right: 0;
  min-width: 1920px;
  width: 100%;
}

.mbc-main .curved-top {
  transform: translateY(-231px) translateX(-50%);
  top: 0;
  z-index: -1;
  min-width: 100%;
}

.mbc-main .curved-bottom {
  transform: translateY(95px) translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.mbc-main .title  {
  margin-bottom: 48px;
  margin-top: 50px;
}

.mbc-main .title h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: white;
}

/* TABS */

.tabs-wrapper {
  margin-bottom: 147px;
  position: relative;
}

.tabs-wrapper .avatar {
  position: absolute;
  top: -150px;
  left: 0;
  width: 202px;
  animation: bounce-avatar 1.5s ease-in-out infinite alternate;
  -webkit-animation: bounce-avatar 1.5s ease-in-out infinite alternate;
}

.tabs {
	display: flex;
  flex-direction: row-reverse;
  column-gap: 36px;
  height: 440px;
  align-items: center;
}

.tabs > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabs > ul li {
	display: block;
}

.tabs > ul li a {
  max-height: 106px;
  opacity: 0.4;
	display: flex;
  column-gap: 20px;
	border-bottom: none;
	text-decoration: none;
  text-align: left;
	color: #fff;
	padding: 0;
	word-wrap: break-word;
  overflow-y: hidden;
	transition: all 0.3s ease-in-out;
}

.tabs > ul li:nth-child(2) a {
  max-height: 69px;
}

.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li a:active {
	border-bottom: none;
	outline: 0;
}

.tabs > ul li a.active {
  max-height: 172px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
/* 
.tabs > ul li:nth-child(1) a.active {
  max-height: 185px;
} */

.tabs > ul li:nth-child(2) a.active {
  max-height: 150px;
}

.tabs > ul li a .icon {
  width: 22px;
  height: 22px;
  background-color: white;
  border-radius: 50%;
  display: none;
}

.tabs > ul li a .icon img {
  display: none;
}


.tabs > ul li a .text h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: #FFFFFF;
  margin-top: 16px;
}

.tabs > ul li a > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tabs > ul li a > span.tab-label {
	display: none;
}

.tabs section {
	padding: 1rem;
	display: none;
	word-wrap: break-word;
}

.tabs section > * {
	opacity: 0;
	transition: opacity 0.4s;
}


.tabs section.active {
	display: block;
}

.tabs section.active-content > * {
	opacity: 1;
}

@media (min-width: 768px) {

	.tabs > ul {
		width: 412px;
    height: 433px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	}

	.tabs > ul li a > span {
		width: 100%;
	}

	.tabs > ul li a > span.tab-label {
		width: 100%;
		display: block;
		margin-top: 0.2rem;
	}

	.tabs section {
		padding: 0;
    width: 694px;
	}

  .tabs section img {
    width: 100%;
    border: 8px solid white;
    border-radius: 30px;
  }

	.tabs-container {
		padding: 4rem 4rem;
	}
}



.hiw {
  margin-bottom: 120px;
}

.hiw .hiw-headline {
  margin-bottom: 35px;
}

.hiw .hiw-headline h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: white;
}

.hiw .hiw-graphs img {
  width: 100%;
  display: none;
}

.hiw .hiw-graphs img:nth-child(1) {
  display: block;
}



/* Our Phased Fluency Solution */

.learning-approach {
  background-color: white;
  border-radius: 36px;
  padding: 64px 8px 8px;
  margin-bottom: 16px;
}

.learning-headline {
  margin-bottom: 36px;
}

.learning-headline h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: #0C0E19;
  text-align: center;
  margin-bottom: 16px;
}

.learning-headline p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  color: #697089;
  text-align: center;
}

.learning-boxes {
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
}

.learning-box {
  width: 33.33%;
  height: 429px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  padding: 0 30px;
  text-decoration: none;
  text-align: left;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.learning-box:nth-child(1) {
  background: linear-gradient(101deg, #00DFE9 0%, #03A1EF 100%);
  border-radius: 31px 10px 10px 31px;
}

.learning-box:nth-child(2) {
  width: 33.34%;
  border-radius: 10px;
  background: linear-gradient(90deg, #008BFE 0%, #006CFD 100%),
              linear-gradient(82deg, #00B1FF 0%, #0087FE 100%),
              linear-gradient(90deg, #0068FF 0%, #00CAFF 100%);
}

.learning-box:nth-child(3) {
  background: linear-gradient(45deg, #140079 0%, #0068FF 100%), rgba(0, 0, 0, 0.20);
  border-radius: 10px 31px 31px 10px;
}

.learning-logo {
  margin-bottom: 36px;
  width: 298px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}

.learning-box .learning-logo img {
  width: 100%;
}

.learning-box h3 {
  width: 100%;
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}

.learning-box p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  z-index: 2;
}



.banners {
  width: 100%;
  height: 248px;
  border-radius: 40px;
  background: white;
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 55px rgba(74, 74, 74, 14%);
}

.banners .left,
.banners .right {
  width: 50%;
  height: 100%;
  display: flex;
  column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 36px;
  box-shadow: 0px 0px 55px rgba(74, 74, 74, 11%);
  text-align: left;
}

.banners .left .image,
.banners .right .image {
  width: 240px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banners .left .image img,
.banners .right .image img {
  transform: scale(0.5);
}

.banners .left .text,
.banners .right .text {
  color: #697089;
  font-size: 18px;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 28px;
}

.banners .left {
  border-radius: 35px 10px 10px 35px;
}

.banners .right {
  border-radius: 10px 35px 35px 10px;
}


.try-mbc {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #FFF 0%, #E6E8F0 100%);
  padding-top: 103px;
}

.try-mbc .curved-bottom {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  right: 0;
  min-width: 1920px;
  width: 100%;
  transform: translateY(308px) translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.try-mbc-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}

.try-mbc-wrapper .col-left {
  width: 100%;
  max-width: 560px;
}

.try-mbc-wrapper .col-right {
  width: 100%;
  max-width: 442px;
  min-height: 652px;
  background-color: white;
  border: 8px solid rgb(33 157 228 / 40%);
  border-radius: 20px;
  position: relative;
}

.try-mbc-wrapper .col-right .form-avatar {
  position: absolute;
  bottom: -84px;
  right: -109px;
  width: 126px;
  z-index: 101;
}

.try-mbc-wrapper .col-left h2 {
  color: #0C0E19;
  font-size: 36px;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -2.88px;
  margin-bottom: 24px;
}

.try-mbc-wrapper .col-left p {
  color: #303651;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 24px;
}

.try-mbc-wrapper .col-left p.lead {
  font-size: 24px;
  line-height: 36px;
}

.try-mbc-wrapper .col-right .form {
  margin: 0 !important;
  padding: 36px;
}

.try-mbc-wrapper .col-right .form .gform_wrapper {
  width: 100%;
}

::marker {
  font-size: 0;
}

.try-mbc-wrapper .col-right .form .gform_wrapper .gfield_label,
.try-mbc-wrapper .col-right .form .gform_wrapper .ginput_complex label {
  color: #303651;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 20px;
  text-transform: inherit;
}

.try-mbc-wrapper .col-right .form .gform_wrapper .gfield input,
.try-mbc-wrapper .col-right .form .gform_wrapper .gfield select {
  border-radius: 10px;
  padding: 10px 10px;
  border: 2px solid #E6E8F0;
  height: 40px;
  color: #303651;
}

.try-mbc-wrapper .col-right .form .gform_wrapper .gfield input::placeholder,
.try-mbc-wrapper .col-right .form .gform_wrapper .gfield select::placeholder {
  color: #989EB3;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 20px;
}

.try-mbc-wrapper .col-right .form .gform_wrapper .gform_footer input[type=submit] {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(142deg, #F00 0%, #F70 100%);
  box-shadow: 0px 2px 0px 0px rgba(12, 14, 25, 0.16);
  color: #FFF;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.try-mbc-wrapper .col-right .form .gform_wrapper .gform_footer input[type=submit]:hover {
  filter: brightness(1.4);
  transition: all 0.2s ease-in-out;
}

.try-mbc-wrapper .col-right .form .gform_confirmation_wrapper {
  width: 100%;
  margin-top: 190px;
}

.try-mbc-wrapper .col-right .form .gform_confirmation_message {
  color: #303651;
  text-align: center;
  font-family: 'Inter';
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.try-mbc-wrapper .col-right .form .gform_confirmation_message img {
  scale: 0.75;
  margin-bottom: 13px;
}

.gform_wrapper .gform_validation_errors {
  padding: 6px 6px 6px 43px;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: white;
  border: none;
  font-size: 14px;
  margin-top: 0px;
  padding: 6px 6px;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  font-size: 13px;
  padding-top: 2px;
}

.gform_wrapper.gravity-theme .field_sublabel_above .description, .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
  margin-top: 0px;
}

.gform_ajax_spinner {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
}






/* ----------------------- */
/* ---- MEDIA QUERIES ---- */
/* ----------------------- */

@media (min-width: 768px) and (max-width: 990px) {
  .header {
    height: auto !important;
    border-bottom: 0px solid #E5E5E5;
  }

  .new-hero {
    padding-top: 100px;
    margin-top: 0px !important;
    margin-bottom: 0px;
  }

  .new-hero__info h1 {
    font-size: 54px;
    line-height: 66px;
    max-width: 600px;
    margin: 0 auto 25px;
  }

  .mbc-main {
    padding: 25px 20px;
  }

  .mbc-main .tabs-wrapper {
    margin-bottom: 60px;
  }

  .tabs > ul {
    height: 365px;
  }

  .mbc-main .tabs > ul li a .text h3 {
    font-size: 31px;
    line-height: 38px;
  }

  .mbc-main .tabs > ul li:nth-child(1) a {
    max-height: 99px;
  }

  .mbc-main .tabs > ul li:nth-child(1) a.active {
    max-height: 160px;
  }

  .mbc-main .tabs > ul li:nth-child(2) a {
    max-height: 60px;
  }

  .mbc-main .tabs > ul li:nth-child(2) a.active {
    max-height: 130px;
  }

  .mbc-main .tabs > ul li:nth-child(3) a {
    max-height: 97px;
  }

  .mbc-main .tabs > ul li:nth-child(3) a.active {
    max-height: 160px;
  }

  .hiw {
    margin-bottom: 60px;
  }

  .hiw .hiw-graphs img:nth-child(1) {
    display: none;
  }

  .hiw .hiw-graphs img:nth-child(2) {
    display: block;
  }

  .learning-logo {
    margin-bottom: 20px;
    margin-top: 13px;
    width: 240px;
  }

  .learning-box {
    padding: 0 18px;
  }

  .learning-box h3 {
    font-size: 22px;
  }

  .learning-box p {
    font-size: 16px;
    line-height: 25px;
  }

  .banners {
    height: 200px;
    margin-bottom: 65px;
  }

  .banners .left .image,
  .banners .right .image {
    width: 35%;
    height: 100%;
  }

  .banners .left .image img,
  .banners .right .image img {
    transform: scale(1);
    width: 100%;
  }

  .banners .left .text,
  .banners .right .text {
    width: 65%;
    font-size: 16px;
    line-height: 25px;
  }

  .try-mbc {
    padding: 0 20px;
  }

  .try-mbc-wrapper .col-left {
    padding-right: 35px;
  }

  .try-mbc-wrapper .col-right .form-avatar {
    display: none;
  }
  
}


@media (max-width: 767px) {
  .header {
    height: auto !important;
    border-bottom: 0px solid #E5E5E5;
  }

  .new-hero {
    margin-top: 0 !important;
    padding: 100px 0 34px !important;
    background-color: white;
  }

  .new-hero__info {
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .new-hero__info h1 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.04em;
    max-width: 300px;
    margin-bottom: 16px;
  }

  .new-hero__info p {
    font-size: 16px;
    line-height: 24px;
  }

  .new-hero__actions {
    flex-direction: column-reverse;
    row-gap: 8px;
    margin-bottom: 0;
  }

  .new-hero__actions a {
    width: 162px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
  }

  .new-hero__actions a.watch-trailer {
    height: 36px;
    width: 162px;
  }

  .new-hero__actions a.watch-trailer svg {
    margin-right: 3px;
    width: 20px;
  }

  .new-hero__images img:not(.hero-mobile) {
    display: none;
  }

  .new-hero__images .hero-mobile {
    display: block;
    width: 100%;
  }

  .new-hero__awards {
    column-gap: 18px;
    padding-top: 35px;
  }

  .new-hero__awards a img {
    max-height: 75px;
    max-width: 180px;
  }

  .mbc-main {
    min-height: unset;
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .mbc-main .curved-top {
    transform: translateY(-34px) translateX(-50%);
    top: 0;
    z-index: 1;
    min-width: 100%;
    height: 120px;
  }
  
  .mbc-main .tabs-wrapper {
    margin-bottom: 138px;
    position: relative;
    z-index: 2;
  }

  .mbc-main .tabs-wrapper .tabs {
    flex-direction: column-reverse;
    height: auto;
  }

  .mbc-main .tabs > ul li a .icon {
    display: block;
  }

  .mbc-main .tabs-wrapper .tabs section > img {
    width: 100%;
    border: 4px solid white;
    border-radius: 20px;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 22px;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head li {
    width: 52px;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head li a {
    flex-direction: column;
    max-height: unset;
    text-align: center;
    overflow: visible;
    align-items: center;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head li a .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head li a.active .icon {
    background-color: white;
    transition: all 0.2s ease-in-out;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head li a:not(.active) .icon {
    background-color: rgba(12, 14, 25, 0.2);
    scale: 0.7;
    transition: all 0.2s ease-in-out;
  }


  .mbc-main .tabs-wrapper .tabs ul.tab-head li a .text {
    position: absolute;
    width: 100%;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 16px;
    min-height: 91px;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head li a:not(.active) .text {
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head li a .text h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: -10px;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head li a .text h3 br {
    display: none;
  }

  .mbc-main .tabs-wrapper .tabs ul.tab-head li a .text p {
    font-size: 18px;
    line-height: 26px;
  }

  .mbc-main .tabs-wrapper .tabs section {
    padding: 0 20px 20px;
  }

  .hiw {
    margin-bottom: 50px;
    padding: 60px 16px 0;
  }

  .hiw .hiw-headline h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .hiw .hiw-graphs img:nth-child(1) {
    display: none;
  }

  .hiw .hiw-graphs img:nth-child(3) {
    display: block;
  }

  .learning-approach {
    padding: 0 16px;
    margin: 0px 16px 16px;
    padding: 38px 4px 4px;
    border-radius: 20px;
  }

  .learning-headline h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .learning-headline p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .learning-boxes {
    flex-direction: column;
    row-gap: 4px;
  }

  .learning-boxes .learning-box {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 16px 8px;
  }

  .learning-boxes .learning-box:nth-child(1) {
    border-radius: 20px 20px 10px 10px;
  }

  .learning-boxes .learning-box:nth-child(3) {
    border-radius: 10px 10px 20px 20px;
  }

  .learning-boxes .learning-box h3 {
    font-size: 21px;
    line-height: 29px;
  }

  .learning-boxes .learning-box p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 15px;
    margin-bottom: 10px;
  }

  .learning-boxes .learning-box .learning-logo {
    margin-bottom: 10px;
    width: 100%;
  }

  .learning-box .learning-logo img {
    width: 60%;
  }

  .banners {
    flex-direction: column;
    height: auto;
    border-radius: 20px;
    margin: 0 20px;
    width: auto;
    row-gap: 8px;
  }

  .banners .left,
  .banners .right {
    width: 100%;
    flex-direction: column;
    border-radius: 15px;
  }

  .banners .left .image,
  .banners .right .image {
    width: 100%;
    height: auto;
  }

  .banners .left .image img,
  .banners .right .image img {
    transform: scale(1);
    max-height: 100px;
    width: auto;
    max-width: 100%;
  }

  .banners .left .image img {
    transform: scale(0.7);
  }

  .banners .right .image img {
    margin-bottom: 10px;
  }

  .try-mbc {
    padding-bottom: 120px;
    padding-top: 50px;
  }

  .try-mbc .curved-bottom {
    min-width: 100%;
    transform: translateY(190px) translateX(-50%);
  }

  .try-mbc-wrapper {
    flex-direction: column;
    padding: 0 20px;
  }

  .try-mbc-wrapper .col-left h2 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
  }

  .try-mbc-wrapper .col-left p.lead {
    font-size: 18px;
    line-height: 28px;
  }

  .try-mbc-wrapper .col-left p {
    font-size: 14px;
    line-height: 19px;
  }

  .try-mbc-wrapper .col-right {
    max-width: unset;
    height: auto;
    border: 4px solid rgb(33 157 228 / 40%);
  }

  .try-mbc-wrapper .col-right .form {
    padding: 20px;
  }

  .try-mbc-wrapper .col-right .form-avatar {
    display: none;
  }

}

