/*
Theme Name: BlankSlate Child
Template: blankslate
*/


html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure {
    display: block;
}

figure {
    margin: 1em 40px;
}

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

main {
    display: block;
}

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;
    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 {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    overflow: visible;
}

[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;
}

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

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

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

textarea {
    overflow: auto;
}

details {
    display: block;
}

summary {
    display: list-item;
}

menu {
    display: block;
}

canvas {
    display: inline-block;
}

[hidden],
template {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
}

select,
textarea {
    border-radius: 3px;
}

select {
    width: 100%;
}

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

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 3px;
    background: transparent;
    line-height: 1;
}

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

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

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

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
}

b,
em,
i,
strong {
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}

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

h1 {
    font-size: 1.5rem;
}

h1,
h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1875rem;
}

h3,
h4 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.0625rem;
}

h5,
h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 1rem;
}

@media print,
screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }

    h4 {
        font-size: 1.5625rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }
}

a {
    line-height: inherit;
    color: #2ba6cb;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #258faf;
}

a img {
    border: 0;
}

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

dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
}

ol,
ul {
    margin-left: 1.25rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

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

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: "тАФ";
}

abbr {
    border-bottom: 1px dotted #0a0a0a;
    color: #0a0a0a;
    cursor: help;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    font-weight: 400;
}

code,
kbd {
    background-color: #e6e6e6;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    border-radius: 3px;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p+.stat {
    margin-top: -1rem;
}

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }

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

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

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

@media print,
screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }

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

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

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

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

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

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

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

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca;
}

input::placeholder,
textarea::placeholder {
    color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

[type="button"],
[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

input[type="search"] {
    box-sizing: border-box;
}

[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}

[type="checkbox"]+label,
[type="radio"]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

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

label>[type="checkbox"],
label>[type="radio"] {
    margin-right: 0.5rem;
}

[type="file"] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

.input-group> :first-child {
    border-radius: 3px 0 0 3px;
}

.input-group> :last-child>* {
    border-radius: 0 3px 3px 0;
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%;
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

.input-group .input-group-button {
    display: table-cell;
}

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

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

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

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

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    border-color: #c60f13;
    background-color: #f8e6e7;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #c60f13;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #c60f13;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #c60f13;
}

.form-error,
.is-invalid-input:not(:focus)::placeholder,
.is-invalid-label {
    color: #c60f13;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-error.is-visible {
    display: block;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

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

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

.clearfix:after {
    clear: both;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

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

@media screen and (orientation: landscape) {

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

@media screen and (orientation: portrait) {

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

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
}

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

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

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #2ba6cb;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px;
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6;
}

.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}

.is-active>.accordion-title:before {
    content: "-";
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px;
}

table tbody,
table tfoot,
table thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
}

table thead {
    background: #f8f8f8;
    color: #0a0a0a;
}

table tfoot {
    background: #f1f1f1;
    color: #0a0a0a;
}

table tfoot tr,
table thead tr {
    background: transparent;
}

table tfoot td,
table tfoot th,
table thead td,
table thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left;
}

table tbody td,
table tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

table.unstriped tbody {
    background-color: #fefefe;
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {

    table.stack tfoot,
    table.stack thead {
        display: none;
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
    background-color: #ececec;
}

table.hover tbody tr:hover {
    background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto;
}

.table-scroll table {
    width: auto;
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

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

.row:after {
    clear: both;
}

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

.row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

@media print,
screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}

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

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

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

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

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

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

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

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

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

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

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

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

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

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

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

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

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

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

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

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

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

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

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

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

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

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

.small-12 {
    width: 100%;
}

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

.small-up-1>.column,
.small-up-1>.columns {
    float: left;
    width: 100%;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1>.column:nth-of-type(1n + 1),
.small-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
    float: left;
    width: 50%;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2>.column:nth-of-type(2n + 1),
.small-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
    float: left;
    width: 33.33333%;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3>.column:nth-of-type(3n + 1),
.small-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
    float: left;
    width: 25%;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4>.column:nth-of-type(4n + 1),
.small-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
    float: left;
    width: 20%;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5>.column:nth-of-type(5n + 1),
.small-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
    float: left;
    width: 16.66667%;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6>.column:nth-of-type(6n + 1),
.small-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
    float: left;
    width: 14.28571%;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7>.column:nth-of-type(7n + 1),
.small-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
    float: left;
    width: 12.5%;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8>.column:nth-of-type(8n + 1),
.small-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left;
}

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

.expanded.row .small-collapse.row,
.small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}

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

.small-centered {
    margin-right: auto;
    margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}

.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

@media print,
screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

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

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

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

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

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

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

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

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        float: left;
        width: 100%;
    }

    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-1>.column:nth-of-type(1n + 1),
    .medium-up-1>.columns:nth-of-type(1n + 1) {
        clear: both;
    }

    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left;
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        float: left;
        width: 50%;
    }

    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-2>.column:nth-of-type(2n + 1),
    .medium-up-2>.columns:nth-of-type(2n + 1) {
        clear: both;
    }

    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left;
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        float: left;
        width: 33.33333%;
    }

    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-3>.column:nth-of-type(3n + 1),
    .medium-up-3>.columns:nth-of-type(3n + 1) {
        clear: both;
    }

    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left;
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        float: left;
        width: 25%;
    }

    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-4>.column:nth-of-type(4n + 1),
    .medium-up-4>.columns:nth-of-type(4n + 1) {
        clear: both;
    }

    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left;
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        float: left;
        width: 20%;
    }

    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-5>.column:nth-of-type(5n + 1),
    .medium-up-5>.columns:nth-of-type(5n + 1) {
        clear: both;
    }

    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left;
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        float: left;
        width: 16.66667%;
    }

    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-6>.column:nth-of-type(6n + 1),
    .medium-up-6>.columns:nth-of-type(6n + 1) {
        clear: both;
    }

    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left;
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        float: left;
        width: 14.28571%;
    }

    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-7>.column:nth-of-type(7n + 1),
    .medium-up-7>.columns:nth-of-type(7n + 1) {
        clear: both;
    }

    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left;
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        float: left;
        width: 12.5%;
    }

    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-8>.column:nth-of-type(8n + 1),
    .medium-up-8>.columns:nth-of-type(8n + 1) {
        clear: both;
    }

    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left;
    }

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

    .expanded.row .medium-collapse.row,
    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }

    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }

    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,
screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

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

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

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

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

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

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

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

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1>.column,
    .large-up-1>.columns {
        float: left;
        width: 100%;
    }

    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-1>.column:nth-of-type(1n + 1),
    .large-up-1>.columns:nth-of-type(1n + 1) {
        clear: both;
    }

    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left;
    }

    .large-up-2>.column,
    .large-up-2>.columns {
        float: left;
        width: 50%;
    }

    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-2>.column:nth-of-type(2n + 1),
    .large-up-2>.columns:nth-of-type(2n + 1) {
        clear: both;
    }

    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left;
    }

    .large-up-3>.column,
    .large-up-3>.columns {
        float: left;
        width: 33.33333%;
    }

    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-3>.column:nth-of-type(3n + 1),
    .large-up-3>.columns:nth-of-type(3n + 1) {
        clear: both;
    }

    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left;
    }

    .large-up-4>.column,
    .large-up-4>.columns {
        float: left;
        width: 25%;
    }

    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-4>.column:nth-of-type(4n + 1),
    .large-up-4>.columns:nth-of-type(4n + 1) {
        clear: both;
    }

    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left;
    }

    .large-up-5>.column,
    .large-up-5>.columns {
        float: left;
        width: 20%;
    }

    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-5>.column:nth-of-type(5n + 1),
    .large-up-5>.columns:nth-of-type(5n + 1) {
        clear: both;
    }

    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left;
    }

    .large-up-6>.column,
    .large-up-6>.columns {
        float: left;
        width: 16.66667%;
    }

    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-6>.column:nth-of-type(6n + 1),
    .large-up-6>.columns:nth-of-type(6n + 1) {
        clear: both;
    }

    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left;
    }

    .large-up-7>.column,
    .large-up-7>.columns {
        float: left;
        width: 14.28571%;
    }

    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-7>.column:nth-of-type(7n + 1),
    .large-up-7>.columns:nth-of-type(7n + 1) {
        clear: both;
    }

    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left;
    }

    .large-up-8>.column,
    .large-up-8>.columns {
        float: left;
        width: 12.5%;
    }

    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-8>.column:nth-of-type(8n + 1),
    .large-up-8>.columns:nth-of-type(8n + 1) {
        clear: both;
    }

    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left;
    }

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

    .expanded.row .large-collapse.row,
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }

    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }

    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

.column-block {
    margin-bottom: 1.875rem;
}

.column-block> :last-child {
    margin-bottom: 0;
}

.slide-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0);
}

.slide-in-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0);
}

.slide-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0);
}

.slide-in-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0);
}

.slide-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%);
}

.slide-out-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%);
}

.slide-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%);
}

.slide-out-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%);
}

.fade-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}

.fade-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}

.hinge-in-from-top.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-out-from-top.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform-origin: top;
    transition-property: transform, opacity;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}

.hinge-out-from-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.scale-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}

.scale-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    transform: scale(1);
    opacity: 1;
}

.scale-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}

.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0;
}

.scale-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(0.5);
    opacity: 0;
}

.spin-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: rotate(-270deg);
    transition-property: transform, opacity;
    opacity: 0;
}

.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    transform: rotate(0);
    opacity: 1;
}

.spin-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    transform: rotate(270deg);
    opacity: 0;
}

.spin-in-ccw.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    transform: rotate(0);
    opacity: 1;
}

.spin-out-ccw.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}

.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-270deg);
    opacity: 0;
}

.slow {
    transition-duration: 0.75s !important;
}

.fast {
    transition-duration: 0.25s !important;
}

.linear {
    transition-timing-function: linear !important;
}

.ease {
    transition-timing-function: ease !important;
}

.ease-in {
    transition-timing-function: ease-in !important;
}

.ease-out {
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    transition-timing-function: cubic-bezier(0.485,
            0.155,
            0.24,
            1.245) !important;
}

.bounce-out {
    transition-timing-function: cubic-bezier(0.485,
            0.155,
            0.515,
            0.845) !important;
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76,
            -0.245,
            0.24,
            1.245) !important;
}

.short-delay {
    transition-delay: 0.3s !important;
}

.long-delay {
    transition-delay: 0.7s !important;
}

.shake {
    animation-name: a;
}

@keyframes a {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}

.spin-ccw,
.spin-cw {
    animation-name: b;
}

@keyframes b {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

.wiggle {
    animation-name: c;
}

@keyframes c {

    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }

    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }

    0%,
    30%,
    70%,
    to {
        transform: rotate(0);
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    animation-duration: 0.5s;
}

.infinite {
    animation-iteration-count: infinite;
}

.slow {
    animation-duration: 0.75s !important;
}

.fast {
    animation-duration: 0.25s !important;
}

.linear {
    animation-timing-function: linear !important;
}

.ease {
    animation-timing-function: ease !important;
}

.ease-in {
    animation-timing-function: ease-in !important;
}

.ease-out {
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    animation-timing-function: cubic-bezier(0.485,
            0.155,
            0.515,
            0.845) !important;
}

.bounce-in-out {
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    animation-delay: 0.3s !important;
}

.long-delay {
    animation-delay: 0.7s !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;
    -moz-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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 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;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    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;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

.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-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.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: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

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

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    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(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -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);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-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;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    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: -moz-linear-gradient(right,
            rgba(0, 0, 0, 0.5),
            transparent);
    background-image: -o-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: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-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: -moz-linear-gradient(bottom,
            rgba(0, 0, 0, 0.5),
            transparent);
    background-image: -o-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: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-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;
    -moz-backface-visibility: hidden;
    -ms-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-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

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

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-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;
    -moz-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-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    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;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    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%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-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%;
    -webkit-background-size: 100%;
    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% {
        transform: rotate(360deg);
    }
}

body.is-reveal-open {
    overflow: hidden;
}

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

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

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
    outline: 0;
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
    min-width: 0;
}

.reveal> :last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 62.5rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print,
screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 62.5rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 62.5rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 62.5rem;
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

@font-face {
    font-family: "simplificasimplifica";
    src: url("/wp-content/themes/blankslate-child/fonts/simplifica-webfont.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/simplifica-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Whitney-Light";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-Light.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/whitneylight.otf") format("otf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Whitney-LightItalic";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-LightItalic.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Whitney-MediumItalic";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-MediumItalic.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Whitney-Medium";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-Medium.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Whitney-BlackItalic";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-BlackItalic.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Whitney-Semibold";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-Semibold.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Whitney-BookItalic";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-BookItalic.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-BookItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Whitney-Book";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-Book.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Whitney-Bold";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-Bold.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Whitney-Black";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-Black.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Whitney-SemiboldItalic";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-SemiboldItalic.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-SemiboldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Whitney-BoldItalic";
    src: url("/wp-content/themes/blankslate-child/fonts/Whitney-BoldItalic.woff2") format("woff2"),
        url("/wp-content/themes/blankslate-child/fonts/Whitney-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

body {
    background: #fafafa;
    overflow-x: hidden;
    font-family: "Whitney-Book";
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

body .o_wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.obj {
    color: #bc9b6a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "simplificasimplifica";
}

.obj:before {
    display: block;
    content: "";
    margin: 0 auto 15px;
    background: url(/wp-content/themes/blankslate-child/asset/svg/new_star_g.svg) center no-repeat !important;
    height: 70px;
    width: 70px;
}

a {
    text-decoration: none;
}

.btn,
.button,
a.button,
a.btn,
button,
input.submit {
    background: #bc9b6a;
    padding: 0 30px;
    font-family: "Whitney-Medium";
    color: #fff !important;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 20px 20px;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn.btn_br,
.button.btn_br,
a.button.btn_br,
a.btn.btn_br,
button.btn_br,
input.submit.btn_br {
    color: #fff !important;
}

.btn.m_res,
.button.m_res,
a.button.m_res,
a.btn.m_res,
button.m_res,
input.submit.m_res {
    margin: 0 0 20px;
}

.btn:hover,
.button:hover,
a.button:hover,
a.btn:hover,
button:hover,
input.submit:hover {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.lead {
    font-size: 28px;
    line-height: 1;
    font-family: "Whitney-Medium";
}

.clear_float {
    float: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m_brand {
    max-width: 200px;
}

header {
    z-index: 9;
    width: 100%;
    position: relative;
    background: #fff;
}

header .logos_wrapper {
    float: left;
    margin: 28px 0 28px 35px;
}

header .logos_wrapper div {
    overflow: hidden;
    display: block;
    float: left;
}

header .logos_wrapper div.m_brand {
    margin-right: 35px;
}

header .logos_wrapper div.s_brand {
    padding-top: 40px;
}

header .logos_wrapper div a {
    display: block;
}

header ul {
    margin: 0;
    list-style: none;
}

header .res_links {
    position: absolute;
    top: 0;
    right: 0;
    background: #bc9b6a;
}

header .res_links .inner_frame {
    position: relative;
    padding-right: 20px;
}

header .res_links .inner_frame:before {
    display: block;
    content: "";
    width: 150px;
    top: 0;
    left: -150px;
    position: absolute;
    height: 45px;
    background: linear-gradient(to left, #d39840 0%, rgba(211, 152, 64, 0) 100%);
}

header .res_links .inner_frame li {
    display: block;
    float: right;
    margin-right: 42px;
}

header .res_links .inner_frame li a {
    font-family: "Whitney-Semibold";
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 1px;
}

header .mob_pane .main_nav ul {
    float: right;
    margin-top: 85px;
    margin-right: 84px;
    display: block;
}

header .mob_pane .main_nav ul li {
    display: block;
    float: left;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

header .mob_pane .main_nav ul li:hover {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    background: #bc9b6a;
}

header .mob_pane .main_nav ul li:hover a {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    color: #fff;
}

header .mob_pane .main_nav ul li:hover.menu-parent-item:after {
    background: url("/wp-content/themes/blankslate-child/asset/svg/arr_down_w.svg") center no-repeat;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    background-size: cover;
}

header .mob_pane .main_nav ul li a {
    font-family: "Whitney-Medium";
    color: #5f3912;
    font-size: 24px;
    line-height: 44px;
    padding: 0 20px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

header .mob_pane .main_nav ul li.menu-parent-item {
    position: relative;
}

header .mob_pane .main_nav ul li.menu-parent-item:after {
    width: 16px;
    height: 10px;
    content: "";
    display: block;
    float: right;
    margin: 17px 17px 0px -14px;
    background: url("/wp-content/themes/blankslate-child/asset/svg/arr_down.svg") center no-repeat;
    background-size: cover;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

header .mob_pane .main_nav ul li .sub-menu {
    position: absolute;
    top: 44px;
    background: #bc9b6a;
    left: 0;
    display: none;
    z-index: 1;
    margin: 0;
    float: none;
    min-width: 210px;
    padding: 10px 0 0;
}

header .mob_pane .main_nav ul li .sub-menu li {
    display: block;
    text-align: center;
    float: none;
}

header .mob_pane .main_nav ul li .sub-menu li a {
    font-family: "Whitney-Book";
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    font-weight: 300;
    line-height: 38px;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    text-shadow: none;
}

header .mob_pane .main_nav ul li .sub-menu li a:hover {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    color: #3c3d41;
}

header .mob_pane .main_nav ul li .sub-menu .sub-menu_inner {
    margin: 0;
    float: none;
    background: #3c3d41;
    display: none;
}

header .mob_pane .main_nav ul li .sub-menu .sub-menu_inner li a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

header .ham_btn {
    display: none;
    height: 18px;
    position: absolute;
    bottom: 28px;
    right: 38px;
    cursor: pointer;
}

header .ham_btn span {
    width: 27px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    background: #bc9b6a;
}

header .ham_btn span:nth-child(1) {
    top: 0;
}

header .ham_btn span:nth-child(2) {
    top: 7px;
}

header .ham_btn span:nth-child(3) {
    top: 15px;
}

header .ham_btn:after {
    content: "Menu";
    font-weight: 900;
    color: #bc9b6a;
    text-transform: uppercase;
    margin-left: 35px;
    display: inline-block;
    line-height: 1;
    margin-top: -5px;
    font-size: 24px;
}

.after_header {
    position: relative;
}

.after_header .video_frame img {
    width: 100%;
}

.after_header .img_frame img {
    width: 100%;
}

.after_header .page_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 25px 0 0;
    z-index: 1;
    background: rgba(40, 15, 8, 0.5);
}

.after_header .page_title h1 {
    text-transform: capitalize;
    font-weight: inherit;
    font-size: 58px;
    color: #fff;
}

.after_header .slogan_home {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 250px;
    z-index: 3;
}

.after_header .slogan_home .right_al {
    float: right;
}

.after_header .slogan_home .right_al h2 {
    font-size: 85px;
    font-family: "simplificasimplifica";
    color: #fff;
    line-height: 1;
    margin-bottom: -5px;
    font-weight: unset;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.after_header .slogan_home .right_al h3 {
    color: #fff;
    font-size: 30px;
    font-family: "Whitney-Semibold";
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.after_header .slogan_home .right_al .btn {
    display: inline-block;
    color: #fff;
    background: #e06d39;
    line-height: 45px;
    padding: 0 24px;
    text-transform: uppercase;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.after_header .slogan_home .right_al .btn:hover {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    background: #bc9b6a;
}

.coco_line {
    width: 100%;
    margin-top: -1px;
    height: 50px;
    background: url(../blankslate-child/asset/image/Hokus-Coconuts.jpg) left repeat-x;
}

.home_intro {
    position: relative;
    padding: 50px 0;
}

.home_intro.pb_res {
    padding-bottom: 0;
}

.home_intro.pb_res .inner_nav {
    margin-bottom: 0;
}

.home_intro .inner_frame {
    position: relative;
    z-index: 2;
}

.home_intro h2 {
    font-size: 48px;
    color: #5f3912;
    text-transform: capitalize;
    font-family: "simplificasimplifica";
}

.home_intro h1 {
    color: #5f3912;
    text-transform: capitalize;
    font-family: "simplificasimplifica";
}

.home_intro h3,
.home_intro h4,
.home_intro h5,
.home_intro h6 {
    color: #5f3912;
    font-family: "Whitney-Medium";
}

.home_intro p {
    font-size: 20px;
    color: #5f3912;
    letter-spacing: 1px;
}

.home_intro p a {
    color: #e06d39;
}

.home_intro a {
    color: #e06d39;
}

.home_intro .btn_wrapper a {
    font-family: "Whitney-Medium";
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 20px 20px;
}

.home_intro .btn_wrapper a.btn {
    background: #bc9b6a;
    padding: 15px 30px;
}

.home_intro .btn_wrapper a.btn.btn_small {
    font-size: 16px;
    padding: 12px 20px;
}

.home_intro .btn_wrapper a.btn.btn_smaller {
    font-size: 16px;
    padding: 12px 20px;
}

.home_intro .btn_wrapper a.dropdown {
    position: relative;
    color: #5f3912;
    border: 3px solid #fafafa;
    line-height: 54px;
    padding: 0 25px;
    margin-bottom: 0;
}

.home_intro .btn_wrapper a.dropdown.hovered {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    border-color: #bc9b6a;
}

.home_intro .btn_wrapper a.dropdown:after {
    width: 16px;
    height: 10px;
    content: "";
    display: block;
    float: right;
    margin: 22px 0px 0px 5px;
    background: url(/wp-content/themes/blankslate-child/asset/svg/arr_down.svg) center no-repeat;
    background-size: cover;
}

.home_intro .btn_wrapper .res_block {
    display: inline-block;
    position: relative;
}

.home_intro .btn_wrapper .res_block .sub-menu {
    position: absolute;
    top: 60px;
    background: #bc9b6a;
    left: 20px;
    z-index: 1;
    margin: 0;
    float: none;
    width: calc(100% - 40px);
    display: none;
}

.home_intro .btn_wrapper .res_block .sub-menu li {
    display: block;
    text-align: center;
    float: none;
}

.home_intro .btn_wrapper .res_block .sub-menu li a {
    font-family: "Whitney-Book";
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    text-shadow: none;
}

.home_intro .btn_wrapper .res_block .sub-menu li:hover a {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    color: #3c3d41;
}

.home_intro .btn_wrapper .res_block .sub-menu li .sub-menu_inner {
    margin: 0;
    float: none;
    background: #3c3d41;
    display: none;
}

.home_intro .btn_wrapper .res_block .sub-menu li .sub-menu_inner li a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.home_intro.no_bg:after {
    display: none;
}

.home_intro.err_area {
    background: #e06d39;
    padding-bottom: 70px;
}

.home_intro.err_area h1 {
    font-family: "simplificasimplifica";
    color: #fff;
}

.home_intro.err_area h1 span {
    font-size: 120px;
}

.home_intro input.submit {
    border-radius: 0;
    border: 0;
    margin: 0;
    text-transform: capitalize;
}

.cards .flex_d {
    display: flex;
}

.cards .flex_d:nth-child(3n + 1) {
    background: #bc9b6a;
}

.cards .flex_d:nth-child(3n + 2) {
    background: #5f3912;
}

.cards .flex_d:nth-child(3n + 3) {
    background: #e06d39;
}

.cards .flex_d.orange {
    background: #e06d39;
}

.cards .flex_d.gold {
    background: #bc9b6a;
}

.cards .flex_d .img_frame img {
    width: 100%;
}

.cards .flex_d .text-frame {
    position: relative;
}

.cards .flex_d .text-frame .inner_frame {
    padding: 0 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.cards .flex_d .text-frame .inner_frame h2 {
    text-transform: capitalize;
    font-size: 48px;
    font-family: "simplificasimplifica";
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 5px;
}

.cards .flex_d .text-frame .inner_frame p a {
    color: #fff;
}

.cards .flex_d .text-frame .inner_frame p.lead {
    font-family: "Whitney-Medium";
}

.cards .flex_d .text-frame .inner_frame a {
    color: #fff;
}

.cards .flex_d .text-frame .inner_frame .btn {
    font-family: "Whitney-Medium";
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 20px 20px;
    padding: 15px 30px;
    border: 3px solid #fff;
    background: none;
}

.cards .flex_d .text-frame .inner_frame h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

.global_home {
    background: #f2e6d5;
}

.global_home .inner_frame {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.global_home .inner_frame h2 {
    font-family: "simplificasimplifica";
    color: #e06d39;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 1;
}

.global_home .inner_frame .lead {
    line-height: 1;
    margin-bottom: 20px;
    color: #5f3912;
    font-family: "Whitney-Medium";
}

.global_home .inner_frame .grid_b .thumb {
    float: left;
    position: relative;
}

.global_home .inner_frame .grid_b .thumb a {
    display: block;
}

.global_home .inner_frame .grid_b .thumb a>img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: ease 0.9s;
    -ms-transition: ease 0.9s;
    -moz-transition: ease 0.9s;
    -o-transition: ease 0.9s;
    transition: ease 0.9s;
}

.global_home .inner_frame .grid_b .thumb .text-info {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    overflow: hidden;
    height: 125px;
}

.global_home .inner_frame .grid_b .thumb .text-info a {
    display: block;
}

.global_home .inner_frame .grid_b .thumb .text-info:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 1;
    -webkit-transition: ease 0.9s;
    -ms-transition: ease 0.9s;
    -moz-transition: ease 0.9s;
    -o-transition: ease 0.9s;
    transition: ease 0.9s;
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(95, 57, 18, 0.85) 50%,
            rgba(95, 57, 18, 0.85) 100%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(95, 57, 18, 0.85) 50%,
            rgba(95, 57, 18, 0.85) 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(95, 57, 18, 0.85) 50%,
            rgba(95, 57, 18, 0.85) 100%);
}

.global_home .inner_frame .grid_b .thumb .text-info:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    -webkit-transition: ease 0.9s;
    -ms-transition: ease 0.9s;
    -moz-transition: ease 0.9s;
    -o-transition: ease 0.9s;
    transition: ease 0.9s;
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(211, 152, 64, 0.85) 50%,
            rgba(211, 152, 64, 0.85) 100%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(211, 152, 64, 0.85) 50%,
            rgba(211, 152, 64, 0.85) 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(211, 152, 64, 0.85) 50%,
            rgba(211, 152, 64, 0.85) 100%);
}

.global_home .inner_frame .grid_b .thumb .text-info .inner_info {
    z-index: 2;
    position: relative;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.global_home .inner_frame .grid_b .thumb .text-info img {
    height: 55px;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    padding-bottom: 0px;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.global_home .inner_frame .grid_b .thumb .text-info h4 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: "Whitney-Medium";
    color: #fff;
}

.global_home .inner_frame .grid_b .thumb .text-info h4 span {
    line-height: 1;
    font-size: 30px;
    margin: 0 0 10px;
    font-family: "Whitney-MediumItalic";
    color: #fff;
    display: block;
}

.global_home .inner_frame .grid_b .thumb .text-info .re_btn {
    font-family: "Whitney-Medium";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.global_home .inner_frame .grid_b .thumb:hover a>img {
    -webkit-transition: ease 0.9s;
    -ms-transition: ease 0.9s;
    -moz-transition: ease 0.9s;
    -o-transition: ease 0.9s;
    transition: ease 0.9s;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.global_home .inner_frame .grid_b .thumb:hover .text-info:after {
    -webkit-transition: ease 0.9s;
    -ms-transition: ease 0.9s;
    -moz-transition: ease 0.9s;
    -o-transition: ease 0.9s;
    transition: ease 0.9s;
    opacity: 0;
}

.global_home .inner_frame .grid_b .thumb:hover .text-info:before {
    -webkit-transition: ease 0.9s;
    -ms-transition: ease 0.9s;
    -moz-transition: ease 0.9s;
    -o-transition: ease 0.9s;
    transition: ease 0.9s;
    opacity: 1;
}

.global_home .inner_frame .grid_b .thumb:hover .text-info img {
    padding-bottom: 20px;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.global_home .inner_frame .grid_b .thumb:hover .text-info .inner_info {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    -ms-transform: translate(0px, -40px);
    -webkit-transform: translate(0px, -40px);
    transform: translate(0px, -40px);
}

.awwards {
    position: relative;
    padding: 50px 0;
}

.awwards h2 {
    font-size: 48px;
    color: #5f3912;
    text-transform: capitalize;
    font-family: "simplificasimplifica";
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
}

.awwards .lead {
    color: #5f3912;
    font-family: "Whitney-Medium";
}

.awwards .aww_frame {
    display: flex;
    position: relative;
    z-index: 2;
    text-align: center;
}

.awwards .aww_frame .aww_item {
    width: 20%;
    background: #d9a75c;
    color: #fff;
    margin: 0 11px;
    padding: 20px 5px;
}

.awwards .aww_frame .aww_item .inner_frame {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.awwards .aww_frame .aww_item .inner_frame b {
    font-family: "Whitney-Bold";
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.swiper-slide {
    -webkit-flex-shrink: inherit !important;
    -ms-flex: inherit !important;
    flex-shrink: inherit !important;
    height: auto;
}

.insta_sec {
    background: #e06d39;
    overflow: hidden;
    padding: 40px 0 50px;
    margin-bottom: 100px;
}

.insta_sec h2 {
    color: #fff;
    font-family: "simplificasimplifica";
    text-align: center;
    text-transform: uppercase;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
    font-size: 60px;
    letter-spacing: 3px;
}

.insta_sec .instafeed_box {
    width: 16.66666667%;
    float: left;
    margin-bottom: -2px;
    background-position: center;
    background-size: cover;
    display: block;
}

.insta_sec .instafeed_box img {
    opacity: 0;
    width: 100%;
}

footer {
    position: relative;
}

footer .copyr {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    background: #280f08;
}

footer .open_section h2 {
    letter-spacing: 1px;
    font-family: "Whitney-Medium";
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    color: #bc9b6a;
    margin-bottom: 20px;
}

footer .open_section .mob_rev {
    display: none;
}

footer .open_section .ot-title,
footer .open_section .ot-powered-by {
    display: none;
}

footer .open_section .ot-dtp-picker.wide {
    width: 970px;
    padding: 20px 0 30px;
}

footer .open_section .ot-dtp-picker .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
    outline: none !important;
}

footer .open_section .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    width: 250px;
}

footer .open_section input.ot-button.ot-dtp-picker-button.en {
    height: 46px;
}

footer .r_footer {
    padding: 165px 0 25px;
    background: #bc9b6a;
}

footer .r_footer .bo_xes {
    overflow: hidden;
    margin-bottom: 80px;
}

footer .r_footer .info_cols h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Whitney-Medium";
    letter-spacing: 2px;
    margin: 15px 0;
}

footer .r_footer .info_cols p {
    font-size: 18px;
    line-height: 1.2;
    font-family: "Whitney-Medium";
}

footer .r_footer .info_cols p a {
    color: #fff;
}

footer .r_footer .info_cols p span {
    display: block;
}

footer .r_footer .info_cols .soc_icons a {
    margin: 0 13px;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

footer .r_footer .info_cols .soc_icons a svg {
    height: 40px;
}

footer .r_footer .info_cols .soc_icons a svg .st0 {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

footer .r_footer .info_cols .soc_icons a:hover {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

footer .r_footer .info_cols .soc_icons a:hover .st0 {
    fill: #e06d39;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

footer .r_footer .logos_wrapper {
    float: left;
    overflow: hidden;
}

footer .r_footer .logos_wrapper div {
    float: left;
}

footer .r_footer .logos_wrapper div:nth-child(1) {
    margin-right: 40px;
}

footer .r_footer .logos_wrapper div:nth-child(2) {
    margin-top: 40px;
}

footer .r_footer .foooter_nav {
    float: right;
    margin-top: 20px;
}

footer .r_footer .foooter_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .r_footer .foooter_nav ul li {
    display: inline-block;
    margin-left: 40px;
}

footer .r_footer .foooter_nav ul li a {
    color: #fff;
    font-family: "Whitney-Medium";
    font-size: 24px;
    line-height: 50px;
}

footer .r_footer .foooter_nav .sub-menu {
    display: none;
}

.our_location {
    background: #f8ebda;
}

.our_location .pre_frame {
    padding: 50px 0 30px;
}

.our_location .pre_frame h2 {
    font-family: "simplificasimplifica";
    margin-bottom: 0;
    font-size: 48px;
    letter-spacing: 2px;
    color: #e06d39;
    line-height: 1;
    margin-bottom: 50px;
}

.our_location .pre_frame p {
    color: #280f08;
}

.content_l {
    background: url(../blankslate-child/asset/image/bg_stars_cream.jpg) center no-repeat;
    background-size: cover;
}

.content_l .inner_frame {
    padding: 50px 0;
}

.content_l .inner_frame h2 {
    letter-spacing: 1px;
    color: #e06d39;
    font-size: 48px;
    font-family: "simplificasimplifica";
    margin-bottom: 50px;
    line-height: 1;
}

.content_l .inner_frame p {
    color: #280f08;
    font-size: 16px;
}

.content_l .inner_frame p.lead {
    font-size: 28px;
    font-family: "Whitney-Medium";
}

.inner_nav {
    list-style: none;
    margin: 0 0 60px;
    padding: 0;
}

.inner_nav li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-right: 20px;
}

.inner_nav li a {
    color: #3c3d41;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    display: block;
}

.inner_nav li:after {
    content: "";
    display: block;
    background: #3c3d41;
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: 0;
    width: 2px;
    height: 28px;
    right: 0;
}

.inner_nav li:last-child {
    padding-right: 0;
    padding-left: 0;
}

.inner_nav li:last-child:after {
    display: none;
}

.inner_nav li.active a {
    font-weight: 900;
}

.btn_cus {
    color: #bc9b6a !important;
    border-color: #bc9b6a !important;
    float: right;
    margin-top: -120px !important;
}

.menu_cards h2 {
    font-size: 48px;
}

.menu_cards .menu_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_cards .menu_list h5 {
    font-family: "Whitney-Semibold";
    font-size: 18px !important;
    text-transform: uppercase;
}

.menu_cards .menu_list li p {
    font-size: 15px;
}

.menu_cards .home_intro.pb_res {
    padding-bottom: 0;
}

.menu_cards .home_intro.pb_res .inner_nav {
    margin-bottom: 0;
}

.menu_cards .home_intro .lead {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.menu_cards .home_intro .two_cols {
    text-align: left;
    width: 100%;
    clear: both;
    overflow: hidden;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 100px;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
}

.menu_cards .home_intro .two_cols li {
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.menu_cards .home_intro .two_cols li p {
    margin-bottom: 5px;
}

.menu_cards .home_intro .two_cols li h5 {
    font-size: 18px !important;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #5f3912;
}

.menu_cards .home_intro .two_cols .btn_wrapper a {
    margin: 0 0 20px;
    color: #bc9b6a;
    border-color: #bc9b6a;
}

#page_gall {
    padding-bottom: 70px;
}

.gal_wrapper {
    position: relative;
    width: 100%;
    padding-top: 82%;
}

.gal_wrapper li {
    list-style: none;
    display: block;
    position: absolute;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    padding: 5px;
}

.gal_wrapper li a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.gal_wrapper li a img {
    opacity: 0;
}

.gal_wrapper:nth-child(odd) li:nth-child(1) {
    width: 41%;
    top: 0;
    left: 0;
    height: 30%;
}

.gal_wrapper:nth-child(odd) li:nth-child(2) {
    width: 25%;
    top: 0;
    left: 41%;
    height: 30%;
}

.gal_wrapper:nth-child(odd) li:nth-child(3) {
    width: 34%;
    top: 0;
    height: 60%;
    right: 0;
}

.gal_wrapper:nth-child(odd) li:nth-child(4) {
    width: 25%;
    top: 30%;
    height: 30%;
    left: 0;
}

.gal_wrapper:nth-child(odd) li:nth-child(5) {
    width: 41%;
    top: 30%;
    left: 25%;
    height: 30%;
}

.gal_wrapper:nth-child(odd) li:nth-child(6) {
    width: 50%;
    top: 60%;
    left: 0;
    height: 40%;
}

.gal_wrapper:nth-child(odd) li:nth-child(7) {
    width: 50%;
    top: 60%;
    left: 50%;
    height: 40%;
}

.gal_wrapper:nth-child(even) li:nth-child(1) {
    width: 34%;
    top: 0;
    height: 60%;
    left: 0;
}

.gal_wrapper:nth-child(even) li:nth-child(2) {
    width: 41%;
    top: 0;
    left: 34%;
    height: 30%;
}

.gal_wrapper:nth-child(even) li:nth-child(3) {
    width: 25%;
    top: 0;
    left: 75%;
    height: 30%;
}

.gal_wrapper:nth-child(even) li:nth-child(4) {
    width: 25%;
    top: 30%;
    height: 30%;
    left: 34%;
}

.gal_wrapper:nth-child(even) li:nth-child(5) {
    width: 41%;
    top: 30%;
    height: 30%;
    left: 59%;
}

.gal_wrapper:nth-child(even) li:nth-child(6) {
    width: 50%;
    top: 60%;
    left: 0;
    height: 40%;
}

.gal_wrapper:nth-child(even) li:nth-child(7) {
    width: 50%;
    top: 60%;
    left: 50%;
    height: 40%;
}

.insta_sec h2 {
    line-height: 1;
    margin-bottom: 28px;
}

@media (min-width: 1260px) {
    .cards .flex_d .img_frame img {
        position: absolute;
    }

    .cards .flex_d .img_frame {
        min-height: 560px;
        position: relative;
        overflow: hidden;
    }

    .cards .flex_d .text-frame .inner_frame {
        padding: 50px 230px;
    }
}

h1,
h2,
.content_l .inner_frame h2 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
}

.error-msg {
    color: #da3743;
}

.form-error {
    display: inline-block;
}

form .submit {
    cursor: pointer;
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

@media (max-width: 1600px) {
    header .mob_pane .main_nav ul li a {
        padding: 0px 18px;
        font-size: 18px;
    }

    header .res_links .inner_frame li a {
        font-size: 18px;
    }

    header .mob_pane .main_nav ul li.menu-parent-item:after {
        width: 12px;
        margin: 18px 17px 0px -14px;
    }

    header .logos_wrapper img {
        max-width: 180px;
    }
}

@media (max-width: 1400px) {
    header .logos_wrapper img {
        max-width: 135px;
    }

    .cards .flex_d .text-frame .inner_frame h2 {
        font-size: 35px;
    }

    .cards .flex_d .text-frame .inner_frame .lead {
        font-size: 24px;
    }

    .cards .flex_d .text-frame .inner_frame p {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {

    header .logos_wrapper div.s_brand,
    header .mob_pane .main_nav ul,
    header .res_links .inner_frame li.lang_wrap,
    header .res_links .inner_frame:before {
        display: none;
    }

    header .res_links .inner_frame li.tel_link a {
        color: #bc9b6a;
    }

    header .ham_btn {
        display: block;
    }

    header .logos_wrapper {
        margin: 20px 0 20px 20px;
    }

    header:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 70%;
        background: #d39840;
        content: "";
        z-index: 1;
        height: 6px;
    }

    header:after {
        display: block;
        position: absolute;
        top: 0;
        height: 6px;
        left: 0;
        content: "";
        width: 30%;
        background: linear-gradient(to left,
                #d39840 0%,
                rgba(211, 152, 64, 0) 100%);
        z-index: 1;
    }

    header .res_links {
        margin: 20px;
        position: relative;
        top: inherit;
        right: inherit;
        background: none;
    }

    .btn_l {
        border: 3px solid #bc9b6a;
        color: #bc9b6a;
    }

    .btn_l a {
        color: #bc9b6a !important;
        padding: 0 11px;
    }

    header .res_links .inner_frame li {
        margin-right: 0;
        margin-left: 30px;
    }

    header .mob_pane .main_nav ul {
        float: none;
        margin: 0;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 3;
        top: 135px;
    }

    header .mob_pane .main_nav ul li {
        float: none;
        background: #f6ead9;
        text-align: center;
        border-left: 1px solid #d39840;
        border-right: 1px solid #d39840;
        border-top: 1px solid #d39840;
    }

    header .mob_pane .main_nav ul li:last-child {
        border-bottom: 1px solid #d39840;
    }

    header .mob_pane .main_nav ul li a {
        display: block;
        color: #3c3d41;
        padding: 0;
        font-size: 20px;
        text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.1);
    }

    header .mob_pane .main_nav ul li.menu-parent-item:after {
        position: absolute;
        top: 18px;
        right: 10px;
        margin: 0;
        background: url(/wp-content/themes/blankslate-child/asset/svg/arr_down_g.svg) center no-repeat !important;
        background-size: cover !important;
        display: inline-block;
    }

    header .mob_pane .main_nav ul li.menu-parent-item.pressed {
        background: #d39840;
    }

    header .mob_pane .main_nav ul li.menu-parent-item.pressed a {
        color: #fff !important;
    }

    header .mob_pane .main_nav ul li.menu-parent-item.pressed:after {
        background: url(/wp-content/themes/blankslate-child/asset/svg/arr_down.svg) center no-repeat !important;
        background-size: cover !important;
    }

    header .mob_pane .main_nav ul li .sub-menu {
        position: relative;
        top: inherit;
        left: inherit;
        z-index: 1;
        margin: 0;
        float: none;
        min-width: 200px;
        width: 100%;
        padding: 0;
    }

    header .mob_pane .main_nav ul li .sub-menu li {
        border: none !important;
        background: #deb270;
    }

    .cards .flex_d {
        display: block;
    }

    .cards .flex_d .text-frame .inner_frame {
        padding: 30px 30px;
        top: inherit;
        transform: none !important;
        position: relative;
    }

    .flex_d .large-pull-6,
    .flex_d .large-push-6 {
        left: 0;
    }

    .flex_d .large-6 {
        width: 100%;
    }

    .cards .flex_d .text-frame .inner_frame .btn {
        font-size: 20px;
        padding: 15 20px;
    }

    .global_home .inner_frame h2 {
        font-size: 28px;
    }

    .global_home .inner_frame .lead {
        font-size: 22px;
        padding: 0 10px;
    }

    .global_home .inner_frame {
        padding: 40px 0;
    }

    .obj:before {
        width: 45px;
        height: 45px;
        background-size: cover;
    }

    .awwards h2 {
        font-size: 27px;
    }

    .awwards .lead {
        font-size: 20px;
    }

    footer .open_section {
        position: relative;
        top: inherit;
        background-repeat: repeat;
    }

    footer .open_section .ot-dtp-picker {
        width: 260px;
        margin: 20px auto;
    }

    footer .open_section h2 {
        font-size: 28px;
        text-align: center;
    }

    footer .open_section .desk_rev {
        display: none;
    }

    footer .open_section .mob_rev {
        display: block !important;
        text-align: center;
        padding: 25px 0;
    }

    footer .r_footer {
        padding: 40px 0;
    }

    footer .r_footer .foooter_nav {
        display: none;
    }

    footer .r_footer .logos_wrapper div {
        width: 50%;
    }

    footer .r_footer .logos_wrapper div:nth-child(1) {
        margin-right: 0;
    }

    header .mob_pane .main_nav ul li:hover {
        background: #f6ead9;
    }

    header .mob_pane .main_nav ul li:hover a {
        color: #3c3d41 !important;
    }

    header .mob_pane .main_nav ul li .sub-menu .sub-menu_inner {
        top: inherit;
        position: relative;
        display: block;
    }

    .home_intro .btn_wrapper .res_block .sub-menu li .sub-menu_inner {
        display: block;
    }

    header .mob_pane .main_nav ul li .sub-menu .sub-menu_inner li {
        background: #3c3d41;
    }
}

@media (max-width: 1024px) {
    .home_intro {
        padding: 30px 0 25px;
    }

    .home_intro h2 {
        font-size: 27px;
    }

    .home_intro h2:before {
        width: 45px;
        background-size: cover;
        height: 45px;
    }

    .home_intro p {
        font-size: 14px;
    }

    .home_intro .btn_wrapper a {
        font-size: 20px;
    }

    .home_intro:after {
        display: none;
    }

    .cards .flex_d .text-frame .inner_frame h2 {
        text-transform: uppercase;
        font-size: 27px;
    }

    .cards .flex_d .text-frame .inner_frame .lead {
        font-size: 22px;
    }

    .after_header .img_frame img {
        opacity: 1;
    }

    body:not(.index) .after_header .img_frame img {
        opacity: 1;
    }

    .after_header .slogan_home .right_al {
        float: none;
    }

    .after_header .slogan_home {
        top: calc(50% + 65px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.index .after_header {
        padding-top: 0;
    }
}

@media (max-width: 760px) {
    .awwards {
        padding: 40px 0;
    }

    .awwards .aww_frame .aww_item {
        min-height: 250px;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }

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

    .awwards .aww_frame .aww_item .inner_frame {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        max-width: calc(100% - 70px);
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
        font-size: 50px;
        background: none;
    }

    .after_header .img_frame {
        position: relative;
        /*height: calc(100vh - 215px);*/
        opacity: 1;
        overflow: hidden;
        background-position: center;
        background-size: cover;
    }

    .after_header .img_frame img {
        display: block;
        opacity: 1;
    }

    .after_header .img_frame video {
        width: auto !important;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .our_location .pre_frame h2,
    .content_l .inner_frame h2 {
        font-size: 28px;
    }

    .content_l .inner_frame p {
        font-size: 14px;
    }

    .our_location .pre_frame p,
    .content_l .inner_frame p.lead {
        font-size: 22px;
    }

    .our_location .pre_frame {
        padding: 70px 50px 30px;
    }

    .content_l {
        background: #f8ebda;
    }

    .content_l .inner_frame {
        padding: 35px 0;
    }

    .res_mob,
    .mob_hide {
        display: none;
    }

    .btn_br {
        float: none;
        margin-top: 10px !important;
    }

    .menu_cards .home_intro .two_cols {
        text-align: left;
        width: 100%;
        clear: both;
        overflow: hidden;
        column-count: inherit;
        -webkit-column-count: inherit;
        -moz-column-count: inherit;
        column-gap: inherit;
        -webkit-column-gap: inherit;
        -moz-column-gap: inherit;
    }

    .inner_nav li {
        margin-bottom: 15px;
    }

    .inner_nav li a {
        font-size: 20px;
    }

    .inner_nav li:after {
        height: 20px;
    }

    .btn_cus {
        float: none;
        margin-top: 0px !important;
    }

    .after_header .slogan_home .right_al h2 {
        font-size: 60px;
    }

    .after_header .slogan_home .right_al h3 {
        font-size: 20px;
    }

    .after_header .slogan_home .right_al .btn {
        font-size: 16px;
        line-height: 1.2;
        padding: 15px 20px;
    }

    .after_header .page_title h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 640px) {
    header .mob_pane .main_nav ul {
        top: 160px;
    }

    header .ham_btn {
        position: relative;
        height: inherit;
        float: none;
        right: inherit;
        bottom: inherit;
        clear: both;
        margin: 20px;
        max-width: 105px;
    }
}

@media (max-width: 550px) {
    li.tel_link a {
        font-size: 22px !important;
    }

    header .logos_wrapper div.m_brand {
        margin-right: 0;
    }

    header .res_links .inner_frame {
        padding-right: 0;
    }

    .insta_sec {
        display: none;
    }

    .info_cols img {
        display: none;
    }
}

@media (max-width: 480px) {
    .gal_wrapper {
        padding-top: 0;
    }

    .gal_wrapper li {
        position: relative !important;
        left: inherit !important;
        right: inherit !important;
        top: inherit !important;
        bottom: inherit !important;
        width: 100% !important;
        height: 400px !important;
    }

    header .logos_wrapper img {
        max-width: 115px;
    }

    header .res_links ul li a {
        font-size: 17px !important;
        line-height: 38px !important;
    }
}

@media (max-width: 320px) {
    header .logos_wrapper {
        margin: 20px 0 20px 10px;
    }

    header .logos_wrapper img {
        max-width: 110px;
    }

    header .res_links {
        margin: 20px 10px 0 0;
    }

    header .res_links ul li a {
        font-size: 16px !important;
        line-height: 38px !important;
    }
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

.hide {
    display: none !important;
}

header .mob_pane .main_nav ul li ul.sub-menu {
    background: #bc9b6a;
    padding: 0px 0 0;
}

header .mob_pane .main_nav ul li ul.sub-menu li {
    text-align: left;
    margin-left: 40px;
    background: #bc9b6a;
}

header .mob_pane .main_nav ul li ul.sub-menu li a {
    font-weight: bold;
}

header .mob_pane .main_nav ul li ul.sub-menu ul.sub-menu_inner {
    background: #bc9b6a;
}

header .mob_pane .main_nav ul li ul.sub-menu ul.sub-menu_inner li {
    background: #bc9b6a;
    margin-left: 30px;
}

header .mob_pane .main_nav ul li ul.sub-menu ul.sub-menu_inner li a:hover {
    transition: ease 0.3s;
    color: #3c3d41;
}

header .mob_pane .main_nav ul li ul.sub-menu ul.sub-menu_inner.sub-menu_inner--disc {
    position: relative;
    list-style: none;
}

header .mob_pane .main_nav ul li ul.sub-menu ul.sub-menu_inner.sub-menu_inner--disc li::before {
    content: ">";
    position: absolute;
    left: 15px;
    font-size: 16px;
    line-height: 36px;
}

header .mob_pane .main_nav ul li:hover {
    background: #bc9b6a;
}

header .mob_pane .main_nav ul li.menu-parent-item::after {
    background: url(/wp-content/themes/blankslate-child/asset/svg/arr_down_gold.svg) center no-repeat;
}

header .mob_pane .main_nav ul li a {
    color: #bc9b6a;
    text-shadow: none;
    font-weight: bold;
    font-size: 22px;
}

#sub-menu--visible {
    display: block !important;
}

header .res_links {
    background: #bc9b6a;
}

header .res_links .inner_frame::before {
    background: linear-gradient(to left, #bc9b6a 0%, rgba(211, 152, 64, 0) 100%);
}

.kahalaGold,
.kahalaGold h1,
.kahalaGold h2,
.kahalaGold h3,
.kahalaGold h4,
.kahalaGold h5,
.kahalaGold h6,
.kahalaGold p,
.kahalaGold a,
.kahalaGold p a {
    color: #bc9b6a;
}

a.underline {
    text-decoration: underline;
}

.after_header .slogan_home .right_al .btn,
header .mob_pane .main_nav ul li:hover,
header .res_links,
header .mob_pane .main_nav ul li .sub-menu,
.home_intro .btn_wrapper a.btn {
    background: #bc9b6a;
}

header .mob_pane .main_nav ul li a {
    color: #bc9b6a;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
}

header .mob_pane .main_nav ul li.menu-parent-item:after,
.home_intro .btn_wrapper a.dropdown:after {
    background: url(/wp-content/themes/blankslate-child/asset/svg/arr_down_gold.svg) center no-repeat;
}

header .res_links .inner_frame:before {
    background: linear-gradient(to left, #bc9b6a 0%, rgba(188, 155, 106, 0) 100%);
}

.obj:before {
    background: url(/wp-content/themes/blankslate-child/asset/svg/new_star_g.svg) center no-repeat;
}

.cards .flex_d.orange,
.cards .flex_d.gold,
.awwards .aww_frame .aww_item,
.home_intro .btn_wrapper .res_block .sub-menu {
    background: #bc9b6a;
}

.insta_sec {
    background: #ffffff;
}

.insta_sec h2 {
    color: #bc9b6a;
    font-family: "Whitney-Medium";
    font-size: 36px;
    text-shadow: none;
}

.home_intro .btn_wrapper a.dropdown.hovered {
    border-color: #bc9b6a;
}

.home_intro .btn_wrapper a.dropdown,
.content_l .inner_frame h2,
.our_location .pre_frame h2,
.inner_nav li a {
    color: #bc9b6a;
}

.home_intro.err_area {
    background: #bc9b6a;
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.home_intro.err_area h1 {
    margin-bottom: 0;
}

.btn,
.button,
a.button,
a.btn,
button,
input.submit {
    background: #bc9b6a;
}

.home_intro p a {
    color: #bc9b6a;
    text-decoration: underline;
}

.cards .flex_d {
    background: #bc9b6a !important;
}

@media (max-width: 1260px) {
    .btn_l {
        border: 3px solid #bc9b6a;
        color: #bc9b6a;
    }

    header .mob_pane .main_nav ul li.menu-parent-item.pressed {
        background: #bc9b6a;
    }

    header .res_links .inner_frame li.tel_link a,
    .btn_l a,
    header .ham_btn:after {
        color: #bc9b6a !important;
    }
}

.swiperFrame {
    position: relative;
}

@media screen and (max-width: 1300px) {
    .swiperFrame {
        padding: 0 30px;
    }
}

.swiperNavigation {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
    .swiperNavigation {
        width: calc(100% - 30px);
    }
}

.swiperFrame .swiper-button-next,
.swiperFrame .swiper-button-prev {
    display: block;
    width: 30px;
    height: 30px;
    background: #bc9b6a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

@media screen and (max-width: 760px) {

    .swiperFrame .swiper-button-next,
    .swiperFrame .swiper-button-prev {
        font-size: 20px;
    }
}

.swiperFrame .swiper-button-next {
    right: -50px;
}

@media screen and (max-width: 1300px) {
    .swiperFrame .swiper-button-next {
        right: -5px;
    }
}

.swiperFrame .swiper-button-prev {
    left: -50px;
}

@media screen and (max-width: 1300px) {
    .swiperFrame .swiper-button-prev {
        left: -35px;
    }
}

.swiper-slide {
    -webkit-flex-shrink: 0 !important;
    -ms-flex: 0 !important;
    flex-shrink: 0 !important;
    height: auto;
}

.aww_frame a {
    color: #5f3912;
}

#page_gall {
    padding-bottom: 0px;
}

footer .r_footer {
    padding: 65px 0;
}

.new__footer {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .new__footer {
        flex-direction: column;
        align-items: center;
    }
}

.new__footer .new__brand {
    margin: 0 40px 0 0;
}

@media screen and (max-width: 500px) {
    .new__footer .new__brand {
        margin: 0 0 40px 0;
    }
}

.new__footer .new__soc_icons {
    display: flex;
    align-items: center;
}

.new__footer .new__soc_icons a:hover {
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.new__footer .new__soc_icons a:hover .st0 {
    fill: #e06d39;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.new__footer .new__soc_icons a svg {
    height: 40px;
    margin: 0 10px;
}

footer .r_footer .info_cols .soc_icons a {
    margin: 0 13px;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.home_on.after_header {
    position: relative;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100vh;
    max-height: 760px;
}

.home_on.after_header .background_block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.home_on.after_header.home_on {
    max-height: 920px;
}

@media screen and (max-width: 760px) {
    .home_on.after_header.home_on {
        height: calc(100vh - 215px);
    }
}

.home_on.after_header.home_on .swiper-container {
    height: 100%;
}

.home_on.after_header.home_on .swiper-container .aww_item .inner_frame {
    height: 100%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_on.after_header .mob_container {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 150px;
}

.home_on.after_header .mob_container .mob_hero_btn {
    display: inline-block;
    font-family: "Whitney-Semibold";
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 35px;
    letter-spacing: 2px;
    background: -moz-linear-gradient(top, #bc9b6a 50%, #aa8b5e 100%);
    background: -webkit-linear-gradient(top, #bc9b6a 50%, #aa8b5e 100%);
    background: linear-gradient(to bottom, #bc9b6a 50%, #aa8b5e 100%);
}

.home_on.after_header .mob_container img {
    display: block;
    margin: 50px auto 0;
}

.home_on.after_header h1 {
    text-align: center;
    color: #fff;
    font-family: "Whitney-Light";
    margin-bottom: 0;
    line-height: 1;
    font-size: 100px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 2;
    bottom: 70px;
    text-shadow: 1px 1px 78px rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: none;
    opacity: 1;
    position: relative;
    border: 2px solid #fff;
}

.swiper-pagination-bullet-active:after {
    display: block;
    content: "";
    border-radius: 50%;
    background: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
}

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

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.tabNav {
    display: flex;
    justify-content: center;
}

ul.tabs {
    display: flex;
}

ul.tabs li {
    color: #777772;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-family: "Whitney-Book";
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 4px solid #d4d4d4;
    padding-bottom: 6px;
    position: relative;
    transition: border 0.2s;
    cursor: pointer;
}

ul.tabs li span {
    border-right: 1px solid black;
    padding: 0 12px;
}

ul.tabs li:last-child span {
    border-right: none;
}

ul.tabs li:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 4px;
    background-color: #bc9b6a;
    content: "";
    color: #bc9b6a;
}

ul.tabs li.current {
    color: #000;
    font-weight: bold;
}

ul.tabs li.current:after {
    width: 100%;
}

ul.tabs li.current:hover:after {
    background-color: #bc9b6a;
    width: 100%;
}

ul.tabs li:hover span {
    color: #000;
}

ul.tabs li:hover:after {
    background-color: #ababab;
    width: 100%;
}