﻿@media all {
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }

    .swiper-wrapper {
        transform: translate3d(0px,0,0);
    }

    .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: calc(var(--swiper-navigation-size)/ 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color,var(--swiper-theme-color));
    }

        .swiper-button-next:after, .swiper-button-prev:after {
            font-family: swiper-icons;
            font-size: var(--swiper-navigation-size);
            text-transform: none !important;
            letter-spacing: 0;
            text-transform: none;
            font-variant: initial;
            line-height: 1;
        }

    .swiper-button-prev {
        left: 10px;
        right: auto;
    }

        .swiper-button-prev:after {
            content: 'prev';
        }

    .swiper-button-next {
        right: 10px;
        left: auto;
    }

        .swiper-button-next:after {
            content: 'next';
        }
}

@media all {
    .qodef-shortcode h4 a {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        text-transform: inherit;
        color: inherit;
    }

    .qodef-e-media-title {
        border-radius: 30px;
        background: #1a503e;
        color: #fffbef;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 20px 10px 20px;
        margin: 10px 20px 10px 20px;
        letter-spacing: .5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .qodef-e-content {
        padding: 20px 45px;
        font-size: 18px;
        color: #1a503e;
    }

        .qodef-e-content p {
            margin-bottom: 0;
        }
}

@media all {
/*    a, div, h2, span {
        vertical-align: baseline;
        margin: 0;
        padding: 0;
        background: 0 0;
        border: 0;
        outline: 0;
    }*/

    * {
        box-sizing: border-box;
    }

    article, section {
        display: block;
    }



    ::selection {
        color: #fff;
        background: #ff8c5f;
    }

    ::-moz-selection {
        color: #fff;
        background: #ff8c5f;
    }

    h2 {
        font-weight: 300;
        line-height: 1.2em;
        color: #18304b;
        font-size: 40px;
        margin: 65px 0 25px 0;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }


    a {
        color: #1a503e;
        text-decoration: none;
        transition: color .2s ease-out;
        cursor: pointer;
    }

        a:hover {
            color: #1a503e;
            text-decoration: none;
        }

    .learnmoreicon {
        display: block;
        margin-top: 20px;
        color: #1a503e;
        font-weight: 600;
        text-decoration: none;
        text-align: right;
    }

        .learnmoreicon:hover {
            color: #1a503e;
            font-weight: 600;
            text-decoration: underline;
        }

        .learnmoreicon svg {
            vertical-align: middle;
            margin-top: -3px;
            margin-left: 4px;
            font-weight: 700;
            font-size: .875rem;
            line-height: 1.29;
            letter-spacing: .03em;
            text-align: left;
        }

            .learnmoreicon svg path {
                fill: #1a503e;
            }

    .qodef-e-content ul {
        margin-left: 0;
		padding-left:0;
    }

        .qodef-e-content ul li {
            list-style: none;
            margin: 8px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .qodef-e-content ul li span {
                padding-left: 10px;
            }

    .qodef-content-grid {
        width: 1200px;
        margin: 0 auto;
    }


    @media only screen and (min-width:1921px) {
        .qodef-content-grid {
            width: 1440px;
            margin: 0 auto;
        }
    }

    @media only screen and (min-width:1441px) {
        .qodef-content-grid-1300 .qodef-content-grid {
            width: 1300px;
        }
    }

    .qodef-grid {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
            margin-bottom: 0;
        }

    .qodef-swiper-container {
        position: relative;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        z-index: 1;
        visibility: hidden;
        overflow: hidden;
    }

        .qodef-swiper-container .swiper-slide a {
            display: block;
        }

        .qodef-swiper-container .swiper-slide img {
            width: 100%;
        }

        .qodef-swiper-container.qodef-swiper--initialized {
            visibility: visible;
        }

    .swiper-button-next, .swiper-button-prev {
        background-image: none !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        color: #18304b;
        transition: color .2s ease-out;
        transform: translateY(-50%);
    }

        .swiper-button-next svg, .swiper-button-prev svg {
            display: block;
            stroke: none;
            fill: currentColor;
            stroke-miterlimit: 10;
            transform: translateX(0);
            will-change: transform;
            transition: transform .31s cubic-bezier(.25,.1,.11,.99);
        }

        .swiper-button-next:after, .swiper-button-prev:after {
            display: none !important;
        }

    .swiper-button-prev {
        left: 30px !important;
    }

        .swiper-button-prev:hover svg {
            transform: translateX(-3px);
        }

    .swiper-button-next {
        right: 30px !important;
    }

        .swiper-button-next:hover svg {
            transform: translateX(3px);
        }

    .swiper-button-prev.swiper-button-outside {
        transform: translateX(-300%) translateY(-50%);
    }

    .swiper-button-next.swiper-button-outside {
        transform: translateX(300%) translateY(-50%);
    }

    @media only screen and (max-width:1280px) {
        .qodef-content-grid {
            width: 1000px;
        }
    }

    @media only screen and (max-width:1100px) {
        .qodef-content-grid {
            width: 900px;
        }
    }

    @media only screen and (max-width:1024px) {
        .qodef-content-grid {
            width: 800px;
        }
    }

    @media only screen and (max-width:800px) {
        .qodef-content-grid {
            width: 86%;
        }
    }

    @media only screen and (max-width:480px) {
        .qodef-content-grid {
            width: 82%;
        }
    }
}
/*! CSS Used from: https://thorsten.qodeinteractive.com/wp-content/plugins/thorsten-core/assets/css/thorsten-core.min.css?ver=6.1 ; media=all */
@media all {
    @media only screen and (min-width:1367px) and (max-width:1680px) {
        .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
            width: 1100px;
        }
    }

    @media only screen and (min-width:1281px) and (max-width:1366px) {
        .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
            width: 960px;
        }
    }

    @media only screen and (min-width:1025px) and (max-width:1280px) {
        .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
            width: 768px;
        }
    }

    .qodef-portfolio-list .qodef-e .qodef-e-image {
        overflow: hidden;
    }

    .qodef-portfolio-list .qodef-e .qodef-e-media-image img {
        transform: scale(1);
        transition: transform .5s ease-out;
        will-change: transform;
    }

    .qodef-portfolio-list .qodef-e-inner {
        position: relative;
    }

    .qodef-portfolio-list .qodef-e-image img {
        display: block;
        max-height: 120px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .qodef-portfolio-list.qodef--light .qodef-e-title a {
        color: #fff;
    }

        .qodef-portfolio-list.qodef--light .qodef-e-title a:hover {
            color: #ff8c5f;
        }

    .qodef-portfolio-list.qodef--light .qodef-e-info-category a {
        color: #819bb1 !important;
    }

        .qodef-portfolio-list.qodef--light .qodef-e-info-category a:hover {
            color: #fff !important;
        }

    .qodef-portfolio-list .qodef-e-title {
        margin: 0;
    }

    .qodef-portfolio-list .qodef-e-info-category {
        font-family: Roboto,sans-serif;
        font-size: 17px;
        font-weight: 400;
        text-transform: uppercase;
        color: #18304b;
        font-size: 13px;
        letter-spacing: .3em;
    }

    .qodef-portfolio-slider-outer .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
        margin-left: 0;
    }

    .qodef-portfolio-slider-outer .qodef-m-outer {
        position: relative;
        display: flex;
        margin: 0 auto 35px;
    }

        .qodef-portfolio-slider-outer .qodef-m-outer.qodef--light .qodef-m-title {
            color: #1a503e;
            font-family: Bambino-Regular !important;
            font-weight: 600;
            font-size: 36px;
        }

        .qodef-portfolio-slider-outer .qodef-m-outer.qodef--light .swiper-button-next, .qodef-portfolio-slider-outer .qodef-m-outer.qodef--light .swiper-button-prev {
            color: #1c4f3e;
        }

            .qodef-portfolio-slider-outer .qodef-m-outer.qodef--light .swiper-button-next:hover, .qodef-portfolio-slider-outer .qodef-m-outer.qodef--light .swiper-button-prev:hover {
                color: #ffffff;
            }

    .qodef-portfolio-slider-outer .qodef-m-title {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .qodef-portfolio-slider-outer .qodef-m-nav {
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 76px;
        height: 100%;
        top: 20px;
        right: 0;
    }

        .qodef-portfolio-slider-outer .qodef-m-nav .swiper-button-next, .qodef-portfolio-slider-outer .qodef-m-nav .swiper-button-prev {
            position: relative;
            left: 0 !important;
            transform: translate(0,-50%);
        }

    .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
        margin-top: 21px;
        margin-left: 26px;
        margin-bottom: 50px;
    }

        .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content p {
            font-size: 18px;
            font-weight: 400;
            text-align: right;
        }

            .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content p a {
                color: #1a503e;
            }

                .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content p a:hover {
                    color: #1a503e;
                    font-weight: 600;
                }

                .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content p a svg {
                    color: #1a503e;
                }

    .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
        margin-bottom: 2px;
    }

        .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a {
            color: #55667c;
        }

            .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a:hover {
                color: #ff8c5f;
            }

    .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title a {
        color: #223e5e;
    }

        .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title a:hover {
            color: #ff8c5f;
        }

    .qodef-portfolio-list.qodef-item-layout--info-below.qodef--light .qodef-e .qodef-e-title a {
        color: #fff;
    }

        .qodef-portfolio-list.qodef-item-layout--info-below.qodef--light .qodef-e .qodef-e-title a:hover {
            color: #ff8c5f;
        }

    @media only screen and (max-width:680px) {
        .qodef-portfolio-list .qodef-e-inner {
            padding: 0 !important;
        }
    }

    @media only screen and (max-width:680px) {
        .qodef-portfolio-slider-outer .qodef-m-outer {
            flex-direction: column;
            width: 100%;
        }
    }

    @media only screen and (max-width:768px) {
        .qodef-portfolio-slider-outer .qodef-m-title br {
            display: none;
        }
    }

    @media only screen and (max-width:680px) {
        .qodef-portfolio-slider-outer .qodef-m-title {
            font-size: 30px;
            padding-right: 76px;
            padding-left: 20px;
        }
    }

    @media only screen and (max-width:1024px) {
        .qodef-portfolio-slider-outer .qodef-m-nav {
            top: 32px;
        }
    }

    @media only screen and (max-width:768px) {
        .qodef-portfolio-slider-outer .qodef-m-nav {
            top: 58px;
        }
    }

    @media only screen and (max-width:680px) {
        .qodef-portfolio-slider-outer .qodef-m-nav {
            top: 26px;
            position: relative;
            margin-top: 14px;
        }
    }
}

@media all {
    section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px;
        margin: 0 auto;
    }

    section.qodef-elementor-content-grid.qodef-extended-grid > .elementor-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
    }

    section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
        padding-left: 0;
    }

    @media only screen and (min-width:1441px) {
        .qodef-content-grid-1300 section.qodef-elementor-content-grid > .elementor-container {
            width: 1300px;
            max-width: 1300px;
        }

        .qodef-content-grid-1300 section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
            padding-left: 0;
        }
    }

    @media only screen and (max-width:1280px) {
        section.qodef-elementor-content-grid > .elementor-container {
            width: 1000px;
        }

        section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
            padding-left: 0;
        }
    }

    @media only screen and (max-width:1100px) {
        section.qodef-elementor-content-grid > .elementor-container {
            width: 860px;
        }

        section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
            padding-left: 0;
        }
    }

    @media only screen and (max-width:1024px) {
        section.qodef-elementor-content-grid > .elementor-container {
            width: 768px;
        }

        section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
            padding-left: 0;
        }
    }

    @media only screen and (max-width:800px) {
        section.qodef-elementor-content-grid > .elementor-container {
            width: 86%;
        }

        section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
            padding-left: 0;
        }
    }

    @media only screen and (max-width:480px) {
        section.qodef-elementor-content-grid > .elementor-container {
            width: 82%;
        }

        section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
            padding-left: 0;
        }
    }
}

@media all {
    .elementor *, .elementor :after, .elementor :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .elementor a {
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
    }

    .elementor img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .elementor-element {
        --flex-direction: initial;
        --flex-wrap: initial;
        --justify-content: initial;
        --align-items: initial;
        --align-content: initial;
        --gap: initial;
        --flex-basis: initial;
        --flex-grow: initial;
        --flex-shrink: initial;
        --order: initial;
        --align-self: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: var(--flex-direction);
        flex-direction: var(--flex-direction);
        -ms-flex-wrap: var(--flex-wrap);
        flex-wrap: var(--flex-wrap);
        -webkit-box-pack: var(--justify-content);
        -ms-flex-pack: var(--justify-content);
        justify-content: var(--justify-content);
        -webkit-box-align: var(--align-items);
        -ms-flex-align: var(--align-items);
        align-items: var(--align-items);
        -ms-flex-line-pack: var(--align-content);
        align-content: var(--align-content);
        gap: var(--gap);
        -ms-flex-preferred-size: var(--flex-basis);
        flex-basis: var(--flex-basis);
        -webkit-box-flex: var(--flex-grow);
        -ms-flex-positive: var(--flex-grow);
        flex-grow: var(--flex-grow);
        -ms-flex-negative: var(--flex-shrink);
        flex-shrink: var(--flex-shrink);
        -webkit-box-ordinal-group: var(--order);
        -ms-flex-order: var(--order);
        order: var(--order);
        -ms-flex-item-align: var(--align-self);
        align-self: var(--align-self);
    }

    .elementor-section {
        position: relative;
        background-color: #cfaf40;
    }

        .elementor-section .elementor-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: auto;
            margin-left: auto;
            position: relative;
        }

    @media (max-width:1024px) {
        .elementor-section .elementor-container {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }

    .elementor-widget-wrap {
        position: relative;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .elementor-widget-wrap > .elementor-element {
        width: 100%;
    }

    .elementor-widget {
        position: relative;
    }

    .elementor-column {
        min-height: 1px;
    }

    .elementor-column {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
        padding: 10px;
    }

    @media (min-width:768px) {
        .elementor-column.elementor-col-100 {
            width: 100%;
        }
    }

    @media (max-width:767px) {
        .elementor-column {
            width: 100%;
        }
    }

    .elementor-element .elementor-widget-container {
        -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
        transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
        -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .swiper-wrapper {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .swiper-slide {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background: no-repeat 50%;
    }

    .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
        left: 10px;
        right: auto;
    }

    .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
        right: 10px;
        left: auto;
    }
}

@media all {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }

    .elementor-element {
        --widgets-spacing: 20px;
    }

    @media (max-width:1024px) {
        .elementor-section.elementor-section-boxed > .elementor-container {
            max-width: 1024px;
        }
    }

    @media (max-width:767px) {
        .elementor-section.elementor-section-boxed > .elementor-container {
            max-width: 767px;
        }
    }
}

@media all {
    .elementor-2175 .elementor-element.elementor-element-3740cee:not(.elementor-motion-effects-element-type-background) {
        background-color: #122332;
    }

    .elementor-2175 .elementor-element.elementor-element-3740cee {
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        padding: 127px 0 160px;
    }

    .elementor-2175 .elementor-element.elementor-element-390367d > .elementor-element-populated {
        padding: 0;
    }

    @media (max-width:1024px) {
        .elementor-2175 .elementor-element.elementor-element-3740cee {
            margin-top: 0;
            margin-bottom: 0;
            padding: 125px 0 157px;
        }
    }
}
