@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');
html {
    overflow-x: hidden !important
}

.js-content-wrapper.col-xs-12 {
    padding: 0 !important
}

.footer-container {
    border-top: 4px solid #3a7ca5;
    border-bottom: 1px solid #3a7ca5;
    padding-bottom: 15px
}

html {
    font-family: "Inter", sans-serif !important;
    font-weight: 400
}

span.logo {
    font-family: "Outfit", sans-serif;
    font-weight: 400
}

.st-footer,
.after-footer {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px
}

.st-footer h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 20px
}

.container.after-footer {
    padding-top: 10px !important
}

.cookie-policy-container br {
    display: none
}

@media(max-width:768px) {
    .cookie-policy-container br {
        display: block
    }
    h3.footer-h {
        margin-top: 20px
    }
}

.social-container {
    display: flex
}

.social-container svg {
    display: block;
    margin: 10px 10px 0 0
}

#header {
    position: sticky !important;
    top: 0 !important;
    overflow: hidden !important
}

.dyplommain-container {
    margin-top: -30px !important;
    height: 90vh !important;
    max-height: 900px !important;
    position: relative;
    background-color: #fff !important
}

.welcome-slide {
    text-align: center;
    position: relative;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.welcome-slide h2 , .welcome-slide h1{
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 60px;
    color: #000
}

.welcome-slide p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000;
    line-height: 32px
}

.contact-btn,
.learn-more-btn {
    width: 400px !important;
    height: 55px !important;
    background-color: #d5a021 !important;
    font-family: "Outfit", sans-serif;
    color: #000 !important;
    font-size: 32px !important;
    padding-top: 5px !important;
    border-radius: 100px !important;
    font-weight: 600;
    transition: all .5s;
    color: #fff !important
}

.learn-more-btn {
    background-color: #3a7ca5 !important
}

.learn-more-svg {
    animation: bounceFloat 2.5s ease-in-out infinite;
    cursor: pointer;
    transition: transform .3s ease
}

@keyframes bounceFloat {
    0%,
    100% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(-12px)
    }
    50% {
        transform: translateY(-6px)
    }
    75% {
        transform: translateY(-16px)
    }
}

.contact-btn:hover,
.offer-btn:hover,
.offer-btn-detailed:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 5px 5px 0 rgba(213, 160, 33, 0.5)
}

.learn-more-btn:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 5px 5px 0 rgba(58, 124, 165, 0.5)
}

.highlight-text {
    position: relative;
    font-weight: 600;
    z-index: 1;
    color: #000;
    display: inline-block
}

.highlight-text::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -7px;
    width: 101%;
    height: 20px;
    background-color: #d5a021;
    border-radius: 100px
}

.offer-slide {
    position: relative;
    background-color: #3a7ca5
}

.offer-slide h2 {
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    padding-top: 30px
}

.offer-tile {
    min-height: 350px !important;
    background-color: #f2dfc2;
    border-radius: 33px !important;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    padding: 20px 10px 10px 20px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid #3a7ca5;
    transition: all 1s
}

.offer-tile h3,
.offer-tile-nd h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #3a7ca5
}

.offer-slide-detailed {
    position: relative;
    background: linear-gradient(to right, #f2dfc2 0, #fff 70%, #fff 100%)
}

.offer-slide-detailed h2 {
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #232323;
    padding-top: 30px
}

.offer-slide-detailed>p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #3a7ca5;
    text-align: center;
    line-height: 28px
}

.offers-grid-detailed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

.offer-tile-detailed {
    background: #fff !important;
    border: rgba(0, 0, 0, 0.2) .5px solid;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 450px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px
}

.offer-tile-detailed h3 {
    color: #000 !important;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px
}

.offer-tile-detailed h4 {
    color: #3a7ca5;
    font-size: 18px;
    font-family: Inter, 'Sans-serif' !important;
    margin-bottom: 8px;
    margin-top: 15px
}

.offer-tile-detailed p {
    color: #000 !important;
    font-size: 16px !important;
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px
}

.offer-content-detailed {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.offer-description-detailed {
    flex-grow: 1
}

.offer-description-detailed p {
    font-family: Inter, 'Sans-serif';
    line-height: 28px
}

.offer-btn-detailed {
    position: relative;
    width: 80%;
    height: 55px;
    background-color: #d5a021;
    border-radius: 0 27.5px 27.5px 27.5px;
    font-weight: 600;
    transition: all .5s;
    font-family: "Outfit", sans-serif;
    color: #fff !important;
    font-size: 18px !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border: 0;
    cursor: pointer
}

@media(max-width:768px) {
    .offers-grid-detailed {
        grid-template-columns: 1fr;
        padding: 10px
    }
    button#submit-homepage{
        font-size:20px;
    }
}

.offer-tile p {
    padding-top: 10px;
    font-size: 24px;
    color: #3a7ca5;
    line-height: 28px
}

.offer-tile p span {
    color: #d5a021;
    font-weight: 600
}

.offer-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80%;
    height: 55px;
    background-color: #d5a021;
    border-radius: 0 27.5px 27.5px 27.5px;
    font-weight: 600;
    transition: all .5s;
    font-family: "Outfit", sans-serif;
    color: #fff !important;
    font-size: 24px !important;
    padding-top: 10px !important
}

.about-us {
    background: linear-gradient(to right, #f2dfc2 0, #fff 100%);
    position: relative;
    text-align: center
}

.serious {
    padding-top: 20px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #3a7ca5
}

.about-us h2 {
    margin-top: -10px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 32px
}

.about-us h3 {
    padding-top: 10px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 24px
}

.more-about-us-container {
    padding: 10px 20px;
    min-height: 600px;
    border-radius: 49px;
    border: 0
}

.more-about-us-container-intro p {
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    width: 70%;
    margin: 40px auto;
    font-style: italic;
    position: relative;
    padding: 20px 40px
}

.more-about-us-container-intro p::before {
    content: '"';
    font-size: 60px;
    color: #3a7ca5;
    position: absolute;
    top: -10px;
    left: 0;
    font-family: serif;
    line-height: 1
}

.more-about-us-container-intro p::after {
    content: '"';
    font-size: 60px;
    color: #3a7ca5;
    position: absolute;
    bottom: -20px;
    right: 0;
    font-family: serif;
    line-height: 1
}

.slides {
    position: relative;
    overflow: hidden;
    height: 250px;
    margin-top: 20px
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 1
}

.slide {
    background: #f2dfc2;
    border-radius: 62px;
    padding: 20px 20px 0 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .5s ease, opacity .5s ease;
    box-shadow: 0 10px 30px rgba(58, 124, 165, 0.05)
}

.slide h3 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding: 10px 10px
}

.slide p {
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    color: #3a7ca5;
    font-size: 24px;
    line-height: 24px;
    padding: 0 5px
}

.slide-content {
    position: relative;
    padding: 20px
}

.slide-content-header-container {
    bottom: -30px;
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translate(-50%, 10px)
}

.slide-content-header {
    background-color: #3a7ca5;
    color: #fff;
    position: relative;
    border-radius: 10px
}

.star {
    position: absolute
}

.star.top-left {
    top: 50%;
    left: 10px;
    transform: translate(10px, -50%)
}

.star.top-right {
    top: 50%;
    right: 10px;
    transform: translate(-10px, -50%)
}

.slider-nav {
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin: 0 15px
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #f2dfc2;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color .3s ease
}

.dot.active {
    background-color: #3a7ca5
}

.slider-prev,
.slider-next {
    background-color: #3a7ca5;
    color: white;
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1
}

.slider-prev:hover,
.slider-next:hover {
    background-color: #2c5d7c
}

.offer-slide-nd-header {
    text-align: center
}

.offer-slide-nd-header h2,
.faq-header h2 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px
}

.offer-slide-nd-header p,
.faq-header p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #3a7ca5
}

.highlight-text-nd {
    position: relative;
    font-weight: 600;
    z-index: 1;
    color: #000;
    display: inline-block
}

.highlight-text-nd::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -5px;
    width: 101%;
    height: 10px;
    background-color: #d5a021;
    border-radius: 100px
}

.offer-tile-nd {
    position: relative;
    height: 120px;
    background-color: #f2dfc2;
    border-radius: 33px !important;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 1s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    transition: all .5s
}

.offer-tile-nd h3 {
    margin: 0;
    flex: 1;
    padding-right: 20px;
    font-size: 24px
}

.offer-tile-img {
    height: 60px;
    width: auto;
    flex-shrink: 0
}

.offer-tile-nd:hover {
    transform: translateY(-10px);
    cursor: pointer;
    background: linear-gradient(to right, #f2dfc2 0, #fff 100%)
}

.partnership {
    background-color: #3a7ca5;
    text-align: center;
    padding: 20px 0;
    position: relative
}

.partnership .offer-slide-nd-header h2 {
    color: #fff;
    margin-top: 10px
}

.partnership .offer-slide-nd-header p {
    color: #d5a021
}

.text-partnership {
    text-align: left
}

.partnership-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-left: 0
}

.partnership-step {
    background-color: #d5a021;
    color: white;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2%
}

.partnership-text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
    display: block;
    padding-top: 5px
}

.dont-w8 {
    margin-top: 50px
}

.table-container {
    margin-top: 50px
}

.contact-form {
    text-align: center;
    background: linear-gradient(to right, #f2dfc2 0, #fff 70%, #fff 100%);
    padding: 20px 0;
    position: relative
}

.partnership-header {
    color: #000
}

.partnership-header p {
    color: #3a7ca5;
    line-height: 28px
}

.partnership-header p span {
    color: #000
}

.form-container {
    min-height: 600px;
    border-radius: 56px;
    width: 95%;
    padding: 20px;
    background-color: #f2dfc2
}

form#contact-form h3 {
    font-size: 24px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #000
}

label.form-label {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 5px
}

input.form-control {
    height: 40px;
    border-radius: 100px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s
}

textarea[name='message'] {
    transition: all .2s;
    border-radius: 20px !important;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
    min-height: 150px
}

input.form-control:focus,
input.form-control:active,
textarea:focus,
textarea:active {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 1);
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 1)
}

.form-check {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

label[for="marketingConsent"] {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #000;
    text-align: left
}

input#marketingConsent {
    height: 20px;
    width: 20px;
    margin-top: 10px;
    border-radius: 5px
}

input#marketingConsent:checked {
    background-color: #3a7ca5 !important;
    border-color: #3a7ca5 !important
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%
}

.input-wrapper.required::after {
    content: "*";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #dc3545;
    font-weight: bold;
    pointer-events: none
}

.input-wrapper.required input {
    padding-right: 30px
}

.input-required {
    color: #3a7ca5;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    padding-left: 2px
}

input[name='deadline'] {
    width: 50%
}

button.message-form-submit {
    background-color: #d5a021 !important;
    text-transform: none;
    font-size: 24px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    width: 90%;
    border-radius: 100px
}

.faq-header {
    margin-top: 100px
}

.faq-container {
    border-radius: 60px;
    padding: 30px
}

.faq-header-q h3 {
    font-size: 24px !important;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #000 !important;
    flex: 1
}

.faq-header-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: all .2s ease
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
    flex-shrink: 0
}

.faq-divider {
    border-bottom: 5px solid #3a7ca5;
    width: 100%;
    height: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 100px
}

.faq-content,
.faq-answer p {
    font-size: 18px !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000 !important
}

.arrow svg {
    transition: transform .3s ease
}

.faq-question.active .arrow {
    transform: rotate(180deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .4s ease, opacity .3s ease;
    opacity: 0
}

.faq-question.active .faq-answer {
    max-height: 300px;
    padding: 0;
    opacity: 1
}

.faq-question:last-child .faq-divider {
    display: none
}

.faq-header-q:hover .arrow svg {
    transform: scale(1.1)
}

.faq-answer {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

a {
    color: #3a7ca5 !important
}

.table-container {
    width: 75%;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.table-responsive {
    overflow-x: auto
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-family: "Inter", sans-serif
}

.table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 16px;
    color: #d5a021;
    padding: 16px 20px;
    text-align: left;
    border-bottom: 2px solid #dee2e6
}

.table tbody th {
    background-color: #fff;
    font-weight: 500;
    font-size: 15px;
    color: #555;
    padding: 14px 20px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef
}

.table tbody td {
    background-color: #fff;
    font-size: 15px;
    color: #333;
    padding: 14px 20px;
    text-align: left;
    border-bottom: 1px solid #e9ecef
}

.table tbody tr:hover {
    background-color: #f8f9fa
}

.table tbody tr:hover th,
.table tbody tr:hover td {
    background-color: #f8f9fa
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
    border-bottom: 0
}

@media(max-width:768px) {
    .footer-container,
    .after-footer {
        padding-left: 15px;
        padding-right: 15px
    }
    .table-container {
        width: 95%
    }
    .table thead th,
    .table tbody th,
    .table tbody td {
        padding: 12px 16px;
        font-size: 14px
    }
}

@media(max-width:480px) {
    .table-container {
        width: 100%
    }
    .table thead th,
    .table tbody th,
    .table tbody td {
        padding: 10px 12px;
        font-size: 13px
    }
}

.nav-logo,
h1.nav-logo {
    font-size: 20px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    color: #000
}

li.contact-mobile {
    display: none !important
}

@media(max-width:768px) {
    li.cms-page.contact-mobile {
        display: block !important
    }
    li.contact-desktop {
        display: none !important
    }
}

li.contact-desktop {
    display: block;
    margin-top: 8px !important;
    padding: 0 !important
}

ul li a.dropdown-item,
ul li.contact-desktop a {
    font-size: 16px !important;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #000 !important;
    text-transform: none !important
}

ul li a.dropdown-item {
    margin-top: 4px
}

.header-top {
    padding: 10px !important
}

ul.top-menu-right {
    margin-top: 4px !important
}

@media(max-width:1068px) {
    ul li a.dropdown-item,
    ul li.contact-desktop a {
        font-size: 14px !important;
        margin-left: 5px !important;
        margin-top: 6px !important
    }
    h1.nav-logo {
        font-size: 16px !important
    }
    ul.top-menu-right {
        margin-top: 6px !important
    }
}

@media(max-width:766px) {
    h1.nav-logo {
        margin-left: 15px !important
    }
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0 10px !important;
    margin: 0 !important
}

a.navbar-link.cta-button {
    text-align: center !important
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 70px;
    gap: 25px
}

h1.navbar-logo {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: color .3s ease;
    font-family: "Outfit", sans-serif
}

h1.navbar-logo a {
    font-size: 20px;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none;
    transition: color .3s ease;
    font-family: "Outfit", sans-serif
}

h1.navbar-logo a:hover {
    color: #d5a021 !important;
    cursor: pointer
}

ul#navbarMenu.navbar-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: -6px !important;
    padding: 0 !important
}

.navbar-menu {
    display: flex;
    padding: 0 !important;
    list-style: none;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    flex: 1
}

.navbar-item-right {
    margin-left: auto
}

.navbar-item {
    position: relative
}

li.navbar-item {
    text-align: center !important
}

.navbar-link {
    text-decoration: none;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: center;
    transition: all .3s ease;
    position: relative
}

.navbar-link:hover {
    color: #d5a021 !important
}

.navbar-link.cta-button {
    font-weight: 600;
    text-align: center
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    background: 0;
    border: 0;
    outline: 0
}

a.navbar-link.contact-link {
    background-color: #3a7ca5;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 40px
}

a.navbar-link.contact-link:hover {
    cursor: pointer;
    color: #d5a021 !important;
    box-shadow: 5px 5px 0 rgba(58, 124, 165, 0.5)
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #d5a021;
    margin: 3px 0;
    transition: all .3s ease;
    border-radius: 2px;
    display: block
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px)
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px)
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px)
}

@media(max-width:841px) {
    .navbar-link.contact-link.nav-mobile{
        display: block;
    }
    .navbar-container {
        padding: 0 15px;
        position: relative;
        justify-content: space-between
    }
    .navbar-item-right {
        margin-left: 0
    }
    .hamburger {
        display: flex
    }
    .navbar-link.contact-link{
        display: none;
    }

    .navbar-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        flex-direction: column;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        border-radius: 0 0 15px 15px;
        padding: 0;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all .4s cubic-bezier(0.25, 0.8, 0.25, 1)
    }
    .navbar-menu.active {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        padding: 10px 0
    }
    .navbar-item {
        width: 100%;
        text-align: center;
        margin: 5px 0;
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s ease
    }
    .navbar-menu.active .navbar-item {
        opacity: 1;
        transform: translateY(0)
    }
    .navbar-menu.active .navbar-item:nth-child(1) {
        transition-delay: .1s
    }
    .navbar-menu.active .navbar-item:nth-child(2) {
        transition-delay: .2s
    }
    .navbar-menu.active .navbar-item:nth-child(3) {
        transition-delay: .3s
    }
    .navbar-link {
        display: block;
        margin: 8px 20px;
        text-align: center;
        border-radius: 12px;
        padding: 15px 20px;
        width: calc(100% - 40px)
    }
    .navbar-link.cta-button {
        margin: 12px 20px 8px 20px
    }
}

.demo-content {
    padding: 50px 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto
}

.demo-content h1 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 2.5rem
}

.demo-content p {
    color: #7f8c8d;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px
}

.demo-section {
    background: white;
    padding: 40px;
    margin: 40px 0;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1)
}

.demo-section h2 {
    color: #2c3e50;
    margin-bottom: 15px
}

.svg-slider-container {
    position: relative;
    height: 300px;
    overflow: hidden
}

.svg-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.st-svg-welcome-slide {
    position: absolute;
    top: -40%;
    right: 10%;
    z-index: -1
}

@media(max-width:943px) {
    .st-svg-welcome-slide {
        top: -30%;
        right: 5%;
        transform: scale(0.8)
    }
    .nd-svg-welcome-slide {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        transform: scale(0.8)
    }
}

@media(max-width:595px) {
    .st-svg-welcome-slide {
        top: -20%;
        right: 1%;
        transform: scale(0.5)
    }
    .offer-tile {
        height: 350px;
    }
}
@media(max-width:320px) {
    .offer-tile {
        height: 380px;
    }
    a.btn.offer-btn.mt-1{
        font-size: 24px !important;
    }
}

.nd-svg-welcome-slide {
    position: absolute;
    bottom: -60%;
    left: 0;
    z-index: -1
}

@media(max-width:575px) {
    .nd-svg-welcome-slide {
        position: absolute;
        bottom: -40%;
        left: -30%;
        transform: scale(0.6) !important;
    }
    button#submit-homepage{
        font-size:22px !important;
        width: 100% !important;
        height:auto !important;
    }
}

.st-svg-about-us {
    position: absolute;
    top: 10%;
    left: 2%;
    transition: all .7s
}

@media(max-width:1399px) {
    .st-svg-about-us {
        left: -5%;
        transform: scale(0.9)
    }
    .nd-svg-about-us {
        transform: scale(0.9)
    }
}

@media(max-width:1055px) {
    .st-svg-about-us {
        left: -5%;
        transform: scale(0.5)
    }
    .nd-svg-about-us,
    .rd-svg-about-us {
        transform: scale(0.7)
    }
}

@media(max-width:852px) {
    .st-svg-about-us,
    .nd-svg-about-us,
    .rd-svg-about-us {
        display: none
    }
}

.nd-svg-about-us {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .7s
}

.rd-svg-about-us {
    position: absolute;
    bottom: 10%;
    left: 2%;
    transition: all .7s
}

.st-svg-partnership {
    left: 7%;
    top: 5%;
    position: absolute
}

@media(max-width:1545px) {
    .st-svg-partnership {
        left: 0
    }
}

@media(max-width:1330px) {
    .st-svg-partnership {
        left: 0;
        transform: scale(0.8)
    }
}

.st-svg-partnership-nd {
    display: none
}

@media(max-width:1062px) {
    .st-svg-partnership {
        display: none
    }
    .st-svg-partnership-nd {
        display: block;
        margin-top: -10px;
        margin-right: 10px;
        z-index: 0 !important;
    }
    svg.clock-svg {
        transform: scale(0.7)
    }
    .partnership {
        padding-bottom: 0 !important
    }
}

.st-svg-contact-form {
    position: absolute;
    right: 10%;
    top: 35%
}

@media(max-width:1605px) {
    .st-svg-contact-form {
        left: -70% !important;
        transform: scale(0.9)
    }
}

@media(max-width:929px) {
    .st-svg-contact-form {
        display: none
    }
}

.svg-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: .3;
    transition: all .8s cubic-bezier(0.4, 0.0, 0.2, 1)
}

.svg-slide.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 10
}

.svg-slide.left {
    transform: translate(-150%, -50%) scale(0.6);
    opacity: .2
}

.svg-slide.right {
    transform: translate(50%, -50%) scale(0.6);
    opacity: .2
}

.svg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0
}

.svg-slide.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    z-index: 1
}

.svg-slide.fade-in {
    animation: svgFadeIn .8s ease-out forwards
}

@keyframes svgFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9) rotateY(15deg)
    }
    50% {
        opacity: .5;
        transform: translateY(10px) scale(0.95) rotateY(5deg)
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateY(0)
    }
}

.svg-slide svg {
    max-width: 350px;
    max-height: 350px;
    transition: all .3s ease;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1))
}

.svg-slide.active svg {
    animation: svgFloat 3s ease-in-out infinite
}

@keyframes svgFloat {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

.svg-slide:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.15))
}

.svg-slide.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(103, 126, 234, 0.1) 0, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: glow 4s ease-in-out infinite
}

@keyframes glow {
    0%,
    100% {
        opacity: .3;
        transform: translate(-50%, -50%) scale(0.8)
    }
    50% {
        opacity: .6;
        transform: translate(-50%, -50%) scale(1.2)
    }
}

@media(max-width:768px) {
    .slider-container {
        margin: 20px
    }
    .slider-wrapper {
        height: 300px
    }
    .svg-slider-container {
        height: 200px
    }
    .svg-slide svg {
        z-index: 1000
    }
    .svg-slider-wrapper,
    .svg-slider-container {
        height: 350px;
        margin-top: 20px
    }
    button.slider-next,
    button.slider-prev {
        display: none
    }
    .svg-slide.active svg {
        animation: none
    }
    .slider-nav {
        z-index: 400
    }
    .more-about-us-container {
        margin: 0 !important;
        padding: 0 !important
    }
    .more-about-us-container-intro p {
        width: 100% !important
    }
    .slide-content-header-container {
        width: 100%
    }
    .slides {
        height: 350px;
        padding: 5px
    }
    .slider-nav {
        margin-top: -10%
    }
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 14px
    }
    .about-us {
        margin-bottom: 50px !important
    }
}

.clock-svg {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1))
}

.hour-hand {
    transform-origin: 229.5px 279.898px;
    animation: clockwise-12h 21600s linear infinite
}

.minute-hand {
    transform-origin: 229.5px 279.898px;
    animation: clockwise-60min 1800s linear infinite
}

.second-hand {
    transform-origin: 229.5px 279.898px;
    animation: clockwise-60s 30s linear infinite
}

@keyframes clockwise-12h {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes clockwise-60min {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes clockwise-60s {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.clock-face {
    animation: pulse 4s ease-in-out infinite
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.02)
    }
}

.clock-container:hover .clock-svg {
    transform: scale(1.05);
    transition: transform .3s ease
}

@media(max-width:835px) {
    .contact-btn,
    .learn-more-btn,
    .offer-btn {
        width: 300px !important;
        font-size: 26px !important;
        padding-top: 10px !important
    }
    .offer-btn {
        width: 300px !important
    }
    .welcome-slide h2 {
        font-size: 52px
    }
    .welcome-slide p,
    .offer-slide h2,
    .offer-tile h3,
    .about-us .container h2,
    .offer-slide-nd-header h2,
    .offer-slide-nd-header h2 {
        font-size: 28px
    }
    .about-us .container h3,
    .offer-slide-nd-header p,
    .offer-slide-nd-header p {
        font-size: 22px !important
    }
    .offer-tile p {
        font-size: 18px
    }
    .offer-tile {
       height: 300px;
    }
    .slide {
        padding: 0 20px
    }
    .slide-content {
        font-size: 22px
    }
}

.cart-container a {
    display: block;
    text-decoration: none;
    transition: all .3s ease
}

.cart-container svg {
    width: 32px;
    height: 32px;
    transition: all .3s ease;
    display: block
}

.cart-container a:hover svg {
    transform: scale(1.1)
}

.cart-container a:hover svg g path {
    fill: #d5a021 !important
}

.cart-container a:hover svg path {
    fill: #d5a021 !important
}

span.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #d5a021 !important;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@media(max-width:841px) {
    .cart-container-outer {
        width: 100%;
        text-align: center !important;
        margin: 10px 0 10px -2px !important;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .navbar-item.ml-2.cart-container {
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative
    }
    .navbar-item.ml-2 .cart-container svg {
        display: block
    }
    .navbar-item.ml-2 .cart-badge {
        position: static;
        background-color: #d5a021 !important;
        color: white !important;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
        font-family: "Inter", sans-serif;
        animation: pulse 2s infinite;
        margin-left: 5px
    }
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 70px;
    gap: 15px
}

.navbar-brand {
    margin-top: -8px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.navbar-container img {
    margin-top:3px;
    height: 55px !important;
    width: auto;
    display: block;
    transition: all .3s ease
}

h1.navbar-logo {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: color .3s ease;
    font-family: "Outfit", sans-serif;
    margin: 0
}

h1.navbar-logo a {
    font-size: 20px;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none;
    transition: color .3s ease;
    font-family: "Outfit", sans-serif
}

.navbar-brand:hover img {
    transform: scale(1.05)
}

.navbar-brand:hover h1.navbar-logo a,
h1.navbar-logo a:hover {
    color: #d5a021 !important;
    cursor: pointer
}

@media(max-width:1068px) {
    .navbar-container img {
        height: 55px !important;
    }
    h1.navbar-logo,
    h1.navbar-logo a {
        font-size: 16px !important
    }
    .navbar-brand {
        gap: 8px
    }
}

@media(max-width:841px) {
    .navbar-container {
        padding: 0 15px;
        position: relative;
        justify-content: space-between
    }
    h1.navbar-logo,
    h1.navbar-logo a {
        font-size: 14px !important
    }
    .navbar-brand {
        gap: 6px
    }
}

@media(max-width:480px) {
    h1.navbar-logo,
    h1.navbar-logo a {
        font-size: 12px !important
    }
    .navbar-brand {
        gap: 5px
    }

}

.footer-link {
    color: #232323 !important
}

.card.cart-container {
    border-radius: 16px
}

.card-block h1.h1,
.step-title.js-step-title.h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    line-height: 32px;
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    align-items: center;
    text-align: center
}

.step-title.js-step-title.h3 {
    padding: 20px
}

.card-block h1.h1 svg {
    grid-column: 1;
    justify-self: start
}

.card-block h1.h1 span {
    grid-column: 2
}

.current-price .price,
.product-price strong,
.material-icons.rtl-no-flip.done {
    color: #d5a021
}

.step-title.js-step-title.h3 span.step-number {
    background-color: #d5a021 !important
}

input.js-cart-line-product-quantity.form-control {
    transition: all .02s;
    border-radius: 6px !important
}

input.js-cart-line-product-quantity.form-control:active {
    border: #d5a021 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

input.js-cart-line-product-quantity.form-control:focus {
    border: 2px solid #d5a021 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-up,
.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down {
    display: none
}

.card.cart-summary {
    border-radius: 16px
}

span.label.js-subtotal,
.cart-summary-line span.value,
.cart-summary-line.cart-total span.label,
.cart-summary-line.cart-total span.value {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important
}

.cart-summary-line.cart-total span.label,
.cart-summary-line.cart-total span.value {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important
}

.text-sm-center a.btn.btn-primary {
    background-color: #d5a021 !important;
    font-family: "Outfit", sans-serif;
    color: #000 !important;
    font-size: 16px !important;
    padding-top: 5px !important;
    border-radius: 20px !important;
    font-weight: 600;
    transition: all .5s;
    color: #fff !important
}

.text-sm-center a.btn.btn-primary:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 5px 5px 0 rgba(213, 160, 33, 0.5)
}

.notification-warning {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 5px;
    padding: 10px;
    margin: -10px 0 10px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #856404
}

@media(max-width:583px) {
    .cart-grid-body.col-lg-8,
    .cart-grid-right.col-lg-4 {
        padding: 30px
    }
    img[alt="Bezpieczne metody płatności - akceptujemy karty kredytowe, PayPal, BLIK, przelewy bankowe"] {
        width: 200px
    }
    .welcome-slide h1{
        font-size: 48px !important;
    }
    a.btn.offer-btn.mt-1{
        width: auto !important;
    }

}

@media(max-width:991px) {
    .text-sm-center a.btn.btn-primary {
        height: 40px !important;
        padding: 8px !important;
        font-size: 18px !important
    }
}

.form-control-comment {
    display: none
}

label {
    font-family: "Inter", sans-serif
}

.checkout-step {
    border-radius: 20px;
    margin-top: 10px
}

.continue.btn.btn-primary.float-xs-right {
    background-color: #3a7ca5;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 40px;
    transition: all .2s
}

.continue.btn.btn-primary.float-xs-right:hover {
    cursor: pointer;
    color: #d5a021 !important;
    box-shadow: 5px 5px 0 rgba(58, 124, 165, 0.5)
}

.product-price.float-xs-right {
    color: #d5a021 !important
}

label[for='field-company'],
input[name='company'],
label[for='field-vat_number'],
input[name='vat_number'],
label[for='field-address2'],
input[name='address2'],
label[for='field-id_country'],
select[name='id_country'],
.col-md-3.form-control-comment {
    display: none
}

.form-fields .form-group.row {
    margin: 5px
}

input[name="use_same_address"],
label[for='use_same_address'] {
    display: none
}

label[for='payment-option-1'] span {
    display: none
}

input#payment-option-1 {
    padding-top: 20px
}

#payment-confirmation .ps-shown-by-js button.btn.btn-primary.center-block {
    background-color: #d5a021 !important;
    font-family: "Outfit", sans-serif;
    color: #fff !important;
    font-size: 16px !important;
    padding-top: 5px !important;
    border-radius: 20px !important;
    font-weight: 600;
    height: 60px;
    transition: all .5s;
    display: block !important;
    margin: 0 auto;
    width: fit-content
}

#payment-confirmation .ps-shown-by-js button.btn.btn-primary.center-block:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 5px 5px 0 rgba(213, 160, 33, 0.5)
}

.cart-summary-products.js-cart-summary-products p,
#cart-subtotal-products span.label,
#cart-subtotal-products span.value,
.cart-summary-line.cart-total span.label,
.cart-summary-line.cart-total span.value {
    font-family: "Inter", sans-serif
}

.cart-grid.row .cart-grid-body.col-lg-8 a.label {
    display: none
}

.grecaptcha-badge {
    visibility: hidden !important
}

.recaptcha-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 10px 0;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    color: #666
}

.recaptcha-status.loading {
    color: #3a7ca5
}

.recaptcha-status.ready {
    color: #28a745
}

.recaptcha-status.error {
    color: #dc3545
}

.recaptcha-spinner {
    width: 12px;
    height: 12px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3a7ca5;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

div[style*="margin-top:8px"][style*="font-size:12px"][style*="border-radius:0 0 6px 6px"] {
    display: none !important
}

p.cky-title {
    font-size: 16px !important;
    font-family: "Inter", sans-serif
}

.cky-notice-des p,
a.cky-policy {
    font-size: 12px !important;
    font-family: "Inter", sans-serif
}

button.cky-btn.cky-btn-reject {
    background-color: #fff !important;
    color: #3a7ca5 !important
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    background-color: #3a7ca5 !important
}

h2.thank-you {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #d5a021
}

@media(max-width:580px) {
    #wrapper {
        padding: 30px !important
    }
}

.material-icons.arrow-down.js-modal-arrow-down {
    bottom: -8% !important;
    color: #3a7ca5 !important;
    z-index: 1000 !important
}

a.navbar-link.cta-button,
a.navbar-link.ebook-link,
a.navbar-link.contact-link,
a.navbar-link {
    font-family: "Outfit", sans-serif !important;
}
section#wrapper{
    background-color: #fff !important;
}
body#index main section#wrapper{
    background-color: #fff !important;
}

@media(max-width:841px) {
    .navbar-link.contact-link.nav-mobile {
        display: block;
        text-align: center;
        margin: 10px 20px;
        padding: 12px 20px;
        transition: all 0.4s ease;
    }

    /* Ukryj gdy scroll w dół */
    body.scrolled-down .navbar-link.contact-link.nav-mobile {
        opacity: 0;
        transform: translateY(-30px);
        pointer-events: none;
    }

    /* Ukryj gdy hamburger jest otwarty */
    body.menu-open .navbar-link.contact-link.nav-mobile {
        opacity: 0;
        transform: translateY(-30px);
        pointer-events: none;
    }

}

/* Na desktopie ukryj przycisk */
@media(min-width:842px) {
    .navbar-link.contact-link.nav-mobile {
        display: none;
    }
}