:root {
  --black: #1e2432;
  --white-smoke: #eef2f5;
  --dim-grey: #6f737c;
  --dodger-blue: #009aff;
  --dark-slate-blue: #1a49ba;
  --gold: #ffda54;
  --orange: #ffa835;
  --light-pink: #f9b8c4;
  --medium-aquamarine: #37c99e;
  --midnight-blue: #01216e;
}

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

body {
  color: #1e2432;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #1e2432;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: var(--black);
  font-size: 18px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.4;
}

form {
  font-size: 20px;
  line-height: 1.4;
}

label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

strong {
  color: var(--black);
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.style-guide-elements-wrap {
  flex-direction: column;
  flex: 1;
}

.style-guide-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 54px;
}

.rich-text p {
  margin-bottom: 20px;
}

.style-guide-help-image {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.style-guide-element-description {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.style-guide-page-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-guide-swatch {
  height: 60px;
  margin-bottom: 5px;
}

.style-guide-swatch.swatch---secondary {
  background-color: #fff;
}

.style-guide-swatch.swatch---primary {
  background-color: var(--black);
}

.style-guide-swatch.swatch---blue {
  background-color: var(--dodger-blue);
}

.style-guide-swatch.swatch---dark-blue {
  background-color: var(--dark-slate-blue);
}

.style-guide-swatch.swatch---yellow {
  background-color: var(--gold);
}

.style-guide-swatch.swatch---orange {
  background-color: var(--orange);
}

.style-guide-swatch.swatch---pink {
  background-color: var(--light-pink);
}

.style-guide-swatch.swatch---green {
  background-color: var(--medium-aquamarine);
}

.button {
  background-color: var(--black);
  border-radius: 100px;
  padding: 15px 60px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  background-color: #4b505b;
  text-decoration: none;
}

.button.button-small {
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 30px;
  font-size: 18px;
}

.button.button-small.nav {
  color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  padding: 0 16px 0 9px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition-property: none;
}

.button.button-small.partner {
  padding-left: 2px;
  padding-right: 20px;
  font-size: 16px;
}

.button.button-small.navi {
  border: 3px solid var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  box-shadow: 0 0 16px -1px var(--dodger-blue);
  color: var(--white-smoke);
  width: 335px;
  margin-bottom: 30px;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 40px;
  display: none;
}

.button.button-small.navi:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.button-secondary {
  color: var(--black);
  background-color: #fff;
  border: 2px solid #d9e4ed;
}

.button.button-secondary:hover {
  background-color: #d9e4ed;
}

.button.button-large {
  font-size: 18px;
}

.button.margin-top-20 {
  background-color: var(--midnight-blue);
  position: relative;
}

.button.white {
  color: var(--black);
  background-color: #fff;
}

.button.white:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.full-width {
  width: 100%;
}

.button.margin-top-dd {
  background-color: var(--midnight-blue);
  margin-top: 0;
  padding: 13px 47px;
  position: relative;
}

.style-guide-help-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.style-guide-help-wrap {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 300px;
  margin-left: 40px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.style-guide-swatches-wrap {
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.style-guide-swatch-wrap {
  flex: 1;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.style-guide-individual-element {
  margin-bottom: 20px;
}

.style-guide-section-wrap {
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.navigation-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 20px;
  display: flex;
}

.navbar {
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  display: block;
}

.nav-menu {
  align-items: center;
  margin-right: 100px;
  display: flex;
}

.hero-section {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  background-color: #2227b8;
  background-image: linear-gradient(218deg, rgba(0, 154, 255, .69), rgba(0, 75, 255, .44) 80%);
  background-position: 0 0;
  background-clip: border-box;
  width: auto;
  height: 910px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 99999;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.container.mockup {
  flex-direction: row;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.mockup.x {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.heading-1 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: College, sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: none;
}

.heading-1.white {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 49px;
}

.heading-1.white.unite {
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 0;
  font-size: 60px;
}

.heading-1.x {
  color: var(--white-smoke);
  text-align: center;
}

.body-text.light {
  color: #fff;
  font-family: Generalsans, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.body-text.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.body-text.dark {
  color: var(--black);
}

.body-text.dark.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.body-text.dark.bold {
  font-weight: 500;
}

.logo-section {
  background-color: var(--white-smoke);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  display: none;
}

.logo-section.psrtner {
  background-color: var(--dark-slate-blue);
  padding-bottom: 120px;
}

.logo-grid {
  flex-flow: wrap;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  display: flex;
}

.tagline {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.tagline.margin-bottom-60 {
  color: var(--midnight-blue);
  font-family: College, sans-serif;
  font-size: 40px;
}

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

.logo-block {
  object-fit: fill;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 290px;
  height: 163px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: scroll;
}

.logo-block:hover {
  box-shadow: 0 4px 20px rgba(1, 24, 41, .1);
}

.content-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.content-section.blue {
  background-color: var(--midnight-blue);
  position: relative;
}

.content-section.blue.spec {
  background-color: var(--dark-slate-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-section.blue.x {
  display: flex;
}

.content-section.blue.f {
  background-color: var(--dark-slate-blue);
  padding-top: 60px;
  display: flex;
}

.content-section.blue.specc {
  background-color: var(--dark-slate-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.content-section.blue.appp {
  background-color: var(--white-smoke);
  color: #002d98;
  padding-top: 60px;
  padding-bottom: 30px;
}

.content-section.grey {
  background-color: var(--white-smoke);
}

.content-section.grey.x, .content-section.x {
  display: flex;
}

.content-section.app {
  display: none;
}

.content-grid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .8fr;
}

.content-image-block {
  position: relative;
}

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

.content-image {
  z-index: 2;
  margin-left: 55px;
  position: relative;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.heading-5.white {
  color: #fff;
}

.section-title-wrap {
  text-align: left;
  max-width: 530px;
}

.section-title-wrap.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.stats-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.stats-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.stats-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
}

.section-button-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

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

.slide-nav {
  display: none;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  max-width: 714px;
  height: auto;
  position: static;
}

.testimonial-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.testimonial-wrap.event {
  z-index: 5;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 49px;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow {
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  margin-left: 0;
  margin-right: 40px;
  padding: 40px;
}

.mask {
  height: auto;
}

.testimonial {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-author-wrap {
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #fff;
}

.heading-6.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.audience-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.pricing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  max-width: 900px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.pricing-block.recommended {
  position: relative;
  box-shadow: 0 4px 20px rgba(1, 24, 41, .1);
}

.pricing-heading {
  font-size: 72px;
  font-weight: 400;
}

.checkmarks-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.checkmark-row {
  text-align: left;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.checkmark-icon {
  margin-right: 20px;
}

.image-4 {
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 33%;
  right: 0%;
}

.faq-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

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

.cta-section {
  background-color: var(--dark-slate-blue);
  padding-top: 64px;
  padding-bottom: 64px;
}

.cta-section.viral {
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cta-section.white {
  background-color: var(--white-smoke);
  display: none;
}

.cta-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  width: auto;
  margin-bottom: 30px;
  display: flex;
}

.footer-section {
  background-color: var(--midnight-blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-grid {
  grid-column-gap: 110px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .5fr .25fr;
}

.footer-link {
  color: #fff;
  margin-bottom: 23px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: block;
}

.footer-link.web {
  opacity: .5;
  font-size: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.navigation-wrap.mobile {
  padding-left: 60px;
}

.testimonial-author-image {
  margin-right: 20px;
}

.paragraph {
  font-size: 20px;
}

.grid {
  grid-column-gap: 61px;
  grid-row-gap: 34px;
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-8 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 7px;
  font-size: 24px;
}

.div-block {
  width: 166px;
}

.heading-9 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: -17px;
}

.logo-sectiond {
  background-color: var(--white-smoke);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.logo-sectiond.stu {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: stretch;
  height: 850px;
  padding-bottom: 80px;
  padding-left: 71px;
  padding-right: 71px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-sectiond.no-pad {
  padding-top: 0;
}

.paragraph-2 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 225px;
  padding-right: 225px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.form {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.text-field {
  border: 2px solid var(--dark-slate-blue);
  border-radius: 100px;
  flex: 0 auto;
  height: 100%;
  padding-left: 31px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.div-block-2.lul {
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-3 {
  color: var(--white-smoke);
  font-size: 20px;
}

.form-block {
  height: 67px;
  display: none;
}

.div-block-3 {
  background-image: url('../images/it.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  width: 50%;
  height: 60px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 21px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.div-block-4 {
  background-image: url('../images/it-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 50%;
  margin-top: 14px;
  margin-bottom: 14px;
}

.image-6 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 70px;
  display: flex;
  position: relative;
  top: auto;
}

.heading-10 {
  color: var(--white-smoke);
  text-align: left;
  text-shadow: 1px 1px 8px rgba(215, 230, 255, .2);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

.bold-text-2 {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.event_pic {
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 700px;
  margin-right: 31px;
  display: flex;
  position: static;
  overflow: hidden;
}

.event_info {
  background-color: rgba(238, 242, 245, .1);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  width: 50%;
  height: 680px;
  padding: 16px 39px;
  display: flex;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, .44);
}

.heading-11 {
  color: var(--white-smoke);
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.paragraph-24 {
  color: #dbdfe2;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.heading-12 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.paragraph_union {
  color: var(--white-smoke);
  margin-bottom: 23px;
  padding: 5px 16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph_union.blue {
  color: var(--dark-slate-blue);
  font-size: 21px;
}

.div-block-6 {
  flex: 0 auto;
  height: 92%;
  display: flex;
}

.image-9 {
  max-width: 87%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-wrap-2 {
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.div-block-7 {
  z-index: 1000000;
  object-fit: fill;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video {
  z-index: 999999;
  background-color: #01216e;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 175px;
  padding-right: 175px;
  display: none;
  position: fixed;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 800px;
}

.bold-text-3 {
  color: #fff;
}

.html-embed-2 {
  margin-bottom: 23px;
}

.div-block-8 {
  z-index: 5;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  mix-blend-mode: normal;
  background-color: rgba(186, 207, 255, .21);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: -11px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-10 {
  border-radius: 10px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 80px;
}

.text-span {
  font-size: 17px;
}

.div-block-9 {
  justify-content: space-around;
  align-items: center;
  margin: 35px 125px;
  display: flex;
}

.div-block-10 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 310px;
  padding-top: 60px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-10:hover {
  box-shadow: 0 4px 20px rgba(0, 147, 255, .1);
}

.image-13 {
  z-index: 99;
  object-fit: fill;
  width: 45%;
  height: 40%;
  display: block;
  position: relative;
}

.div_title {
  z-index: 99;
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  position: relative;
}

.app_showcase {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-left: 90px;
  padding-left: 20px;
  display: flex;
}

.div-block-12 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.div-block-12.last, .div-block-12.last_mob {
  margin-top: 20px;
}

.app_title {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: College, sans-serif;
  font-size: 60px;
  line-height: 1;
}

.app_paragraph {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
}

.phoneblock {
  border-radius: 1010px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-left: 0;
  padding-left: 30px;
  display: block;
  position: relative;
}

.appstore {
  background-image: url('../images/it.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 35%;
  height: 49px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.playstore {
  background-image: url('../images/it-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 50%;
  height: 49px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.app_number {
  color: #002d98;
  margin-top: 0;
  margin-bottom: 0;
  font-family: College, sans-serif;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.paragraph-25 {
  color: #9fa5b2;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}

.event-grid {
  flex-flow: wrap;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.event-block {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 280px;
  height: 120px;
  padding: 0 22px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-block:hover {
  box-shadow: 0 4px 20px rgba(1, 24, 41, .1);
}

.image-14 {
  z-index: 9;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.event_text {
  z-index: 9999;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.event_heading {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.event_date {
  color: var(--dark-slate-blue);
  margin-bottom: 11px;
  font-size: 16px;
  display: none;
}

.event_place {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
}

.event_price {
  color: var(--dim-grey);
  margin-top: 21px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.img_team {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(26, 73, 186, .24), rgba(26, 73, 186, .24)), url('../images/44.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: auto;
  bottom: 26%;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-16 {
  z-index: 9999;
  position: relative;
  bottom: auto;
  left: auto;
}

.mini_paragraph {
  z-index: 99;
  color: var(--midnight-blue);
  margin-top: 10px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.div-block-14 {
  background-color: #e00000;
  background-image: linear-gradient(30deg, #e40000 47%, #ff4800);
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  padding-left: 19px;
  display: flex;
}

.div-block-14.hide {
  display: none;
}

.div-block-15 {
  background-image: url('../images/WhatsApp-Image-2022-06-21-at-2.47.10-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.div-block-16 {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(41deg, rgba(1, 33, 110, .51), rgba(25, 87, 235, .45) 50%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-span-4 {
  font-size: 21px;
  font-weight: 400;
}

.text-span-5 {
  color: #006fff;
  font-size: 21px;
}

.div-block-partner {
  background-color: #e00000;
  background-image: linear-gradient(30deg, #e40000 47%, #ff4800);
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 19px;
  display: none;
}

.container_header {
  z-index: 99999;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  height: 84%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.right {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  position: relative;
}

.left {
  width: 60%;
  height: 100%;
}

.div-block-17 {
  z-index: 999;
  opacity: .8;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: none;
  position: relative;
  bottom: -304px;
  left: 170px;
}

.paragraph-26 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
}

.div-block-18 {
  z-index: 9;
  background-image: url('../images/update3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 160%;
  height: 800px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: -91px;
  right: 0%;
}

.image-20 {
  margin-right: -17px;
}

.video-2 {
  display: flex;
}

.div-block-19 {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-14 {
  color: var(--white-smoke);
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 300;
}

.video-3 {
  display: none;
}

.div-block_x {
  justify-content: center;
  align-items: center;
  padding: 0 0 42px;
  display: flex;
  position: static;
}

.div-block-20 {
  z-index: 99;
  background-color: rgba(0, 154, 255, .61);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-20.art {
  background-color: rgba(255, 168, 53, .66);
}

.div-block-20.busi {
  background-color: rgba(16, 167, 74, .64);
}

.image-21 {
  z-index: 9999;
  object-fit: fill;
  position: relative;
}

.calendar_cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px;
  display: none;
}

.div-block-6-home {
  flex: 0 auto;
  display: flex;
}

.appstore_1 {
  background-image: url('../images/it.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 32%;
  height: 60px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.playstore_1 {
  background-image: url('../images/it-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 50%;
  height: 60px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.event-html {
  box-shadow: 0 -1px 12px -8px var(--dim-grey);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 15px;
  display: flex;
  position: relative;
}

.div-block_blue {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 9px;
  display: flex;
}

.div-block_blue.alt {
  padding-top: 2px;
  padding-bottom: 2px;
  display: none;
}

.div-block_blue.glow {
  box-shadow: 0 0 12px 4px var(--dodger-blue);
  background-image: linear-gradient(17deg, #0020d8, #4ab3ff);
}

.div-block-_whatsapp {
  background-image: url('../images/icons8-help-64.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  width: 29px;
  height: 40px;
}

.div-block-21 {
  z-index: -1;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(128deg, var(--dark-slate-blue), var(--dodger-blue));
  filter: blur(20px);
  border-radius: 1000px;
  width: 400px;
  height: 400px;
  position: absolute;
  top: auto;
  bottom: 29%;
  left: auto;
  right: 19%;
}

.heading-15 {
  z-index: 10;
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.event_details {
  z-index: 10;
  color: var(--midnight-blue);
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  position: relative;
}

.booking_button {
  background-image: linear-gradient(18deg, var(--dark-slate-blue), var(--dodger-blue));
  border-radius: 100px;
  padding: 11px 20px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 500px 500px;
}

.div-block_x-copy {
  padding: 0 225px 50px;
  position: static;
}

.image-23 {
  object-fit: cover;
  border-radius: 10px;
  width: 280%;
  height: 280px;
  margin-bottom: 30px;
}

.evento_1 {
  margin-top: -60px;
  position: static;
  top: -66px;
}

.event-html-embed {
  box-shadow: 0 -1px 12px -8px var(--dim-grey);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: scroll;
}

.div-block-partner_wa {
  background-color: #e00000;
  background-image: linear-gradient(30deg, #e40000 47%, #ff4800);
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 19px;
  display: none;
}

.div-block-15d {
  background-image: url('../images/WhatsApp-Image-2022-06-21-at-2.47.10-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.div-block-22 {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.whatsapp-click {
  display: none;
}

.evento_2 {
  margin-top: -60px;
  position: static;
  top: -66px;
}

.whatsapp_button {
  z-index: 99999;
  background-image: radial-gradient(circle, #03a837, #01c53f);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-bottom: 3em;
  margin-right: 1em;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-24 {
  width: 100%;
  height: 100%;
  padding: .5em;
}

.imgimg {
  background-image: url('../images/WhatsApp-Image-2023-09-14-at-15.24.16.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.team {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.team.blue {
  background-color: var(--midnight-blue);
  position: relative;
}

.team.blue.spec {
  background-color: var(--dark-slate-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.team.blue.x {
  display: none;
}

.team.blue.f {
  background-color: var(--dark-slate-blue);
  padding-top: 60px;
  display: none;
}

.team.blue.specc {
  background-color: var(--dark-slate-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.team.blue.appp {
  background-color: var(--white-smoke);
  color: #002d98;
  padding-top: 60px;
  padding-bottom: 30px;
}

.team.grey {
  background-color: var(--white-smoke);
}

.team.grey.x, .team.x, .team.app {
  display: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  margin-right: 5px;
  padding-left: 9px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, .08);
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 10px;
}

.dropdown-link {
  color: var(--white-smoke);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.dropdownpy {
  display: none;
}

.help_button {
  z-index: 99999;
  background-image: radial-gradient(circle, #2dafff, #0300ce);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-bottom: 7.5em;
  margin-right: 1em;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.main_cont {
  background-image: linear-gradient(200deg, #4ab3ff, #002d98);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.h3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.logo_block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ikonik-s545t {
  color: #fff;
  width: 30px;
}

.mobile_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 320px;
  max-width: 478px;
  display: flex;
}

.para {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.card_block {
  background-color: #bbb;
  background-image: linear-gradient(rgba(10, 73, 224, 0) 73%, #0a49e0);
  border: 2px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  height: 420px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.card_block.lavi {
  background-image: linear-gradient(rgba(10, 73, 224, 0) 58%, #0a49e0 91%), url('../images/WhatsApp-Image-2024-04-15-at-15.55.55.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alexandria, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.bcs_cont {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ikonik-jkky4 {
  color: #fff;
}

.h4 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alexandria, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.ikonik-5scwv, .ikonik-vw79xk, .ikonik-ubbwd, .ikonik-u2pvq, .ikonik-37bc7, .ikonik-3zl19, .ikonik-84fxai, .ikonik-cvf48 {
  color: #fff;
}

.div-block-24 {
  z-index: 100;
  background-color: #0051ff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.h1 {
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .div-block-24 {
    z-index: 100;
    color: #fff;
    background-color: #0015ff;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: Generalsans, sans-serif;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h1 {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6, p, ul, ol, blockquote {
    font-size: 18px;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .hero-section {
    background-position: 60%;
    background-size: cover;
  }

  .heading-1 {
    font-size: 48px;
  }

  .body-text {
    font-size: 18px;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-section {
    overflow: hidden;
  }

  .content-grid-1 {
    grid-template-columns: auto;
  }

  .content-image-block {
    overflow: visible;
  }

  .heading-5 {
    font-size: 20px;
  }

  .blue-circle-bg {
    width: 20%;
  }

  .testimonial-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -25px;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -25px;
    right: auto;
  }

  .audience-grid {
    grid-row-gap: 60px;
  }

  .image-4 {
    top: -12%;
  }

  .pink-circle-bg {
    width: 30%;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .5fr .5fr;
  }

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

  .menu-button-2 {
    margin-left: 30px;
    padding: 8px;
  }

  .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-link-2 {
    color: #1e2432;
    text-align: center;
  }

  .event-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .stats-grid, .audience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .image-4 {
    top: -15%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .cta-section {
    background-position: 50%;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .button {
    text-align: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.button-small.nav {
    display: none;
  }

  .button.button-small.navi {
    width: 295px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    display: none;
  }

  .button.margin-top-20 {
    text-align: center;
    width: 100%;
  }

  .button.margin-top-dd {
    text-align: center;
    width: 100%;
    top: 69px;
  }

  .navigation-container {
    margin-top: 0;
    padding-top: 20px;
    position: relative;
  }

  .navbar {
    z-index: 99999999;
  }

  .nav-menu {
    z-index: 9999;
  }

  .hero-section {
    background-size: auto, cover;
    height: 770px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container {
    z-index: 999;
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding: 7px;
    display: flex;
    overflow: hidden;
  }

  .container.mockup {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.mockup.x {
    display: none;
  }

  .heading-1, .heading-1.white.unite {
    font-size: 40px;
  }

  .logo-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .logo-section.psrtner {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .logo-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    display: grid;
    overflow: scroll;
  }

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

  .logo-block {
    height: 120px;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-section.blue.appp {
    background-color: var(--white-smoke);
    height: 1010px;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: visible;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .slider {
    flex-direction: column;
  }

  .testimonial-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-wrap.event {
    flex-direction: column;
  }

  .right-arrow, .left-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .slide {
    padding: 30px;
  }

  .testimonial {
    margin-bottom: 30px;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .pricing-block, .pricing-block.recommended {
    padding: 30px;
  }

  .checkmark-row {
    align-items: center;
  }

  .image-4 {
    top: -12%;
  }

  .navigation-wrap {
    display: none;
  }

  .navigation-wrap.mobile {
    z-index: 99999;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .testimonial-author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .logo-sectiond.stu {
    flex-flow: row;
    height: auto;
    padding: 48px 55px 0;
    position: relative;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .text-field {
    font-size: 16px;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    height: 140px;
  }

  .image-6 {
    height: 110px;
    margin-top: 0;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .heading-10 {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 27px;
    font-size: 32px;
    display: block;
    position: relative;
  }

  .event_pic {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .event_info {
    width: auto;
    height: auto;
    position: relative;
  }

  .heading-12 {
    font-size: 17px;
  }

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

  .paragraph_union.blue {
    margin-top: 50px;
  }

  .div-block-6 {
    margin-top: 5px;
    display: flex;
  }

  .image-9 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    display: block;
    position: relative;
  }

  .menu-button-2 {
    margin-left: 0;
  }

  .html-embed {
    width: 100%;
  }

  .div-block-8 {
    margin: 0;
  }

  .heading-13 {
    font-size: 60px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    margin: 10px 0;
    display: grid;
    overflow: scroll;
  }

  .div-block-10 {
    width: 270px;
    height: 340px;
    margin: 10px 4px;
  }

  .image-13 {
    width: 60%;
  }

  .div_title {
    font-size: 30px;
  }

  .app_showcase {
    flex-direction: column;
    min-height: 100%;
  }

  .div-block-11 {
    grid-column-gap: 9px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    align-items: start;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .div-block-12.last, .div-block-12.last_mob {
    display: none;
  }

  .app_title {
    font-size: 35px;
  }

  .app_paragraph {
    font-size: 14px;
  }

  .phoneblock {
    border-radius: 0;
    flex: 0 auto;
    height: auto;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .appstore {
    width: 50%;
  }

  .playstore {
    width: 56%;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .app_number {
    display: none;
    top: -13%;
    left: -13%;
  }

  .paragraph-25 {
    margin-bottom: 10px;
  }

  .event-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .event-block {
    flex-direction: column;
    align-items: center;
    width: 94px;
    margin-bottom: 0;
    padding: 9px;
  }

  .event_text {
    justify-content: space-around;
    align-items: stretch;
  }

  .event_heading {
    color: #fff;
    font-size: 16px;
  }

  .event_place {
    display: none;
  }

  .img_team {
    background-image: linear-gradient(rgba(26, 73, 186, .23), rgba(26, 73, 186, .23)), url('../images/44.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: auto;
    height: 380px;
    margin-top: -116px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-14 {
    display: none;
  }

  .div-block-14.mobile {
    margin-bottom: 12px;
    display: flex;
  }

  .div-block-16 {
    z-index: 1;
    background-image: url('../images/update3.png'), linear-gradient(41deg, rgba(1, 33, 110, .51), rgba(25, 87, 235, .45) 50%);
    background-position: 140% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-attachment: scroll, scroll;
  }

  .div-block-partner {
    margin: 10px 15px;
    display: flex;
  }

  .container_header {
    z-index: 999;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: 70%;
    padding: 7px;
    display: flex;
  }

  .right {
    width: 100%;
    display: none;
  }

  .left {
    width: 90%;
    height: 69%;
  }

  .div-block-17 {
    display: none;
  }

  .paragraph-26 {
    text-align: center;
    margin-top: 30px;
    font-size: 19px;
    display: none;
  }

  .div-block-18, .video-3 {
    display: none;
  }

  .div-block_x {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .calendar_cont {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    margin: 23px 0 -16px;
    overflow: scroll;
  }

  .div-block-6-home {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .appstore_1 {
    width: 50%;
  }

  .playstore_1 {
    width: 56%;
    height: 50px;
    margin-left: 5px;
    margin-right: 0;
  }

  .event-html {
    width: 310px;
    max-height: 450px;
    margin-left: 0;
    margin-right: 0;
    overflow: scroll;
  }

  .div-block_blue {
    display: none;
  }

  .div-block_blue.show {
    display: flex;
  }

  .div-block-21 {
    z-index: 1;
    top: 12%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .grid-2 {
    grid-template-columns: 290px;
  }

  .div-block_x-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-23 {
    width: 280px;
    height: 280px;
  }

  .event-html-embed {
    width: 310px;
    max-height: 450px;
    margin-left: 0;
    margin-right: 0;
    overflow: scroll;
  }

  .div-block-partner_wa {
    background-image: linear-gradient(30deg, #00ac5e 47%, var(--medium-aquamarine));
    margin: 10px 15px;
    display: flex;
  }

  .div-block-15d {
    background-image: url('../images/icons8-whatsapp.svg');
  }

  .whatsapp-click {
    background-image: linear-gradient(#e30614, #e30614);
    border-radius: 1000px;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    padding: 5px 10px;
    display: none;
  }

  .image-25 {
    z-index: 2;
    position: relative;
  }

  .text-block {
    color: var(--white-smoke);
    padding-left: 5px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .team.blue.appp {
    background-color: var(--white-smoke);
    height: 1010px;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: visible;
  }

  .dropdown-list.white {
    background-color: rgba(40, 86, 255, .08);
  }

  .dropdown-list.white.w--open {
    background-color: #2856ff;
    top: 85%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-link.alt {
    text-align: right;
  }

  .dropdown-link.alt.glow {
    text-shadow: 0 0 4px #00fbff;
    font-weight: 500;
  }

  .dropdown {
    z-index: 2147483647;
  }

  .dropdownpy {
    z-index: 2147483647;
    display: block;
  }

  .main_cont {
    background-image: linear-gradient(201deg, #4ab3ff, #002d98);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    display: flex;
  }

  .h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Alexandria, sans-serif;
    font-size: 21px;
    font-weight: 400;
  }

  .h3.center {
    color: #002d98;
    text-align: center;
    font-family: Alexandria, sans-serif;
    font-size: 21px;
    font-weight: 300;
  }

  .logo_block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ikonik-s545t {
    color: #fff;
    width: 30px;
    height: auto;
  }

  .ikonik-s545t.blu {
    color: #002d98;
  }

  .mobile_div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .text_block {
    max-width: 320px;
  }

  .para {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card_block {
    justify-content: space-between;
    align-items: stretch;
  }

  .card_block.lavi {
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }

  .card_block.gloria {
    background-image: linear-gradient(rgba(10, 73, 224, 0) 73%, #0a49e0), url('../images/WhatsApp-Image-2024-04-16-at-19.49.41.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card_block.allegra {
    background-image: linear-gradient(rgba(10, 73, 224, 0) 73%, #0a49e0), url('../images/WhatsApp-Image-2024-04-15-at-11.27.34.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .top_cont {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .connect_pill {
    background-color: snow;
    border-radius: 100px;
    padding: 7px 14px;
  }

  .pilltext {
    color: #4ab3ff;
    font-family: Alexandria, sans-serif;
    font-size: 11px;
    font-weight: 300;
  }

  .unilogo {
    background-color: #fff;
    background-image: url('../images/LogoBrera.jpeg');
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .unilogo.iulm {
    background-image: url('../images/iulm_university_logo.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .unilogo.statale {
    background-image: url('../images/unnamed.jpeg');
  }

  .command_block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .butt {
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .butt.follow {
    background-color: #002d98;
  }

  .butt.details {
    background-color: #4ab3ff;
    border: 2px solid #fff;
    width: 74px;
    height: 74px;
    box-shadow: 0 0 9px #49b3ff;
  }

  .ikonik-vw79xk, .ikonik-ubbwd {
    color: #1a49ba;
  }

  .carousel_block {
    background-color: rgba(221, 221, 221, 0);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .slide-nav-2, .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .central_div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mask-2 {
    width: 300px;
  }

  .slide-2 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-3 {
    width: 350px;
  }

  .popup {
    z-index: 10;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(0, 55, 255, .79);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup_cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff9f9;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 410px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .download_cont {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
  }

  .image-26, .image-27 {
    width: 100%;
  }

  .ikonik-cvf48 {
    color: #b4b4b4;
    margin-top: 0;
    position: static;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .div-block-24 {
    display: none;
  }
}

#w-node-a58aea7e-68c2-a19d-2991-a06477b295aa-9b22a533, #w-node-_3f930d32-1dc2-fb35-37a9-5fb48d6fc9af-9b22a533, #w-node-_69bad5d1-06b5-e3c8-0dc7-01cba49c4224-9b22a533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d1e3dc8-6c24-ed71-e82e-1e1b6978244c-9b22a533, #w-node-_10647277-6081-d1bf-bc97-5ba0bd26e99e-9b22a533 {
  align-self: center;
}

#w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb708-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb709-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb70e-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb70f-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb714-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb715-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb71a-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb71b-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb720-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb721-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb726-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb727-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb72c-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb72d-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb732-9b22a533, #w-node-_02e4ee97-2f04-6b69-bfbb-89b0383fb733-9b22a533, #w-node-_3a9b2266-0e3a-e469-9188-d9ac0d1178d7-9b22a533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cc2a05f-555a-15c2-760b-8af162c6e82e-9b22a533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3cc2a05f-555a-15c2-760b-8af162c6e82c-9b22a533, #w-node-_164d2176-9d2a-37e4-56f0-99792e1aa8ce-9b22a533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ac851f4-bea5-cebf-3179-7344d14c9b01-9b22a533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0d570e7e-f007-a9f9-a836-47e6860944dc-9b22a533 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: auto;
}

#w-node-e1f92ea3-36f9-bb03-9c8d-eb4f59fd7b85-9b22a533 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3cc2a05f-555a-15c2-760b-8af162c6e82e-9b22a533 {
    align-self: center;
  }

  #w-node-_3cc2a05f-555a-15c2-760b-8af162c6e82c-9b22a533, #w-node-_164d2176-9d2a-37e4-56f0-99792e1aa8ce-9b22a533 {
    align-self: center;
    justify-self: start;
  }

  #w-node-_2ac851f4-bea5-cebf-3179-7344d14c9b01-9b22a533 {
    align-self: center;
  }

  #w-node-_0d570e7e-f007-a9f9-a836-47e6860944dc-9b22a533, #w-node-cb5383c3-b5a2-b94f-c1be-69fd6256221a-9b22a533, #w-node-d07972fa-412b-2694-f0d9-23d4e1a9862b-9b22a533 {
    justify-self: center;
  }

  #w-node-e1f92ea3-36f9-bb03-9c8d-eb4f59fd7b85-9b22a533 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3cc2a05f-555a-15c2-760b-8af162c6e82e-9b22a533, #w-node-_2ac851f4-bea5-cebf-3179-7344d14c9b01-9b22a533 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'College';
  src: url('../fonts/file.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}