/*!
  Theme Name:        Planningcharts Theme 2020
  Theme URI:         https://seitenmacher.media
  Author:            Törbi
  Author URI:        https://seitenmacher.media
  Version:           1.0
*/
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bold
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.bg-mode-full {
    color: #fff
}

.bg-mode-full .button, .bg-mode-full button, .bg-mode-full input[type="button"], .bg-mode-full input[type="reset"], .bg-mode-full input[type="submit"] {
    color: #2F5F90;
    background-color: rgba(255, 255, 255, 0.9)
}

.bg-mode-full .button:hover, .bg-mode-full button:hover, .bg-mode-full input[type="button"]:hover, .bg-mode-full input[type="reset"]:hover, .bg-mode-full input[type="submit"]:hover {
    background-color: #fff
}

.bg-none {
    background-color: #fff
}

.bg-trans {
    background-color: transparent
}

.bg-green {
    color: #fff;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#1DC758), to(#1DC758));
    background-image: linear-gradient(90deg, #1DC758, #1DC758)
}

.bg-green.bg-mode-mid {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(29, 199, 88, 0.4)), to(rgba(29, 199, 88, 0.4)));
    background-image: linear-gradient(90deg, rgba(29, 199, 88, 0.4), rgba(29, 199, 88, 0.4))
}

.bg-green.bg-mode-light {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(29, 199, 88, 0.2)), to(rgba(29, 199, 88, 0.2)));
    background-image: linear-gradient(90deg, rgba(29, 199, 88, 0.2), rgba(29, 199, 88, 0.2))
}

.bg-green.bg-mode-mid .button, .bg-green.bg-mode-mid button, .bg-green.bg-mode-mid input[type="button"], .bg-green.bg-mode-mid input[type="reset"], .bg-green.bg-mode-mid input[type="submit"], .bg-green.bg-mode-light .button, .bg-green.bg-mode-light button, .bg-green.bg-mode-light input[type="button"], .bg-green.bg-mode-light input[type="reset"], .bg-green.bg-mode-light input[type="submit"] {
    color: #fff;
    background-color: #1DC758
}

.bg-green.bg-mode-mid .button:hover, .bg-green.bg-mode-mid button:hover, .bg-green.bg-mode-mid input[type="button"]:hover, .bg-green.bg-mode-mid input[type="reset"]:hover, .bg-green.bg-mode-mid input[type="submit"]:hover, .bg-green.bg-mode-light .button:hover, .bg-green.bg-mode-light button:hover, .bg-green.bg-mode-light input[type="button"]:hover, .bg-green.bg-mode-light input[type="reset"]:hover, .bg-green.bg-mode-light input[type="submit"]:hover {
    background-color: #1ab14e
}

.bg-green.bg-mode-full .button, .bg-green.bg-mode-full button, .bg-green.bg-mode-full input[type="button"], .bg-green.bg-mode-full input[type="reset"], .bg-green.bg-mode-full input[type="submit"] {
    color: #1DC758;
    background-color: rgba(255, 255, 255, 0.9)
}

.bg-green.bg-mode-full .button:hover, .bg-green.bg-mode-full button:hover, .bg-green.bg-mode-full input[type="button"]:hover, .bg-green.bg-mode-full input[type="reset"]:hover, .bg-green.bg-mode-full input[type="submit"]:hover {
    background-color: #fff
}

.bg-green-light {
    background-color: rgba(29, 199, 88, 0.1)
}

.bg-blue {
    color: #fff;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#2F5F90), to(#2F5F90));
    background-image: linear-gradient(90deg, #2F5F90, #2F5F90)
}

.bg-blue.bg-mode-mid {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(47, 95, 144, 0.4)), to(rgba(47, 95, 144, 0.4)));
    background-image: linear-gradient(90deg, rgba(47, 95, 144, 0.4), rgba(47, 95, 144, 0.4))
}

.bg-blue.bg-mode-light {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(47, 95, 144, 0.2)), to(rgba(47, 95, 144, 0.2)));
    background-image: linear-gradient(90deg, rgba(47, 95, 144, 0.2), rgba(47, 95, 144, 0.2))
}

.bg-blue.bg-mode-mid .button, .bg-blue.bg-mode-mid button, .bg-blue.bg-mode-mid input[type="button"], .bg-blue.bg-mode-mid input[type="reset"], .bg-blue.bg-mode-mid input[type="submit"], .bg-blue.bg-mode-light .button, .bg-blue.bg-mode-light button, .bg-blue.bg-mode-light input[type="button"], .bg-blue.bg-mode-light input[type="reset"], .bg-blue.bg-mode-light input[type="submit"] {
    color: #fff;
    background-color: #2F5F90
}

.bg-blue.bg-mode-mid .button:hover, .bg-blue.bg-mode-mid button:hover, .bg-blue.bg-mode-mid input[type="button"]:hover, .bg-blue.bg-mode-mid input[type="reset"]:hover, .bg-blue.bg-mode-mid input[type="submit"]:hover, .bg-blue.bg-mode-light .button:hover, .bg-blue.bg-mode-light button:hover, .bg-blue.bg-mode-light input[type="button"]:hover, .bg-blue.bg-mode-light input[type="reset"]:hover, .bg-blue.bg-mode-light input[type="submit"]:hover {
    background-color: #29527d
}

.bg-blue.bg-mode-full .button, .bg-blue.bg-mode-full button, .bg-blue.bg-mode-full input[type="button"], .bg-blue.bg-mode-full input[type="reset"], .bg-blue.bg-mode-full input[type="submit"] {
    color: #2F5F90;
    background-color: rgba(255, 255, 255, 0.9)
}

.bg-blue.bg-mode-full .button:hover, .bg-blue.bg-mode-full button:hover, .bg-blue.bg-mode-full input[type="button"]:hover, .bg-blue.bg-mode-full input[type="reset"]:hover, .bg-blue.bg-mode-full input[type="submit"]:hover {
    background-color: #fff
}

.bg-blue-light {
    background-color: rgba(47, 95, 144, 0.1)
}

.bg-sand {
    color: currentColor;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#D4B07C), to(#D4B07C));
    background-image: linear-gradient(90deg, #D4B07C, #D4B07C)
}

.bg-sand.bg-mode-mid {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 176, 124, 0.4)), to(rgba(212, 176, 124, 0.4)));
    background-image: linear-gradient(90deg, rgba(212, 176, 124, 0.4), rgba(212, 176, 124, 0.4))
}

.bg-sand.bg-mode-light {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 176, 124, 0.2)), to(rgba(212, 176, 124, 0.2)));
    background-image: linear-gradient(90deg, rgba(212, 176, 124, 0.2), rgba(212, 176, 124, 0.2))
}

.bg-sand.bg-mode-mid .button, .bg-sand.bg-mode-mid button, .bg-sand.bg-mode-mid input[type="button"], .bg-sand.bg-mode-mid input[type="reset"], .bg-sand.bg-mode-mid input[type="submit"], .bg-sand.bg-mode-light .button, .bg-sand.bg-mode-light button, .bg-sand.bg-mode-light input[type="button"], .bg-sand.bg-mode-light input[type="reset"], .bg-sand.bg-mode-light input[type="submit"] {
    color: #fff;
    background-color: #D4B07C
}

.bg-sand.bg-mode-mid .button:hover, .bg-sand.bg-mode-mid button:hover, .bg-sand.bg-mode-mid input[type="button"]:hover, .bg-sand.bg-mode-mid input[type="reset"]:hover, .bg-sand.bg-mode-mid input[type="submit"]:hover, .bg-sand.bg-mode-light .button:hover, .bg-sand.bg-mode-light button:hover, .bg-sand.bg-mode-light input[type="button"]:hover, .bg-sand.bg-mode-light input[type="reset"]:hover, .bg-sand.bg-mode-light input[type="submit"]:hover {
    background-color: #cea469
}

.bg-sand.bg-mode-full .button, .bg-sand.bg-mode-full button, .bg-sand.bg-mode-full input[type="button"], .bg-sand.bg-mode-full input[type="reset"], .bg-sand.bg-mode-full input[type="submit"] {
    color: #D4B07C;
    background-color: rgba(255, 255, 255, 0.9)
}

.bg-sand.bg-mode-full .button:hover, .bg-sand.bg-mode-full button:hover, .bg-sand.bg-mode-full input[type="button"]:hover, .bg-sand.bg-mode-full input[type="reset"]:hover, .bg-sand.bg-mode-full input[type="submit"]:hover {
    background-color: #fff
}

.bg-sand-light {
    background-color: rgba(212, 176, 124, 0.1)
}

.bg-sand-light {
    color: currentColor;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#EDDBC1), to(#EDDBC1));
    background-image: linear-gradient(90deg, #EDDBC1, #EDDBC1)
}

.bg-sand-light.bg-mode-mid {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(237, 219, 193, 0.4)), to(rgba(237, 219, 193, 0.4)));
    background-image: linear-gradient(90deg, rgba(237, 219, 193, 0.4), rgba(237, 219, 193, 0.4))
}

.bg-sand-light.bg-mode-light {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(237, 219, 193, 0.2)), to(rgba(237, 219, 193, 0.2)));
    background-image: linear-gradient(90deg, rgba(237, 219, 193, 0.2), rgba(237, 219, 193, 0.2))
}

.bg-sand-light.bg-mode-mid .button, .bg-sand-light.bg-mode-mid button, .bg-sand-light.bg-mode-mid input[type="button"], .bg-sand-light.bg-mode-mid input[type="reset"], .bg-sand-light.bg-mode-mid input[type="submit"], .bg-sand-light.bg-mode-light .button, .bg-sand-light.bg-mode-light button, .bg-sand-light.bg-mode-light input[type="button"], .bg-sand-light.bg-mode-light input[type="reset"], .bg-sand-light.bg-mode-light input[type="submit"] {
    color: #fff;
    background-color: #EDDBC1
}

.bg-sand-light.bg-mode-mid .button:hover, .bg-sand-light.bg-mode-mid button:hover, .bg-sand-light.bg-mode-mid input[type="button"]:hover, .bg-sand-light.bg-mode-mid input[type="reset"]:hover, .bg-sand-light.bg-mode-mid input[type="submit"]:hover, .bg-sand-light.bg-mode-light .button:hover, .bg-sand-light.bg-mode-light button:hover, .bg-sand-light.bg-mode-light input[type="button"]:hover, .bg-sand-light.bg-mode-light input[type="reset"]:hover, .bg-sand-light.bg-mode-light input[type="submit"]:hover {
    background-color: #e7d0ad
}

.bg-sand-light.bg-mode-full .button, .bg-sand-light.bg-mode-full button, .bg-sand-light.bg-mode-full input[type="button"], .bg-sand-light.bg-mode-full input[type="reset"], .bg-sand-light.bg-mode-full input[type="submit"] {
    color: #EDDBC1;
    background-color: rgba(255, 255, 255, 0.9)
}

.bg-sand-light.bg-mode-full .button:hover, .bg-sand-light.bg-mode-full button:hover, .bg-sand-light.bg-mode-full input[type="button"]:hover, .bg-sand-light.bg-mode-full input[type="reset"]:hover, .bg-sand-light.bg-mode-full input[type="submit"]:hover {
    background-color: #fff
}

.bg-sand-light-light {
    background-color: rgba(237, 219, 193, 0.1)
}

.bg-sand-lighter {
    color: currentColor;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ECE5D8), to(#ECE5D8));
    background-image: linear-gradient(90deg, #ECE5D8, #ECE5D8)
}

.bg-sand-lighter.bg-mode-mid {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(236, 229, 216, 0.4)), to(rgba(236, 229, 216, 0.4)));
    background-image: linear-gradient(90deg, rgba(236, 229, 216, 0.4), rgba(236, 229, 216, 0.4))
}

.bg-sand-lighter.bg-mode-light {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(236, 229, 216, 0.2)), to(rgba(236, 229, 216, 0.2)));
    background-image: linear-gradient(90deg, rgba(236, 229, 216, 0.2), rgba(236, 229, 216, 0.2))
}

.bg-sand-lighter.bg-mode-mid .button, .bg-sand-lighter.bg-mode-mid button, .bg-sand-lighter.bg-mode-mid input[type="button"], .bg-sand-lighter.bg-mode-mid input[type="reset"], .bg-sand-lighter.bg-mode-mid input[type="submit"], .bg-sand-lighter.bg-mode-light .button, .bg-sand-lighter.bg-mode-light button, .bg-sand-lighter.bg-mode-light input[type="button"], .bg-sand-lighter.bg-mode-light input[type="reset"], .bg-sand-lighter.bg-mode-light input[type="submit"] {
    color: #fff;
    background-color: #ECE5D8
}

.bg-sand-lighter.bg-mode-mid .button:hover, .bg-sand-lighter.bg-mode-mid button:hover, .bg-sand-lighter.bg-mode-mid input[type="button"]:hover, .bg-sand-lighter.bg-mode-mid input[type="reset"]:hover, .bg-sand-lighter.bg-mode-mid input[type="submit"]:hover, .bg-sand-lighter.bg-mode-light .button:hover, .bg-sand-lighter.bg-mode-light button:hover, .bg-sand-lighter.bg-mode-light input[type="button"]:hover, .bg-sand-lighter.bg-mode-light input[type="reset"]:hover, .bg-sand-lighter.bg-mode-light input[type="submit"]:hover {
    background-color: #e4dac7
}

.bg-sand-lighter.bg-mode-full .button, .bg-sand-lighter.bg-mode-full button, .bg-sand-lighter.bg-mode-full input[type="button"], .bg-sand-lighter.bg-mode-full input[type="reset"], .bg-sand-lighter.bg-mode-full input[type="submit"] {
    color: #ECE5D8;
    background-color: rgba(255, 255, 255, 0.9)
}

.bg-sand-lighter.bg-mode-full .button:hover, .bg-sand-lighter.bg-mode-full button:hover, .bg-sand-lighter.bg-mode-full input[type="button"]:hover, .bg-sand-lighter.bg-mode-full input[type="reset"]:hover, .bg-sand-lighter.bg-mode-full input[type="submit"]:hover {
    background-color: #fff
}

.bg-sand-lighter-light {
    background-color: rgba(236, 229, 216, 0.1)
}

.bg-whit {
    color: #212121;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: linear-gradient(90deg, #fff, #fff)
}

.bg-whit.bg-mode-mid {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4))
}

.bg-whit.bg-mode-light {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2))
}

.bg-whit.bg-mode-mid .button, .bg-whit.bg-mode-mid button, .bg-whit.bg-mode-mid input[type="button"], .bg-whit.bg-mode-mid input[type="reset"], .bg-whit.bg-mode-mid input[type="submit"], .bg-whit.bg-mode-light .button, .bg-whit.bg-mode-light button, .bg-whit.bg-mode-light input[type="button"], .bg-whit.bg-mode-light input[type="reset"], .bg-whit.bg-mode-light input[type="submit"] {
    color: #fff;
    background-color: #fff
}

.bg-whit.bg-mode-mid .button:hover, .bg-whit.bg-mode-mid button:hover, .bg-whit.bg-mode-mid input[type="button"]:hover, .bg-whit.bg-mode-mid input[type="reset"]:hover, .bg-whit.bg-mode-mid input[type="submit"]:hover, .bg-whit.bg-mode-light .button:hover, .bg-whit.bg-mode-light button:hover, .bg-whit.bg-mode-light input[type="button"]:hover, .bg-whit.bg-mode-light input[type="reset"]:hover, .bg-whit.bg-mode-light input[type="submit"]:hover {
    background-color: #f2f2f2
}

.bg-whit.bg-mode-full .button, .bg-whit.bg-mode-full button, .bg-whit.bg-mode-full input[type="button"], .bg-whit.bg-mode-full input[type="reset"], .bg-whit.bg-mode-full input[type="submit"] {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.bg-whit.bg-mode-full .button:hover, .bg-whit.bg-mode-full button:hover, .bg-whit.bg-mode-full input[type="button"]:hover, .bg-whit.bg-mode-full input[type="reset"]:hover, .bg-whit.bg-mode-full input[type="submit"]:hover {
    background-color: #fff
}

.bg-whit-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.bg-whit-trans {
    background-color: rgba(255, 255, 255, 0.85)
}

.color-green {
    color: #1DC758
}

.color-red {
    color: #b83232;
}

.color-blue, .slider-testimonials .slider--slide:before, .m-product-table--product {
    color: #2F5F90
}

.color-sand {
    color: #D4B07C
}

.color-whit {
    color: #fff
}

.bg-gradient-sand {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ECE5D8));
    background-image: linear-gradient(180deg, #fff, #ECE5D8)
}

.bg-gradient-sand-light, .news-ticker--news-list {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 245, 239, 0.9)), to(rgba(236, 229, 216, 0.9)));
    background-image: linear-gradient(180deg, rgba(248, 245, 239, 0.9), rgba(236, 229, 216, 0.9))
}

[class*=bg-gradient-blue] {
    --bg-opacity: 1;
    color: #fff
}

.bg-gradient-blue-rl {
    --bg-opacity: 1;
    background: radial-gradient(circle, rgba(31, 75, 126, var(--bg-opacity)) 0%, rgba(31, 75, 126, var(--bg-opacity)) 49%, rgba(35, 132, 121, var(--bg-opacity)) 100%)
}

.bg-gradient-blue-rl-2, .m-headerimage .m-headerimage--content-box {
    --bg-opacity: 1;
    background: linear-gradient(40deg, rgba(35, 132, 121, var(--bg-opacity)) 0%, rgba(31, 75, 126, var(--bg-opacity)) 15%, rgba(31, 75, 126, var(--bg-opacity)) 49%, rgba(35, 132, 121, var(--bg-opacity)) 100%)
}

.bg-gradient-blue-r {
    --bg-opacity: 1;
    background: linear-gradient(120deg, rgba(31, 75, 126, var(--bg-opacity)) 0%, rgba(31, 75, 126, var(--bg-opacity)) 49%, rgba(35, 132, 121, var(--bg-opacity)) 100%)
}

.bg-gradient-blue-tb, .m-product-table--product.product-special {
    --bg-opacity: 1;
    background: #26954D radial-gradient(rgba(31, 75, 126, var(--bg-opacity)) 20%, rgba(31, 75, 126, 0) calc(100% - 130px));
    background-size: 680px 680px;
    background-position: center calc(50% - 130px);
    background-repeat: no-repeat
}

.main-container, .profile-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 85.375rem;
    margin-left: auto;
    margin-right: auto
}

.content-container {
    font-size: 1rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.m-teaser .content-container {
    padding-right: 0;
    padding-left: 0
}

@media (min-width: 1200px) {
    .content-container {
        padding-right: 0;
        padding-left: 0
    }
}

.container-small {
    max-width: 53.125rem
}

.container-mid {
    max-width: 59.375rem
}

.content-styles {
    font-size: 18px
}

.content-styles img, .content-styles svg, .content-styles embed, .content-styles iframe, .content-styles object {
    max-width: 100% !important
}

.content-styles svg * {
    max-width: 100% !important
}

.content-styles p, .content-styles ul {
    margin: 5px 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.content-styles ul {
    text-align: left
}

.pointer {
    cursor: pointer
}

.cols {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.cols > * {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 18.75rem
}

.fullscreen {
    width: 100vw;
    height: 100vh;
    position: relative
}

.full-w {
    left: calc((100vw - 75rem) / -2);
    position: relative;
    width: 100vw
}

.scroll, .scrollable {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.loader {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: -7px auto 0 auto;
    position: relative;
    text-indent: -9999em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: circle_rotate 1.1s infinite linear;
    animation: circle_rotate 1.1s infinite linear
}

.loader:after {
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.loader.dark {
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    border-right: 1px solid rgba(102, 102, 102, 0.2);
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    border-left: 1px solid rgba(102, 102, 102, 0.9)
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"], .elementor-button {
    --button-color: #fff;
    --button-color-bg: #1DC758;
    --button-color-border: #1DC758;
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--button-color);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    letter-spacing: .0625rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 1.125rem 1.25rem;
    border: 1px solid var(--button-color-border);
    border-radius: 2px;
    background-color: var(--button-color-bg);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
    --button-color: #1DC758;
    --button-color-bg: transparent;
    --button-color-border: #1DC758
}

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .elementor-button:hover {
    text-decoration: none
}

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .elementor-button:hover {
    --button-color: #fff;
    --button-color-bg: #1DC758
}

.button.b-inverse, button.b-inverse, input.b-inverse[type="button"], input.b-inverse[type="reset"], input.b-inverse[type="submit"], .elementor-button.b-inverse {
    --button-color: #fff;
    --button-color-bg: #1DC758;
    --button-color-border: #1DC758
}

.button.b-inverse:hover, button.b-inverse:hover, input.b-inverse[type="button"]:hover, input.b-inverse[type="reset"]:hover, input.b-inverse[type="submit"]:hover, .elementor-button.b-inverse:hover {
    --button-color: #1DC758;
    --button-color-bg: transparent
}

.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .elementor-button:focus {
    outline: none
}

.button.b-trans:not(:hover), button.b-trans:not(:hover), input.b-trans[type="button"]:not(:hover), input.b-trans[type="reset"]:not(:hover), input.b-trans[type="submit"]:not(:hover), .elementor-button.b-trans:not(:hover) {
    background-color: transparent
}

.button.b-dark, button.b-dark, input.b-dark[type="button"], input.b-dark[type="reset"], input.b-dark[type="submit"], .elementor-button.b-dark {
    color: #fff
}

.button.b-dark:hover, button.b-dark:hover, input.b-dark[type="button"]:hover, input.b-dark[type="reset"]:hover, input.b-dark[type="submit"]:hover, .elementor-button.b-dark:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.button.b-danger, button.b-danger, input.b-danger[type="button"], input.b-danger[type="reset"], input.b-danger[type="submit"], .elementor-button.b-danger {
    --button-color: #b83232;
    --button-color-bg: #fff;
    --button-color-border: #b83232
}

.button.b-danger:hover, button.b-danger:hover, input.b-danger[type="button"]:hover, input.b-danger[type="reset"]:hover, input.b-danger[type="submit"]:hover, .elementor-button.b-danger:hover {
    --button-color: #fff;
    --button-color-bg: #b83232
}

.button.b-sand, button.b-sand, input.b-sand[type="button"], input.b-sand[type="reset"], input.b-sand[type="submit"], .elementor-button.b-sand {
    --button-color: #2F5F90;
    --button-color-bg: #fff;
    --button-color-border: #D4B07C
}

.button.b-sand:hover, button.b-sand:hover, input.b-sand[type="button"]:hover, input.b-sand[type="reset"]:hover, input.b-sand[type="submit"]:hover, .elementor-button.b-sand:hover {
    --button-color: #fff;
    --button-color-bg: #D4B07C
}

.button.b-sand.b-inverse, button.b-sand.b-inverse, input.b-sand.b-inverse[type="button"], input.b-sand.b-inverse[type="reset"], input.b-sand.b-inverse[type="submit"], .elementor-button.b-sand.b-inverse {
    --button-color: #fff;
    --button-color-bg: #D4B07C;
    --button-color-border: #D4B07C
}

.button.b-sand.b-inverse:hover, button.b-sand.b-inverse:hover, input.b-sand.b-inverse[type="button"]:hover, input.b-sand.b-inverse[type="reset"]:hover, input.b-sand.b-inverse[type="submit"]:hover, .elementor-button.b-sand.b-inverse:hover {
    --button-color: #2F5F90;
    --button-color-bg: #fff
}

.button.b-big, button.b-big, input.b-big[type="button"], input.b-big[type="reset"], input.b-big[type="submit"], .elementor-button.b-big {
    font-size: 1.375rem;
    padding: 1.125rem 1.25rem
}

.button.b-mid, button.b-mid, input.b-mid[type="button"], input.b-mid[type="reset"], input.b-mid[type="submit"], .elementor-button.b-mid {
    font-size: .875rem;
    line-height: 1rem;
    padding: .8125rem 1.25rem
}

.button.b-small, button.b-small, input.b-small[type="button"], input.b-small[type="reset"], input.b-small[type="submit"], .elementor-button.b-small {
    font-size: .875rem;
    line-height: 1rem;
    padding: .4375rem .9375rem
}

.form-small .button, .form-small button, .form-small input[type="button"], .form-small input[type="reset"], .form-small input[type="submit"], .form-small .elementor-button {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 15px
}

.arrow-prev {
    position: relative;
    display: inline-block
}

.arrow-prev:before, .arrow-prev:after {
    left: 0px;
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    padding-left: 100%;
    padding-top: 2px;
    background-color: #b83232
}

.arrow-prev:before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.arrow-prev:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.arrow-next {
    position: relative;
    display: inline-block
}

.arrow-next:before, .arrow-next:after {
    left: 0px;
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    padding-left: 100%;
    padding-top: 2px;
    background-color: #b83232
}

.arrow-next:before {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.arrow-next:after {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hover-dialog {
    position: relative
}

.hover-dialog.hover {
    z-index: 999
}

.hover-dialog.hover .hover-dialog-wrapper {
    max-height: 1000px;
    padding: 10px 30px 30px 30px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hover-dialog.hover .hover-dialog-wrapper .hover-dialog-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hover-dialog .hover-dialog-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0s linear 0.4s, padding 0s linear 0.4s;
    transition: max-height 0s linear 0.4s, padding 0s linear 0.4s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hover-dialog .hover-dialog-content {
    padding: .9375rem;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.hover-dialog .hover-dialog-content:before {
    content: '';
    position: absolute;
    display: block;
    left: calc(50% - 8px);
    right: auto;
    top: auto;
    bottom: 100%;
    width: 0;
    height: 0;
    margin: 0 0 0 0;
    padding: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    -webkit-transform: none;
    transform: none
}

.hover-dialog .hover-dialog-content:before {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.hover-dialog.hover-align-left .hover-dialog-content:before {
    left: 15px;
    right: auto
}

.hover-dialog.hover-align-left .hover-dialog-wrapper {
    left: 0;
    right: auto;
    -webkit-transform: none;
    transform: none
}

.hover-dialog.hover-align-right .hover-dialog-content:before {
    right: 15px;
    left: auto
}

.hover-dialog.hover-align-right .hover-dialog-wrapper {
    left: auto;
    right: 0;
    -webkit-transform: none;
    transform: none
}

.l-col-container, [class*=l-col-container--] {
    --gap: 1.25rem;
    --cols: 1;
    display: grid;
    grid-template-columns:repeat(var(--cols), 1fr);
    grid-gap: var(--gap);
    width: 100%
}

.l-col-container.gap-small, [class*=l-col-container--].gap-small {
    --gap: 1px
}

@media (min-width: 31.25rem) {
    .l-col-container.gap-small, [class*=l-col-container--].gap-small {
        --gap: calc(1px + 4 * (100vw - 500px) / 700)
    }
}

@media (min-width: 75rem) {
    .l-col-container.gap-small, [class*=l-col-container--].gap-small {
        --gap: 5px
    }
}

.l-col-container.gap-normal, [class*=l-col-container--].gap-normal {
    --gap: 10px
}

@media (min-width: 31.25rem) {
    .l-col-container.gap-normal, [class*=l-col-container--].gap-normal {
        --gap: calc(10px + 10 * (100vw - 500px) / 700)
    }
}

@media (min-width: 75rem) {
    .l-col-container.gap-normal, [class*=l-col-container--].gap-normal {
        --gap: 20px
    }
}

.l-col-container.gap-medium, [class*=l-col-container--].gap-medium {
    --gap: 15px
}

@media (min-width: 31.25rem) {
    .l-col-container.gap-medium, [class*=l-col-container--].gap-medium {
        --gap: calc(15px + 10 * (100vw - 500px) / 700)
    }
}

@media (min-width: 75rem) {
    .l-col-container.gap-medium, [class*=l-col-container--].gap-medium {
        --gap: 25px
    }
}

.l-col-container.gap-big, [class*=l-col-container--].gap-big {
    --gap: 20px
}

@media (min-width: 31.25rem) {
    .l-col-container.gap-big, [class*=l-col-container--].gap-big {
        --gap: calc(20px + 30 * (100vw - 500px) / 700)
    }
}

@media (min-width: 75rem) {
    .l-col-container.gap-big, [class*=l-col-container--].gap-big {
        --gap: 50px
    }
}

@media screen and (min-width: 768px) {
    .l-col-container--2-items {
        --cols: 2
    }
}

@media screen and (min-width: 560px) {
    .l-col-container--3-items {
        --cols: 2
    }
}

@media screen and (min-width: 768px) {
    .l-col-container--3-items {
        --cols: 3
    }
}

@media screen and (min-width: 560px) {
    .l-col-container--4-items {
        --cols: 2
    }
}

@media screen and (min-width: 1024px) {
    .l-col-container--4-items {
        --cols: 4
    }
}

@media screen and (min-width: 560px) {
    .l-col-container--5-items {
        --cols: 2
    }
}

@media screen and (min-width: 1024px) {
    .l-col-container--5-items {
        --cols: 4
    }
}

@media screen and (min-width: 560px) {
    .l-col--colspan-all {
        grid-column: 1/-1
    }
}

@media screen and (min-width: 1024px) {
    .l-col--colspan-2 {
        grid-column: span 2
    }

    .l-col--colspan-3 {
        grid-column: span 3
    }

    .l-col--colspan-4 {
        grid-column: span 4
    }

    .l-col--rowspan-2 {
        grid-row: span 2
    }

    .l-col--rowspan-3 {
        grid-row: span 3
    }

    .l-col--rowspan-4 {
        grid-row: span 4
    }
}

[class*=auto-columns] {
    --base: 300px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

[class*=auto-columns] > * {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: var(--base)
}

.auto-columns-small {
    --base: 168px
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-300.eot");
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-300.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-regular.eot");
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-regular.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-600.eot");
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-600.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-700.eot");
    src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-700.woff") format("woff"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-700.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-900.eot");
    src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-900.woff2") format("woff2"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-900.woff") format("woff"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-900.ttf") format("truetype"), url("../fonts/source-sans-pro-v13-latin/source-sans-pro-v13-latin-900.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.eot");
    src: local("PT Serif"), local("PTSerif-Regular"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.woff") format("woff"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.ttf") format("truetype"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.svg#PTSerif") format("svg")
}

@font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-italic.eot");
    src: local("PT Serif Italic"), local("PTSerif-Italic"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-italic.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-italic.woff") format("woff"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-italic.ttf") format("truetype"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-italic.svg#PTSerif") format("svg")
}

@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700.eot");
    src: local("PT Serif Bold"), local("PTSerif-Bold"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700.woff") format("woff"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700.ttf") format("truetype"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700.svg#PTSerif") format("svg")
}

@font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700italic.eot");
    src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700italic.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700italic.woff") format("woff"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700italic.ttf") format("truetype"), url("../fonts/pt-serif-v11-latin/pt-serif-v11-latin-700italic.svg#PTSerif") format("svg")
}

.font-default, body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #212121;
    line-height: 1.5;
    font-weight: 300
}

.font-default ::-moz-selection, body ::-moz-selection {
    color: #fff;
    background-color: #2F5F90
}

.font-default ::selection, body ::selection {
    color: #fff;
    background-color: #2F5F90
}

.font-weight-normal, .m-product-table--product-title, .m-product-table--product-charged .prices-charged .price-charged-old {
    font-weight: normal
}

.font-weight-bold, .m-faq--question, .profile-form--label, .m-product-table--product-price, .m-product-table--product-charged > span, .m-product-table--product-charged .prices-charged .price-charged, .m-product-table--product-item {
    font-weight: bold
}

.font-size-small {
    font-size: .75rem
}

.font-size-normal, .m-product-table--product {
    font-size: 1rem
}

.font-size-medium, .m-product-table--product-title {
    font-size: 1.1875rem
}

.font-size-big, .m-faq--question, .m-product-table--product-title b, .m-product-table--product-charged .prices-charged {
    font-size: 1.375rem
}

.font-size-huge {
    font-size: 2.5rem
}

.font-sans, .profile-form--label {
    font-family: 'Source Sans Pro', sans-serif
}

.font-serif, .column ul, .news-ticker--news-content, .m-teaser--col-content, .m-faq--answer, .profile-form--value, .m-product-table--product-description {
    font-family: 'PT Serif', serif
}

.headline, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
    color: #2F5F90;
    margin: 15px 0 10px 0;
    line-height: 1.1;
    text-transform: uppercase
}

.headline .small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-size: 30%
}

[class*=bg-gradient-blue] .headline, [class*=bg-gradient-blue] h1, [class*=bg-gradient-blue] h2, [class*=bg-gradient-blue] h3, [class*=bg-gradient-blue] h4, [class*=bg-gradient-blue] h5, [class*=bg-gradient-blue] h6, [class*=bg-gradient-blue] .h1, [class*=bg-gradient-blue] .h2, [class*=bg-gradient-blue] .h3, [class*=bg-gradient-blue] .h4, [class*=bg-gradient-blue] .h5, [class*=bg-gradient-blue] .h6, .bg-image .headline, .bg-image h1, .bg-image h2, .bg-image h3, .bg-image h4, .bg-image h5, .bg-image h6, .bg-image .h1, .bg-image .h2, .bg-image .h3, .bg-image .h4, .bg-image .h5, .bg-image .h6, .bg-blue .headline, .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue .h1, .bg-blue .h2, .bg-blue .h3, .bg-blue .h4, .bg-blue .h5, .bg-blue .h6 {
    color: inherit
}

.fw--light {
    font-weight: 100
}

.fw--regular {
    font-weight: 400
}

.fw--bold {
    font-weight: 700
}

.fw--#000 {
    font-weight: 900
}

[class*=icon-circle] {
    --icon-size: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: var(--icon-size);
    height: var(--icon-size);
    font-size: calc(var(--icon-size) * 0.5);
    border-radius: 50%
}

[class*=icon-circle].move-top {
    margin-top: calc(var(--icon-size) * -0.5)
}

[class*=icon-circle-size-1] {
    --icon-size: 16px
}

[class*=icon-circle-size-2] {
    --icon-size: 24px
}

[class*=icon-circle-size-3] {
    --icon-size: 36px
}

[class*=icon-circle-size-4] {
    --icon-size: 48px
}

[class*=icon-circle-size-5] {
    --icon-size: 64px
}

[class*=icon-circle-size-6] {
    --icon-size: 96px
}

a {
    color: currentColor
}

h1, .h1 {
    font-weight: 900
}

h1, .h1 {
    font-size: 34px
}

@media screen and (min-width: 320px) {
    h1, .h1 {
        font-size: calc(34px + 30 * ((100vw - 320px) / 1530))
    }
}

@media screen and (min-width: 1850px) {
    h1, .h1 {
        font-size: 64px
    }
}

h2, .h2 {
    font-size: 23px
}

@media screen and (min-width: 320px) {
    h2, .h2 {
        font-size: calc(23px + 30 * ((100vw - 320px) / 1530))
    }
}

@media screen and (min-width: 1850px) {
    h2, .h2 {
        font-size: 53px
    }
}

h3, .h3 {
    font-size: 20px
}

@media screen and (min-width: 320px) {
    h3, .h3 {
        font-size: calc(20px + 10 * ((100vw - 320px) / 280))
    }
}

@media screen and (min-width: 600px) {
    h3, .h3 {
        font-size: 30px
    }
}

h4, .h4 {
    font-size: 18px
}

@media screen and (min-width: 320px) {
    h4, .h4 {
        font-size: calc(18px + 8 * ((100vw - 320px) / 280))
    }
}

@media screen and (min-width: 600px) {
    h4, .h4 {
        font-size: 26px
    }
}

h5, .h5 {
    font-size: 16px
}

@media screen and (min-width: 320px) {
    h5, .h5 {
        font-size: calc(16px + 6 * ((100vw - 320px) / 280))
    }
}

@media screen and (min-width: 600px) {
    h5, .h5 {
        font-size: 22px
    }
}

h6, .h6 {
    font-size: 110%
}

.badge {
    font-size: .875rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    min-width: 1.4em;
    height: 1.4em;
    line-height: 1
}

ul {
    text-align: inherit
}

li {
    text-align: inherit
}

li + li {
    margin: .625rem 0 0 0
}

ul.no-icon {
    list-style: none;
    padding-left: 0
}

.list-icon, .list-icon-star, .m-teaser--col-content ul, .list-icon-check, .list-icon-circle, .slider-feature .slider--nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-icon li, .list-icon-star li, .m-teaser--col-content ul li, .list-icon-check li, .list-icon-circle li, .slider-feature .slider--nav ul li {
    display: -webkit-box;
    display: flex;
    position: relative
}

.list-icon li:before, .list-icon-star li:before, .m-teaser--col-content ul li:before, .list-icon-check li:before, .list-icon-circle li:before, .slider-feature .slider--nav ul li:before {
    color: #D4B07C;
    margin-right: 0.5em
}

.list-icon-star li:before, .m-teaser--col-content ul li:before {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    line-height: inherit;
    font-weight: 900
}

.list-icon-check li:before {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    line-height: inherit;
    font-weight: 900
}

.list-icon-circle li:before, .slider-feature .slider--nav ul li:before {
    content: '';
    color: inherit;
    width: 16px;
    height: 16px;
    line-height: 2;
    border: 1px solid currentColor;
    border-radius: 50%;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0
}

.list-icon-circle.icon-fill li:before, .slider-feature .slider--nav ul.icon-fill li:before {
    background-color: currentColor
}

[class*=ul-columns] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

[class*=ul-columns] ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

[class*=ul-columns] li {
    min-width: 18.75rem;
    margin: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1
}

.ul-columns-2 li {
    width: 50%
}

[class*=button-icon-] {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center
}

.button-icon-apple:before {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    line-height: inherit;
    font-family: "Font Awesome 5 Brands";
    line-height: 1.2;
    margin-right: 0.5em
}

.button-icon-google-play:before {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    line-height: inherit;
    font-family: "Font Awesome 5 Brands";
    line-height: 1.2;
    margin-right: 0.5em
}

.button-icon-size-big:before {
    font-size: 2em;
    line-height: 0
}

[class*=ratio-] {
    width: 100%;
    position: relative
}

[class*=ratio-] > img {
    display: block;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

[class*=ratio-].img-align-top > img {
    -o-object-position: center top;
    object-position: center top
}

[class*=ratio-].img-align-bottom > img {
    -o-object-position: center bottom;
    object-position: center bottom
}

[class*=ratio-].img-align-left > img {
    -o-object-position: left center;
    object-position: left center
}

[class*=ratio-].img-align-left.img-align-top > img {
    -o-object-position: left top;
    object-position: left top
}

[class*=ratio-].img-align-left.img-align-bottom > img {
    -o-object-position: left bottom;
    object-position: left bottom
}

[class*=ratio-].img-align-right > img {
    -o-object-position: right center;
    object-position: right center
}

[class*=ratio-].img-align-right.img-align-top > img {
    -o-object-position: right top;
    object-position: right top
}

[class*=ratio-].img-align-right.img-align-bottom > img {
    -o-object-position: right bottom;
    object-position: right bottom
}

.ratio-16-9 {
    padding-bottom: calc(100% / (16 / 9))
}

.ratio-4-3 {
    padding-bottom: calc(100% / (4 / 3))
}

.ratio-3-2 {
    padding-bottom: calc(100% / (3 / 2))
}

.ratio-1-1 {
    padding-bottom: calc(100% / 1)
}

.ratio-9-16 {
    padding-bottom: calc(100% * (16 / 9))
}

.ratio-3-4 {
    padding-bottom: calc(100% * (4 / 3))
}

.ratio-2-3 {
    padding-bottom: calc(100% * (3 / 2))
}

.bg-image {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.bg-center {
    background-position: center
}

.bg-left {
    background-position-x: left
}

.bg-right {
    background-position-x: right
}

.bg-top {
    background-position-y: top
}

.bg-bottom {
    background-position-y: bottom
}

@-webkit-keyframes circle_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes delay_overflow_visible {
    from {
        overflow: visible
    }
}

@keyframes delay_overflow_visible {
    from {
        overflow: visible
    }
}

@-webkit-keyframes delay_overflow_hidden {
    from {
        overflow: hidden
    }
}

@keyframes delay_overflow_hidden {
    from {
        overflow: hidden
    }
}

@-webkit-keyframes delay_visibility_visible {
    from {
        visibility: visible
    }
}

@keyframes delay_visibility_visible {
    from {
        visibility: visible
    }
}

@-webkit-keyframes delay_visibility_hidden {
    from {
        visibility: hidden
    }
}

@keyframes delay_visibility_hidden {
    from {
        visibility: hidden
    }
}

@-webkit-keyframes shake-little {
    2% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    4% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    6% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    8% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    10% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    12% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    14% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    16% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    18% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    20% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    22% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    24% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    26% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    28% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    30% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    32% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    34% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    36% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    38% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    40% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    42% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    44% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    46% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    48% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    50% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    52% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    54% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    56% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    58% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    60% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    62% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    64% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    66% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    68% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    70% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    72% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    74% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    76% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    78% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    80% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    82% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    84% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    86% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    88% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    90% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    92% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    94% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    96% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    98% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shake-little {
    2% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    4% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    6% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    8% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    10% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    12% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    14% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    16% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    18% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    20% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    22% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    24% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    26% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    28% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    30% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    32% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    34% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    36% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    38% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    40% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    42% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    44% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    46% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    48% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    50% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    52% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    54% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    56% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    58% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    60% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    62% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    64% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    66% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    68% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    70% {
        -webkit-transform: translate(1px, 0px) rotate(0.5deg);
        transform: translate(1px, 0px) rotate(0.5deg)
    }
    72% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    74% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    76% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    78% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    80% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    82% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    84% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    86% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    88% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    90% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    92% {
        -webkit-transform: translate(1px, 1px) rotate(0.5deg);
        transform: translate(1px, 1px) rotate(0.5deg)
    }
    94% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    96% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg);
        transform: translate(0px, 0px) rotate(0.5deg)
    }
    98% {
        -webkit-transform: translate(0px, 1px) rotate(0.5deg);
        transform: translate(0px, 1px) rotate(0.5deg)
    }
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

.placeholder {
    color: #2F5F90 !important
}

label {
    display: block
}

[type="color"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], input:not([type]), textarea {
    font-family: 'PT Serif', serif;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1rem;
    width: 100%;
    height: auto;
    color: #212121;
    max-width: 100%;
    padding: .9375rem;
    border: 1px solid #D4B07C;
    outline: none;
    opacity: 0.8;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

[type="color"]::-webkit-input-placeholder, [type="date"]::-webkit-input-placeholder, [type="datetime"]::-webkit-input-placeholder, [type="datetime-local"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [type="month"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder, [type="password"]::-webkit-input-placeholder, [type="search"]::-webkit-input-placeholder, [type="tel"]::-webkit-input-placeholder, [type="text"]::-webkit-input-placeholder, [type="time"]::-webkit-input-placeholder, [type="url"]::-webkit-input-placeholder, [type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

[type="color"]::-moz-placeholder, [type="date"]::-moz-placeholder, [type="datetime"]::-moz-placeholder, [type="datetime-local"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="month"]::-moz-placeholder, [type="number"]::-moz-placeholder, [type="password"]::-moz-placeholder, [type="search"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="text"]::-moz-placeholder, [type="time"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

[type="color"]:-ms-input-placeholder, [type="date"]:-ms-input-placeholder, [type="datetime"]:-ms-input-placeholder, [type="datetime-local"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="month"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder, [type="password"]:-ms-input-placeholder, [type="search"]:-ms-input-placeholder, [type="tel"]:-ms-input-placeholder, [type="text"]:-ms-input-placeholder, [type="time"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

[type="color"]::-ms-input-placeholder, [type="date"]::-ms-input-placeholder, [type="datetime"]::-ms-input-placeholder, [type="datetime-local"]::-ms-input-placeholder, [type="email"]::-ms-input-placeholder, [type="month"]::-ms-input-placeholder, [type="number"]::-ms-input-placeholder, [type="password"]::-ms-input-placeholder, [type="search"]::-ms-input-placeholder, [type="tel"]::-ms-input-placeholder, [type="text"]::-ms-input-placeholder, [type="time"]::-ms-input-placeholder, [type="url"]::-ms-input-placeholder, [type="week"]::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

[type="color"]::placeholder, [type="date"]::placeholder, [type="datetime"]::placeholder, [type="datetime-local"]::placeholder, [type="email"]::placeholder, [type="month"]::placeholder, [type="number"]::placeholder, [type="password"]::placeholder, [type="search"]::placeholder, [type="tel"]::placeholder, [type="text"]::placeholder, [type="time"]::placeholder, [type="url"]::placeholder, [type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

[type="color"]::-webkit-input-placeholder, [type="date"]::-webkit-input-placeholder, [type="datetime"]::-webkit-input-placeholder, [type="datetime-local"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [type="month"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder, [type="password"]::-webkit-input-placeholder, [type="search"]::-webkit-input-placeholder, [type="tel"]::-webkit-input-placeholder, [type="text"]::-webkit-input-placeholder, [type="time"]::-webkit-input-placeholder, [type="url"]::-webkit-input-placeholder, [type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

[type="color"]:-moz-placeholder, [type="date"]:-moz-placeholder, [type="datetime"]:-moz-placeholder, [type="datetime-local"]:-moz-placeholder, [type="email"]:-moz-placeholder, [type="month"]:-moz-placeholder, [type="number"]:-moz-placeholder, [type="password"]:-moz-placeholder, [type="search"]:-moz-placeholder, [type="tel"]:-moz-placeholder, [type="text"]:-moz-placeholder, [type="time"]:-moz-placeholder, [type="url"]:-moz-placeholder, [type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

[type="color"]::-moz-placeholder, [type="date"]::-moz-placeholder, [type="datetime"]::-moz-placeholder, [type="datetime-local"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="month"]::-moz-placeholder, [type="number"]::-moz-placeholder, [type="password"]::-moz-placeholder, [type="search"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="text"]::-moz-placeholder, [type="time"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

[type="color"]:-ms-input-placeholder, [type="date"]:-ms-input-placeholder, [type="datetime"]:-ms-input-placeholder, [type="datetime-local"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="month"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder, [type="password"]:-ms-input-placeholder, [type="search"]:-ms-input-placeholder, [type="tel"]:-ms-input-placeholder, [type="text"]:-ms-input-placeholder, [type="time"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

[type="color"].form-small, .form-small [type="color"], [type="date"].form-small, .form-small [type="date"], [type="datetime"].form-small, .form-small [type="datetime"], [type="datetime-local"].form-small, .form-small [type="datetime-local"], [type="email"].form-small, .form-small [type="email"], [type="month"].form-small, .form-small [type="month"], [type="number"].form-small, .form-small [type="number"], [type="password"].form-small, .form-small [type="password"], [type="search"].form-small, .form-small [type="search"], [type="tel"].form-small, .form-small [type="tel"], [type="text"].form-small, .form-small [type="text"], [type="time"].form-small, .form-small [type="time"], [type="url"].form-small, .form-small [type="url"], [type="week"].form-small, .form-small [type="week"], input:not([type]).form-small, .form-small input:not([type]), textarea.form-small, .form-small textarea {
    padding: .625rem
}

[type="color"]::-moz-focus-inner, [type="date"]::-moz-focus-inner, [type="datetime"]::-moz-focus-inner, [type="datetime-local"]::-moz-focus-inner, [type="email"]::-moz-focus-inner, [type="month"]::-moz-focus-inner, [type="number"]::-moz-focus-inner, [type="password"]::-moz-focus-inner, [type="search"]::-moz-focus-inner, [type="tel"]::-moz-focus-inner, [type="text"]::-moz-focus-inner, [type="time"]::-moz-focus-inner, [type="url"]::-moz-focus-inner, [type="week"]::-moz-focus-inner, input:not([type])::-moz-focus-inner, textarea::-moz-focus-inner {
    border: 0;
    padding: 0
}

[type="color"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, input:not([type]):focus, textarea:focus {
    border-color: #2F5F90;
    opacity: 1;
    box-shadow: none
}

[type="color"]:focus::-webkit-input-placeholder, [type="date"]:focus::-webkit-input-placeholder, [type="datetime"]:focus::-webkit-input-placeholder, [type="datetime-local"]:focus::-webkit-input-placeholder, [type="email"]:focus::-webkit-input-placeholder, [type="month"]:focus::-webkit-input-placeholder, [type="number"]:focus::-webkit-input-placeholder, [type="password"]:focus::-webkit-input-placeholder, [type="search"]:focus::-webkit-input-placeholder, [type="tel"]:focus::-webkit-input-placeholder, [type="text"]:focus::-webkit-input-placeholder, [type="time"]:focus::-webkit-input-placeholder, [type="url"]:focus::-webkit-input-placeholder, [type="week"]:focus::-webkit-input-placeholder, input:not([type]):focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0.5
}

[type="color"]:focus::-moz-placeholder, [type="date"]:focus::-moz-placeholder, [type="datetime"]:focus::-moz-placeholder, [type="datetime-local"]:focus::-moz-placeholder, [type="email"]:focus::-moz-placeholder, [type="month"]:focus::-moz-placeholder, [type="number"]:focus::-moz-placeholder, [type="password"]:focus::-moz-placeholder, [type="search"]:focus::-moz-placeholder, [type="tel"]:focus::-moz-placeholder, [type="text"]:focus::-moz-placeholder, [type="time"]:focus::-moz-placeholder, [type="url"]:focus::-moz-placeholder, [type="week"]:focus::-moz-placeholder, input:not([type]):focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0.5
}

[type="color"]:focus:-ms-input-placeholder, [type="date"]:focus:-ms-input-placeholder, [type="datetime"]:focus:-ms-input-placeholder, [type="datetime-local"]:focus:-ms-input-placeholder, [type="email"]:focus:-ms-input-placeholder, [type="month"]:focus:-ms-input-placeholder, [type="number"]:focus:-ms-input-placeholder, [type="password"]:focus:-ms-input-placeholder, [type="search"]:focus:-ms-input-placeholder, [type="tel"]:focus:-ms-input-placeholder, [type="text"]:focus:-ms-input-placeholder, [type="time"]:focus:-ms-input-placeholder, [type="url"]:focus:-ms-input-placeholder, [type="week"]:focus:-ms-input-placeholder, input:not([type]):focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0.5
}

[type="color"]:focus::-ms-input-placeholder, [type="date"]:focus::-ms-input-placeholder, [type="datetime"]:focus::-ms-input-placeholder, [type="datetime-local"]:focus::-ms-input-placeholder, [type="email"]:focus::-ms-input-placeholder, [type="month"]:focus::-ms-input-placeholder, [type="number"]:focus::-ms-input-placeholder, [type="password"]:focus::-ms-input-placeholder, [type="search"]:focus::-ms-input-placeholder, [type="tel"]:focus::-ms-input-placeholder, [type="text"]:focus::-ms-input-placeholder, [type="time"]:focus::-ms-input-placeholder, [type="url"]:focus::-ms-input-placeholder, [type="week"]:focus::-ms-input-placeholder, input:not([type]):focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
    opacity: 0.5
}

[type="color"]:focus::placeholder, [type="date"]:focus::placeholder, [type="datetime"]:focus::placeholder, [type="datetime-local"]:focus::placeholder, [type="email"]:focus::placeholder, [type="month"]:focus::placeholder, [type="number"]:focus::placeholder, [type="password"]:focus::placeholder, [type="search"]:focus::placeholder, [type="tel"]:focus::placeholder, [type="text"]:focus::placeholder, [type="time"]:focus::placeholder, [type="url"]:focus::placeholder, [type="week"]:focus::placeholder, input:not([type]):focus::placeholder, textarea:focus::placeholder {
    opacity: 0.5
}

[type="color"]:focus::-webkit-input-placeholder, [type="date"]:focus::-webkit-input-placeholder, [type="datetime"]:focus::-webkit-input-placeholder, [type="datetime-local"]:focus::-webkit-input-placeholder, [type="email"]:focus::-webkit-input-placeholder, [type="month"]:focus::-webkit-input-placeholder, [type="number"]:focus::-webkit-input-placeholder, [type="password"]:focus::-webkit-input-placeholder, [type="search"]:focus::-webkit-input-placeholder, [type="tel"]:focus::-webkit-input-placeholder, [type="text"]:focus::-webkit-input-placeholder, [type="time"]:focus::-webkit-input-placeholder, [type="url"]:focus::-webkit-input-placeholder, [type="week"]:focus::-webkit-input-placeholder, input:not([type]):focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0.5
}

[type="color"]:focus:-moz-placeholder, [type="date"]:focus:-moz-placeholder, [type="datetime"]:focus:-moz-placeholder, [type="datetime-local"]:focus:-moz-placeholder, [type="email"]:focus:-moz-placeholder, [type="month"]:focus:-moz-placeholder, [type="number"]:focus:-moz-placeholder, [type="password"]:focus:-moz-placeholder, [type="search"]:focus:-moz-placeholder, [type="tel"]:focus:-moz-placeholder, [type="text"]:focus:-moz-placeholder, [type="time"]:focus:-moz-placeholder, [type="url"]:focus:-moz-placeholder, [type="week"]:focus:-moz-placeholder, input:not([type]):focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0.5
}

[type="color"]:focus::-moz-placeholder, [type="date"]:focus::-moz-placeholder, [type="datetime"]:focus::-moz-placeholder, [type="datetime-local"]:focus::-moz-placeholder, [type="email"]:focus::-moz-placeholder, [type="month"]:focus::-moz-placeholder, [type="number"]:focus::-moz-placeholder, [type="password"]:focus::-moz-placeholder, [type="search"]:focus::-moz-placeholder, [type="tel"]:focus::-moz-placeholder, [type="text"]:focus::-moz-placeholder, [type="time"]:focus::-moz-placeholder, [type="url"]:focus::-moz-placeholder, [type="week"]:focus::-moz-placeholder, input:not([type]):focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0.5
}

[type="color"]:focus:-ms-input-placeholder, [type="date"]:focus:-ms-input-placeholder, [type="datetime"]:focus:-ms-input-placeholder, [type="datetime-local"]:focus:-ms-input-placeholder, [type="email"]:focus:-ms-input-placeholder, [type="month"]:focus:-ms-input-placeholder, [type="number"]:focus:-ms-input-placeholder, [type="password"]:focus:-ms-input-placeholder, [type="search"]:focus:-ms-input-placeholder, [type="tel"]:focus:-ms-input-placeholder, [type="text"]:focus:-ms-input-placeholder, [type="time"]:focus:-ms-input-placeholder, [type="url"]:focus:-ms-input-placeholder, [type="week"]:focus:-ms-input-placeholder, input:not([type]):focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0.5
}

input[type="search"] {
    font-family: 'PT Serif', serif;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1rem;
    width: 100%;
    height: auto;
    color: #212121;
    max-width: 100%;
    padding: .9375rem;
    border: 1px solid #D4B07C;
    outline: none;
    opacity: 0.8;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

input[type="search"]::-moz-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

input[type="search"]:-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

input[type="search"]::-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

input[type="search"]::placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

input[type="search"]::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

input[type="search"]:-moz-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

input[type="search"]::-moz-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

input[type="search"]:-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

input[type="search"].form-small, .form-small input[type="search"] {
    padding: .625rem
}

input[type="search"]::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="search"]:focus {
    border-color: #2F5F90;
    opacity: 1;
    box-shadow: none
}

input[type="search"]:focus::-webkit-input-placeholder {
    opacity: 0.5
}

input[type="search"]:focus::-moz-placeholder {
    opacity: 0.5
}

input[type="search"]:focus:-ms-input-placeholder {
    opacity: 0.5
}

input[type="search"]:focus::-ms-input-placeholder {
    opacity: 0.5
}

input[type="search"]:focus::placeholder {
    opacity: 0.5
}

input[type="search"]:focus::-webkit-input-placeholder {
    opacity: 0.5
}

input[type="search"]:focus:-moz-placeholder {
    opacity: 0.5
}

input[type="search"]:focus::-moz-placeholder {
    opacity: 0.5
}

input[type="search"]:focus:-ms-input-placeholder {
    opacity: 0.5
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

select {
    font-family: 'PT Serif', serif;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1rem;
    width: 100%;
    height: auto;
    color: #212121;
    max-width: 100%;
    padding: .9375rem;
    border: 1px solid #D4B07C;
    outline: none;
    opacity: 0.8;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248px%22%20height%3D%2248px%22%3E%3Cpath%20fill%3D%22%23D4B07C%22%20style%3D%22opacity%3A1%3B%22%20d%3D%22M35.139%2C20.886c0%2C0.193-0.074%2C0.365-0.223%2C0.513L24.514%2C31.801c-0.149%2C0.149-0.32%2C0.224-0.514%2C0.224%20s-0.365-0.074-0.513-0.224L13.085%2C21.399c-0.149-0.148-0.223-0.32-0.223-0.513s0.074-0.365%2C0.223-0.514l1.116-1.116%20c0.148-0.148%2C0.32-0.223%2C0.513-0.223s0.365%2C0.075%2C0.514%2C0.223L24%2C28.029l8.772-8.773c0.148-0.148%2C0.319-0.223%2C0.514-0.223%20c0.192%2C0%2C0.364%2C0.075%2C0.513%2C0.223l1.117%2C1.116C35.064%2C20.521%2C35.139%2C20.693%2C35.139%2C20.886z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right .625rem center;
    background-size: 1.5rem auto
}

select::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

select::-moz-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

select:-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

select::-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

select::placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

select::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

select:-moz-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

select::-moz-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

select:-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #2F5F90
}

select.form-small, .form-small select {
    padding: .625rem
}

select::-moz-focus-inner {
    border: 0;
    padding: 0
}

select:focus {
    border-color: #2F5F90;
    opacity: 1;
    box-shadow: none
}

select:focus::-webkit-input-placeholder {
    opacity: 0.5
}

select:focus::-moz-placeholder {
    opacity: 0.5
}

select:focus:-ms-input-placeholder {
    opacity: 0.5
}

select:focus::-ms-input-placeholder {
    opacity: 0.5
}

select:focus::placeholder {
    opacity: 0.5
}

select:focus::-webkit-input-placeholder {
    opacity: 0.5
}

select:focus:-moz-placeholder {
    opacity: 0.5
}

select:focus::-moz-placeholder {
    opacity: 0.5
}

select:focus:-ms-input-placeholder {
    opacity: 0.5
}

select::-ms-expand {
    display: none
}

select option {
    border: none;
    outline: none
}

select:hover {
    background-image: url("data:image/svg+xml; utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248px%22%20height%3D%2248px%22%3E%3Cpath%20fill%3D%22%232F5F90%22%20style%3D%22opacity%3A1%3B%22%20d%3D%22M35.139%2C20.886c0%2C0.193-0.074%2C0.365-0.223%2C0.513L24.514%2C31.801c-0.149%2C0.149-0.32%2C0.224-0.514%2C0.224%20s-0.365-0.074-0.513-0.224L13.085%2C21.399c-0.149-0.148-0.223-0.32-0.223-0.513s0.074-0.365%2C0.223-0.514l1.116-1.116%20c0.148-0.148%2C0.32-0.223%2C0.513-0.223s0.365%2C0.075%2C0.514%2C0.223L24%2C28.029l8.772-8.773c0.148-0.148%2C0.319-0.223%2C0.514-0.223%20c0.192%2C0%2C0.364%2C0.075%2C0.513%2C0.223l1.117%2C1.116C35.064%2C20.521%2C35.139%2C20.693%2C35.139%2C20.886z%22%2F%3E%3C%2Fsvg%3E ") } textarea { display:block; width:100%; resize:none !important } form { position:relative } form .form-left,form .form-right { width:48% } form .form-left input,form .form-right input { width:100% } form .form-left { float:left } form .form-right { float:right } @media (max-width: 640px) {
    form .form-left, form .form-right {
        width: 100%;
        float: none !important
    }
}

    .form-group {
        margin: 0
    }

    .form-group label {
        text-align: left;
    }

    .form-group + .form-group {
        /* margin-top: .9375rem */
    }

    .form-field {
        width: 100%
    }

    form .cols {
        margin: 0 -.625rem
    }

    form .cols .form-group {
        padding: 0 10px;
        flex-basis: 17.5rem
    }

    .form-checkbox-wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .form-checkbox-wrapper .form-checkbox {
        border-right: .75rem solid transparent
    }

    .form-checkbox-wrapper[class*=bg-] {
        padding: .625rem
    }

    .form-checkbox {
        position: relative;
        display: inline-block;
        box-sizing: content-box;
        width: 27px;
        margin: 2px 5px 2px 0
    }

    .form-checkbox span {
        position: absolute;
        left: 0;
        top: 50%;
        height: 18px;
        width: inherit;
        margin: -9px 0 0 0;
        background-color: rgba(0, 0, 0, 0.05);
        z-index: 1;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        border-radius: 9px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
        overflow: hidden
    }

    .form-checkbox span:before {
        content: '';
        position: absolute;
        left: 1px;
        top: 50%;
        display: block;
        height: 16px;
        width: 16px;
        margin: -8px 0 0 0;
        background: #fff;
        z-index: 2;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
        border-radius: 50%
    }

    .form-checkbox input[type=checkbox] {
        opacity: 0
    }

    .form-checkbox input[type=checkbox]:checked + span {
        background-color: #2F5F90
    }

    .form-checkbox input[type=checkbox]:checked + span:before {
        left: calc(100% - 17px)
    }

    .site-content #UserOverviewForm, .site-content #UserLoginForm, .site-content #UserLostPwForm, .site-content #UserSignupForm, .site-content #UserCheckoutForm {
        text-align: left;
        width: 100%
    }

    .site-content #UserOverviewForm .form-group, .site-content #UserLoginForm .form-group, .site-content #UserLostPwForm .form-group, .site-content #UserSignupForm .form-group, .site-content #UserCheckoutForm .form-group {
        width: 100%;
        margin-bottom: 1.25rem;
        margin-top: 0
    }

    .site-content #UserOverviewForm .button, .site-content #UserOverviewForm button, .site-content #UserOverviewForm input[type="button"], .site-content #UserOverviewForm input[type="reset"], .site-content #UserOverviewForm input[type="submit"], .site-content #UserLoginForm .button, .site-content #UserLoginForm button, .site-content #UserLoginForm input[type="button"], .site-content #UserLoginForm input[type="reset"], .site-content #UserLoginForm input[type="submit"], .site-content #UserLostPwForm .button, .site-content #UserLostPwForm button, .site-content #UserLostPwForm input[type="button"], .site-content #UserLostPwForm input[type="reset"], .site-content #UserLostPwForm input[type="submit"], .site-content #UserSignupForm .button, .site-content #UserSignupForm button, .site-content #UserSignupForm input[type="button"], .site-content #UserSignupForm input[type="reset"], .site-content #UserSignupForm input[type="submit"], .site-content #UserCheckoutForm .button, .site-content #UserCheckoutForm button, .site-content #UserCheckoutForm input[type="button"], .site-content #UserCheckoutForm input[type="reset"], .site-content #UserCheckoutForm input[type="submit"] {
        min-width: 10rem
    }

    ul.menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

    ul.menu li a {
        text-decoration: none
    }

    .nav-main ul.menu, .nav-login ul.menu {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

    .nav-main ul.menu > li, .nav-login ul.menu > li {
        margin: 0;
        padding: .625rem
    }

    .nav-main ul.menu > li > a, .nav-login ul.menu > li > a {
        color: #2F5F90;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .nav-main ul.menu > li > a:hover, .nav-login ul.menu > li > a:hover {
        color: #1DC758
    }

    .nav-main ul.menu > li.nav-active > a, .nav-login ul.menu > li.nav-active > a {
        color: #1DC758;
        text-shadow: 0 0 20px white
    }

    .nav-main {
        position: relative
    }

    @media (max-width: 68.75rem) {
        .nav-main {
            margin-right: .9375rem
        }

        .nav-main ul.menu {
            display: block
        }

        .nav-main.open {
            z-index: 999
        }

        .nav-main.open #nav-main {
            max-height: 1000px;
            padding: 10px 30px 30px 30px;
            -webkit-transition-delay: 0s;
            transition-delay: 0s
        }

        .nav-main.open #nav-main ul.menu {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .nav-main #nav-main {
            position: absolute;
            top: 100%;
            right: -39px;
            max-height: 0;
            overflow: hidden;
            -webkit-transition: max-height 0s linear 0.4s, padding 0s linear 0.4s;
            transition: max-height 0s linear 0.4s, padding 0s linear 0.4s
        }

        .nav-main #nav-main ul.menu {
            padding: .9375rem;
            opacity: 0;
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
            transition: opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
            transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
            transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
        }

        .nav-main #nav-main ul.menu:before {
            content: '';
            position: absolute;
            display: block;
            left: auto;
            right: 0;
            top: auto;
            bottom: 100%;
            width: 0;
            height: 0;
            margin: 0 0 0 -10px;
            padding: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid transparent;
            border-bottom: 8px solid #fff;
            -webkit-transform: none;
            transform: none
        }

        .nav-main #nav-main ul.menu:before {
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s
        }

        .nav-main #nav-main ul.menu:before {
            right: 20px;
            left: auto
        }
    }

    .mobile-menu-switcher {
        box-sizing: border-box;
        width: 28px;
        height: 28px;
        position: relative
    }

    @media (min-width: 68.75rem) {
        .mobile-menu-switcher {
            display: none
        }
    }

    .mobile-menu-switcher span {
        display: block;
        height: 2px;
        position: absolute;
        left: 50%;
        background-color: #2F5F90;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate(-15px, 0);
        transform: translate(-15px, 0)
    }

    .mobile-menu-switcher span:nth-child(1) {
        width: 100%;
        top: calc(50% - 8px);
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .mobile-menu-switcher span:nth-child(2) {
        width: 100%;
        top: 50%;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .mobile-menu-switcher span:nth-child(3) {
        width: 100%;
        top: calc(50% + 8px);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s
    }

    .mobile-menu-switcher.active span:nth-child(1), .mobile-menu-switcher.active span:nth-child(3) {
        top: 50%
    }

    .mobile-menu-switcher.active span:nth-child(1) {
        width: 100%;
        -webkit-transform: translate(-20px, 0) rotate(135deg);
        transform: translate(-20px, 0) rotate(135deg);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s
    }

    .mobile-menu-switcher.active span:nth-child(2) {
        width: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .mobile-menu-switcher.active span:nth-child(3) {
        width: 100%;
        -webkit-transform: translate(-20px, 0) rotate(-135deg);
        transform: translate(-20px, 0) rotate(-135deg);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .site-header {
        --headercolor: 255, 255, 255;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-sizing: border-box;
        min-height: 1.875rem;
        max-width: 85.375rem;
        padding: 0;
        margin: 0 auto;
        background-color: rgba(var(--headercolor), 0.7);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .site-header:hover {
        background-color: rgba(var(--headercolor), 0.85)
    }

    .site-header .site-header--inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        box-sizing: content-box;
        max-width: 75rem;
        padding: 1.25rem;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .site-header .site-header--inner > * {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .scrolled .site-header {
        background-color: rgba(var(--headercolor), 0.95)
    }

    .scrolled .site-header .site-header--inner {
        padding-top: .3125rem;
        padding-bottom: .3125rem
    }

    .scrolled .site-header .site-logo img {
        max-height: 40px
    }

    .profile-page .site-header {
        --headercolor: 231, 222, 206
    }

    .site-logo {
        width: 30%
    }

    .site-logo a {
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .site-logo img {
        display: block;
        width: 100%;
        height: auto;
        min-width: 212px;
        max-height: 69px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left center;
        object-position: left center
    }

    @media (max-width: 419px) {
        .site-logo img {
            min-width: 112px
        }
    }
    @media (max-width: 68.75rem) {
        .site-logo {
            margin-right: auto;
            -webkit-box-flex: 1;
            flex-grow: 1
        }

        .site-logo img {
            width: calc(100% - 10px)
        }
    }

    .site-footer {
        padding-top: .25rem;
        background-color: #D4B07C
    }

    .site-footer--content {
        color: #fff;
        padding: 2.5rem 1.25rem;
        background-color: #2F5F90
    }

    .site-footer--content > .container {
        max-width: 75rem
    }

    @media (max-width: 1000px) {
        .site-footer--content > .container {
            flex-wrap: wrap
        }

        .site-footer--content > .container .column {
            margin-top: 3.125rem
        }

        .site-footer--content > .container .column.site-footer--logo {
            width: 100%;
            text-align: center;
            margin-top: 0
        }
    }
    @media (max-width: 680px) {
        .site-footer--content > .container .column {
            text-align: center;
            width: 100%
        }

        .site-footer--content > .container .column ul li.social-links {
            -webkit-box-pack: center;
            justify-content: center
        }

        .site-footer--content > .container .column ul li.social-links a {
            margin: 0 .625rem
        }

        .site-footer--content > .container .column.site-footer--legal-links {
            margin-top: 0
        }
    }

    .site-footer--content * {
        color: inherit
    }

    .site-footer--content a:hover {
        color: currentColor;
        text-decoration: underline
    }

    .column .column-title {
        font-size: 1.125rem;
        margin-top: 0
    }

    .column ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .column ul li {
        margin: 0 0 .625rem 0
    }

    .column ul li.social-links {
        font-size: 2.125rem;
        display: -webkit-box;
        display: flex
    }

    .column ul li.social-links > a {
        display: block;
        margin-right: 12%;
        -webkit-transition: -webkit-transform 0.3s ease-out 0s;
        transition: -webkit-transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s
    }

    .column ul li.social-links > a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .column.site-footer--logo a {
        max-width: 100%
    }

    .column.site-footer--logo img {
        max-width: 100%;
        height: auto
    }

    .site-footer--bottom > .container {
        font-size: .875rem;
        color: #2F5F90;
        max-width: 75rem;
        padding: .9375rem 1.25rem
    }

    .content-section {
        padding: 20px
    }

    table, .table {
        display: table
    }

    * {
        box-sizing: border-box
    }

    figure {
        margin: 0
    }

    .container {
        box-sizing: border-box;
        max-width: 85.375rem;
        margin: 0 auto
    }

    .container-inner {
        box-sizing: border-box;
        max-width: 75rem;
        margin: 0 auto
    }

    .alert {
        padding: .9375rem;
        margin-bottom: 1.25rem;
        border: 1px solid transparent;
        border-radius: 0
    }

    .alert > *:first-child {
        margin-top: 0
    }

    .alert-danger {
        color: #fff;
        background-color: #b83232
    }

    .alert-success {
        color: #fff;
        background-color: #1DC758
    }

    .alert-warning {
        color: #2F5F90;
        background-color: #ECE5D8
    }

    .lang-switcher .lang-switcher--menu {
        list-style: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin: 0;
        padding: .3125rem .625rem;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        position: relative
    }

    .lang-switcher .lang-switcher--menu .lang-switcher--menu-item a .fa {
        display: none
    }

    .lang-switcher .lang-switcher--menu-item {
        text-transform: uppercase;
        display: -webkit-box;
        display: flex;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .lang-switcher .lang-switcher--menu-item a {
        font-weight: bold;
        color: #2F5F90;
        text-decoration: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

    .lang-switcher .lang-switcher--menu-item a * {
        display: none
    }

    @media (min-width: 33.75rem) {
        .lang-switcher .lang-switcher--menu-item a * {
            display: block
        }

        .lang-switcher .lang-switcher--menu-item a img {
            margin-right: .5rem
        }

        .lang-switcher .lang-switcher--menu-item a .fa {
            margin-left: .375rem
        }
    }

    #news-ticker {
        color: #2F5F90;
        position: fixed;
        right: 0;
        top: 16.25rem;
        min-height: 10vh;
        max-height: calc(100vh - $news-ticker-pos / 2);
        max-width: 22.875rem;
        z-index: 9999;
        overflow-y: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    #news-ticker.closed {
        overflow: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    #news-ticker.closed .news-ticker--title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start;
        min-height: 110px;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    #news-ticker.closed .news-ticker--title span {
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #news-ticker.closed .news-ticker--title .fa {
        -webkit-box-ordinal-group: 2;
        order: 1;
        -webkit-transform: translate(-3px, 5px) rotate(180deg);
        transform: translate(-3px, 5px) rotate(180deg)
    }

    #news-ticker.closed .news-ticker--news-list {
        opacity: 0
    }

    .news-ticker--title {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        min-height: 0;
        padding: .3125rem .9375rem;
        background-color: #2F5F90;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .news-ticker--title span {
        display: block;
        -webkit-transform-origin: left 75%;
        transform-origin: left 75%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-transition-delay: inherit;
        transition-delay: inherit
    }

    .news-ticker--title .fa {
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-transition-delay: inherit;
        transition-delay: inherit
    }

    .news-ticker--news-list {
        padding: 1.25rem;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .news-ticker--news + .news-ticker--news {
        margin-top: .9375rem
    }

    .news-ticker--news-title {
        font-weight: bold;
        line-height: 1;
        margin-top: 0
    }

    .news-ticker--news-content {
        margin-top: .3125rem
    }

    .news-ticker--news-link {
        margin-top: .3125rem
    }

    .m-headerimage {
        --height: 37%;
        --maxh: 505px;
        --minh: 360px;
        width: 100%;
        max-height: var(--maxh);
        min-height: var(--minh)
    }

    .m-headerimage.m-headerimage-big {
        --height: 56%;
        --maxh: 765px;
        --minh: 360px
    }

    .m-headerimage .m-headerimage--slide {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        max-width: 85.375rem;
        min-height: var(--minh)
    }

    .m-headerimage .m-headerimage--slide > * {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .m-headerimage .m-headerimage--bg {
        position: relative;
        box-sizing: content-box;
        width: 100%;
        padding-top: var(--height);
        z-index: 1
    }

    .m-headerimage .m-headerimage--bg img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        min-height: var(--minh);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .m-headerimage .m-headerimage--content {
        left: 50%;
        top: 6.6875rem;
        bottom: 0;
        height: auto;
        z-index: 2;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        max-width: 75rem;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    @media (min-width: 37.5rem) {
        .m-headerimage .m-headerimage--content {
            padding-top: calc(20px + 10 * (100vw - 600px) / 600);
            padding-bottom: calc(20px + 10 * (100vw - 600px) / 600)
        }
    }
    @media (min-width: 75rem) {
        .m-headerimage .m-headerimage--content {
            padding-top: 30px;
            padding-bottom: 30px
        }
    }

    .m-headerimage .m-headerimage--content.align-top {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    @media (max-width: 75rem) {
        .m-headerimage .m-headerimage--content {
            padding-left: 1.25rem;
            padding-right: 1.25rem
        }
    }

    .m-headerimage .m-headerimage--content p {
        font-size: 16px
    }

    @media screen and (min-width: 600px) {
        .m-headerimage .m-headerimage--content p {
            font-size: calc(16px + 4 * ((100vw - 600px) / 600))
        }
    }
    @media screen and (min-width: 1200px) {
        .m-headerimage .m-headerimage--content p {
            font-size: 20px
        }
    }

    .m-headerimage .m-headerimage--content-box {
        color: #fff;
        text-align: left;
        max-width: 36.875rem;
        margin-right: auto;
        padding: 20px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2)
    }

    @media (min-width: 37.5rem) {
        .m-headerimage .m-headerimage--content-box {
            padding: calc(20px + 10 * (100vw - 600px) / 600)
        }
    }
    @media (min-width: 75rem) {
        .m-headerimage .m-headerimage--content-box {
            padding: 30px
        }
    }

    .m-headerimage .m-headerimage--content-box .m-headerimage--title {
        text-align: inherit;
        text-transform: none;
        padding: 0;
        margin: 0 0 .625rem;
        background-color: transparent !important
    }

    .m-headerimage .m-headerimage--content-box p:last-child {
        margin-bottom: 0
    }

    @media (max-width: 600px) {
        .m-headerimage .m-headerimage--content-box {
            --bg-opacity: 0.8
        }
    }

    .m-headerimage .m-headerimage--title {
        color: #fff;
        text-align: center;
        margin: 0;
        padding: .3125rem .625rem;
        background-color: rgba(0, 0, 0, 0.6)
    }

    @media (min-width: 769px) {
        .m-headerimage .m-headerimage--title {
            background-color: transparent
        }
    }

    .m-teaser {
        font-size: 1.375rem;
        text-align: center;
        display: -webkit-box;
        display: flex;
        padding: 3.75rem 1.25rem
    }

    .m-teaser--title {
        margin: 0 0 2.5rem 0
    }

    .m-teaser--title:last-child {
        margin-bottom: 0
    }

    .m-teaser--content {
        max-width: 37.5rem
    }

    .m-teaser--content.content-wide {
        max-width: 56.25rem
    }

    .m-teaser--content.content-wide {
        max-width: 75rem
    }

    .m-teaser--content.l-col-container {
        max-width: 75rem
    }

    .m-teaser--buttons {
        -webkit-box-pack: center;
        justify-content: center;
        margin-top: 1.875rem
    }

    .m-teaser--buttons .button, .m-teaser--buttons button, .m-teaser--buttons input[type="button"], .m-teaser--buttons input[type="reset"], .m-teaser--buttons input[type="submit"] {
        margin: .625rem
    }

    @media (min-width: 600px) {
        .m-teaser--buttons .button, .m-teaser--buttons button, .m-teaser--buttons input[type="button"], .m-teaser--buttons input[type="reset"], .m-teaser--buttons input[type="submit"] {
            min-width: 13.75rem
        }
    }

    .text-left .m-teaser--buttons .button, .text-left .m-teaser--buttons button, .text-left .m-teaser--buttons input[type="button"], .text-left .m-teaser--buttons input[type="reset"], .text-left .m-teaser--buttons input[type="submit"] {
        margin-left: 0
    }

    .m-teaser-image-r .m-teaser--image {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .m-teaser--col.bg-whit .m-teaser--col-title {
        color: #2F5F90
    }

    .m-teaser--col-title {
        min-height: 3.75rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

    .m-teaser--col-content {
        color: #2F5F90;
        padding: 1.25rem;
        text-align: left
    }

    .slider {
        position: relative
    }

    .slider--slides {
        position: relative
    }

    .slider--slide {
        position: relative;
        min-height: 100%
    }

    .slider--slide + .slider--slide {
        position: absolute;
        left: 0;
        top: 0
    }

    .slider--slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .slider-testimonials {
        margin: 2.8125rem 0
    }

    .slider-testimonials .slider--slide {
        font-size: 1rem;
        color: #212121;
        text-align: left;
        width: 80%;
        max-width: 48.125rem;
        min-height: 100%;
        padding: 2.1875rem;
        background-color: #fff
    }

    .slider-testimonials .slider--slide:before {
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        line-height: inherit;
        font-weight: 900;
        font-size: 1.875rem;
        line-height: 1.875rem;
        display: block;
        margin-bottom: 2.1875rem
    }

    .slider-testimonials .slider--slide-title {
        color: #2F5F90;
        font-weight: bold;
        display: block;
        margin-bottom: 2.1875rem
    }

    .slider-testimonials cite:before {
        content: '„'
    }

    .slider-testimonials cite:after {
        content: '”'
    }

    .slider-feature {
        margin: 1.25rem 0;
        border: 1px solid #1DC758
    }

    .slider-feature .slider--slides, .slider-feature .slider--nav {
        flex-basis: auto;
        width: 100%
    }

    @media (min-width: 580px) {
        .slider-feature .slider--slides, .slider-feature .slider--nav {
            width: 50%
        }
    }

    .slider-feature .slider--slides .slider--slide {
        position: relative;
        width: 100%;
        overflow: hidden
    }

    .slider-feature .slider--slides .slider--slide img {
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover
    }

    .slider-feature .slider--slides .slick-dots {
        position: absolute;
        z-index: -1;
        visibility: hidden
    }

    .slider-feature .slider--nav {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 1.5625rem
    }

    .slider-feature .slider--nav ul {
        list-style: none
    }

    .slider-feature .slider--nav ul li {
        color: #2F5F90;
        font-weight: bold;
        cursor: pointer;
        -webkit-transition: color 0.3s ease-out 0s;
        transition: color 0.3s ease-out 0s
    }

    .slider-feature .slider--nav ul li:hover {
        color: #1DC758
    }

    .slider-feature .slider--nav ul li.active {
        color: #1DC758
    }

    .slider-feature .slider--nav ul li.active:before {
        background-color: currentColor
    }

    .eupopup-container {
        background-color: #2F5F90;
        color: #efefef;
        padding: 15px 20px;
        font-size: 12px;
        line-height: 1.2em;
        text-align: center;
        display: none;
        z-index: 9999999;
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.5)
    }

    .eupopup-container-top, .eupopup-container-fixedtop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .eupopup-container-fixedtop {
        position: fixed
    }

    .eupopup-container-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0
    }

    .eupopup-container-bottomleft {
        position: fixed;
        bottom: 10px;
        left: 10px;
        width: 300px
    }

    .eupopup-container-bottomright {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 300px
    }

    .eupopup-closebutton {
        text-indent: -100px;
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 16px;
        height: 16px;
        overflow: hidden;
        -webkit-transition: -webkit-transform 0.3s ease-out 0s;
        transition: -webkit-transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s
    }

    .eupopup-closebutton:after, .eupopup-closebutton:before {
        content: '';
        position: absolute;
        left: calc(50% - 1px);
        top: 0;
        display: block;
        width: 2px;
        height: 100%;
        background-color: #fff
    }

    .eupopup-closebutton:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .eupopup-closebutton:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .eupopup-closebutton:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .eupopup-closebutton:hover, .eupopup-closebutton:active {
        color: #fff;
        text-decoration: none
    }

    .eupopup-head {
        font-size: 1.2em;
        font-weight: bold;
        padding: 7px;
        color: #fff
    }

    .eupopup-buttons {
        padding: 7px 0 5px 0
    }

    .eupopup-button_1 {
        color: #1DC758;
        font-weight: bold;
        font-size: 14px
    }

    .eupopup-button_2 {
        color: #1DC758;
        font-weight: normal;
        font-size: 12px
    }

    .eupopup-button {
        margin: 0 10px
    }

    .eupopup-button:hover, .eupopup-button:focus {
        text-decoration: underline;
        color: #1DC758
    }

    body .eupopup-color-inverse {
        color: #000;
        background-color: rgba(255, 255, 255, 0.9)
    }

    body .eupopup-color-inverse .eupopup-head {
        color: #000
    }

    body .eupopup-style-compact {
        text-align: left;
        padding: 8px 30px 7px 20px;
        line-height: 15px
    }

    body .eupopup-style-compact .eupopup-head, body .eupopup-style-compact .eupopup-body, body .eupopup-style-compact .eupopup-buttons {
        display: inline;
        padding: 0;
        margin: 0
    }

    body .eupopup-style-compact .eupopup-button {
        margin: 0 5px
    }

    .m-tabs {
        width: 100%
    }

    .m-tabs--nav {
        list-style: none;
        display: -webkit-box;
        display: flex;
        margin: 0;
        padding: 0
    }

    .m-tabs--nav li {
        font-weight: bold;
        color: #2F5F90;
        position: relative;
        left: -1px;
        margin: 0;
        padding: .625rem 1.25rem;
        border: 1px solid #D4B07C;
        cursor: pointer;
        -webkit-transition: background-color 0.2s ease-out 0s;
        transition: background-color 0.2s ease-out 0s
    }

    .m-tabs--nav li:first-child {
        left: 0
    }

    .m-tabs--nav li:hover {
        background-color: rgba(212, 176, 124, 0.3)
    }

    .m-tabs--nav li.active {
        color: #fff;
        background-color: #D4B07C
    }

    .m-tabs--content {
        position: relative;
        top: -1px;
        border: 1px solid #D4B07C;
        padding: 10px
    }

    @media (min-width: 31.25rem) {
        .m-tabs--content {
            padding: calc(10px + 15 * (100vw - 500px) / 700)
        }
    }
    @media (min-width: 75rem) {
        .m-tabs--content {
            padding: 25px
        }
    }

    .m-tabs--content > div {
        display: none
    }

    .m-tabs--content > div.active {
        display: block
    }

    .toggle {
        border: 1px solid #D4B07C
    }

    .toggle:not(.toggle-disabled) .toggle--label:hover {
        background-color: #cea469
    }

    .toggle:not(.toggle-disabled):not(.open):not(.inited) .toggle--content {
        display: none
    }

    .toggle.style-inline {
        display: inline-block
    }

    .toggle.style-inline.open {
        width: 100%
    }

    .toggle--label {
        -webkit-transition: background-color 0.3s ease-out 0s;
        transition: background-color 0.3s ease-out 0s;
        font-weight: bold;
        color: #2F5F90;
        line-height: 1;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: relative;
        width: 100%;
        padding: 1.25rem
    }

    .open .toggle--label:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .toggle:not(.toggle-disabled) .toggle--label {
        cursor: pointer
    }

    .toggle:not(.toggle-disabled) .toggle--label:after {
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        line-height: inherit;
        font-weight: 900;
        display: block;
        margin-left: 10px;
        -webkit-transition: -webkit-transform 0.3s ease-out 0.5s;
        transition: -webkit-transform 0.3s ease-out 0.5s;
        transition: transform 0.3s ease-out 0.5s;
        transition: transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s
    }

    .toggle--content {
        padding: 1.25rem
    }

    .toggle--content > *:first-child {
        margin-top: 0
    }

    .toggle--content > *:last-child {
        margin-bottom: 0
    }

    .toggle--content + .toggle--content {
        margin-top: 1.25rem
    }

    .toggle.toggle-style-2 {
        border: none
    }

    .toggle.toggle-style-2 .toggle--label {
        font-size: 1.375rem;
        color: #fff;
        background-color: #D4B07C
    }

    .toggle.toggle-style-2 .toggle--content {
        background-color: #fff
    }

    .m-headerimage .slick-slider .slick-arrow {
        top: calc(50% + 53px)
    }

    .m-headerimage .slick-slider .slick-arrow.slick-next {
        right: 10px
    }

    .m-headerimage .slick-slider .slick-arrow.slick-prev {
        left: 10px
    }

    .m-filtergrid--nav ul {
        list-style: none;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 .625rem 0;
        padding: 0
    }

    .m-filtergrid--nav ul li {
        color: #2F5F90;
        -webkit-box-flex: 1;
        flex-grow: 1;
        white-space: nowrap;
        margin: 0 .625rem .625rem 0;
        padding: .3125rem .625rem;
        background-color: rgba(212, 176, 124, 0.1);
        -webkit-transition: background-color 0.3s ease-out 0s;
        transition: background-color 0.3s ease-out 0s;
        cursor: pointer
    }

    .m-filtergrid--nav ul li:hover {
        background-color: rgba(212, 176, 124, 0.5)
    }

    .m-filtergrid--nav ul li.active {
        color: #fff;
        background-color: #d4b07c
    }

    .m-filtergrid--item {
        position: relative
    }

    .m-filtergrid--item-image {
        position: relative
    }

    .link-favorite {
        font-size: 1.25rem;
        color: #1DC758;
        position: absolute;
        left: 8px;
        bottom: 8px;
        z-index: 10;
        -webkit-transition: color 0.3s ease-out 0s;
        transition: color 0.3s ease-out 0s
    }

    .link-favorite:hover {
        color: #2F5F90
    }

    .link-favorite-remove:before {
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        line-height: inherit;
        font-weight: 900
    }

    .link-favorite-add:before {
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        line-height: inherit;
        font-weight: 400
    }

    .m-faq {
        color: #2F5F90;
        margin-top: 2.5rem
    }

    .m-faq--item {
        display: -webkit-box;
        display: flex;
        text-align: left
    }

    .m-faq--icon {
        padding-right: .625rem
    }

    .m-faq--icon span {
        font-size: 1.875rem;
        font-weight: bold;
        color: #fff;
        line-height: 2.375rem;
        text-align: center;
        display: block;
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 50%;
        background-color: #D4B07C
    }

    .logo-wall {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 1.875rem
    }

    .logo-wall--item {
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: rm(300px);
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        padding: 2.5rem 1.25rem;
        margin: 1.25rem;
        border: 1px solid #2F5F90
    }

    .logo-wall--logo {
        -webkit-box-flex: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        max-width: 100%
    }

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

    .logo-wall--title {
        font-weight: bold;
        color: #2F5F90;
        padding-top: 1.25rem
    }

    .table {
        display: table;
        border-collapse: separate
    }

    .thead, thead {
        display: table-header-group;
        border-bottom: 1px solid #D4B07C
    }

    .tbody, tbody {
        display: table-row-group
    }

    .tfoot, tfoot {
        display: table-footer-group;
        border-top: 1px solid #D4B07C
    }

    .tr {
        display: table-row
    }

    .td, .th, td, th {
        display: table-cell;
        padding: .3125rem
    }

    .block {
        display: block
    }

    .indent {
        margin-left: 2.5rem
    }

    .no-br {
        white-space: nowrap
    }

    .no-border {
        border: none
    }

    .hide, .hide-it {
        display: block !important;
        visibility: hidden !important
    }

    .border-blue {
        border: 1px solid #2F5F90
    }

    .border-green {
        border: 1px solid #1DC758
    }

    .no-border {
        border: none !important
    }

    .mw-none {
        max-width: none !important
    }

    .mh-none {
        max-height: none !important
    }

    .m-0 {
        margin: 0rem !important
    }

    .ml-0 {
        margin-left: 0rem !important
    }

    .mr-0 {
        margin-right: 0rem !important
    }

    .mt-0 {
        margin-top: 0rem !important
    }

    .mb-0 {
        margin-bottom: 0rem !important
    }

    .mx-0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important
    }

    .my-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }

    .p-0 {
        padding: 0rem !important
    }

    .pl-0 {
        padding-left: 0rem !important
    }

    .pr-0 {
        padding-right: 0rem !important
    }

    .pt-0 {
        padding-top: 0rem !important
    }

    .pb-0 {
        padding-bottom: 0rem !important
    }

    .px-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .py-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .w-0 {
        width: 0% !important
    }

    .m-5 {
        margin: .3125rem !important
    }

    .ml-5 {
        margin-left: .3125rem !important
    }

    .mr-5 {
        margin-right: .3125rem !important
    }

    .mt-5 {
        margin-top: .3125rem !important
    }

    .mb-5 {
        margin-bottom: .3125rem !important
    }

    .mx-5 {
        margin-left: .3125rem !important;
        margin-right: .3125rem !important
    }

    .my-5 {
        margin-top: .3125rem !important;
        margin-bottom: .3125rem !important
    }

    .p-5 {
        padding: .3125rem !important
    }

    .pl-5 {
        padding-left: .3125rem !important
    }

    .pr-5 {
        padding-right: .3125rem !important
    }

    .pt-5 {
        padding-top: .3125rem !important
    }

    .pb-5 {
        padding-bottom: .3125rem !important
    }

    .px-5 {
        padding-left: .3125rem !important;
        padding-right: .3125rem !important
    }

    .py-5 {
        padding-top: .3125rem !important;
        padding-bottom: .3125rem !important
    }

    .w-5 {
        width: 5% !important
    }

    .m-10 {
        margin: .625rem !important
    }

    .ml-10 {
        margin-left: .625rem !important
    }

    .mr-10 {
        margin-right: .625rem !important
    }

    .mt-10 {
        margin-top: .625rem !important
    }

    .mb-10 {
        margin-bottom: .625rem !important
    }

    .mx-10 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .my-10 {
        margin-top: .625rem !important;
        margin-bottom: .625rem !important
    }

    .p-10 {
        padding: .625rem !important
    }

    .pl-10 {
        padding-left: .625rem !important
    }

    .pr-10 {
        padding-right: .625rem !important
    }

    .pt-10 {
        padding-top: .625rem !important
    }

    .pb-10 {
        padding-bottom: .625rem !important
    }

    .px-10 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .py-10 {
        padding-top: .625rem !important;
        padding-bottom: .625rem !important
    }

    .w-10 {
        width: 10% !important
    }

    .m-15 {
        margin: .9375rem !important
    }

    .ml-15 {
        margin-left: .9375rem !important
    }

    .mr-15 {
        margin-right: .9375rem !important
    }

    .mt-15 {
        margin-top: .9375rem !important
    }

    .mb-15 {
        margin-bottom: .9375rem !important
    }

    .mx-15 {
        margin-left: .9375rem !important;
        margin-right: .9375rem !important
    }

    .my-15 {
        margin-top: .9375rem !important;
        margin-bottom: .9375rem !important
    }

    .p-15 {
        padding: .9375rem !important
    }

    .pl-15 {
        padding-left: .9375rem !important
    }

    .pr-15 {
        padding-right: .9375rem !important
    }

    .pt-15 {
        padding-top: .9375rem !important
    }

    .pb-15 {
        padding-bottom: .9375rem !important
    }

    .px-15 {
        padding-left: .9375rem !important;
        padding-right: .9375rem !important
    }

    .py-15 {
        padding-top: .9375rem !important;
        padding-bottom: .9375rem !important
    }

    .w-15 {
        width: 15% !important
    }

    .m-20 {
        margin: 1.25rem !important
    }

    .ml-20 {
        margin-left: 1.25rem !important
    }

    .mr-20 {
        margin-right: 1.25rem !important
    }

    .mt-20 {
        margin-top: 1.25rem !important
    }

    .mb-20 {
        margin-bottom: 1.25rem !important
    }

    .mx-20 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .my-20 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important
    }

    .p-20 {
        padding: 1.25rem !important
    }

    .pl-20 {
        padding-left: 1.25rem !important
    }

    .pr-20 {
        padding-right: 1.25rem !important
    }

    .pt-20 {
        padding-top: 1.25rem !important
    }

    .pb-20 {
        padding-bottom: 1.25rem !important
    }

    .px-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .py-20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .w-20 {
        width: 20% !important
    }

    .m-25 {
        margin: 1.5625rem !important
    }

    .ml-25 {
        margin-left: 1.5625rem !important
    }

    .mr-25 {
        margin-right: 1.5625rem !important
    }

    .mt-25 {
        margin-top: 1.5625rem !important
    }

    .mb-25 {
        margin-bottom: 1.5625rem !important
    }

    .mx-25 {
        margin-left: 1.5625rem !important;
        margin-right: 1.5625rem !important
    }

    .my-25 {
        margin-top: 1.5625rem !important;
        margin-bottom: 1.5625rem !important
    }

    .p-25 {
        padding: 1.5625rem !important
    }

    .pl-25 {
        padding-left: 1.5625rem !important
    }

    .pr-25 {
        padding-right: 1.5625rem !important
    }

    .pt-25 {
        padding-top: 1.5625rem !important
    }

    .pb-25 {
        padding-bottom: 1.5625rem !important
    }

    .px-25 {
        padding-left: 1.5625rem !important;
        padding-right: 1.5625rem !important
    }

    .py-25 {
        padding-top: 1.5625rem !important;
        padding-bottom: 1.5625rem !important
    }

    .w-25 {
        width: 25% !important
    }

    .m-30 {
        margin: 1.875rem !important
    }

    .ml-30 {
        margin-left: 1.875rem !important
    }

    .mr-30 {
        margin-right: 1.875rem !important
    }

    .mt-30 {
        margin-top: 1.875rem !important
    }

    .mb-30 {
        margin-bottom: 1.875rem !important
    }

    .mx-30 {
        margin-left: 1.875rem !important;
        margin-right: 1.875rem !important
    }

    .my-30 {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important
    }

    .p-30 {
        padding: 1.875rem !important
    }

    .pl-30 {
        padding-left: 1.875rem !important
    }

    .pr-30 {
        padding-right: 1.875rem !important
    }

    .pt-30 {
        padding-top: 1.875rem !important
    }

    .pb-30 {
        padding-bottom: 1.875rem !important
    }

    .px-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .py-30 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .w-30 {
        width: 30% !important
    }

    .m-35 {
        margin: 2.1875rem !important
    }

    .ml-35 {
        margin-left: 2.1875rem !important
    }

    .mr-35 {
        margin-right: 2.1875rem !important
    }

    .mt-35 {
        margin-top: 2.1875rem !important
    }

    .mb-35 {
        margin-bottom: 2.1875rem !important
    }

    .mx-35 {
        margin-left: 2.1875rem !important;
        margin-right: 2.1875rem !important
    }

    .my-35 {
        margin-top: 2.1875rem !important;
        margin-bottom: 2.1875rem !important
    }

    .p-35 {
        padding: 2.1875rem !important
    }

    .pl-35 {
        padding-left: 2.1875rem !important
    }

    .pr-35 {
        padding-right: 2.1875rem !important
    }

    .pt-35 {
        padding-top: 2.1875rem !important
    }

    .pb-35 {
        padding-bottom: 2.1875rem !important
    }

    .px-35 {
        padding-left: 2.1875rem !important;
        padding-right: 2.1875rem !important
    }

    .py-35 {
        padding-top: 2.1875rem !important;
        padding-bottom: 2.1875rem !important
    }

    .w-35 {
        width: 35% !important
    }

    .m-40 {
        margin: 2.5rem !important
    }

    .ml-40 {
        margin-left: 2.5rem !important
    }

    .mr-40 {
        margin-right: 2.5rem !important
    }

    .mt-40 {
        margin-top: 2.5rem !important
    }

    .mb-40 {
        margin-bottom: 2.5rem !important
    }

    .mx-40 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .my-40 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .p-40 {
        padding: 2.5rem !important
    }

    .pl-40 {
        padding-left: 2.5rem !important
    }

    .pr-40 {
        padding-right: 2.5rem !important
    }

    .pt-40 {
        padding-top: 2.5rem !important
    }

    .pb-40 {
        padding-bottom: 2.5rem !important
    }

    .px-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .py-40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .w-40 {
        width: 40% !important
    }

    .m-45 {
        margin: 2.8125rem !important
    }

    .ml-45 {
        margin-left: 2.8125rem !important
    }

    .mr-45 {
        margin-right: 2.8125rem !important
    }

    .mt-45 {
        margin-top: 2.8125rem !important
    }

    .mb-45 {
        margin-bottom: 2.8125rem !important
    }

    .mx-45 {
        margin-left: 2.8125rem !important;
        margin-right: 2.8125rem !important
    }

    .my-45 {
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !important
    }

    .p-45 {
        padding: 2.8125rem !important
    }

    .pl-45 {
        padding-left: 2.8125rem !important
    }

    .pr-45 {
        padding-right: 2.8125rem !important
    }

    .pt-45 {
        padding-top: 2.8125rem !important
    }

    .pb-45 {
        padding-bottom: 2.8125rem !important
    }

    .px-45 {
        padding-left: 2.8125rem !important;
        padding-right: 2.8125rem !important
    }

    .py-45 {
        padding-top: 2.8125rem !important;
        padding-bottom: 2.8125rem !important
    }

    .w-45 {
        width: 45% !important
    }

    .m-50 {
        margin: 3.125rem !important
    }

    .ml-50 {
        margin-left: 3.125rem !important
    }

    .mr-50 {
        margin-right: 3.125rem !important
    }

    .mt-50 {
        margin-top: 3.125rem !important
    }

    .mb-50 {
        margin-bottom: 3.125rem !important
    }

    .mx-50 {
        margin-left: 3.125rem !important;
        margin-right: 3.125rem !important
    }

    .my-50 {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important
    }

    .p-50 {
        padding: 3.125rem !important
    }

    .pl-50 {
        padding-left: 3.125rem !important
    }

    .pr-50 {
        padding-right: 3.125rem !important
    }

    .pt-50 {
        padding-top: 3.125rem !important
    }

    .pb-50 {
        padding-bottom: 3.125rem !important
    }

    .px-50 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important
    }

    .py-50 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important
    }

    .w-50 {
        width: 50% !important
    }

    .m-55 {
        margin: 3.4375rem !important
    }

    .ml-55 {
        margin-left: 3.4375rem !important
    }

    .mr-55 {
        margin-right: 3.4375rem !important
    }

    .mt-55 {
        margin-top: 3.4375rem !important
    }

    .mb-55 {
        margin-bottom: 3.4375rem !important
    }

    .mx-55 {
        margin-left: 3.4375rem !important;
        margin-right: 3.4375rem !important
    }

    .my-55 {
        margin-top: 3.4375rem !important;
        margin-bottom: 3.4375rem !important
    }

    .p-55 {
        padding: 3.4375rem !important
    }

    .pl-55 {
        padding-left: 3.4375rem !important
    }

    .pr-55 {
        padding-right: 3.4375rem !important
    }

    .pt-55 {
        padding-top: 3.4375rem !important
    }

    .pb-55 {
        padding-bottom: 3.4375rem !important
    }

    .px-55 {
        padding-left: 3.4375rem !important;
        padding-right: 3.4375rem !important
    }

    .py-55 {
        padding-top: 3.4375rem !important;
        padding-bottom: 3.4375rem !important
    }

    .w-55 {
        width: 55% !important
    }

    .m-60 {
        margin: 3.75rem !important
    }

    .ml-60 {
        margin-left: 3.75rem !important
    }

    .mr-60 {
        margin-right: 3.75rem !important
    }

    .mt-60 {
        margin-top: 3.75rem !important
    }

    .mb-60 {
        margin-bottom: 3.75rem !important
    }

    .mx-60 {
        margin-left: 3.75rem !important;
        margin-right: 3.75rem !important
    }

    .my-60 {
        margin-top: 3.75rem !important;
        margin-bottom: 3.75rem !important
    }

    .p-60 {
        padding: 3.75rem !important
    }

    .pl-60 {
        padding-left: 3.75rem !important
    }

    .pr-60 {
        padding-right: 3.75rem !important
    }

    .pt-60 {
        padding-top: 3.75rem !important
    }

    .pb-60 {
        padding-bottom: 3.75rem !important
    }

    .px-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .py-60 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important
    }

    .w-60 {
        width: 60% !important
    }

    .m-65 {
        margin: 4.0625rem !important
    }

    .ml-65 {
        margin-left: 4.0625rem !important
    }

    .mr-65 {
        margin-right: 4.0625rem !important
    }

    .mt-65 {
        margin-top: 4.0625rem !important
    }

    .mb-65 {
        margin-bottom: 4.0625rem !important
    }

    .mx-65 {
        margin-left: 4.0625rem !important;
        margin-right: 4.0625rem !important
    }

    .my-65 {
        margin-top: 4.0625rem !important;
        margin-bottom: 4.0625rem !important
    }

    .p-65 {
        padding: 4.0625rem !important
    }

    .pl-65 {
        padding-left: 4.0625rem !important
    }

    .pr-65 {
        padding-right: 4.0625rem !important
    }

    .pt-65 {
        padding-top: 4.0625rem !important
    }

    .pb-65 {
        padding-bottom: 4.0625rem !important
    }

    .px-65 {
        padding-left: 4.0625rem !important;
        padding-right: 4.0625rem !important
    }

    .py-65 {
        padding-top: 4.0625rem !important;
        padding-bottom: 4.0625rem !important
    }

    .w-65 {
        width: 65% !important
    }

    .m-70 {
        margin: 4.375rem !important
    }

    .ml-70 {
        margin-left: 4.375rem !important
    }

    .mr-70 {
        margin-right: 4.375rem !important
    }

    .mt-70 {
        margin-top: 4.375rem !important
    }

    .mb-70 {
        margin-bottom: 4.375rem !important
    }

    .mx-70 {
        margin-left: 4.375rem !important;
        margin-right: 4.375rem !important
    }

    .my-70 {
        margin-top: 4.375rem !important;
        margin-bottom: 4.375rem !important
    }

    .p-70 {
        padding: 4.375rem !important
    }

    .pl-70 {
        padding-left: 4.375rem !important
    }

    .pr-70 {
        padding-right: 4.375rem !important
    }

    .pt-70 {
        padding-top: 4.375rem !important
    }

    .pb-70 {
        padding-bottom: 4.375rem !important
    }

    .px-70 {
        padding-left: 4.375rem !important;
        padding-right: 4.375rem !important
    }

    .py-70 {
        padding-top: 4.375rem !important;
        padding-bottom: 4.375rem !important
    }

    .w-70 {
        width: 70% !important
    }

    .m-75 {
        margin: 4.6875rem !important
    }

    .ml-75 {
        margin-left: 4.6875rem !important
    }

    .mr-75 {
        margin-right: 4.6875rem !important
    }

    .mt-75 {
        margin-top: 4.6875rem !important
    }

    .mb-75 {
        margin-bottom: 4.6875rem !important
    }

    .mx-75 {
        margin-left: 4.6875rem !important;
        margin-right: 4.6875rem !important
    }

    .my-75 {
        margin-top: 4.6875rem !important;
        margin-bottom: 4.6875rem !important
    }

    .p-75 {
        padding: 4.6875rem !important
    }

    .pl-75 {
        padding-left: 4.6875rem !important
    }

    .pr-75 {
        padding-right: 4.6875rem !important
    }

    .pt-75 {
        padding-top: 4.6875rem !important
    }

    .pb-75 {
        padding-bottom: 4.6875rem !important
    }

    .px-75 {
        padding-left: 4.6875rem !important;
        padding-right: 4.6875rem !important
    }

    .py-75 {
        padding-top: 4.6875rem !important;
        padding-bottom: 4.6875rem !important
    }

    .w-75 {
        width: 75% !important
    }

    .m-80 {
        margin: 5rem !important
    }

    .ml-80 {
        margin-left: 5rem !important
    }

    .mr-80 {
        margin-right: 5rem !important
    }

    .mt-80 {
        margin-top: 5rem !important
    }

    .mb-80 {
        margin-bottom: 5rem !important
    }

    .mx-80 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-80 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .p-80 {
        padding: 5rem !important
    }

    .pl-80 {
        padding-left: 5rem !important
    }

    .pr-80 {
        padding-right: 5rem !important
    }

    .pt-80 {
        padding-top: 5rem !important
    }

    .pb-80 {
        padding-bottom: 5rem !important
    }

    .px-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-80 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .w-80 {
        width: 80% !important
    }

    .m-85 {
        margin: 5.3125rem !important
    }

    .ml-85 {
        margin-left: 5.3125rem !important
    }

    .mr-85 {
        margin-right: 5.3125rem !important
    }

    .mt-85 {
        margin-top: 5.3125rem !important
    }

    .mb-85 {
        margin-bottom: 5.3125rem !important
    }

    .mx-85 {
        margin-left: 5.3125rem !important;
        margin-right: 5.3125rem !important
    }

    .my-85 {
        margin-top: 5.3125rem !important;
        margin-bottom: 5.3125rem !important
    }

    .p-85 {
        padding: 5.3125rem !important
    }

    .pl-85 {
        padding-left: 5.3125rem !important
    }

    .pr-85 {
        padding-right: 5.3125rem !important
    }

    .pt-85 {
        padding-top: 5.3125rem !important
    }

    .pb-85 {
        padding-bottom: 5.3125rem !important
    }

    .px-85 {
        padding-left: 5.3125rem !important;
        padding-right: 5.3125rem !important
    }

    .py-85 {
        padding-top: 5.3125rem !important;
        padding-bottom: 5.3125rem !important
    }

    .w-85 {
        width: 85% !important
    }

    .m-90 {
        margin: 5.625rem !important
    }

    .ml-90 {
        margin-left: 5.625rem !important
    }

    .mr-90 {
        margin-right: 5.625rem !important
    }

    .mt-90 {
        margin-top: 5.625rem !important
    }

    .mb-90 {
        margin-bottom: 5.625rem !important
    }

    .mx-90 {
        margin-left: 5.625rem !important;
        margin-right: 5.625rem !important
    }

    .my-90 {
        margin-top: 5.625rem !important;
        margin-bottom: 5.625rem !important
    }

    .p-90 {
        padding: 5.625rem !important
    }

    .pl-90 {
        padding-left: 5.625rem !important
    }

    .pr-90 {
        padding-right: 5.625rem !important
    }

    .pt-90 {
        padding-top: 5.625rem !important
    }

    .pb-90 {
        padding-bottom: 5.625rem !important
    }

    .px-90 {
        padding-left: 5.625rem !important;
        padding-right: 5.625rem !important
    }

    .py-90 {
        padding-top: 5.625rem !important;
        padding-bottom: 5.625rem !important
    }

    .w-90 {
        width: 90% !important
    }

    .m-95 {
        margin: 5.9375rem !important
    }

    .ml-95 {
        margin-left: 5.9375rem !important
    }

    .mr-95 {
        margin-right: 5.9375rem !important
    }

    .mt-95 {
        margin-top: 5.9375rem !important
    }

    .mb-95 {
        margin-bottom: 5.9375rem !important
    }

    .mx-95 {
        margin-left: 5.9375rem !important;
        margin-right: 5.9375rem !important
    }

    .my-95 {
        margin-top: 5.9375rem !important;
        margin-bottom: 5.9375rem !important
    }

    .p-95 {
        padding: 5.9375rem !important
    }

    .pl-95 {
        padding-left: 5.9375rem !important
    }

    .pr-95 {
        padding-right: 5.9375rem !important
    }

    .pt-95 {
        padding-top: 5.9375rem !important
    }

    .pb-95 {
        padding-bottom: 5.9375rem !important
    }

    .px-95 {
        padding-left: 5.9375rem !important;
        padding-right: 5.9375rem !important
    }

    .py-95 {
        padding-top: 5.9375rem !important;
        padding-bottom: 5.9375rem !important
    }

    .w-95 {
        width: 95% !important
    }

    .m-100 {
        margin: 6.25rem !important
    }

    .ml-100 {
        margin-left: 6.25rem !important
    }

    .mr-100 {
        margin-right: 6.25rem !important
    }

    .mt-100 {
        margin-top: 6.25rem !important
    }

    .mb-100 {
        margin-bottom: 6.25rem !important
    }

    .mx-100 {
        margin-left: 6.25rem !important;
        margin-right: 6.25rem !important
    }

    .my-100 {
        margin-top: 6.25rem !important;
        margin-bottom: 6.25rem !important
    }

    .p-100 {
        padding: 6.25rem !important
    }

    .pl-100 {
        padding-left: 6.25rem !important
    }

    .pr-100 {
        padding-right: 6.25rem !important
    }

    .pt-100 {
        padding-top: 6.25rem !important
    }

    .pb-100 {
        padding-bottom: 6.25rem !important
    }

    .px-100 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important
    }

    .py-100 {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important
    }

    .w-100 {
        width: 100% !important
    }

    .ml-auto {
        margin-left: auto
    }

    .mr-auto {
        margin-right: auto
    }

    .mt-auto {
        margin-top: auto
    }

    .mb-auto {
        margin-bottom: auto
    }

    .p-1-perc {
        padding: 1% !important
    }

    .pl-1-perc {
        padding-left: 1% !important
    }

    .pr-1-perc {
        padding-right: 1% !important
    }

    .pt-1-perc {
        padding-top: 1% !important
    }

    .pb-1-perc {
        padding-bottom: 1% !important
    }

    .px-1-perc {
        padding-left: 1% !important;
        padding-right: 1% !important
    }

    .py-1-perc {
        padding-top: 1% !important;
        padding-bottom: 1% !important
    }

    .p-2-perc {
        padding: 2% !important
    }

    .pl-2-perc {
        padding-left: 2% !important
    }

    .pr-2-perc {
        padding-right: 2% !important
    }

    .pt-2-perc {
        padding-top: 2% !important
    }

    .pb-2-perc {
        padding-bottom: 2% !important
    }

    .px-2-perc {
        padding-left: 2% !important;
        padding-right: 2% !important
    }

    .py-2-perc {
        padding-top: 2% !important;
        padding-bottom: 2% !important
    }

    .p-3-perc {
        padding: 3% !important
    }

    .pl-3-perc {
        padding-left: 3% !important
    }

    .pr-3-perc {
        padding-right: 3% !important
    }

    .pt-3-perc {
        padding-top: 3% !important
    }

    .pb-3-perc {
        padding-bottom: 3% !important
    }

    .px-3-perc {
        padding-left: 3% !important;
        padding-right: 3% !important
    }

    .py-3-perc {
        padding-top: 3% !important;
        padding-bottom: 3% !important
    }

    .p-4-perc {
        padding: 4% !important
    }

    .pl-4-perc {
        padding-left: 4% !important
    }

    .pr-4-perc {
        padding-right: 4% !important
    }

    .pt-4-perc {
        padding-top: 4% !important
    }

    .pb-4-perc {
        padding-bottom: 4% !important
    }

    .px-4-perc {
        padding-left: 4% !important;
        padding-right: 4% !important
    }

    .py-4-perc {
        padding-top: 4% !important;
        padding-bottom: 4% !important
    }

    .p-5-perc {
        padding: 5% !important
    }

    .pl-5-perc {
        padding-left: 5% !important
    }

    .pr-5-perc {
        padding-right: 5% !important
    }

    .pt-5-perc {
        padding-top: 5% !important
    }

    .pb-5-perc {
        padding-bottom: 5% !important
    }

    .px-5-perc {
        padding-left: 5% !important;
        padding-right: 5% !important
    }

    .py-5-perc {
        padding-top: 5% !important;
        padding-bottom: 5% !important
    }

    .p-6-perc {
        padding: 6% !important
    }

    .pl-6-perc {
        padding-left: 6% !important
    }

    .pr-6-perc {
        padding-right: 6% !important
    }

    .pt-6-perc {
        padding-top: 6% !important
    }

    .pb-6-perc {
        padding-bottom: 6% !important
    }

    .px-6-perc {
        padding-left: 6% !important;
        padding-right: 6% !important
    }

    .py-6-perc {
        padding-top: 6% !important;
        padding-bottom: 6% !important
    }

    .p-7-perc {
        padding: 7% !important
    }

    .pl-7-perc {
        padding-left: 7% !important
    }

    .pr-7-perc {
        padding-right: 7% !important
    }

    .pt-7-perc {
        padding-top: 7% !important
    }

    .pb-7-perc {
        padding-bottom: 7% !important
    }

    .px-7-perc {
        padding-left: 7% !important;
        padding-right: 7% !important
    }

    .py-7-perc {
        padding-top: 7% !important;
        padding-bottom: 7% !important
    }

    .p-8-perc {
        padding: 8% !important
    }

    .pl-8-perc {
        padding-left: 8% !important
    }

    .pr-8-perc {
        padding-right: 8% !important
    }

    .pt-8-perc {
        padding-top: 8% !important
    }

    .pb-8-perc {
        padding-bottom: 8% !important
    }

    .px-8-perc {
        padding-left: 8% !important;
        padding-right: 8% !important
    }

    .py-8-perc {
        padding-top: 8% !important;
        padding-bottom: 8% !important
    }

    .p-9-perc {
        padding: 9% !important
    }

    .pl-9-perc {
        padding-left: 9% !important
    }

    .pr-9-perc {
        padding-right: 9% !important
    }

    .pt-9-perc {
        padding-top: 9% !important
    }

    .pb-9-perc {
        padding-bottom: 9% !important
    }

    .px-9-perc {
        padding-left: 9% !important;
        padding-right: 9% !important
    }

    .py-9-perc {
        padding-top: 9% !important;
        padding-bottom: 9% !important
    }

    .p-10-perc {
        padding: 10% !important
    }

    .pl-10-perc {
        padding-left: 10% !important
    }

    .pr-10-perc {
        padding-right: 10% !important
    }

    .pt-10-perc {
        padding-top: 10% !important
    }

    .pb-10-perc {
        padding-bottom: 10% !important
    }

    .px-10-perc {
        padding-left: 10% !important;
        padding-right: 10% !important
    }

    .py-10-perc {
        padding-top: 10% !important;
        padding-bottom: 10% !important
    }

    .p-11-perc {
        padding: 11% !important
    }

    .pl-11-perc {
        padding-left: 11% !important
    }

    .pr-11-perc {
        padding-right: 11% !important
    }

    .pt-11-perc {
        padding-top: 11% !important
    }

    .pb-11-perc {
        padding-bottom: 11% !important
    }

    .px-11-perc {
        padding-left: 11% !important;
        padding-right: 11% !important
    }

    .py-11-perc {
        padding-top: 11% !important;
        padding-bottom: 11% !important
    }

    .p-12-perc {
        padding: 12% !important
    }

    .pl-12-perc {
        padding-left: 12% !important
    }

    .pr-12-perc {
        padding-right: 12% !important
    }

    .pt-12-perc {
        padding-top: 12% !important
    }

    .pb-12-perc {
        padding-bottom: 12% !important
    }

    .px-12-perc {
        padding-left: 12% !important;
        padding-right: 12% !important
    }

    .py-12-perc {
        padding-top: 12% !important;
        padding-bottom: 12% !important
    }

    .p-13-perc {
        padding: 13% !important
    }

    .pl-13-perc {
        padding-left: 13% !important
    }

    .pr-13-perc {
        padding-right: 13% !important
    }

    .pt-13-perc {
        padding-top: 13% !important
    }

    .pb-13-perc {
        padding-bottom: 13% !important
    }

    .px-13-perc {
        padding-left: 13% !important;
        padding-right: 13% !important
    }

    .py-13-perc {
        padding-top: 13% !important;
        padding-bottom: 13% !important
    }

    .p-14-perc {
        padding: 14% !important
    }

    .pl-14-perc {
        padding-left: 14% !important
    }

    .pr-14-perc {
        padding-right: 14% !important
    }

    .pt-14-perc {
        padding-top: 14% !important
    }

    .pb-14-perc {
        padding-bottom: 14% !important
    }

    .px-14-perc {
        padding-left: 14% !important;
        padding-right: 14% !important
    }

    .py-14-perc {
        padding-top: 14% !important;
        padding-bottom: 14% !important
    }

    .p-15-perc {
        padding: 15% !important
    }

    .pl-15-perc {
        padding-left: 15% !important
    }

    .pr-15-perc {
        padding-right: 15% !important
    }

    .pt-15-perc {
        padding-top: 15% !important
    }

    .pb-15-perc {
        padding-bottom: 15% !important
    }

    .px-15-perc {
        padding-left: 15% !important;
        padding-right: 15% !important
    }

    .py-15-perc {
        padding-top: 15% !important;
        padding-bottom: 15% !important
    }

    .p-16-perc {
        padding: 16% !important
    }

    .pl-16-perc {
        padding-left: 16% !important
    }

    .pr-16-perc {
        padding-right: 16% !important
    }

    .pt-16-perc {
        padding-top: 16% !important
    }

    .pb-16-perc {
        padding-bottom: 16% !important
    }

    .px-16-perc {
        padding-left: 16% !important;
        padding-right: 16% !important
    }

    .py-16-perc {
        padding-top: 16% !important;
        padding-bottom: 16% !important
    }

    .p-17-perc {
        padding: 17% !important
    }

    .pl-17-perc {
        padding-left: 17% !important
    }

    .pr-17-perc {
        padding-right: 17% !important
    }

    .pt-17-perc {
        padding-top: 17% !important
    }

    .pb-17-perc {
        padding-bottom: 17% !important
    }

    .px-17-perc {
        padding-left: 17% !important;
        padding-right: 17% !important
    }

    .py-17-perc {
        padding-top: 17% !important;
        padding-bottom: 17% !important
    }

    .p-18-perc {
        padding: 18% !important
    }

    .pl-18-perc {
        padding-left: 18% !important
    }

    .pr-18-perc {
        padding-right: 18% !important
    }

    .pt-18-perc {
        padding-top: 18% !important
    }

    .pb-18-perc {
        padding-bottom: 18% !important
    }

    .px-18-perc {
        padding-left: 18% !important;
        padding-right: 18% !important
    }

    .py-18-perc {
        padding-top: 18% !important;
        padding-bottom: 18% !important
    }

    .p-19-perc {
        padding: 19% !important
    }

    .pl-19-perc {
        padding-left: 19% !important
    }

    .pr-19-perc {
        padding-right: 19% !important
    }

    .pt-19-perc {
        padding-top: 19% !important
    }

    .pb-19-perc {
        padding-bottom: 19% !important
    }

    .px-19-perc {
        padding-left: 19% !important;
        padding-right: 19% !important
    }

    .py-19-perc {
        padding-top: 19% !important;
        padding-bottom: 19% !important
    }

    .p-20-perc {
        padding: 20% !important
    }

    .pl-20-perc {
        padding-left: 20% !important
    }

    .pr-20-perc {
        padding-right: 20% !important
    }

    .pt-20-perc {
        padding-top: 20% !important
    }

    .pb-20-perc {
        padding-bottom: 20% !important
    }

    .px-20-perc {
        padding-left: 20% !important;
        padding-right: 20% !important
    }

    .py-20-perc {
        padding-top: 20% !important;
        padding-bottom: 20% !important
    }

    .p-21-perc {
        padding: 21% !important
    }

    .pl-21-perc {
        padding-left: 21% !important
    }

    .pr-21-perc {
        padding-right: 21% !important
    }

    .pt-21-perc {
        padding-top: 21% !important
    }

    .pb-21-perc {
        padding-bottom: 21% !important
    }

    .px-21-perc {
        padding-left: 21% !important;
        padding-right: 21% !important
    }

    .py-21-perc {
        padding-top: 21% !important;
        padding-bottom: 21% !important
    }

    .p-22-perc {
        padding: 22% !important
    }

    .pl-22-perc {
        padding-left: 22% !important
    }

    .pr-22-perc {
        padding-right: 22% !important
    }

    .pt-22-perc {
        padding-top: 22% !important
    }

    .pb-22-perc {
        padding-bottom: 22% !important
    }

    .px-22-perc {
        padding-left: 22% !important;
        padding-right: 22% !important
    }

    .py-22-perc {
        padding-top: 22% !important;
        padding-bottom: 22% !important
    }

    .p-23-perc {
        padding: 23% !important
    }

    .pl-23-perc {
        padding-left: 23% !important
    }

    .pr-23-perc {
        padding-right: 23% !important
    }

    .pt-23-perc {
        padding-top: 23% !important
    }

    .pb-23-perc {
        padding-bottom: 23% !important
    }

    .px-23-perc {
        padding-left: 23% !important;
        padding-right: 23% !important
    }

    .py-23-perc {
        padding-top: 23% !important;
        padding-bottom: 23% !important
    }

    .p-24-perc {
        padding: 24% !important
    }

    .pl-24-perc {
        padding-left: 24% !important
    }

    .pr-24-perc {
        padding-right: 24% !important
    }

    .pt-24-perc {
        padding-top: 24% !important
    }

    .pb-24-perc {
        padding-bottom: 24% !important
    }

    .px-24-perc {
        padding-left: 24% !important;
        padding-right: 24% !important
    }

    .py-24-perc {
        padding-top: 24% !important;
        padding-bottom: 24% !important
    }

    .p-25-perc {
        padding: 25% !important
    }

    .pl-25-perc {
        padding-left: 25% !important
    }

    .pr-25-perc {
        padding-right: 25% !important
    }

    .pt-25-perc {
        padding-top: 25% !important
    }

    .pb-25-perc {
        padding-bottom: 25% !important
    }

    .px-25-perc {
        padding-left: 25% !important;
        padding-right: 25% !important
    }

    .py-25-perc {
        padding-top: 25% !important;
        padding-bottom: 25% !important
    }

    .p-26-perc {
        padding: 26% !important
    }

    .pl-26-perc {
        padding-left: 26% !important
    }

    .pr-26-perc {
        padding-right: 26% !important
    }

    .pt-26-perc {
        padding-top: 26% !important
    }

    .pb-26-perc {
        padding-bottom: 26% !important
    }

    .px-26-perc {
        padding-left: 26% !important;
        padding-right: 26% !important
    }

    .py-26-perc {
        padding-top: 26% !important;
        padding-bottom: 26% !important
    }

    .p-27-perc {
        padding: 27% !important
    }

    .pl-27-perc {
        padding-left: 27% !important
    }

    .pr-27-perc {
        padding-right: 27% !important
    }

    .pt-27-perc {
        padding-top: 27% !important
    }

    .pb-27-perc {
        padding-bottom: 27% !important
    }

    .px-27-perc {
        padding-left: 27% !important;
        padding-right: 27% !important
    }

    .py-27-perc {
        padding-top: 27% !important;
        padding-bottom: 27% !important
    }

    .p-28-perc {
        padding: 28% !important
    }

    .pl-28-perc {
        padding-left: 28% !important
    }

    .pr-28-perc {
        padding-right: 28% !important
    }

    .pt-28-perc {
        padding-top: 28% !important
    }

    .pb-28-perc {
        padding-bottom: 28% !important
    }

    .px-28-perc {
        padding-left: 28% !important;
        padding-right: 28% !important
    }

    .py-28-perc {
        padding-top: 28% !important;
        padding-bottom: 28% !important
    }

    .p-29-perc {
        padding: 29% !important
    }

    .pl-29-perc {
        padding-left: 29% !important
    }

    .pr-29-perc {
        padding-right: 29% !important
    }

    .pt-29-perc {
        padding-top: 29% !important
    }

    .pb-29-perc {
        padding-bottom: 29% !important
    }

    .px-29-perc {
        padding-left: 29% !important;
        padding-right: 29% !important
    }

    .py-29-perc {
        padding-top: 29% !important;
        padding-bottom: 29% !important
    }

    .p-30-perc {
        padding: 30% !important
    }

    .pl-30-perc {
        padding-left: 30% !important
    }

    .pr-30-perc {
        padding-right: 30% !important
    }

    .pt-30-perc {
        padding-top: 30% !important
    }

    .pb-30-perc {
        padding-bottom: 30% !important
    }

    .px-30-perc {
        padding-left: 30% !important;
        padding-right: 30% !important
    }

    .py-30-perc {
        padding-top: 30% !important;
        padding-bottom: 30% !important
    }

    .text-left {
        text-align: left
    }

    .text-right {
        text-align: right
    }

    .text-center {
        text-align: center
    }

    .text-normal, .m-teaser--col-content {
        font-size: 1rem
    }

    .text-big {
        font-size: 1.375rem
    }

    .text-small {
        font-size: .75rem
    }

    [class*=align-].container:before, [class*=align-].container:after {
        display: none
    }

    .align-x {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .align-x.align-y-top {
        -webkit-box-align: start;
        align-items: flex-start
    }

    .align-x.align-y-bottom {
        -webkit-box-align: end;
        align-items: flex-end
    }

    .align-x.align-y-center, .align-x.slider--slide {
        -webkit-box-align: center;
        align-items: center
    }

    .align-x.align-y-justify {
        -webkit-box-align: space-between;
        align-items: space-between
    }

    .align-x.align-x-left {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .align-x.align-x-right {
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .align-x.align-x-center {
        -webkit-box-pack: center;
        justify-content: center
    }

    .align-x.align-x-justify {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    @media (min-width: 481px) {
        .align-x {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row
        }
    }

    .align-y, .slider--slide {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .align-y.align-y-top, .align-y-top.slider--slide {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .align-y.align-y-bottom, .align-y-bottom.slider--slide {
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .align-y.align-y-center, .slider--slide {
        -webkit-box-pack: center;
        justify-content: center
    }

    .align-y.align-y-justify, .align-y-justify.slider--slide {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .align-y.align-x-left, .align-x-left.slider--slide {
        -webkit-box-align: start;
        align-items: flex-start
    }

    .align-y.align-x-right, .align-x-right.slider--slide {
        -webkit-box-align: end;
        align-items: flex-end
    }

    .align-y.align-x-center, .align-x-center.slider--slide {
        -webkit-box-align: center;
        align-items: center
    }

    .align-y.align-x-justify, .align-x-justify.slider--slide {
        -webkit-box-align: space-between;
        align-items: space-between
    }

    .profile-nav {
        color: #2F5F90;
        padding: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 57px;
        z-index: 900;
        background-color: #EDDBC1
    }

    .profile-nav ul {
        list-style: none;
        max-width: 75rem;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }

    @media (min-width: 1200px) {
        .profile-nav ul {
            -webkit-transform: translateX(-.9375rem);
            transform: translateX(-.9375rem)
        }
    }

    .profile-nav ul > li {
        position: relative;
        display: block;
        margin: 0;
        padding: .9375rem
    }

    .profile-nav ul > li a {
        font-weight: bold;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        position: relative
    }

    .profile-nav ul > li a:before {
        content: '';
        position: absolute;
        top: 100%;
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 3px;
        background-color: currentColor;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out 0s, margin 0.3s ease-out 0s;
        transition: opacity 0.3s ease-out 0s, margin 0.3s ease-out 0s
    }

    .profile-nav ul > li a:hover:before {
        opacity: 1;
        margin-top: 0
    }

    .profile-nav ul > li.active:before {
        content: '';
        position: absolute;
        display: block;
        left: calc(50% - 15px);
        right: auto;
        top: 100%;
        bottom: auto;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #EDDBC1;
        border-bottom: 15px solid transparent;
        -webkit-transform: none;
        transform: none
    }

    .profile-nav ul > li.active:before {
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s
    }

    .profile-nav ul > li.active a {
        color: #1DC758
    }

    .profile-form {
        display: table;
        border-collapse: separate;
        width: 100%
    }

    .profile-form--item {
        display: table-row;
        color: #2F5F90
    }

    .profile-form--item .profile-form--label, .profile-form--item .profile-form--value {
        display: table-cell;
        vertical-align: middle;
        padding: .625rem;
        border-bottom: 2px dashed #ECE5D8
    }

    .profile-form--item:last-child .profile-form--label, .profile-form--item:last-child .profile-form--value {
        border-bottom: none
    }

    .profile-form--label {
        white-space: nowrap;
        width: 50px
    }

    .profile-form--value.hide-input input:not(:focus), .profile-form--value.hide-input select:not(:focus) {
        color: #2F5F90;
        border-color: transparent;
        cursor: pointer
    }

    .profile-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        background-color: #fff
    }

    .profile-section--title {
        margin-bottom: 2.5rem
    }

    .profile-section-container {
        padding: 0;
        margin-bottom: 1.25rem;
        background-color: #F8F5EF
    }

    @media (min-width: 26.25rem) {
        .profile-section-container {
            padding: calc(0 + 40 * (100vw - 420px) / 780)
        }
    }
    @media (min-width: 75rem) {
        .profile-section-container {
            padding: 40px
        }
    }

    .profile-section-container > *:first-child {
        margin-top: 0
    }

    .profile-section-container > *:last-child {
        margin-bottom: 0
    }

    .profile-section-container--title {
        text-transform: none;
        margin-bottom: 1.25rem
    }

    .header-quick-cart {
        color: #2F5F90;
        position: relative;
        padding: .625rem
    }

    .header-quick-cart > a {
        font-size: 1.5rem
    }

    .header-quick-cart .badge {
        position: absolute;
        right: -.3125rem;
        top: -.3125rem;
        background-color: #1DC758
    }

    .header-quick-cart .badge.empty {
        display: none
    }

    .header-quick-cart .quick-cart {
        top: calc(100% - 8px) !important
    }

    .header-quick-cart .quick-cart--content {
        font-size: .875rem
    }

    .header-quick-cart .quick-cart--content > a {
        display: block;
        margin-bottom: .625rem
    }

    .header-quick-cart .quick-cart--product {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        white-space: nowrap;
        padding: .3125rem 0
    }

    .header-quick-cart .quick-cart--product-title {
        padding: 0 .3125rem
    }

    .header-quick-cart .quick-cart--product-price {
        margin-left: auto
    }

    .header-quick-cart .quick-cart--footer {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-top: .625rem
    }

    .header-quick-cart .quick-cart--footer .button, .header-quick-cart .quick-cart--footer button, .header-quick-cart .quick-cart--footer input[type="button"], .header-quick-cart .quick-cart--footer input[type="reset"], .header-quick-cart .quick-cart--footer input[type="submit"] {
        white-space: nowrap
    }

    .header-quick-cart .quick-cart--footer .button:not(:first-child), .header-quick-cart .quick-cart--footer button:not(:first-child), .header-quick-cart .quick-cart--footer input[type="button"]:not(:first-child), .header-quick-cart .quick-cart--footer input[type="reset"]:not(:first-child), .header-quick-cart .quick-cart--footer input[type="submit"]:not(:first-child) {
        margin-left: 10px
    }

    @media (max-width: 1248px) {
        .header-quick-cart .quick-cart {
            -webkit-transform: none;
            transform: none;
            left: auto;
            right: -3.125rem
        }

        .header-quick-cart .quick-cart--content:before {
            left: auto;
            right: 2.0625rem
        }
    }
    @media (max-width: 68.75rem) {
        .header-quick-cart {
            margin-left: .625rem;
            margin-right: .625rem
        }
    }

    .nav-login .menu .nav-login--menu-item-login {
        padding: 0
    }

    .nav-login .menu .nav-login--menu-item-login > a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: .625rem .9375rem;
        box-sizing: content-box;
        border-radius: 3px;
        border: 1px solid #1DC758
    }

    .nav-login .menu .nav-login--menu-item-login > a:hover {
        cursor: default
    }

    .nav-login .menu .nav-login--menu-item-login > a .fa {
        font-size: 1.375rem
    }

    .nav-login .menu .nav-login--menu-item-login > a span {
        display: none
    }

    @media (min-width: 33.75rem) {
        .nav-login .menu .nav-login--menu-item-login > a .fa {
            display: none
        }

        .nav-login .menu .nav-login--menu-item-login > a span {
            display: block
        }
    }

    .nav-login .menu .nav-login--menu-item-login.hover-dialog .hover-dialog-wrapper {
        top: calc(100% - 8px) !important;
        min-width: 100%
    }

    @media (max-width: 33.75rem) {
        .nav-login .menu .nav-login--menu-item-login.hover-dialog .hover-dialog-wrapper {
            -webkit-transform: none;
            transform: none;
            left: auto;
            right: -5.625rem
        }

        .nav-login .menu .nav-login--menu-item-login.hover-dialog .hover-dialog-wrapper .hover-dialog-content:before {
            left: auto;
            right: 4.75rem
        }
    }

    .nav-login .menu .nav-login--form {
        color: #212121;
        font-size: .875rem;
        min-width: 15.625rem
    }

    .nav-login .menu .form-group.form-submit {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .nav-login .menu .nav-login--footer a {
        line-height: 1.2;
        display: block;
        margin-top: 5px
    }

    .nav-login .menu .nav-login--footer a:first-child {
        margin-top: 0
    }

    .nav-profile--menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    ul.menu .nav-profile--menu li {
        text-align: left;
        display: block;
        width: 100%;
        margin: .625rem 0 0 0;
        padding: 0
    }

    ul.menu .nav-profile--menu li:first-child {
        margin-top: 0
    }

    ul.menu .nav-profile--menu li a {
        font-weight: bold;
        color: #2F5F90;
        white-space: nowrap;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-transition: background-color 0.3s ease-out 0s;
        transition: background-color 0.3s ease-out 0s
    }

    ul.menu .nav-profile--menu li a.nav-link-logout {
        color: #1DC758
    }

    ul.menu .nav-profile--menu li a .fa {
        margin-right: .5rem
    }

    .m-product-table {
        --gap: .625rem;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 2 * var(--gap));
        margin: 0 0 0 calc(var(--gap) * -1)
    }

    @media (min-width: 400px) {
        .m-product-table .m-product-table--product.product-special {
            margin-right: 20%
        }

        .m-product-table .m-product-table--product.product-special .special-price-pilot {
            position: absolute;
            bottom: 0;
            left: 100%;
            display: block;
            width: 100%;
            max-height: 100%
        }

        .m-product-table .m-product-table--product.product-special .special-price-pilot img {
            display: block;
            height: 531px;
            width: auto;
            max-height: 100%;
            -webkit-transform: translateX(-18%);
            transform: translateX(-18%)
        }
    }
    @media (min-width: 512px) {
        .m-product-table .m-product-table--product {
            flex-basis: 30%
        }
    }
    @media (min-width: 1024px) {
        .m-product-table .m-product-table--product {
            flex-basis: 12.8125rem
        }

        .m-product-table .m-product-table--product.product-special {
            margin-right: 11%
        }
    }

    .m-product-table--product {
        --border-color: #D4B07C;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-basis: calc(100% - 2 * var(--gap));
        position: relative;
        z-index: 2;
        padding: 1.25rem;
        margin: var(--gap);
        border: 1px solid #1DC758;
        background-color: #fff
    }

    .m-product-table--product.product-3-month-subscription {
        border-color: #2F5F90
    }

    .m-product-table--product .button, .m-product-table--product button, .m-product-table--product input[type="button"], .m-product-table--product input[type="reset"], .m-product-table--product input[type="submit"] {
        width: 100%;
        margin-top: auto
    }

    .m-product-table--product.product-special {
        --border-color: #fff;
        color: #fff;
        border: none;
        z-index: 1
    }

    .m-product-table--product.product-special .special-price-pilot {
        display: none
    }

    .m-product-table--product.product-special .button:hover, .m-product-table--product.product-special button:hover, .m-product-table--product.product-special input[type="button"]:hover, .m-product-table--product.product-special input[type="reset"]:hover, .m-product-table--product.product-special input[type="submit"]:hover {
        color: #fff;
        border-color: #fff
    }

    .m-product-table--product-title {
        color: currentColor;
        line-height: 1.3
    }

    .m-product-table--product-description {
        font-style: italic;
        margin-top: .9375rem
    }

    .m-product-table--product-price {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: top;
        align-items: top;
        margin-top: 1.875rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px dashed var(--border-color)
    }

    .m-product-table--product-price-currency {
        margin-right: 5px
    }

    .m-product-table--product-price-amount span {
        font-size: 2.5rem;
        line-height: 1
    }

    .m-product-table--product-charged {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
        border-bottom: 1px dashed var(--border-color)
    }

    .m-product-table--product-charged .prices-charged {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }

    .m-product-table--product-charged .prices-charged .price-charged-old {
        color: #D4B07C;
        position: relative;
        margin-right: .625rem
    }

    .m-product-table--product-charged .prices-charged .price-charged-old:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: currentColor;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    .m-product-table--product-item {
        padding: 1.25rem 0;
        border-bottom: 1px dashed var(--border-color)
    }

    .m-product-table--product-item:last-of-type {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        flex-grow: 1;
        margin-bottom: 1.25rem
    }

    .cart-table {
        width: 100%;
        border-collapse: collapse
    }

    .cart-table th, .cart-table td {
        padding: .625rem
    }

    .cart-table th {
        color: #2F5F90;
        white-space: nowrap
    }

    .cart-table thead {
        border-bottom: 1px solid #D4B07C
    }

    .cart-table tfoot {
        border-top: 1px solid #D4B07C
    }

    .cart-table tfoot td {
        font-weight: normal
    }

    .cart-table tfoot td.cart-table--product-name {
        text-align: right
    }

    .cart-table tfoot tr:not(:first-child) td {
        padding-top: .3125rem;
        padding-bottom: .3125rem
    }

    .cart-table--product-name {
        text-align: left;
        width: 90%
    }

    .cart-table--product-vat {
        text-align: center
    }

    .cart-table--product-price {
        text-align: right
    }

    .cart-table--product-remove {
        text-align: center
    }

    .cart-table--product-remove a {
        color: rgba(102, 102, 102, 0.5)
    }

    .cart-table--product-remove a:hover {
        color: rgba(102, 102, 102, 0.9)
    }

    .checkout-steps--step {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none
    }

    .checkout-steps--step.active {
        color: white
    }

    .checkout-steps--step.ready {
        color: #1DC758
    }

    .checkout-steps--step-title {
        padding: .625rem 0;
        border-bottom: 2px solid currentColor
    }

    .checkout-steps--step-icon {
        display: block
    }

    .active .checkout-steps--step-icon:before {
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        line-height: inherit;
        font-weight: 900
    }

    .ready .checkout-steps--step-icon:before {
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        line-height: inherit;
        font-weight: 900
    }

    @media print {
        @page {
            size: A4;
            margin: 0;
            padding: 0
        }

        html, body {
            width: 100%;
            height: 100%;
            font-size: 11pt;
            background: #FFF;
            overflow: visible
        }

        body {
            padding: 0mm 15mm 15mm 15mm
        }

        body.printable {
            font-size: 11pt
        }

        body.printable > *:not(#print) {
            display: none
        }

        body.printable #print {
            display: block !important
        }
    }

    body {
        margin: 0;
        background-color: #F8F5EF
    }

    #wrapper {
        overflow: hidden
    }

    #wrapper img {
        max-width: 100%;
        height: auto
    }

/*# sourceMappingURL=style.css.map */
