body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background-color: #8E8E8E;
}

body::-webkit-scrollbar-thumb {
    background-color: #846175;
}

@charset "UTF-8";

/* GENERAL: */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    font-size: 100%;
    background: #fff;
}

body {
    margin: 0;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    overflow-x: hidden;

    --blueberry: #53414B;
    --rose: #846175;
    --white: #ffff;
    --black-50: #333333;
    --black-75: #272727;
    --black-100: #0a0a0a;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

#successm, #errorm {
    display: none;
    background: #EDE2FD;
    color: var(--blueberry);
    padding: 1% 2%;
    font-size: 15px;
}

.error {
 font-size: 12px!important;
    color: var(--blueberry)!important;
}

/* CURSOR */
.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 100;
}

.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: var(--rose);
}

.cursor-dot-outline {
    width: 40px;
    height: 40px;
    background-color: rgba(215, 85, 131, 0.5);
}

/* Button: scroll to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--rose);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #AC4469;
}

/* NAVIGATION: */
.navbar {
    height: 100px;
    background: #f3edff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transition: ease 0.45s;
    z-index: 1030;
}

.navbar .navbar-brand {
    text-transform: uppercase;
    font-weight: 800;
    color: #8c8c8c;
    margin-top: -5px;
    transition: ease 0.45s;
    width: 177px;
    height: 40px;
    object-fit: contain;
}

.navbar-collapse {
    padding-bottom: 5px;
}

.navbar-collapse .nav-item {
    padding: 22px 8px 15px 8px;
    font-size: 0.8em;
    font-weight: 600;
}

.navbar-collapse .nav-item a {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: var(--blueberry);
    transition: ease 0.45s;
    position: relative;
}

.navbar-collapse .nav-item a:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0%;
    height: 2px;
    transition: 0.5s;
    background-color: var(--rose);
}

.navbar-collapse .nav-item a:hover:before {
    width: 100%;
}

.navbar-collapse .nav-item a:hover, .navbar-collapse .nav-item a:focus, .navbar-collapse .nav-item a:active {
    text-decoration: none;
    color: var(--rose);
}

.navbar .navbar-toggler {
    top: 12px;
}

.drop {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    min-width: 50% !important;
    margin-top: 0px !important;
    left: 25% !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    text-align: center !important;
}

.dropdown-menu li {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: var(--blueberry);
}

.dropdown-toggle::after {
    display: none;
}

@media (min-width: 992px) {
    .navbar-collapse .nav-item a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden;
        padding: 10px 5px 10px 5px;
    }

    .navbar-collapse .nav-item a:hover {
        color: #846175;
        text-decoration: none;
        border-radius: 5%;
    }

    .navbar-collapse .nav-item a.active:before {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 100%;
        height: 2px;
        transition: 0.5s;
        background-color: var(--rose);
    }
}

/* HEADER - SLIDER */
.header {
    background: #F3EDFE;
    position: relative;
    padding: 150px 0 0 0;
    height: 657px;
}

.transform {
    width: 100%;
    background-color: #EDE2FD;
    position: relative;
}

.transform:before {
    content: "";
    position: absolute;
    border-bottom: 200px solid #EDE2FD;
    border-left: 100vw solid transparent;
    top: 301px;
}

.transform:after {
    content: "";
    position: absolute;
    border-top: 200px solid #EDE2FD;
    border-right: 100vw solid transparent;
    bottom: -700px;
}

.header .btns-carousel {
    width: 150px;
    height: 54px;
    line-height: 54px;
    text-align: left;
    padding-left: 5%;
    border-radius: 100px;
    background-color: var(--rose);
    position: relative;
    margin-top: 10%;
    color: var(--white);
}

.header .btn-oval {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.2;
    background-color: #000000;
    border-radius: 50%;
    right: 5px;
    bottom: 7px;
    cursor: pointer;
}

.btn-oval:before {
    content: url('../img/chevron-white.png');
    position: absolute;
    right: 11px;
    top: 3px;
    width: 22px;
    height: 22px;
    opacity: 2;
    z-index: 100;
}

.slick-next:before {
    content: url('../img/chevron-dark.png');
    position: absolute;
    right: 11px;
    top: 0px;
    width: 22px;
    height: 22px;
    object-fit: contain;
    opacity: 2;
    z-index: 100;
}

.slick-prev:before {
    content: url('../img/chevron-dark2.png');
    position: absolute;
    right: 11px;
    top: 3px;
    width: 22px;
    height: 22px;
    object-fit: contain;
    opacity: 2;
    z-index: 100;
}

.header .btns-carousel a {
    height: 22px;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    padding-left: 15%;
}

.header img.color {
    animation: color 4s linear infinite;
}

.header h1 {
    font-size: 2.3em;
    line-height: 55px;
    font-weight: 600;
    color: var(--rose);
}

.header h2 {
    font-size: 2.3em;
    line-height: 55px;
    font-weight: 600;
    color: var(--blueberry);
}

.layer {
    height: auto;
}

.header .slick-dots {
    bottom: 0%;
    left: -43%;
}

.header .slick-next {
    right: 84%;
    z-index: 100;
    display: none;
}

.header .slick-prev {
    z-index: 100;
    left: -15px;
    display: none;
}

.header .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
    background-color: var(--rose);
    border-radius: 50%;
    content: "";
    opacity: 1;
    top: 20%;
    left: 22%;
}

.header .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: var(--blueberry);
    border-radius: 50%;
    content: "";
    opacity: 1;
    top: 20%;
    left: 22%;
}

.header .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    border: solid 1px var(--blueberry);
    border-radius: 50%;
    position: relative;
}

/* OFFER */
.offer {
    margin-top: 5%;
}

.offer .row {
    justify-content: space-around;
}

.offerRectangle {
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    width: 247px;
    height: 270px;
    text-align: center;
}

.offerRectangle h3 {
    font-size: 20px;
    padding: 15px 11px;
    line-height: 1.4;
    height: 75px;
    letter-spacing: normal;
    text-align: center;
    color: var(--blueberry);
}

.offerRectangle img {
    object-fit: contain;
    width: auto;
    height: 50px;
}

.offerRectangle p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    margin: 15px auto;
    padding-left: 10%;
    padding-right: 10%;
    height: 48px;
    color: var(--black-50);
}

.offerRectangle button {
    width: 64px;
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--rose);
    background: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.offerRectangle button:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0px;
    background: var(--rose);
    transition: 0.5s;
}

.offerRectangle button:hover:before {
    width: 100%;
}

/* BEZPIECZENSTWO DANYCH */
.data {
    margin-top: 172px;
}

.data-title {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--rose);
}

.data-title span {
    color: var(--blueberry);
}

.data-description {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--black-50);
}

.data-link {
    padding-top: 40px;
    display: flex;
}

.data-link a {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-transform: uppercase;
    color: var(--rose);
}

.data-link2 {
    display: flex;
}

.data-link2 a {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-transform: uppercase;
    color: var(--rose);
}

.data-link p {
    transition: 0.8s;
    margin-left: 30px;
}

.data-link p:hover {
    margin-left: 15px;
}

.data-link2 p {
    transition: 0.8s;
    margin-right: 30px;
}

.data-link2 p:hover {
    margin-left: 15px;
    margin-right: 15px;
}

/* POZNAJ MOBIME */
.meet {
    margin-top: 105px;
}

.bezpieczenstwo-maintext {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--black-50);
}

/* ZAUFALI */
.trust {
    margin-top: 105px;
    z-index: 100;
}

.trust-title {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--blueberry);
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    transition: 0.6s;
}

.trust-title:hover {
    color: var(--rose);
}

.trust .slick-slide img {
    width: auto;
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
    z-index: 100;
}

.trust-box {
    border-right: solid 1px #d8d8d8;
    position: relative;
    transition: 0.8s;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    cursor: pointer;
    z-index: 100;
}

.trust-box:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.trust-box:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 0px;
    width: 2px;
    background-color: var(--rose);
    transition: 0.8s;
}

.trust-box:hover {
    border-right: none;
}

.trust-box:hover:before {
    height: 80px;
}

/* REFERENCJE */
.opinions-title {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--blueberry);
    padding-top: 110px;
    padding-bottom: 40px;
}

.opinions-description {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: var(--black-50);
    position: relative;
    z-index: 0;
    padding: 2% 4%;
}

.opinions-description:before {
    content: "";
    background: url("../img/quote-top.png");
    position: absolute;
    top: 0%;
    left: 1%;
    width: 64px;
    height: 49px;
    object-fit: contain;
    z-index: 99;
}

.opinions-description:after {
    content: "";
    background: url("../img/quote-bottom.png");
    position: absolute;
    bottom: 0%;
    right: 1%;
    width: 38px;
    height: 29px;
    object-fit: contain;
    z-index: 99;
}

.opinions-person {
    display: flex;
}

.opinions-person img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.opinions-person p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: var(--rose);
    padding-left: 3%;
}

.opinions-person span {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: var(--black-50);
}

/* CV */
.cv {
    margin-top: 20px;
}

.cv-title {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--blueberry);
    margin-top: 70px;
    padding-bottom: 40px;
}

.cv-subtitle {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--black-50);
    text-align: center;
}

.cv-title:hover {
    color: var(--rose);
}

.cvRectangle {
    z-index: 99;
    width: 270px;
    height: 230px;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    text-align: center;
}

.cvRectangle h3 {
    height: 70px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--blueberry);
    padding: 15px 11px;
}

.cvRectangle p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: var(--black-50);

}

.cvRectangle h5 {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--black-50);
}

.cvRectangle button {
    width: 64px;
    height: 22px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--rose);
    background: none;
    border: none;
}

.cv .karieraBox-1,
.cv .karieraBox-2 {
    z-index: 1;
}

.cv-text {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-top: 60px;
    text-align: center;
}

.cv-text div {
    z-index: 99;
}

.cv-button {
    justify-content: center;
}

.cv-button .btn-footer {
    z-index: 99;
    width: 150px;
    height: 54px;
    line-height: 54px;
    text-align: left;
    border-radius: 100px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--rose);
    position: relative;
    margin-top: 3%;
    margin-bottom: 8%;
}

.btn-footer .btn-oval {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.2;
    background-color: #000000;
    border-radius: 50%;
    right: 5px;
    bottom: 7px;
    cursor: pointer;
}

.btn-footer span {
    width: 56px;
    height: 22px;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    padding-left: 15%;
    cursor: pointer;
}

/*Prefooter */
.prefooter-transform {
    background: #F1F1F1;
    position: relative;
    height: 300px;
    margin-top: -300px;
    z-index: -2;
}

.transform-bottom {
    width: 100%;
    background-color: #E7E7E7;
    position: relative;
    z-index: -1;
}

.transform-bottom:before {
    content: "";
    position: absolute;
    border-bottom: 200px solid #E7E7E7;
    border-left: 100vw solid transparent;
    top: -500px;
}

.transform-bottom:after {
    content: "";
    position: absolute;
    border-top: 200px solid #E7E7E7;
    border-right: 100vw solid transparent;
    bottom: 100px;
}

/* FOOTER */
footer {
    height: 100%;
    background-color: #2C3846;
}

.footerBox {
    width: 218px;
    height: 82px;
    border-radius: 27px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: #13212F;
    display: flex;
    padding: 15px;
}

.footerBox img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    padding-right: 2%;
}

.footerBox p {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
}

.footer-inner p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    padding-top: 33px;
}

.cookie-pages a {
    color: white;
    font-size: 12px;
}

.footerBoxes {
    padding-top: 68px;
    justify-content: space-evenly;
    text-align: center;
}

#top-header div:nth-child(1) {
    display: flex;
    justify-content: flex-end;
}

.my-animated-box {
    position: relative;
    overflow: hidden;
}

.generowanieBoxes #modal-container,
.generowanieBoxes #modal-container2,
.generowanieBoxes #modal-container3 {
    top: -50vh;
    left: -50vw;
}

/* MODAL Z OFERTA */
#modal-container,
#modal-container2,
#modal-container3 {
    position: fixed;
    display: table;
    height: 200vh;
    width: 200vw;
    top: -100vh;
    left: -100vw;
    transform: scale(0);
    z-index: 999;
    bottom: 0;
    right: 0;
}

#modal-container.one,
#modal-container2.two,
#modal-container3.three {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal,
#modal-container2.two .modal-background .modal,
#modal-container3.three .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out,
#modal-container2.two.out,
#modal-container3.three.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal,
#modal-container2.two.out .modal-background .modal,
#modal-container3.three.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background,
#modal-container2 .modal-background,
#modal-container3 .modal-background {
    display: table-cell;
    background: var(--rose);
    text-align: center;
    vertical-align: middle;
}

#modal-container .modal-background .modal,
#modal-container2 .modal-background .modal,
#modal-container3 .modal-background .modal {
    background: white;
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    font-family: sans-serif;
    position: relative;
    text-transform: uppercase;
}

#modal-container .modal-background .modal h2,
#modal-container2 .modal-background .modal h2,
#modal-container3 .modal-background .modal h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    color: var(--blueberry);
}

#modal-container .modal-background .modal p,
#modal-container2 .modal-background .modal p,
#modal-container3 .modal-background .modal p {
    font-size: 12px;
    line-height: 15px;
    color: var(--blueberry);
}

#modal-container .modal-background .modal .modal-svg,
#modal-container2 .modal-background .modal .modal-svg,
#modal-container3 .modal-background .modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

#modal-container .modal-background .modal .modal-svg rect,
#modal-container2 .modal-background .modal .modal-svg rect,
#modal-container3 .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}

.content {
    position: relative;
    z-index: 0;
}

.content h1 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    padding-top: 20%;
    text-transform: uppercase;
    font-family: sans-serif;
}

.content .buttons {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.content .buttons .button-modal {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--rose);
    border: none;
    cursor: pointer;
    transition: all .55s ease;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    background: none;
}

.content .buttons .button-modal:hover {
    color: var(--blueberry);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1200px;
    }
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}


/* COOKIE */
.button_cookie {
    color: #fff;
    font-size: 12px;
}

.row-cookie {
    justify-content: center;
    text-align: center;
    padding-top: 3%;
}

footer .modal-body {
    font-size: 12px;
}

footer .modal-title {
    color: #433E9D;
    font-size: 16px;
    font-weight: 600;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -150px;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.btn_personal_data{
    cursor: pointer;
}

