@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
h1,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #344767;
}
h1 {
    font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }
}
h1 {
    font-size: 2.89rem;
    line-height: 1.25;
    letter-spacing: -0.025rem;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    h1 {
        font-size: calc(1.425rem + 2.1vw);
    }
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    padding-left: 2rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    color: #cb0c9f;
    text-decoration: none;
}
a:hover {
    color: #830866;
    text-decoration: none;
}
img,
svg {
    vertical-align: middle;
}
h2 {
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    h2 {
        font-size: calc(1.35rem + 1.2vw);
    }
}
h5 {
    font-size: 1.25rem;
    line-height: 1.375;
    font-weight: 600;
}
@media (max-width: 575.98px) {
    h5 {
        font-size: 1.25rem;
    }
}
h6 {
    font-size: 1rem;
    line-height: 1.625;
}
a {
    letter-spacing: -0.025rem;
    color: #344767;
}
p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
}

.summit-dark-bg{
    background:#1F2128;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*NAVBAR-----------------------------*/
.collapse:not(.show) {
    display: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #cb0c9f;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:hover,
.nav-link:focus {
    color: #830866;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}
.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.navbar {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
}
.navbar .navbar-brand {
    color: #344767;
    font-size: 0.875rem;
}
.navbar .nav-link {
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 0.875rem;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: none;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #6c757d;
    transition: all 0.2s;
    margin: 0 auto;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar2,
.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar3 {
    margin-top: 7px;
}
@media (max-width: 767.98px) {
    .navbar-collapse {
        position: relative;
    }
    .navbar-collapse .navbar-nav {
        width: 100%;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*HEADER-----------------------------*/
.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
}
.page-header .container {
    z-index: 1;
}
.fixed-plugin .btn.bg-gradient-primary:not(:disabled):not(.disabled) {
    border: 1px solid transparent;
}
.fixed-plugin .btn.bg-gradient-primary:not(:disabled):not(.disabled):not(.active) {
    background-color: transparent;
    background-image: none;
    border: 1px solid #ff07c7;
    color: #ff07c7;
}
.bg-gradient-primary {
    background-image: linear-gradient(310deg, #ffd71a 0%, #ff07c7 100%);
}
.blur {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(33, 33, 33, 0.8) !important;
}
.blur.blur-rounded {
    border-radius: 40px;
}
.shadow-blur {
    box-shadow: inset 0 0px 1px 1px rgba(254, 254, 254, 0.2), 0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
}
hr.vertical {
    position: absolute;
    background-color: transparent;
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
}
hr.vertical.dark {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*WAVES-----------------------------*/
.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}
/* Animation for the waves */
.moving-waves>use {
    animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.moving-waves>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 11s;
}
.moving-waves>use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.moving-waves>use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s;
}
.moving-waves>use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s;
}
.moving-waves>use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
@media (max-width: 767.98px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*TXT-----------------------------*/
.lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625;
}
.text-sm {
    line-height: 1.5;
}
.text-sm {
    font-size: 0.875rem !important;
}
.font-weight-bolder {
    font-weight: 700 !important;
}
.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}
.text-gradient.text-primary {
    background-image: linear-gradient(310deg, #ffd71a, #ff07c7);
}
.color-font-x {
    background: linear-gradient(90deg, #ff07c7, #ffd71a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.text-intro-title {
    color: #ff07c7;
    font-size: 50px;
    padding-bottom: 20px;
    line-height: 1.1em;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
@media (max-width:992px) {
    .text-intro-title {
        color: #ff07c7;
        font-size: 24px;
        padding-bottom: 20px;
        line-height: 1em;
        text-transform: uppercase;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0;
    }
}
.text-intro {
    color: #ff07c7;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.content-clips {
    font-family: "Open Sans", sans-serif;
    color: #ff07c7;
    background: -webkit-linear-gradient(-120deg, #ff07c7, #ffd71a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-attachment: fixed;
}
.color-font-clip {
    color: #ff07c7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*BG-----------------------------*/
.summit-section {
    background: #1F2128;
    z-index: 100;
}
.section-investir {
    background-image: url('../img/back-who.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}
.summit-split-hr {
    background: #1F2128;
    border-top: 1px solid #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
@media (max-width:992px) {
    .summit-split-hr {
        background: #1F2128;
        border-top: 1px solid #fff;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
    }
}
@media (max-width:572px) {
    .summit-split-hr {
        background: #1F2128;
        border-top: 1px solid #fff;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
    }
}

.summit-split-back {
    background: #1F2128;
}
.text-shadow {
    text-shadow: 0 10px 10px #121212;
}
.btn-cta-sum {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px !important;
    margin-bottom: 0 !important;
    max-width: 300px !important;
    font-size: 18px;
    background-image: linear-gradient(90deg, #ff07c7 0%, #ffd71a 100%) !important;
}
.btn-cta-sum:hover {
    color: #333;
}
.summit-split-footer {
    background: #1F2128;
    border-top: 1px solid #fff;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
}
.bg-gradient-warning {
    background-image: linear-gradient(120deg, #ff07c7 0%, #ffd71a 100%);
}
.bg-gradient-dark {
    background-image: linear-gradient(360deg, #141727 0%, #1F2128 100%);
}
.bg-gradient-white {
    background-image: linear-gradient(360deg, #fafafa 0%, #ffffff 100%);
}
.bg-gradient-dark-rev {
    background-image: linear-gradient(180deg, #141727 0%, #1F2128 100%);
}
.bg-gradient-mono {
    background-image: linear-gradient(360deg, #1F2128 0%, #1F2128 100%);
}
.section-summit-intro {
    background-image: url('../img/summit-back-01.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}
.bg-gradient-faded-pink {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(255, 7, 199, 0.6) 0, #ff07c7 100%);
}
.bg-gradient-faded-yellow {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(255, 215, 26, 0.6) 0, #ffd71a 100%);
}
.bg-gradient-faded-p {
    background-image: #ff07c7;
}
.bg-gradient-faded-y {
    background-image: #ffd71a;
}
.bg-cover {
    background-size: cover;
}

.mask {
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*CARDS-----------------------------*/
.card {
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
.card .card-body {
    padding: 1.5rem;
}
.card.card-background {
    align-items: center;
}
.card.card-background .full-background {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 30px;
    width: 100%;
    height: 450px;
    position: absolute;
    border-radius: 1rem;
    box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.7);
}
.card.card-background .card-body {
    color: #fff;
    position: relative;
    z-index: 2;
}
.card.card-background:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: 1;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    border-radius: 1rem;
}
.icon-lg {
    width: 64px;
    height: 64px;
}
.info-horizontal {
    text-align: left !important;
}
@media (max-width: 767.98px) {
    hr.horizontal {
        background-color: transparent;
    }
    hr.horizontal.dark {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    }
}
.cursor-pointer {
    cursor: pointer;
}
.tilt {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.tilt .up {
    -webkit-transform: translateZ(50px) scale(0.7);
    transform: translateZ(50px) scale(0.7) !important;
    transition: all 0.5s;
}
.card-alt {
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
.card-alt .card-body {
    padding: 1.5rem;
}
.card-alt.card-background {
    align-items: center;
}
.card-alt.card-background .full-background {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 30px;
    width: 100%;
    height: 340px;
    position: absolute;
    border-radius: 1rem;
    border: 2px solid #fff;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.7);
}
.card-alt.card-background .card-body {
    color: #fff;
    position: relative;
    z-index: 2;
}
.card-alt.card-background:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 340px;
    width: 100%;
    z-index: 1;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    border-radius: 1rem;
}
.card-team .card-body {
    padding: 1.5rem;
    box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.7);
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*CAROUSEL-----------------------------*/
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.7);
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item.active {
    display: block;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*FOOTER-----------------------------*/
.bg-dark {
    background-color: #121212 !important;
}
.opacity-8 {
    opacity: 0.8 !important;
}
.footer .nav-link {
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    padding-top: 0;
    padding-bottom: 0.25rem;
}
.footer .nav-link:hover {
    opacity: 1 !important;
    transition: opacity 0.3 ease;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*BTN-----------------------------*/
button:focus:not(:focus-visible) {
    outline: 0;
}
[role="button"] {
    cursor: pointer;
}
button,
[type="button"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
.btn:not([class*="btn-outline-"]) {
    border: 0;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
button {
    border-radius: 0;
}
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    text-transform: none;
}
.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease-in;
}
.btn {
    margin-bottom: 1rem;
    letter-spacing: -0.025rem;
    text-transform: uppercase;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    background-size: 150%;
    background-position-x: 25%;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #fff;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
}
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.btn-sm {
    padding: 0.5rem 2rem;
    font-size: 0.75rem;
    border-radius: 0.5rem;
}
.btn:active,
.btn:active:focus,
.btn:active:hover {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
    transform: scale(1);
    opacity: 0.85;
}
.btn:hover:not(.btn-icon-only) {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
    transform: scale(1.02);
}
.btn.btn-round {
    border-radius: 1.875rem;
}
.btn.bg-gradient-primary:hover {
    background-color: #cb0c9f;
    border-color: #cb0c9f;
}
.btn.bg-gradient-primary:focus {
    color: #fff;
}



/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*Responsive-----------------------------*/

@media (max-width:992px) {
    .sum-mob-pad {
        margin-top:270px;
    }
}

@media (max-width:992px) {
    .sum-mob-xpad {
        padding-top:70px;
        padding-bottom:220px;
    }
}
@media (min-width:992px) {
    .sum-mob-xpad {
        padding-bottom:170px;
    }
}

.card-body h2 {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .card-body  h2 {
        font-size: calc(1.35rem + 1.2vw);
    }
}

.bg-impulse {
    background: url('../img/impulse.png');
}
.bg-quantum {
    background: url('../img/quantum.png');
}