@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
body {
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0px;
  padding: 0px;
}

.ee {
  background: #fff;
}
.ee .ee__hero {
  padding: 80px 74px 140px;
  position: relative;
  background: #1A0140;
}
.ee .ee__hero .ee__parent {
  position: relative;
}
.ee .ee__hero .ee__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: center;
}
@media (max-width: 767px) {
  .ee .ee__hero .ee__flex .ee__form {
    margin-top: 50px;
  }
}
.ee .ee__hero .ee__flex .ee__form .ee__submit {
  width: 100%;
  height: auto;
  margin-top: 0;
  background: #ffffff;
  box-shadow: 0px 0px 10.598px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 40px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .ee .ee__hero .ee__flex {
    display: block;
  }
}
.ee .ee__hero .ee__topics {
  margin: 30px 0 40px;
  max-width: 886px;
}
.ee .ee__hero .ee__content {
  margin-top: 10px;
}
.ee .ee__hero .ee__date {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  background-color: #ba9bd4;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
}
.ee .ee__hero .ee__submit {
  background: transparent;
  height: 100px;
  width: 552px;
  margin: 70px 0 30px 0px;
}
.ee .ee__hero .ee__logo img {
  width: 130px;
  height: 40px;
}
.ee .ee__hero .ee__bg {
  position: absolute;
  right: 0px;
  bottom: 30px;
}
.ee .ee__hero .ee__desc {
  max-width: 700px;
}
.ee .ee__hero .ee__desc p {
  margin-bottom: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.ee .ee__hero .ee__desc p:not(:first-child) {
  margin-top: 20px;
}
.ee .ee__hero::before {
  content: "";
  background: url("../images/saas-summit/saas-summit-bg.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  bottom: 0;
  opacity: 0;
}
.ee .e-logos {
  margin-top: 70px;
  margin-bottom: 40px;
}
.ee .e-logos .logos__inner img {
  width: 100%;
}
.ee .e-logos .logos__inner h6 {
  color: #422b44;
  font-size: 22px;
  font-weight: 700;
}
.ee .e-cards {
  margin-top: 100px;
  margin-bottom: 50px;
  /*c-card*/
}
.ee .e-cards .e-card {
  margin-bottom: 100px;
}
.ee .e-cards .e-card .e-card__parent {
  box-shadow: 0px 4px 26px rgba(100, 100, 140, 0.09);
  border-radius: 8px;
  display: flex;
  transition: box-shadow 0.3s ease-in-out;
}
.ee .e-cards .e-card .e-card__parent.four-child {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .ee .e-cards .e-card .e-card__parent.four-child {
    grid-template-columns: 60% 1fr;
  }
}
.ee .e-cards .e-card .e-card__parent .e-card__content {
  flex: 1;
}
.ee .e-cards .e-card .e-card__parent .e-card__content .e-card__top small {
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin-bottom: 8px;
  display: block;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ee .e-cards .e-card .e-card__parent .e-card__content .e-card__top h3 {
  font-size: 36px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 44px;
}
.ee .e-cards .e-card .e-card__parent .e-card__content .e-card__bottom {
  padding-top: 50px;
}
.ee .e-cards .e-card .e-card__parent .e-card__content .e-card__bottom p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: rgb(14, 14, 14);
}
.ee .e-cards .e-card .e-card__parent .e-card__content .e-card__bottom p:not(:first-child) {
  margin-top: 15px;
}
.ee .e-cards .e-card .e-card__parent .e-card__name {
  flex: 0 0 439px;
  background: linear-gradient(111.82deg, #EEEDFF 18.26%, #B0A9FF 96.66%);
  text-align: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
}
.ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents .speaker-img {
  margin-bottom: 20px;
}
.ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents .speaker-img img {
  margin: 0 auto;
  border-radius: 50%;
  background: #4f4f4f;
}
@media (min-width: 1024px) {
  .ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents .speaker-img img {
    background: #ffffff;
  }
}
.ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents .speaker-role p {
  color: #0e0e0e;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}
.ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents .speaker-role .name {
  margin-bottom: 3px;
  font-weight: 700;
}
.ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents .speaker-role .company {
  margin-bottom: 0;
}
.ee .e-cards .e-card .second-child .e-card__name,
.ee .e-cards .e-card .third-child .e-card__name,
.ee .e-cards .e-card .four-child .e-card__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.ee .e-cards .e-card .second-child .e-card__name .e-card__parents,
.ee .e-cards .e-card .third-child .e-card__name .e-card__parents,
.ee .e-cards .e-card .four-child .e-card__name .e-card__parents {
  position: inherit;
  transform: inherit;
  top: 0;
  left: 0;
  flex: 0 0 44%;
}
.ee .e-cards .e-card .second-child .e-card__name .e-card__parents .speaker-img img,
.ee .e-cards .e-card .third-child .e-card__name .e-card__parents .speaker-img img,
.ee .e-cards .e-card .four-child .e-card__name .e-card__parents .speaker-img img {
  width: 166px;
  height: 166px;
}
.ee .e-cards .e-card .second-child .e-card__name .e-card__parents .speaker-role .name,
.ee .e-cards .e-card .second-child .e-card__name .e-card__parents .speaker-role .company,
.ee .e-cards .e-card .third-child .e-card__name .e-card__parents .speaker-role .name,
.ee .e-cards .e-card .third-child .e-card__name .e-card__parents .speaker-role .company,
.ee .e-cards .e-card .four-child .e-card__name .e-card__parents .speaker-role .name,
.ee .e-cards .e-card .four-child .e-card__name .e-card__parents .speaker-role .company {
  font-size: 16px;
}
.ee .e-cards .e-card .second-child h3,
.ee .e-cards .e-card .third-child h3,
.ee .e-cards .e-card .four-child h3 {
  position: relative;
}
.ee .e-cards .e-card .second-child h3::after,
.ee .e-cards .e-card .third-child h3::after,
.ee .e-cards .e-card .four-child h3::after {
  content: "";
  position: absolute;
  left: 0px;
  background: linear-gradient(111.82deg, #EEEDFF 18.26%, #B0A9FF 96.66%);
  width: 0;
  height: 12px;
  bottom: -22px;
}
.ee .e-cards .e-card .four-child .e-card__name::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 375px 186px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.first-child .e-card__content {
  padding: 67px;
}

.second-child .e-card__content {
  padding: 67px 60px;
}

.third-child .e-card__content {
  padding: 67px 60px;
}

.four-child .e-card__content {
  padding: 67px 60px;
}

.fadeup {
  transform: translateY(50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.in-view.fadeup,
.in-view .fadeup {
  transform: none;
  opacity: 1;
}

.in-view .e-card__parent .e-card__content .e-card__top h3::after {
  width: 59px;
  transition: width 1.5s linear;
}

.show-hero::before {
  opacity: 1 !important;
  transition: all 1s;
}

/* Hero section animations */
.ee__date {
  visibility: hidden;
  opacity: 0;
}

.ee__date.ee__happen {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.7s;
  -webkit-animation: fadeInLeft 500ms ease-in-out;
  animation: fadeInLeft 500ms ease-in-out;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.ee__desc {
  visibility: hidden;
  opacity: 0;
}

.ee__desc.what-text {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInUp 1200ms ease-in-out;
  animation: fadeInUp 1200ms ease-in-out;
}

.ee__submit {
  visibility: hidden;
  opacity: 0;
}

.ee__submit.formload {
  transition: transform 0.5s;
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInDown 1000ms ease-in-out;
  animation: fadeInDown 1000ms ease-in-out;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.ee__logo {
  opacity: 0;
  transform: translateY(-80px);
  margin-bottom: 60px;
}

.ee__logo.show-logo {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  -webkit-animation: fadeInDown 1000ms ease-in-out;
  animation: fadeInDown 1000ms ease-in-out;
}

.form-zoom {
  transform: scale(1.5);
}

.stackorder .top {
  width: 100%;
  margin-bottom: 8px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.stackorder .top h1 {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 86px;
  font-weight: 900;
  background: linear-gradient(111.82deg, #9069FF 18.26%, #B559FF 96.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  letter-spacing: -3.5px;
}
@media (max-width: 1190px) {
  .stackorder .top h1 {
    font-size: 54px;
  }
}
@media (max-width: 567px) {
  .stackorder .top h1 {
    font-size: 46px;
    letter-spacing: -2.5px;
  }
}
.stackorder .top.toptext {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.1s, visibility 0.7s;
  -webkit-animation: fadeInUp 100ms ease-in-out;
  animation: fadeInUp 100ms ease-in-out;
}
.stackorder .bottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.stackorder .bottom h6 {
  margin-top: 0;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.stackorder .bottom.happen__desc {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s, visibility 0.7s;
  -webkit-animation: fadeInUp 800ms ease-in-out;
  animation: fadeInUp 800ms ease-in-out;
}

@media only screen and (max-width: 991px) {
  .extra-joinus.extra-footer {
    background: #1A0140;
  }
  .extra-joinus::after {
    display: none;
  }
  .ee .e-cards .e-card .e-card__parent .e-card__content {
    padding: 0;
    margin-bottom: 0px;
  }
  .e-card__content .e-card__top {
    margin-bottom: 40px;
  }
  .ee .e-cards .e-card .e-card__parent {
    display: block;
  }
  .ee .e-cards .e-card .e-card__parent {
    padding: 50px;
  }
  .ee .e-cards .e-card .e-card__parent .e-card__name {
    position: inherit;
    background: transparent;
    padding: 10px;
  }
  .ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents {
    position: inherit;
    transform: inherit;
    padding-right: 0px;
    margin-bottom: 60px;
  }
  .ee .e-cards .e-card .four-child .e-card__name::before {
    display: none;
  }
  .ee .ee__hero {
    background: #1A0140;
  }
  .ee .ee__hero::before {
    background: none;
    display: none;
  }
  .ee .ee__hero {
    padding: 40px 12px;
  }
  .ee .e-cards .e-card {
    margin-bottom: 50px;
  }
  .logos__inner .img {
    display: block;
    text-align: center;
  }
  .logos__inner img {
    width: 60% !important;
  }
  .ee .e-cards {
    margin-top: 70px;
  }
  .e-card__content .e-card__bottom {
    max-width: inherit !important;
  }
  .first-child .e-card__content .e-card__name .speaker-img img {
    width: 160px;
  }
  .ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents .speaker-img {
    margin-bottom: 15px;
  }
  .ee .e-cards .e-card .e-card__parent .e-card__content .e-card__bottom {
    padding-top: 0;
  }
  .ee .e-cards .e-card .second-child .e-card__name .e-card__parents,
  .ee .e-cards .e-card .third-child .e-card__name .e-card__parents {
    width: 45%;
    display: inline-block;
  }
  .ee__submit .cc-form form .hs_email .input input,
  .ee .ee__hero .ee__submit {
    width: 520px;
  }
  .four-child .e-card__name {
    display: none !important;
  }
  /*This is not Final Design*/
  .first-child .e-card__name {
    display: none;
  }
  /*This is not Final Design*/
}
/* Hero section animations */
.submitted-message p {
  font-size: 28px;
  margin-bottom: 0px;
  color: #000000;
}

@media only screen and (max-width: 1199px) {
  .ee__hero .container {
    width: 100%;
  }
  .four-child .e-card__name::before {
    border-width: 423px 186px 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ee__submit .cc-form form .hs_email .input input,
  .ee .ee__hero .ee__submit {
    width: 100%;
  }
  .extra-joinus .ee-j-p {
    width: 88%;
  }
  .ee .e-cards {
    margin-bottom: 50px;
  }
  .extra-joinus.extra-footer {
    margin-bottom: 0px !important;
  }
  .extra-joinus {
    margin-bottom: 55px !important;
  }
}
@media only screen and (max-width: 567px) {
  .logos__inner img {
    width: 90% !important;
  }
  .extra-joinus .ee-j-p .ee-j-i .ee-j-h {
    font-size: 36px !important;
  }
  .extra-footer {
    border-radius: 0 !important;
    padding: 25px 0px 50px 0px !important;
  }
  .extra-footer .ee-j-p .ee-j-i .ee__submit {
    width: 100% !important;
    left: 0 !important;
  }
  .extra-joinus .ee-j-p {
    width: 95%;
  }
  .speaker-role .company {
    font-size: 16px !important;
  }
  .e-card__parent.first-child {
    box-shadow: none !important;
  }
  .ee .e-cards .e-card .second-child h3::after,
  .ee .e-cards .e-card .third-child h3::after,
  .ee .e-cards .e-card .four-child h3::after {
    height: 8px;
  }
  .ee .e-cards .e-card .e-card__parent {
    box-shadow: 0px 4px 26px rgba(100, 100, 140, 0.3);
    border-radius: 0;
  }
  .e-card.section {
    margin: 0 -15px 50px;
  }
  .first-child {
    border-radius: 0 !important;
  }
  .ee .e-cards .e-card .e-card__parent .e-card__name .e-card__parents {
    margin-bottom: 42px;
  }
  .ee .e-cards .e-card .e-card__parent .e-card__content .e-card__top small {
    font-size: 14px;
    font-weight: 400;
  }
  .ee__submit .cc-form form .hs_email .input input {
    border-radius: 9px;
  }
  .ee__submit .cc-form form .hs_submit .actions input[type=submit] {
    background-size: 20px;
    background-color: #ffffff;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    height: 57px;
  }
  .ee__submit .cc-form form .hs_submit .actions input[type=submit]:hover {
    transform: translateX(0px);
  }
  .ee .ee__hero .ee__topics {
    margin-top: 16px;
  }
  .ee .ee__hero .ee__date {
    font-size: 14px;
  }
  .hs_error_rollup .no-list li {
    position: relative;
    top: -4px;
    font-size: 12px;
  }
  .ee .e-cards .e-card .e-card__parent .e-card__content .e-card__top h3 {
    margin-top: 0px;
    line-height: 32px;
    font-size: 24px;
  }
  .ee .e-cards .e-card .e-card__parent {
    padding: 48px 24px;
  }
  .ee .ee__hero .ee__logo img {
    margin-left: inherit;
    max-width: 150px;
    margin-bottom: 24px;
  }
  .ee .ee__hero .ee__desc p {
    font-size: 18px;
  }
  .ee .ee__hero .ee__submit {
    margin: 50px 0 0px 0px;
  }
  .ee .ee__hero {
    padding: 50px 6px;
  }
  .first-child .e-card__name .speaker-role .name {
    font-size: 20px !important;
  }
  .first-child .e-card__name .speaker-role .company {
    font-size: 20px !important;
  }
  .ee .e-cards .e-card .second-child .e-card__name .e-card__parents,
  .ee .e-cards .e-card .third-child .e-card__name .e-card__parents {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 568px) {
  .extra-footer .ee-j-p .ee-j-i .ee__submit {
    width: 100% !important;
  }
}
/* Modifications */
.second-child .e-card__name,
.third-child .e-card__name {
  flex: 0 0 50% !important;
}

.first-child .e-card__name .speaker-role .name {
  margin-bottom: 6px !important;
}

/* Modifications */
/*  Middle Form */
.extra-joinus {
  border-radius: 8px;
  padding: 50px 0px;
  height: 257px;
  margin-bottom: 100px;
  background: #1A0140;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.extra-joinus::after {
  content: "";
  background: url(../images/saas-summit/saas-summit-footer.svg) no-repeat;
  position: absolute;
  top: 0px;
  background-size: 20%;
  width: 100%;
  height: 100%;
  background-position: bottom right;
}
.extra-joinus .ee-j-p {
  z-index: 1;
  position: relative;
}
.extra-joinus .ee-j-p .ee-j-i .ee-j-h {
  color: #422b44;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 567px) {
  .extra-joinus .ee-j-p .ee-j-i .ee-j-h {
    font-size: 22px !important;
  }
}
.extra-joinus .ee-j-p .ee-j-i .scroll-top {
  margin-top: 40px;
  text-align: center;
}
.extra-joinus .ee-j-p .ee-j-i .scroll-top a {
  background: linear-gradient(111.82deg, #9069FF 18.26%, #B559FF 96.66%);
  border-radius: 30px;
  color: #ffffff;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 14px 52px 14px 30px;
  text-decoration: none;
}
.extra-joinus .ee-j-p .ee-j-i .scroll-top a::after {
  content: "";
  background: url("../images/saas-summit/arrow.svg") no-repeat;
  display: inline-block;
  width: 24px;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  right: 20px;
  background-size: contain;
  display: inline-block;
  top: 0px;
  margin-top: 18px;
}
.extra-joinus .ee-j-p .ee-j-i .scroll-top a:hover {
  transition: 0.3s ease;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12), 0 14px 24px 0 rgba(0, 0, 0, 0.12);
}
.extra-joinus .ee-j-p .ee-j-i .scroll-top a:hover::after {
  right: 16px;
}

.ee-j-i .hs_error_rollup .no-list li {
  position: absolute;
  top: 65px;
}

/*  Middle Form */
/* Footer Form */
.extra-footer {
  margin-bottom: 0;
  height: auto;
  padding: 100px 0;
  border-radius: 0;
}
.extra-footer .ee-j-p .ee-j-i .ee-j-h {
  text-align: left;
  margin-bottom: 0;
}
.extra-footer .ee-j-p .ee-j-i .ee-j-para {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 22.91px;
  margin-bottom: 35px;
}
.extra-footer .ee-j-p .ee-j-i .ee__submit {
  width: 552px;
  opacity: 1;
  visibility: visible;
  position: relative;
  left: -12px;
}

.extra-joinus.extra-footer::after {
  background-size: 70%;
}

/* Footer Form */
.mt-six {
  margin-top: 67px;
}

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

.social-right h4 {
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.social-right .block,
.social-right .know {
  font-family: "IBM Plex Sans", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

/* This is not Final Design */
.extra-joinus.no-bg::after {
  display: none;
}
@media (max-width: 991px) {
  .extra-joinus.no-bg .ee-j-h {
    text-align: center;
  }
}

.ee-j-p .ee-j-i .ee-j-h.js {
  color: #ffffff;
  font-size: 72px;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}

.extra-footer .js {
  color: blue;
}

/* This is not Final Design */
.img .c-logos {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .ee + .extra-joinus.extra-footer .ee-j-p {
    padding-bottom: 60px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1360px;
  }
}
.extra-joinus.no-bg {
  background: #110953;
}

.extra-joinus.no-bg .ee-j-p .ee-j-i .ee-j-h {
  color: #F4F2E9;
  line-height: 1.3;
}

.extra-joinus.no-bg .ee-j-p .ee-j-i .scroll-top a {
  background: #EC5F2A;
  box-shadow: 0px 0px 1.78937px rgba(0, 0, 30, 0.1), 0px 3.57875px 7.1575px rgba(0, 0, 30, 0.1), 0px 7.1575px 14.315px rgba(0, 0, 30, 0.1);
  border-radius: 3.57875px;
  padding: 17px 79px;
  font-weight: 600;
  color: #FFFFFF;
}

.extra-joinus.no-bg .ee-j-p .ee-j-i .scroll-top a::after {
  display: none;
}