@media all {
    @font-face {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-stretch: 100%;
        font-display: swap;
        src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }
    @font-face {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-stretch: 100%;
        font-display: swap;
        src: url('../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw (1).woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }
    @font-face {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 800;
        font-stretch: 100%;
        font-display: swap;
        src: url('../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw (2).woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }
    body {
        font-family: "Open Sans", sans-serif
    }
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .breadcrumb {
        background: #fff
    }
    .sticky-nav {
        position: sticky;
        background: #1a4e8a;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 500;
        padding: 5px 0
    }
    .navbar .menu {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0
    }
    .navbar .menu,
    .navbar .menu ul {
        list-style: none;
        padding: 0
    }
    .navbar .menu-item-has-children.opened>a::after {
        transform: rotateZ(-135deg) translate(-5px, -5px)
    }
    .navbar .menu-item-has-children.opened .sub-menu {
        padding-left: 20px;
        max-height: 100%!important;
        display: block!important
    }
    .navbar .menu-item>a {
        color: #fff;
        padding: 15px;
        display: block;
        height: 100%;
        font-size: 18px;
        font-weight: 400
    }
    @media (min-width:993px) {
        .navbar .menu-item>a {
            padding-top: 25px;
            padding-bottom: 25px
        }
    }
    .navbar .menu-item-has-children {
        position: relative;
        padding-right: 3px;
        margin-right: 8px
    }
    .navbar .menu-item-has-children>a::after {
        content: "";
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        right: 0;
        top: calc(50% - 6px);
        z-index: 1;
        transition: transform .25s
    }
    .home .navbar .menu-item-has-children>a::after {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff
    }
    .get-discount a {
        background: #328fe6;
        color: #fff;
        border-radius: 6px;
        min-height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: 700;
        padding: 0 12px;
        font-style: italic
    }
    @media (max-width:1200px) {
        .navbar .menu-item a {
            padding-left: 13px;
            padding-right: 13px
        }
        .navbar .menu-item-has-children {
            padding-right: 3px;
            margin-right: 6px
        }
    }
    .navbar .sub-menu {
        display: grid;
        visibility: hidden;
        position: absolute;
        z-index: 1;
        background-color: #fff;
        top: 100%;
        left: 0;
        flex-direction: column;
        white-space: nowrap;
        opacity: 0;
        transition: all .3s;
        transform: translateY(-15px);
        gap: 6px
    }
    @media (min-width:993px) {
        .navbar .menu-item-has-children:hover>.sub-menu {
            visibility: visible;
            opacity: 1;
            transform: translateY(0)
        }
    }
    .navbar .sub-menu a {
        color: #2a4cc7;
        font-size: .9rem;
        padding: 15px 25px!important;
        transition: all .35s ease;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease
    }
    .navbar .sub-menu a:hover {
        background-color: #2a4cc7;
        color: #fff
    }
    #hamburger {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        position: relative
    }
    #hamburger>div,
    #hamburger>div::after,
    #hamburger>div::before {
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px
    }
    #hamburger>div:after,
    #hamburger>div:before {
        display: block;
        content: ""
    }
    #hamburger>div:before {
        top: -10px
    }
    #hamburger>div:after {
        bottom: -10px
    }
    #hamburger>div {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        transition-duration: 75ms
    }
    #hamburger>div::before {
        transition: top 75ms ease .12s, opacity 75ms ease
    }
    #hamburger>div::after {
        transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
    }
    nav.opened #hamburger>div {
        transition-delay: .12s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: rotate(45deg)
    }
    nav.opened #hamburger>div::before {
        top: 0;
        transition: top 75ms ease, opacity 75ms ease .12s;
        opacity: 0
    }
    nav.opened #hamburger>div::after {
        bottom: 0;
        transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
        transform: rotate(-90deg)
    }
    @media (max-width:992px) {
        #hamburger {
            cursor: pointer
        }
        #nav_overlay {
            background-color: rgba(0, 0, 0, .5);
            width: 100%;
            height: 100vh;
            top: 0;
            left: 0;
            position: absolute;
            transition: opacity .25s, visibility .25s;
            z-index: -2;
            opacity: 0;
            visibility: hidden
        }
        nav.opened>#nav_overlay {
            visibility: visible;
            opacity: 1
        }
        .navbar .menu {
            position: absolute;
            height: 100vh;
            top: 0;
            flex-direction: column;
            flex-wrap: nowrap;
            background-color: #2a4cc7;
            width: 100%;
            padding: 70px 0 0;
            z-index: -1;
            box-shadow: 2px 0 15px 0 rgb(0 25 52 / 34%);
            max-width: 400px;
            left: -400px;
            transition: .25s;
            overflow-y: auto;
            -ms-overflow-style: none;
            scrollbar-width: none
        }
        .navbar .menu::-webkit-scrollbar {
            display: none
        }
        nav.opened .menu {
            left: 0
        }
        .navbar .menu-item a {
            padding-left: 25px;
            font-weight: 400
        }
        .navbar .menu-item-has-children {
            margin-right: 0
        }
        .navbar .menu-item-has-children>a {
            height: auto
        }
        .navbar .menu-item-has-children>a::after {
            width: 10px;
            height: 10px;
            top: 23px;
            right: 25px
        }
        .navbar .sub-menu {
            white-space: normal;
            position: static;
            max-height: 0;
            overflow: hidden;
            visibility: visible;
            opacity: 1
        }
        ul.sub-menu {
            display: none!important
        }
        .navbar .sub-menu a {
            color: #fff
        }
        .navbar .sub-menu {
            background-color: transparent
        }
    }
    @media (max-width:768px) {
        .navbar .container {
            padding: 0 20px 0
        }
    }
    @media (max-width:576px) {
        .navbar .menu {
            width: 80%
        }
        .navbar .menu-item a {
            padding-left: 20px
        }
        .navbar .menu-item-has-children>a::after {
            right: 20px
        }
    }
    nav.navbar.opened img.logo-blue1 {
        display: none
    }
    nav.navbar.opened img.logo-blue2 {
        display: block
    }
    strong.counter {
        margin-right: 10px
    }
    .logo a,
    .logo img {
        display: block
    }
    @media (max-width:1200px) {
        .logo img {
            height: 30px;
            width: 117px
        }
    }
    *,
     :after,
     :before {
        background-repeat: no-repeat
    }
    * {
        padding: 0;
        margin: 0;
        outline: 0!important
    }
     :after,
     :before {
        box-sizing: inherit;
        text-decoration: inherit;
        vertical-align: inherit
    }
    main {
        display: block
    }
    a {
        background-color: transparent;
        text-decoration: none;
        cursor: pointer
    }
    a:active,
    a:hover {
        outline-width: 0
    }
    img {
        border-style: none;
        height: auto
    }
    img {
        vertical-align: middle
    }
    img {
        max-width: 100%
    }
    *,
     ::after,
     ::before {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    strong {
        font-weight: 800
    }
    @media only screen and (min-width:1025px) {
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0
        }
    }
    .google-rate {
        display: none;
        align-items: center;
        border-radius: 8px;
        background: #fff;
        padding: 8px 8px
    }
    .google_rate {
        margin-left: 7px
    }
    .texts-slider {
        text-align: center;
        color: #2a4cc7;
        display: none;
        padding: 3px 0
    }
    .texts-slider a {
        color: #2a4cc7
    }
    .texts-slider a:hover {
        opacity: .7
    }
    .google-rate p {
        margin: 0;
        font-size: 12px;
        line-height: 16px
    }
    @media only screen and (max-width:767px) {
        .google-rate {
            display: none
        }
        .text {
            padding: 0 20px
        }
    }
    p {
        font-size: 19px;
        line-height: 1.35;
        color: #1a1a1a;
        font-weight: 400
    }
    @media only screen and (max-width:767px) {
        .bottom-footer {
            display: block
        }
        .social_media {
            margin: 0 auto
        }
    }
    p {
        margin-top: 20px
    }
    .top-footer {
        background: #054680;
        padding: 35px 0 25px
    }
    .top-footer a {
        color: #fff
    }
    .bottom-footer {
        background: #2a4cc7;
        padding: 29px 0 23px;
        color: #fff
    }
    .work-time {
        grid-area: work-time
    }
    .contacts {
        grid-area: contacts
    }
    .footer_log {
        grid-area: footer_log
    }
    .top-footer h4 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px
    }
    .int-phone.error-msg,
    .int-phone.valid-msg {
        position: absolute;
        right: 5px;
        top: 16px;
        font-size: 11px
    }
    .footer_log {
        margin-top: 40px
    }
    .top-footer p {
        margin-top: 15px
    }
    .top-footer .contact .col p {
        margin-top: 10px
    }
    .social_media {
        display: flex
    }
    .legal {
        display: flex;
        gap: 20px
    }
    .d-flex {
        display: flex;
        align-items: flex-end;
        gap: 50px
    }
    .top-footer .contact p {
        color: #fff
    }
    .dr-image {
        max-width: 400px;
    }
    .top-footer .contact img.cover {
        margin-right: 10px;
        width: 20px
    }
    .bottom-footer .row {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 40px
    }
    .bottom-footer .row .policy {
        display: flex;
        gap: 30px
    }
    .bottom-footer .row .policy a {
        color: #fff
    }
    @media (min-width:769px) {
        .container {
            padding-left: 15px;
            padding-right: 15px
        }
    }
    @media (min-width:992px) and (max-width:1199px) {
        .top-footer .contact .col {
            gap: 20px
        }
        .top-footer .contact p {
            font-size: 16px
        }
    }
    @media (min-width:768px) and (max-width:991px) {
        .d-flex {
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .dr-image {
            max-width: 100%;
        }
        .contact {
            width: 48%;
        }
        .legal {
            width: 48%;
        }
        .top-footer .contact .col:first-child {
            gap: 0;
            flex-direction: column
        }
    }
    @media (max-width:767px) {
        .top-footer .contact span {
            min-width: 170px
        }
        .top-footer .contact .col:first-child {
            display: block
        }
        .col-12 {
            width: 100%;
            padding: 0 20px
        }
        .top-footer {
            padding: 0
        }
        .contact {
            padding: 38px 20px 10px
        }
        .legal {
            padding: 20px 20px 10px
        }
    }
    @media (max-width:767px) {
        .bottom-footer .row {
            flex-direction: column;
            column-gap: 20px
        }
        .bottom-footer .row .policy {
            gap: 20px;
            font-size: 18px;
            display: flex;
            justify-content: center;
            align-items: center
        }
        .bottom-footer .row .policy a {
            color: #fff
        }
        p {
            font-size: 19px;
            line-height: 28px
        }
        #hamburger>div,
        #hamburger>div::after,
        #hamburger>div::before {
            background-color: #fff
        }
    }
    @media (max-width:991px) {
        ul.sub-menu {
            margin-top: 10px
        }
    }
    html :where(.wp-block) {
        max-width: 100%
    }
}

.top-footer .contact span {
    color: #fff;
    min-width: 200px;
    font-weight: 400
}

@media (min-width:782px) {
    .interface-complementary-area {
        width: 380px
    }
}

h2 span,
h3 span,
p span {
    color: #2a4cc7;
    font-weight: 700
}

h2 span {
    font-weight: 800
}

.heavy {
    font-weight: 800
}

.gform_button:hover {
    opacity: .8
}

.gform_button,
.primary-btn {
    background: #328fe6;
    color: #f7f7f7;
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 22px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    border-radius: 35px;
    max-width: 340px;
    cursor: pointer
}

.primary-btn:hover {
    opacity: .9
}

.center {
    text-align: center
}

ul.heavy.order2.no_icons {
    padding: 0
}

section.content-section ul li::before,
section.hero ul.has-icons li::before {
    content: "";
    width: 25px;
    height: 25px;
    margin-right: 6px;
    background: url("../images/Icon awesome-check-circle.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: -40px
}

ul.heavy.no_icons span,
ul.heavy.no_icons strong {
    color: #ff6663;
    font-size: 32px
}

@media (min-width:768px) {
    ul.heavy.order2.no_icons {
        max-width: 305px
    }
}

ul li {
    position: relative
}

h1,
h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 800
}

ul.heavy.order2.no_icons li {
    text-align: center
}

ul.heavy.order2.no_icons li strong {
    display: block
}

@media (max-width:767px) {
    h1,
    h2 {
        text-align: center;
        font-size: 25px;
        line-height: 34px;
        color: #424242;
        margin-bottom: 20px
    }
}

section.hero p {
    font-size: 28px;
    line-height: 42px;
    padding: 30px 0 40px;
    max-width: 700px;
    margin: auto
}

section.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.hero .content {
    max-width: 940px;
    margin: auto;
    text-align: center
}

section.content-section ul,
section.hero ul {
    list-style: none;
    display: grid;
    text-align: left;
    margin-bottom: 30px;
    gap: 12px;
    font-size: 24px;
    padding-left: 40px;
    margin-top: 30px
}

section.content-section ul {
    margin-bottom: 0
}

section.hero .content ul {
    margin-top: 0;
    gap: 74px;
    padding-left: 0;
    justify-content: center
}

section.hero img.logo {
    width: 340px
}

section.hero h1 {
    font-size: 2.875rem
}

.mob-video {
    height: 100%
}

@media all {
    section.slider-section {
        padding: 100px 0
    }
    .slider-section .title {
        margin-bottom: 20px
    }
    .home_slider .swiper-slide {
        text-align: center;
        padding: 0 15px
    }
    .slider-section p {
        margin-top: 5px
    }
    .slider-section h3 {
        color: #2a4cc7;
        font-weight: 800;
        font-size: 26px;
        margin: 20px 0 10px
    }
    .slider-section.with-steps .img {
        position: relative;
        max-width: 210px;
        margin: auto
    }
    section.slider-section.Orange img {
        min-height: 140px
    }
    .slider-section.with-steps h3 {
        color: #000
    }
    .slider-section .swiper-pagination {
        position: initial!important;
        gap: 5px;
        margin: 15px 0 30px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .slider-section .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        border: 1px solid #2a4cc7;
        opacity: 1;
        margin: 0!important
    }
    .slider-section .swiper-button-prev:after {
        content: ""!important;
        width: 20px;
        height: 20px;
        border-left: 4px solid;
        border-top: 4px solid;
        transform: rotate(-45deg)
    }
    .slider-section .swiper-button-next:after {
        content: ""!important;
        width: 20px;
        height: 20px;
        border-right: 4px solid;
        border-top: 4px solid;
        transform: rotate(45deg)
    }
    .slider-section .inner .swiper .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
    .slider-section.Orange .swiper-pagination {
        margin: 40px 0 40px
    }
    .slider-section.Orange .swiper-pagination .swiper-pagination-bullet {
        background-color: transparent;
        border: 1px solid #ff6663
    }
    .slider-section.Orange .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #ff6663
    }
    @media only screen and (min-width:768px) {
        .slider-section .inner {
            padding-left: 0;
            padding-right: 0
        }
        .slider-section .inner {
            padding: 20px 20px 50px;
            background-color: #e3e3e3;
            border: 1px solid #fff;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25);
            border-radius: 28px;
            -webkit-border-radius: 28px;
            -moz-border-radius: 28px;
            -ms-border-radius: 28px;
            -o-border-radius: 28px
        }
    }
    .slider-section .inner .swiper {
        padding: 45px 0 0
    }
    .slider-section .inner .swiper .swiper-slide {
        padding: 0 30px 0
    }
    .slider-section .inner .swiper .swiper-slide .img {
        text-align: center;
        margin-bottom: 20px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto
    }
    .slider-section .inner .swiper .swiper-slide .img img {
        height: auto
    }
    .slider-section .inner .swiper .swiper-slide h4 {
        font-size: 17px;
        color: #2a4cc7;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px
    }
    .slider-section .inner .swiper .swiper-slide h4 span {
        font-size: 45px;
        margin-right: 5px
    }
    .slider-section .inner .swiper .swiper-slide p {
        font-size: 15px;
        line-height: 1.4
    }
    @media only screen and (min-width:768px) {
        .slider-section .inner .swiper .swiper-slide p {
            max-width: 550px;
            margin-left: auto;
            margin-right: auto
        }
    }
    .slider-section .swiper-pagination-bullet {
        --swiper-pagination-bullet-width: 12px;
        --swiper-pagination-bullet-height: 12px;
        background-color: #fff;
        border: 1px solid #fff;
        opacity: 1
    }
    .slider-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #2a4cc7
    }
    .swiper-button-next,
    .swiper-button-prev {
        color: #bcbcbc!important
    }
    body .swiper-button-next:after,
    body .swiper-button-prev:after {
        font-size: 24px;
        font-weight: 800
    }
    body .swiper-button-next,
    body .swiper-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }
    body .swiper-button-prev,
    body .swiper-rtl .swiper-button-next {
        left: 0;
        right: auto
    }
    .slider-section .swiper-button-next,
    .slider-section .swiper-button-prev {
        display: none
    }
    .slider-section.with-steps img.textImage {
        max-width: 130px;
        height: 130px;
        object-fit: contain
    }
    @media only screen and (max-width:767px) {
        .slider-section .inner .swiper .swiper-slide p {
            line-height: 1.6470588235
        }
        .slider-section .img {
            padding: 0 15px
        }
        .slider-sectext {
            padding: 0 20px
        }
        section.slider-section {
            padding: 30px 0 40px;
            background: #e3e3e3
        }
        .slider-section .inner .swiper {
            padding: 10px 0 0
        }
        .slider-section .inner .swiper .swiper-slide .img {
            margin-bottom: 0
        }
        .slider-section.Orange .swiper-pagination {
            margin: 20px 0 30px
        }
        .slider-section h3 {
            font-size: 22px;
            margin: 20px 0 0
        }
    }
}

@media all {
    .content-section {
        padding: 100px 0
    }
    @media (min-width:769px) {
        .container {
            padding-left: 15px;
            padding-right: 15px
        }
    }
    .gridContainer {
        display: grid;
        grid-template-areas: "title image" "content image" "button image";
        margin: auto;
        background: 0 0;
        border-radius: 0;
        overflow: hidden;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 50px;
        align-items: inherit
    }
    .one-col .gridContainer {
        grid-template-columns: 1fr
    }
    .block-w-slider .gridContainer {
        grid-template-columns: 1fr 1fr
    }
    .block-w-slider .gridContainer.left {
        grid-template-columns: 1fr 1fr
    }
    .gridContainer.left {
        grid-template-columns: 1fr 1fr
    }
    .gridContainer.left {
        grid-template-areas: "image title" "image content" "image button"
    }
    .gridImage {
        text-align: end
    }
    .gridImage {
        grid-area: image
    }
    .gridTitle {
        grid-area: title;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }
    .gridText {
        grid-area: content;
        position: relative
    }
    .gridImage {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .grid-button {
        margin-top: 34px
    }
    .text-under-image p {
        font-size: 11px;
        color: #898989;
        max-width: 340px;
        margin-top: 10px;
        line-height: 15px
    }
    section {
        position: relative
    }
    .mob-video img.hero_image {
        width: 100%;
        height: 100%
    }
    @media (max-width:992px) {
        .content-section {
            padding: 50px 0
        }
        .gridImage {
            padding-top: 10px;
        }
    }
    @media (max-width:767px) {
        .grid-button.hide {
            display: none
        }
        section.neo-pdf :target {
            padding-top: 100px
        }
        .gridText.align_center {
            text-align: center
        }
        .text-under-image p {
            line-height: 15px;
            margin: auto;
            max-width: 276px
        }
        .text-under-image {
            position: absolute;
            bottom: 35px;
            left: 0;
            right: 0
        }
        .grid-button,
        .gridText,
        .gridTitle {
            padding: 0 20px
        }
        section:not(.faq-section) {
            padding: 30px 0 40px
        }
        .left-padding .gridImage {
            margin: 20px 0 20px 20px
        }
        .right-padding .gridImage {
            margin: 20px 20px 20px 0
        }
        section.content-section.left-padding,
        section.content-section.right-padding {
            padding-top: 0
        }
        .gridTitle {
            padding: 0 20px
        }
        .grid-button.button-center {
            text-align: center
        }
        .grid-button.button-center p {
            margin-left: auto;
            margin-right: auto
        }
        .padding-90 {
            padding-bottom: 90px!important
        }
        section.hero.bg-image h1 {
            font-size: 24px;
            line-height: 33px;
            padding: 34px 20px;
            position: relative;
            bottom: 0;
            color: #383838;
            background: #fff;
            margin-top: 0!important
        }
        section.hero.bg-image .mob-video {
            height: 260px
        }
        .block-w-slider .gridImage .text_image_slider {
            max-width: calc(100%);
            margin-left: auto
        }
    }
    @media (max-width:992px) {
        .gridContainer {
            grid-template-areas: "title" "content" "image" "button"!important;
            grid-template-columns: 1fr!important
        }
        .gridContainer.above-title {
            grid-template-areas: "image" "title" "content" "button"!important
        }
        .gridContainer.under-title {
            grid-template-areas: "title" "image" "content" "button"!important
        }
    }
    @media (max-width:992px) and (min-width:768px) {
        .gridContainer {
            max-width: 80%;
            gap: 10px 0
        }
        .gridContainer p:first-child {
            margin-top: 0
        }
    }
    .block-w-slider .gridImage {
        width: 100%;
        overflow: hidden
    }
    .block-w-slider .gridImage .text_image_slider {
        width: 100%;
        padding-bottom: 25px;
        padding: 0 30px 60px
    }
}

body .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #1a4e8a;
    background-color: transparent!important;
    width: 15px;
    height: 15px
}

body .swiper-pagination-bullet-active {
    background: #1a4e8a!important
}

@media all {
    section.faq-section {
        padding: 100px 0
    }
    @media only screen and (min-width:1025px) {
        .faq-section .section_inner {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0
        }
        .faq-section .section_inner {
            padding: 0 20px
        }
    }
    @media only screen and (max-width:992px) {
        section.faq-section {
            padding: 60px 0
        }
    }
    @media only screen and (max-width:767px) {
        section.faq-section .section_inner {
            padding: 0 20px
        }
    }
    .accordion,
    .accordion .a-container {
        display: flex;
        flex-direction: column;
        width: 100%
    }
    .accordion {
        height: auto;
        text-align: left
    }
    .accordion .a-container {
        padding-bottom: 0;
        background: #e1e1e6;
        border-radius: 42px;
        padding-top: 0;
        margin-bottom: 20px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        -ms-border-radius: 42px;
        -o-border-radius: 42px
    }
    .accordion .a-container .a-btn {
        font-family: "Open Sans", sans-serif;
        margin: 0;
        position: relative;
        padding: 30px 30px;
        width: 100%;
        background-color: #f2f2f2;
        border-radius: 42px;
        color: #000;
        font-size: 22px;
        line-height: 32px;
        text-align: left;
        display: block;
        cursor: pointer;
        border: 0;
        font-weight: 800;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        -ms-border-radius: 42px;
        -o-border-radius: 42px
    }
    .accordion .a-container .a-btn:after {
        content: "+";
        font-size: 40px;
        font-weight: 400;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center
    }
    .a-container.active .a-btn:after {
        content: "-"
    }
    .faq-section h2.ttl {
        margin-bottom: 40px
    }
    .a-container.active button.a-btn {
        border-radius: 42px 42px 0 42px;
        -webkit-border-radius: 42px 42px 0 42px;
        -moz-border-radius: 42px 42px 0 42px;
        -ms-border-radius: 42px 42px 0 42px;
        -o-border-radius: 42px 42px 0 42px
    }
    .faq-section .primary-btn {
        border-radius: 42px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        -ms-border-radius: 42px;
        -o-border-radius: 42px
    }
    @media only screen and (min-width:992px) {
        .accordion .a-container .a-btn {
            padding-right: 40%
        }
    }
    @media only screen and (max-width:767px) {
        .accordion .a-container .a-btn {
            padding: 20px 35px;
            padding-right: 60px;
            font-size: 16px;
            line-height: 26px;
            border-radius: 42px 0 0 42px
        }
        .faq-section-inner .primary-btn {
            height: 56px
        }
        .a-container.active .a-btn {
            border-radius: 42px 42px 0 42px;
            -webkit-border-radius: 42px 42px 0 42px;
            -moz-border-radius: 42px 42px 0 42px;
            -ms-border-radius: 42px 42px 0 42px;
            -o-border-radius: 42px 42px 0 42px
        }
        .faq-section {
            padding: 37px 0
        }
    }
    @media only screen and (max-width:767px) {
        .accordion .a-container .a-btn span {
            right: 15px;
            width: 20px;
            height: 20px
        }
    }
    .accordion .a-container .a-panel {
        width: 100%;
        transition: all .2s ease-in-out;
        opacity: 0;
        height: auto;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out
    }
    .accordion .a-container .a-panel a {
        display: flex;
        margin: 30px auto 0
    }
    .accordion .a-container .a-panel ul {
        padding-left: 30px;
        margin-top: 20px
    }
    .accordion .a-container.active .a-btn span {
        transform: translateY(-50%)
    }
    .accordion .a-container.active .a-panel {
        padding: 10px 15px 30px 60px;
        opacity: 1;
        max-height: 750px
    }
    .accordion .a-container .a-panel,
    .prg,
    li,
    p {
        font-size: 18px;
        line-height: 28px;
        color: #1a1a1a;
        font-weight: 400
    }
    @media only screen and (min-width:768px) and (max-width:991px) {
        .accordion .a-container .a-panel,
        .prg {
            font-size: 18px;
            line-height: 28px
        }
    }
    .image-mobile {
        display: none;
        margin-left: -20px;
        margin-bottom: 20px
    }
    .image-mobile img {
        height: auto
    }
    @media (max-width:767px) {
        .faq-section .section_inner {
            padding-right: 0!important
        }
        .accordion .a-container .a-panel,
        .prg,
        p {
            font-size: 18px;
            line-height: 27px
        }
        section.faq-section {
            padding: 0 0 10px
        }
        .faq-section h2.ttl {
            margin-bottom: 10px
        }
    }
    @media (max-width:992px) and (min-width:768px) {
        section.faq-section .section_inner {
            max-width: 80%;
            margin: auto
        }
    }
}

.kosten .gridText {
    background: #2a4cc7;
    border-radius: 14px;
    color: #fff
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

section.counterdown {
    color: #fff;
    background: #ff644d;
    padding: 7px 20px;
    position: sticky;
    top: 44px;
    z-index: 99
}

div#timer {
    display: flex;
    gap: 12px;
    text-align: center;
    font-size: 14px
}

#timer div {
    display: flex;
    align-items: center;
    gap: 3px
}

section.counterdown .content {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    gap: 30px
}

section.counterdown p {
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 16px
}

#timer div span {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

section.list {
    background: #b3b3b3;
    color: #fff
}

section.list ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 70px;
    padding: 20px 0
}

section.list ul li::before {
    content: "";
    width: 25px;
    height: 21px;
    margin-right: 6px;
    background: url("../images/Icon material-check-circle.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: -30px
}

section.list ul li {
    display: flex;
    justify-content: center;
    color: #fff;
    line-height: 22px;
    gap: 6px
}

@media all {
    @media (max-width: 768px) {
        .neo sup {
            top: -5px!important
        }
    }
    .neo {
        margin: 0;
        font-style: italic;
        font-weight: 800;
        padding-inline: 0 10px;
        position: relative;
        color: #328fe6
    }
    .neo .firstWord {
        padding-inline: 4px;
        clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
        color: #fff;
        font-style: initial
    }
    .bw {
        background: #328fe6
    }
    .neo sup {
        font-style: initial;
        margin-left: 3px;
        font-weight: 400;
        font-size: 13px;
        position: absolute;
        top: -15px
    }
}

section.form {
    background: #1a4e8a;
    color: #fff
}

section.form input:not(.gform_button) {
    width: 100%;
    background: #174478;
    border: 0;
    min-height: 54px;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 4px;
    padding-left: 40px;
    color: #fff
}

section.form .content {
    max-width: 700px;
    margin: auto;
    padding: 60px 0
}

section.form h6 {
    color: #ff644d;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px
}

.gform_button {
    border: 0;
    background: #ff644d;
    max-width: 288px;
    display: flex;
    margin: 30px auto 0
}

.input-list {
    display: grid;
    gap: 15px
}

.input-list .input-box .input-box_inner {
    display: flex;
    align-items: center;
    gap: 10px
}

.gform_wrapper.gravity-theme .ginput_complex {
    display: flex;
    flex-flow: row wrap;
    gap: 10px
}

section.form select {
    background: #174478;
    border-radius: 4px;
    height: 54px;
    padding-left: 10px;
    width: 110px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 50%);
    width: 100%;
    color: #fff
}

::placeholder {
    color: rgb(255 255 255 / 50%)
}

::-moz-placeholder {
    color: rgb(255 255 255 / 50%)
}

body .gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 0 0 100%
}

.gform_heading {
    display: none
}

section.form .title {
    margin-bottom: 30px;
    padding: 0 15px
}

body .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
    margin-bottom: 0
}

.card-title {
    background: #328fe6;
    color: #fff;
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 16px;
    font-size: 26px;
    font-weight: 800;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0
}

.day {
    background: #1a4e8a;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.day p {
    margin: 0;
    color: #fff
}

.day ul {
    list-style: none
}

.card-body {
    padding: 45px 33px
}

.days .title {
    max-width: 700px;
    margin: 40px auto
}

.days svg {
    margin-top: 10px
}

section.days {
    padding-bottom: 60px
}

.round-trip {
    padding: 60px
}

.round-trip .d-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 10px;
    left: 20px;
    right: 20px
}

.round-trip .item {
    justify-content: center;
    mix-blend-mode: multiply;
    background: #328fe6;
    border-radius: 12px;
    min-height: 116px;
    display: flex;
    align-items: center;
    padding: 10px
}

.bg-mix {
    position: relative
}

.round-trip .bg-mix p {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0
}

.round-trip .content,
section.neo-pdf .content {
    max-width: 700px;
    margin: auto;
    text-align: center
}

.round-trip h2.ttl {
    margin-bottom: 20px;
    color: #424242
}

.round-trip .gridImage {
    position: relative
}

.testimonial .comment {
    background: #054680;
    color: #fff;
    padding: 15px 27px 25px;
    min-height: 190px
}

.testimonial .comment h6 {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400
}

.testimonial .comment p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px
}

.testimonials {
    padding: 60px 0 0
}

.testimonials h2 {
    margin-bottom: 20px;
    color: #424242
}

section.neo-pdf .images>img {
    width: 300px
}

section.neo-pdf .images {
    width: max-content;
    margin: auto;
    position: relative
}

section.neo-pdf .aps-img {
    position: absolute;
    right: -45px;
    top: 155px
}

section.neo-pdf {
    padding: 60px 0
}

section.neo-pdf .title p {
    font-size: 26px;
    margin: 10px 0
}

section.neo-pdf input:not(.gform_button) {
    background: #e5e5e5;
    min-height: 54px;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #000
}

section.neo-pdf form {
    text-align: left
}

section.neo-pdf .gform_button {
    border: 0;
    background: #328fe6;
    max-width: 340px;
    font-size: 18px;
    display: flex;
    margin: 30px auto 0;
    padding-left: 10px;
    background-image: url("../images/Icon metro-file-pdf.svg");
    background-repeat: no-repeat;
    background-position: 22px center
}

section.neo-pdf ::placeholder {
    color: #999
}

.pdf-form {
    margin-top: 30px
}

li:last-child svg {
    display: none
}

.block-w-slider .gridImage p {
    margin: 2px;
    font-size: 16px
}

.testimonial .image img {
    width: 100%
}

section.list ul li span {
    color: #1a4e8a
}

.mobile {
    display: none;
}

@media (max-width: 992px) {
    section.neo-pdf .images>img {
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    section.counterdown .content {
        justify-content: space-between;
        gap: 10px
    }
    section.neo-pdf .aps-img {
        top: 80px
    }
    section.list ul li {
        font-size: 12px;
        line-height: 18px
    }
    section.list ul {
        justify-content: space-around;
        gap: 20px;
        padding: 20px 0 20px 30px
    }
    section.list {
        padding: 0
    }
    section.form h2 {
        color: #fff
    }
    section.form .inner {
        padding: 0 30px
    }
    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 7px
    }
    .gform_wrapper.gravity-theme input[type=submit] {
        min-height: 70px!important
    }
    body .gform_wrapper.gravity-theme .gform_footer,
    body .gform_wrapper.gravity-theme .gform_page_footer {
        margin: 0;
        padding: 0
    }
    section.form .content {
        padding: 0 0
    }
    section.neo-pdf .images>img {
        width: 200px
    }
    .pdf-form {
        padding: 0 30px
    }
    .days .title {
        margin: 0 auto 20px;
        padding: 0 15px
    }
    .swiper.days_slider {
        padding: 0 30px 60px
    }
    .testimonials .days_slider {
        padding: 0 0 60px
    }
    .day p {
        font-size: 14px;
        line-height: 23px
    }
    .top-footer .d-flex {
        display: block
    }
    section.list ul li {
        flex-direction: column;
        gap: 0
    }
    .grid-button {
        text-align: center
    }
    #timer div span {
        font-size: 12px
    }
    .dr-image {
        max-width: 100%
    }
    .swiper.days_slider,
    .testi_slider {
        padding: 0 30px 60px!important
    }
    .accordion .a-container.active .a-panel {
        padding: 10px 15px 30px 20px
    }
    section.neo-pdf {
        padding: 30px 0 40px;
    }
    .block-w-slider p {
        margin-top: 0;
    }
    .block-w-slider .gridImage .text_image_slider {
        padding: 0px 30px 45px;
    }
    .mobile {
        display: block;
    }
    .hero_slider .gridText.align_center {
        display: flex;
        flex-direction: column-reverse;
    }
    .hero_slider .grid-button {
        margin: 18px 0;
    }
    .hero_slider ul {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width:450px) {
    section.counterdown p {
        font-size: 12px
    }
    div#timer {
        gap: 5px;
        font-size: 12px
    }
    section.counterdown .content {
        gap: 0
    }
    section.counterdown {
        padding: 7px 15px
    }
    section.neo-pdf .title {
        padding: 0 15px
    }
}