@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#wpadminbar {
    position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2.2857142857rem;
}
body.admin-bar.offcanvas .off-canvas {
    top: 3.2857142857rem;
}
@media screen and (min-width: 48.9375em) {
    body.admin-bar.offcanvas .off-canvas {
        top: 2.2857142857rem;
    }
}

.wp-caption > figcaption {
    max-width: 100%;
    font-size: 0.8rem;
    color: #999;
    padding: 0.25rem 0;
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: 0.7142857143rem 0;
}

.alignleft {
    float: left;
    padding-right: 1rem;
    margin: 0;
}

.alignright {
    float: right;
    padding-left: 1rem;
    margin: 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

section.normal {
    margin-bottom: 50px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
    display: block;
}




/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}



/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */


/**
 * Show the overflow in IE.
 */
button {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
    /**
   * Remove the inner border and padding in Firefox.
   */
    /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
    overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
    /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
    display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}



.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}


[data-whatinput=mouse] button {
    outline: 0;
}

pre {
    overflow: auto;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 83.5714285714rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.row .row {
    margin-right: -0.7142857143rem;
    margin-left: -0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -1.0714285714rem;
        margin-left: -1.0714285714rem;
    }
}
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -1.0714285714rem;
        margin-left: -1.0714285714rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0;
}

.column, .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.7142857143rem;
    padding-left: 0.7142857143rem;
    min-width: initial;
}
@media print, screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 1.0714285714rem;
        padding-left: 1.0714285714rem;
    }
}

.column.row.row, .row.row.columns {
    float: none;
    display: block;
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.small-offset-1 {
    margin-left: 8.3333333333%;
}

.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-offset-2 {
    margin-left: 16.6666666667%;
}

.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.small-offset-4 {
    margin-left: 33.3333333333%;
}

.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-offset-5 {
    margin-left: 41.6666666667%;
}

.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.small-offset-7 {
    margin-left: 58.3333333333%;
}

.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.small-offset-8 {
    margin-left: 66.6666666667%;
}

.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.small-offset-10 {
    margin-left: 83.3333333333%;
}

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-offset-11 {
    margin-left: 91.6666666667%;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.7142857143rem;
    padding-left: 0.7142857143rem;
}

@media print, screen and (min-width: 40em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }
    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }
    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }
    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }
    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }
    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }
    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-1 > .column, .medium-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-2 > .column, .medium-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-3 > .column, .medium-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-4 > .column, .medium-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-5 > .column, .medium-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-6 > .column, .medium-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-7 > .column, .medium-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-8 > .column, .medium-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: 1.0714285714rem;
        padding-left: 1.0714285714rem;
    }
}

@media print, screen and (min-width: 64em) {
    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .large-offset-1 {
        margin-left: 8.3333333333%;
    }
    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-offset-2 {
        margin-left: 16.6666666667%;
    }
    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .large-offset-4 {
        margin-left: 33.3333333333%;
    }
    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-offset-5 {
        margin-left: 41.6666666667%;
    }
    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .large-offset-7 {
        margin-left: 58.3333333333%;
    }
    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .large-offset-8 {
        margin-left: 66.6666666667%;
    }
    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .large-offset-10 {
        margin-left: 83.3333333333%;
    }
    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.6666666667%;
    }
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-1 > .column, .large-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-2 > .column, .large-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-3 > .column, .large-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-4 > .column, .large-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-5 > .column, .large-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-6 > .column, .large-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-7 > .column, .large-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-8 > .column, .large-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 64em) {
    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 1.0714285714rem;
        padding-left: 1.0714285714rem;
    }
}

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.column-block {
    margin-bottom: 1.4285714286rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 2.1428571429rem;
    }
    .column-block > :last-child {
        margin-bottom: 0;
    }
}



em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}


h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #303030;
}

h1 {
    font-size: 2.5714285714rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.4285714286rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 1.1428571429rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 0.9285714286rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 0.8571428571rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 3.5714285714rem;
    }
    h2 {
        font-size: 1.7142857143rem;
    }
    h3 {
        font-size: 1.2857142857rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.9285714286rem;
    }
    h6 {
        font-size: 0.8571428571rem;
    }
}


hr {
    clear: both;
    max-width: 83.5714285714rem;
    height: 0;
    margin: 1.4285714286rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #303030;
    border-left: 0;
}



dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
    border-left: 1px solid #e5f0ff;
}
blockquote, blockquote p {
    line-height: 1.6;
    color: #e5f0ff;
}

cite {
    display: block;
    font-size: 0.9285714286rem;
    color: #0b0b0b;
}
cite:before {
    content: "— ";
}

abbr {
    border-bottom: 1px dotted #232323;
    color: #e5f0ff;
    cursor: help;
}

figure {
    margin: 0;
}




.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #0b0b0b;
}

.lead {
    font-size: 17.5px;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

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

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

.text-justify {
    text-align: justify;
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #0b0b0b;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: 0.5714285714rem;
}

.fieldset {
    margin: 1.2857142857rem 0;
    padding: 1.4285714286rem;
    border: 1px solid #303030;
}
.fieldset legend {
    margin: 0;
    margin-left: -0.2142857143rem;
    padding: 0 0.2142857143rem;
    background: #4c55a5;
}


@media screen and (min-width: 0\0 ) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}
select:focus {
    outline: none;
    border: 1px solid #0b0b0b;
    background-color: #e5f0ff;
    -webkit-box-shadow: 0 0 5px #303030;
    box-shadow: 0 0 5px #303030;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
    background-color: #858484;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    border-color: #8ceb88;
    background-color: #dcf0f3;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #8ceb88;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #8ceb88;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #8ceb88;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #8ceb88;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #8ceb88;
}

.is-invalid-label {
    color: #8ceb88;
}

.form-error {
    display: none;
    margin-top: -0.5714285714rem;
    margin-bottom: 1.1428571429rem;
    font-size: 0.8571428571rem;
    font-weight: bold;
    color: #8ceb88;
}
.form-error.is-visible {
    display: block;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #4c55a5;
    color: #e5f0ff;
}
[data-whatinput=mouse] .button {
    outline: 0;
}
.button:hover, .button:focus {
    background-color: #41488c;
    color: #e5f0ff;
}
.button.tiny {
    font-size: 0.6rem;
}
.button.small {
    font-size: 0.75rem;
}
.button.large {
    font-size: 1.25rem;
}
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button.primary {
    background-color: #4c55a5;
    color: #e5f0ff;
}
.button.primary:hover, .button.primary:focus {
    background-color: #3d4484;
    color: #e5f0ff;
}
.button.secondary {
    background-color: #dc214e;
    color: #e5f0ff;
}
.button.secondary:hover, .button.secondary:focus {
    background-color: #b01a3e;
    color: #e5f0ff;
}
.button.success {
    background-color: #f979c6;
    color: #232323;
}
.button.success:hover, .button.success:focus {
    background-color: #f632a8;
    color: #232323;
}
.button.warning {
    background-color: #f9f871;
    color: #232323;
}
.button.warning:hover, .button.warning:focus {
    background-color: #f6f52c;
    color: #232323;
}
.button.alert {
    background-color: #8ceb88;
    color: #232323;
}
.button.alert:hover, .button.alert:focus {
    background-color: #4fe048;
    color: #232323;
}
.button.hollow {
    border: 1px solid #4c55a5;
    color: #4c55a5;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
    border-color: #262b53;
    color: #262b53;
}
.button.hollow.primary {
    border: 1px solid #4c55a5;
    color: #4c55a5;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #262b53;
    color: #262b53;
}
.button.hollow.secondary {
    border: 1px solid #dc214e;
    color: #dc214e;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #6e1127;
    color: #6e1127;
}
.button.hollow.success {
    border: 1px solid #f979c6;
    color: #f979c6;
}
.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #b1086e;
    color: #b1086e;
}
.button.hollow.warning {
    border: 1px solid #f9f871;
    color: #f9f871;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #aeac07;
    color: #aeac07;
}
.button.hollow.alert {
    border: 1px solid #8ceb88;
    color: #8ceb88;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #209f1b;
    color: #209f1b;
}
.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    background-color: #4c55a5;
    color: #e5f0ff;
}
.button.disabled.primary, .button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
    background-color: #4c55a5;
    color: #e5f0ff;
}
.button.disabled.secondary, .button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #dc214e;
    color: #e5f0ff;
}
.button.disabled.success, .button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #f979c6;
    color: #232323;
}
.button.disabled.warning, .button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #f9f871;
    color: #232323;
}
.button.disabled.alert, .button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #8ceb88;
    color: #232323;
}
.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e5f0ff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}
.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

.accordion-item {
    list-style-type: none !important;
}

.accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: none;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 1;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
    border-radius: 0 0 0 0;
}


.accordion-content {
    display: none;
    padding: 1rem;
    border: none;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.08);
}

.accordion-item.active .accordion-content {
    display: block;
}

:last-child > .accordion-content:last-child {
    border-bottom: none;
}



@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .menu.medium-horizontal > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .menu.medium-expanded > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .menu.medium-expanded > li:first-child:last-child {
        width: 100%;
    }
    .menu.medium-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu.medium-vertical > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu.medium-vertical > li > a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .menu.large-horizontal > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .menu.large-expanded > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .menu.large-expanded > li:first-child:last-child {
        width: 100%;
    }
    .menu.large-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu.large-vertical > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu.large-vertical > li > a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.menu.simple a {
    padding: 0;
}
.menu.simple li {
    margin-left: 0;
    margin-right: 1rem;
}
.menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem;
}
.menu.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.menu.icon-top > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu.icon-top.vertical a > span {
    margin: auto;
}
.menu.nested {
    margin-left: 1rem;
}
.menu .active > a {
    background: transparent;
    color: #e5f0ff;
}
.menu.menu-bordered li {
    border: 1px solid #858484;
}
.menu.menu-bordered li:not(:first-child) {
    border-top: 0;
}
.menu.menu-hover li:hover {
    background-color: #858484;
}

.menu-text {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}

.menu-centered {
    text-align: center;
}
.menu-centered > .menu {
    display: inline-block;
    vertical-align: top;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #e5f0ff;
    -webkit-box-shadow: 0 7px 0 #e5f0ff, 0 14px 0 #e5f0ff;
    box-shadow: 0 7px 0 #e5f0ff, 0 14px 0 #e5f0ff;
    content: "";
}
.menu-icon:hover::after {
    background: #303030;
    -webkit-box-shadow: 0 7px 0 #303030, 0 14px 0 #303030;
    box-shadow: 0 7px 0 #303030, 0 14px 0 #303030;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #232323;
    -webkit-box-shadow: 0 7px 0 #232323, 0 14px 0 #232323;
    box-shadow: 0 7px 0 #232323, 0 14px 0 #232323;
    content: "";
}
.menu-icon.dark:hover::after {
    background: #0b0b0b;
    -webkit-box-shadow: 0 7px 0 #0b0b0b, 0 14px 0 #0b0b0b;
    box-shadow: 0 7px 0 #0b0b0b, 0 14px 0 #0b0b0b;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #303030;
    border-radius: 0;
    background-color: #4c55a5;
    font-size: 1rem;
}
.dropdown-pane.is-open {
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #232323 transparent transparent;
    right: 5px;
    margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
    outline: 0;
}
.no-js .dropdown.menu ul {
    display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.dropdown.menu.vertical > li > a::after {
    right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #232323 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #232323;
}
@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #232323 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
    }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #232323 transparent transparent;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #232323;
    }
}
@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #232323 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
    }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.large-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #232323 transparent transparent;
    }
    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #232323;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}
.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #303030;
    background: #e5f0ff;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #232323 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #232323;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1.1428571429rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.is-off-canvas-open {
    overflow: hidden;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(229, 240, 255, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}
.js-off-canvas-overlay.is-closable {
    cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #2c3840;
}
[data-whatinput=mouse] .off-canvas {
    outline: 0;
}
.off-canvas.is-transition-overlap {
    z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
}
.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #2c3840;
}
[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
    z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
}
.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.position-left {
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}
.position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.position-right {
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}
.position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
    overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
}
.position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
    overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    box-shadow: 0 0 10px rgba(35, 35, 35, 0.7);
    content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.off-canvas-content {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
    }
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
    }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
    }
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
    }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
body.is-reveal-open {
    overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(35, 35, 35, 0.45);
    overflow-y: scroll;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #303030;
    border-radius: 0;
    background-color: #e5f0ff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
    outline: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column,
.reveal .columns {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 83.5714285714rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 83.5714285714rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 83.5714285714rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 83.5714285714rem;
    }
}
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
.reveal.without-overlay {
    position: fixed;
}

.title-bar {
    padding: 0.5rem;
    background: transparent;
    color: #e5f0ff;
    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;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.title-bar-right {
    text-align: right;
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
    background-color: transparent;
}
.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}
.top-bar input.button {
    width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and (min-width: 40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 73.0625em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 73.0625em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 73.125em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}
@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}
/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
#p_prldr {
    background-color: #e5f0ff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.contpre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    color: #4c55a5;
}


.main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.main-main {
    position: absolute;
    width: 80%;
    right: 0;
}
@media screen and (max-width: 80em) {
    .main-main {
        width: 75%;
    }
}
@media screen and (max-width: 64em) {
    .main-main {
        width: 70%;
    }
}
@media screen and (max-width: 47.9375em) {
    .main-main {
        position: static;
        width: 100%;
        margin-top: 120px;
        padding: 0 4%;
    }
}


@media screen and (max-width: 80em) {
    .h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 64em) {
    .h1 {
        font-size: 48px;
    }
}
@media screen and (max-width: 47.9375em) {
    .h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 40em) {
    .h1 {
        font-size: 36px;
    }
}


@media screen and (max-width: 80em) {
    .h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 64em) {
    .h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 47.9375em) {
    .h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 40em) {
    .h2 {
        font-size: 24px;
    }
}


@media screen and (max-width: 80em) {
    .h3 {
        font-size: 32px;
    }
}
@media screen and (max-width: 64em) {
    .h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 47.9375em) {
    .h3 {
        font-size: 26px;
    }
}
@media screen and (max-width: 40em) {
    .h3 {
        font-size: 23px;
    }
}

.h4 {
    font-size: 32px;
}
@media screen and (max-width: 80em) {
    .h4 {
        font-size: 28px;
    }
}
@media screen and (max-width: 64em) {
    .h4 {
        font-size: 26px;
    }
}
@media screen and (max-width: 47.9375em) {
    .h4 {
        font-size: 23px;
    }
}
@media screen and (max-width: 40em) {
    .h4 {
        font-size: 21px;
    }
}

@media screen and (max-width: 80em) {
    .h5 {
        font-size: 22px;
    }
}
@media screen and (max-width: 64em) {
    .h5 {
        font-size: 20px;
    }
}
@media screen and (max-width: 47.9375em) {
    .h5 {
        font-size: 18px;
    }
}
@media screen and (max-width: 40em) {
    .h5 {
        font-size: 17px;
    }
}

.h6 {
    font-size: 21px;
}
@media screen and (max-width: 80em) {
    .h6 {
        font-size: 21px;
    }
}
@media screen and (max-width: 47.9375em) {
    .h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 40em) {
    .h6 {
        font-size: 17px;
    }
}


.ps {
    padding: 20px;
}
@media screen and (max-width: 75em) {
    .ps {
        padding: 15px;
    }
}
@media screen and (max-width: 64em) {
    .ps {
        padding: 15px;
    }
}
@media screen and (max-width: 47.9375em) {
    .ps {
        padding: 10px;
    }
}

.pl {
    padding: 15px;
}
@media screen and (max-width: 75em) {
    .pl {
        padding: 30px;
    }
}
@media screen and (max-width: 64em) {
    .pl {
        padding: 25px;
    }
}
@media screen and (max-width: 47.9375em) {
    .pl {
        padding: 20px;
    }
}
@media screen and (max-width: 39.9375em) {
    .pl {
        padding: 10px;
    }
}

.pt {
    padding-top: 15px;
}


.tc {
    text-align: center;
}

.mw80-tc {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}

.pb {
    margin-bottom: 15px;
}

.pbl {
    margin-bottom: 25px;
}

.block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 4px solid #e5f0ff;
    padding: 1% 0;
    margin-bottom: 1%;
}
.block-wrap__img {
    border-radius: 0 50px 0 0;
}
.block-wrap__img-wrap-green {
    position: relative;
}
.block-wrap__img-wrap-green::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0 50px 0 0;
    background-color: rgba(140, 235, 136, 0.75);
    z-index: 2;
}
.block-wrap__img-wrap-green:hover::before {
    background-color: transparent;
}
.block-wrap__img-wrap-pink {
    background-color: rgba(209, 111, 197, 0.75);
    height: 100%;
    width: 100%;
    border-radius: 50px 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-wrap__img-back {
    background-size: cover;
    background-position: center center;
    border-radius: 50px 0 0 50px;
    background-repeat: no-repeat;
}
.block-wrap__border {
    padding: 1%;
    border-radius: 0 0 0 25px;
}
.block-wrap__border-green {
    border: 5px solid #8ceb88;
}
.block-wrap__border-green:hover {
    border: none;
}
.block-wrap__border-blue {
    border: 5px solid #00a0b9;
}
.block-wrap__border-pink {
    border: 5px solid #f979c6;
}
.block-wrap__list {
    list-style: none;
    margin: 0;
}
.block-wrap__link-fs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block-wrap__link-fe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.block-wrap__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
}
.block-wrap__links li {
    padding-right: 20px;
}
.block-wrap__win-item {
    padding: 3%;
    background-color: #8ceb88;
}
.block-wrap span {
    padding-right: 15px;
}
.block-wrap__last {
    border: none;
}

.l10 {
    width: 100%;
}

.l75 {
    width: 75%;
}

.l65 {
    width: 65%;
}

.l60 {
    width: 60%;
}

.l55 {
    width: 55%;
}

.l50 {
    width: 50%;
}

.l45 {
    width: 45%;
}

.l40 {
    width: 40%;
}

.l35 {
    width: 35%;
}

.l30 {
    width: 30%;
}

.l25 {
    width: 25%;
}

.l15 {
    width: 15%;
}

.l5 {
    width: 5%;
}

.background-mirror-left {
    background-size: auto;
    background-position: 80% 50%;
    min-height: 550px;
    border-radius: 0 0 50px 0;
}
@media screen and (max-width: 63.9375em) {
    .background-mirror-left {
        height: 620px;
        border-radius: 50px 0 0 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .background-mirror-left {
        height: 480px;
    }
}
@media screen and (min-width: 26.25em) {
    .background-mirror-left {
        height: 350px;
    }
}

.background-mirror-right {
    background-size: auto;
    background-position: 20% 50%;
    min-height: 550px;
    border-radius: 50px 0 0 0;
}

.art__content * {
    color: #e5f0ff;
}

.turquoise {
    background-color: #00a0b9;
}

.pink {
    background-color: #f979c6;
}

.gar-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gar-block__white-border {
    font-weight: 600;
    border: 3px solid #11B14B;
}
.gar-block__border-green {
    border: 5px solid #f979c6;
    border-radius: 50px 0 0 0;
}
.gar-block__hr {
    width: 100%;
    max-width: 100%;
    border-bottom: 4px solid #e5f0ff;
}
.gar-block__hr-light {
    width: 100%;
    border-bottom: 2px solid #e5f0ff;
    max-width: 100%;
}
.gar-block__ww {
    word-wrap: break-word;
}
.gar-block__list {
    list-style: none;
    margin-left: 0;
}
@media screen and (max-width: 39.9375em) {
    .gar-block__list li {
        width: 100%;
    }
}
.gar-block__list-item {
    border: 2px solid #e5f0ff;
    min-height: 280px;
    border-radius: 50px 0 0 0;
}
.gar-block__list-item:hover {
    background-color: #00a0b9;
    border: none;
}
@media screen and (max-width: 39.9375em) {
    .gar-block__list-item {
        width: 100%;
    }
}
.gar-block__gallery {
    list-style: none;
}
.gar-block__gallery li {
    padding: 1%;
}
.gar-block__gal-img {
    width: 100%;
    height: auto;
}
.gar-block__small-img {
    max-width: 200px;
}
.gar-block__lb-img {
    margin: 0 auto;
    display: block;
}
.gar-block__map {
    width: 100%;
    height: 450px;
}
.gar-block__back {
    background-color: rgba(0, 160, 185, 0.8);
    height: 100%;
    width: 100%;
}
.gar-block__form form {
    width: 100%;
}
.gar-block__form form:focus-within {
    border: none !important;
    border-bottom: 2px solid #e5f0ff;
}
.gar-block__form form:focus {
    border: none !important;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    border-bottom: 2px solid #e5f0ff;
}
.gar-block__form form input:-internal-autofill-selected {
    color: #4c55a5 !important;
}
.gar-block__form form input,
.gar-block__form form textarea {
    padding: 1%;
    margin-top: 3%;
    outline-color: #e5f0ff;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #e5f0ff;
    font-size: 24px;
    line-height: 36px;
}
.gar-block__form form input::-webkit-input-placeholder, .gar-block__form form textarea::-webkit-input-placeholder {
    color: #e5f0ff;
}
.gar-block__form form input::-moz-placeholder, .gar-block__form form textarea::-moz-placeholder {
    color: #e5f0ff;
}
.gar-block__form form input:-ms-input-placeholder, .gar-block__form form textarea:-ms-input-placeholder {
    color: #e5f0ff;
}
.gar-block__form form input::-ms-input-placeholder, .gar-block__form form textarea::-ms-input-placeholder {
    color: #e5f0ff;
}
.gar-block__form form input::placeholder,
.gar-block__form form textarea::placeholder {
    color: #e5f0ff;
}
.gar-block__form form input:click,
.gar-block__form form textarea:click {
    border: none !important;
}
.gar-block__form form input:focus,
.gar-block__form form textarea:focus {
    background-color: #e5f0ff;
    color: #4c55a5;
    padding: 3%;
}
.gar-block__form form input:hover,
.gar-block__form form textarea:hover {
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    border-bottom: 2px solid #e5f0ff;
}
.gar-block__form form input.wpcf7-submit {
    width: auto;
    color: #e5f0ff;
    padding: 2%;
    outline: none;
    float: right;
}
.gar-block__form form input.wpcf7-submit:focus {
    border: none;
}
.gar-block__form form input.wpcf7-submit:hover {
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    border: none;
    color: #e5f0ff;
}
.gar-block .oembed-simple {
    width: 100%;
}
.gar-block .oembed-simple iframe {
    height: 720px;
    width: 100%;
}
@media screen and (max-width: 63.9375em) {
    .gar-block .oembed-simple iframe {
        height: 560px;
    }
}
@media screen and (max-width: 39.9375em) {
    .gar-block .oembed-simple iframe {
        height: 480px;
    }
}
.gar-block__block-frame iframe {
    width: 100%;
    margin: 0 auto;
}

.slider_big {
    width: auto;
}
.slider_big__image {
    min-height: 400px;
    max-height: 1024px;
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: none;
    background-position: center;
}
@media screen and (max-width: 63.9375em) {
    .slider_big__image {
        min-height: auto;
        max-height: auto;
        border: none;
    }
}
.slider_big__text-block {
    min-height: 150px;
}



.content {
    margin: 1%;
}
.content:hover {
    border: 4px solid #8ceb88;
    border-radius: 50px 0 50px 0;
}
.content__img {
    border-radius: 50px 0 0 0;
    width: 100%;
    height: 320px;
}
.content__img-team {
    height: 500px;
    border-radius: 50px 0 0 0;
}
#search-modal {
    background-color: rgba(76, 85, 165, 0.99);
}

.search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#search-close {
    padding: 0;
    padding-left: 65%;
    font-size: 65px;
    color: #e5f0ff;
}

#searchform {
    width: 50%;
    padding: 3% 0;
    color: #232323;
}
@media screen and (max-width: 39.9375em) {
    #searchform {
        width: 90%;
    }
}
#searchform:focus-within {
    border: none !important;
    border-bottom: 2px solid #e5f0ff;
}
#searchform:focus {
    border: none !important;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    border-bottom: 2px solid #e5f0ff;
}
#searchform input:-internal-autofill-selected {
    color: #4c55a5 !important;
}
#searchform input-group-button {
    padding: 0 2%;
}
#searchform input,
#searchform textarea {
    padding: 1%;
    margin-top: 3%;
    outline-color: #e5f0ff;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #e5f0ff;
    font-size: 24px;
}
#searchform input::-webkit-input-placeholder, #searchform textarea::-webkit-input-placeholder {
    color: #e5f0ff;
}
#searchform input::-moz-placeholder, #searchform textarea::-moz-placeholder {
    color: #e5f0ff;
}
#searchform input:-ms-input-placeholder, #searchform textarea:-ms-input-placeholder {
    color: #e5f0ff;
}
#searchform input::-ms-input-placeholder, #searchform textarea::-ms-input-placeholder {
    color: #e5f0ff;
}
#searchform input::placeholder,
#searchform textarea::placeholder {
    color: #e5f0ff;
}
#searchform input:click,
#searchform textarea:click {
    border: none !important;
}
#searchform input:focus,
#searchform textarea:focus {
    background-color: #e5f0ff;
    color: #4c55a5;
    padding: 3%;
}
#searchform input:hover,
#searchform textarea:hover {
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    border-bottom: 2px solid #e5f0ff;
}

#search-but:hover {
    background-color: #b01a3e;
    border: 25px;
}

#m-search-modal {
    background-color: rgba(255, 255, 255, 0.9);
}

#m-search-close {
    padding: 0;
    padding-left: 80%;
}
@media screen and (max-width: 39.9375em) {
    #m-search-close {
        padding-left: 95%;
    }
}

#m-searchform {
    width: 70%;
    padding: 3% 0;
}
@media screen and (max-width: 39.9375em) {
    #m-searchform {
        width: 90%;
    }
}

#m-searchsubmit,
#searchsubmit {
    background-color: #4c55a5;
    color: #e5f0ff;
}

.vh80 {
    min-height: 75vh;
}

.df-ff {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.df-c-fs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.df-c-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.df-fe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.df-r-fs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.df-r-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.df-c-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    height: 100%;
}

.df-r-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.timeline ul {
    padding: 50px 0;
    overflow: hidden;
}
@media screen and (max-width: 30em) {
    .timeline ul {
        margin-left: 0;
    }
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #11B14B;
}
@media screen and (max-width: 30em) {
    .timeline ul li {
        background: none;
        width: 0;
    }
}

.timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
}
@media screen and (max-width: 30em) {
    .timeline ul li::after {
        width: 0;
        height: 0;
        left: 0;
    }
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 30em) {
    .timeline ul li div {
        width: auto;
    }
}

.timeline ul li div::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}
@media screen and (max-width: 30em) {
    .timeline ul li div::before {
        bottom: 0;
    }
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}
@media screen and (max-width: 23.75em) {
    .timeline ul li:nth-child(odd) div {
        left: 35px;
    }
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent rgba(255, 255, 255, 0.08) transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.08);
}

time {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: #11B14B;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #11B14B;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1365px) {
    .timeline ul li div {
        width: 250px;
    }
    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}
@media screen and (max-width: 960px) {
    .timeline ul li {
        margin-left: 20px;
    }
    .timeline ul li div {
        width: calc(100vw - 400px);
    }
    .timeline ul li:nth-child(even) div {
        left: 45px;
    }
}
@media screen and (max-width: 960px) and (max-width: 380px) {
    .timeline ul li:nth-child(even) div {
        left: 25px;
    }
}
@media screen and (max-width: 960px) {
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent rgba(255, 255, 255, 0.08) transparent transparent;
    }
}
@media screen and (max-width: 960px) and (max-width: 380px) {
    .timeline ul li:nth-child(even) div::before {
        border: none;
    }
}
@media screen and (max-width: 810px) {
    .timeline ul li div {
        width: calc(100vw - 350px);
    }
}
@media screen and (max-width: 767px) {
    .timeline ul li div {
        width: calc(100vw - 200px);
    }
}
@media screen and (max-width: 620px) {
    .timeline ul li div {
        width: calc(100vw - 150px);
    }
}
@media screen and (max-width: 400px) {
    .timeline ul li div {
        width: calc(100vw - 150px);
    }
}
@media screen and (max-width: 380px) {
    .timeline ul li div {
        width: 220px;
    }
}
/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
    bottom: 12px;
}

.timeline-star ul li::after {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.timeline-heptagon ul li::after {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.timeline-infinite ul li::after {
    -webkit-animation: scaleAnimation 2s infinite;
    animation: scaleAnimation 2s infinite;
}

@-webkit-keyframes scaleAnimation {
    0% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
    50% {
        -webkit-transform: translateX(-50%) scale(1.25);
        transform: translateX(-50%) scale(1.25);
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

@keyframes scaleAnimation {
    0% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
    50% {
        -webkit-transform: translateX(-50%) scale(1.25);
        transform: translateX(-50%) scale(1.25);
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}
.team__img {
    position: relative;
}
.team__img img {
    border-radius: 50px 0 0 0;
}
.team__img::before {
    content: "";
    position: absolute;
    border: 4px solid #e5f0ff;
    z-index: -1;
    top: -3%;
    left: -5%;
    height: 100%;
    width: 100%;
    border-radius: 0 0 0 50px;
}

.wpcf7-not-valid-tip {
    color: #e5f0ff;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #dc214e;
    width: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    border-bottom: 2px solid #dc214e;
    width: auto;
}

.wpcf7-response-output {
    font-weight: bold;
}

li.is-active a {
    color: #e5f0ff;
}

.projects-slider .slick-track {
    border-radius: 50px 0 0 0;
}
.projects-slider__wrap {
    height: 450px;
}
@media screen and (max-width: 80em) {
    .projects-slider__wrap {
        height: 400px;
    }
}
@media screen and (max-width: 64em) {
    .projects-slider__wrap {
        height: 350px;
    }
}
.projects-slider__title {
    color: #4c55a5;
    padding: 5%;
}

.i1 {
    background-color: rgba(140, 235, 136, 0.75);
}

.i2 {
    background-color: rgba(249, 248, 113, 0.75);
}

.i3 {
    background-color: rgba(112, 250, 203, 0.75);
}

.i4 {
    background-color: rgba(249, 121, 198, 0.75);
}

#ocw p {
    width: 100%;
}
#ocw iframe {
    padding: 20px;
    width: 100%;
    height: 720px;
}
@media screen and (max-width: 63.9375em) {
    #ocw iframe {
        height: 560px;
    }
}
@media screen and (max-width: 39.9375em) {
    #ocw iframe {
        height: 480px;
    }
}

.gar-pagination span {
    font-size: 21px;
    color: #dc214e;
}
.gar-pagination a {
    font-size: 21px;
    color: #e5f0ff;
}


.gar-back {
    border-radius: 50px 0 0 0;
    width: 100%;
}
.gar-back__wrap {
    border-radius: 50px 0 0 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.gar-back__wrap img {
    border-radius: 0 50px 0 0;
}

.lmw50 {
    max-width: 50%;
}

@media screen and (max-width: 80em) {
    .ml45 {
        width: 45%;
    }
}

@media screen and (max-width: 80em) {
    .ml50 {
        width: 48%;
    }
}

@media screen and (max-width: 80em) {
    .ml55 {
        width: 55%;
    }
}

@media screen and (max-width: 75em) {
    .ml10 {
        width: 100%;
    }
}

@media screen and (max-width: 75em) {
    .ml-pl {
        padding: 5px 30px;
    }
}

@media screen and (max-width: 63.9375em) {
    .m10 {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 63.9375em) {
    .m-bn {
        border: none;
    }
}

@media screen and (max-width: 73.0625em) {
    .l-dn {
        display: none;
    }
}

@media print, screen and (min-width: 64em) {
    .l-d {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 47.9375em) {
    .m-dn {
        display: none;
    }
}

@media screen and (min-width: 47.9375em) {
    .m-d {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 47.9375em) {
    .m-ds {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 47.9375em) {
    .m-dup {
        display: none;
    }
}

@media screen and (max-width: 47.9375em) {
    .s-dn {
        display: none;
    }
}

@media screen and (max-width: 63.9375em) {
    .back-m {
        height: 480px;
    }
}
@media screen and (max-width: 26.25em) {
    .back-m {
        height: 350px;
    }
}

@media screen and (max-width: 39.9375em) {
    .m-dc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 39.9375em) {
    .m-df-cc {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 39.9375em) {
    .m-tc {
        text-align: center;
    }
}

@media screen and (max-width: 39.9375em) {
    .s10 {
        width: 100%;
    }
}

@media screen and (max-width: 63.9375em) {
    .mdfc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#menu-desctop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 75em) {
    #menu-desctop-menu a {
        font-size: 21px;
    }
}

.main-header {
    width: 15%;
    height: 100vh;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3%;
}
.main-header__list a {
    padding: 3%;
}
@media screen and (max-width: 80em) {
    .main-header {
        width: 20%;
    }
}
@media screen and (max-width: 64em) {
    .main-header {
        width: 25%;
    }
}
@media screen and (max-width: 47.9375em) {
    .main-header {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: space-between;
        -ms-flex-align: space-between;
        align-items: space-between;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 120px;
        background-color: #4c55a5;
        z-index: 3;
    }
}

.ba-logo img {
    height: auto;
}
@media screen and (max-width: 47.9375em) {
    .ba-logo img {
        height: 60px;
    }
}

.menu-item a {
    text-transform: uppercase;
}

.post-navigation::before, .post-navigation::after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.post-navigation::after {
    clear: both;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.close-button {
    padding-left: 75%;
    padding-top: 5%;
    font-size: 30px;
}

#menu-modal {
    background-color: rgba(76, 85, 165, 0.99);
}
#menu-modal .menu-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#menu-modal #menu-modal {
    z-index: 2;
}
#menu-modal ul {
    max-width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
}
#menu-modal ul li {
    padding: 2%;
}
#menu-modal a {
    z-index: 2;
    font-size: 24px;
}
#menu-modal #menu-close {
    padding: 0;
    padding-left: 65%;
    font-size: 65px;
    color: #e5f0ff;
}

.main-footer {
    border-top: 4px solid #e5f0ff;
}
@media screen and (max-width: 47.9375em) {
    .main-footer {
        padding: 2%;
    }
}
.main-footer__nav ul {
    margin: 0;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.main-footer__nav ul li {
    padding: 1%;
}
.main-footer__nav ul li a {
    font-size: 18px;
    color: #e5f0ff;
}
.main-footer__logo {
    height: 75px;
    width: auto;
    padding: 5px;
    border-radius: 25px;
}
.main-footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

body#tinymce {
    height: auto;
    max-width: 83.5714285714rem;
    padding: 1.4285714286rem !important;
}

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput=mouse] a:focus,
button:focus [data-whatinput=touch] a:focus,
button:focus {
    outline: none;
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    .slick-arrow {
        display: none;
    }
}

.gar-dots li {
    text-decoration: none;
}

.gar-dots li button:hover,
.gar-dots li button:focus {
    outline: none;
    opacity: 0.5;
}

.slider_big__dots {
    color: #f9f871;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -1%;
    right: 5%;
    z-index: 3;
    display: block;
    text-decoration: none;
}
@media screen and (max-width: 63.9375em) {
    .slider_big__dots {
        top: -8%;
    }
}

.slider_big__dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider_big__dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #f9f871;
}

.gar-dots li button:before {
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 15px;
    content: "•";
    text-align: center;
    color: #ffca67;
}
@media screen and (max-width: 39.9375em) {
    .gar-dots li button:before {
        font-size: 40px;
    }
}

.gar-dots li.slick-active button:before {
    opacity: 1;
    color: #e5f0ff;
}

.sl-wi-next {
    position: absolute;
    top: -3%;
    left: 6%;
    font-size: 36px;
    z-index: 3;
}
@media screen and (max-width: 63.9375em) {
    .sl-wi-next {
        top: -8%;
        left: 8%;
    }
}

.sl-wi-back {
    position: absolute;
    top: -3%;
    left: 3%;
    font-size: 36px;
    z-index: 3;
}
@media screen and (max-width: 63.9375em) {
    .sl-wi-back {
        top: -8%;
    }
}

.responsive-dots {
    top: -8%;
}
@media screen and (max-width: 63.9375em) {
    .responsive-dots {
        top: -15%;
    }
}

.front-header {
    border-top: 4px solid;
    border-bottom: 4px solid;
    padding: 1% 0;
    margin: 3% 0 0;
}
.front-header__fi {
    width: 100%;
}
.front-header__th-img {
    border-radius: 50px 0 0 0;
}
.front-header__img {
    border-radius: 50px 0 0;
    height: 550px;
    width: 100%;
    background-position: 50 100;
}
.front-header__sb {
    color: #dc214e;
    display: none;
}
.front-header h1 {
    padding-bottom: 1%;
}
.front-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 1% 1% 1% 0;
}
.front-header__nav a {
    padding-right: 3%;
}
.front-header__cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.front-header__cat li {
    margin-right: 2%;
}
.front-header__cat a {
    font-size: 24px;
    color: #e5f0ff;
}

.loop-header {
    border-top: 4px solid;
    border-bottom: 4px solid;
    padding: 1% 0;
    margin: 2% 0;
}
.loop-header__sb {
    color: #dc214e;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.post-content img.icon_cite {
    max-width: 60px;
    height: auto;
}
.post-content cite.h4 {
    font-size: 18px;
    color: #fff;
}

.post-content .gar-block__gallery li {
    list-style-type: none;
}
.timeline {
    width: 100%;
}
.post-content .timeline li {
    list-style-type: none;
}
.post-content .gar-block .quest-list ul {
    padding-left: 30px;
}
.num-list-block .item__num {
    font-size: 30px;
    font-weight: 600;
    color: #11B14B;
}
.num-list-block .item__title {
    flex-direction: row;
    justify-content: flex-start;
}
.gar-block__img-ltb {
    border-radius:50px 0 0 0;
}
.post-content .quote-text.h4 {
    font-size: 24px;
}
.quote-block {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.quote-block-container {
    max-width: 700px;
    width: 100%;
    margin: 0  auto;
    padding-left: 80px;
    position: relative;
}
.quote-block-text {
    font-size: 24px;
    margin-bottom: 20px;
    font-style: italic;
}
.quote-block-author {
    text-align: right;
}
.quote-block .icon_cite {
    position: absolute;
    top: 0;
    left: 0;
}
.post-item.gar-block {
    padding-left: 15px;
    padding-right: 15px;
}
.post-item.gar-block:hover {
    background-color: rgba(255, 255, 255, 0.08);
}
.gar-block .btn {
    padding-top: 15px;
    padding-bottom: 15px;
}
.border {
    border: 3px solid #11B14B;
}
.gar-block h3, .gar-block h4, .gar-block h5 {
    font-weight: 700;
}
.gar-block__list .post-item {
    padding: 20px 15px;
}
.gar-block__list .post-item .pl {
    padding: 0;
}
.gar-block__list .item__img, .gar-block__list .item__title {
    margin-bottom: 15px;
}
.gar-block__list .item__title {
    text-decoration: none !important;
}
.gar-block__list .item__text {
    font-size: 14px;
    line-height: 1.3;
}
section.slider-block {
    margin-bottom: 50px;
}
.title-text-and-image .post-item-title {
    font-weight: 700;
    font-size: 30px;
    text-align: left;
}
.title-text-and-image .mw80-tc {
    max-width: 100%;
    margin-bottom: 10px;
}
.title-text-and-image .post-item-inner {
    justify-content: space-between;
}
.title-text-and-image .gar-block__img-ltb {
    border-radius: 20px 0 0 0;
}
.list-blocks-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.list-blocks .post-item {
    height: 100%;
    padding: 20px 15px;
    margin-bottom: 0;
}
.list-blocks .post-item .item__title {
    font-weight: 700;
    font-size: 20px;
}
.list-blocks .gar-block__img-ltb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}



@media (min-width: 1550px){
    .title-text-and-image .item__text {
        font-size: 18px;
    }
}
@media (max-width: 850px){
    .list-blocks-row {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}
@media (max-width: 600px){
    .post-content img.icon_cite {
        width: 40px;
        height: 40px;
    }
    .quote-block-text {
        font-size: 20px;
    }
    .quote-block-container {
        padding-left: 60px;
    }
    .slider_half .l55.slider-item {
        width: 100%;
    }
}
@media (max-width: 650px){
    .title-text-and-image .gar-block__img-ltb {
        max-width: 330px;
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 500px){
    .quote-block .icon_cite {
        position: static;
    }
    .quote-block-container {
        padding-left: 0;
    }
    .list-blocks-row {
        grid-template-columns: 1fr;
    }
}
