        :root {
            --font-family: Nunito;
            --font-size: 18px;
            --font-weight: normal;
            --word-wrap: break-word;
            --overflow-wrap: break-word;
            --font-style: normal;
            --text-decoration: none;
            --letter-spacing: normal;
            --line-height: normal;
            --text-transform: none;
            --font-family-button: Nunito;
            --font-size-button: 18px;
            --font-weight-button: normal;
            --word-wrap-button: break-word;
            --overflow-wrap-button: break-word;
            --font-style-button: normal;
            --text-decoration-button: none;
            --letter-spacing-button: normal;
            --line-height-button: normal;
            --text-transform-button: none;
            --button-background-color: #99a619;
            --button-color-primary: #000000;
            --button-color-link: #99a619;
            --button-color-ghost: #99a619;
            --form-button-palette-color: #c2d223;
            --form-body-text-color: #000000;
            --form-button-contrast-color: #99a619;
            --form-captcha-bg-color: #fff;
            --form-captcha-text-color: #000000;
            --form-contrast-error-color: rgb(255, 176, 176);
            --form-error-color: rgb(206, 9, 9);
            --form-error-color-important: rgb(206, 9, 9) !important;
            --form-higher-button-contrast-color: #000000;
            --form-module-active-color-body-text: #000000;
            --form-module-active-color-button: #99a619;
            --form-padding: 12px 16px;
            --form-success-color: rgb(0, 124, 0);
            --form-module-active-color-body-text-fade-02: rgba(0, 0, 0, 0.2);
            --form-module-active-color-body-text-fade-01: rgba(0, 0, 0, 0.1);
            --form-button-contrast-color-fade-01: rgba(153, 166, 25, 0.1);
            --form-button-contrast-color-fade-09: rgba(153, 166, 25, 0.9);
            --form-button-palette-color-fade-09: rgba(194, 210, 35, 0.9);
            --form-checkbox-svg: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IGZpbGw6IHJnYmEoMCwgMCwgMCwgMSkiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICAgICA8cGF0aCBkPSJNMjIsNC40bC0yLjctMi4zQzE5LjIsMiwxOS4xLDIsMTksMmMtMC4xLDAtMC4yLDAuMS0wLjMsMC4xTDksMTUuNWMwLDAtMy44LTMuOS0zLjktNGMtMC4xLTAuMS0wLjMtMC4zLTAuNS0wLjNzLTAuMywwLjEtMC40LDAuMlMyLjgsMTMsMi4xLDEzLjhMMiwxMy45Yy0wLjEsMC4xLTAuMSwwLjItMC4xLDAuM3MwLDAuMiwwLjEsMC4zbDAuMSwwLjFjMCwwLDYuNyw3LDYuOCw3LjFDOSwyMS44LDkuMiwyMiw5LjQsMjJzMC40LTAuMiwwLjUtMC4zTDIyLDVjMC4xLTAuMSwwLjEtMC4yLDAuMS0wLjNDMjIuMSw0LjYsMjIsNC41LDIyLDQuNHoiLz4KICA8L3N2Zz4=');
            --form-checkbox-size: 16px;
            --form-checkbox-icon-size: 20px
        }

        .formCapOverlay {
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .65);
            display: none
        }

        .showElement {
            display: block
        }

        .hideElement {
            display: none
        }

        .refreshBtn {
            cursor: pointer;
            opacity: .5
        }

        .capSendBtn {
            align-self: center;
            margin: 24px 0
        }

        .capImgContainer {
            width: 133px;
            height: 50px;
            overflow: hidden;
            margin-right: 8px
        }

        .capContainer+input {
            min-width: 310px
        }

        .formCapModal {
            background-color: #fff;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            padding: 0 32px;
            pointer-events: none;
            opacity: 0;
            transition: all .3s ease-in-out;
            z-index: 1001
        }

        .showModal {
            opacity: 1;
            pointer-events: auto
        }

        .formCapContainer {
            display: flex;
            flex-direction: column;
            text-align: center
        }

        .comboContainer {
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-wrap: wrap
        }

        .capContainer {
            display: flex;
            align-items: center
        }

        .error {
            color: #ce0909;
            border-color: #ce0909
        }

        .loader {
            display: inline-block;
            width: 80px;
            height: 80px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        .loader:after {
            content: " ";
            display: block;
            width: 64px;
            height: 64px;
            margin: 8px;
            border-radius: 50%;
            border: 6px solid #000;
            border-color: #000 transparent #000 transparent;
            animation: loader 1.2s linear infinite
        }

        @keyframes loader {
            0% {
                transform: rotate(0)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-200.eot);
            src: local("NunitoSans ExtraLight"), local("NunitoSans-ExtraLight");
            src: url(NunitoSans-latin_latin-ext-200.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-200.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-200.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-200.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-200.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: normal;
            font-weight: 200;
            src: url(NunitoSans-latin_latin-ext-200.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-200italic.eot);
            src: local("NunitoSans ExtraLightItalic"), local("NunitoSans-ExtraLightItalic");
            src: url(NunitoSans-latin_latin-ext-200italic.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-200italic.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-200italic.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-200italic.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-200italic.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: italic;
            font-weight: 200;
            src: url(NunitoSans-latin_latin-ext-200italic.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-300.eot);
            src: local("NunitoSans Light"), local("NunitoSans-Light");
            src: url(NunitoSans-latin_latin-ext-300.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-300.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-300.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-300.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-300.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: normal;
            font-weight: 300;
            src: url(NunitoSans-latin_latin-ext-300.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-300italic.eot);
            src: local("NunitoSans LightItalic"), local("NunitoSans-LightItalic");
            src: url(NunitoSans-latin_latin-ext-300italic.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-300italic.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-300italic.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-300italic.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-300italic.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: italic;
            font-weight: 300;
            src: url(NunitoSans-latin_latin-ext-300italic.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-regular.eot);
            src: local("NunitoSans Regular"), local("NunitoSans-Regular");
            src: url(NunitoSans-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-regular.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-regular.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-regular.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-regular.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: normal;
            font-weight: 400;
            src: url(NunitoSans-latin_latin-ext-regular.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-italic.eot);
            src: local("NunitoSans Italic"), local("NunitoSans-Italic");
            src: url(NunitoSans-latin_latin-ext-italic.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-italic.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-italic.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-italic.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-italic.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: italic;
            font-weight: 400;
            src: url(NunitoSans-latin_latin-ext-italic.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-500.eot);
            src: local("NunitoSans Medium"), local("NunitoSans-Medium");
            src: url(NunitoSans-latin_latin-ext-500.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-500.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-500.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-500.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-500.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: normal;
            font-weight: 500;
            src: url(NunitoSans-latin_latin-ext-500.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-500italic.eot);
            src: local("NunitoSans MediumItalic"), local("NunitoSans-MediumItalic");
            src: url(NunitoSans-latin_latin-ext-500italic.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-500italic.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-500italic.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-500italic.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-500italic.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: italic;
            font-weight: 500;
            src: url(NunitoSans-latin_latin-ext-500italic.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-600.eot);
            src: local("NunitoSans SemiBold"), local("NunitoSans-SemiBold");
            src: url(NunitoSans-latin_latin-ext-600.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-600.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-600.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-600.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-600.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: normal;
            font-weight: 600;
            src: url(NunitoSans-latin_latin-ext-600.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-600italic.eot);
            src: local("NunitoSans SemiBoldItalic"), local("NunitoSans-SemiBoldItalic");
            src: url(NunitoSans-latin_latin-ext-600italic.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-600italic.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-600italic.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-600italic.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-600italic.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: italic;
            font-weight: 600;
            src: url(NunitoSans-latin_latin-ext-600italic.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-700.eot);
            src: local("NunitoSans Bold"), local("NunitoSans-Bold");
            src: url(NunitoSans-latin_latin-ext-700.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-700.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-700.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-700.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-700.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: normal;
            font-weight: 700;
            src: url(NunitoSans-latin_latin-ext-700.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-700italic.eot);
            src: local("NunitoSans BoldItalic"), local("NunitoSans-BoldItalic");
            src: url(NunitoSans-latin_latin-ext-700italic.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-700italic.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-700italic.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-700italic.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-700italic.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: italic;
            font-weight: 700;
            src: url(NunitoSans-latin_latin-ext-700italic.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-800.eot);
            src: local("NunitoSans ExtraBold"), local("NunitoSans-ExtraBold");
            src: url(NunitoSans-latin_latin-ext-800.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-800.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-800.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-800.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-800.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: normal;
            font-weight: 800;
            src: url(NunitoSans-latin_latin-ext-800.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-800italic.eot);
            src: local("NunitoSans ExtraBoldItalic"), local("NunitoSans-ExtraBoldItalic");
            src: url(NunitoSans-latin_latin-ext-800italic.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-800italic.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-800italic.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-800italic.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-800italic.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: italic;
            font-weight: 800;
            src: url(NunitoSans-latin_latin-ext-800italic.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-900.eot);
            src: local("NunitoSans Black"), local("NunitoSans-Black");
            src: url(NunitoSans-latin_latin-ext-900.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-900.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-900.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-900.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-900.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: normal;
            font-weight: 900;
            src: url(NunitoSans-latin_latin-ext-900.woff) format("woff")
        }

        @font-face {
            src: url(NunitoSans-latin_latin-ext-900italic.eot);
            src: local("NunitoSans BlackItalic"), local("NunitoSans-BlackItalic");
            src: url(NunitoSans-latin_latin-ext-900italic.eot?#iefix) format("embedded-opentype");
            src: url(NunitoSans-latin_latin-ext-900italic.woff2) format("woff2");
            src: url(NunitoSans-latin_latin-ext-900italic.woff) format("woff");
            src: url(NunitoSans-latin_latin-ext-900italic.ttf) format("truetype");
            src: url(NunitoSans-latin_latin-ext-900italic.svg#NunitoSans) format("svg");
            font-family: NunitoSans;
            font-style: italic;
            font-weight: 900;
            src: url(NunitoSans-latin_latin-ext-900italic.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-200.eot);
            src: local("Nunito ExtraLight"), local("Nunito-ExtraLight");
            src: url(Nunito-latin_latin-ext-200.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-200.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-200.woff) format("woff");
            src: url(Nunito-latin_latin-ext-200.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-200.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: normal;
            font-weight: 200;
            src: url(Nunito-latin_latin-ext-200.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-200italic.eot);
            src: local("Nunito ExtraLightItalic"), local("Nunito-ExtraLightItalic");
            src: url(Nunito-latin_latin-ext-200italic.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-200italic.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-200italic.woff) format("woff");
            src: url(Nunito-latin_latin-ext-200italic.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-200italic.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: italic;
            font-weight: 200;
            src: url(Nunito-latin_latin-ext-200italic.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-300.eot);
            src: local("Nunito Light"), local("Nunito-Light");
            src: url(Nunito-latin_latin-ext-300.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-300.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-300.woff) format("woff");
            src: url(Nunito-latin_latin-ext-300.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-300.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: normal;
            font-weight: 300;
            src: url(Nunito-latin_latin-ext-300.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-300italic.eot);
            src: local("Nunito LightItalic"), local("Nunito-LightItalic");
            src: url(Nunito-latin_latin-ext-300italic.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-300italic.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-300italic.woff) format("woff");
            src: url(Nunito-latin_latin-ext-300italic.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-300italic.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: italic;
            font-weight: 300;
            src: url(Nunito-latin_latin-ext-300italic.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-regular.eot);
            src: local("Nunito Regular"), local("Nunito-Regular");
            src: url(Nunito-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-regular.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-regular.woff) format("woff");
            src: url(Nunito-latin_latin-ext-regular.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-regular.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: normal;
            font-weight: 400;
            src: url(Nunito-latin_latin-ext-regular.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-italic.eot);
            src: local("Nunito Italic"), local("Nunito-Italic");
            src: url(Nunito-latin_latin-ext-italic.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-italic.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-italic.woff) format("woff");
            src: url(Nunito-latin_latin-ext-italic.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-italic.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: italic;
            font-weight: 400;
            src: url(Nunito-latin_latin-ext-italic.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-500.eot);
            src: local("Nunito Medium"), local("Nunito-Medium");
            src: url(Nunito-latin_latin-ext-500.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-500.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-500.woff) format("woff");
            src: url(Nunito-latin_latin-ext-500.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-500.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: normal;
            font-weight: 500;
            src: url(Nunito-latin_latin-ext-500.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-500italic.eot);
            src: local("Nunito MediumItalic"), local("Nunito-MediumItalic");
            src: url(Nunito-latin_latin-ext-500italic.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-500italic.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-500italic.woff) format("woff");
            src: url(Nunito-latin_latin-ext-500italic.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-500italic.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: italic;
            font-weight: 500;
            src: url(Nunito-latin_latin-ext-500italic.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-600.eot);
            src: local("Nunito SemiBold"), local("Nunito-SemiBold");
            src: url(Nunito-latin_latin-ext-600.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-600.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-600.woff) format("woff");
            src: url(Nunito-latin_latin-ext-600.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-600.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: normal;
            font-weight: 600;
            src: url(Nunito-latin_latin-ext-600.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-600italic.eot);
            src: local("Nunito SemiBoldItalic"), local("Nunito-SemiBoldItalic");
            src: url(Nunito-latin_latin-ext-600italic.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-600italic.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-600italic.woff) format("woff");
            src: url(Nunito-latin_latin-ext-600italic.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-600italic.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: italic;
            font-weight: 600;
            src: url(Nunito-latin_latin-ext-600italic.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-700.eot);
            src: local("Nunito Bold"), local("Nunito-Bold");
            src: url(Nunito-latin_latin-ext-700.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-700.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-700.woff) format("woff");
            src: url(Nunito-latin_latin-ext-700.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-700.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: normal;
            font-weight: 700;
            src: url(Nunito-latin_latin-ext-700.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-700italic.eot);
            src: local("Nunito BoldItalic"), local("Nunito-BoldItalic");
            src: url(Nunito-latin_latin-ext-700italic.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-700italic.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-700italic.woff) format("woff");
            src: url(Nunito-latin_latin-ext-700italic.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-700italic.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: italic;
            font-weight: 700;
            src: url(Nunito-latin_latin-ext-700italic.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-800.eot);
            src: local("Nunito ExtraBold"), local("Nunito-ExtraBold");
            src: url(Nunito-latin_latin-ext-800.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-800.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-800.woff) format("woff");
            src: url(Nunito-latin_latin-ext-800.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-800.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: normal;
            font-weight: 800;
            src: url(Nunito-latin_latin-ext-800.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-800italic.eot);
            src: local("Nunito ExtraBoldItalic"), local("Nunito-ExtraBoldItalic");
            src: url(Nunito-latin_latin-ext-800italic.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-800italic.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-800italic.woff) format("woff");
            src: url(Nunito-latin_latin-ext-800italic.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-800italic.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: italic;
            font-weight: 800;
            src: url(Nunito-latin_latin-ext-800italic.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-900.eot);
            src: local("Nunito Black"), local("Nunito-Black");
            src: url(Nunito-latin_latin-ext-900.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-900.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-900.woff) format("woff");
            src: url(Nunito-latin_latin-ext-900.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-900.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: normal;
            font-weight: 900;
            src: url(Nunito-latin_latin-ext-900.woff) format("woff")
        }

        @font-face {
            src: url(Nunito-latin_latin-ext-900italic.eot);
            src: local("Nunito BlackItalic"), local("Nunito-BlackItalic");
            src: url(Nunito-latin_latin-ext-900italic.eot?#iefix) format("embedded-opentype");
            src: url(Nunito-latin_latin-ext-900italic.woff2) format("woff2");
            src: url(Nunito-latin_latin-ext-900italic.woff) format("woff");
            src: url(Nunito-latin_latin-ext-900italic.ttf) format("truetype");
            src: url(Nunito-latin_latin-ext-900italic.svg#Nunito) format("svg");
            font-family: Nunito;
            font-style: italic;
            font-weight: 900;
            src: url(Nunito-latin_latin-ext-900italic.woff) format("woff")
        }

        .accessNavigationLink {
            font-family: 'Open Sans', sans-serif;
            border-radius: 8px;
            text-align: center;
            padding: 13px 0;
            color: #00f;
            font-size: 16px;
            font-weight: 700;
            width: 100%;
            top: -50px;
            position: absolute;
            text-decoration: none
        }

        .accessNavigationLink:focus-visible {
            top: 5px;
            outline: 2px solid #00f;
            outline-offset: 2px;
            box-shadow: 0 0 0 2px #fff;
            left: 6px;
            width: calc(100% - 6px);
            position: static;
            display: block;
            margin-top: 5px;
            margin-left: 6px;
            background-color: #fff
        }

        .accessNavigationList {
            margin: 0;
            list-style: none;
            padding: 0;
            z-index: 1;
            position: relative
        }

        .theming-theme-accent1-sticky {
            color: #000 !important
        }

        .theming-theme-accent2-sticky {
            color: #99a619 !important
        }

        .theming-theme-accent3-sticky {
            color: #99a619 !important
        }

        .theming-theme-light-sticky {
            color: #9e9e9e !important
        }

        .theming-theme-dark-sticky {
            color: #000 !important
        }

        .theming-basic-Grey-sticky {
            color: #777 !important
        }

        .theming-basic-Red-sticky {
            color: #e0110c !important
        }

        .theming-basic-Orange-sticky {
            color: #e96f05 !important
        }

        .theming-basic-Yellow-sticky {
            color: #c09900 !important
        }

        .theming-basic-Green-sticky {
            color: #258d14 !important
        }

        .theming-basic-Cyan-sticky {
            color: #00accd !important
        }

        .theming-basic-Blue-sticky {
            color: #1414c9 !important
        }

        .theming-basic-Purple-sticky {
            color: #941196 !important
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-row-85108a59-e656-4d28-885c-1d3f4f03aa9b {
                padding: 16px !important;
                flex-direction: column !important
            }
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .grid-row-bce82b2c-ce69-49fd-bace-946404c87d4a {
                align-items: flex-start !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-row-bce82b2c-ce69-49fd-bace-946404c87d4a {
                align-items: flex-start !important
            }
        }

        @font-face {
            src: url(Oswald-latin_latin-ext-200.eot);
            src: local("Oswald ExtraLight"), local("Oswald-ExtraLight");
            src: url(Oswald-latin_latin-ext-200.eot?#iefix) format("embedded-opentype");
            src: url(Oswald-latin_latin-ext-200.woff2) format("woff2");
            src: url(Oswald-latin_latin-ext-200.woff) format("woff");
            src: url(Oswald-latin_latin-ext-200.ttf) format("truetype");
            src: url(Oswald-latin_latin-ext-200.svg#Oswald) format("svg");
            font-family: Oswald;
            font-style: normal;
            font-weight: 200;
            src: url(Oswald-latin_latin-ext-200.woff) format("woff")
        }

        @font-face {
            src: url(Oswald-latin_latin-ext-300.eot);
            src: local("Oswald Light"), local("Oswald-Light");
            src: url(Oswald-latin_latin-ext-300.eot?#iefix) format("embedded-opentype");
            src: url(Oswald-latin_latin-ext-300.woff2) format("woff2");
            src: url(Oswald-latin_latin-ext-300.woff) format("woff");
            src: url(Oswald-latin_latin-ext-300.ttf) format("truetype");
            src: url(Oswald-latin_latin-ext-300.svg#Oswald) format("svg");
            font-family: Oswald;
            font-style: normal;
            font-weight: 300;
            src: url(Oswald-latin_latin-ext-300.woff) format("woff")
        }

        @font-face {
            src: url(Oswald-latin_latin-ext-regular.eot);
            src: local("Oswald Regular"), local("Oswald-Regular");
            src: url(Oswald-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype");
            src: url(Oswald-latin_latin-ext-regular.woff2) format("woff2");
            src: url(Oswald-latin_latin-ext-regular.woff) format("woff");
            src: url(Oswald-latin_latin-ext-regular.ttf) format("truetype");
            src: url(Oswald-latin_latin-ext-regular.svg#Oswald) format("svg");
            font-family: Oswald;
            font-style: normal;
            font-weight: 400;
            src: url(Oswald-latin_latin-ext-regular.woff) format("woff")
        }

        @font-face {
            src: url(Oswald-latin_latin-ext-500.eot);
            src: local("Oswald Medium"), local("Oswald-Medium");
            src: url(Oswald-latin_latin-ext-500.eot?#iefix) format("embedded-opentype");
            src: url(Oswald-latin_latin-ext-500.woff2) format("woff2");
            src: url(Oswald-latin_latin-ext-500.woff) format("woff");
            src: url(Oswald-latin_latin-ext-500.ttf) format("truetype");
            src: url(Oswald-latin_latin-ext-500.svg#Oswald) format("svg");
            font-family: Oswald;
            font-style: normal;
            font-weight: 500;
            src: url(Oswald-latin_latin-ext-500.woff) format("woff")
        }

        @font-face {
            src: url(Oswald-latin_latin-ext-600.eot);
            src: local("Oswald SemiBold"), local("Oswald-SemiBold");
            src: url(Oswald-latin_latin-ext-600.eot?#iefix) format("embedded-opentype");
            src: url(Oswald-latin_latin-ext-600.woff2) format("woff2");
            src: url(Oswald-latin_latin-ext-600.woff) format("woff");
            src: url(Oswald-latin_latin-ext-600.ttf) format("truetype");
            src: url(Oswald-latin_latin-ext-600.svg#Oswald) format("svg");
            font-family: Oswald;
            font-style: normal;
            font-weight: 600;
            src: url(Oswald-latin_latin-ext-600.woff) format("woff")
        }

        @font-face {
            src: url(Oswald-latin_latin-ext-700.eot);
            src: local("Oswald Bold"), local("Oswald-Bold");
            src: url(Oswald-latin_latin-ext-700.eot?#iefix) format("embedded-opentype");
            src: url(Oswald-latin_latin-ext-700.woff2) format("woff2");
            src: url(Oswald-latin_latin-ext-700.woff) format("woff");
            src: url(Oswald-latin_latin-ext-700.ttf) format("truetype");
            src: url(Oswald-latin_latin-ext-700.svg#Oswald) format("svg");
            font-family: Oswald;
            font-style: normal;
            font-weight: 700;
            src: url(Oswald-latin_latin-ext-700.woff) format("woff")
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-theme-accent1 {
            color: #000 !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-theme-light {
            color: #9e9e9e !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-theme-dark {
            color: #000 !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-basic-Grey {
            color: #777 !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-basic-Red {
            color: #e0110c !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-basic-Green {
            color: #258d14 !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-basic-Cyan {
            color: #00accd !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .logo-55ad7214-353a-48f9-9054-14fcbd55c2b8 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .module-container-50bcad5f-1047-4042-ad0d-839107b9e906 {
                display: none !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .module-container-50bcad5f-1047-4042-ad0d-839107b9e906 {
                display: none !important
            }
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .module-container-5b0a6df5-889b-4fe1-b4a5-b49256ebb65d {
                min-height: 32px !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .module-container-5b0a6df5-889b-4fe1-b4a5-b49256ebb65d {
                min-height: 32px !important
            }
        }

        @font-face {
            src: url(BebasNeue-latin_latin-ext-regular.eot);
            src: local("BebasNeue Regular"), local("BebasNeue-Regular");
            src: url(BebasNeue-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype");
            src: url(BebasNeue-latin_latin-ext-regular.woff2) format("woff2");
            src: url(BebasNeue-latin_latin-ext-regular.woff) format("woff");
            src: url(BebasNeue-latin_latin-ext-regular.ttf) format("truetype");
            src: url(BebasNeue-latin_latin-ext-regular.svg#BebasNeue) format("svg");
            font-family: BebasNeue;
            font-style: normal;
            font-weight: 400;
            src: url(BebasNeue-latin_latin-ext-regular.woff) format("woff")
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-row-bcb8cb2f-e1e5-45f5-bce1-d7eaccf01f5a {
                order: -1 !important
            }
        }

        @media (min-width:1024px) {
            .grid-row-bcb8cb2f-e1e5-45f5-bce1-d7eaccf01f5a {
                order: -1 !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-row-48bc1cf8-16c4-43b6-973c-29cde9d9c7ee {
                padding-bottom: 160px !important
            }
        }

        @media (min-width:1024px) {
            .grid-row-48bc1cf8-16c4-43b6-973c-29cde9d9c7ee {
                padding-bottom: 160px !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-243c779a-b768-4930-b879-5d6e2cc542c6 {
                align-self: center !important;
                margin-top: 80px !important;
                padding-left: 40px !important;
                margin-bottom: 80px !important;
                padding-right: 160px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-243c779a-b768-4930-b879-5d6e2cc542c6 {
                align-self: center !important;
                margin-top: 80px !important;
                padding-left: 40px !important;
                margin-bottom: 80px !important;
                padding-right: 160px !important
            }
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .grid-column-612ea192-3754-43fc-8a81-b3576576ba89 {
                display: flex !important;
                justify-content: center !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-612ea192-3754-43fc-8a81-b3576576ba89 {
                align-self: center !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-612ea192-3754-43fc-8a81-b3576576ba89 {
                align-self: center !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-68c55639-9f7b-4f6a-ad40-119be7be2012 {
                padding-top: 80px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-68c55639-9f7b-4f6a-ad40-119be7be2012 {
                padding-top: 80px !important
            }
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-eaf04b76-2b28-4ffc-8f6c-79d1e3ad76a6 .theming-basic-Purple {
            color: #941196 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-e4ef50e4-174b-41ca-ac1d-3e2102869788 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-45ecebd5-2e14-44a2-915b-bcd357d10c76 {
                padding-top: 80px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-45ecebd5-2e14-44a2-915b-bcd357d10c76 {
                padding-top: 80px !important
            }
        }

        @font-face {
            src: url(Muli-latin_latin-ext-200.eot);
            src: local("Muli ExtraLight"), local("Muli-ExtraLight");
            src: url(Muli-latin_latin-ext-200.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-200.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-200.woff) format("woff");
            src: url(Muli-latin_latin-ext-200.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-200.svg#Muli) format("svg");
            font-family: Muli;
            font-style: normal;
            font-weight: 200;
            src: url(Muli-latin_latin-ext-200.woff) format("woff")
        }

        @font-face {
            src: url(Muli-latin_latin-ext-200italic.eot);
            src: local("Muli ExtraLightItalic"), local("Muli-ExtraLightItalic");
            src: url(Muli-latin_latin-ext-200italic.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-200italic.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-200italic.woff) format("woff");
            src: url(Muli-latin_latin-ext-200italic.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-200italic.svg#Muli) format("svg");
            font-family: Muli;
            font-style: italic;
            font-weight: 200;
            src: url(Muli-latin_latin-ext-200italic.woff) format("woff")
        }

        @font-face {
            src: url(Muli-latin_latin-ext-300.eot);
            src: local("Muli Light"), local("Muli-Light");
            src: url(Muli-latin_latin-ext-300.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-300.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-300.woff) format("woff");
            src: url(Muli-latin_latin-ext-300.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-300.svg#Muli) format("svg");
            font-family: Muli;
            font-style: normal;
            font-weight: 300;
            src: url(Muli-latin_latin-ext-300.woff) format("woff")
        }

        @font-face {
            src: url(Muli-latin_latin-ext-300italic.eot);
            src: local("Muli LightItalic"), local("Muli-LightItalic");
            src: url(Muli-latin_latin-ext-300italic.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-300italic.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-300italic.woff) format("woff");
            src: url(Muli-latin_latin-ext-300italic.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-300italic.svg#Muli) format("svg");
            font-family: Muli;
            font-style: italic;
            font-weight: 300;
            src: url(Muli-latin_latin-ext-300italic.woff) format("woff")
        }

        @font-face {
            src: url(Muli-latin_latin-ext-regular.eot);
            src: local("Muli Regular"), local("Muli-Regular");
            src: url(Muli-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-regular.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-regular.woff) format("woff");
            src: url(Muli-latin_latin-ext-regular.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-regular.svg#Muli) format("svg");
            font-family: Muli;
            font-style: normal;
            font-weight: 400;
            src: url(Muli-latin_latin-ext-regular.woff) format("woff")
        }

        @font-face {
            src: url(Muli-latin_latin-ext-italic.eot);
            src: local("Muli Italic"), local("Muli-Italic");
            src: url(Muli-latin_latin-ext-italic.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-italic.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-italic.woff) format("woff");
            src: url(Muli-latin_latin-ext-italic.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-italic.svg#Muli) format("svg");
            font-family: Muli;
            font-style: italic;
            font-weight: 400;
            src: url(Muli-latin_latin-ext-italic.woff) format("woff")
        }

        @font-face {
            src: url(Muli-latin_latin-ext-600.eot);
            src: local("Muli SemiBold"), local("Muli-SemiBold");
            src: url(Muli-latin_latin-ext-600.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-600.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-600.woff) format("woff");
            src: url(Muli-latin_latin-ext-600.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-600.svg#Muli) format("svg");
            font-family: Muli;
            font-style: normal;
            font-weight: 600;
            src: url(Muli-latin_latin-ext-600.woff) format("woff")
        }

        @font-face {
            src: url(Muli-latin_latin-ext-600italic.eot);
            src: local("Muli SemiBoldItalic"), local("Muli-SemiBoldItalic");
            src: url(Muli-latin_latin-ext-600italic.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-600italic.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-600italic.woff) format("woff");
            src: url(Muli-latin_latin-ext-600italic.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-600italic.svg#Muli) format("svg");
            font-family: Muli;
            font-style: italic;
            font-weight: 600;
            src: url(Muli-latin_latin-ext-600italic.woff) format("woff")
        }

        @font-face {
            src: url(Muli-latin_latin-ext-700.eot);
            src: local("Muli Bold"), local("Muli-Bold");
            src: url(Muli-latin_latin-ext-700.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-700.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-700.woff) format("woff");
            src: url(Muli-latin_latin-ext-700.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-700.svg#Muli) format("svg");
            font-family: Muli;
            font-style: normal;
            font-weight: 700;
            src: url(Muli-latin_latin-ext-700.woff) format("woff")
        }

        @font-face {
            src: url(Muli-latin_latin-ext-700italic.eot);
            src: local("Muli BoldItalic"), local("Muli-BoldItalic");
            src: url(Muli-latin_latin-ext-700italic.eot?#iefix) format("embedded-opentype");
            src: url(Muli-latin_latin-ext-700italic.woff2) format("woff2");
            src: url(Muli-latin_latin-ext-700italic.woff) format("woff");
            src: url(Muli-latin_latin-ext-700italic.ttf) format("truetype");
            src: url(Muli-latin_latin-ext-700italic.svg#Muli) format("svg");
            font-family: Muli;
            font-style: italic;
            font-weight: 700;
            src: url(Muli-latin_latin-ext-700italic.woff) format("woff")
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-theme-dark {
            color: #000 !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-basic-Grey {
            color: #777 !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-basic-Red {
            color: #e0110c !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-basic-Green {
            color: #258d14 !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-6fe0625d-5066-4c46-a579-03a7b4c48b16 .theming-basic-Purple {
            color: #941196 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-theme-accent1 {
            color: #000 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-theme-dark {
            color: #000 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-basic-Grey {
            color: #777 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-basic-Red {
            color: #e0110c !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-basic-Green {
            color: #258d14 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-9dbe2edf-6e49-42ee-af63-6969ee0d8f1b .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .grid-column-40d61d1e-727e-4472-8227-66a739a3d36a {
                padding-top: 64px !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-40d61d1e-727e-4472-8227-66a739a3d36a {
                padding-top: 80px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-40d61d1e-727e-4472-8227-66a739a3d36a {
                padding-top: 80px !important
            }
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-theme-accent1 {
            color: #000 !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-theme-dark {
            color: #000 !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-basic-Grey {
            color: #777 !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-basic-Red {
            color: #e0110c !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-basic-Green {
            color: #258d14 !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-5b4681fc-7a06-405d-9386-44ad80bff14b .theming-basic-Purple {
            color: #941196 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-8e78c98f-67c8-462a-89cc-133c4b7326af .theming-basic-Purple {
            color: #941196 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-theme-accent1 {
            color: #000 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-theme-dark {
            color: #000 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-basic-Grey {
            color: #777 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-basic-Red {
            color: #e0110c !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-basic-Green {
            color: #258d14 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-00da4eec-f994-4135-b0f9-ddfa83037bbb .theming-basic-Purple {
            color: #941196 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-c884adcf-325f-47d6-ac1c-86da422320bf .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .module-container-87a9f72a-8309-4e30-950b-8c176c392dca {
                margin-top: -50% !important;
                transform: translateX(calc(100% + 16px)) !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-ad35e3c4-c810-428b-97ae-4596952bd778 {
                padding-top: 160px !important;
                justify-items: flex-end !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-ad35e3c4-c810-428b-97ae-4596952bd778 {
                padding-top: 160px !important;
                justify-items: flex-end !important
            }
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-theme-dark {
            color: #000 !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-basic-Grey {
            color: #777 !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-basic-Red {
            color: #e0110c !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-basic-Green {
            color: #258d14 !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-51ac4cf2-c1f1-4dda-92dd-ddf1d5d8ea52 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-50429c7f-3de5-4568-8452-267fa7898abd {
                align-items: flex-end !important;
                padding-top: 40px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-50429c7f-3de5-4568-8452-267fa7898abd {
                align-items: flex-end !important;
                padding-top: 40px !important
            }
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-theme-accent1 {
            color: #000 !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-theme-dark {
            color: #000 !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-basic-Grey {
            color: #777 !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-basic-Red {
            color: #e0110c !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-basic-Green {
            color: #258d14 !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-4f45da62-298c-46e2-80a4-4ae2ec6c2c3f .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-8d92e4c4-c80f-445b-b558-864ae0e22da2 {
                align-items: flex-end !important;
                padding-top: 320px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-8d92e4c4-c80f-445b-b558-864ae0e22da2 {
                align-items: flex-end !important;
                padding-top: 320px !important
            }
        }

        .downloadWarningOverlay {
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .65);
            display: none
        }

        .showElement {
            display: block
        }

        .downloadWarningModal {
            background-color: #fff;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-width: 480px;
            width: calc(100% - 10px);
            padding: 24px 36px;
            pointer-events: none;
            opacity: 0;
            transition: all .3s ease-in-out;
            z-index: 1001;
            border-radius: 8px
        }

        .showModal {
            opacity: 1;
            pointer-events: auto
        }

        .downladWarningBtnContainer {
            margin-top: 24px;
            display: flex;
            justify-content: center
        }

        .downladWarningBtnContainer a:focus,
        .downladWarningBtnContainer button:focus {
            outline: 2px solid #00f;
            outline-offset: 2px;
            box-shadow: 0 0 0 2px #fff
        }

        .downladWarningBtn {
            min-width: 60px;
            cursor: pointer;
            display: inline-block;
            padding: 9px 18px;
            font-size: 14px;
            margin-top: 8px;
            word-break: break-word;
            font-weight: 400;
            border-radius: 5px;
            margin: 0 8px;
            overflow-wrap: break-word;
            border: none;
            display: flex;
            align-items: center;
            position: relative
        }

        .downladWarningBtn a[data-link-type=document] {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

        @media screen and (max-width:450px) {
            .downladWarningBtnContainer {
                align-items: center;
                flex-direction: column-reverse
            }

            .downladWarningBtn {
                margin: 10px;
                justify-content: center
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-row-c60c0e23-48e5-4ef4-8ceb-fd430c39b87c {
                padding-bottom: 160px !important
            }
        }

        @media (min-width:1024px) {
            .grid-row-c60c0e23-48e5-4ef4-8ceb-fd430c39b87c {
                padding-bottom: 160px !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-a80ba5a0-1271-4406-bba8-cb2532cf5e55 {
                align-self: center !important;
                margin-top: 80px !important;
                padding-left: 40px !important;
                margin-bottom: 80px !important;
                padding-right: 160px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-a80ba5a0-1271-4406-bba8-cb2532cf5e55 {
                align-self: center !important;
                margin-top: 80px !important;
                padding-left: 40px !important;
                margin-bottom: 80px !important;
                padding-right: 160px !important
            }
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .grid-column-c55d0fe1-42ce-4eae-a33d-d349b6d2ea03 {
                display: flex !important;
                justify-content: center !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-c55d0fe1-42ce-4eae-a33d-d349b6d2ea03 {
                align-self: center !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-c55d0fe1-42ce-4eae-a33d-d349b6d2ea03 {
                align-self: center !important
            }
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-theme-dark {
            color: #000 !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-basic-Grey {
            color: #777 !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-basic-Red {
            color: #e0110c !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-basic-Green {
            color: #258d14 !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-055381a6-c8a8-48c8-b4ea-3122d8580d26 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .module-container-703e3530-3e6c-471b-8c00-7f9e082434d6 {
                margin-top: -50% !important;
                transform: translateX(calc(100% + 16px)) !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-50937c7d-852f-4cc5-8e3c-650b582bbbd5 {
                padding-top: 160px !important;
                justify-items: flex-end !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-50937c7d-852f-4cc5-8e3c-650b582bbbd5 {
                padding-top: 160px !important;
                justify-items: flex-end !important
            }
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-theme-accent2 {
            color: #68720e !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-theme-accent3 {
            color: #68720e !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-theme-light {
            color: #6c6c6c !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-basic-Grey {
            color: #6c6c6c !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-basic-Red {
            color: #d8100b !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-basic-Orange {
            color: #ae5103 !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-basic-Yellow {
            color: #846900 !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-basic-Green {
            color: #207d10 !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-basic-Cyan {
            color: #00768d !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-a265ed07-f7e4-4a11-ae1f-bb8646e9dd69 .theming-basic-Purple {
            color: #941196 !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-theme-accent2 {
            color: #68720e !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-theme-accent3 {
            color: #68720e !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-theme-light {
            color: #6c6c6c !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-theme-dark {
            color: #000 !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-basic-Grey {
            color: #6c6c6c !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-basic-Red {
            color: #d8100b !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-basic-Orange {
            color: #ae5103 !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-basic-Yellow {
            color: #846900 !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-basic-Green {
            color: #207d10 !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-basic-Cyan {
            color: #00768d !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-febabd78-1724-42f3-a743-f5a39ea39140 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-14fea7ce-8643-43aa-be39-b0ac38d5f4f4 {
                align-items: flex-end !important;
                padding-top: 40px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-14fea7ce-8643-43aa-be39-b0ac38d5f4f4 {
                align-items: flex-end !important;
                padding-top: 40px !important
            }
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-theme-accent1 {
            color: #000 !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-theme-accent2 {
            color: #68720e !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-theme-accent3 {
            color: #68720e !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-theme-light {
            color: #6c6c6c !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-theme-dark {
            color: #000 !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-basic-Grey {
            color: #6c6c6c !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-basic-Red {
            color: #d8100b !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-basic-Orange {
            color: #ae5103 !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-basic-Yellow {
            color: #846900 !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-basic-Green {
            color: #207d10 !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-basic-Cyan {
            color: #00768d !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-2e40c2d9-256a-4734-b95a-5f6673596a7e .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-7cece98e-7482-478e-a874-ceecc34d5aec {
                align-items: flex-end !important;
                padding-top: 320px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-7cece98e-7482-478e-a874-ceecc34d5aec {
                align-items: flex-end !important;
                padding-top: 320px !important
            }
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-theme-accent2 {
            color: #68720e !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-theme-accent3 {
            color: #68720e !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-theme-light {
            color: #6c6c6c !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-theme-dark {
            color: #000 !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-basic-Grey {
            color: #6c6c6c !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-basic-Red {
            color: #d8100b !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-basic-Orange {
            color: #ae5103 !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-basic-Yellow {
            color: #846900 !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-basic-Green {
            color: #207d10 !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-basic-Cyan {
            color: #00768d !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-284657f2-255c-4e9b-a643-6bc5068a5ff6 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-row-c161464e-7e84-413c-a994-5e3a65b03a50 {
                padding-bottom: 160px !important
            }
        }

        @media (min-width:1024px) {
            .grid-row-c161464e-7e84-413c-a994-5e3a65b03a50 {
                padding-bottom: 160px !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-4268f2f0-2925-43a0-85ba-4ec68905e08c {
                align-self: center !important;
                margin-top: 80px !important;
                padding-left: 40px !important;
                margin-bottom: 80px !important;
                padding-right: 160px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-4268f2f0-2925-43a0-85ba-4ec68905e08c {
                align-self: center !important;
                margin-top: 80px !important;
                padding-left: 40px !important;
                margin-bottom: 80px !important;
                padding-right: 160px !important
            }
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .grid-column-43b6041f-6b58-4807-b50b-70efc5cf77b2 {
                display: flex !important;
                justify-content: center !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-43b6041f-6b58-4807-b50b-70efc5cf77b2 {
                align-self: center !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-43b6041f-6b58-4807-b50b-70efc5cf77b2 {
                align-self: center !important
            }
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-52409b09-3e98-4ac3-a9f6-56f2b18dedaf .theming-basic-Purple {
            color: #941196 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-821b7d07-598e-4daf-b323-f44446afa450 .theming-basic-Purple {
            color: #941196 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-theme-dark {
            color: #000 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-basic-Grey {
            color: #777 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-basic-Red {
            color: #e0110c !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-basic-Green {
            color: #258d14 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-282ffd5d-5e28-4275-a9bc-cf54f73e4a76 .theming-basic-Purple {
            color: #941196 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-90b874ed-7c31-4b22-8b6c-f5abe4cc61ed .theming-basic-Purple {
            color: #941196 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-theme-accent1 {
            color: #000 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-theme-dark {
            color: #000 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-basic-Grey {
            color: #777 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-basic-Red {
            color: #e0110c !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-basic-Green {
            color: #258d14 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-7bd4c35c-96d3-44aa-b81c-6fb6cf3985ec .theming-basic-Purple {
            color: #941196 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-33bde019-6acb-4ce7-8b8d-50ea92be10ef .theming-basic-Purple {
            color: #941196 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-theme-accent1 {
            color: #000 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-theme-dark {
            color: #000 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-basic-Grey {
            color: #777 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-basic-Red {
            color: #e0110c !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-basic-Green {
            color: #258d14 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-c36002c7-a6df-449b-8844-09c39b56405c .theming-basic-Purple {
            color: #941196 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-182f48a2-719e-432b-8831-79f8ed761b9e .theming-basic-Purple {
            color: #941196 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-theme-accent1 {
            color: #000 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-theme-dark {
            color: #000 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-basic-Grey {
            color: #777 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-basic-Red {
            color: #e0110c !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-basic-Green {
            color: #258d14 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-de921020-2985-4043-aa0b-23792d29f04d .theming-basic-Purple {
            color: #941196 !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-theme-accent2 {
            color: #68720e !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-theme-accent3 {
            color: #68720e !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-theme-light {
            color: #6c6c6c !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-basic-Grey {
            color: #6c6c6c !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-basic-Red {
            color: #d8100b !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-basic-Orange {
            color: #ae5103 !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-basic-Yellow {
            color: #846900 !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-basic-Green {
            color: #207d10 !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-basic-Cyan {
            color: #00768d !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-5da1bfe8-1a8b-48fa-bf28-f4a3d3473784 .theming-basic-Purple {
            color: #941196 !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-theme-accent2 {
            color: #68720e !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-theme-accent3 {
            color: #68720e !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-theme-light {
            color: #6c6c6c !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-theme-dark {
            color: #000 !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-basic-Grey {
            color: #6c6c6c !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-basic-Red {
            color: #d8100b !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-basic-Orange {
            color: #ae5103 !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-basic-Yellow {
            color: #846900 !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-basic-Green {
            color: #207d10 !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-basic-Cyan {
            color: #00768d !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-c45ccb1f-453d-4778-9514-78ff12c5f117 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .grid-row-54b90d85-3556-4a38-b5ad-56247d5f906b {
                display: flex !important;
                flex-flow: column !important;
                align-items: center !important
            }
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-35b59039-fae8-42e3-932a-51b075d9965d .theming-basic-Purple {
            color: #941196 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-b8559a91-89ba-4942-9726-8f3833587123 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .module-container-d4d07704-f1af-4a53-a088-55277a83d4e5 {
                margin-top: -50% !important;
                transform: translateX(calc(100% + 16px)) !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-dbe2f35c-a9b8-421d-a29b-5014170d2957 {
                padding-top: 160px !important;
                justify-items: flex-end !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-dbe2f35c-a9b8-421d-a29b-5014170d2957 {
                padding-top: 160px !important;
                justify-items: flex-end !important
            }
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-91a7284b-fef1-4bcf-8f3e-5da1d286c501 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-9e7ebbcf-36fd-43f0-aaae-7b53d4d068a2 {
                align-items: flex-end !important;
                padding-top: 40px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-9e7ebbcf-36fd-43f0-aaae-7b53d4d068a2 {
                align-items: flex-end !important;
                padding-top: 40px !important
            }
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-theme-dark {
            color: #000 !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-basic-Grey {
            color: #777 !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-basic-Red {
            color: #e0110c !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-basic-Green {
            color: #258d14 !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-8943efad-8332-4925-96c4-bc6af7ab98a4 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-3cc58ac5-85cf-44e6-ada8-7eb3361827fc {
                align-items: flex-end !important;
                padding-top: 320px !important
            }
        }

        @media (min-width:1024px) {
            .grid-column-3cc58ac5-85cf-44e6-ada8-7eb3361827fc {
                align-items: flex-end !important;
                padding-top: 320px !important
            }
        }

        .formCapOverlay {
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .65);
            display: none
        }

        .showElement {
            display: block
        }

        .hideElement {
            display: none
        }

        .refreshBtn {
            cursor: pointer;
            opacity: .5
        }

        .capSendBtn {
            align-self: center;
            margin: 24px 0
        }

        .capImgContainer {
            width: 133px;
            height: 50px;
            overflow: hidden;
            margin-right: 8px
        }

        .capContainer+input {
            min-width: 310px
        }

        .formCapModal {
            background-color: #fff;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            padding: 0 32px;
            pointer-events: none;
            opacity: 0;
            transition: all .3s ease-in-out;
            z-index: 1001
        }

        .showModal {
            opacity: 1;
            pointer-events: auto
        }

        .formCapContainer {
            display: flex;
            flex-direction: column;
            text-align: center
        }

        .comboContainer {
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-wrap: wrap
        }

        .capContainer {
            display: flex;
            align-items: center
        }

        .error {
            color: #ce0909;
            border-color: #ce0909
        }

        .loader {
            display: inline-block;
            width: 80px;
            height: 80px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        .loader:after {
            content: " ";
            display: block;
            width: 64px;
            height: 64px;
            margin: 8px;
            border-radius: 50%;
            border: 6px solid #000;
            border-color: #000 transparent #000 transparent;
            animation: loader 1.2s linear infinite
        }

        @keyframes loader {
            0% {
                transform: rotate(0)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        #form-module-43bac8c7-7952-48d0-9631-b59caaf2a480 {
            --form-checkbox-svg: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IGZpbGw6IHJnYmEoMTk0LCAyMTAsIDM1LCAxKSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgICAgIDxwYXRoIGQ9Ik0yMiw0LjRsLTIuNy0yLjNDMTkuMiwyLDE5LjEsMiwxOSwyYy0wLjEsMC0wLjIsMC4xLTAuMywwLjFMOSwxNS41YzAsMC0zLjgtMy45LTMuOS00Yy0wLjEtMC4xLTAuMy0wLjMtMC41LTAuM3MtMC4zLDAuMS0wLjQsMC4yUzIuOCwxMywyLjEsMTMuOEwyLDEzLjljLTAuMSwwLjEtMC4xLDAuMi0wLjEsMC4zczAsMC4yLDAuMSwwLjNsMC4xLDAuMWMwLDAsNi43LDcsNi44LDcuMUM5LDIxLjgsOS4yLDIyLDkuNCwyMnMwLjQtMC4yLDAuNS0wLjNMMjIsNWMwLjEtMC4xLDAuMS0wLjIsMC4xLTAuM0MyMi4xLDQuNiwyMiw0LjUsMjIsNC40eiIvPgogIDwvc3ZnPg==')
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-theme-accent1 {
            color: #000 !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-theme-light {
            color: #9e9e9e !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-theme-dark {
            color: #000 !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-basic-Grey {
            color: #777 !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-basic-Red {
            color: #e0110c !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-basic-Green {
            color: #258d14 !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-basic-Cyan {
            color: #00accd !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .heading-module-0a6aa065-dc3b-40c5-914f-ca055e6d2f49 .theming-basic-Purple {
            color: #941196 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-theme-accent2 {
            color: #99a619 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-theme-accent3 {
            color: #99a619 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-theme-light {
            color: #9e9e9e !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-theme-dark {
            color: #000 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-basic-Grey {
            color: #777 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-basic-Red {
            color: #e0110c !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-basic-Orange {
            color: #e96f05 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-basic-Yellow {
            color: #c09900 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-basic-Green {
            color: #258d14 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-basic-Cyan {
            color: #00accd !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-0bbc895f-f1fc-48f0-9a14-47ee73843511 .theming-basic-Purple {
            color: #941196 !important
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .grid-column-1338a327-fa37-47bd-ac4c-37e2651ae4ff {
                padding-bottom: 48px !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .grid-column-1338a327-fa37-47bd-ac4c-37e2651ae4ff {
                padding-bottom: 48px !important
            }
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .module-container-96e5ecf9-cb6b-48bf-bf1b-1b2b02dbe0dc {
                padding-left: 32px !important;
                padding-right: 32px !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .module-container-96e5ecf9-cb6b-48bf-bf1b-1b2b02dbe0dc {
                padding-left: 32px !important;
                padding-right: 32px !important
            }
        }

        @media (min-width:0px) and (max-width:767.95px) {
            .module-container-15194ccc-892f-4b1f-abb5-556e11fced79 {
                padding-left: 32px !important;
                padding-right: 32px !important
            }
        }

        @media (min-width:768px) and (max-width:1023.95px) {
            .module-container-15194ccc-892f-4b1f-abb5-556e11fced79 {
                padding-left: 32px !important;
                padding-right: 32px !important
            }
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-theme-accent1 {
            color: #000 !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-theme-accent2 {
            color: #68720e !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-theme-accent3 {
            color: #68720e !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-theme-light {
            color: #6c6c6c !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-theme-dark {
            color: #000 !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-basic-Grey {
            color: #6c6c6c !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-basic-Red {
            color: #d8100b !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-basic-Orange {
            color: #ae5103 !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-basic-Yellow {
            color: #846900 !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-basic-Green {
            color: #207d10 !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-basic-Cyan {
            color: #00768d !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-basic-Blue {
            color: #1414c9 !important
        }

        .text-15194ccc-892f-4b1f-abb5-556e11fced79 .theming-basic-Purple {
            color: #941196 !important
        }

        :root {
            --theme-bodyBackground-color: #ffffff;
            --theme-bodyText-color: #000000;
            --theme-h1-color: #000000;
            --theme-h2-color: #000000;
            --theme-h3-color: #000000;
            --theme-h4-color: #000000;
            --theme-h5-color: #000000;
            --theme-h6-color: #000000;
            --theme-link-color: #000000;
            --theme-button-color: #c2d223;
            --theme-navigationActive-color: #c2d223;
            --theme-heading-font-sizes-large-h1-size: 45px;
            --theme-heading-font-sizes-large-h2-size: 37px;
            --theme-heading-font-sizes-large-h3-size: 31px;
            --theme-heading-font-sizes-large-h4-size: 26px;
            --theme-heading-font-sizes-large-h5-size: 22px;
            --theme-heading-font-sizes-large-h6-size: 18px;
            --theme-heading-font-sizes-small-h1-size: 35px;
            --theme-heading-font-sizes-small-h2-size: 29px;
            --theme-heading-font-sizes-small-h3-size: 24px;
            --theme-heading-font-sizes-small-h4-size: 20px;
            --theme-heading-font-sizes-small-h5-size: 16px;
            --theme-heading-font-sizes-small-h6-size: 14px;
            --theme-heading-font-sizes-medium-h1-size: 40px;
            --theme-heading-font-sizes-medium-h2-size: 33px;
            --theme-heading-font-sizes-medium-h3-size: 28px;
            --theme-heading-font-sizes-medium-h4-size: 23px;
            --theme-heading-font-sizes-medium-h5-size: 19px;
            --theme-heading-font-sizes-medium-h6-size: 16px;
            --theme-heading-font-family: NunitoSans;
            --theme-body-font-sizes-large-body-size: 18px;
            --theme-body-font-sizes-large-button-size: 18px;
            --theme-body-font-sizes-small-body-size: 14px;
            --theme-body-font-sizes-small-button-size: 14px;
            --theme-body-font-sizes-medium-body-size: 16px;
            --theme-body-font-sizes-medium-button-size: 16px;
            --theme-body-font-family: Nunito
        }
