@charset "UTF-8";
body > script + img {
  display: none;
}

#onetrust-banner-sdk {
  display: none;
}
body {
  background-color: #000E1E;
}

html, body, body #smooth-content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar, body::-webkit-scrollbar, body #smooth-content::-webkit-scrollbar {
  display: none;
}

h1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 58px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 40px;
}

h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
}

h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 34px;
}

h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
}

ul.uix-checked-list li {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ul.uix-checked-list li:before {
  color: #5294DD;
}

p {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
p.lg {
  font-size: 20px;
  line-height: 27px;
}

.btn.btn-white {
  color: #000E1E !important;
}
@property --gradientAngle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@-webkit-keyframes rotateGradient {
  0% {
    --gradientAngle:0deg;
  }
  12.5% {
    --gradientAngle:45deg;
  }
  25% {
    --gradientAngle:90deg;
  }
  37.5% {
    --gradientAngle:135deg;
  }
  50% {
    --gradientAngle:180deg;
  }
  62.5% {
    --gradientAngle:225deg;
  }
  75% {
    --gradientAngle:270deg;
  }
  87.5% {
    --gradientAngle:335deg;
  }
  100% {
    --gradientAngle:360deg;
  }
}
@keyframes rotateGradient {
  0% {
    --gradientAngle:0deg;
  }
  12.5% {
    --gradientAngle:45deg;
  }
  25% {
    --gradientAngle:90deg;
  }
  37.5% {
    --gradientAngle:135deg;
  }
  50% {
    --gradientAngle:180deg;
  }
  62.5% {
    --gradientAngle:225deg;
  }
  75% {
    --gradientAngle:270deg;
  }
  87.5% {
    --gradientAngle:335deg;
  }
  100% {
    --gradientAngle:360deg;
  }
}
@-webkit-keyframes rotateRing {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateRing {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[data-gradient-delay="300"] {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

[data-gradient-delay="500"] {
  -webkit-animation-delay: 500ms !important;
          animation-delay: 500ms !important;
}

[data-gradient-delay="700"] {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

[data-gradient-delay="1000"] {
  -webkit-animation-delay: 1000ms !important;
          animation-delay: 1000ms !important;
}

[data-gradient-delay="2000"] {
  -webkit-animation-delay: 2000ms !important;
          animation-delay: 2000ms !important;
}

[data-gradient-speed=".5"] {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}

[data-gradient-speed="1.5"] {
  -webkit-animation-duration: 6s !important;
          animation-duration: 6s !important;
}

[data-gradient-speed="2"] {
  -webkit-animation-duration: 8s !important;
          animation-duration: 8s !important;
}

[data-gradient-speed="3"] {
  -webkit-animation-duration: 12s !important;
          animation-duration: 12s !important;
}

[data-gradient-speed="4"] {
  -webkit-animation-duration: 16s !important;
          animation-duration: 16s !important;
}

[data-reveal] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.realworld-hero {
  position: relative;
  height: 650px;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center center;
  background-image: url("/realworld/dist/assets/RW26_hero_background_mobile-image.jpg");
}
.realworld-hero .hero-overlay {
  display: none;
}
.realworld-hero .hero-content {
  text-align: center;
}
.realworld-hero .hero-content .hero-upper {
  color: #fff;
  margin-bottom: 50px;
}
.realworld-hero .hero-content .hero-date {
  text-transform: uppercase;
  margin-bottom: 120px;
  letter-spacing: 0.08em;
  font-size: 20px;
}
.realworld-hero .hero-content img.hero-logo {
  max-width: 100%;
  margin-bottom: 24px;
}
.realworld-hero .hero-content .hero-recap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.realworld-hero .hero-content .hero-recap .recap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.realworld-hero .hero-content .hero-recap .recap img {
  width: 30px;
  margin-right: 22px;
}
.realworld-hero .hero-content .hero-recap .recap p {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 0;
}

[data-hero-reveal] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.realworld-body {
  background: #000E1E;
}

section.section-dark {
  background-color: #000E1E;
}

section.section-gradient {
  background: linear-gradient(98.68deg, #A0CDFF 0.41%, #5294DD 49.63%, #214D7F 98.85%);
}
section.section-gradient[data-rotate-background-gradient] {
  --gradientAngle:0deg;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradientAngle)), color-stop(0.41%, #A0CDFF), color-stop(49.63%, #5294DD), color-stop(98.85%, #214D7F));
  background: linear-gradient(var(--gradientAngle), #A0CDFF 0.41%, #5294DD 49.63%, #214D7F 98.85%);
  -webkit-animation: rotateGradient 4s linear infinite;
          animation: rotateGradient 4s linear infinite;
}
section.section-gradient.section-intro {
  padding-top: 150px;
  padding-bottom: 150px;
}
section.section-gradient.section-notify {
  padding-top: 100px;
  padding-bottom: 100px;
}
.realworld-card {
  padding: 24px;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1;
}
.realworld-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0b1728;
  padding: 30px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.realworld-card.stat-card {
  height: 100%;
  padding: 40px;
}
.realworld-card.stat-card .stat-card-figure {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 54px;
  line-height: 90px;
  text-align: center;
  background: linear-gradient(98.68deg, #A0CDFF 0.41%, #5294DD 49.63%, #214D7F 98.85%);
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.realworld-card.stat-card .stat-card-figure[data-rotate-text-gradient] {
  --gradientAngle:0deg;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradientAngle)), color-stop(0.41%, #A0CDFF), color-stop(49.63%, #5294DD), color-stop(98.85%, #214D7F));
  background: linear-gradient(var(--gradientAngle), #A0CDFF 0.41%, #5294DD 49.63%, #214D7F 98.85%);
  -webkit-animation: rotateGradient 4s linear infinite;
          animation: rotateGradient 4s linear infinite;
}
.realworld-card.stat-card .stat-card-info {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.realworld-card.border-gradient {
  padding: 3px;
  position: relative;
}
.realworld-card.border-gradient .card-body {
  width: 100%;
  position: relative;
  z-index: 8;
  border-radius: 17px;
}
.realworld-card.border-gradient .card-border {
  z-index: 3;
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  background: linear-gradient(97.8deg, #A0CDFF -39.62%, #5294DD 35.3%, #214D7F 110.21%);
}
.realworld-card.border-gradient .card-border[data-rotate-border-gradient] {
  --gradientAngle:0deg;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradientAngle)), color-stop(-39.62%, #A0CDFF), color-stop(35.3%, #5294DD), color-stop(110.21%, #214D7F));
  background: linear-gradient(var(--gradientAngle), #A0CDFF -39.62%, #5294DD 35.3%, #214D7F 110.21%);
  -webkit-animation: rotateGradient 4s linear infinite;
          animation: rotateGradient 4s linear infinite;
}
.card-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.card-carousel-wrapper .card-swiper {
  padding: 0 30px 40px;
}
.card-carousel-wrapper .card-swiper .swiper-wrapper .swiper-slide {
  padding: 0 20px;
  height: auto;
}
.card-carousel-wrapper .card-swiper .swiper-pagination {
  bottom: 0;
}
.card-carousel-wrapper .card-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.card-carousel-wrapper .card-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5294DD;
}
.card-carousel-wrapper .card-swiper .swiper-button-prev {
  border: none;
  color: #fff;
  font-size: 48px;
  color: #fff;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 28;
}
.card-carousel-wrapper .card-swiper .swiper-button-next {
  border: none;
  color: #fff;
  font-size: 48px;
  color: #fff;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 28;
}
.card-carousel-wrapper:before {
  z-index: 26;
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(266.64deg, rgba(11, 24, 38, 0) 18.5%, #000E1E 71.47%);
}
.card-carousel-wrapper:after {
  z-index: 26;
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(86.64deg, rgba(11, 24, 38, 0) 18.5%, #000E1E 71.47%);
}

.desktop-stats-row {
  display: none;
}
.lp-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000E1E;
}
.lp-footer .sub-footer {
  background: #000E1E;
}

.form-control, .form-control:focus {
  color: #fff;
}

.form-group.with-label .form-control.has-input + .rp-input-label, .form-group.with-label .form-control:focus + .rp-input-label {
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}

.entity-form-wrapper .entity-form {
  background-color: transparent;
}
.entity-form-wrapper .entity-wrapper h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.entity-form-wrapper .entity-form .form-group .submit-button.btn-primary {
  border: 2px solid #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: transparent;
}
.entity-form-wrapper .entity-form .form-group.with-label .rp-input-label {
  color: #fff;
  top: 14px;
  left: 14px;
  font-weight: 600;
}
.entity-form-wrapper .entity-form .form-group.with-label .form-control:focus + .rp-input-label {
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}
.entity-form-wrapper .entity-form .form-group.with-label.select-group {
  position: relative;
}
.entity-form-wrapper .entity-form .form-group.with-label.select-group:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  font-family: "realpage";
  pointer-events: none;
}
.entity-form-wrapper .entity-form input:not([type=checkbox]).form-control, .entity-form-wrapper .entity-form select.form-control {
  border-radius: 17px;
  height: 55px;
  background: rgba(217, 217, 217, 0.44);
  border-color: transparent;
}
.entity-form-wrapper .entity-form select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding-left: 24px;
}
.modal.formModal {
  z-index: 1240;
}
.modal.formModal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.formModal .modal-dialog .modal-body .close {
  font-size: 48px;
  top: 0;
  right: 0;
  padding: 0 0 10px 10px;
}
.modal.formModal .modal-dialog .modal-body .entity-form-wrapper .entity-wrapper h4 {
  margin-top: 24px;
  font-weight: 900;
  line-height: 40px;
  font-size: 32px;
  background: linear-gradient(98.68deg, #A0CDFF 0.41%, #5294DD 49.63%, #214D7F 98.85%);
  background-position: center center;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.modal-backdrop {
  background-color: #000E1E;
}
.modal-backdrop.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  opacity: 0.95;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1260px) {
  h1 {
    font-size: 90px;
    line-height: 90px;
  }

  h2 {
    font-size: 48px;
    line-height: 58px;
  }

  h3 {
    font-size: 40px;
    line-height: 48px;
  }

  h5 {
    font-size: 34px;
    line-height: 100%;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }
  p.lg {
    font-size: 20px;
    line-height: 28px;
  }
  .realworld-hero {
    background: #000E1E;
    height: 820px;
  }
  .realworld-hero .hero-overlay {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/realworld/dist/assets/hero-texture-small.png");
    background-position: center center;
    background-size: cover;
  }
  .realworld-hero .container {
    z-index: 200;
  }
  .realworld-hero .hero-content .hero-date {
    margin-bottom: 50px;
    font-size: 40px;
  }
  .realworld-hero .hero-content .hero-recap .recap a {
    font-size: 14px;
  }
  section.section-gradient.section-intro {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  section.section-gradient.section-notify {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .realworld-card {
    padding: 60px;
  }
  .realworld-card.stat-card .stat-card-figure {
    font-size: 75px;
    line-height: 100%;
  }
  .entity-form-wrapper .entity-wrapper h4 {
    font-size: 21px;
    line-height: 35px;
  }
}
@media (min-width: 1020px) {
  .realworld-card.stat-card .stat-card-figure {
    margin-bottom: 24px;
    font-size: 72px;
    line-height: 100%;
  }
  .desktop-stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-stats-carousel-wrapper {
    display: none;
  }
}
@media (min-width: 1430px) {
  .realworld-card.stat-card .stat-card-figure {
    font-size: 75px;
    line-height: 100%;
  }
  .realworld-card.stat-card .stat-card-info {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 839px) {
  .modal.formModal .modal-dialog {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .modal.formModal .modal-dialog .modal-body .close {
    padding: 0px 10px 10px;
  }

  .modal.formModal .modal-dialog .modal-body .entity-form-wrapper .entity-wrapper h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

/*# sourceMappingURL=app.css.map*/