/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.5/css/uikit.min.css */
a {
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline: 0;
}

a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #0f6ecd;
    text-decoration: underline;
}

.uk-width-1-1 {
    display: none;
}

b, strong {
    font-weight: bolder;
}

.vc_grid-item-mini {
    border: 1px solid #f2f2f2;
    padding: 10px;
}

em {
    color: #f0506e;
}

img, svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

svg:not(:root) {
    overflow: hidden;
}

figure, p, ul {
    margin: 0 0 20px 0;
}

* + p, * + ul {
    margin-top: 20px;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    color: #333;
    text-transform: none;
}

* + h1, * + h2, * + h3 {
    margin-top: 40px;
}

h1 {
    font-size: 2.23125rem;
    line-height: 1.2;
}

h2 {
    font-size: 1.7rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

h5 {
    font-size: 16px;
    line-height: 1.4;
}

@media (min-width: 960px) {
    h1 {
        font-size: 2.625rem;
    }

    h2 {
        font-size: 2rem;
    }
}

ul {
    padding-left: 30px;
}

ul > li > ul {
    margin: 0;
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}

.uk-icon > * {
    transform: translate(0, 0);
}

.uk-container {
    padding-top: 40px;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.uk-container::after, .uk-container::before {
    content: "";
    display: table;
}

.uk-container::after {
    clear: both;
}

.uk-container > :last-child {
    margin-bottom: 0;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-grid > * {
    margin: 0;
}

.uk-grid > * > :last-child {
    margin-bottom: 0;
}

.uk-grid {
    margin-left: -30px;
}

.uk-grid > * {
    padding-left: 30px;
}

@media (min-width: 1200px) {
    .uk-grid {
        margin-left: -40px;
    }

    .uk-grid > * {
        padding-left: 40px;
    }
}

.uk-grid-collapse {
    margin-left: 0;
}

.uk-grid-collapse > * {
    padding-left: 0;
}

.uk-grid-match > * {
    display: flex;
    flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*=uk-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}

.uk-slidenav {
    padding: 5px 10px;
    color: rgba(102, 102, 102, .5);
    transition: color .1s ease-in-out;
}

.uk-slidenav:focus, .uk-slidenav:hover {
    color: rgba(102, 102, 102, .9);
    outline: 0;
}

.uk-slidenav:active {
    color: rgba(102, 102, 102, .5);
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px;
}

.uk-dotnav > * {
    flex: none;
    padding-left: 12px;
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102, 102, 102, .4);
    transition: .2s ease-in-out;
    transition-property: background-color, border-color;
}

.uk-dotnav > .uk-active > * {
    background-color: rgba(102, 102, 102, .6);
    border-color: transparent;
}

.uk-slideshow {
    -webkit-tap-highlight-color: transparent;
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
}

.uk-slideshow-items > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
    touch-action: pan-y;
}

.uk-slideshow-items > :not(.uk-active) {
    display: none;
}

[class*=uk-animation-] {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.uk-animation-slide-left-small {
    animation-name: uk-fade-left-small;
}

[class*=uk-child-width] > * {
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 960px) {
    .uk-child-width-1-2\@m > * {
        width: 50%;
    }
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

[class*=uk-height] {
    box-sizing: border-box;
}

.uk-height-1-1 {
    height: 100%;
}

.uk-text-bold {
    font-weight: bolder;
}

.uk-text-center {
    text-align: center !important;
}

.uk-cover {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.uk-flex {
    display: flex;
}

.uk-flex::after, .uk-flex::before {
    display: none;
}

.uk-flex-center {
    justify-content: center;
}

.uk-flex-right {
    justify-content: flex-end;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex-row-reverse {
    flex-direction: row-reverse;
}

.uk-margin-top {
    margin-top: 20px !important;
}

.uk-margin-small-top {
    margin-top: 10px !important;
}

.uk-margin-medium-top {
    /*margin-top: 40px !important;*/
}

.uk-margin-medium-bottom {
    /*margin-bottom: 40px !important;*/
}

.uk-margin-remove {
    margin: 0 !important;
}

.uk-margin-remove-top {
    margin-top: 0 !important;
}

.uk-margin-remove-bottom {
    margin-bottom: 0 !important;
}

.uk-padding-large {
    padding: 30px;
}

@media (min-width: 1200px) {
    .uk-padding-large {
        padding: 70px;
    }
}

.uk-padding-remove {
    padding: 0 !important;
}

[class*=uk-position-center] {
    position: absolute !important;
}

.uk-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}

[class*=uk-position-center-left], [class*=uk-position-center-right] {
    top: 50%;
    transform: translateY(-50%);
}

.uk-position-center-left {
    left: 0;
}

.uk-position-center-right {
    right: 0;
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-position-relative {
    position: relative !important;
}

.uk-position-absolute {
    position: absolute !important;
}

.uk-position-small {
    max-width: calc(100% - (15px * 2));
    margin: 15px;
}

.uk-position-small.uk-position-center {
    transform: translate(-50%, -50%) translate(-15px, -15px);
}

.uk-position-small[class*=uk-position-center-left], .uk-position-small[class*=uk-position-center-right] {
    transform: translateY(-50%) translateY(-15px);
}

@media (max-width: 959px) {
    .uk-visible\@m {
        display: none !important;
    }
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.uk-visible-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-visible-toggle:focus {
    outline: 0;
}

.uk-light {
    color: rgba(255, 255, 255, .7);
}

.uk-light a {
    color: #fff;
}

.uk-light a:hover {
    color: #fff;
}

.uk-light .uk-slidenav {
    color: rgba(255, 255, 255, .7);
}

.uk-light .uk-slidenav:focus, .uk-light .uk-slidenav:hover {
    color: rgba(255, 255, 255, .95);
}

.uk-light .uk-slidenav:active {
    color: rgba(255, 255, 255, .7);
}

@media print {
    *, ::after, ::before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/*! CSS Used from: https://www.nutrifarma.it/wp/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5 ; media=all */
@media all {
    ul {
        box-sizing: border-box;
    }

    :where(figure) {
        margin: 0 0 1em;
    }
}

/*! CSS Used from: https://www.nutrifarma.it/content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.6 ; media=all */
@media all {
    .wpcf7 .screen-reader-response {
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        word-wrap: normal !important;
    }

    .wpcf7 form .wpcf7-response-output {
        margin: 2em 0.5em 1em;
        padding: 0.2em 1em;
        border: 2px solid #00a0d2;
    }

    .wpcf7 form.init .wpcf7-response-output {
        display: none;
    }

    .wpcf7-form-control-wrap {
        position: relative;
    }

    .wpcf7-spinner {
        visibility: hidden;
        display: inline-block;
        background-color: #23282d;
        opacity: 0.75;
        width: 24px;
        height: 24px;
        border: none;
        border-radius: 100%;
        padding: 0;
        margin: 0 24px;
        position: relative;
    }

    .wpcf7-spinner::before {
        content: '';
        position: absolute;
        background-color: #fbfbfc;
        top: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
        border: none;
        border-radius: 100%;
        transform-origin: 8px 8px;
        animation-name: spin;
        animation-duration: 1000ms;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    @media (prefers-reduced-motion: reduce) {
        .wpcf7-spinner::before {
            animation-name: blink;
            animation-duration: 2000ms;
        }
    }
    .wpcf7 .wpcf7-submit:disabled {
        cursor: not-allowed;
    }

    .wpcf7 input[type="email"] {
        direction: ltr;
    }
}

/*! CSS Used from: https://www.nutrifarma.it/content/themes/white-timber/style.css?ver=6.5.5 ; media=all */
@media all {
    /*! @import https://www.nutrifarma.it/content/themes/white-timber/css/main.css */
    figure {
        display: block;
    }

    a {
        background-color: transparent;
    }

    a:active, a:hover {
        outline: 0;
    }

    b, strong {
        font-weight: bold;
    }

    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    img {
        border: 0;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    figure {
        margin: 1em 40px;
    }

    button, input {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button, input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input {
        line-height: normal;
    }

    *, *::before, *::after {
        box-sizing: border-box;
    }

    *:focus {
        outline: none;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    h1, h2, h3, h4, h5, ul, p {
        margin: 0;
    }

    a {
        color: #2e747d;
        transition: all 0.3s;
    }

    a:hover {
        color: #2e747d;
    }

    em {
        color: #202122;
    }

    h4, h5, h1, h2, h3 {
        font-family: "Ubuntu";
        font-weight: 500;
        letter-spacing: 0px;
    }

    h1, h2, h3 {
        color: #2e747d;
    }

    h4, h5 {
        color: #2e747d;
    }

    h1 {
        font-size: 2.875rem;
    }

    @media (max-width: 959px) {
        h1 {
            font-size: 2.25rem;
        }
    }
    h2 {
        font-size: 2.125rem;
    }

    @media (max-width: 959px) {
        h2 {
            font-size: 1.75rem;
        }
    }
    h3 {
        font-size: 1.625rem;
    }

    @media (max-width: 959px) {
        h3 {
            font-size: 1.25rem;
        }
    }
    p {
        margin-bottom: 15px;
    }

    .no-select {
        user-select: none;
    }

    .no-events {
        pointer-events: none;
    }

    .bg-cover {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .white-theme .content-wrapper .vc_row {
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .white-theme .content-wrapper .vc_row .vc_column_container > .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .white-theme .wpb_content_element {
        margin-bottom: 0px;
    }

    body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
        padding-top: 0px;
    }

    .article-image {
        background-size: cover;
        background-position: center center;
        width: 100%;
        position: relative;
    }

    .article-image:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
    }

    .article-image .uk-container {
        box-sizing: content-box;
        padding-top: 130px;
        padding-bottom: 15px;
        z-index: 2;
    }

    .article-image .uk-container h1 {
        color: white;
    }

    .article-image .breadcrumbs {
        z-index: 2;
        position: absolute;
        top: 10px;
        right: 40px;
    }

    @media (max-width: 959px) {
        .article-image .breadcrumbs {
            right: 30px;
        }
    }
    .article-image .breadcrumbs a {
        color: white;
    }

    .article-image .breadcrumbs span {
        color: rgb(224, 224, 224);
    }

    h1.article-h1 {
        font-size: 2.25rem;
        font-weight: bold;
    }

    @media (max-width: 959px) {
        h1.article-h1 {
            font-size: 2.25rem;
        }
    }
    @media (max-width: 639px) {
        h1.article-h1 {
            font-size: 2rem;
        }
    }
    .breadcrumbs {
        font-size: 0.75rem;
        text-transform: uppercase;
        color: #2e747d;
    }

    .breadcrumbs .separator {
        margin: 0 8px;
        font-size: 0.75rem;
        font-weight: 300;
        color: #2e747d;
    }

    .breadcrumbs span {
        color: #88a55a;
    }

    .breadcrumbs a {
        color: #2e747d;
    }

    @media (max-width: 639px) {
        .breadcrumbs {
            display: none;
        }
    }
    .uk-slideshow .uk-slideshow-items {
        height: calc(100vh - 135px);
        min-height: calc(100vh - 135px) !important;
    }

    .uk-slideshow .uk-slideshow-items li .slideshow-text h2 {
        font-size: 3.5rem;
    }

    @media (max-width: 768px) {
        .uk-slideshow .uk-slideshow-items li .slideshow-text h2 {
            font-size: 2.25rem;
        }
    }
    .uk-slideshow .uk-slideshow-items li .slideshow-text p {
        margin-top: 10px;
    }

    .uk-slideshow .slideshow-text {
        z-index: 2;
        font-size: 1.25rem;
        text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.6);
    }

    .uk-slideshow .slideshow-text h2, .uk-slideshow .slideshow-text p {
        color: white;
    }

    .uk-slideshow .uk-slideshow-nav {
        position: absolute;
        bottom: 20px;
        margin: 0 auto;
        width: 100%;
    }

    .uk-slideshow .uk-slideshow-nav li a {
        border-color: white;
        border: 2px solid white;
    }

    .uk-slideshow .uk-slideshow-nav li.uk-active a {
        background-color: white;
    }

    .uk-slideshow .cover-slideshow {
        background: linear-gradient(0deg, rgba(37, 77, 80, 0.55) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
    }

    .wpcf7-form .wpcf7-text {
        width: 100%;
        float: left;
        border-radius: 4px;
        border: 1px solid #cccccc;
        color: #202122;
        font-family: "Ubuntu";
        padding: 10px 10px;
        transition: all 0.3s;
        margin-bottom: 10px;
    }

    @media (max-width: 959px) {
        .wpcf7-form .wpcf7-text {
            width: 100% !important;
            margin: 10px 0;
        }
    }
    .wpcf7-form .wpcf7-submit {
        margin-top: 10px;
    }

    @media (max-width: 959px) {
        .wpcf7-form .wpcf7-submit {
            width: 100% !important;
            margin: 10px 0;
        }
    }
    .wpcf7-form p {
        margin-bottom: 15px;
    }

    .theme-button, .wpcf7-form .wpcf7-submit {
        background: white;
        color: #88a55a;
        border: 1px solid #88a55a;
        padding: 12px 30px;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Ubuntu";
        transition: all 0.3s;
        pointer-events: all !important;
        position: relative;
        overflow: hidden;
        border-radius: 0px;
    }

    .theme-button div {
        position: relative;
        z-index: 1;
    }

    .theme-button:before, .wpcf7-form .wpcf7-submit:before {
        z-index: 0;
        content: "";
        background: #88a55a;
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0px;
        left: 0px;
        transition: all 0.3s;
    }

    .theme-button:hover, .wpcf7-form .wpcf7-submit:hover {
        color: white;
    }

    .theme-button:hover:before, .wpcf7-form .wpcf7-submit:hover:before {
        width: 200%;
    }

    .theme-button.semi-transparent {
        background: rgba(0, 0, 0, 0.3);
        background-color: rgba(0, 0, 0, 0.3);
        border-color: white;
        color: white;
    }

    .theme-button.semi-transparent:before {
        background: rgba(0, 0, 0, 0.6);
    }

    .wpcf7-form .blue.wpcf7-submit {
        background-color: #2e747d;
        color: white;
        border-color: #205b63;
    }

    .wpcf7-form .blue.wpcf7-submit:before {
        background: #205b63;
    }

    .horizontal-card__text {
        padding: 100px;
        align-content: center;
    }

    .horizontal-card__text p:empty {
        display: none;
    }

    @media (max-width: 1199px) {
        .horizontal-card__text {
            padding: calc(100px / 2);
        }
    }
    @media (max-width: 639px) {
        .horizontal-card__text {
            padding: 30px;
        }
    }
    .horizontal-card__text h4 {
        font-size: 2.625rem !important;
        margin-bottom: 0px !important;
        line-height: 50px;
    }

    @media (max-width: 959px) {
        .horizontal-card__text h4 {
            font-size: 2rem !important;
        }
    }
    .horizontal-card__text a, .horizontal-card__text p {
        font-size: 1.25rem;
    }

    @media (max-width: 959px) {
        .horizontal-card__text a, .horizontal-card__text p {
            font-size: 1.125rem;
        }
    }
    @media (max-width: 639px) {
        .horizontal-card__text a, .horizontal-card__text p {
            font-size: 1rem;
        }
    }
    .horizontal-card__img {
        padding: 100px;
    }

    @media (max-width: 1199px) {
        .horizontal-card__img {
            padding: calc(100px / 2);
        }
    }
    @media (max-width: 639px) {
        .horizontal-card__img {
            padding: 30px;
        }
    }
    .horizontal-card__img__container {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    @media (max-width: 960px) {
        .horizontal-card__img__container {
            min-height: 300px;
        }
    }
    /*! end @import */
}

/*! CSS Used from: https://www.nutrifarma.it/content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.3.0 ; media=all */
@media all {
    .vc_row:after, .vc_row:before {
        content: " ";
        display: table;
    }

    .vc_row:after {
        clear: both;
    }

    .vc_column_container {
        width: 100%;
    }

    .vc_row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .vc_col-sm-12, .vc_col-sm-4 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    @media (min-width: 768px) {
        .vc_col-sm-12, .vc_col-sm-4 {
            float: left;
        }

        .vc_col-sm-12 {
            width: 100%;
        }

        .vc_col-sm-4 {
            width: 33.33333333%;
        }
    }
    #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
        margin-bottom: 0;
    }

    .wpb_content_element {
        margin-bottom: 35px;
    }

    .vc_row.vc_row-flex {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vc_row.vc_row-flex > .vc_column_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 1;
    }

    @media (-ms-high-contrast: active),(-ms-high-contrast: none) {
        .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
            min-height: 1em;
        }
    }
    .vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
        display: none;
    }

    .vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_container {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .vc_column-inner::after, .vc_column-inner::before {
        content: " ";
        display: table;
    }

    .vc_column-inner::after {
        clear: both;
    }

    .vc_column_container {
        padding-left: 0;
        padding-right: 0;
    }

    .vc_column_container > .vc_column-inner {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .vc_row-has-fill > .vc_column_container > .vc_column-inner {
        padding-top: 35px;
    }

    .wpb_single_image img {
        height: auto;
        max-width: 100%;
        vertical-align: top;
    }

    .wpb_single_image .vc_single_image-wrapper {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

    .wpb_single_image.vc_align_center {
        text-align: center;
    }

    .wpb_single_image .vc_figure {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        max-width: 100%;
    }
}

/*! CSS Used from: Embedded */
h1.article-h1 {
    font-weight: 500 !important;
}

/*! CSS Used from: Embedded */
.vc_custom_1663839356358 {
    background-color: #d9e4cc !important;
}

.vc_custom_1663848723104 {
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
}

.vc_custom_1663848418556 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.vc_custom_1663848765251 {
    padding-top: 60px !important;
    padding-right: 30px !important;
    padding-bottom: 60px !important;
    padding-left: 30px !important;
}

/*! CSS Used keyframes */
@keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*! CSS Used fontfaces */
/*
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvWyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjtGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1Czjs2yNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvWyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jtGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3js2yNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/
