:root {
  --pink: #dc12d8;
  --purple: #683de5;
  --green: #20d8a3;
  --white: #fff;
  --black: #000;
  --red: #ff4244;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

h2 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #553ce4;
  text-decoration: none;
}

a:hover {
  color: var(--pink);
  text-decoration: underline;
}

a:focus{
  color: var(--purple);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
}

.section {
  background-color: #f6f2fe;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 16px;
  line-height: 24px;
}

.section.hero-section {
  height: auto;
  background-color: #f6f2fe;
  background-image: url('../images/topGr.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 48px;
}

.section.footer {
  color: #f3f3f3;
  background-color: #0d0325;
  padding-top: 72px;
}

.section.ctasignin {
  background-color: rgba(0, 0, 0, 0);
}

.section.functional {
  padding-top: 38px;
}

.section.funcsec {
  padding-bottom: 0;
}

.section.newbiescta {
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.advantages {
  padding: 36px 12px 24px;
}

.container {
  height: 100%;
  max-width: 1280px;
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container.horflex {
  max-width: 1280px;
  justify-content: center;
  display: flex;
}

.container.white {
  background-color: #fff;
  border-radius: 36px;
  padding: 48px;
  font-size: 16px;
  line-height: 26px;
}

.container.maxwidth1360 {
  max-width: 1360px;
}

.container.ppl {
  background-color: #553ce4;
  background-image: url('../images/mp-graphic.svg'), linear-gradient(rgba(235, 235, 235, 0), rgba(255, 255, 255, .24));
  background-position: 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 140%, auto;
  border-radius: 36px;
  padding: 48px 36px;
}

.container.footercontainer, .container.tgbotcontainer {
  max-width: 1280px;
  justify-content: center;
  display: flex;
}

.body {
  color: #000;
  background-color: #f6f2fe;
  font-family: Manrope, sans-serif;
}

.auditorydescription {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.plancard {
  background-color: #fff;
  border: 1px solid rgba(83, 29, 219, .2);
  border-radius: 24px;
  flex: 1;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px 8px 24px;
  position: relative;
}

.plancard.activecard {
  z-index: 3;
  border-width: 5px;
  border-color: #cbf6e9;
  margin-left: 16px;
  margin-right: 16px;
  transform: scale(1.1);
}

.plannaming {
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.plannaming.accentplanname {
  background-color: #bef7e6;
}

.planitemname {
  color: rgba(51, 51, 51, .5);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
}

.planitemtext {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.planitemwrapper {
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
}

.planprice {
  color: #4100d6;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 16px;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.navbar {
  background-color: rgba(246, 242, 254, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;

  position: fixed;
  background: #f6f2fe;
  margin: auto;
  width: 90%;
}

.hero-leftside {
  width: 100%;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 36px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.hero-rightside {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: -36px;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
}

.heroimgwrapper {
  z-index: 2;
  width: 70%;
  height: auto;
  object-fit: fill;
  background-color: #000;
  border-radius: 30px;
  flex: 1;
  margin-bottom: 60px;
  padding: 8px;
  position: relative;
  box-shadow: 0 2px 10px #ebe0ff;
}

.heroutpunit {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.advantageitem {
  width: 30%;
  height: auto;
  color: #000;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 16px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  margin-right: 0;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.advantageswrapper {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.pplspan {
  color: #553ce4;
  -webkit-text-stroke-color: #553ce4;
}

.h2subtext {
  max-width: 600px;
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.videowrappper {
  height: auto;
  max-width: 800px;
  background-color: #c7c6c6;
  border-radius: 24px;
  flex: 1;
  margin: 36px auto;
}

.auditorycard {
  color: #000;
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  margin: 4px;
  padding: 36px 24px;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.leftunit {
  z-index: 1;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 36px;
  display: flex;
  position: relative;
}

.rightunit {
  z-index: 1;
  width: 50%;
  flex-direction: column;
  padding: 0 36px;
  display: flex;
  position: relative;
}

.functdescrwrapper {
  background-color: #fff;
  background-image: none;
  border: 5px #fff;
  border-radius: 24px;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 0;
  display: flex;
}

.image {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(85, 60, 228, .14);
  border-radius: 20px;
  margin-bottom: 0;
  padding: 8px;
}

.readylabel {
  background-color: var(--green);
  color: #fff;
  -webkit-text-stroke-color: var(--green);
  border: 1px solid #21dab5;
  border-radius: 36px;
  margin-bottom: 0;
  margin-right: 6px;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.timelineunit {
  flex-direction: row;
  display: flex;
}

.timelineunit.reversedwrap {
  flex-direction: row-reverse;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.progressbar {
  width: 5px;
  background-color: #683de8;
  position: relative;
}

.progressbar.inprogress {
  background-color: #dcccfc;
}

.progressbar.inprogress.bottomrounds {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.progressbar.toprounds {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.progressbar.bottomrounds {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.functheading {
  color: #000;
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.heroimg {
  border-radius: 24px;
}

.logomp {
  max-width: 360px;
  margin-bottom: 16px;
  display: none;
}

.h1 {
  max-width: 970px;
  color: #000;
  text-align: center;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

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

.btn {
  height: 54px;
  max-width: 330px;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.btn:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.btn.navbtn {
  height: 46px;
  color: #553ce4;
  background-color: rgba(0, 0, 0, 0);
  border-color: #553ce4;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 700;
}

.btn.navbtn:hover {
  color: #fff;
  background-color: #553ce4;
}

.btn.navbtn.mainnavbtn {
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  border-color: #000;
}

.btn.navbtn.mainnavbtn:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.btn.grnbtn {
  background-color: #553ce4;
  border-color: #553ce4;
}

.btn.grnbtn:hover {
  color: #553ce4;
  background-color: #f6f2fe;
}

.btn.grnbtn {
  background-color: var(--green);
  border-color: #20d8a3;
  margin-top: 72px;
}

.btn.grnbtn:hover {
  color: #fff;
  background-color: rgba(85, 60, 228, .05);
  border-color: #20d8a3;
}

.btn.regbtn {
  height: 64px;
  color: var(--white);
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 24px;
}

.btn.regbtn:hover {
  color: var(--black);
}

.btn.tarifbtn {
  aspect-ratio: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 8px;
  left: 8px;
  right: 8px;
}

.btn.newbiectabtn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.btn.newbiectabtn:hover {
  color: #fff;
  background-color: #21dab5;
  border-color: #21dab5;
  text-decoration: none;
}

.btn.grntrfbtn {
  background-color: #1ed8a3;
  border-color: #1ed8a3;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn.grntrfbtn:hover {
  background-color: #fff;
}

.btn.pplbtn {
  background-color: #553ce4;
  border-color: #553ce4;
  display: none;
}

.btn.pplbtn:hover {
  background-color: #f6f2fe;
}

.btn.aligncenter {
  height: auto;
  max-width: 360px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
}

.btn.aligncenter:hover {
  color: #000;
}

.btn.pplfilledbtn {
  background-color: #553ce4;
  border-color: #553ce4;
}

.btn.pplfilledbtn:hover {
  background-color: #f6f2fe;
}

.hero-logomp {
  max-width: 170px;
  margin-bottom: 0;
}

.navcontainer {
  width: 100%;
  height: auto;
  max-width: 1300px;
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
}

.navlink {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 500;
}

.ctabuttonswrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
  position: static;
}

.divider16 {
  width: 16px;
}

.advantageiconbox {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 16px;
  flex: none;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 16px;
}

.sectiondescription {
  max-width: 820px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.sectiondescription.white {
  color: #fff;
  margin-bottom: 36px;
}

.youtube {
  border-radius: 24px;
  overflow: hidden;
}

.sectionname {
  color: #8373dd;
  text-align: center;
  letter-spacing: 3px;
  -webkit-text-stroke-color: #8373dd;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 24px;
  font-weight: 700;
}

.sectionname.snwhite {
  color: rgba(255, 255, 255, .8);
}

.ts4 {
  color: #553ce4;
  font-weight: 700;
}

.formwrapper {
  height: auto;
  max-width: 600px;
  background-color: #fff;
  border-radius: 0;
  flex: 1;
  margin: 36px auto;
}

.footer-col {
  width: 33.3%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 24px;
  padding-right: 36px;
  display: flex;
}

.footer-logo {
  width: 220px;
  margin-bottom: 24px;
}

.footer-logo-subtxt {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

.payment-block {
  flex-wrap: wrap;
  margin-bottom: 30px;
  display: flex;
}

.payment-img {
  width: 80px;
  height: 65px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 12px;
}

.footer-text-link {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-text-link:hover {
  color: #dc12d8;
  -webkit-text-stroke-color: var(--pink);
  text-decoration: underline;
}

.footer-text-link:active {
  color: #795cec;
}

/*.footer-text-link:visited {*/
/*  color: #20d8a3;*/
/*}*/

.form {
  flex-direction: column;
  display: flex;
}

.footer-bottom-text {
  color: #fbfbfb;
  text-align: center;
  border-top: 1px solid rgba(50, 15, 112, .3);
  margin-top: 24px;
  padding-top: 48px;
  font-weight: 300;
}

.text-field {
  height: 60px;
  border-radius: 16px;
  font-size: 15px;
}

.field-label {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.mp-card {
  width: 140px;
  height: 140px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: -7%;
  right: auto;
  box-shadow: 0 4px 40px #d3c1f8;
}

.mp-card.mp2 {
  top: 61%;
  left: 10%;
}

.mp-card.mp3 {
  top: auto;
  bottom: 9%;
  left: auto;
  right: -8%;
}

.mp-card.mp4 {
  top: -1%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.heroshopname {
  color: #000;
  font-size: 18px;
}

.mp-card-image {
  width: 96px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.auditoryheading {
  color: #553ce4;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.auditorywrapper {
  flex-direction: column;
  margin-top: 72px;
  display: flex;
}

.audtorynumber {
  opacity: .07;
  color: #553ce4;
  -webkit-text-stroke-color: #f6f2fe;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph {
  color: #473d80;
  background-color: rgba(85, 60, 228, .06);
  border-radius: 20px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.paragraph.centered {
  text-align: center;
  border-radius: 30px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.notreadylabel {
  background-color: var(--red);
  color: #fff;
  -webkit-text-stroke-color: #ff4244;
  border: 1px solid #ff4244;
  border-radius: 36px;
  margin-bottom: 0;
  margin-right: 6px;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.notreadylabel-copy {
  color: #000;
  -webkit-text-stroke-color: #ff4244;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 36px;
  margin-bottom: 0;
  margin-right: 6px;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.progresspoint {
  width: 29px;
  height: 29px;
  background-color: #683de8;
  border: 5px solid #683de8;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: -17px;
  right: auto;
}

.progresspoint.notfilled {
  background-color: #fff;
  border-color: #dcccfc;
}

.advantageicon {
  width: 100%;
}

.slider {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.sliderarrow {
  width: 50px;
  height: 50px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  font-size: 20px;
  line-height: 20px;
}

.sliderarrow:hover {
  color: #553ce4;
}

.slide {
  width: 25%;
}

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

.mask {
  height: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  padding: 8px;
}

.llimage {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.ellipse1 {
  width: 600px;
  position: absolute;
  top: 38%;
  bottom: 0%;
  left: 7%;
  right: auto;
}

.ellipse2 {
  height: 400px;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: auto;
  right: 7%;
}

.greenspan {
  background-color: var(--green);
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.functdescrcontent {
  background-color: #fff;
  background-image: none;
  border: 5px #fff;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 20px;
}

.functdescrimgwrapper {
  padding: 16px;
  display: flex;
}

.videoimgwrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.morevideos {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs {
  height: 100%;
  max-width: 1280px;
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 36px;
}

.breadcrumblink {
  color: #553ce4;
  margin-right: 16px;
  text-decoration: none;
}

.breadcrumblink:hover {
  color: #dc12d8;
  text-decoration: underline;
}

.breadcrumblink:active {
  color: rgba(220, 18, 216, .5);
}

.divider {
  height: 1px;
  color: rgba(0, 0, 0, .1);
  background-color: rgba(85, 60, 228, .06);
  padding-top: 1px;
}

.navbtnwrapper {
  display: flex;
}

.heading2 {
  max-width: 860px;
  text-align: center;
  margin: 36px auto 48px;
  font-size: 34px;
  line-height: 44px;
}

.heading2.whiteh2 {
  max-width: none;
  color: #fff;
  margin-bottom: 36px;
}

.plansbox {
  height: 100%;
  max-width: 1280px;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.arrowwrapper.wrapper1 {
  position: absolute;
  top: auto;
  bottom: 62%;
  left: 5%;
  right: auto;
}

.arrowwrapper.wrapper2 {
  position: absolute;
  top: auto;
  bottom: 63%;
  left: auto;
  right: 12%;
}

.arrowwrapper.wrapper3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 21%;
  right: auto;
}

.arrowwrapper.wrapper4 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 13%;
}

.arrowtext {
  max-width: 260px;
  color: #b1a6c7;
  text-align: center;
  font-weight: 500;
}

.arrow {
  height: 30px;
  object-fit: fill;
  position: absolute;
}

.arrow.arrow1 {
  top: 34px;
  left: 186px;
}

.arrow.arrow2 {
  top: 39px;
  left: 34px;
}

.arrow.arrow3 {
  top: -36px;
  left: 97px;
}

.arrow.arrow4 {
  top: -35px;
  left: 110px;
}

.leftbotunit {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: flex;
}

.rightbotunit {
  width: 40%;
}

.timelinetext {
  margin-bottom: 12px;
}

.socialbuttonswrapper {
  flex-wrap: wrap;
  margin-bottom: 30px;
  display: flex;
}

.sociallink {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 16px;
  margin-right: 10px;
  padding: 12px;
}

.sociallink:hover {
  background-color: #e5dbfa;
}

.socialicon {
  width: 100%;
}

.modalcontentwrapper {
  max-width: 600px;
  background-color: #fff;
  border-radius: 36px;
  flex: none;
  padding: 30px 50px;
  position: relative;
}

.modalformheading {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}

.formsubtext {
  max-width: 600px;
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.formsubtext.small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.modalcloselink {
  width: 60px;
  height: 60px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.closelinkwrapper {
  opacity: .5;
  background-color: #f5f5f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.closelinkwrapper:hover {
  opacity: 1;
}

.closelinkwrapper:active {
  background-color: #e9e8e8;
}

.closelinkimage {
  height: 14px;
}

.successicon {
  margin-bottom: 24px;
}

.success-message {
  background-color: rgba(30, 216, 163, .1);
  border-radius: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.error-message {
  text-align: center;
  border-radius: 24px;
}

.modalsection {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: rgba(6, 3, 14, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 16px;
  line-height: 24px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookiesblock {
  z-index: 100;
  width: 100%;
  max-width: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookiesmsg {
  max-width: 950px;
  min-width: auto;
  background-color: #fff;
  border-radius: 24px;
  align-items: center;
  margin: 10px 10px 16px;
  padding: 12px 16px 12px 24px;
  display: flex;
  box-shadow: 0 2px 20px rgba(196, 170, 250, .5);
}

.cookiestxt {
  margin-right: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.cookiesimg {
  height: 50px;
  margin-right: 24px;
}

.ctabuttonwrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
  position: static;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 40px 24px;
  }

  .section.ctasignin {
    padding-bottom: 24px;
  }

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

  .container.horflex {
    flex-wrap: wrap;
  }

  .container.white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.footercontainer {
    flex-flow: column wrap;
    align-items: center;
  }

  .container.tgbotcontainer {
    flex-flow: column wrap;
  }

  .plancard {
    width: 100%;
    margin-bottom: 16px;
  }

  .plancard.activecard {
    margin-left: 4px;
    margin-right: 4px;
    transform: none;
  }

  .plannaming {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
  }

  .planitemname {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .planitemtext {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .planprice {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
  }

  .navbar {
    /*padding-top: 8px;*/
    /*padding-bottom: 8px;*/
    left: -10px;
    padding: 8px 10px;
    width: 105%;
  }

  .hero-leftside {
    padding-right: 0;
  }

  .heroimgwrapper {
    margin-top: 40px;
  }

  .advantageitem {
    width: 50%;
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .leftunit {
    flex: 1;
    padding-right: 0;
  }

  .rightunit {
    width: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .functdescrwrapper {
    margin-bottom: 36px;
  }

  .timelineunit {
    flex-direction: row-reverse;
  }

  .h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .nav-menu {
    background-color: var(--white);
    background-image: none;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-bottom: 48px;
  }

  .btn.navbtn {
    margin-left: 0;
    margin-right: 8px;
  }

  .btn.tarifbtn, .btn.grntrfbtn {
    margin-left: auto;
    margin-right: auto;
  }

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

  .navlink {
    padding: 24px 36px;
    font-size: 18px;
    line-height: 26px;
  }

  .ctabuttonswrapper {
    margin-bottom: 60px;
  }

  .footer-col {
    width: 100%;
    align-items: center;
    padding-bottom: 48px;
    padding-right: 0;
  }

  .footer-logo-subtxt {
    text-align: center;
  }

  .footer-text-link {
    margin-bottom: 24px;
  }

  .mp-card {
    width: 120px;
    height: 120px;
  }

  .mp-card.mp1 {
    top: 10%;
    left: -14%;
  }

  .mp-card.mp2 {
    top: 76%;
  }

  .mp-card.mp3 {
    bottom: -5%;
    right: -7%;
  }

  .mp-card.mp4 {
    top: -5%;
    right: -15%;
  }

  .mp-card-image {
    width: 70px;
  }

  .slide {
    width: 50%;
  }

  .slide-nav {
    font-size: 12px;
  }

  .mask {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .lightbox-link {
    height: auto;
  }

  .ellipse1 {
    width: 330px;
    top: 59%;
  }

  .ellipse2 {
    height: 290px;
    bottom: 1%;
  }

  .functdescrcontent {
    margin-bottom: 36px;
  }

  .morevideos {
    width: 100%;
    max-width: none;
  }

  .breadcrumbs {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: rgba(235, 217, 250, 0);
    border-radius: 16px;
    padding: 12px;
    left: 10px;
    font-size: 28px;
    line-height: 28px;
  }

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

  .navbtnwrapper {
    padding-top: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brand {
    padding-left: 0;
  }

  .plansbox {
    flex-direction: column;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .arrowwrapper.wrapper1, .arrowwrapper.wrapper2 {
    bottom: 44%;
  }

  .arrowwrapper.wrapper3 {
    bottom: -5%;
    left: 10%;
  }

  .arrowwrapper.wrapper4 {
    bottom: -4%;
    right: 10%;
  }

  .leftbotunit {
    width: 100%;
    padding-right: 0;
  }

  .rightbotunit {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modalsection {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tgscreen {
    width: 70%;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
  }

  .ctabuttonwrapper {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.hero-section {
    padding-bottom: 0;
  }

  .section.ctasignin {
    padding-bottom: 12px;
  }

  .section.functional {
    padding-top: 16px;
  }

  .section.advantages {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .container.white {
    padding: 36px;
  }

  .container.ppl {
    padding: 36px 24px;
  }

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

  .planitemtext {
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
  }

  .hero-leftside {
    padding-top: 36px;
  }

  .hero-rightside {
    padding-top: 0;
  }

  .heroimgwrapper {
    width: 90%;
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 120px;
  }

  .advantageitem {
    width: 100%;
  }

  .auditorycard {
    flex: 1;
  }

  .leftunit {
    padding-left: 24px;
  }

  .functdescrwrapper {
    margin-bottom: 16px;
  }

  .logomp {
    max-width: 240px;
  }

  .h1 {
    line-height: 44px;
  }

  .btn {
    height: 60px;
  }

  .btn.tarifbtn, .btn.grntrfbtn {
    margin-left: auto;
    margin-right: auto;
  }

  .btn.aligncenter {
    position: static;
  }

  .hero-logomp {
    width: 150px;
    max-width: none;
  }

  .navcontainer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ctabuttonswrapper {
    margin-bottom: 48px;
  }

  .sectionname {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .formwrapper {
    margin-top: 24px;
    margin-bottom: 36px;
  }

  .payment-block {
    justify-content: center;
    align-items: center;
  }

  .footer-text-link {
    text-align: center;
  }

  .text-field {
    height: 56px;
  }

  .field-label {
    margin-bottom: 6px;
  }

  .mp-card {
    width: 110px;
    height: 110px;
  }

  .mp-card.mp1 {
    left: -6%;
  }

  .mp-card.mp3 {
    bottom: -14%;
    right: 12%;
  }

  .mp-card.mp4 {
    right: -4%;
  }

  .heroshopname {
    font-size: 16px;
  }

  .mp-card-image {
    width: 60px;
  }

  .auditorywrapper {
    margin-top: 48px;
  }

  .paragraph.centered {
    margin-bottom: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
  }

  .progresspoint.notfilled {
    left: -16px;
  }

  .slider {
    height: auto;
    margin-top: 36px;
  }

  .sliderarrow {
    background-color: rgba(255, 255, 255, .5);
  }

  .slide {
    width: 100%;
  }

  .slide-nav {
    color: #000;
    margin-top: 0;
  }

  .mask {
    height: auto;
    overflow: visible;
  }

  .videoimgwrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .morevideos {
    display: none;
  }

  .breadcrumbs {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading2 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 34px;
  }

  .plansbox {
    margin-bottom: 36px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .arrowwrapper.wrapper1, .arrowwrapper.wrapper2, .arrowwrapper.wrapper3, .arrowwrapper.wrapper4 {
    position: static;
  }

  .arrowtext {
    max-width: 100%;
    color: #473d80;
    background-color: rgba(85, 60, 228, .06);
    border-radius: 20px;
    margin-bottom: 16px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    position: static;
  }

  .arrow {
    display: none;
    overflow: visible;
  }

  .modalcontentwrapper {
    border-radius: 24px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 12px 36px 16px;
  }

  .formsubtext.small {
    margin-top: -20px;
  }

  .modalcloselink {
    width: 42px;
    height: 42px;
  }

  .closelinkwrapper {
    padding: 8px;
  }

  .closelinkimage {
    height: 12px;
  }

  .modalsection {
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tgscreen {
    width: 80%;
  }

  .ctabuttonwrapper {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.ctasignin {
    padding-bottom: 12px;
  }

  .section.newbiescta {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .container.white {
    margin-left: 0;
    padding: 24px 12px 36px;
  }

  .container.ppl {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .plannaming {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 26px;
  }

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

  .hero-leftside {
    padding-top: 55px;
    padding-bottom: 24px;
  }

  .heroimgwrapper {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 100px;
  }

  .advantageitem {
    margin-bottom: 36px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .leftunit {
    padding-left: 20px;
    padding-right: 0;
  }

  .functdescrwrapper {
    width: 100%;
  }

  .readylabel {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heroimg {
    border-radius: 16px;
  }

  .h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .nav-menu {
    padding-bottom: 24px;
  }

  .btn {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn.navbtn {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .btn.aligncenter {
    width: 100%;
    max-width: none;
  }

  .navcontainer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ctabuttonswrapper {
    margin-bottom: 100px;
  }

  .sectiondescription {
    margin-bottom: 48px;
  }

  .footer-logo-subtxt {
    text-align: center;
  }

  .mp-card {
    width: 100px;
    height: 70px;
    border-radius: 16px;
    padding: 0 6px 6px;
  }

  .mp-card.mp1 {
    top: -24%;
    left: 22%;
  }

  .mp-card.mp2 {
    top: 68%;
    left: 2%;
  }

  .mp-card.mp3 {
    bottom: -24%;
    right: 8%;
  }

  .mp-card.mp4 {
    top: -25%;
    right: 6%;
  }

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

  .mp-card-image {
    width: 49px;
    margin-bottom: -4px;
  }

  .paragraph {
    padding-right: 12px;
  }

  .notreadylabel, .notreadylabel-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider {
    height: auto;
  }

  .sliderarrow {
    width: 36px;
    height: 36px;
  }

  .slide-nav {
    margin-top: 0;
    font-size: 12px;
  }

  .mask {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .ellipse1 {
    display: none;
  }

  .functdescrcontent {
    width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .navbtnwrapper {
    flex-direction: column;
  }

  .heading2 {
    font-size: 24px;
    line-height: 32px;
  }

  .plansbox {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modalcontentwrapper {
    border-radius: 24px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 40px 24px 30px;
  }

  .modalformheading {
    font-size: 22px;
    line-height: 28px;
  }

  .modalcloselink {
    width: 46px;
    height: 46px;
  }

  .closelinkwrapper {
    padding: 10px;
  }

  .tgscreen {
    width: 100%;
  }

  .cookiesmsg {
    flex-direction: column;
    justify-content: center;
    padding-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: 0 6px 26px rgba(196, 170, 250, .5);
  }

  .cookiestxt {
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 12px;
    line-height: 19px;
  }

  .cookiesimg {
    height: 36px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .ctabuttonwrapper {
    margin-bottom: 100px;
  }
}


