/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.bar .icon {
    width: 24px;
    height: 24px;
    color: #ffffff;
  }
article, aside, footer, header, nav, section {
    display: block
}

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

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 0
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

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

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

meta.foundation-mq-small {
    font-family: "only screen and (min-width: 600px)";
    width: 600px
}

meta.foundation-mq-medium {
    font-family: "only screen and (min-width: 780px)";
    width: 780px
}

meta.foundation-mq-large {
    font-family: "only screen and (min-width: 1080px)";
    width: 1080px
}

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

.left {
    float: left !important
}

.right {
    float: right !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

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

.text-justify {
    text-align: justify !important
}

.hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75em;
    width: 100%;
    *zoom: 1
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

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

.row .row {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    max-width: none;
    width: auto;
    *zoom: 1
}

.row .row:before, .row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: auto;
    *zoom: 1
}

.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column, .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    position: relative
}

@media only screen {
    .small-1 {
        width: 8.3333333333%
    }

    .small-2 {
        width: 16.6666666667%
    }

    .small-3 {
        width: 25%
    }

    .small-4 {
        width: 33.3333333333%
    }

    .small-5 {
        width: 41.6666666667%
    }

    .small-6 {
        width: 50%
    }

    .small-7 {
        width: 58.3333333333%
    }

    .small-8 {
        width: 66.6666666667%
    }

    .small-9 {
        width: 75%
    }

    .small-10 {
        width: 83.3333333333%
    }

    .small-11 {
        width: 91.6666666667%
    }

    .small-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    [class*="column"] + [class*="column"]:last-child {
        float: right
    }

    [class*="column"] + [class*="column"].end {
        float: left
    }

    .column.small-centered, .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important
    }
}

@media only screen and (min-width: 600px) {
    .medium-1 {
        width: 8.3333333333%
    }

    .medium-2 {
        width: 16.6666666667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 33.3333333333%
    }

    .medium-5 {
        width: 41.6666666667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.3333333333%
    }

    .medium-8 {
        width: 66.6666666667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-10 {
        width: 83.3333333333%
    }

    .medium-11 {
        width: 91.6666666667%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-0 {
        margin-left: 0%
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .medium-push-1 {
        left: 8.3333333333%;
        right: auto
    }

    .medium-pull-1 {
        right: 8.3333333333%;
        left: auto
    }

    .medium-push-2 {
        left: 16.6666666667%;
        right: auto
    }

    .medium-pull-2 {
        right: 16.6666666667%;
        left: auto
    }

    .medium-push-3 {
        left: 25%;
        right: auto
    }

    .medium-pull-3 {
        right: 25%;
        left: auto
    }

    .medium-push-4 {
        left: 33.3333333333%;
        right: auto
    }

    .medium-pull-4 {
        right: 33.3333333333%;
        left: auto
    }

    .medium-push-5 {
        left: 41.6666666667%;
        right: auto
    }

    .medium-pull-5 {
        right: 41.6666666667%;
        left: auto
    }

    .medium-push-6 {
        left: 50%;
        right: auto
    }

    .medium-pull-6 {
        right: 50%;
        left: auto
    }

    .medium-push-7 {
        left: 58.3333333333%;
        right: auto
    }

    .medium-pull-7 {
        right: 58.3333333333%;
        left: auto
    }

    .medium-push-8 {
        left: 66.6666666667%;
        right: auto
    }

    .medium-pull-8 {
        right: 66.6666666667%;
        left: auto
    }

    .medium-push-9 {
        left: 75%;
        right: auto
    }

    .medium-pull-9 {
        right: 75%;
        left: auto
    }

    .medium-push-10 {
        left: 83.3333333333%;
        right: auto
    }

    .medium-pull-10 {
        right: 83.3333333333%;
        left: auto
    }

    .medium-push-11 {
        left: 91.6666666667%;
        right: auto
    }

    .medium-pull-11 {
        right: 91.6666666667%;
        left: auto
    }

    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important
    }
}

@media only screen and (min-width: 780px) {
    .large-1 {
        width: 8.3333333333%
    }

    .large-2 {
        width: 16.6666666667%
    }

    .large-3 {
        width: 25%
    }

    .large-4 {
        width: 33.3333333333%
    }

    .large-5 {
        width: 41.6666666667%
    }

    .large-6 {
        width: 50%
    }

    .large-7 {
        width: 58.3333333333%
    }

    .large-8 {
        width: 66.6666666667%
    }

    .large-9 {
        width: 75%
    }

    .large-10 {
        width: 83.3333333333%
    }

    .large-11 {
        width: 91.6666666667%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-0 {
        margin-left: 0%
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .large-push-1 {
        left: 8.3333333333%;
        right: auto
    }

    .large-pull-1 {
        right: 8.3333333333%;
        left: auto
    }

    .large-push-2 {
        left: 16.6666666667%;
        right: auto
    }

    .large-pull-2 {
        right: 16.6666666667%;
        left: auto
    }

    .large-push-3 {
        left: 25%;
        right: auto
    }

    .large-pull-3 {
        right: 25%;
        left: auto
    }

    .large-push-4 {
        left: 33.3333333333%;
        right: auto
    }

    .large-pull-4 {
        right: 33.3333333333%;
        left: auto
    }

    .large-push-5 {
        left: 41.6666666667%;
        right: auto
    }

    .large-pull-5 {
        right: 41.6666666667%;
        left: auto
    }

    .large-push-6 {
        left: 50%;
        right: auto
    }

    .large-pull-6 {
        right: 50%;
        left: auto
    }

    .large-push-7 {
        left: 58.3333333333%;
        right: auto
    }

    .large-pull-7 {
        right: 58.3333333333%;
        left: auto
    }

    .large-push-8 {
        left: 66.6666666667%;
        right: auto
    }

    .large-pull-8 {
        right: 66.6666666667%;
        left: auto
    }

    .large-push-9 {
        left: 75%;
        right: auto
    }

    .large-pull-9 {
        right: 75%;
        left: auto
    }

    .large-push-10 {
        left: 83.3333333333%;
        right: auto
    }

    .large-pull-10 {
        right: 83.3333333333%;
        left: auto
    }

    .large-push-11 {
        left: 91.6666666667%;
        right: auto
    }

    .large-pull-11 {
        right: 91.6666666667%;
        left: auto
    }

    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important
    }

    .column.large-uncentered, .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important
    }
}

.show-for-small, .show-for-medium-down, .show-for-large-down {
    display: inherit !important
}

.show-for-medium, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important
}

.hide-for-medium, .hide-for-medium-up, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important
}

.hide-for-small, .hide-for-medium-down, .hide-for-large-down {
    display: none !important
}

table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
    display: table
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
    display: table-header-group !important
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
    display: table-row-group !important
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
    display: table-row !important
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, th.show-for-small, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge {
    display: table-cell !important
}

@media only screen and (min-width: 600px) {
    .show-for-medium, .show-for-medium-up {
        display: inherit !important
    }

    .show-for-small {
        display: none !important
    }

    .hide-for-small {
        display: inherit !important
    }

    .hide-for-medium, .hide-for-medium-up {
        display: none !important
    }

    table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
        display: table
    }

    thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
        display: table-header-group !important
    }

    tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
        display: table-row-group !important
    }

    tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
        display: table-row !important
    }

    td.show-for-medium, td.show-for-medium-up, td.hide-for-small, th.show-for-medium, th.show-for-medium-up, th.hide-for-small {
        display: table-cell !important
    }
}

@media only screen and (min-width: 780px) {
    .show-for-large, .show-for-large-up {
        display: inherit !important
    }

    .show-for-medium, .show-for-medium-down {
        display: none !important
    }

    .hide-for-medium, .hide-for-medium-down {
        display: inherit !important
    }

    .hide-for-large, .hide-for-large-up {
        display: none !important
    }

    table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
        display: table
    }

    thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
        display: table-header-group !important
    }

    tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
        display: table-row-group !important
    }

    tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
        display: table-row !important
    }

    td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down, th.show-for-large, th.show-for-large-up, th.hide-for-medium, th.hide-for-medium-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 1080px) {
    .show-for-xlarge {
        display: inherit !important
    }

    .show-for-large, .show-for-large-down {
        display: none !important
    }

    .hide-for-large, .hide-for-large-down {
        display: inherit !important
    }

    .hide-for-xlarge {
        display: none !important
    }

    table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
        display: table
    }

    thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
        display: table-header-group !important
    }

    tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
        display: table-row-group !important
    }

    tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
        display: table-row !important
    }

    td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down, th.show-for-xlarge, th.hide-for-large, th.hide-for-large-down {
        display: table-cell !important
    }
}

.show-for-landscape, .hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

table.hide-for-landscape, table.show-for-portrait {
    display: table
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important
}

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

    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }

    table.show-for-landscape, table.hide-for-portrait {
        display: table
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important
    }
}

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

    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }

    table.show-for-portrait, table.hide-for-landscape {
        display: table
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table
}

.touch table.show-for-touch {
    display: table
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    box-shadow: none
}

.pswp__button:focus, .pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: 0.9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(default-skin.html) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(default-skin-2.html)
    }

    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.html) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

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

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

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar, .pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.tingle-modal * {
    box-sizing: border-box
}

.tingle-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.tingle-modal--confirm .tingle-modal-box {
    text-align: center
}

.tingle-modal--noOverlayClose {
    cursor: default
}

.tingle-modal--noClose .tingle-modal__close {
    display: none
}

.tingle-modal__close {
    position: fixed;
    top: 10px;
    right: 28px;
    z-index: 1000;
    padding: 0;
    width: 5rem;
    height: 5rem;
    border: none;
    background-color: transparent;
    color: #f0f0f0;
    font-size: 6rem;
    font-family: monospace;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.tingle-modal__closeLabel {
    display: none
}

.tingle-modal__close:hover {
    color: #fff
}

.tingle-modal-box {
    position: relative;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 60%;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.tingle-modal-box__content {
    padding: 3rem 3rem
}

.tingle-modal-box__footer {
    padding: 1.5rem 2rem;
    width: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f5f5f5;
    cursor: auto
}

.tingle-modal-box__footer::after {
    display: table;
    clear: both;
    content: ""
}

.tingle-modal-box__footer--sticky {
    position: fixed;
    bottom: -200px;
    z-index: 10001;
    opacity: 1;
    -webkit-transition: bottom .3s ease-in-out .3s;
    transition: bottom .3s ease-in-out .3s
}

.tingle-enabled {
    overflow: hidden;
    height: 100%
}

.tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0
}

.tingle-enabled .tingle-content-wrapper {
    -webkit-filter: blur(15px);
    filter: blur(15px)
}

.tingle-modal--visible {
    visibility: visible;
    opacity: 1
}

.tingle-modal--visible .tingle-modal-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tingle-modal--overflow {
    overflow-y: scroll;
    padding-top: 8vh
}

.tingle-btn {
    display: inline-block;
    margin: 0 .5rem;
    padding: 1rem 2rem;
    border: none;
    background-color: grey;
    box-shadow: none;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.tingle-btn--primary {
    background-color: #3498db
}

.tingle-btn--danger {
    background-color: #e74c3c
}

.tingle-btn--default {
    background-color: #34495e
}

.tingle-btn--pull-left {
    float: left
}

.tingle-btn--pull-right {
    float: right
}

@media (max-width: 540px) {
    .tingle-modal-box {
        width: auto;
        border-radius: 0
    }

    .tingle-modal {
        top: 60px;
        display: block;
        width: 100%
    }

    .tingle-modal--noClose {
        top: 0
    }

    .tingle-modal--overflow {
        padding: 0
    }

    .tingle-modal-box__footer .tingle-btn {
        display: block;
        float: none;
        margin-bottom: 1rem;
        width: 100%
    }

    .tingle-modal__close {
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 60px;
        border: none;
        background-color: #2c3e50;
        box-shadow: none;
        color: #fff;
        line-height: 55px
    }

    .tingle-modal__closeLabel {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
    }

    .tingle-modal__closeIcon {
        display: inline-block;
        margin-right: .5rem;
        vertical-align: middle;
        font-size: 4rem
    }
}

.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices[data-type*="select-one"] {
    cursor: pointer
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #FFFFFF;
    margin: 0
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url("../../icons/cross-inverse.html");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1
}

.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #00BCD4
}

.choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333 transparent;
    margin-top: -7.5px
}

.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
    cursor: text
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url("../../icons/cross.html");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all
}

.choices__list--dropdown.is-active {
    display: block
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus {
    outline: none
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}

.slick-slider {
    position: relative;
    display: block;
    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;
    margin-left: auto;
    margin-right: auto
}

.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
}

.show-for-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle
}

.service-list, .logo-list, .exclusive-list, .main-nav__list, .main-footer__links, .cards, .inst-feed__list, .what-we-do-nav__list, .locations__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.icon {
    fill: currentColor;
    width: 100%;
    height: 100%
}

.mono-type, .loader {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 1px
}

.heading-offset {
    position: relative;
    margin-top: 0
}

h3.heading-offset {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic
}

.content .heading-offset {
    margin-left: 0
}

@media only screen and (min-width: 600px) {
    .heading-offset {
        margin-left: 100px
    }

    .heading-offset:before {
        content: '';
        position: absolute;
        top: 55%;
        left: -100px;
        width: 80px;
        height: 1px;
        background-color: #0a0a0a
    }
}

.load-more-wrap {
    text-align: center;
    margin: 1.875em 0
}

@media only screen and (min-width: 1080px) {
    .load-more-wrap {
        margin: 3.75em 0
    }
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    color: #0a0a0a;
    font-size: 1.125em
}

.back-link svg {
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px
}

.bg-gray {
    background-color: #e6e6e6
}

body {
    font-family: "Lucida grande";
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.625;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none
}

a:hover, a:focus, a:active {
    outline: none
}

p {
    margin: 0 0 15px 0
}

h1, .h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    color: #0a0a0a
}

h2, .h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    color: #0a0a0a
}

h3, .h3, .intro-text, .callback h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    color: #0a0a0a
}

h4, .h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    color: #0a0a0a
}

h1, .h1 {
    font-size: 2.25em;
    line-height: 1.1
}

@media only screen and (min-width: 1080px) {
    h1, .h1 {
        font-size: 3.75em;
        line-height: 1
    }
}

h2, .h2 {
    font-size: 1.625em;
    line-height: 1.192
}

@media only screen and (min-width: 1080px) {
    h2, .h2 {
        font-size: 2.5em;
        line-height: 1.125
    }
}

h3, .h3, .intro-text, .callback h2 {
    font-size: 1.3125em;
    line-height: 1.4
}

@media only screen and (min-width: 1080px) {
    h3, .h3, .intro-text, .callback h2 {
        font-size: 1.5625em
    }
}

.find-out-more {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.125em;
    margin-top: 30px
}

.find-out-more a {
    color: #0a0a0a !important
}

.link, .content a:not(.btn), .tingle-modal-box__content a:not(.btn) {
    font-style: italic;
    text-decoration: none;
    color: #0a0a0a;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: underline
}

.link:hover, .content a:hover:not(.btn), .tingle-modal-box__content a:hover:not(.btn) {
    text-decoration: none
}

.module {
    position: relative;
    margin-bottom: 20px
}

.module-inner {
    padding: 20px
}

.contact {
    margin-top: 20px
}

.contact a {
    color: #0a0a0a
}

@media only screen and (min-width: 780px) {
    .contact {
        margin-top: 0
    }
}

.btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    margin: 0;
    overflow: visible;
    box-shadow: none;
    border: 1px solid #0a0a0a;
    background-color: transparent;
    position: relative;
    text-align: center;
    padding: 15px 30px;
    color: #0a0a0a;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 0 !important;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.125em;
    line-height: 1;
    text-decoration: none !important
}

.btn:hover {
    background-color: #0a0a0a;
    color: #fefefe;
    outline: none
}

.btn:focus {
    outline: none
}

@media only screen and (min-width: 420px) {
    .btn {
        padding: 15px 50px
    }
}

.btn--white {
    color: #fefefe;
    border-color: #fefefe;
    background-color: rgba(10, 10, 10, 0.6)
}

.btn--gold:hover {
    color: #fefefe;
    border-color: #c1a15a;
    background-color: #c1a15a
}

.btn--full {
    display: block;
    width: 100%
}

.btn--tail:before {
    content: '';
    position: absolute;
    top: 55%;
    left: -100px;
    width: 80px;
    height: 1px;
    background-color: #0a0a0a;
    left: -60px
}

.btn--tail.btn--white:before {
    content: '';
    position: absolute;
    top: 55%;
    left: -100px;
    width: 80px;
    height: 1px;
    background-color: #fefefe;
    left: -60px
}

.btn--arrow {
    padding: 15px 45px 15px 30px
}

.btn--arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #fefefe
}

@media only screen and (min-width: 420px) {
    .btn--arrow {
        padding: 15px 65px 15px 50px
    }

    .btn--arrow:after {
        right: 30px
    }
}

.btn--hero {
    margin-top: 10px
}

@media only screen and (min-width: 600px) {
    .btn--hero {
        margin-top: 50px
    }

    .btn--hero:before {
        content: '';
        position: absolute;
        top: -40px;
        left: 50%;
        width: 1px;
        height: 50px;
        background-color: #fefefe
    }
}

.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    margin: 30px 0
}

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

.table th, .table td {
    padding: 10px 15px
}

.service-list__item {
    margin-top: 15px
}

.service-list__item:first-child {
    margin-top: 0
}

.service-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    background-color: #e6e6e6;
    position: relative;
    color: #0a0a0a;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.service-list__link .linktext {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125em;
    margin-right: 10px;
    line-height: 1.5
}

@media only screen and (min-width: 1080px) {
    .service-list__link .linktext {
        font-size: 1.25em
    }
}

.service-list__link .icon {
    width: 24px;
    height: 24px
}

.service-list__link:hover {
    background-color: #0a0a0a;
    color: #fefefe
}

@media only screen and (min-width: 780px) {
    .service-list__link:hover {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        -webkit-transition: -webkit-transform 0.3s 0.2s;
        transition: -webkit-transform 0.3s 0.2s;
        transition: transform 0.3s 0.2s;
        transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s
    }
}

.logo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.logo-list__item {
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0.9375em
}

@media only screen and (min-width: 600px) {
    .logo-list__item {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }
}

@media only screen and (min-width: 1080px) {
    .logo-list__item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media only screen and (min-width: 420px) {
    .exclusive-list--duel {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.exclusive-list li {
    margin-bottom: 10px
}

.exclusive-list li a {
    color: #8a8a8a
}

.exclusive-list li a:hover {
    text-decoration: underline
}

.socials a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 10px
}

.socials a:first-child {
    margin-left: 0
}

.socials .icon {
    width: 24px;
    height: 24px;
    color: #0a0a0a
}

.socials__title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.125em;
    display: inline-block;
    vertical-align: middle
}

.form .field {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

.form .error input[type="text"], .form .error.error input[type="email"], .form .error.error textarea {
    border: solid 1px #c60f13 !important
}

.form .error input[type="text"]::-webkit-input-placeholder, .form .error.error input[type="email"]::-webkit-input-placeholder, .form .error.error textarea::-webkit-input-placeholder {
    color: #c60f13
}

.form .error input[type="text"]:-moz-placeholder, .form .error.error input[type="email"]:-moz-placeholder, .form .error.error textarea:-moz-placeholder {
    color: #c60f13
}

.form .error input[type="text"]::-moz-placeholder, .form .error.error input[type="email"]::-moz-placeholder, .form .error.error textarea::-moz-placeholder {
    color: #c60f13
}

.form .error input[type="text"]:-ms-input-placeholder, .form .error.error input[type="email"]:-ms-input-placeholder, .form .error.error textarea:-ms-input-placeholder {
    color: #c60f13
}

.form .error input[type="text"]:placeholder-shown, .form .error.error input[type="email"]:placeholder-shown, .form .error.error textarea:placeholder-shown {
    color: #c60f13
}

.form .error:after {
    display: block;
    content: '';
    background-image: url("../images/global/icon-close--red.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    position: absolute;
    right: 8px;
    top: 8px
}

.form input, .form label {
    border: none;
    box-shadow: none
}

.form input:focus, .form input:active, .form label:focus, .form label:active {
    box-shadow: none;
    outline: none
}

.form label {
    display: block;
    margin-bottom: 5px
}

.form input[type="text"], .form input[type="email"], .form textarea {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 12px 16px;
    height: auto;
    color: #0a0a0a;
    margin-bottom: 0;
    font-size: 1em;
    box-shadow: none;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative
}

.form input[type="text"]::-webkit-input-placeholder, .form input[type="email"]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    color: #0a0a0a
}

.form input[type="text"]:-moz-placeholder, .form input[type="email"]:-moz-placeholder, .form textarea:-moz-placeholder {
    color: #0a0a0a
}

.form input[type="text"]::-moz-placeholder, .form input[type="email"]::-moz-placeholder, .form textarea::-moz-placeholder {
    color: #0a0a0a
}

.form input[type="text"]:-ms-input-placeholder, .form input[type="email"]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    color: #0a0a0a
}

.form input[type="text"]:placeholder-shown, .form input[type="email"]:placeholder-shown, .form textarea:placeholder-shown {
    color: #0a0a0a
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form textarea:focus {
    box-shadow: none
}

.form .choices__inner {
    border: none;
    padding: 12px 16px;
    color: #0a0a0a;
    font-size: 1em;
    background-color: #f5f5f5
}

.form .choices__list--single {
    padding: 0
}

.form .choices__list--dropdown .choices__item {
    padding: 12px 16px
}

.form .choices[data-type*="select-one"]:after {
    content: "";
    border: none;
    margin-top: 0;
    display: block;
    content: '';
    background-image: url("../images/global/icon-chevron-down.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 12px;
    top: 12px
}

.main-nav {
    width: 240px;
    position: absolute;
    top: 0;
    right: -240px
}

@media only screen and (min-width: 1080px) {
    .main-nav {
        float: right;
        position: static;
        padding: 0;
        height: auto;
        width: auto
    }
}

.main-nav__list {
    *zoom: 1
}

.main-nav__list:before, .main-nav__list:after {
    content: " ";
    display: table
}

.main-nav__list:after {
    clear: both
}

@media only screen and (min-width: 1080px) {
    .main-nav__list {
        margin-top: 15px
    }
}

.main-nav__item {
    position: relative;
    -webkit-backface-visibility: hidden
}

@media only screen and (min-width: 1080px) {
    .main-nav__item {
        float: left;
        margin-left: 30px
    }

    .main-nav__item--hasdropdown:hover > .main-nav__dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.main-nav__item--socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #e6e6e6
}

.main-nav__item--socials a {
    line-height: 1;
    padding-right: 10px;
}

.main-nav__item--socials .icon {
    width: 20px;
    height: 20px;
    color: #0a0a0a
}

@media only screen and (min-width: 1080px) {
    .main-nav__item--socials {
        display: none
    }
}

.main-nav__link {
    display: block;
    color: #0a0a0a;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.875em;
    padding: 20px 25px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1
}

.main-nav__link .icon {
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px
}

@media only screen and (min-width: 1080px) {
    .main-nav__link {
        display: inline;
        color: #fefefe;
        padding: 0;
        border-bottom: none
    }
}

@media only screen and (min-width: 1080px) {
    .main-nav__link--single:after {
        content: '';
        display: block;
        border-bottom: solid 1px #fefefe;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out
    }

    .main-nav__link--single:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.main-nav__link--close {
    background-color: #0a0a0a;
    color: #fefefe;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav__link--close .icon {
    color: #fefefe;
    width: 20px;
    height: 20px;
    float: right
}

@media only screen and (min-width: 1080px) {
    .main-nav__link--close {
        display: none
    }
}

.main-nav__dropdown {
    padding: 0;
    list-style: none
}

@media only screen and (min-width: 1080px) {
    .main-nav__dropdown .main-nav__item {
        float: none;
        margin: 0;
        padding: 10px 20px;
        background-color: #0a0a0a
    }

    .main-nav__dropdown .main-nav__item:first-child {
        padding-top: 20px
    }

    .main-nav__dropdown .main-nav__item:last-child {
        padding-bottom: 20px
    }
}

.main-nav__dropdown .main-nav__link {
    color: #656565;
    padding-left: 35px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s
}

.main-nav__dropdown .main-nav__link:hover {
    color: #8a8a8a
}

@media only screen and (min-width: 1080px) {
    .main-nav__dropdown .main-nav__link {
        color: #fefefe;
        padding-left: 0
    }
}

@media only screen and (min-width: 1080px) {
    .main-nav__dropdown {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        text-align: center;
        padding: 20px 0 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s, opacity 0.5s linear, -webkit-transform 0.5s;
        transition: visibility 0s, opacity 0.5s linear, -webkit-transform 0.5s;
        transition: visibility 0s, opacity 0.5s linear, transform 0.5s;
        transition: visibility 0s, opacity 0.5s linear, transform 0.5s, -webkit-transform 0.5s
    }

    .main-nav__dropdown:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 14px 12px;
        border-color: transparent transparent #0a0a0a transparent
    }
}

ul.sitemap li {
    margin-top: 10px
}

ul.sitemap ul {
    list-style: disc
}

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

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

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

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

.hero {
    height: 100vh;
    overflow: hidden;
    position: relative
}

.hero .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.hero .swiper-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 2
}

.hero .swiper-container .slick-slider, .hero .swiper-container .slick-list, .hero .swiper-container .slick-track {
    height: 100%;
    width: 100%
}

.hero .slick-slide .swiper-slide__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 30s;
    transition: -webkit-transform 30s;
    transition: transform 30s;
    transition: transform 30s, -webkit-transform 30s
}

.hero .slick-slide.slick-active .swiper-slide__img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: -webkit-transform 30s;
    transition: -webkit-transform 30s;
    transition: transform 30s;
    transition: transform 30s, -webkit-transform 30s
}

.hero .slick-slide.reset-active .swiper-slide__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s
}

.hero--plain {
    height: 350px
}

@media only screen and (min-width: 1080px) {
    .hero--plain {
        height: 500px
    }
}

.hero--about {
    background-position: center;
    background-size: cover;
    height: 400px
}

@media only screen and (min-width: 1080px) {
    .hero--about {
        height: 600px
    }
}

.hero__inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media only screen and (min-width: 780px) {
    .hero__inner {
        max-width: 680px
    }

    .hero--homepage .hero__inner {
        max-width: calc(100% - 180px)
    }
}

.hero__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0a0a0a;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.hero__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 2
}

.loaded .hero__img {
    -webkit-animation: scaleOut 30s forwards;
    animation: scaleOut 30s forwards
}

.hero--plain .hero__img, .hero--about .hero__img {
    height: 400px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.loaded .hero--plain .hero__img, .loaded .hero--about .hero__img {
    -webkit-animation: none !important;
    animation: none !important
}

@media only screen and (min-width: 1080px) {
    .hero--plain .hero__img, .hero--about .hero__img {
        height: 600px
    }
}

.hero--plain .hero__img:before {
    display: none
}

.hero--plain #map:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 2;
    background-color: rgba(10, 10, 10, 0.3)
}

.swiper-slide__img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    display: none !important;
    width: 44px;
    height: 44px;
    border: 1px solid #fefefe;
    background-color: rgba(10, 10, 10, 0.6);
    background-size: 32px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

.swiper-button-next.swiper-button-white:hover, .swiper-button-prev.swiper-button-white:hover {
    background-color: #0a0a0a
}

@media only screen and (min-width: 780px) {
    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        display: block !important
    }
}

.swiper-button-next.swiper-button-white {
    background-image: url(../images/global/icon-chevron-right--white.svg);
    right: 30px
}

.swiper-button-prev.swiper-button-white {
    background-image: url(../images/global/icon-chevron-left--white.svg);
    left: 30px
}

.hero__content {
    position: relative;
    z-index: 2;
    padding: 0 0.9375em;
    margin-top: 75px;
    text-align: center
}

.hero--homepage .hero__content h2.h3, .hero--homepage .hero__content h2.intro-text, .hero--homepage .hero__content .callback h2, .callback .hero--homepage .hero__content h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 15px
}

.hero__content h1, .hero__content h2, .hero__content .btn {
    color: #fefefe
}

.hero__content .btn {
    margin-top: 20px
}

@media only screen and (min-width: 600px) {
    .hero__content .btn {
        margin-top: 40px
    }
}

.hero__content h1 {
    font-family: "Lucida grande";
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 20px
}

@media only screen and (min-width: 780px) {
    .hero__content h1 {
        margin: 0 0 30px
    }
}

.hero__content h2.mono-type, .hero__content h2.loader {
    margin: 0 0 15px
}

@media only screen and (min-width: 780px) {
    .hero__content h2.mono-type, .hero__content h2.loader {
        margin: 0 0 25px
    }
}

.hero__content p {
    font-size: 1.125em;
    color: #fefefe
}

.hero--plain .hero__content h1 {
    margin-bottom: 0
}

@media only screen and (min-width: 780px) {
    .hero__content {
        padding: 0
    }
}

.hero__socials {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    padding: 0 30px 15px;
    z-index: 2
}

.hero__socials a {
    line-height: 1;
    padding-right: 10px;
}

.hero__socials .icon {
    width: 16px;
    height: 16px;
    color: #fefefe
}

@media only screen and (min-width: 1080px) {
    .hero__socials {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        /*-webkit-justify-content: space-between;*/
        /*-ms-flex-pack: justify;*/
        /*justify-content: space-between;*/
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px 30px
    }
}

.scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.125em;
    color: #fefefe;
    margin-bottom: 0.9375em;
    padding-top: 5px;
    z-index: 5
}

@media only screen and (min-width: 1080px) {
    .scroll-down {
        margin-bottom: 1.875em
    }

    .scroll-down:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 1px;
        height: 60px;
        background-color: #fefefe
    }
}

.main-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 15px 0 15px;
    z-index: 5
}

@media only screen and (min-width: 780px) {
    .main-header {
        padding: 30px 30px 0 30px
    }
}

.main-header__logo {
    float: left;
    display: block;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 142px;
    height: 81px;
    background-image: url(../img/logo.png);
    background-size: 100%;
    background-repeat: no-repeat
}

@media only screen and (min-width: 780px) {
    .main-header__logo {
        width: 182px;
        height: 102px
    }
}

.main-header__navtoggle {
    float: right;
    border: 1px solid #fefefe;
    background-color: transparent;
    padding: 10px;
    line-height: 0;
    cursor: pointer;
    margin-top: 20px
}

.main-header__navtoggle:focus {
    outline: none
}

.main-header__navtoggle .icon {
    width: 20px;
    height: 20px;
    color: #fefefe
}

@media only screen and (min-width: 780px) {
    .main-header__navtoggle {
        margin-top: 30px
    }
}

@media only screen and (min-width: 1080px) {
    .main-header__navtoggle {
        display: none
    }
}

.main-footer {
    background-color: #0a0a0a
}

.main-footer .row {
    position: relative
}

.main-footer a {
    color: #fefefe;
    font-size: 0.875em
}

.main-footer a:hover {
    text-decoration: underline
}

.main-footer p, .main-footer span {
    color: #fefefe;
    font-size: 0.875em
}

.main-footer__links {
    margin-bottom: 20px
}

@media only screen and (min-width: 780px) {
    .main-footer__links {
        margin-bottom: 0
    }
}

.main-footer__socials {
    margin-bottom: 20px
}

.main-footer__socials a {
    display: inline-block;
    vertical-align: middle;
    color: #fefefe;
    width: 15px;
    height: 15px;
    margin-left: 15px
}

.main-footer__socials a:first-child {
    margin-left: 0
}

@media only screen and (min-width: 780px) {
    .main-footer__socials {
        margin-bottom: 0
    }
}

.main-footer__link-item {
    margin-bottom: 5px
}

.main-footer__link-item a {
    opacity: 0.5
}

.main-footer__link-item:first-child {
    margin-bottom: 10px
}

.main-footer__link-item:first-child a {
    opacity: 1
}

.main-footer__contacts h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875em;
    color: #fefefe;
    margin: 0 0 10px
}

.main-footer__contacts p {
    line-height: 2;
    margin-bottom: 0
}

.main-footer__contacts p a {
    font-size: 1em;
    opacity: 0.5
}

.main-footer__contacts p a[href^="mailto"] {
    opacity: 1
}

.copyright {
    opacity: 0.5
}

.copyright hr {
    border: none;
    height: 1px;
    background-color: #fefefe
}

.copyright__content {
    padding: 10px 0
}

.copyright__content p, .copyright__content span {
    font-size: 0.875em
}

.copyright__content p a, .copyright__content span a {
    font-size: 1em
}

@media only screen and (min-width: 780px) {
    .copyright__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.copyright__links span {
    display: block
}

@media only screen and (min-width: 600px) {
    .copyright__links span {
        display: inline-block
    }
}

.copyright__links span, .copyright__links a {
    margin-bottom: 10px
}

@media only screen and (min-width: 780px) {
    .copyright__links span, .copyright__links a {
        margin-bottom: 0
    }
}

.copyright__link {
    display: block
}

@media only screen and (min-width: 600px) {
    .copyright__link {
        display: inline-block;
        margin-left: 5px;
        padding-left: 8px;
        border-left: 1px solid #fefefe;
        line-height: 1
    }
}

.backtotop {
    position: absolute;
    top: 0;
    right: 15px;
    width: 44px;
    height: 44px;
    border: 1px solid #fefefe;
    background-image: url(../images/global/icon-chevron-up--white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 24px;
    cursor: pointer
}

body {
    background-color: #fefefe;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in
}

body.loaded {
    opacity: 1
}

.site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.site-wrapper.show-nav {
    overflow-y: visible;
    overflow-x: hidden
}

.site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.show-nav .site-canvas {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
}

.show-nav .site-canvas:before {
    background-color: rgba(10, 10, 10, 0.6);
    z-index: 3
}

.site-canvas:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: -1
}

main {
    overflow: hidden
}

.wrap {
    padding: 0 0.9375em
}

@media only screen and (min-width: 780px) {
    .wrap {
        padding: 0 1.875em
    }
}

.section {
    padding: 1.875em 0
}

@media only screen and (min-width: 780px) {
    .section {
        padding: 3.75em 0
    }
}

.section--end {
    padding-bottom: 0
}

.section--start {
    padding-top: 0
}

.content figure {
    margin: 1.875em 0
}

.content ul, .content ol {
    padding-left: 20px
}

.content__inner .btn {
    margin-top: 20px
}

.content__inner > .heading-offset:before {
    top: 25px
}

@media only screen and (min-width: 600px) {
    .content__inner {
        margin-left: 100px
    }

    .content__inner .btn {
        margin-left: 60px
    }
}

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0
    }
    1% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0
    }
    1% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

.cards--featured-events li.cards__item:nth-child(n+4) {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeInFromNone;
    animation-name: fadeInFromNone;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.cards--featured-events.show-all li.cards__item:nth-child(n+4) {
    display: block
}

.cards__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 600px) {
    .cards__item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media only screen and (min-width: 1080px) {
    .cards__item {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }
}

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0.9375em
}

.card:hover .card__image:before, .card:hover .card__image:after {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.card:hover .card__image-inner:after {
    opacity: 1
}

.card:hover .card__button {
    -webkit-transition: opacity 0.2s 0.2s ease-in;
    transition: opacity 0.2s 0.2s ease-in;
    opacity: 1
}

.card__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.9375em
}

.card__content--flush {
    padding: 0.9375em 0 0
}

.card__content--white {
    background-color: #fefefe
}

.card__image {
    display: block;
    overflow: hidden;
    position: relative
}

.card__image:before, .card__image:after {
    content: '';
    position: absolute;
    top: 0.9375em;
    right: 0.9375em;
    bottom: 0.9375em;
    left: 0.9375em;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    z-index: 3
}

.card__image:before {
    border-top: 1px solid #fefefe;
    border-bottom: 1px solid #fefefe;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.card__image:after {
    border-right: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

.card__image-inner {
    background-color: #0a0a0a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.card__image-inner:before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.card__image-inner:after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

@media only screen and (min-width: 1080px) {
    .card__image-inner::before {
        padding-top: 66.6%
    }
}

.card__category {
    font-size: 0.875em;
    margin-bottom: 2px
}

.card__title {
    margin: 0 0 5px
}

.card__title a {
    color: #0a0a0a
}

.card__meta {
    font-size: 0.875em;
    display: block
}

.card__button {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    padding: 15px 30px;
    border: none;
    background-color: transparent !important;
    z-index: 4
}

@media only screen and (min-width: 1460px) {
    .inst-feed-container {
        margin: 0 -15px
    }
}

.inst-feed {
    padding-bottom: 0.9375em
}

@media only screen and (min-width: 1460px) {
    .inst-feed {
        padding-bottom: 1.875em
    }
}

.inst-feed__list .swiper-slide {
    width: 240px !important
}

@media only screen and (min-width: 1460px) {
    .inst-feed__list .swiper-slide {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 16.66%;
        -ms-flex: 1 0 16.66%;
        flex: 1 0 16.66%;
        padding: 0 15px
    }
}

@media only screen and (min-width: 1460px) {
    .inst-feed__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.inst-feed__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 240px;
    position: relative;
    padding-bottom: 100%
}

.inst-feed__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.8);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.inst-feed__item:hover .inst-feed__content {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s
}

.inst-feed__item:hover:before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1
}

@media only screen and (min-width: 1460px) {
    .inst-feed__item {
        width: 100%
    }
}

.inst-feed__item--intro {
    background-color: #0a0a0a
}

.inst-feed__item--intro .inst-feed__content {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.inst-feed__item--intro .inst-feed__content h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    color: #fefefe;
    margin: 0
}

.inst-feed__item--intro .inst-feed__content .icon {
    width: 40px;
    height: 40px;
    color: #fefefe;
    margin: 20px 0
}

.inst-feed__item--intro:before {
    display: none
}

.inst-feed__item--intro:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 10px solid transparent;
    box-shadow: inset 0 0 0 1px #fefefe
}

.inst-feed__item--notext:before, .inst-feed__item--notext .inst-feed__content {
    display: none
}

.inst-feed__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover
}

.inst-feed__content {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    text-align: center;
    padding: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
    z-index: 2
}

.inst-feed__content p {
    margin-bottom: 0;
    font-size: 0.75em
}

.inst-feed__content p, .inst-feed__content a, .inst-feed__content span {
    color: #fefefe
}

@media only screen and (min-width: 1460px) {
    .inst-feed__content {
        padding: 30px
    }
}

.inst-feed__handle {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic
}

.gallery .pswp__top-bar {
    padding: 20px
}

.gallery .pswp__button {
    background: none;
    color: #fefefe;
    padding: 5px;
    border: 1px solid #fefefe
}

.gallery .pswp__button:focus {
    outline: none
}

.gallery .pswp__button:before {
    display: none
}

.gallery .pswp__button svg {
    pointer-events: none
}

.gallery .pswp__button--arrow--left, .gallery .pswp__button--arrow--right {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    padding: 8px
}

.gallery .pswp__button--arrow--left {
    left: 20px
}

.gallery .pswp__button--arrow--right {
    right: 20px
}

.gallery .pswp__counter {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375em;
    padding: 20px
}

.gallery .pswp__caption__center {
    max-width: none;
    padding: 20px;
    font-size: 0.875em
}

.tingle-modal {
    background: rgba(0, 0, 0, 0.9)
}

.tingle-modal--visible {
    overflow: scroll
}

@media (max-width: 540px) {
    .tingle-modal {
        top: 0;
        padding-top: 20px
    }
    .lan-bar {
        width: 100%!important;
        height: 50px;
    }
    .bar{
        display: none;
    }
}

.tingle-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    width: 44px;
    height: 44px;
    border: 1px solid #656565;
    color: #656565;
    font-size: 1.25em
}

.tingle-modal__close:hover {
    color: #656565
}

@media (max-width: 540px) {
    .tingle-modal__close {
        left: auto;
        background-color: transparent
    }
}

.tingle-modal-box {
    width: 100%;
    background-color: transparent
}

.tingle-modal-box__content {
    max-width: 75em;
    margin: 0 auto;
    padding: 0 0.9375em;
    color: #fefefe
}

.team-modal .tingle-modal-box__content {
    padding: 4rem 1.5rem 1.5rem;
    color: #656565;
    background: #fefefe;
    position: relative
}

.team-modal .tingle-modal-box__content .card__meta {
    margin-bottom: 15px
}

.team-modal .tingle-modal-box__content p {
    margin-bottom: 0
}

@media only screen and (min-width: 780px) {
    .team-modal .tingle-modal-box__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3rem
    }
}

.team-modal-content__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (min-width: 780px) {
    .team-modal-content__content {
        padding-left: 1.875em
    }
}

.wedding-modal .tingle-modal-box__content {
    background-image: url(../images/global/bg-weddings-modal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4rem 1.5rem 1.5rem;
    position: relative
}

.wedding-modal .tingle-modal-box__content h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 0
}

.wedding-modal .tingle-modal-box__content p {
    color: #0a0a0a;
    margin: 15px 0 20px
}

.wedding-modal .tingle-modal-box__content .highlight {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    color: #c1a15a;
    text-transform: none
}

@media only screen and (min-width: 780px) {
    .wedding-modal .tingle-modal-box__content {
        padding: 3rem
    }

    .wedding-modal .tingle-modal-box__content h2 {
        font-size: 3.5em
    }
}

.what-we-do-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.what-we-do-nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 1.875em;
    position: relative;

}

.what-we-do-nav__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 2
}

.what-we-do-nav__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.6);
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s
}

@media only screen and (min-width: 600px) {
    .what-we-do-nav__item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 780px) {
    .what-we-do-nav__item {
        height: 600px;
        overflow: hidden;
    }

    .what-we-do-nav__item:hover:after {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 1
    }

    .what-we-do-nav__item:hover .what-we-do-nav__content, .what-we-do-nav__item:hover .locations__content {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
        transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
        transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
        transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s
    }

    .what-we-do-nav__item:hover .what-we-do-nav__img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media only screen and (min-width: 1080px) {
    .what-we-do-nav__item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

.what-we-do-nav__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0a0a;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in
}

.what-we-do-nav__inner {
    position: relative;
    z-index: 4
}

.what-we-do-nav__inner h3 {
    margin: 5px 0 50px;
    color: #fefefe;
    position: relative
}

.what-we-do-nav__inner h3:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #fefefe
}

@media only screen and (min-width: 780px) {
    .what-we-do-nav__inner {
        margin-top: 50px
    }
}

.what-we-do-nav__counter {
    color: #fefefe;
    font-size: 0.875em
}

.what-we-do-nav__content p, .locations__content p {
    display: none;
    color: #fefefe;
    margin-bottom: 50px
}

@media only screen and (min-width: 780px) {
    .what-we-do-nav__content, .locations__content {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
    }

    .what-we-do-nav__content p, .locations__content p {
        display: block
    }
}

.locations {
    margin: 0 0 0.9375em 0.9375em
}

@media only screen and (min-width: 1200px) {
    .locations {
        margin: 0
    }
}

.locations__list .swiper-slide {
    width: 360px;
    height: 360px
}

@media only screen and (min-width: 1200px) {
    .locations__list .swiper-slide {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: auto;
        height: auto
    }
}

@media only screen and (min-width: 1200px) {
    .locations__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.locations__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.locations__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 2
}

@media only screen and (min-width: 780px) {
    .locations__item:hover .locations__img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media only screen and (min-width: 1200px) {
    .locations__item {
        padding-bottom: 100%
    }
}

.locations__item--link:before, .locations__item--link:after {
    display: none
}

.locations__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in
}

.locations__inner {
    position: absolute;
    width: 100%;
    padding: 1.875em;
    z-index: 4
}

.locations__inner h3 {
    margin: 5px 0 50px;
    color: #fefefe;
    position: relative
}

.locations__inner h3:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #fefefe
}

@media only screen and (min-width: 780px) {
    .locations__inner {
        margin-top: 50px
    }

    .locations__item--link .locations__inner {
        margin-top: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }
}

.locations__content .btn {
    padding: 15px 30px
}

.locations__item--link .locations__content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.team {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team .cards__item {
    padding: 0.9375em;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media only screen and (min-width: 420px) {
    .team .cards__item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media only screen and (min-width: 780px) {
    .team .cards__item {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }
}

@media only screen and (min-width: 1080px) {
    .team .cards__item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

.team .card__image:before, .team .card__image:after {
    display: none
}

.team .card__image-inner {
    background-color: #fefefe
}

.team .card__image-inner:before {
    padding-top: 100%
}

.team .card__image-inner:after {
    display: none
}

.team__card {
    cursor: pointer
}

.team__video {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.team__video.show {
    opacity: 1
}

@media only screen and (min-width: 780px) {
    .team__video {
        display: block
    }
}

@media only screen and (min-width: 600px) {
    .callbacks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.callback {
    display: block;
    text-align: center;
    background-color: #171717;
    padding: 40px 15px
}

.callback:nth-child(2) {
    background-color: #242424
}

.callback h2, .callback h3, .callback a {
    color: #fefefe
}

.callback h2 {
    margin-top: 0
}

@media only screen and (min-width: 600px) {
    .callback {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding: 100px 30px
    }
}

.callback--news {
    position: relative;
    background-size: cover;
    background-position: center
}

.callback--news h3 {
    margin-top: 5px;
    margin-bottom: 0
}

.callback--news > * {
    position: relative;
    z-index: 2
}

.callback--news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.3);
    z-index: 2
}

.callback__date {
    display: block;
    font-size: 0.875em;
    color: #fefefe
}

.home main {
    /*background-image: url(../images/global/bg-crest.png);*/
    /*background-position: 110% -100px;*/
    /*background-repeat: no-repeat*/
}

.service-content__title {
    margin: 15px 0 25px;
    color: #fefefe
}

.service-content__category {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    color: #fefefe
}

.service-content__content h2 {
    color: #fefefe
}

.service-content__content h3 {
    color: #fefefe
}

.service-content__content h4 {
    color: #fefefe
}

.service-content__content a {
    color: #8a8a8a
}

.blog-list .cards__item {
    padding: 0 0 0.9375em
}

@media only screen and (min-width: 600px) {
    .blog-list .cards__item {
        padding: 0.9375em
    }
}

.news-article__slider {
    position: relative
}

.news-article__slider .swiper-slide {
    max-width: calc(1200px - 1.875em);
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e6e6e6
}

.news-article__slider .swiper-button-prev, .news-article__slider .swiper-button-next {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid #fefefe;
    background-color: rgba(10, 10, 10, 0.6);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

.news-article__slider .swiper-button-prev:hover, .news-article__slider .swiper-button-next:hover {
    background-color: #0a0a0a
}

@media only screen and (min-width: 780px) {
    .news-article__slider .swiper-button-prev, .news-article__slider .swiper-button-next {
        display: block
    }
}

.news-article__slider .swiper-button-prev {
    left: 30px;
    background-image: url(../images/global/icon-chevron-left--white.svg)
}

.news-article__slider .swiper-button-next {
    right: 30px;
    background-image: url(../images/global/icon-chevron-right--white.svg)
}

.news-article__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 66.66%
}

.news-controls .socials {
    float: right
}

/*# sourceMappingURL=site.css.map */

