.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
/* ==========================================================================
	base.css
========================================================================== */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 1em;
    height: 100%;
}

*,
::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bold;
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


input {
    line-height: normal;
}

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

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

.hidden,
[hidden] {
    display: none !important;
}

/* Contao
============================================== */
#header,
#container,
#main,
#left,
#right,
#footer,
.custom {
    position: relative;
}

.clear,
#clear {
    height: .1px;
    font-size: .1px;
    line-height: .1px;
    clear: both;
}

body .mod_navigation .invisible,
body .mod_customnav .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ce_text {
    overflow: hidden;
}

/* ==========================================================================
	Base styles
========================================================================== */

/* Typography
============================================== */
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('../../files/theme/webfonts/roboto-latin-300.woff2') format('woff2'),
        url('../../files/theme/webfonts/roboto-latin-300.woff') format('woff');
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local(''),
        url('../../files/theme/webfonts/roboto-latin-300italic.woff2') format('woff2'),
        url('../../files/theme/webfonts/roboto-latin-300italic.woff') format('woff');
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../../files/theme/webfonts/roboto-latin-regular.woff2') format('woff2'),
        url('../../files/theme/webfonts/roboto-latin-regular.woff') format('woff');
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local(''),
        url('../../files/theme/webfonts/roboto-latin-italic.woff2') format('woff2'),
        url('../../files/theme/webfonts/roboto-latin-italic.woff') format('woff');
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../../files/theme/webfonts/roboto-latin-700.woff2') format('woff2'),
        url('../../files/theme/webfonts/roboto-latin-700.woff') format('woff');
}

/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local(''),
        url('../../files/theme/webfonts/roboto-latin-700italic.woff2') format('woff2'),
        url('../../files/theme/webfonts/roboto-latin-700italic.woff') format('woff');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-top: 1.5rem;
    margin-bottom: 0.875rem;
    font-weight: 300;
    color: #000;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    margin-top: 0;
    margin-bottom: 1.75rem;
    font-size: 1rem;
}

h2, h3, h4 {
    font-size: 1rem;
}

h5,
h6 {
    font-size: 1rem;
    margin-top: 0;
}

ul {
    list-style: disc outside;
}

ol {
    list-style: decimal outside;
}

ol,
ul {
    padding: 0;
    margin: 0 0 1.25rem 2rem;
    font-size: 1rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0.75rem 0 0.75rem 2rem;
}

li {
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

p {
    font-size: 1rem;
    margin: 0 0 1.25rem;
    hyphens: auto;
}

/* Links
============================================== */
a,
a:visited {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover,
a:focus,
a:active {
    color: #b2b2b2;
    text-decoration: none;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    text-decoration: none;
    border-bottom: none;
    color: #000;
}

/* Image
============================================== */
img {
    display: block;
    max-width: 100%;
    border: 0;
    height: auto;
    margin: 0;
}

.image_container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.image_container a {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.image_container a,
.image_container a:visited {
    text-decoration: none;
    border-bottom: none;
}

.image_container a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.image_container a:hover:before {
    background: rgba(255, 255, 255, 0.5);
}

.image_container > a:after {
    font-family: "fontello";
    content: "\e800";
    font-size: 1.5rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -0.5em;
    color: #222;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.image_container.link > a:after {
    content: "\f08e";
}

.image_container a:hover:after {
    opacity: 1;
}

.image_container.float_left,
.image_container.float_right,
.image_container.float_above {
    margin: 0 0 1.25rem 0;
}

/*.ce_gallery {
    margin: 1.5rem 0;
}*/

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

/*.ce_gallery ul li {
    margin: 0 0 1rem 0;
}*/

.caption {
	text-align: left;
}

.caption a {
    display: block;
    color: #000;
    font-size: 0.86rem;
    padding: 0.5rem 0;
    text-decoration: none;
}

.caption a:hover {
    color: #000;
    text-decoration: underline;
}


/* Video
============================================== */
/*
.ce_player {
	width: 100%;
	height: auto;
}
.ce_player {
	position: relative;
	padding-bottom: 56.25%;
	width: 96%;
	height: 0;
}

.ce_player video {
	display: block;
    position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: auto;
}
*/

/* Tables (frame + striped)
============================================== */
.ce_table {
    width: 100%;
    overflow-x: auto;
}

.ce_table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.ce_table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    /*border-bottom: 3px solid #e3e3e3;*/
    margin: 0;
    font-size: 1rem;
    text-align: left;
}

table td,
table th {
    padding: 0 0.5rem 0.5rem 0;
    text-align: left;
    vertical-align: top;
}

.two-color .col_first {
	color: #b2b2b2;
}


/*table td {
    border-top: solid 1px #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

table td.col_last {
    border-right: none;
}

table tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}

p.table-info {
    margin: 0;
    font-size: 0.875rem;
    display: none;
}*/

/* Tables (frameless + no striped)
============================================== */
.ce_table.frameless table,
table.frameless {
    width: auto;
    border: 0;
}

.ce_table.frameless table td,
.ce_table.frameless table th,
table.frameless td,
table.frameless th {
    border: 0;
    padding: 0.125rem 0.5rem;
}

.ce_table.frameless table tr:nth-child(even),
table.frameless tr:nth-child(even) {
    background-color: transparent;
}

/* Misc
============================================== */
hr,
.hrsmall,
.hrbold,
.hrcolor,
.hrcolorbold {
    clear: both;
    margin: 2rem auto 1.5rem;
    border-width: 0;
    border-top: 1px solid #ccc;
}

.hrbold {
    border-top: 3px solid #ccc;
}

.hrcolor {
    border-top: 1px solid #f05e36
}

.hrcolorbold {
    border-top: 3px solid #f05e36
}

/* Helper
============================================== */
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.right {
    text-align: right;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-90 {
    margin-top: 90px;
}

.m-top-100 {
    margin-top: 100px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.p-top-10 {
    padding-top: 10px;
}

.p-top-20 {
    padding-top: 20px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-top-40 {
    padding-top: 40px;
}

.p-top-50 {
    padding-top: 50px;
}

.p-top-60 {
    padding-top: 60px;
}

.p-top-70 {
    padding-top: 70px;
}

.p-top-80 {
    padding-top: 80px;
}

.p-top-90 {
    padding-top: 90px;
}

.p-top-100 {
    padding-top: 100px;
}

.p-bottom-10 {
    padding-bottom: 10px;
}

.p-bottom-20 {
    padding-bottom: 20px;
}

.p-bottom-30 {
    padding-bottom: 30px;
}

.p-bottom-40 {
    padding-bottom: 40px;
}

.p-bottom-50 {
    padding-bottom: 50px;
}

.p-bottom-60 {
    padding-bottom: 60px;
}

.p-bottom-70 {
    padding-bottom: 70px;
}

.p-bottom-80 {
    padding-bottom: 80px;
}

.p-bottom-90 {
    padding-bottom: 90px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}

.display-desktop {
    display: none;
}

.display-mobil {
    display: block;
}

/* 800px
============================================== */
@media screen and (min-width: 50em) {

    .display-desktop {
        display: block;
    }

    .display-mobil {
        display: none;
    }
}
/* ==========================================================================
	form.css
========================================================================== */

.formbody {
    margin: 0;
    padding: 1rem 0;
    font-family: inherit;
    font-size: 1rem;
}

.widget {
    margin-bottom: 1.5rem;
}

.widget-radio {
	padding: 0.75rem 1rem 0 1rem;
	border: 1px solid #ccc;
}

input,
textarea,
select {
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    color: #333;
    padding: 0.5rem 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    background-image: url(../../files/theme/select-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
}

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

.lt-ie10 select {
    background-image: none;
}

textarea {
    min-height: 12rem;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #333;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: 0.125rem;
}

fieldset {
    padding: 0.75rem 0;
    border: none;
}

.privacy fieldset {
	padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    background-color: #eee;
}

/* graceful degradation for ie8 */
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    float: left;
    background: transparent;
    border: none;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    background: transparent;
    position: relative;
    opacity: 0;
    margin: 0;
    padding: 0;
}

input[type="checkbox"]+label,
input[type='radio']+label {
    cursor: pointer;
}

input[type="checkbox"]:checked+label::before,
input[type="checkbox"]:not(:checked)+label::before,
input[type="radio"]:checked+label::before,
input[type="radio"]:not(:checked)+label::before {
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 0.75rem;
}

input[type="radio"]:checked+label::before,
input[type="radio"]:not(:checked)+label::before {
    border-radius: 30px;
}

input[type="checkbox"]:hover+label::before,
input[type="radio"]:hover+label::before {
    background: #ddd;
    -webkit-box-shadow: inset 0 0 0 2px white;
    box-shadow: inset 0 0 0 2px white;
}

input[type="checkbox"]:checked+label::before,
input[type="radio"]:checked+label::before {
    background: #666;
    -webkit-box-shadow: inset 0 0 0 2px white;
    box-shadow: inset 0 0 0 2px white;
}

.widget-calendar {
    position: relative;
}

.widget-calendar .ui-datepicker-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
}

.ce_form button {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0.625rem 0;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #f05e36;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.ce_form button:after {
    font: 1.25rem/1 "fontello";
    content: "\f1d8";
	margin-left: 10px;
}

.ce_form button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #888;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ce_form button a:hover,
.ce_form button:focus,
.ce_form button:active {
    color: #fff;
}

.ce_form button:hover:before,
.ce_form button:focus:before,
.ce_form button:active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ajaxconfirm {
    padding: 0.75rem 1rem 0.25rem 1rem;
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9;
}

.invisible {
	display: none;
}
/* ==========================================================================
	layout.css
========================================================================== */
body,
#wrapper {
    background: #fff;
    height: 100%;
}

#wrapper {
    display: flex;
    flex-direction: column;
}

/*body.grid,
body.grid #wrapper {
    background: transparent;
}

body.grid #main {
    background-image: url("../../files/theme/grid.png");
    background-size: contain;
    background-repeat: repeat-y;
}*/


#header .inside,
#container,
#footer .inside {
    max-width: 92.4rem;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Header
============================================== */
#header .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    width: auto;
    font-size: 1.125rem;
    font-weight: 400;
    white-space: nowrap;
    margin: 0;
    padding-top: 0.52rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.logo a,
.logo a:visited {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.logo a:hover,
.logo a:focus,
.logo a:active {
    color: #000;
    text-decoration: none;
}

.wrappernav {
    display: none;
}

/* Main
============================================== */
#container {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

#left {
    display: none;
}

.imagelist .caption {
	position: relative;
	padding-bottom: 1.5rem;
}

.imagelist .caption a {
	position: absolute;
	min-width: 20rem;
}

.imagelist .caption .icon-right-dir::before {
	margin-left: 0;
	margin-right: 0;
	font-size: 1.125rem;
}

.cycle-img {
    padding-top: 0.5rem;
    display: flex;
    justify-content: center;
}

.cycle-img img {
    max-height: 28rem;
    width: auto;
}

.ce_gallery li:not(:first-child) {
    display: none;
}

.cycle-footer {
    padding-top: 1rem;
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: column;
}

.cycle-description {
    margin-bottom: 0;
    font-size: 0.86rem;
    color: #000;
}

.author-quote {
    color: #b2b2b2;
}

#lightcase-overlay {
    background: #fff;
}

#lightcase-content {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

a[class*="lightcase-icon-"],
a[class*="lightcase-icon-"]:visited,
a[class*="lightcase-icon-"]:hover,
a[class*="lightcase-icon-"]:focus {
    color: #333;
}

#lightcase-info #lightcase-sequenceInfo {
    display: none !important;
}

/* Footer
============================================== */
#footer {}

#footer .inside {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#footer .top-link {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 100;
}

#footer .top-link a,
#footer .top-link a:visited {
    display: inline-block;
    font-size: 2.5rem;
    color: #b2b2b2;
    text-decoration: none;
}

#footer .top-link a:hover {
    color: #000;
    text-decoration: none;
}

/* Accordion
============================================== */
.ce_accordion {
    margin-top: 1rem;
}

.ce_accordion:last-child {
    margin-bottom: 1.5rem;
}

.ce_accordion .toggler {
    background: #eee;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.75;
    cursor: pointer;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    outline: 0 none;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.ce_accordion .toggler:hover,
.ce_accordion .toggler.ui-state-active {
    background: #f05e36;
    color: #fff;
}

.ce_accordion .accordion {
    background-color: #f3f3f3;
    padding: 0.5rem 1rem;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.ce_accordion .toggler:before {
    font-family: "fontello";
    content: "\e812";
    margin-right: 10px;
}

.ce_accordion .toggler.ui-state-active:before {
    font-family: "fontello";
    content: "\e814";
    margin-right: 10px;
}

/* Downloads
============================================== */
.ce_download {
    margin: 0.625rem auto;
}

.ce_download.center {
    text-align: center;
}

.ce_download.right {
    text-align: right;
}

.ce_download a {
    display: inline-block;
    vertical-align: middle;
    padding: 0.625rem 1rem;
    text-decoration: none;
    border-bottom: 1px solid #999;
    font-size: 1rem;
    font-weight: 300;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: none;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.ce_download a:before {
    font-family: "fontello";
    content: "\e823";
    margin-right: 10px;
}

.ce_download a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f05e36;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ce_download a:hover,
.ce_download a:focus,
.ce_download a:active {
    color: #fff;
    border-bottom: 1px solid #f05e36;
}

.ce_download a:hover:after,
.ce_download a:focus:after,
.ce_download a:active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Hyperlinks
============================================== */
.ce_hyperlink {
    margin: 0.625rem auto;
}

.ce_hyperlink.center {
    text-align: center;
}

.ce_hyperlink.right {
    text-align: right;
}

.ce_hyperlink a {
    display: inline-block;
    vertical-align: middle;
    padding: 0.625rem 1rem;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    white-space: nowrap;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #888;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.ce_hyperlink a:after {
    font-family: "fontello";
    content: "\e856";
    margin-left: 10px;
}

.ce_hyperlink a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f05e36;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ce_hyperlink a:hover,
.ce_hyperlink a:focus,
.ce_hyperlink a:active {
    color: #fff;
}

.ce_hyperlink a:hover:before,
.ce_hyperlink a:focus:before,
.ce_hyperlink a:active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Cookiebar I
============================================== */
body .mod_cms_accept_tags form {
    background: #f1f1f1;
}

.mod_cms_accept_tags button.submit[value="accept"] {
    background-color: #666;
}

.mod_cms_accept_tags button.submit:after {
    content: "\f00c";
}

.mod_cms_accept_tags .info {
    padding-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
}

.mod_cms_accept_tags .formbody .widget-submit {
    margin-bottom: 1rem;
}

/* Cookiebar II
============================================== */
.cookiebar--position-bottom {
    bottom: 8rem;
}

.cookiebar {
    left: auto;
    right: 0;
    max-width: 31.25rem;
    padding: 0.75rem;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    background: rgba(75, 75, 75, 0.85);
    z-index: 1000;
}

.cookiebar__analytics {
    margin: 0.5rem 0 0 0;
    padding: 0.25rem 0.5rem;
    background: #444;
}

.cookiebar__analytics:hover {
    background: #e3051b;
}

.cookiebar__analytics-label {
    margin: 0;
}

.cookiebar__analytics-checkbox {
    width: 20px;
}

.cookiebar__message,
.cookiebar__text {
    display: block;
    margin: 0;
}

.cookiebar__link,
.cookiebar__link:visited {
    display: block;
    color: #fff;
    text-decoration: underline;
}

.cookiebar__link:hover,
.cookiebar__link:focus,
.cookiebar__link:active {
    color: #fff;
    text-decoration: none;
}

.cookiebar__button {
    display: block;
    margin: 0.5rem 0 0 0;
    padding: 0.25rem 0.5rem;
    background-color: #e3051b;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
    cursor: pointer;
}

.cookiebar__button:hover {
    background-color: #444;
    color: #fff;
}
/* ==========================================================================
	navi.css
========================================================================== */

/* Navi Header
============================================== */
.mainnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mainnav ul li {
    margin: 0;
    padding: 0;
    position: relative;
}

.mainnav>ul>li.first {
    display: none;
}

.mainnav a {
    display: block;
    margin: 0 0 0 2px;
    color: #b2b2b2;
    font-size: 0.938rem;
    line-height: 1.25;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
}

.en .mainnav a {
    padding: 0.5rem 0.875rem;
}

.de .mainnav a {
    padding: 0.5rem 0.75rem;
}

.mainnav a:hover,
.mainnav a.active,
.mainnav a.trail {
    color: #000;
    text-decoration: underline;
}

.mainnav > ul > li > a.trail {
    color: #b2b2b2;
}

.mainnav ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

.mainnav ul li:hover>ul,
.mainnav ul li.trail.works ul {
    display: block;
    padding: 0;
}

.mainnav ul ul li {
    width: 13.75rem;
    float: none;
    display: list-item;
    position: relative;
}

.en .mainnav ul ul li a,
.de .mainnav ul ul li a {
	margin: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.mainnav ul>li.submenu:after {
    content: " ▾";
    display: none;
    position: absolute;
    right: 0;
    top: 0.5rem;
    color: #000;
}

.mainnav ul>li.submenu:hover:after,
.mainnav ul>li.submenu.trail:after {
    display: block;
}

.mainnav .navi-hidden {
    display: none;
}

/* Navi Language
============================================== */
.en .languagenav {
	margin-left: 0.75rem;
}

.de .languagenav {
	margin-left: 0.5rem;
}

.languagenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.languagenav ul li {
    display: inline;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
}

.languagenav ul li.last::before {
    content: "/";
}

.languagenav a,
.languagenav strong {
    display: inline-block;
    margin: 0;
    padding: 0.5rem 0.25rem;
    color: #b2b2b2;
    font-size: 0.938rem;
    line-height: 1.25;
    font-weight: 300;
    text-decoration: none;
}

.languagenav a:hover,
.languagenav strong,
.languagenav a.trail {
    color: #000;
    text-decoration: underline;
}

.mobile_menu .languagenav {
    padding: 0.5rem 0;
}

/* Navi Subnav
============================================== */
.subnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.subnav ul li {
    margin: 0;
    padding: 0;
}

.subnav a,
.subnav strong {
    display: block;
    margin: 0 0 1px 0;
    padding: 0.25rem 0.25rem 0.25rem 0;
    color: #b2b2b2;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
}

.subnav a:hover,
.subnav a.trail,
.subnav strong {
    color: #000;
    text-decoration: underline;
}

/* Navi Footer
============================================== */
.footernav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.footernav ul li {
    margin: 0;
    padding: 0;
}

.footernav a,
.footernav strong {
    display: block;
    margin: 0 0 0 2px;
    padding: 0.5rem 0.75rem;
    color: #b2b2b2;
    font-size: 0.938rem;
    line-height: 1.25;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
}

.footernav a:hover,
.footernav strong {
    color: #000;
    text-decoration: underline;
}

/* Navi Cycle
============================================== */
.cyclenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    /*justify-content: flex-end;
    align-items: flex-end;*/
}

.cyclenav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cyclenav ul li {
    margin: 0;
    padding: 0;
}

.cyclenav a,
.cyclenav .active {
    display: block;
    margin: 0;
    padding: 0.25rem 0.5rem;
    color: #b2b2b2;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 300;
    text-decoration: none;
}

.cyclenav a:hover {
    color: #000;
    text-decoration: underline;
}

.cyclenav .active {
    color: #000;
}

/* Navi Mobil
============================================== */
.mod_mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hamburg {
    display: block;
    width: 55px;
    height: 50px;
    position: relative;
    margin: 0;
    cursor: pointer;
    z-index: 300;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: #444;
    border-radius: 2px;
    display: block;
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 11px;
}

.line:nth-child(2) {
    top: 23px;
}

.line:nth-child(3) {
    top: 35px;
}

.mobile_menu_trigger.active .hamburg .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.mobile_menu_trigger.active .hamburg .line:nth-child(2) {
    opacity: 0;
}

.mobile_menu_trigger.active .hamburg .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.mobile_menu_trigger.active .hamburg .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.mobile_menu_trigger.active .hamburg .line:nth-child(2) {
    opacity: 0;
}

.mobile_menu_trigger.active .hamburg .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.mobile_menu {
    z-index: 200;
}

.mobile_menu .inner {
    background: #fff;
    padding: 0.5rem;
}

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

.mobilnav li {
    margin: 0;
}

.mobilnav>ul>li.first {
    display: none;
}

.mobilnav a,
.mobilnav strong {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    color: #b2b2b2;
    margin: 0;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #ddd;
}

.mobilnav a:hover,
.mobilnav a.trail,
.mobilnav strong {
    color: #000;
}

.mobilnav li li a,
.mobilnav li li strong {
    margin: 0;
    padding-left: 2rem;
    background-color: #f9f9f9;
}

.mobilnav li li a:hover,
.mobilnav li li a.trail,
.mobilnav li li strong {
    color: #000;
}

.mobilnav li li li a,
.mobilnav li li li strong {
    text-align: right;
}

/*.mobilnav li li li a:hover,
.mobilnav li li li a.trail,
.mobilnav li li li strong {
    color: #333;
    background: rgba(240, 94, 54, 0.2);
}*/

.mobilnav ul>li>.submenu:after {
    content: " ▾";
}
/* ==========================================================================
	responsive.css
========================================================================== */

/* 486px
============================================== */
@media screen and (min-width: 30.375em) {

    .image_container.float_left {
        float: left;
        margin: 0 1.5rem 1.5rem 0;
        max-width: 40%;
    }

    .image_container.float_right {
        float: right;
        margin: 0 0 1.5rem 1.5rem;
        max-width: 40%;
    }

    .image_container.float_above {
        margin: 0 0 1.25rem 0;
    }

    button.submit {
        width: auto;
        padding: 0.625rem 1.25rem;
    }
}

/* 621px
============================================== */
@media screen and (min-width: 38.813em) {

    .cookiebar {
        right: 1rem;
    }
}

/* 649px
============================================== */
@media screen and (min-width: 40.563em) {

    img {
        margin: 0;
    }
}

/*820px
============================================== */
@media screen and (min-width: 51.25em) {

    .logo {
        font-size: 0.938rem;
        padding-top: 0;
    }

    #container {
        flex: 1;
    }

    .cycle-img {
        max-height: 37rem;
    }
    
    .cycle-img img {
	    max-height: 100%;
	    width: auto;
	}

    .cycle-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .cycle-footer {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .cyclenav {
        padding-top: 0;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .cyclenav a,
    .cyclenav .active {
        padding: 0.25rem;
        font-size: 1rem;
    }
}

/* 840px
============================================== */
@media screen and (min-width: 52.50em) {

    html {
        font-size: 1.188em;
    }

    .cycle-footer {
        width: 35.75rem;
    }

    .ce_text .image_container {
        max-width: 100%;
    }

    .column-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .column-form .widget {
        width: 49%;
    }
}

/* 980px
============================================== */
@media screen and (min-width: 61.25em) {

    #header .inside,
    #container,
    #footer .inside {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #left .inside {
        padding-right: 3rem;
    }

    .footernav a,
    .footernav strong,
    h1, h2, h3, h4, h5, h6,
    p,
    ul, ol,
    table {
        font-size: 1.125rem;
    }
}

/* 1140px
============================================== */
@media screen and (min-width: 71.25em) {

    .two-columns #container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #main {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .two-columns #main {
        width: 70%;
    }

    .imagelist #main .inside {
        padding-top: 0.25rem;
    }

    #left {
        display: block;
        width: 30%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #left .inside {
        padding: 0 2rem 1rem 0;
    }
}

/* 1240px
============================================== */
@media screen and (min-width: 77.5em) {

    #header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 100;
        background: #fff;
        padding: 0.75rem 0 4rem 0;
        border-bottom: 1px solid #ddd;
    }

    .wrappernav {
        display: block;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .mod_mobile_menu {
        display: none;
    }
}

/* 1420px
============================================== */
@media screen and (min-width: 88.75em) {

    .logo,
    .mainnav a,
    .mainnav strong,
    .languagenav a,
    .languagenav strong,
    .subnav a,
    .subnav strong {
        font-size: 1.125rem;
    }
}
@font-face {
  font-family: 'fontello';
  src: url('../../files/theme/webfonts/fontello.eot');
  src: url('../../files/theme/webfonts/fontello.eot?#iefix') format('embedded-opentype'),
       url('../../files/theme/webfonts/fontello.woff2') format('woff2'),
       url('../../files/theme/webfonts/fontello.woff') format('woff'),
       url('../../files/theme/webfonts/fontello.ttf') format('truetype'),
       url('../../files/theme/webfonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

*[data-icon]:before {
    content: attr(data-icon);
    font: 1em/1 "fontello";
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../files/theme/font/fontello.svg?76179276#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-search:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e801'; } /* '' */
.icon-star:before { content: '\e802'; } /* '' */
.icon-star-empty:before { content: '\e803'; } /* '' */
.icon-heart:before { content: '\e804'; } /* '' */
.icon-heart-empty:before { content: '\e805'; } /* '' */
.icon-music:before { content: '\e806'; } /* '' */
.icon-user:before { content: '\e807'; } /* '' */
.icon-users:before { content: '\e808'; } /* '' */
.icon-videocam:before { content: '\e809'; } /* '' */
.icon-camera:before { content: '\e80a'; } /* '' */
.icon-picture:before { content: '\e80b'; } /* '' */
.icon-camera-alt:before { content: '\e80c'; } /* '' */
.icon-ok:before { content: '\e80d'; } /* '' */
.icon-ok-circled:before { content: '\e80e'; } /* '' */
.icon-ok-circled2:before { content: '\e80f'; } /* '' */
.icon-cancel:before { content: '\e810'; } /* '' */
.icon-cancel-circled:before { content: '\e811'; } /* '' */
.icon-plus:before { content: '\e812'; } /* '' */
.icon-plus-circled:before { content: '\e813'; } /* '' */
.icon-minus:before { content: '\e814'; } /* '' */
.icon-minus-circled:before { content: '\e815'; } /* '' */
.icon-help-circled:before { content: '\e816'; } /* '' */
.icon-info-circled:before { content: '\e817'; } /* '' */
.icon-home:before { content: '\e818'; } /* '' */
.icon-attach:before { content: '\e819'; } /* '' */
.icon-lock:before { content: '\e81a'; } /* '' */
.icon-lock-open:before { content: '\e81b'; } /* '' */
.icon-pin:before { content: '\e81c'; } /* '' */
.icon-tag:before { content: '\e81d'; } /* '' */
.icon-tags:before { content: '\e81e'; } /* '' */
.icon-bookmark:before { content: '\e81f'; } /* '' */
.icon-flag:before { content: '\e820'; } /* '' */
.icon-thumbs-up:before { content: '\e821'; } /* '' */
.icon-thumbs-down:before { content: '\e822'; } /* '' */
.icon-download:before { content: '\e823'; } /* '' */
.icon-upload:before { content: '\e824'; } /* '' */
.icon-export:before { content: '\e825'; } /* '' */
.icon-pencil:before { content: '\e826'; } /* '' */
.icon-edit:before { content: '\e827'; } /* '' */
.icon-print:before { content: '\e828'; } /* '' */
.icon-comment:before { content: '\e829'; } /* '' */
.icon-chat:before { content: '\e82a'; } /* '' */
.icon-bell:before { content: '\e82b'; } /* '' */
.icon-attention:before { content: '\e82c'; } /* '' */
.icon-attention-circled:before { content: '\e82d'; } /* '' */
.icon-location:before { content: '\e82e'; } /* '' */
.icon-trash-empty:before { content: '\e82f'; } /* '' */
.icon-doc:before { content: '\e830'; } /* '' */
.icon-folder:before { content: '\e831'; } /* '' */
.icon-folder-open:before { content: '\e832'; } /* '' */
.icon-phone:before { content: '\e833'; } /* '' */
.icon-cog:before { content: '\e834'; } /* '' */
.icon-cog-alt:before { content: '\e835'; } /* '' */
.icon-wrench:before { content: '\e836'; } /* '' */
.icon-basket:before { content: '\e837'; } /* '' */
.icon-calendar:before { content: '\e838'; } /* '' */
.icon-login:before { content: '\e839'; } /* '' */
.icon-logout:before { content: '\e83a'; } /* '' */
.icon-volume-off:before { content: '\e83b'; } /* '' */
.icon-volume-down:before { content: '\e83c'; } /* '' */
.icon-volume-up:before { content: '\e83d'; } /* '' */
.icon-headphones:before { content: '\e83e'; } /* '' */
.icon-clock:before { content: '\e83f'; } /* '' */
.icon-block:before { content: '\e840'; } /* '' */
.icon-resize-full:before { content: '\e841'; } /* '' */
.icon-resize-small:before { content: '\e842'; } /* '' */
.icon-resize-vertical:before { content: '\e843'; } /* '' */
.icon-resize-horizontal:before { content: '\e844'; } /* '' */
.icon-zoom-in:before { content: '\e845'; } /* '' */
.icon-zoom-out:before { content: '\e846'; } /* '' */
.icon-down-circled2:before { content: '\e847'; } /* '' */
.icon-up-circled2:before { content: '\e848'; } /* '' */
.icon-down-dir:before { content: '\e849'; } /* '' */
.icon-up-dir:before { content: '\e84a'; } /* '' */
.icon-left-dir:before { content: '\e84b'; } /* '' */
.icon-right-dir:before { content: '\e84c'; } /* '' */
.icon-down-open:before { content: '\e84d'; } /* '' */
.icon-left-open:before { content: '\e84e'; } /* '' */
.icon-right-open:before { content: '\e84f'; } /* '' */
.icon-up-open:before { content: '\e850'; } /* '' */
.icon-down-hand:before { content: '\e851'; } /* '' */
.icon-up-hand:before { content: '\e852'; } /* '' */
.icon-left-hand:before { content: '\e853'; } /* '' */
.icon-right-hand:before { content: '\e854'; } /* '' */
.icon-up-big:before { content: '\e855'; } /* '' */
.icon-right-big:before { content: '\e856'; } /* '' */
.icon-left-big:before { content: '\e857'; } /* '' */
.icon-down-big:before { content: '\e858'; } /* '' */
.icon-cw:before { content: '\e859'; } /* '' */
.icon-ccw:before { content: '\e85a'; } /* '' */
.icon-arrows-cw:before { content: '\e85b'; } /* '' */
.icon-shuffle:before { content: '\e85c'; } /* '' */
.icon-signal:before { content: '\e85d'; } /* '' */
.icon-award:before { content: '\e85e'; } /* '' */
.icon-inbox:before { content: '\e85f'; } /* '' */
.icon-globe:before { content: '\e860'; } /* '' */
.icon-cloud:before { content: '\e861'; } /* '' */
.icon-flash:before { content: '\e862'; } /* '' */
.icon-umbrella:before { content: '\e863'; } /* '' */
.icon-flight:before { content: '\e864'; } /* '' */
.icon-leaf:before { content: '\e865'; } /* '' */
.icon-scissors:before { content: '\e866'; } /* '' */
.icon-briefcase:before { content: '\e867'; } /* '' */
.icon-off:before { content: '\e868'; } /* '' */
.icon-road:before { content: '\e869'; } /* '' */
.icon-barcode:before { content: '\e86a'; } /* '' */
.icon-book:before { content: '\e86b'; } /* '' */
.icon-adjust:before { content: '\e86c'; } /* '' */
.icon-tint:before { content: '\e86d'; } /* '' */
.icon-check:before { content: '\e86e'; } /* '' */
.icon-asterisk:before { content: '\e86f'; } /* '' */
.icon-gift:before { content: '\e870'; } /* '' */
.icon-fire:before { content: '\e871'; } /* '' */
.icon-magnet:before { content: '\e872'; } /* '' */
.icon-chart-bar:before { content: '\e873'; } /* '' */
.icon-credit-card:before { content: '\e874'; } /* '' */
.icon-floppy:before { content: '\e875'; } /* '' */
.icon-megaphone:before { content: '\e876'; } /* '' */
.icon-key:before { content: '\e877'; } /* '' */
.icon-truck:before { content: '\e878'; } /* '' */
.icon-hammer:before { content: '\e879'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-up-circled:before { content: '\f0aa'; } /* '' */
.icon-down-circled:before { content: '\f0ab'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-money:before { content: '\f0d6'; } /* '' */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-sort-down:before { content: '\f0dd'; } /* '' */
.icon-sort-up:before { content: '\f0de'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-exchange:before { content: '\f0ec'; } /* '' */
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
.icon-user-md:before { content: '\f0f0'; } /* '' */
.icon-stethoscope:before { content: '\f0f1'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-coffee:before { content: '\f0f4'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital:before { content: '\f0f8'; } /* '' */
.icon-ambulance:before { content: '\f0f9'; } /* '' */
.icon-medkit:before { content: '\f0fa'; } /* '' */
.icon-fighter-jet:before { content: '\f0fb'; } /* '' */
.icon-beer:before { content: '\f0fc'; } /* '' */
.icon-h-sigh:before { content: '\f0fd'; } /* '' */
.icon-plus-squared:before { content: '\f0fe'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-smile:before { content: '\f118'; } /* '' */
.icon-frown:before { content: '\f119'; } /* '' */
.icon-meh:before { content: '\f11a'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-puzzle:before { content: '\f12e'; } /* '' */
.icon-mic:before { content: '\f130'; } /* '' */
.icon-mute:before { content: '\f131'; } /* '' */
.icon-shield:before { content: '\f132'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-extinguisher:before { content: '\f134'; } /* '' */
.icon-rocket:before { content: '\f135'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-anchor:before { content: '\f13d'; } /* '' */
.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
.icon-bullseye:before { content: '\f140'; } /* '' */
.icon-ticket:before { content: '\f145'; } /* '' */
.icon-minus-squared:before { content: '\f146'; } /* '' */
.icon-minus-squared-alt:before { content: '\f147'; } /* '' */
.icon-level-up:before { content: '\f148'; } /* '' */
.icon-level-down:before { content: '\f149'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-expand:before { content: '\f150'; } /* '' */
.icon-collapse:before { content: '\f151'; } /* '' */
.icon-expand-right:before { content: '\f152'; } /* '' */
.icon-euro:before { content: '\f153'; } /* '' */
.icon-doc-inv:before { content: '\f15b'; } /* '' */
.icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-xing:before { content: '\f168'; } /* '' */
.icon-xing-squared:before { content: '\f169'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-flickr:before { content: '\f16e'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-foursquare:before { content: '\f180'; } /* '' */
.icon-sun:before { content: '\f185'; } /* '' */
.icon-moon:before { content: '\f186'; } /* '' */
.icon-box:before { content: '\f187'; } /* '' */
.icon-bug:before { content: '\f188'; } /* '' */
.icon-right-circled2:before { content: '\f18e'; } /* '' */
.icon-left-circled2:before { content: '\f190'; } /* '' */
.icon-collapse-left:before { content: '\f191'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-vimeo-squared:before { content: '\f194'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-spoon:before { content: '\f1b1'; } /* '' */
.icon-recycle:before { content: '\f1b8'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-tree:before { content: '\f1bb'; } /* '' */
.icon-database:before { content: '\f1c0'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-history:before { content: '\f1da'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-plug:before { content: '\f1e6'; } /* '' */
.icon-newspaper:before { content: '\f1ea'; } /* '' */
.icon-wifi:before { content: '\f1eb'; } /* '' */
.icon-calc:before { content: '\f1ec'; } /* '' */
.icon-paypal:before { content: '\f1ed'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
.icon-at:before { content: '\f1fa'; } /* '' */
.icon-eyedropper:before { content: '\f1fb'; } /* '' */
.icon-brush:before { content: '\f1fc'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */
.icon-chart-area:before { content: '\f1fe'; } /* '' */
.icon-chart-pie:before { content: '\f200'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-bicycle:before { content: '\f206'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
.icon-angellist:before { content: '\f209'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-diamond:before { content: '\f219'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-heartbeat:before { content: '\f21e'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-server:before { content: '\f233'; } /* '' */
.icon-bed:before { content: '\f236'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-battery-4:before { content: '\f240'; } /* '' */
.icon-battery-3:before { content: '\f241'; } /* '' */
.icon-battery-2:before { content: '\f242'; } /* '' */
.icon-battery-1:before { content: '\f243'; } /* '' */
.icon-battery-0:before { content: '\f244'; } /* '' */
.icon-balance-scale:before { content: '\f24e'; } /* '' */
.icon-hourglass-o:before { content: '\f250'; } /* '' */
.icon-hourglass-1:before { content: '\f251'; } /* '' */
.icon-hourglass-2:before { content: '\f252'; } /* '' */
.icon-hourglass-3:before { content: '\f253'; } /* '' */
.icon-hourglass:before { content: '\f254'; } /* '' */
.icon-safari:before { content: '\f267'; } /* '' */
.icon-chrome:before { content: '\f268'; } /* '' */
.icon-firefox:before { content: '\f269'; } /* '' */
.icon-opera:before { content: '\f26a'; } /* '' */
.icon-internet-explorer:before { content: '\f26b'; } /* '' */
.icon-television:before { content: '\f26c'; } /* '' */
.icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
.icon-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-industry:before { content: '\f275'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-map-signs:before { content: '\f277'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.icon-commenting:before { content: '\f27a'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-vimeo:before { content: '\f27d'; } /* '' */
.icon-edge:before { content: '\f282'; } /* '' */
.icon-credit-card-alt:before { content: '\f283'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-bluetooth:before { content: '\f293'; } /* '' */
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-address-book:before { content: '\f2b9'; } /* '' */
.icon-address-book-o:before { content: '\f2ba'; } /* '' */
.icon-address-card:before { content: '\f2bb'; } /* '' */
.icon-address-card-o:before { content: '\f2bc'; } /* '' */
.icon-user-circle:before { content: '\f2bd'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-thermometer:before { content: '\f2c7'; } /* '' */
.icon-thermometer-3:before { content: '\f2c8'; } /* '' */
.icon-thermometer-2:before { content: '\f2c9'; } /* '' */
.icon-thermometer-quarter:before { content: '\f2ca'; } /* '' */
.icon-thermometer-0:before { content: '\f2cb'; } /* '' */
.icon-shower:before { content: '\f2cc'; } /* '' */
.icon-bath:before { content: '\f2cd'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
/* bulma-grid.css
========================================================================== */
/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  /*padding: 0.75rem;*/
}

.column .ce_image {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .columns.grid .column {
    padding: 0;
  }
}

.columns.is-mobile>.column.is-narrow {
  flex: none;
  width: unset;
}

.columns.is-mobile>.column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile>.column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile>.column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile>.column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile>.column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile>.column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile>.column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile>.column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile>.column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile>.column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile>.column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile>.column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile>.column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile>.column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile>.column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile>.column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile>.column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile>.column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile>.column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile>.column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile>.column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile>.column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile>.column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile>.column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile>.column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile>.column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile>.column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile>.column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile>.column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile>.column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile>.column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile>.column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile>.column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile>.column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile>.column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile>.column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile>.column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile>.column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile>.column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile>.column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile>.column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile>.column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile>.column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile>.column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px),
print {

  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }

  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0,
  .column.is-0-tablet {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }

  .column.is-full-touch {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }

  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }

  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }

  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }

  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }

  .column.is-12-touch {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns.grid {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/*.columns:last-child {
  margin-bottom: -0.75rem;
}*/

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

@media screen and (min-width: 769px) {
	.columns.grid:not(:last-child) {
		margin-bottom: 4rem;
	}
}

.columns.grid .columns.grid:not(:last-child) {
  margin-bottom: 2rem;
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless>.column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px),
print {
  .columns:not(.is-desktop) {
    display: flex;
  }

  .columns.grid:not(.is-desktop) {
    align-items: flex-end;
  }
  
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable>.column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px),
print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px),
print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px),
print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px),
print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px),
print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px),
print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px),
print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px),
print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px),
print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}
/* grid.css
========================================================================== */

[class*=grid_] {
  display: grid;
  grid-gap: 1rem 2rem;
}
[class*=grid_] > .block {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .grid_mobile_100 {
    grid-template-columns: 1fr;
  }

  .grid_mobile_50_50 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_mobile_33_33_33 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid_mobile_25_25_25_25 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid_mobile_75_25 {
    grid-template-columns: 3fr 1fr;
  }

  .grid_mobile_25_75 {
    grid-template-columns: 1fr 3fr;
  }

  .grid_mobile_66_33 {
    grid-template-columns: 2fr 1fr;
  }

  .grid_mobile_33_66 {
    grid-template-columns: 1fr 2fr;
  }

  .grid_mobile_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .grid_mobile_25_50_25 {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .grid_mobile_25_25_50 {
    grid-template-columns: 1fr 1fr 2fr;
  }

  .grid_mobile_40_30_30 {
    grid-template-columns: 4fr 3fr 3fr;
  }

  .grid_mobile_30_40_30 {
    grid-template-columns: 3fr 4fr 3fr;
  }

  .grid_mobile_30_30_40 {
    grid-template-columns: 3fr 3fr 4fr;
  }
}

/* 768px
============================================== */
@media screen and (min-width: 48em) {

  .grid_tablet_100 {
    grid-template-columns: 1fr;
  }

  .grid_tablet_50_50 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_tablet_33_33_33 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid_tablet_25_25_25_25 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid_tablet_75_25 {
    grid-template-columns: 3fr 1fr;
  }

  .grid_tablet_25_75 {
    grid-template-columns: 1fr 3fr;
  }

  .grid_tablet_66_33 {
    grid-template-columns: 2fr 1fr;
  }

  .grid_tablet_33_66 {
    grid-template-columns: 1fr 2fr;
  }

  .grid_tablet_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .grid_tablet_25_50_25 {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .grid_tablet_25_25_50 {
    grid-template-columns: 1fr 1fr 2fr;
  }

  .grid_tablet_40_30_30 {
    grid-template-columns: 4fr 3fr 3fr;
  }

  .grid_tablet_30_40_30 {
    grid-template-columns: 3fr 4fr 3fr;
  }

  .grid_tablet_30_30_40 {
    grid-template-columns: 3fr 3fr 4fr;
  }

  .grid_tablet_20_40_40 {
    grid-template-columns: 1fr 2fr 2fr;
  }

  .grid_tablet_40_20_40 {
    grid-template-columns: 2fr 1fr 2fr;
  }

  .grid_tablet_40_40_20 {
    grid-template-columns: 2fr 2fr 1fr;
  }
}

/* 996px
============================================== */
@media screen and (min-width: 62.25em) {

  .grid_desktop_100 {
    grid-template-columns: 1fr;
  }

  .grid_desktop_50_50 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_desktop_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .grid_desktop_33_33_33 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid_desktop_75_25 {
    grid-template-columns: 3fr 1fr;
  }

  .grid_desktop_25_75 {
    grid-template-columns: 1fr 3fr;
  }

  .grid_desktop_66_33 {
    grid-template-columns: 2fr 1fr;
  }

  .grid_desktop_33_66 {
    grid-template-columns: 1fr 2fr;
  }

  .grid_desktop_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .grid_desktop_40_30_30 {
    grid-template-columns: 4fr 3fr 3fr;
  }

  .grid_desktop_50_25_25 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .grid_desktop_25_50_25 {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .grid_desktop_25_25_50 {
    grid-template-columns: 1fr 1fr 2fr;
  }

  .grid_desktop_40_30_30 {
    grid-template-columns: 4fr 3fr 3fr;
  }

  .grid_desktop_30_40_30 {
    grid-template-columns: 3fr 4fr 3fr;
  }

  .grid_desktop_30_30_40 {
    grid-template-columns: 3fr 3fr 4fr;
  }

  .grid_desktop_20_40_40 {
    grid-template-columns: 1fr 2fr 2fr;
  }

  .grid_desktop_40_20_40 {
    grid-template-columns: 2fr 1fr 2fr;
  }

  .grid_desktop_40_40_20 {
    grid-template-columns: 2fr 2fr 1fr;
  }

  .grid_desktop_25_25_25_25 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid_desktop_40_20_20_20 {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .grid_desktop_20_40_20_20 {
    grid-template-columns: 1fr 2fr 1fr 1fr;
  }

  .grid_desktop_20_20_40_20 {
    grid-template-columns: 1fr 1fr 2fr 1fr;
  }

  .grid_desktop_20_20_20_40 {
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }

  .grid_desktop_20_20_20_20_20 {
    grid-template-columns: repeat(5, 1fr);
  }
}

