@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #f1f0ee;
  font-family: "D-DIN-PRO", sans-serif;
  font-weight: 500;
  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;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.grid-container.fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.grid-container.full, .single-job .job_form .grid-container.form_wrapper {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link, .single-post #page-header .static_content_wrap .s_description, .single-post #page-header .static_content_wrap .s_title, .single-post #page-header .static_content_wrap .sep, .single-post #page-header .static_content_wrap .cats {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .auto.link, .single-post #page-header .static_content_wrap .auto.s_description, .single-post #page-header .static_content_wrap .auto.s_title, .single-post #page-header .static_content_wrap .auto.sep, .single-post #page-header .static_content_wrap .auto.cats {
  flex: 1 1 0;
}
.cell.shrink, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .shrink.link, .single-post #page-header .static_content_wrap .shrink.s_description, .single-post #page-header .static_content_wrap .shrink.s_title, .single-post #page-header .static_content_wrap .shrink.sep, .single-post #page-header .static_content_wrap .shrink.cats {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 112.5em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .grid-x > .xxxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxlarge-12, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x:not(.grid-x) > .link, .single-post #page-header .static_content_wrap .grid-margin-x:not(.grid-x) > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x:not(.grid-x) > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x:not(.grid-x) > .sep, .single-post #page-header .static_content_wrap .grid-margin-x:not(.grid-x) > .cats {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-y:not(.grid-y) > .link, .single-post #page-header .static_content_wrap .grid-margin-y:not(.grid-y) > .s_description, .single-post #page-header .static_content_wrap .grid-margin-y:not(.grid-y) > .s_title, .single-post #page-header .static_content_wrap .grid-margin-y:not(.grid-y) > .sep, .single-post #page-header .static_content_wrap .grid-margin-y:not(.grid-y) > .cats {
  height: auto;
}

.grid-margin-x {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.grid-margin-x > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x > .link, .single-post #page-header .static_content_wrap .grid-margin-x > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x > .sep, .single-post #page-header .static_content_wrap .grid-margin-x > .cats {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x > .link, .single-post #page-header .static_content_wrap .grid-margin-x > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x > .sep, .single-post #page-header .static_content_wrap .grid-margin-x > .cats {
    width: calc(100% - 3.75rem);
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 2.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 2.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 2.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 2.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 2.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 2.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 2.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 2.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 2.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 2.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 2.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 112.5em) {
  .grid-margin-x > .xxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxxlarge-12 {
    width: calc(100% - 3.75rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
.grid-padding-x > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-padding-x > .link, .single-post #page-header .static_content_wrap .grid-padding-x > .s_description, .single-post #page-header .static_content_wrap .grid-padding-x > .s_title, .single-post #page-header .static_content_wrap .grid-padding-x > .sep, .single-post #page-header .static_content_wrap .grid-padding-x > .cats {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-padding-x > .link, .single-post #page-header .static_content_wrap .grid-padding-x > .s_description, .single-post #page-header .static_content_wrap .grid-padding-x > .s_title, .single-post #page-header .static_content_wrap .grid-padding-x > .sep, .single-post #page-header .static_content_wrap .grid-padding-x > .cats {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.small-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-up-1 > .link, .single-post #page-header .static_content_wrap .small-up-1 > .s_description, .single-post #page-header .static_content_wrap .small-up-1 > .s_title, .single-post #page-header .static_content_wrap .small-up-1 > .sep, .single-post #page-header .static_content_wrap .small-up-1 > .cats {
  width: 100%;
}

.small-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-up-2 > .link, .single-post #page-header .static_content_wrap .small-up-2 > .s_description, .single-post #page-header .static_content_wrap .small-up-2 > .s_title, .single-post #page-header .static_content_wrap .small-up-2 > .sep, .single-post #page-header .static_content_wrap .small-up-2 > .cats {
  width: 50%;
}

.small-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-up-3 > .link, .single-post #page-header .static_content_wrap .small-up-3 > .s_description, .single-post #page-header .static_content_wrap .small-up-3 > .s_title, .single-post #page-header .static_content_wrap .small-up-3 > .sep, .single-post #page-header .static_content_wrap .small-up-3 > .cats {
  width: 33.3333333333%;
}

.small-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-up-4 > .link, .single-post #page-header .static_content_wrap .small-up-4 > .s_description, .single-post #page-header .static_content_wrap .small-up-4 > .s_title, .single-post #page-header .static_content_wrap .small-up-4 > .sep, .single-post #page-header .static_content_wrap .small-up-4 > .cats {
  width: 25%;
}

.small-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-up-5 > .link, .single-post #page-header .static_content_wrap .small-up-5 > .s_description, .single-post #page-header .static_content_wrap .small-up-5 > .s_title, .single-post #page-header .static_content_wrap .small-up-5 > .sep, .single-post #page-header .static_content_wrap .small-up-5 > .cats {
  width: 20%;
}

.small-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-up-6 > .link, .single-post #page-header .static_content_wrap .small-up-6 > .s_description, .single-post #page-header .static_content_wrap .small-up-6 > .s_title, .single-post #page-header .static_content_wrap .small-up-6 > .sep, .single-post #page-header .static_content_wrap .small-up-6 > .cats {
  width: 16.6666666667%;
}

.small-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-up-7 > .link, .single-post #page-header .static_content_wrap .small-up-7 > .s_description, .single-post #page-header .static_content_wrap .small-up-7 > .s_title, .single-post #page-header .static_content_wrap .small-up-7 > .sep, .single-post #page-header .static_content_wrap .small-up-7 > .cats {
  width: 14.2857142857%;
}

.small-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-up-8 > .link, .single-post #page-header .static_content_wrap .small-up-8 > .s_description, .single-post #page-header .static_content_wrap .small-up-8 > .s_title, .single-post #page-header .static_content_wrap .small-up-8 > .sep, .single-post #page-header .static_content_wrap .small-up-8 > .cats {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-up-1 > .link, .single-post #page-header .static_content_wrap .medium-up-1 > .s_description, .single-post #page-header .static_content_wrap .medium-up-1 > .s_title, .single-post #page-header .static_content_wrap .medium-up-1 > .sep, .single-post #page-header .static_content_wrap .medium-up-1 > .cats {
    width: 100%;
  }
  .medium-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-up-2 > .link, .single-post #page-header .static_content_wrap .medium-up-2 > .s_description, .single-post #page-header .static_content_wrap .medium-up-2 > .s_title, .single-post #page-header .static_content_wrap .medium-up-2 > .sep, .single-post #page-header .static_content_wrap .medium-up-2 > .cats {
    width: 50%;
  }
  .medium-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-up-3 > .link, .single-post #page-header .static_content_wrap .medium-up-3 > .s_description, .single-post #page-header .static_content_wrap .medium-up-3 > .s_title, .single-post #page-header .static_content_wrap .medium-up-3 > .sep, .single-post #page-header .static_content_wrap .medium-up-3 > .cats {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-up-4 > .link, .single-post #page-header .static_content_wrap .medium-up-4 > .s_description, .single-post #page-header .static_content_wrap .medium-up-4 > .s_title, .single-post #page-header .static_content_wrap .medium-up-4 > .sep, .single-post #page-header .static_content_wrap .medium-up-4 > .cats {
    width: 25%;
  }
  .medium-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-up-5 > .link, .single-post #page-header .static_content_wrap .medium-up-5 > .s_description, .single-post #page-header .static_content_wrap .medium-up-5 > .s_title, .single-post #page-header .static_content_wrap .medium-up-5 > .sep, .single-post #page-header .static_content_wrap .medium-up-5 > .cats {
    width: 20%;
  }
  .medium-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-up-6 > .link, .single-post #page-header .static_content_wrap .medium-up-6 > .s_description, .single-post #page-header .static_content_wrap .medium-up-6 > .s_title, .single-post #page-header .static_content_wrap .medium-up-6 > .sep, .single-post #page-header .static_content_wrap .medium-up-6 > .cats {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-up-7 > .link, .single-post #page-header .static_content_wrap .medium-up-7 > .s_description, .single-post #page-header .static_content_wrap .medium-up-7 > .s_title, .single-post #page-header .static_content_wrap .medium-up-7 > .sep, .single-post #page-header .static_content_wrap .medium-up-7 > .cats {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-up-8 > .link, .single-post #page-header .static_content_wrap .medium-up-8 > .s_description, .single-post #page-header .static_content_wrap .medium-up-8 > .s_title, .single-post #page-header .static_content_wrap .medium-up-8 > .sep, .single-post #page-header .static_content_wrap .medium-up-8 > .cats {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-up-1 > .link, .single-post #page-header .static_content_wrap .large-up-1 > .s_description, .single-post #page-header .static_content_wrap .large-up-1 > .s_title, .single-post #page-header .static_content_wrap .large-up-1 > .sep, .single-post #page-header .static_content_wrap .large-up-1 > .cats {
    width: 100%;
  }
  .large-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-up-2 > .link, .single-post #page-header .static_content_wrap .large-up-2 > .s_description, .single-post #page-header .static_content_wrap .large-up-2 > .s_title, .single-post #page-header .static_content_wrap .large-up-2 > .sep, .single-post #page-header .static_content_wrap .large-up-2 > .cats {
    width: 50%;
  }
  .large-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-up-3 > .link, .single-post #page-header .static_content_wrap .large-up-3 > .s_description, .single-post #page-header .static_content_wrap .large-up-3 > .s_title, .single-post #page-header .static_content_wrap .large-up-3 > .sep, .single-post #page-header .static_content_wrap .large-up-3 > .cats {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-up-4 > .link, .single-post #page-header .static_content_wrap .large-up-4 > .s_description, .single-post #page-header .static_content_wrap .large-up-4 > .s_title, .single-post #page-header .static_content_wrap .large-up-4 > .sep, .single-post #page-header .static_content_wrap .large-up-4 > .cats {
    width: 25%;
  }
  .large-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-up-5 > .link, .single-post #page-header .static_content_wrap .large-up-5 > .s_description, .single-post #page-header .static_content_wrap .large-up-5 > .s_title, .single-post #page-header .static_content_wrap .large-up-5 > .sep, .single-post #page-header .static_content_wrap .large-up-5 > .cats {
    width: 20%;
  }
  .large-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-up-6 > .link, .single-post #page-header .static_content_wrap .large-up-6 > .s_description, .single-post #page-header .static_content_wrap .large-up-6 > .s_title, .single-post #page-header .static_content_wrap .large-up-6 > .sep, .single-post #page-header .static_content_wrap .large-up-6 > .cats {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-up-7 > .link, .single-post #page-header .static_content_wrap .large-up-7 > .s_description, .single-post #page-header .static_content_wrap .large-up-7 > .s_title, .single-post #page-header .static_content_wrap .large-up-7 > .sep, .single-post #page-header .static_content_wrap .large-up-7 > .cats {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-up-8 > .link, .single-post #page-header .static_content_wrap .large-up-8 > .s_description, .single-post #page-header .static_content_wrap .large-up-8 > .s_title, .single-post #page-header .static_content_wrap .large-up-8 > .sep, .single-post #page-header .static_content_wrap .large-up-8 > .cats {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-up-1 > .link, .single-post #page-header .static_content_wrap .xlarge-up-1 > .s_description, .single-post #page-header .static_content_wrap .xlarge-up-1 > .s_title, .single-post #page-header .static_content_wrap .xlarge-up-1 > .sep, .single-post #page-header .static_content_wrap .xlarge-up-1 > .cats {
    width: 100%;
  }
  .xlarge-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-up-2 > .link, .single-post #page-header .static_content_wrap .xlarge-up-2 > .s_description, .single-post #page-header .static_content_wrap .xlarge-up-2 > .s_title, .single-post #page-header .static_content_wrap .xlarge-up-2 > .sep, .single-post #page-header .static_content_wrap .xlarge-up-2 > .cats {
    width: 50%;
  }
  .xlarge-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-up-3 > .link, .single-post #page-header .static_content_wrap .xlarge-up-3 > .s_description, .single-post #page-header .static_content_wrap .xlarge-up-3 > .s_title, .single-post #page-header .static_content_wrap .xlarge-up-3 > .sep, .single-post #page-header .static_content_wrap .xlarge-up-3 > .cats {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-up-4 > .link, .single-post #page-header .static_content_wrap .xlarge-up-4 > .s_description, .single-post #page-header .static_content_wrap .xlarge-up-4 > .s_title, .single-post #page-header .static_content_wrap .xlarge-up-4 > .sep, .single-post #page-header .static_content_wrap .xlarge-up-4 > .cats {
    width: 25%;
  }
  .xlarge-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-up-5 > .link, .single-post #page-header .static_content_wrap .xlarge-up-5 > .s_description, .single-post #page-header .static_content_wrap .xlarge-up-5 > .s_title, .single-post #page-header .static_content_wrap .xlarge-up-5 > .sep, .single-post #page-header .static_content_wrap .xlarge-up-5 > .cats {
    width: 20%;
  }
  .xlarge-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-up-6 > .link, .single-post #page-header .static_content_wrap .xlarge-up-6 > .s_description, .single-post #page-header .static_content_wrap .xlarge-up-6 > .s_title, .single-post #page-header .static_content_wrap .xlarge-up-6 > .sep, .single-post #page-header .static_content_wrap .xlarge-up-6 > .cats {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-up-7 > .link, .single-post #page-header .static_content_wrap .xlarge-up-7 > .s_description, .single-post #page-header .static_content_wrap .xlarge-up-7 > .s_title, .single-post #page-header .static_content_wrap .xlarge-up-7 > .sep, .single-post #page-header .static_content_wrap .xlarge-up-7 > .cats {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-up-8 > .link, .single-post #page-header .static_content_wrap .xlarge-up-8 > .s_description, .single-post #page-header .static_content_wrap .xlarge-up-8 > .s_title, .single-post #page-header .static_content_wrap .xlarge-up-8 > .sep, .single-post #page-header .static_content_wrap .xlarge-up-8 > .cats {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-up-1 > .link, .single-post #page-header .static_content_wrap .xxlarge-up-1 > .s_description, .single-post #page-header .static_content_wrap .xxlarge-up-1 > .s_title, .single-post #page-header .static_content_wrap .xxlarge-up-1 > .sep, .single-post #page-header .static_content_wrap .xxlarge-up-1 > .cats {
    width: 100%;
  }
  .xxlarge-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-up-2 > .link, .single-post #page-header .static_content_wrap .xxlarge-up-2 > .s_description, .single-post #page-header .static_content_wrap .xxlarge-up-2 > .s_title, .single-post #page-header .static_content_wrap .xxlarge-up-2 > .sep, .single-post #page-header .static_content_wrap .xxlarge-up-2 > .cats {
    width: 50%;
  }
  .xxlarge-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-up-3 > .link, .single-post #page-header .static_content_wrap .xxlarge-up-3 > .s_description, .single-post #page-header .static_content_wrap .xxlarge-up-3 > .s_title, .single-post #page-header .static_content_wrap .xxlarge-up-3 > .sep, .single-post #page-header .static_content_wrap .xxlarge-up-3 > .cats {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-up-4 > .link, .single-post #page-header .static_content_wrap .xxlarge-up-4 > .s_description, .single-post #page-header .static_content_wrap .xxlarge-up-4 > .s_title, .single-post #page-header .static_content_wrap .xxlarge-up-4 > .sep, .single-post #page-header .static_content_wrap .xxlarge-up-4 > .cats {
    width: 25%;
  }
  .xxlarge-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-up-5 > .link, .single-post #page-header .static_content_wrap .xxlarge-up-5 > .s_description, .single-post #page-header .static_content_wrap .xxlarge-up-5 > .s_title, .single-post #page-header .static_content_wrap .xxlarge-up-5 > .sep, .single-post #page-header .static_content_wrap .xxlarge-up-5 > .cats {
    width: 20%;
  }
  .xxlarge-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-up-6 > .link, .single-post #page-header .static_content_wrap .xxlarge-up-6 > .s_description, .single-post #page-header .static_content_wrap .xxlarge-up-6 > .s_title, .single-post #page-header .static_content_wrap .xxlarge-up-6 > .sep, .single-post #page-header .static_content_wrap .xxlarge-up-6 > .cats {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-up-7 > .link, .single-post #page-header .static_content_wrap .xxlarge-up-7 > .s_description, .single-post #page-header .static_content_wrap .xxlarge-up-7 > .s_title, .single-post #page-header .static_content_wrap .xxlarge-up-7 > .sep, .single-post #page-header .static_content_wrap .xxlarge-up-7 > .cats {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-up-8 > .link, .single-post #page-header .static_content_wrap .xxlarge-up-8 > .s_description, .single-post #page-header .static_content_wrap .xxlarge-up-8 > .s_title, .single-post #page-header .static_content_wrap .xxlarge-up-8 > .sep, .single-post #page-header .static_content_wrap .xxlarge-up-8 > .cats {
    width: 12.5%;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-up-1 > .link, .single-post #page-header .static_content_wrap .xxxlarge-up-1 > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-up-1 > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-up-1 > .sep, .single-post #page-header .static_content_wrap .xxxlarge-up-1 > .cats {
    width: 100%;
  }
  .xxxlarge-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-up-2 > .link, .single-post #page-header .static_content_wrap .xxxlarge-up-2 > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-up-2 > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-up-2 > .sep, .single-post #page-header .static_content_wrap .xxxlarge-up-2 > .cats {
    width: 50%;
  }
  .xxxlarge-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-up-3 > .link, .single-post #page-header .static_content_wrap .xxxlarge-up-3 > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-up-3 > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-up-3 > .sep, .single-post #page-header .static_content_wrap .xxxlarge-up-3 > .cats {
    width: 33.3333333333%;
  }
  .xxxlarge-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-up-4 > .link, .single-post #page-header .static_content_wrap .xxxlarge-up-4 > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-up-4 > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-up-4 > .sep, .single-post #page-header .static_content_wrap .xxxlarge-up-4 > .cats {
    width: 25%;
  }
  .xxxlarge-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-up-5 > .link, .single-post #page-header .static_content_wrap .xxxlarge-up-5 > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-up-5 > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-up-5 > .sep, .single-post #page-header .static_content_wrap .xxxlarge-up-5 > .cats {
    width: 20%;
  }
  .xxxlarge-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-up-6 > .link, .single-post #page-header .static_content_wrap .xxxlarge-up-6 > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-up-6 > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-up-6 > .sep, .single-post #page-header .static_content_wrap .xxxlarge-up-6 > .cats {
    width: 16.6666666667%;
  }
  .xxxlarge-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-up-7 > .link, .single-post #page-header .static_content_wrap .xxxlarge-up-7 > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-up-7 > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-up-7 > .sep, .single-post #page-header .static_content_wrap .xxxlarge-up-7 > .cats {
    width: 14.2857142857%;
  }
  .xxxlarge-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-up-8 > .link, .single-post #page-header .static_content_wrap .xxxlarge-up-8 > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-up-8 > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-up-8 > .sep, .single-post #page-header .static_content_wrap .xxxlarge-up-8 > .cats {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-1 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-1 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-1 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-1 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-1 > .cats {
  width: calc(100% - 2.5rem);
}

.grid-margin-x.small-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-2 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-2 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-2 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-2 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-2 > .cats {
  width: calc(50% - 2.5rem);
}

.grid-margin-x.small-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-3 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-3 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-3 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-3 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-3 > .cats {
  width: calc(33.3333333333% - 2.5rem);
}

.grid-margin-x.small-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-4 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-4 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-4 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-4 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-4 > .cats {
  width: calc(25% - 2.5rem);
}

.grid-margin-x.small-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-5 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-5 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-5 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-5 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-5 > .cats {
  width: calc(20% - 2.5rem);
}

.grid-margin-x.small-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-6 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-6 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-6 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-6 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-6 > .cats {
  width: calc(16.6666666667% - 2.5rem);
}

.grid-margin-x.small-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-7 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-7 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-7 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-7 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-7 > .cats {
  width: calc(14.2857142857% - 2.5rem);
}

.grid-margin-x.small-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-8 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-8 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-8 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-8 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-8 > .cats {
  width: calc(12.5% - 2.5rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.medium-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.medium-up-1 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-1 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-1 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-1 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-1 > .cats {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.medium-up-2 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-2 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-2 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-2 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-2 > .cats {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.medium-up-3 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-3 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-3 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-3 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-3 > .cats {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.medium-up-4 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-4 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-4 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-4 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-4 > .cats {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.medium-up-5 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-5 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-5 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-5 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-5 > .cats {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.medium-up-6 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-6 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-6 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-6 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-6 > .cats {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.medium-up-7 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-7 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-7 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-7 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-7 > .cats {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.medium-up-8 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-8 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-8 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-8 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.medium-up-8 > .cats {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-1 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-1 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-1 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-1 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-1 > .cats {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.small-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-2 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-2 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-2 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-2 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-2 > .cats {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.small-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-3 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-3 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-3 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-3 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-3 > .cats {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.small-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-4 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-4 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-4 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-4 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-4 > .cats {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.small-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-5 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-5 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-5 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-5 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-5 > .cats {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.small-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-6 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-6 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-6 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-6 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-6 > .cats {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.small-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-7 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-7 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-7 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-7 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-7 > .cats {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.small-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.small-up-8 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-8 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-8 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-8 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.small-up-8 > .cats {
    width: calc(12.5% - 3.75rem);
  }
  .grid-margin-x.large-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.large-up-1 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-1 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-1 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-1 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-1 > .cats {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.large-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.large-up-2 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-2 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-2 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-2 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-2 > .cats {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.large-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.large-up-3 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-3 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-3 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-3 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-3 > .cats {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.large-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.large-up-4 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-4 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-4 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-4 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-4 > .cats {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.large-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.large-up-5 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-5 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-5 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-5 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-5 > .cats {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.large-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.large-up-6 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-6 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-6 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-6 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-6 > .cats {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.large-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.large-up-7 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-7 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-7 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-7 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-7 > .cats {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.large-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.large-up-8 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-8 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-8 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-8 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.large-up-8 > .cats {
    width: calc(12.5% - 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xlarge-up-1 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-1 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-1 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-1 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-1 > .cats {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xlarge-up-2 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-2 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-2 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-2 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-2 > .cats {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xlarge-up-3 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-3 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-3 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-3 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-3 > .cats {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xlarge-up-4 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-4 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-4 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-4 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-4 > .cats {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xlarge-up-5 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-5 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-5 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-5 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-5 > .cats {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xlarge-up-6 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-6 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-6 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-6 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-6 > .cats {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xlarge-up-7 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-7 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-7 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-7 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-7 > .cats {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xlarge-up-8 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-8 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-8 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-8 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xlarge-up-8 > .cats {
    width: calc(12.5% - 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxlarge-up-1 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-1 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-1 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-1 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-1 > .cats {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxlarge-up-2 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-2 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-2 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-2 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-2 > .cats {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxlarge-up-3 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-3 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-3 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-3 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-3 > .cats {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxlarge-up-4 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-4 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-4 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-4 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-4 > .cats {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxlarge-up-5 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-5 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-5 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-5 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-5 > .cats {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxlarge-up-6 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-6 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-6 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-6 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-6 > .cats {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxlarge-up-7 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-7 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-7 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-7 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-7 > .cats {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxlarge-up-8 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-8 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-8 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-8 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxlarge-up-8 > .cats {
    width: calc(12.5% - 3.75rem);
  }
}
@media screen and (min-width: 112.5em) {
  .grid-margin-x.xxxlarge-up-1 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxxlarge-up-1 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-1 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-1 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-1 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-1 > .cats {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.xxxlarge-up-2 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxxlarge-up-2 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-2 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-2 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-2 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-2 > .cats {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.xxxlarge-up-3 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxxlarge-up-3 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-3 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-3 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-3 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-3 > .cats {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.xxxlarge-up-4 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxxlarge-up-4 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-4 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-4 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-4 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-4 > .cats {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.xxxlarge-up-5 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxxlarge-up-5 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-5 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-5 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-5 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-5 > .cats {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.xxxlarge-up-6 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxxlarge-up-6 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-6 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-6 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-6 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-6 > .cats {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.xxxlarge-up-7 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxxlarge-up-7 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-7 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-7 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-7 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-7 > .cats {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.xxxlarge-up-8 > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-x.xxxlarge-up-8 > .link, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-8 > .s_description, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-8 > .s_title, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-8 > .sep, .single-post #page-header .static_content_wrap .grid-margin-x.xxxlarge-up-8 > .cats {
    width: calc(12.5% - 3.75rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-margin-collapse > .link, .single-post #page-header .static_content_wrap .small-margin-collapse > .s_description, .single-post #page-header .static_content_wrap .small-margin-collapse > .s_title, .single-post #page-header .static_content_wrap .small-margin-collapse > .sep, .single-post #page-header .static_content_wrap .small-margin-collapse > .cats {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .small-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .small-padding-collapse > .link, .single-post #page-header .static_content_wrap .small-padding-collapse > .s_description, .single-post #page-header .static_content_wrap .small-padding-collapse > .s_title, .single-post #page-header .static_content_wrap .small-padding-collapse > .sep, .single-post #page-header .static_content_wrap .small-padding-collapse > .cats {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-margin-collapse > .link, .single-post #page-header .static_content_wrap .medium-margin-collapse > .s_description, .single-post #page-header .static_content_wrap .medium-margin-collapse > .s_title, .single-post #page-header .static_content_wrap .medium-margin-collapse > .sep, .single-post #page-header .static_content_wrap .medium-margin-collapse > .cats {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .medium-padding-collapse > .link, .single-post #page-header .static_content_wrap .medium-padding-collapse > .s_description, .single-post #page-header .static_content_wrap .medium-padding-collapse > .s_title, .single-post #page-header .static_content_wrap .medium-padding-collapse > .sep, .single-post #page-header .static_content_wrap .medium-padding-collapse > .cats {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-margin-collapse > .link, .single-post #page-header .static_content_wrap .large-margin-collapse > .s_description, .single-post #page-header .static_content_wrap .large-margin-collapse > .s_title, .single-post #page-header .static_content_wrap .large-margin-collapse > .sep, .single-post #page-header .static_content_wrap .large-margin-collapse > .cats {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .large-padding-collapse > .link, .single-post #page-header .static_content_wrap .large-padding-collapse > .s_description, .single-post #page-header .static_content_wrap .large-padding-collapse > .s_title, .single-post #page-header .static_content_wrap .large-padding-collapse > .sep, .single-post #page-header .static_content_wrap .large-padding-collapse > .cats {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-margin-collapse > .link, .single-post #page-header .static_content_wrap .xlarge-margin-collapse > .s_description, .single-post #page-header .static_content_wrap .xlarge-margin-collapse > .s_title, .single-post #page-header .static_content_wrap .xlarge-margin-collapse > .sep, .single-post #page-header .static_content_wrap .xlarge-margin-collapse > .cats {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .xlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xlarge-padding-collapse > .link, .single-post #page-header .static_content_wrap .xlarge-padding-collapse > .s_description, .single-post #page-header .static_content_wrap .xlarge-padding-collapse > .s_title, .single-post #page-header .static_content_wrap .xlarge-padding-collapse > .sep, .single-post #page-header .static_content_wrap .xlarge-padding-collapse > .cats {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-margin-collapse > .link, .single-post #page-header .static_content_wrap .xxlarge-margin-collapse > .s_description, .single-post #page-header .static_content_wrap .xxlarge-margin-collapse > .s_title, .single-post #page-header .static_content_wrap .xxlarge-margin-collapse > .sep, .single-post #page-header .static_content_wrap .xxlarge-margin-collapse > .cats {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .xxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxlarge-padding-collapse > .link, .single-post #page-header .static_content_wrap .xxlarge-padding-collapse > .s_description, .single-post #page-header .static_content_wrap .xxlarge-padding-collapse > .s_title, .single-post #page-header .static_content_wrap .xxlarge-padding-collapse > .sep, .single-post #page-header .static_content_wrap .xxlarge-padding-collapse > .cats {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 112.5em) {
  .xxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxlarge-margin-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-margin-collapse > .link, .single-post #page-header .static_content_wrap .xxxlarge-margin-collapse > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-margin-collapse > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-margin-collapse > .sep, .single-post #page-header .static_content_wrap .xxxlarge-margin-collapse > .cats {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .xxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxlarge-padding-collapse > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .xxxlarge-padding-collapse > .link, .single-post #page-header .static_content_wrap .xxxlarge-padding-collapse > .s_description, .single-post #page-header .static_content_wrap .xxxlarge-padding-collapse > .s_title, .single-post #page-header .static_content_wrap .xxxlarge-padding-collapse > .sep, .single-post #page-header .static_content_wrap .xxxlarge-padding-collapse > .cats {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 2.5rem / 2);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .xxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .xxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .xxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .xxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .xxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .xxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .xxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .xxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .xxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .xxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .xxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
.grid-y, .single-post #page-header .static_content_wrap {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-y > .link, .single-post #page-header .static_content_wrap .grid-y > .s_description, .single-post #page-header .static_content_wrap .grid-y > .s_title, .single-post #page-header .static_content_wrap .grid-y > .sep, .single-post #page-header .static_content_wrap .grid-y > .cats, .single-post #page-header .static_content_wrap > .cell, .single-post #page-header .page-template-template-contact .contact_wrap.sub .sides_section .section_content .static_content_wrap > .link, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .single-post #page-header .static_content_wrap > .link, .single-post #page-header .static_content_wrap > .s_description, .single-post #page-header .static_content_wrap > .s_title, .single-post #page-header .static_content_wrap > .sep, .single-post #page-header .static_content_wrap > .cats {
  height: auto;
  max-height: none;
}
.grid-y > .auto, .single-post #page-header .static_content_wrap > .auto {
  height: auto;
}
.grid-y > .shrink, .single-post #page-header .static_content_wrap > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .single-post #page-header .static_content_wrap > .small-shrink, .grid-y > .small-full, .single-post #page-header .static_content_wrap > .small-full, .grid-y > .small-1, .single-post #page-header .static_content_wrap > .small-1, .grid-y > .small-2, .single-post #page-header .static_content_wrap > .small-2, .grid-y > .small-3, .single-post #page-header .static_content_wrap > .small-3, .grid-y > .small-4, .single-post #page-header .static_content_wrap > .small-4, .grid-y > .small-5, .single-post #page-header .static_content_wrap > .small-5, .grid-y > .small-6, .single-post #page-header .static_content_wrap > .small-6, .grid-y > .small-7, .single-post #page-header .static_content_wrap > .small-7, .grid-y > .small-8, .single-post #page-header .static_content_wrap > .small-8, .grid-y > .small-9, .single-post #page-header .static_content_wrap > .small-9, .grid-y > .small-10, .single-post #page-header .static_content_wrap > .small-10, .grid-y > .small-11, .single-post #page-header .static_content_wrap > .small-11, .grid-y > .small-12, .single-post #page-header .static_content_wrap > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .single-post #page-header .static_content_wrap > .medium-shrink, .grid-y > .medium-full, .single-post #page-header .static_content_wrap > .medium-full, .grid-y > .medium-1, .single-post #page-header .static_content_wrap > .medium-1, .grid-y > .medium-2, .single-post #page-header .static_content_wrap > .medium-2, .grid-y > .medium-3, .single-post #page-header .static_content_wrap > .medium-3, .grid-y > .medium-4, .single-post #page-header .static_content_wrap > .medium-4, .grid-y > .medium-5, .single-post #page-header .static_content_wrap > .medium-5, .grid-y > .medium-6, .single-post #page-header .static_content_wrap > .medium-6, .grid-y > .medium-7, .single-post #page-header .static_content_wrap > .medium-7, .grid-y > .medium-8, .single-post #page-header .static_content_wrap > .medium-8, .grid-y > .medium-9, .single-post #page-header .static_content_wrap > .medium-9, .grid-y > .medium-10, .single-post #page-header .static_content_wrap > .medium-10, .grid-y > .medium-11, .single-post #page-header .static_content_wrap > .medium-11, .grid-y > .medium-12, .single-post #page-header .static_content_wrap > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .single-post #page-header .static_content_wrap > .large-shrink, .grid-y > .large-full, .single-post #page-header .static_content_wrap > .large-full, .grid-y > .large-1, .single-post #page-header .static_content_wrap > .large-1, .grid-y > .large-2, .single-post #page-header .static_content_wrap > .large-2, .grid-y > .large-3, .single-post #page-header .static_content_wrap > .large-3, .grid-y > .large-4, .single-post #page-header .static_content_wrap > .large-4, .grid-y > .large-5, .single-post #page-header .static_content_wrap > .large-5, .grid-y > .large-6, .single-post #page-header .static_content_wrap > .large-6, .grid-y > .large-7, .single-post #page-header .static_content_wrap > .large-7, .grid-y > .large-8, .single-post #page-header .static_content_wrap > .large-8, .grid-y > .large-9, .single-post #page-header .static_content_wrap > .large-9, .grid-y > .large-10, .single-post #page-header .static_content_wrap > .large-10, .grid-y > .large-11, .single-post #page-header .static_content_wrap > .large-11, .grid-y > .large-12, .single-post #page-header .static_content_wrap > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .single-post #page-header .static_content_wrap > .xlarge-shrink, .grid-y > .xlarge-full, .single-post #page-header .static_content_wrap > .xlarge-full, .grid-y > .xlarge-1, .single-post #page-header .static_content_wrap > .xlarge-1, .grid-y > .xlarge-2, .single-post #page-header .static_content_wrap > .xlarge-2, .grid-y > .xlarge-3, .single-post #page-header .static_content_wrap > .xlarge-3, .grid-y > .xlarge-4, .single-post #page-header .static_content_wrap > .xlarge-4, .grid-y > .xlarge-5, .single-post #page-header .static_content_wrap > .xlarge-5, .grid-y > .xlarge-6, .single-post #page-header .static_content_wrap > .xlarge-6, .grid-y > .xlarge-7, .single-post #page-header .static_content_wrap > .xlarge-7, .grid-y > .xlarge-8, .single-post #page-header .static_content_wrap > .xlarge-8, .grid-y > .xlarge-9, .single-post #page-header .static_content_wrap > .xlarge-9, .grid-y > .xlarge-10, .single-post #page-header .static_content_wrap > .xlarge-10, .grid-y > .xlarge-11, .single-post #page-header .static_content_wrap > .xlarge-11, .grid-y > .xlarge-12, .single-post #page-header .static_content_wrap > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .single-post #page-header .static_content_wrap > .xxlarge-shrink, .grid-y > .xxlarge-full, .single-post #page-header .static_content_wrap > .xxlarge-full, .grid-y > .xxlarge-1, .single-post #page-header .static_content_wrap > .xxlarge-1, .grid-y > .xxlarge-2, .single-post #page-header .static_content_wrap > .xxlarge-2, .grid-y > .xxlarge-3, .single-post #page-header .static_content_wrap > .xxlarge-3, .grid-y > .xxlarge-4, .single-post #page-header .static_content_wrap > .xxlarge-4, .grid-y > .xxlarge-5, .single-post #page-header .static_content_wrap > .xxlarge-5, .grid-y > .xxlarge-6, .single-post #page-header .static_content_wrap > .xxlarge-6, .grid-y > .xxlarge-7, .single-post #page-header .static_content_wrap > .xxlarge-7, .grid-y > .xxlarge-8, .single-post #page-header .static_content_wrap > .xxlarge-8, .grid-y > .xxlarge-9, .single-post #page-header .static_content_wrap > .xxlarge-9, .grid-y > .xxlarge-10, .single-post #page-header .static_content_wrap > .xxlarge-10, .grid-y > .xxlarge-11, .single-post #page-header .static_content_wrap > .xxlarge-11, .grid-y > .xxlarge-12, .single-post #page-header .static_content_wrap > .xxlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 112.5em) {
  .grid-y > .xxxlarge-shrink, .single-post #page-header .static_content_wrap > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .single-post #page-header .static_content_wrap > .xxxlarge-full, .grid-y > .xxxlarge-1, .single-post #page-header .static_content_wrap > .xxxlarge-1, .grid-y > .xxxlarge-2, .single-post #page-header .static_content_wrap > .xxxlarge-2, .grid-y > .xxxlarge-3, .single-post #page-header .static_content_wrap > .xxxlarge-3, .grid-y > .xxxlarge-4, .single-post #page-header .static_content_wrap > .xxxlarge-4, .grid-y > .xxxlarge-5, .single-post #page-header .static_content_wrap > .xxxlarge-5, .grid-y > .xxxlarge-6, .single-post #page-header .static_content_wrap > .xxxlarge-6, .grid-y > .xxxlarge-7, .single-post #page-header .static_content_wrap > .xxxlarge-7, .grid-y > .xxxlarge-8, .single-post #page-header .static_content_wrap > .xxxlarge-8, .grid-y > .xxxlarge-9, .single-post #page-header .static_content_wrap > .xxxlarge-9, .grid-y > .xxxlarge-10, .single-post #page-header .static_content_wrap > .xxxlarge-10, .grid-y > .xxxlarge-11, .single-post #page-header .static_content_wrap > .xxxlarge-11, .grid-y > .xxxlarge-12, .single-post #page-header .static_content_wrap > .xxxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .single-post #page-header .static_content_wrap > .small-12, .grid-y > .small-11, .single-post #page-header .static_content_wrap > .small-11, .grid-y > .small-10, .single-post #page-header .static_content_wrap > .small-10, .grid-y > .small-9, .single-post #page-header .static_content_wrap > .small-9, .grid-y > .small-8, .single-post #page-header .static_content_wrap > .small-8, .grid-y > .small-7, .single-post #page-header .static_content_wrap > .small-7, .grid-y > .small-6, .single-post #page-header .static_content_wrap > .small-6, .grid-y > .small-5, .single-post #page-header .static_content_wrap > .small-5, .grid-y > .small-4, .single-post #page-header .static_content_wrap > .small-4, .grid-y > .small-3, .single-post #page-header .static_content_wrap > .small-3, .grid-y > .small-2, .single-post #page-header .static_content_wrap > .small-2, .grid-y > .small-1, .single-post #page-header .static_content_wrap > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1, .single-post #page-header .static_content_wrap > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2, .single-post #page-header .static_content_wrap > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3, .single-post #page-header .static_content_wrap > .small-3 {
  height: 25%;
}
.grid-y > .small-4, .single-post #page-header .static_content_wrap > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5, .single-post #page-header .static_content_wrap > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6, .single-post #page-header .static_content_wrap > .small-6 {
  height: 50%;
}
.grid-y > .small-7, .single-post #page-header .static_content_wrap > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8, .single-post #page-header .static_content_wrap > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9, .single-post #page-header .static_content_wrap > .small-9 {
  height: 75%;
}
.grid-y > .small-10, .single-post #page-header .static_content_wrap > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11, .single-post #page-header .static_content_wrap > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12, .single-post #page-header .static_content_wrap > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto, .single-post #page-header .static_content_wrap > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .single-post #page-header .static_content_wrap > .medium-12, .grid-y > .medium-11, .single-post #page-header .static_content_wrap > .medium-11, .grid-y > .medium-10, .single-post #page-header .static_content_wrap > .medium-10, .grid-y > .medium-9, .single-post #page-header .static_content_wrap > .medium-9, .grid-y > .medium-8, .single-post #page-header .static_content_wrap > .medium-8, .grid-y > .medium-7, .single-post #page-header .static_content_wrap > .medium-7, .grid-y > .medium-6, .single-post #page-header .static_content_wrap > .medium-6, .grid-y > .medium-5, .single-post #page-header .static_content_wrap > .medium-5, .grid-y > .medium-4, .single-post #page-header .static_content_wrap > .medium-4, .grid-y > .medium-3, .single-post #page-header .static_content_wrap > .medium-3, .grid-y > .medium-2, .single-post #page-header .static_content_wrap > .medium-2, .grid-y > .medium-1, .single-post #page-header .static_content_wrap > .medium-1, .grid-y > .medium-shrink, .single-post #page-header .static_content_wrap > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink, .single-post #page-header .static_content_wrap > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1, .single-post #page-header .static_content_wrap > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2, .single-post #page-header .static_content_wrap > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3, .single-post #page-header .static_content_wrap > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4, .single-post #page-header .static_content_wrap > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5, .single-post #page-header .static_content_wrap > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6, .single-post #page-header .static_content_wrap > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7, .single-post #page-header .static_content_wrap > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8, .single-post #page-header .static_content_wrap > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9, .single-post #page-header .static_content_wrap > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10, .single-post #page-header .static_content_wrap > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11, .single-post #page-header .static_content_wrap > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12, .single-post #page-header .static_content_wrap > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto, .single-post #page-header .static_content_wrap > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .single-post #page-header .static_content_wrap > .large-12, .grid-y > .large-11, .single-post #page-header .static_content_wrap > .large-11, .grid-y > .large-10, .single-post #page-header .static_content_wrap > .large-10, .grid-y > .large-9, .single-post #page-header .static_content_wrap > .large-9, .grid-y > .large-8, .single-post #page-header .static_content_wrap > .large-8, .grid-y > .large-7, .single-post #page-header .static_content_wrap > .large-7, .grid-y > .large-6, .single-post #page-header .static_content_wrap > .large-6, .grid-y > .large-5, .single-post #page-header .static_content_wrap > .large-5, .grid-y > .large-4, .single-post #page-header .static_content_wrap > .large-4, .grid-y > .large-3, .single-post #page-header .static_content_wrap > .large-3, .grid-y > .large-2, .single-post #page-header .static_content_wrap > .large-2, .grid-y > .large-1, .single-post #page-header .static_content_wrap > .large-1, .grid-y > .large-shrink, .single-post #page-header .static_content_wrap > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink, .single-post #page-header .static_content_wrap > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1, .single-post #page-header .static_content_wrap > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2, .single-post #page-header .static_content_wrap > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3, .single-post #page-header .static_content_wrap > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4, .single-post #page-header .static_content_wrap > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5, .single-post #page-header .static_content_wrap > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6, .single-post #page-header .static_content_wrap > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7, .single-post #page-header .static_content_wrap > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8, .single-post #page-header .static_content_wrap > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9, .single-post #page-header .static_content_wrap > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10, .single-post #page-header .static_content_wrap > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11, .single-post #page-header .static_content_wrap > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12, .single-post #page-header .static_content_wrap > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto, .single-post #page-header .static_content_wrap > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .single-post #page-header .static_content_wrap > .xlarge-12, .grid-y > .xlarge-11, .single-post #page-header .static_content_wrap > .xlarge-11, .grid-y > .xlarge-10, .single-post #page-header .static_content_wrap > .xlarge-10, .grid-y > .xlarge-9, .single-post #page-header .static_content_wrap > .xlarge-9, .grid-y > .xlarge-8, .single-post #page-header .static_content_wrap > .xlarge-8, .grid-y > .xlarge-7, .single-post #page-header .static_content_wrap > .xlarge-7, .grid-y > .xlarge-6, .single-post #page-header .static_content_wrap > .xlarge-6, .grid-y > .xlarge-5, .single-post #page-header .static_content_wrap > .xlarge-5, .grid-y > .xlarge-4, .single-post #page-header .static_content_wrap > .xlarge-4, .grid-y > .xlarge-3, .single-post #page-header .static_content_wrap > .xlarge-3, .grid-y > .xlarge-2, .single-post #page-header .static_content_wrap > .xlarge-2, .grid-y > .xlarge-1, .single-post #page-header .static_content_wrap > .xlarge-1, .grid-y > .xlarge-shrink, .single-post #page-header .static_content_wrap > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink, .single-post #page-header .static_content_wrap > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1, .single-post #page-header .static_content_wrap > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2, .single-post #page-header .static_content_wrap > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3, .single-post #page-header .static_content_wrap > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4, .single-post #page-header .static_content_wrap > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5, .single-post #page-header .static_content_wrap > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6, .single-post #page-header .static_content_wrap > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7, .single-post #page-header .static_content_wrap > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8, .single-post #page-header .static_content_wrap > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9, .single-post #page-header .static_content_wrap > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10, .single-post #page-header .static_content_wrap > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11, .single-post #page-header .static_content_wrap > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12, .single-post #page-header .static_content_wrap > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto, .single-post #page-header .static_content_wrap > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .single-post #page-header .static_content_wrap > .xxlarge-12, .grid-y > .xxlarge-11, .single-post #page-header .static_content_wrap > .xxlarge-11, .grid-y > .xxlarge-10, .single-post #page-header .static_content_wrap > .xxlarge-10, .grid-y > .xxlarge-9, .single-post #page-header .static_content_wrap > .xxlarge-9, .grid-y > .xxlarge-8, .single-post #page-header .static_content_wrap > .xxlarge-8, .grid-y > .xxlarge-7, .single-post #page-header .static_content_wrap > .xxlarge-7, .grid-y > .xxlarge-6, .single-post #page-header .static_content_wrap > .xxlarge-6, .grid-y > .xxlarge-5, .single-post #page-header .static_content_wrap > .xxlarge-5, .grid-y > .xxlarge-4, .single-post #page-header .static_content_wrap > .xxlarge-4, .grid-y > .xxlarge-3, .single-post #page-header .static_content_wrap > .xxlarge-3, .grid-y > .xxlarge-2, .single-post #page-header .static_content_wrap > .xxlarge-2, .grid-y > .xxlarge-1, .single-post #page-header .static_content_wrap > .xxlarge-1, .grid-y > .xxlarge-shrink, .single-post #page-header .static_content_wrap > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink, .single-post #page-header .static_content_wrap > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1, .single-post #page-header .static_content_wrap > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2, .single-post #page-header .static_content_wrap > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3, .single-post #page-header .static_content_wrap > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4, .single-post #page-header .static_content_wrap > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5, .single-post #page-header .static_content_wrap > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6, .single-post #page-header .static_content_wrap > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7, .single-post #page-header .static_content_wrap > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8, .single-post #page-header .static_content_wrap > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9, .single-post #page-header .static_content_wrap > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10, .single-post #page-header .static_content_wrap > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11, .single-post #page-header .static_content_wrap > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12, .single-post #page-header .static_content_wrap > .xxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .grid-y > .xxxlarge-auto, .single-post #page-header .static_content_wrap > .xxxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxlarge-12, .single-post #page-header .static_content_wrap > .xxxlarge-12, .grid-y > .xxxlarge-11, .single-post #page-header .static_content_wrap > .xxxlarge-11, .grid-y > .xxxlarge-10, .single-post #page-header .static_content_wrap > .xxxlarge-10, .grid-y > .xxxlarge-9, .single-post #page-header .static_content_wrap > .xxxlarge-9, .grid-y > .xxxlarge-8, .single-post #page-header .static_content_wrap > .xxxlarge-8, .grid-y > .xxxlarge-7, .single-post #page-header .static_content_wrap > .xxxlarge-7, .grid-y > .xxxlarge-6, .single-post #page-header .static_content_wrap > .xxxlarge-6, .grid-y > .xxxlarge-5, .single-post #page-header .static_content_wrap > .xxxlarge-5, .grid-y > .xxxlarge-4, .single-post #page-header .static_content_wrap > .xxxlarge-4, .grid-y > .xxxlarge-3, .single-post #page-header .static_content_wrap > .xxxlarge-3, .grid-y > .xxxlarge-2, .single-post #page-header .static_content_wrap > .xxxlarge-2, .grid-y > .xxxlarge-1, .single-post #page-header .static_content_wrap > .xxxlarge-1, .grid-y > .xxxlarge-shrink, .single-post #page-header .static_content_wrap > .xxxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxxlarge-shrink, .single-post #page-header .static_content_wrap > .xxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxlarge-1, .single-post #page-header .static_content_wrap > .xxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxlarge-2, .single-post #page-header .static_content_wrap > .xxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxlarge-3, .single-post #page-header .static_content_wrap > .xxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxlarge-4, .single-post #page-header .static_content_wrap > .xxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxlarge-5, .single-post #page-header .static_content_wrap > .xxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxlarge-6, .single-post #page-header .static_content_wrap > .xxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxlarge-7, .single-post #page-header .static_content_wrap > .xxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxlarge-8, .single-post #page-header .static_content_wrap > .xxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxlarge-9, .single-post #page-header .static_content_wrap > .xxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxlarge-10, .single-post #page-header .static_content_wrap > .xxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxlarge-11, .single-post #page-header .static_content_wrap > .xxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxlarge-12, .single-post #page-header .static_content_wrap > .xxxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.grid-padding-y > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-padding-y > .link, .single-post #page-header .static_content_wrap .grid-padding-y > .s_description, .single-post #page-header .static_content_wrap .grid-padding-y > .s_title, .single-post #page-header .static_content_wrap .grid-padding-y > .sep, .single-post #page-header .static_content_wrap .grid-padding-y > .cats {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-padding-y > .link, .single-post #page-header .static_content_wrap .grid-padding-y > .s_description, .single-post #page-header .static_content_wrap .grid-padding-y > .s_title, .single-post #page-header .static_content_wrap .grid-padding-y > .sep, .single-post #page-header .static_content_wrap .grid-padding-y > .cats {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.grid-margin-y > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-y > .link, .single-post #page-header .static_content_wrap .grid-margin-y > .s_description, .single-post #page-header .static_content_wrap .grid-margin-y > .s_title, .single-post #page-header .static_content_wrap .grid-margin-y > .sep, .single-post #page-header .static_content_wrap .grid-margin-y > .cats {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-y > .link, .single-post #page-header .static_content_wrap .grid-margin-y > .s_description, .single-post #page-header .static_content_wrap .grid-margin-y > .s_title, .single-post #page-header .static_content_wrap .grid-margin-y > .sep, .single-post #page-header .static_content_wrap .grid-margin-y > .cats {
    height: calc(100% - 3.75rem);
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 2.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 2.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 2.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 2.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 2.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 2.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 2.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 2.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.75rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 112.5em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 3.75rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .grid-frame, .single-post #page-header .static_content_wrap .s_description .grid-frame, .single-post #page-header .static_content_wrap .s_title .grid-frame, .single-post #page-header .static_content_wrap .sep .grid-frame, .single-post #page-header .static_content_wrap .cats .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .medium-grid-frame, .single-post #page-header .static_content_wrap .s_description .medium-grid-frame, .single-post #page-header .static_content_wrap .s_title .medium-grid-frame, .single-post #page-header .static_content_wrap .sep .medium-grid-frame, .single-post #page-header .static_content_wrap .cats .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .large-grid-frame, .single-post #page-header .static_content_wrap .s_description .large-grid-frame, .single-post #page-header .static_content_wrap .s_title .large-grid-frame, .single-post #page-header .static_content_wrap .sep .large-grid-frame, .single-post #page-header .static_content_wrap .cats .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .xlarge-grid-frame, .single-post #page-header .static_content_wrap .s_description .xlarge-grid-frame, .single-post #page-header .static_content_wrap .s_title .xlarge-grid-frame, .single-post #page-header .static_content_wrap .sep .xlarge-grid-frame, .single-post #page-header .static_content_wrap .cats .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .xxlarge-grid-frame, .single-post #page-header .static_content_wrap .s_description .xxlarge-grid-frame, .single-post #page-header .static_content_wrap .s_title .xxlarge-grid-frame, .single-post #page-header .static_content_wrap .sep .xxlarge-grid-frame, .single-post #page-header .static_content_wrap .cats .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxxlarge-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .xxxlarge-grid-frame, .single-post #page-header .static_content_wrap .s_description .xxxlarge-grid-frame, .single-post #page-header .static_content_wrap .s_title .xxxlarge-grid-frame, .single-post #page-header .static_content_wrap .sep .xxxlarge-grid-frame, .single-post #page-header .static_content_wrap .cats .xxxlarge-grid-frame {
    width: 100%;
  }
  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame, .single-post #page-header .grid-frame.static_content_wrap {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame, .single-post #page-header .medium-grid-frame.static_content_wrap {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame, .single-post #page-header .large-grid-frame.static_content_wrap {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame, .single-post #page-header .xlarge-grid-frame.static_content_wrap {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame, .single-post #page-header .xxlarge-grid-frame.static_content_wrap {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 112.5em) {
  .grid-y.xxxlarge-grid-frame, .single-post #page-header .xxxlarge-grid-frame.static_content_wrap {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .grid-y.grid-frame, .single-post #page-header .static_content_wrap .s_description .grid-y.grid-frame, .single-post #page-header .static_content_wrap .s_title .grid-y.grid-frame, .single-post #page-header .static_content_wrap .sep .grid-y.grid-frame, .single-post #page-header .static_content_wrap .cats .grid-y.grid-frame, .cell .single-post #page-header .grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .single-post #page-header .grid-frame.static_content_wrap, .single-post #page-header .cell .grid-frame.static_content_wrap, .single-post #page-header .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .single-post #page-header .link .grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_description .grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_title .grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .sep .grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .cats .grid-frame.static_content_wrap {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .grid-y.medium-grid-frame, .single-post #page-header .static_content_wrap .s_description .grid-y.medium-grid-frame, .single-post #page-header .static_content_wrap .s_title .grid-y.medium-grid-frame, .single-post #page-header .static_content_wrap .sep .grid-y.medium-grid-frame, .single-post #page-header .static_content_wrap .cats .grid-y.medium-grid-frame, .cell .single-post #page-header .medium-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .single-post #page-header .medium-grid-frame.static_content_wrap, .single-post #page-header .cell .medium-grid-frame.static_content_wrap, .single-post #page-header .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .medium-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .single-post #page-header .link .medium-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_description .medium-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_title .medium-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .sep .medium-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .cats .medium-grid-frame.static_content_wrap {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .grid-y.large-grid-frame, .single-post #page-header .static_content_wrap .s_description .grid-y.large-grid-frame, .single-post #page-header .static_content_wrap .s_title .grid-y.large-grid-frame, .single-post #page-header .static_content_wrap .sep .grid-y.large-grid-frame, .single-post #page-header .static_content_wrap .cats .grid-y.large-grid-frame, .cell .single-post #page-header .large-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .single-post #page-header .large-grid-frame.static_content_wrap, .single-post #page-header .cell .large-grid-frame.static_content_wrap, .single-post #page-header .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .large-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .single-post #page-header .link .large-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_description .large-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_title .large-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .sep .large-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .cats .large-grid-frame.static_content_wrap {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .grid-y.xlarge-grid-frame, .single-post #page-header .static_content_wrap .s_description .grid-y.xlarge-grid-frame, .single-post #page-header .static_content_wrap .s_title .grid-y.xlarge-grid-frame, .single-post #page-header .static_content_wrap .sep .grid-y.xlarge-grid-frame, .single-post #page-header .static_content_wrap .cats .grid-y.xlarge-grid-frame, .cell .single-post #page-header .xlarge-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .single-post #page-header .xlarge-grid-frame.static_content_wrap, .single-post #page-header .cell .xlarge-grid-frame.static_content_wrap, .single-post #page-header .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .xlarge-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .single-post #page-header .link .xlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_description .xlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_title .xlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .sep .xlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .cats .xlarge-grid-frame.static_content_wrap {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .grid-y.xxlarge-grid-frame, .single-post #page-header .static_content_wrap .s_description .grid-y.xxlarge-grid-frame, .single-post #page-header .static_content_wrap .s_title .grid-y.xxlarge-grid-frame, .single-post #page-header .static_content_wrap .sep .grid-y.xxlarge-grid-frame, .single-post #page-header .static_content_wrap .cats .grid-y.xxlarge-grid-frame, .cell .single-post #page-header .xxlarge-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .single-post #page-header .xxlarge-grid-frame.static_content_wrap, .single-post #page-header .cell .xxlarge-grid-frame.static_content_wrap, .single-post #page-header .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .xxlarge-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .single-post #page-header .link .xxlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_description .xxlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_title .xxlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .sep .xxlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .cats .xxlarge-grid-frame.static_content_wrap {
    height: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .cell .grid-y.xxxlarge-grid-frame, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .grid-y.xxxlarge-grid-frame, .single-post #page-header .static_content_wrap .s_description .grid-y.xxxlarge-grid-frame, .single-post #page-header .static_content_wrap .s_title .grid-y.xxxlarge-grid-frame, .single-post #page-header .static_content_wrap .sep .grid-y.xxxlarge-grid-frame, .single-post #page-header .static_content_wrap .cats .grid-y.xxxlarge-grid-frame, .cell .single-post #page-header .xxxlarge-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .single-post #page-header .xxxlarge-grid-frame.static_content_wrap, .single-post #page-header .cell .xxxlarge-grid-frame.static_content_wrap, .single-post #page-header .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link .xxxlarge-grid-frame.static_content_wrap, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .single-post #page-header .link .xxxlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_description .xxxlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .s_title .xxxlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .sep .xxxlarge-grid-frame.static_content_wrap, .single-post #page-header .static_content_wrap .cats .xxxlarge-grid-frame.static_content_wrap {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.grid-margin-y > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-y > .link, .single-post #page-header .static_content_wrap .grid-margin-y > .s_description, .single-post #page-header .static_content_wrap .grid-margin-y > .s_title, .single-post #page-header .static_content_wrap .grid-margin-y > .sep, .single-post #page-header .static_content_wrap .grid-margin-y > .cats {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .grid-margin-y > .link, .single-post #page-header .static_content_wrap .grid-margin-y > .s_description, .single-post #page-header .static_content_wrap .grid-margin-y > .s_title, .single-post #page-header .static_content_wrap .grid-margin-y > .sep, .single-post #page-header .static_content_wrap .grid-margin-y > .cats {
    height: calc(100% - 3.75rem);
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 2.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 2.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 2.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 2.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 2.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 2.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 2.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 2.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.75rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 112.5em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 3.75rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 2.5rem);
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 112.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 112.5em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

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

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-order-1 {
    order: 1;
  }
  .xxxlarge-order-2 {
    order: 2;
  }
  .xxxlarge-order-3 {
    order: 3;
  }
  .xxxlarge-order-4 {
    order: 4;
  }
  .xxxlarge-order-5 {
    order: 5;
  }
  .xxxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

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

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

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-flex-container {
    display: flex;
  }
  .xxxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "D-DIN-PRO", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 1.875rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.125rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

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

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

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

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  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;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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: 48em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 112.5em) {
  .xxxlarge-text-left {
    text-align: left;
  }
  .xxxlarge-text-right {
    text-align: right;
  }
  .xxxlarge-text-center {
    text-align: center;
  }
  .xxxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
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: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]: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:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

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

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[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: 500;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  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;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}

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

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 112.5em) {
  .menu.xxxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxxlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 112.5em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

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

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  transform: translateY(-100vh);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-100vh);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(100vh);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  transform: translateY(100vh);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(100vh);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-100vh);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 112.5em) {
  .position-left.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 112.5em) {
  .off-canvas.in-canvas-for-xxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top, .off-canvas.in-canvas-for-xxxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxxlarge .close-button {
    display: none;
  }
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.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: auto;
  -webkit-overflow-scrolling: touch;
}

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

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

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

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

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

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

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    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.striped tr:nth-of-type(even):hover {
  background-color: #ececec;
}

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: transparent;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 380px;
  padding: 25px;
  border-radius: 0;
  background-color: #fff;
  font-size: 80%;
  color: #0c2340;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #fff;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #fff;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #fff transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

@media screen and (max-width: 47.99875em), 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.99875em) {
  .show-for-large {
    display: none !important;
  }
}

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) and (max-width: 112.49875em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 112.5em) {
  .hide-for-xxxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 112.5em) {
  .hide-for-xxxlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

@keyframes glide_bullet_hover_after {
  0% {
    width: 100%;
    height: 5px;
  }
  100% {
    width: 35px;
    height: 35px;
  }
}
@keyframes glide_bullet_hover_after_off {
  0% {
    width: 35px;
    height: 35px;
  }
  100% {
    width: 100%;
    height: 5px;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#header .sub_menu_points .upper_part .circle, #off-canvas .buttons.wrap .points .menu .submenu .circle {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  margin: 15px auto 20px auto;
}
#header .sub_menu_points .upper_part .circle:after, #off-canvas .buttons.wrap .points .menu .submenu .circle:after {
  border: 18px solid #dee5eb;
  background-image: linear-gradient(123deg, #0c2340 0%, #0f2c50 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.momentspa-site #header .sub_menu_points .upper_part .circle:after, #header .sub_menu_points .upper_part .momentspa-site .circle:after, .momentspa-site #off-canvas .buttons.wrap .points .menu .submenu .circle:after, #off-canvas .buttons.wrap .points .menu .submenu .momentspa-site .circle:after {
  background-image: linear-gradient(123deg, black 0%, black 100%);
}

#header .sub_menu_points .upper_part .circle .pointstotal_setter_inner, #off-canvas .buttons.wrap .points .menu .submenu .circle .pointstotal_setter_inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#header .sub_menu_points .upper_part .circle .pointstotal_setter_inner span.t, #off-canvas .buttons.wrap .points .menu .submenu .circle .pointstotal_setter_inner span.t {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.76px;
  line-height: 1;
  display: block;
  text-align: center;
}
#header .sub_menu_points .upper_part .circle .pointstotal_setter_inner span.t2, #off-canvas .buttons.wrap .points .menu .submenu .circle .pointstotal_setter_inner span.t2 {
  display: block;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.91px;
  line-height: 1;
  text-transform: uppercase;
}

.momentspa-site .module-gallery .images_carousel .glide__bullets, .amerispa-site .module-gallery .images_carousel .glide__bullets {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 6;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (min-width: 75em) {
  .momentspa-site .module-gallery .images_carousel .glide__bullets, .amerispa-site .module-gallery .images_carousel .glide__bullets {
    bottom: 60px;
    padding: 0 30px;
  }
}
.momentspa-site .module-gallery .images_carousel .glide__bullets button, .amerispa-site .module-gallery .images_carousel .glide__bullets button {
  max-width: 8px;
  height: 8px;
  border-radius: 40px;
  background-color: #ffffff;
  margin: 0 5px;
  cursor: pointer;
  flex: 1 1 auto;
  position: relative;
}
@media screen and (min-width: 75em) {
  .momentspa-site .module-gallery .images_carousel .glide__bullets button, .amerispa-site .module-gallery .images_carousel .glide__bullets button {
    margin: 0 15px;
    max-width: 80px;
    height: 5px;
    transition: background-color 250ms;
  }
}
@media screen and (min-width: 75em) {
  .momentspa-site .module-gallery .images_carousel .glide__bullets button:hover:not(.glide__bullet--active), .amerispa-site .module-gallery .images_carousel .glide__bullets button:hover:not(.glide__bullet--active) {
    background-color: transparent;
    opacity: 1;
    transition: none;
  }
  .momentspa-site .module-gallery .images_carousel .glide__bullets button:hover:not(.glide__bullet--active):before, .amerispa-site .module-gallery .images_carousel .glide__bullets button:hover:not(.glide__bullet--active):before {
    opacity: 1;
    transition: opacity 100ms 300ms linear;
  }
  .momentspa-site .module-gallery .images_carousel .glide__bullets button:hover:not(.glide__bullet--active):after, .amerispa-site .module-gallery .images_carousel .glide__bullets button:hover:not(.glide__bullet--active):after {
    transition: none;
    width: 100%;
    height: 5px;
    background-color: white;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    animation: 300ms linear 0s 1 running glide_bullet_hover_after;
    animation-fill-mode: forwards;
    z-index: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 75em) {
  .momentspa-site .module-gallery .images_carousel .glide__bullets button:before, .amerispa-site .module-gallery .images_carousel .glide__bullets button:before {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-size: 13px 13px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 2;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICA8cGF0aCBpZD0ibnBfcGx1c18yMzEwNzc5XzAwMDAwMCIgZD0iTTMyLjUsMjZhMS4wODMsMS4wODMsMCwwLDAtMS4wODMsMS4wODN2NC4zMzNIMjcuMDgzYTEuMDgzLDEuMDgzLDAsMCwwLDAsMi4xNjdoNC4zMzN2NC4zMzNhMS4wODMsMS4wODMsMCwxLDAsMi4xNjcsMFYzMy41ODNoNC4zMzNhMS4wODMsMS4wODMsMCwxLDAsMC0yLjE2N0gzMy41ODNWMjcuMDgzQTEuMDgzLDEuMDgzLDAsMCwwLDMyLjUsMjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjYgLTI2KSIgZmlsbD0iIzBjMjM0MCIgb3BhY2l0eT0iMC45OTUiLz4KPC9zdmc+");
  }
}
.momentspa-site .module-gallery .images_carousel .glide__bullets button:after, .amerispa-site .module-gallery .images_carousel .glide__bullets button:after {
  content: "";
  width: calc(100% - 2px);
  transform: translateX(0);
  height: calc(100% - 2px);
  border-radius: 40px;
  background-color: var(--gold);
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
  transition: opacity 250ms;
}
@media screen and (min-width: 75em) {
  .momentspa-site .module-gallery .images_carousel .glide__bullets button:after, .amerispa-site .module-gallery .images_carousel .glide__bullets button:after {
    width: 0;
    height: 3px;
    transition-delay: var(--pagerSpeedDelay);
    transition-timing-function: linear;
  }
}
.momentspa-site .module-gallery .images_carousel .glide__bullets button:only-child, .amerispa-site .module-gallery .images_carousel .glide__bullets button:only-child {
  display: none;
}
.momentspa-site .module-gallery .images_carousel .glide__bullets button.glide__bullet--active, .amerispa-site .module-gallery .images_carousel .glide__bullets button.glide__bullet--active {
  overflow: hidden;
}
.momentspa-site .module-gallery .images_carousel .glide__bullets button.glide__bullet--active:before, .amerispa-site .module-gallery .images_carousel .glide__bullets button.glide__bullet--active:before {
  display: none;
}
.momentspa-site .module-gallery .images_carousel .glide__bullets button.glide__bullet--active:after, .amerispa-site .module-gallery .images_carousel .glide__bullets button.glide__bullet--active:after {
  width: calc(100% - 2px);
  opacity: 1;
  animation: none;
}
@media screen and (min-width: 75em) {
  .momentspa-site .module-gallery .images_carousel .glide__bullets button.glide__bullet--active:after, .amerispa-site .module-gallery .images_carousel .glide__bullets button.glide__bullet--active:after {
    transition-property: width;
    transition-duration: var(--pagerSpeed);
  }
}
.momentspa-site .module-gallery .images_carousel .glide__bullets.tighter button, .amerispa-site .module-gallery .images_carousel .glide__bullets.tighter button {
  margin: 0 3px;
}
@media screen and (min-width: 75em) {
  .momentspa-site .module-gallery .images_carousel .glide__bullets.tighter button, .amerispa-site .module-gallery .images_carousel .glide__bullets.tighter button {
    margin: 0 5px;
  }
}

.page-navigation ul .next, .page-navigation ul .prev, .amerispa-site .module-gallery .images_carousel .glide__arrows button, .type_soin_carousel_wrap .glide__arrows button {
  border: 1px solid transparent;
  border-radius: 45px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 250ms, background-color 250ms;
  pointer-events: all;
}
.momentspa-site .page-navigation ul .next, .page-navigation ul .momentspa-site .next, .momentspa-site .page-navigation ul .prev, .page-navigation ul .momentspa-site .prev, .momentspa-site .amerispa-site .module-gallery .images_carousel .glide__arrows button, .amerispa-site .module-gallery .momentspa-site .images_carousel .glide__arrows button, .amerispa-site .module-gallery .images_carousel .glide__arrows .momentspa-site button, .momentspa-site .type_soin_carousel_wrap .glide__arrows button, .type_soin_carousel_wrap .glide__arrows .momentspa-site button {
  border-radius: 0;
  width: 40px;
  height: 40px;
}

.page-navigation ul .next svg, .page-navigation ul .prev svg, .amerispa-site .module-gallery .images_carousel .glide__arrows button svg, .type_soin_carousel_wrap .glide__arrows button svg {
  display: block;
  width: 20px;
  height: 11px;
}
.page-navigation ul .next svg path, .page-navigation ul .prev svg path, .amerispa-site .module-gallery .images_carousel .glide__arrows button svg path, .type_soin_carousel_wrap .glide__arrows button svg path {
  transition: fill 250ms;
}
.page-navigation ul .next:hover, .page-navigation ul .prev:hover, .amerispa-site .module-gallery .images_carousel .glide__arrows button:hover, .type_soin_carousel_wrap .glide__arrows button:hover {
  background-color: var(--gold);
}
.page-navigation ul .next:hover svg path, .page-navigation ul .prev:hover svg path, .amerispa-site .module-gallery .images_carousel .glide__arrows button:hover svg path, .type_soin_carousel_wrap .glide__arrows button:hover svg path {
  fill: #fff;
}
.page-navigation ul .glide__arrow--disabled.next, .page-navigation ul .glide__arrow--disabled.prev, .amerispa-site .module-gallery .images_carousel .glide__arrows button.glide__arrow--disabled, .type_soin_carousel_wrap .glide__arrows button.glide__arrow--disabled {
  cursor: not-allowed;
  border-color: var(--gold);
  background-color: transparent;
}
.page-navigation ul .glide__arrow--disabled.next svg path, .page-navigation ul .glide__arrow--disabled.prev svg path, .amerispa-site .module-gallery .images_carousel .glide__arrows button.glide__arrow--disabled svg path, .type_soin_carousel_wrap .glide__arrows button.glide__arrow--disabled svg path {
  fill: var(--gold);
}
.page-navigation ul .glide__arrow--disabled.next:hover, .page-navigation ul .glide__arrow--disabled.prev:hover, .amerispa-site .module-gallery .images_carousel .glide__arrows button.glide__arrow--disabled:hover, .type_soin_carousel_wrap .glide__arrows button.glide__arrow--disabled:hover {
  border-color: var(--gold);
  background-color: transparent;
}
.page-navigation ul .glide__arrow--disabled.next:hover svg path, .page-navigation ul .glide__arrow--disabled.prev:hover svg path, .amerispa-site .module-gallery .images_carousel .glide__arrows button.glide__arrow--disabled:hover svg path, .type_soin_carousel_wrap .glide__arrows button.glide__arrow--disabled:hover svg path {
  fill: var(--gold);
}

.type_soin_carousel_wrap .glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type_soin_carousel_wrap .glide__arrows button {
  pointer-events: all;
}
.type_soin_carousel_wrap .glide__arrows button.glide__arrow--left {
  transform: rotate(-180deg) translateX(calc(100% + 25px));
}
.type_soin_carousel_wrap .glide__arrows button.glide__arrow--right {
  transform: translateX(calc(-180px + 150%));
}

.amerispa-site .module-gallery .images_carousel .glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
}
.amerispa-site .module-gallery .images_carousel .glide__arrows button.glide__arrow--left {
  transform: rotate(-180deg);
}

.module-testimonies .top_title, .newsletter_module .top_title, .main_top_section .m_toptitle {
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.module-testimonies .title, .newsletter_module .title, .main_top_section .m_title {
  color: #0c2340;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .module-testimonies .title, .newsletter_module .title, .main_top_section .m_title {
    font-size: 28px;
  }
}

.main_top_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.section .full .main_top_section, .section .single-job .job_form .form_wrapper .main_top_section, .single-job .job_form .section .form_wrapper .main_top_section {
  padding-left: 20px;
  padding-right: 20px;
}

.main_top_section.blog_main {
  margin-top: 50px;
}
.main_top_section .m_toptitle {
  order: 1;
}
.main_top_section .m_title {
  text-align: center;
  order: 2;
}
.main_top_section .m_description {
  order: 5;
  margin-top: 20px;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.main_top_section .m_description p {
  margin: 0;
}
.main_top_section .tabs {
  order: 3;
}
.main_top_section .tabs.pf-tabs {
  margin-top: 20px;
  border: 3px solid #fff;
  border-radius: 18px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  column-gap: 7px;
}
.main_top_section .tabs.pf-tabs:after, .main_top_section .tabs.pf-tabs:before {
  display: none;
}
.main_top_section .tabs.pf-tabs li a {
  color: #0c2340;
  font-size: 14px;
  font-weight: 700;
  border-radius: 18px;
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 25px;
  transition: color 250ms, background-color 250ms;
}
@media print, screen and (min-width: 64em) {
  .main_top_section .tabs.pf-tabs li a {
    font-size: 15px;
  }
}
.main_top_section .tabs.pf-tabs li a:hover {
  color: var(--gold);
}
.main_top_section .tabs.pf-tabs li.is-active a {
  background-color: var(--gold);
  color: #fff;
}
.main_top_section .tabs.pf-tabs li.is-active a:hover {
  color: #fff;
}
.main_top_section .m_icon {
  order: 4;
}
.main_top_section .m_icon svg {
  display: block;
  margin: 20px auto 0 auto;
}

.pf_rows_m .pf .pf-item, .soin-item .pf-item, .module-promos .tabs-content .pf-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pf_rows_m .pf .pf-item:hover .image_wrap .image img, .soin-item .pf-item:hover .image_wrap .image img, .module-promos .tabs-content .pf-item:hover .image_wrap .image img {
  transform: scale(1);
}
.pf_rows_m .pf .pf-item .image_wrap, .soin-item .pf-item .image_wrap, .module-promos .tabs-content .pf-item .image_wrap {
  position: relative;
}
.pf_rows_m .pf .pf-item .image_wrap .image, .soin-item .pf-item .image_wrap .image, .module-promos .tabs-content .pf-item .image_wrap .image {
  overflow: hidden;
  isolation: isolate;
}
.pf_rows_m .pf .pf-item .image_wrap .image img, .soin-item .pf-item .image_wrap .image img, .module-promos .tabs-content .pf-item .image_wrap .image img {
  transform: scale(1.1);
  transition: transform 250ms;
}
.pf_rows_m .pf .pf-item .image_wrap .title, .soin-item .pf-item .image_wrap .title, .module-promos .tabs-content .pf-item .image_wrap .title {
  position: absolute;
  padding: 30px;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .pf_rows_m .pf .pf-item .image_wrap .title, .soin-item .pf-item .image_wrap .title, .module-promos .tabs-content .pf-item .image_wrap .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 75em) {
  .pf_rows_m .pf .pf-item .image_wrap .title, .soin-item .pf-item .image_wrap .title, .module-promos .tabs-content .pf-item .image_wrap .title {
    font-size: 23px;
  }
}
@media screen and (min-width: 112.5em) {
  .pf_rows_m .pf .pf-item .image_wrap .title, .soin-item .pf-item .image_wrap .title, .module-promos .tabs-content .pf-item .image_wrap .title {
    font-size: 26px;
  }
}
.momentspa-site .pf_rows_m .pf .pf-item .image_wrap .title, .pf_rows_m .momentspa-site .pf .pf-item .image_wrap .title, .momentspa-site .soin-item .pf-item .image_wrap .title, .momentspa-site .module-promos .tabs-content .pf-item .image_wrap .title, .module-promos .momentspa-site .tabs-content .pf-item .image_wrap .title {
  text-transform: uppercase;
  font-family: "Bitstream Iowan Old Style", sans-serif;
  font-size: 16px;
}
@media print, screen and (min-width: 64em) {
  .momentspa-site .pf_rows_m .pf .pf-item .image_wrap .title, .pf_rows_m .momentspa-site .pf .pf-item .image_wrap .title, .momentspa-site .soin-item .pf-item .image_wrap .title, .momentspa-site .module-promos .tabs-content .pf-item .image_wrap .title, .module-promos .momentspa-site .tabs-content .pf-item .image_wrap .title {
    font-size: 18px;
  }
}

.pf_rows_m .pf .pf-item .image_wrap .title span.t, .soin-item .pf-item .image_wrap .title span.t, .module-promos .tabs-content .pf-item .image_wrap .title span.t {
  display: block;
  width: 100%;
}
.pf_rows_m .pf .pf-item .image_wrap .title span.d, .soin-item .pf-item .image_wrap .title span.d, .module-promos .tabs-content .pf-item .image_wrap .title span.d {
  display: inline-block;
  padding-left: 40px;
}
.pf_rows_m .pf .pf-item .image_wrap:after, .soin-item .pf-item .image_wrap:after, .module-promos .tabs-content .pf-item .image_wrap:after {
  content: "";
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.pf_rows_m .pf .pf-item .image_wrap img, .soin-item .pf-item .image_wrap img, .module-promos .tabs-content .pf-item .image_wrap img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  max-height: 410px;
  aspect-ratio: 1/0.85;
}
@media screen and (min-width: 112.5em) {
  .pf_rows_m .pf .pf-item .image_wrap img, .soin-item .pf-item .image_wrap img, .module-promos .tabs-content .pf-item .image_wrap img {
    aspect-ratio: 1/1.1;
  }
}
.pf_rows_m .pf .pf-item .image_wrap .conditions, .soin-item .pf-item .image_wrap .conditions, .module-promos .tabs-content .pf-item .image_wrap .conditions {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  border: none;
  position: absolute;
  text-decoration: underline;
  right: 30px;
  bottom: 15px;
  z-index: 4;
}
.pf_rows_m .pf .pf-item .video, .soin-item .pf-item .video, .module-promos .tabs-content .pf-item .video {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 25px;
  bottom: 20px;
  z-index: 3;
}
.pf_rows_m .pf .pf-item .video a, .soin-item .pf-item .video a, .module-promos .tabs-content .pf-item .video a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 45px;
  transition: border-color 250ms;
}
.pf_rows_m .pf .pf-item .video a svg path, .soin-item .pf-item .video a svg path, .module-promos .tabs-content .pf-item .video a svg path {
  transition: fill 250ms;
}
.pf_rows_m .pf .pf-item .video a:hover, .soin-item .pf-item .video a:hover, .module-promos .tabs-content .pf-item .video a:hover {
  border-color: var(--gold);
}
.pf_rows_m .pf .pf-item .video a:hover svg path, .soin-item .pf-item .video a:hover svg path, .module-promos .tabs-content .pf-item .video a:hover svg path {
  fill: var(--gold);
}
.pf_rows_m .pf .pf-item .pricing, .soin-item .pf-item .pricing, .module-promos .tabs-content .pf-item .pricing {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .pf_rows_m .pf .pf-item .pricing, .soin-item .pf-item .pricing, .module-promos .tabs-content .pf-item .pricing {
    font-size: 14px;
  }
}
@media screen and (min-width: 75em) {
  .pf_rows_m .pf .pf-item .pricing, .soin-item .pf-item .pricing, .module-promos .tabs-content .pf-item .pricing {
    font-size: 15px;
  }
}
.pf_rows_m .pf .pf-item .pricing > div, .soin-item .pf-item .pricing > div, .module-promos .tabs-content .pf-item .pricing > div {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  gap: 10px;
}
.pf_rows_m .pf .pf-item .pricing .first, .soin-item .pf-item .pricing .first, .module-promos .tabs-content .pf-item .pricing .first {
  background-color: #133764;
}
.momentspa-site .pf_rows_m .pf .pf-item .pricing .first, .pf_rows_m .momentspa-site .pf .pf-item .pricing .first, .momentspa-site .soin-item .pf-item .pricing .first, .momentspa-site .module-promos .tabs-content .pf-item .pricing .first, .module-promos .momentspa-site .tabs-content .pf-item .pricing .first {
  background-color: #000;
}

.pf_rows_m .pf .pf-item .pricing .second, .soin-item .pf-item .pricing .second, .module-promos .tabs-content .pf-item .pricing .second {
  background-color: #0c2340;
}
.momentspa-site .pf_rows_m .pf .pf-item .pricing .second, .pf_rows_m .momentspa-site .pf .pf-item .pricing .second, .momentspa-site .soin-item .pf-item .pricing .second, .momentspa-site .module-promos .tabs-content .pf-item .pricing .second, .module-promos .momentspa-site .tabs-content .pf-item .pricing .second {
  background-color: var(--gold);
}

.pf_rows_m .pf .pf-item .content_bottom, .soin-item .pf-item .content_bottom, .module-promos .tabs-content .pf-item .content_bottom {
  padding: 25px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pf_rows_m .pf .pf-item .content_bottom .description, .soin-item .pf-item .content_bottom .description, .module-promos .tabs-content .pf-item .content_bottom .description {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
}
.pf_rows_m .pf .pf-item .content_bottom .btns, .soin-item .pf-item .content_bottom .btns, .module-promos .tabs-content .pf-item .content_bottom .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.pf_rows_m .pf .pf-item .content_bottom .btns:not(:empty), .soin-item .pf-item .content_bottom .btns:not(:empty), .module-promos .tabs-content .pf-item .content_bottom .btns:not(:empty) {
  margin-top: 30px;
}
@media screen and (min-width: 90em) {
  .pf_rows_m .pf .pf-item .content_bottom .btns, .soin-item .pf-item .content_bottom .btns, .module-promos .tabs-content .pf-item .content_bottom .btns {
    gap: 25px;
  }
}
@media screen and (min-width: 112.5em) {
  .pf_rows_m .pf .pf-item .content_bottom .btns, .soin-item .pf-item .content_bottom .btns, .module-promos .tabs-content .pf-item .content_bottom .btns {
    gap: 30px;
  }
}
.pf_rows_m .pf .pf-item .content_bottom .btns.jcs, .soin-item .pf-item .content_bottom .btns.jcs, .module-promos .tabs-content .pf-item .content_bottom .btns.jcs {
  justify-content: flex-start;
}
.pf_rows_m .pf .pf-item .content_bottom .btns .conditions, .soin-item .pf-item .content_bottom .btns .conditions, .module-promos .tabs-content .pf-item .content_bottom .btns .conditions {
  color: #0c2340;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.75px;
  line-height: 1;
  border: none;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .pf_rows_m .pf .pf-item .content_bottom .btns .conditions, .soin-item .pf-item .content_bottom .btns .conditions, .module-promos .tabs-content .pf-item .content_bottom .btns .conditions {
    text-decoration: none;
  }
}
.pf_rows_m .pf .pf-item .content_bottom .btns .conditions:hover, .soin-item .pf-item .content_bottom .btns .conditions:hover, .module-promos .tabs-content .pf-item .content_bottom .btns .conditions:hover, .pf_rows_m .pf .pf-item .content_bottom .btns .conditions.opened, .soin-item .pf-item .content_bottom .btns .conditions.opened, .module-promos .tabs-content .pf-item .content_bottom .btns .conditions.opened {
  color: #0059a4;
}

.blog_items .blog-item, .module-blog .blog-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog_items .blog-item .image_wrap, .module-blog .blog-item .image_wrap {
  position: relative;
  margin-bottom: 15px;
}
.blog_items .blog-item .image_wrap img, .module-blog .blog-item .image_wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.1;
  object-fit: cover;
}
.blog_items .blog-item .cat, .module-blog .blog-item .cat {
  color: #917041;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .blog_items .blog-item .cat, .module-blog .blog-item .cat {
    font-size: 16px;
  }
}
.blog_items .blog-item .title, .module-blog .blog-item .title {
  margin-top: 10px;
}
.blog_items .blog-item .title a, .module-blog .blog-item .title a {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  transition: color 250ms;
}
@media print, screen and (min-width: 64em) {
  .blog_items .blog-item .title a, .module-blog .blog-item .title a {
    font-size: 24px;
  }
}
.blog_items .blog-item .title a:hover, .module-blog .blog-item .title a:hover {
  color: var(--gold);
}
.blog_items .blog-item .excerpt, .module-blog .blog-item .excerpt {
  margin-top: 10px;
}
.blog_items .blog-item.main_blog_item .image_wrap img, .module-blog .blog-item.main_blog_item .image_wrap img {
  aspect-ratio: 1/1;
}

.module-image_blocks_rows .row .content .description, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .description, .single-job .job_form .subtitle_form_job, .module-row_content .row_content, .module-row_content .row .description, .module-text .cols .col, .module-testimonies .sublines, .module-testimonies .testimony, .module-jobs ul .job_list_item .type, .module-jobs ul .job_list_item .region, .module-content_carousel .content_carousel .content .description, .module-event .content_wrap .row .row_content, .module-content .sub_content, .module-faq .accordion-item .accordion-content, .newsletter_module .description, .slider_txt_btn .content .content_wrap .description, #page-header .static_header .static_content .s_description, .entry-content, .main_top_section .m_description, .blog_items .blog-item .excerpt, .module-blog .blog-item .excerpt {
  color: #313131;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_rows .row .content .description, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .description, .single-job .job_form .subtitle_form_job, .module-row_content .row_content, .module-row_content .row .description, .module-text .cols .col, .module-testimonies .sublines, .module-testimonies .testimony, .module-jobs ul .job_list_item .type, .module-jobs ul .job_list_item .region, .module-content_carousel .content_carousel .content .description, .module-event .content_wrap .row .row_content, .module-content .sub_content, .module-faq .accordion-item .accordion-content, .newsletter_module .description, .slider_txt_btn .content .content_wrap .description, #page-header .static_header .static_content .s_description, .entry-content, .main_top_section .m_description, .blog_items .blog-item .excerpt, .module-blog .blog-item .excerpt {
    font-size: 19px;
    line-height: 27px;
  }
}
@media screen and (min-width: 75em) {
  .module-image_blocks_rows .row .content .description, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .description, .single-job .job_form .subtitle_form_job, .module-row_content .row_content, .module-row_content .row .description, .module-text .cols .col, .module-testimonies .sublines, .module-testimonies .testimony, .module-jobs ul .job_list_item .type, .module-jobs ul .job_list_item .region, .module-content_carousel .content_carousel .content .description, .module-event .content_wrap .row .row_content, .module-content .sub_content, .module-faq .accordion-item .accordion-content, .newsletter_module .description, .slider_txt_btn .content .content_wrap .description, #page-header .static_header .static_content .s_description, .entry-content, .main_top_section .m_description, .blog_items .blog-item .excerpt, .module-blog .blog-item .excerpt {
    font-size: 20px;
    line-height: 28px;
  }
}
.module-image_blocks_rows .row .content .description a:not(.alltreatment_btn), .page-template-template-contact .contact_wrap.sub .sides_section .section_content .description a:not(.alltreatment_btn), .single-job .job_form .subtitle_form_job a:not(.alltreatment_btn), .module-row_content .row_content a:not(.alltreatment_btn), .module-row_content .row .description a:not(.alltreatment_btn), .module-text .cols .col a:not(.alltreatment_btn), .module-testimonies .sublines a:not(.alltreatment_btn), .module-testimonies .testimony a:not(.alltreatment_btn), .module-jobs ul .job_list_item .type a:not(.alltreatment_btn), .module-jobs ul .job_list_item .region a:not(.alltreatment_btn), .module-content_carousel .content_carousel .content .description a:not(.alltreatment_btn), .module-event .content_wrap .row .row_content a:not(.alltreatment_btn), .module-content .sub_content a:not(.alltreatment_btn), .module-faq .accordion-item .accordion-content a:not(.alltreatment_btn), .newsletter_module .description a:not(.alltreatment_btn), .slider_txt_btn .content .content_wrap .description a:not(.alltreatment_btn), #page-header .static_header .static_content .s_description a:not(.alltreatment_btn), .entry-content a:not(.alltreatment_btn), .main_top_section .m_description a:not(.alltreatment_btn), .blog_items .blog-item .excerpt a:not(.alltreatment_btn), .module-blog .blog-item .excerpt a:not(.alltreatment_btn) {
  text-decoration: underline;
  color: var(--gold);
  transition: color 250ms;
}
.module-image_blocks_rows .row .content .description a:not(.alltreatment_btn):hover, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .description a:not(.alltreatment_btn):hover, .single-job .job_form .subtitle_form_job a:not(.alltreatment_btn):hover, .module-row_content .row_content a:not(.alltreatment_btn):hover, .module-row_content .row .description a:not(.alltreatment_btn):hover, .module-text .cols .col a:not(.alltreatment_btn):hover, .module-testimonies .sublines a:not(.alltreatment_btn):hover, .module-testimonies .testimony a:not(.alltreatment_btn):hover, .module-jobs ul .job_list_item .type a:not(.alltreatment_btn):hover, .module-jobs ul .job_list_item .region a:not(.alltreatment_btn):hover, .module-content_carousel .content_carousel .content .description a:not(.alltreatment_btn):hover, .module-event .content_wrap .row .row_content a:not(.alltreatment_btn):hover, .module-content .sub_content a:not(.alltreatment_btn):hover, .module-faq .accordion-item .accordion-content a:not(.alltreatment_btn):hover, .newsletter_module .description a:not(.alltreatment_btn):hover, .slider_txt_btn .content .content_wrap .description a:not(.alltreatment_btn):hover, #page-header .static_header .static_content .s_description a:not(.alltreatment_btn):hover, .entry-content a:not(.alltreatment_btn):hover, .main_top_section .m_description a:not(.alltreatment_btn):hover, .blog_items .blog-item .excerpt a:not(.alltreatment_btn):hover, .module-blog .blog-item .excerpt a:not(.alltreatment_btn):hover {
  color: #0c2340;
}
.momentspa-site .module-image_blocks_rows .row .content .description a:not(.alltreatment_btn):hover, .module-image_blocks_rows .row .content .momentspa-site .description a:not(.alltreatment_btn):hover, .momentspa-site .page-template-template-contact .contact_wrap.sub .sides_section .section_content .description a:not(.alltreatment_btn):hover, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .momentspa-site .description a:not(.alltreatment_btn):hover, .momentspa-site .single-job .job_form .subtitle_form_job a:not(.alltreatment_btn):hover, .single-job .job_form .momentspa-site .subtitle_form_job a:not(.alltreatment_btn):hover, .momentspa-site .module-row_content .row_content a:not(.alltreatment_btn):hover, .module-row_content .momentspa-site .row_content a:not(.alltreatment_btn):hover, .momentspa-site .module-row_content .row .description a:not(.alltreatment_btn):hover, .module-row_content .row .momentspa-site .description a:not(.alltreatment_btn):hover, .momentspa-site .module-text .cols .col a:not(.alltreatment_btn):hover, .module-text .cols .momentspa-site .col a:not(.alltreatment_btn):hover, .momentspa-site .module-testimonies .sublines a:not(.alltreatment_btn):hover, .module-testimonies .momentspa-site .sublines a:not(.alltreatment_btn):hover, .momentspa-site .module-testimonies .testimony a:not(.alltreatment_btn):hover, .module-testimonies .momentspa-site .testimony a:not(.alltreatment_btn):hover, .momentspa-site .module-jobs ul .job_list_item .type a:not(.alltreatment_btn):hover, .module-jobs ul .job_list_item .momentspa-site .type a:not(.alltreatment_btn):hover, .momentspa-site .module-jobs ul .job_list_item .region a:not(.alltreatment_btn):hover, .module-jobs ul .job_list_item .momentspa-site .region a:not(.alltreatment_btn):hover, .momentspa-site .module-content_carousel .content_carousel .content .description a:not(.alltreatment_btn):hover, .module-content_carousel .content_carousel .content .momentspa-site .description a:not(.alltreatment_btn):hover, .momentspa-site .module-event .content_wrap .row .row_content a:not(.alltreatment_btn):hover, .module-event .content_wrap .row .momentspa-site .row_content a:not(.alltreatment_btn):hover, .momentspa-site .module-content .sub_content a:not(.alltreatment_btn):hover, .module-content .momentspa-site .sub_content a:not(.alltreatment_btn):hover, .momentspa-site .module-faq .accordion-item .accordion-content a:not(.alltreatment_btn):hover, .module-faq .accordion-item .momentspa-site .accordion-content a:not(.alltreatment_btn):hover, .momentspa-site .newsletter_module .description a:not(.alltreatment_btn):hover, .newsletter_module .momentspa-site .description a:not(.alltreatment_btn):hover, .momentspa-site .slider_txt_btn .content .content_wrap .description a:not(.alltreatment_btn):hover, .slider_txt_btn .content .content_wrap .momentspa-site .description a:not(.alltreatment_btn):hover, .momentspa-site #page-header .static_header .static_content .s_description a:not(.alltreatment_btn):hover, #page-header .static_header .static_content .momentspa-site .s_description a:not(.alltreatment_btn):hover, .momentspa-site .entry-content a:not(.alltreatment_btn):hover, .momentspa-site .main_top_section .m_description a:not(.alltreatment_btn):hover, .main_top_section .momentspa-site .m_description a:not(.alltreatment_btn):hover, .momentspa-site .blog_items .blog-item .excerpt a:not(.alltreatment_btn):hover, .momentspa-site .module-blog .blog-item .excerpt a:not(.alltreatment_btn):hover, .blog_items .blog-item .momentspa-site .excerpt a:not(.alltreatment_btn):hover, .module-blog .blog-item .momentspa-site .excerpt a:not(.alltreatment_btn):hover {
  color: #000;
}

.module-image_blocks_rows .row .content .description span, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .description span, .single-job .job_form .subtitle_form_job span, .module-row_content .row_content span, .module-row_content .row .description span, .module-text .cols .col span, .module-testimonies .sublines span, .module-testimonies .testimony span, .module-jobs ul .job_list_item .type span, .module-jobs ul .job_list_item .region span, .module-content_carousel .content_carousel .content .description span, .module-event .content_wrap .row .row_content span, .module-content .sub_content span, .module-faq .accordion-item .accordion-content span, .newsletter_module .description span, .slider_txt_btn .content .content_wrap .description span, #page-header .static_header .static_content .s_description span, .entry-content span, .main_top_section .m_description span, .blog_items .blog-item .excerpt span, .module-blog .blog-item .excerpt span {
  font-weight: 500 !important;
}
.module-image_blocks_rows .row .content .smaller.description, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .smaller.description, .single-job .job_form .smaller.subtitle_form_job, .module-row_content .smaller.row_content, .module-row_content .row .smaller.description, .module-text .cols .smaller.col, .module-testimonies .smaller.sublines, .module-testimonies .smaller.testimony, .module-jobs ul .job_list_item .smaller.type, .module-jobs ul .job_list_item .smaller.region, .module-content_carousel .content_carousel .content .smaller.description, .module-event .content_wrap .row .smaller.row_content, .module-content .smaller.sub_content, .module-faq .accordion-item .smaller.accordion-content, .newsletter_module .smaller.description, .slider_txt_btn .content .content_wrap .smaller.description, #page-header .static_header .static_content .smaller.s_description, .smaller.entry-content, .main_top_section .smaller.m_description, .blog_items .blog-item .smaller.excerpt, .module-blog .blog-item .smaller.excerpt {
  font-size: 17px;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_rows .row .content .smaller.description, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .smaller.description, .single-job .job_form .smaller.subtitle_form_job, .module-row_content .smaller.row_content, .module-row_content .row .smaller.description, .module-text .cols .smaller.col, .module-testimonies .smaller.sublines, .module-testimonies .smaller.testimony, .module-jobs ul .job_list_item .smaller.type, .module-jobs ul .job_list_item .smaller.region, .module-content_carousel .content_carousel .content .smaller.description, .module-event .content_wrap .row .smaller.row_content, .module-content .smaller.sub_content, .module-faq .accordion-item .smaller.accordion-content, .newsletter_module .smaller.description, .slider_txt_btn .content .content_wrap .smaller.description, #page-header .static_header .static_content .smaller.s_description, .smaller.entry-content, .main_top_section .smaller.m_description, .blog_items .blog-item .smaller.excerpt, .module-blog .blog-item .smaller.excerpt {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print, screen and (min-width: 64em) {
  .momentspa-site .module-image_blocks_rows .row .content .description, .module-image_blocks_rows .row .content .momentspa-site .description, .momentspa-site .page-template-template-contact .contact_wrap.sub .sides_section .section_content .description, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .momentspa-site .description, .momentspa-site .single-job .job_form .subtitle_form_job, .single-job .job_form .momentspa-site .subtitle_form_job, .momentspa-site .module-row_content .row_content, .module-row_content .momentspa-site .row_content, .momentspa-site .module-row_content .row .description, .module-row_content .row .momentspa-site .description, .momentspa-site .module-text .cols .col, .module-text .cols .momentspa-site .col, .momentspa-site .module-testimonies .sublines, .module-testimonies .momentspa-site .sublines, .momentspa-site .module-testimonies .testimony, .module-testimonies .momentspa-site .testimony, .momentspa-site .module-jobs ul .job_list_item .type, .module-jobs ul .job_list_item .momentspa-site .type, .momentspa-site .module-jobs ul .job_list_item .region, .module-jobs ul .job_list_item .momentspa-site .region, .momentspa-site .module-content_carousel .content_carousel .content .description, .module-content_carousel .content_carousel .content .momentspa-site .description, .momentspa-site .module-event .content_wrap .row .row_content, .module-event .content_wrap .row .momentspa-site .row_content, .momentspa-site .module-content .sub_content, .module-content .momentspa-site .sub_content, .momentspa-site .module-faq .accordion-item .accordion-content, .module-faq .accordion-item .momentspa-site .accordion-content, .momentspa-site .newsletter_module .description, .newsletter_module .momentspa-site .description, .momentspa-site .slider_txt_btn .content .content_wrap .description, .slider_txt_btn .content .content_wrap .momentspa-site .description, .momentspa-site #page-header .static_header .static_content .s_description, #page-header .static_header .static_content .momentspa-site .s_description, .momentspa-site .entry-content, .momentspa-site .main_top_section .m_description, .main_top_section .momentspa-site .m_description, .momentspa-site .blog_items .blog-item .excerpt, .momentspa-site .module-blog .blog-item .excerpt, .blog_items .blog-item .momentspa-site .excerpt, .module-blog .blog-item .momentspa-site .excerpt {
    font-size: 18px;
  }
}

.module-event .gallery .gallery_wrap, .slider_txt_btn .gallery .gallery_wrap {
  position: relative;
}
.module-event .gallery .glide, .slider_txt_btn .gallery .glide {
  display: flex;
}
.module-event .gallery .glide .glide__track, .slider_txt_btn .gallery .glide .glide__track {
  height: 100%;
  flex: 1 1 auto;
}
.module-event .gallery .glide ul, .slider_txt_btn .gallery .glide ul {
  height: 100%;
}
.module-event .gallery .glide ul li, .slider_txt_btn .gallery .glide ul li {
  height: auto;
  overflow: hidden;
  position: relative;
}
.module-event .gallery .glide ul li img, .slider_txt_btn .gallery .glide ul li img {
  width: 100%;
  aspect-ratio: 1/0.7;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .module-event .gallery .glide ul li img, .slider_txt_btn .gallery .glide ul li img {
    aspect-ratio: 1/1.35;
  }
}

.momentspa-site .module-gallery .images_carousel .glide__arrows button {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--gold);
  transition: border-color 250ms, background-color 250ms;
  pointer-events: all;
}
.momentspa-site .module-gallery .images_carousel .glide__arrows button svg {
  display: block;
  width: 20px;
  height: 11px;
}
.momentspa-site .module-gallery .images_carousel .glide__arrows button svg path {
  transition: fill 250ms;
  fill: #fff;
}
.momentspa-site .module-gallery .images_carousel .glide__arrows button:hover {
  background-color: #fff;
}
.momentspa-site .module-gallery .images_carousel .glide__arrows button:hover svg path {
  fill: var(--gold);
}
.momentspa-site .module-gallery .images_carousel .glide__arrows button.glide__arrow--disabled {
  cursor: not-allowed;
}
.momentspa-site .module-gallery .images_carousel .glide__arrows button.glide__arrow--disabled:hover {
  background-color: var(--gold);
}
.momentspa-site .module-gallery .images_carousel .glide__arrows button.glide__arrow--disabled:hover svg path {
  fill: #fff;
}

.momentspa-site .module-gallery .images_carousel .glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  width: calc(100% + 130px);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.momentspa-site .module-gallery .images_carousel .glide__arrows button {
  pointer-events: all;
}
.momentspa-site .module-gallery .images_carousel .glide__arrows button.glide__arrow--left {
  transform: rotate(-180deg);
}

/************************************************

Stylesheet: Global Stylesheet

*************************************************/
:root {
  --amerispablue: #0c2340;
  --momentspablack: #0d0d0d;
  --blue: $blue;
  --gold: #af8e5c;
  --rgbgold: 175, 142, 92;
  --goldmoment: #917041;
  --pagerSpeed: 1px;
  --pagerSpeedStb: 1px;
  --pagerSpeedDelay: 0ms;
}

body.logout_loading .loading_logout {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
body.logout_loading .loading_logout .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
body.logout_loading .loading_logout .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0c2340;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
body.logout_loading .loading_logout .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
body.logout_loading .loading_logout .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
body.logout_loading .loading_logout .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
body.logout_loading .loading_logout .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: var(--gold);
}

p {
  line-height: inherit;
}
p:last-child {
  margin-bottom: 0;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.btn {
  color: #0c2340;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  transition: color 250ms, background-color 250ms, border-color 250ms;
  padding: 12px 25px !important;
}
@media print, screen and (min-width: 64em) {
  .btn {
    padding: 20px 30px !important;
    letter-spacing: 1.82px;
    font-weight: 700;
  }
}
.btn.small {
  padding: 12px 30px !important;
}
@media print, screen and (min-width: 64em) {
  .btn.small {
    padding: 12px 30px !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .btn.small {
    text-transform: none;
    letter-spacing: 0.3px;
    font-size: 15px;
  }
}
.btn.big {
  padding: 15px 35px !important;
}
@media print, screen and (min-width: 64em) {
  .btn.big {
    padding: 20px 35px !important;
  }
}
@media screen and (min-width: 75em) {
  .btn.big {
    padding: 20px 45px !important;
  }
}
.btn.larger {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
@media screen and (min-width: 90em) {
  .btn.larger {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
.btn.lighter {
  font-weight: 500;
}
.btn.tighttext {
  letter-spacing: 1.2px;
}
.btn.white {
  background-color: #fff;
}
.btn.blue {
  border: 1px solid #0c2340;
  color: #0c2340;
}
.btn.blue:hover {
  border-color: #0c2340;
}
.btn.blue-fill {
  border: 1px solid #0c2340;
  color: #fff;
  background-color: #0c2340;
}
.btn.blue-fill:hover:not(.hover-bb) {
  background-color: var(--gold);
  border-color: var(--gold);
}
.btn.blue-fill:hover.hover-bb {
  background-color: var(--gold);
  border-color: #0c2340;
}
.btn.gold {
  background-color: var(--gold);
  color: #fff;
}
.btn.transparent {
  border: 1px solid #fff;
  color: #fff;
}
.btn.transparent:hover {
  border-color: #0c2340;
}
.btn.transparent.black {
  color: #0c2340;
  border-color: #0c2340;
}
.btn.transparent.black:hover {
  border-color: #0c2340;
  color: #fff;
}
.btn.red {
  background-color: #dc3d38;
  color: #fff;
}
.btn.underline {
  padding: 5px 0px !important;
  text-decoration: underline;
  line-height: 1.1;
  border-radius: 0;
}
@media print, screen and (min-width: 64em) {
  .btn.underline {
    padding: 5px 0px !important;
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 1;
  }
}
.btn.underline:hover {
  color: var(--gold) !important;
  border-color: var(--gold);
  background-color: transparent;
}
.btn.withicon {
  display: inline-flex;
  align-items: center;
}
.btn.underline-simple {
  padding: 0 !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: underline;
  text-transform: none;
}
.btn.underline-simple:hover {
  background-color: transparent;
  color: var(--gold);
}
.btn.momentspa-black {
  background-color: #000;
  color: #fff;
}
.btn.momentspa-black:hover {
  background-color: var(--gold);
}
.btn.underline-gold {
  padding: 5px 0px !important;
  border-bottom: 1px solid;
  border-radius: 0;
  color: var(--gold);
  border-color: var(--gold);
}
@media print, screen and (min-width: 64em) {
  .btn.underline-gold {
    padding: 5px 0px !important;
  }
}
.btn.underline-gold:hover {
  color: #0c2340 !important;
  border-color: #0c2340;
  background-color: transparent;
}
.btn:hover {
  color: #fff;
  background-color: #0c2340;
}

#sub_site_notice {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  left: 50%;
  min-width: 95vw;
  background: white;
  transform: translateX(-50%);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}
@media print, screen and (min-width: 64em) {
  #sub_site_notice {
    bottom: 50px;
    min-width: 50vw;
  }
}
#sub_site_notice .the_notice {
  padding-left: 20px;
  text-align: center;
  width: 100%;
  flex: 1 1 auto;
  font-size: 14px;
}
@media screen and (min-width: 75em) {
  #sub_site_notice .the_notice {
    font-size: 16px;
  }
}
#sub_site_notice .close_sub_site_notice {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 250ms;
  background-color: transparent;
}
@media print, screen and (min-width: 64em) {
  #sub_site_notice .close_sub_site_notice {
    width: 30px;
    height: 30px;
    border: 1px solid #0c2340;
    border-radius: 30px;
  }
  .momentspa-site #sub_site_notice .close_sub_site_notice {
    border-color: #000;
  }
}
#sub_site_notice .close_sub_site_notice:hover {
  background-color: #0c2340;
}
.momentspa-site #sub_site_notice .close_sub_site_notice:hover {
  background-color: #000;
}

#sub_site_notice .close_sub_site_notice:hover svg path {
  fill: #fff;
}
.momentspa-site #sub_site_notice .close_sub_site_notice:hover svg path {
  fill: #fff;
}

#sub_site_notice .close_sub_site_notice svg {
  display: block;
  width: 10px;
  height: auto;
}
#sub_site_notice .close_sub_site_notice svg path {
  transition: fill 250ms;
  fill: #0c2340;
}
.momentspa-site #sub_site_notice .close_sub_site_notice svg path {
  fill: #000;
}

.password_eye_parent {
  position: relative;
}
.password_eye_parent .eye {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.password_eye_parent .eye .shower,
.password_eye_parent .eye .hider {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
.password_eye_parent .eye .shower svg,
.password_eye_parent .eye .hider svg {
  width: 20px;
  height: auto;
}
.password_eye_parent .eye.pass-hide .hider {
  display: none;
}
.password_eye_parent .eye.pass-hide .shower {
  display: flex;
}
.password_eye_parent .eye.pass-show .shower {
  display: none;
}
.password_eye_parent .eye.pass-show .hider {
  display: flex;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

#news_ticker {
  position: relative;
  padding: 12px 20px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  #news_ticker {
    padding: 12px 30px;
  }
}
@media screen and (min-width: 75em) {
  #news_ticker {
    padding: 12px 50px;
    width: calc(100% + 60px);
    transform: translateX(-30px);
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
#news_ticker:after {
  content: "";
  background-image: linear-gradient(128deg, #0c2340 60%, #0059a4 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 150%;
  z-index: 1;
  pointer-events: none;
}
.momentspa-site #news_ticker:after {
  background-image: none;
  background-color: #000;
}

#news_ticker .news_ticker_glide {
  position: relative;
  width: calc(100% - 30px);
  z-index: 2;
}
#news_ticker .news_ticker_glide .glide__slides {
  transform: translate3d(0, 0, 0) !important;
}
#news_ticker .news_ticker_glide .glide__slide {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.64px;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  padding: 0 5px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  order: 2;
  opacity: 0;
  transition: opacity 750ms ease-in-out;
}
@media print, screen and (min-width: 64em) {
  #news_ticker .news_ticker_glide .glide__slide {
    font-size: 15px;
  }
}
@media screen and (min-width: 75em) {
  #news_ticker .news_ticker_glide .glide__slide {
    padding: 0 10px 0 45px;
    font-size: 16px;
  }
}
#news_ticker .news_ticker_glide .glide__slide.glide__slide--active {
  position: relative;
  order: 1;
  opacity: 1;
  z-index: 1;
}
#news_ticker .news_ticker_glide .glide__slide a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--gold);
  transition: color 250ms;
}
#news_ticker .news_ticker_glide .glide__slide a:hover {
  color: #fff;
}
#news_ticker .close_news_ticker {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 250ms;
  background-color: transparent;
}
.momentspa-site #news_ticker .close_news_ticker {
  border-radius: 0;
}

@media print, screen and (min-width: 64em) {
  #news_ticker .close_news_ticker {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 30px;
  }
  .momentspa-site #news_ticker .close_news_ticker {
    border-radius: 0;
  }
}
#news_ticker .close_news_ticker:hover {
  background-color: #fff;
}
#news_ticker .close_news_ticker:hover svg path {
  fill: #0c2340;
}
#news_ticker .close_news_ticker svg {
  display: block;
  width: 10px;
  height: auto;
}
#news_ticker .close_news_ticker svg path {
  transition: fill 250ms;
}

#header {
  position: relative;
  width: 100%;
  z-index: 20;
  padding: 10px 0;
}
@media print, screen and (max-width: 74.99875em) {
  .momentspa-site #header {
    padding: 5px 0 10px 0;
  }
}

@media print, screen and (max-width: 74.99875em) {
  #header {
    background-color: #fff;
  }
}
@media screen and (min-width: 75em) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media print, screen and (max-width: 89.99875em) {
  #header .container_for_sticky {
    height: auto !important;
  }
}
@media print, screen and (max-width: 89.99875em) {
  #header .sticky {
    top: 0 !important;
  }
}
#header .sticky.is-stuck {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
}
#header .sticky.is-stuck.last_row .col-1 > ul > li:not(.active) > a:not(:hover) {
  color: #0c2340;
}
.momentspa-site #header .sticky.is-stuck.last_row .col-1 > ul > li:not(.active) > a:not(:hover) {
  color: #000;
}

#header .sticky.is-stuck .active_points .name {
  color: #0c2340;
}
.momentspa-site #header .sticky.is-stuck .active_points .name {
  color: #000;
}

#header .sticky.is-stuck.last_row .col-3 ul.buttons li.reserve a {
  background-color: #0c2340;
  color: #fff;
  border: 1px solid #fff;
}
#header .sticky.is-stuck.last_row .col-3 ul.buttons li.reserve a:hover {
  border-color: #0c2340;
  color: #0c2340;
  background-color: #fff;
}
.momentspa-site #header .sticky.is-stuck.last_row .col-3 ul.buttons li.reserve a {
  background-color: #000;
}
.momentspa-site #header .sticky.is-stuck.last_row .col-3 ul.buttons li.reserve a:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: #fff;
}

#header .sticky.is-stuck.last_row .col-3 .points > ul > li > a:not(:hover) {
  color: #0c2340;
}
#header .sticky.is-stuck.last_row .col-3 .points > ul > li > a:not(:hover) .icon svg path {
  fill: #0c2340;
}
.momentspa-site #header .sticky.is-stuck.last_row .col-3 .points > ul > li > a:not(:hover) {
  color: #000;
}
.momentspa-site #header .sticky.is-stuck.last_row .col-3 .points > ul > li > a:not(:hover) .icon svg path {
  fill: #000;
}

.momentspa-site #header .sticky.is-stuck #other-site-menu img {
  filter: invert(1);
}

#header .mobile_menu_btn button:after {
  background: #0c2340;
  box-shadow: 0 7px 0 #0c2340, 0 14px 0 #0c2340;
}
#header .mobile_logo img {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}
.momentspa-site #header .mobile_logo img {
  filter: invert(1);
}

#header .phone_mobile a {
  display: block;
  width: 26px;
  height: 25px;
  margin-left: auto;
}
.momentspa-site #header .phone_mobile a {
  width: 20px;
  height: 22px;
}

#header .first_row {
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 74.99875em) {
  .momentspa-site #header .first_row {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  }
}

#header .first_row .col-1 ul {
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 75em) {
  #header .first_row .col-1 ul {
    justify-content: flex-start;
  }
}
#header .first_row .col-1 ul li:first-child a {
  padding-left: 0;
}
#header .first_row .col-1 ul li:last-child a {
  padding-right: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .momentspa-site #header .first_row .col-1 ul li a {
    padding-top: 2px !important;
    padding-bottom: 7px !important;
  }
}

#header .first_row .col-1 #open-hub {
  display: flex;
  align-items: center;
}
#header .first_row .col-1 #open-hub .current_spa_menu {
  display: flex;
  align-items: center;
}
#header .first_row .col-1 #open-hub .current_spa_menu .icon {
  margin-right: 7px;
}
#header .first_row .col-1 #open-hub .current_spa_menu .icon svg {
  display: block;
  width: 16px;
  height: auto;
}
#header .first_row .col-1 #open-hub .current_spa_menu .word {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.39px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (max-width: 74.99875em) {
  #header .first_row .col-1 #open-hub .current_spa_menu .word {
    color: #0c2340;
  }
}
#header .first_row .col-1 #open-hub .current_spa_menu .word svg {
  display: none;
}
.amerispa-site #header .first_row .col-1 #open-hub {
  padding: 6px 15px;
  border-radius: 30px;
  background-color: rgba(12, 35, 64, 0.7);
  transition: background-color 250ms;
}
.amerispa-site #header .first_row .col-1 #open-hub:hover {
  background-color: #0c2340;
}
@media print, screen and (max-width: 74.99875em) {
  .amerispa-site #header .first_row .col-1 #open-hub {
    background-color: transparent;
    padding-left: 0;
  }
}
.amerispa-site #header .first_row .col-1 #open-hub img {
  display: block;
  max-width: 80px;
  margin-right: 7px;
}
@media print, screen and (max-width: 74.99875em) {
  .amerispa-site #header .first_row .col-1 #open-hub .current_spa_menu svg path {
    fill: #0c2340;
  }
}
.amerispa-site #header .first_row .col-1 #open-hub .current_spa_menu .word svg {
  width: 13px;
  margin-left: 10px;
  height: auto;
  display: block;
}

.momentspa-site #header .first_row .col-1 #open-hub {
  background-color: transparent;
  transition: background-color 250ms;
  border: 1px solid #fff;
}
@media screen and (min-width: 75em) {
  .momentspa-site #header .first_row .col-1 #open-hub {
    padding: 6px 10px;
  }
}
.momentspa-site #header .first_row .col-1 #open-hub:hover {
  background-color: #0d0d0d;
}
.momentspa-site #header .first_row .col-1 #open-hub img {
  display: block;
  max-width: 90px;
  margin-right: 10px;
}
@media print, screen and (max-width: 74.99875em) {
  .momentspa-site #header .first_row .col-1 #open-hub .current_spa_menu .icon {
    display: none;
  }
}
.momentspa-site #header .first_row .col-1 #open-hub .current_spa_menu .word {
  font-weight: 600;
  letter-spacing: 1.3px;
}
@media print, screen and (max-width: 74.99875em) {
  .momentspa-site #header .first_row .col-1 #open-hub .current_spa_menu .word {
    color: #000;
  }
  .momentspa-site #header .first_row .col-1 #open-hub .current_spa_menu .word svg {
    display: block;
    width: 13px;
    margin-left: 10px;
    height: auto;
    display: block;
  }
  .momentspa-site #header .first_row .col-1 #open-hub .current_spa_menu .word svg path {
    fill: #000;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .main-site-no #header .first_row .col-1 #other-site-menu {
    display: none;
  }
}

.amerispa-site #header .first_row .col-1 #other-site-menu img {
  display: block;
  filter: invert(1);
  max-width: 90px;
}
@media screen and (min-width: 75em) {
  .amerispa-site #header .first_row .col-1 #other-site-menu img {
    filter: none;
  }
}

.momentspa-site #header .first_row .col-1 #other-site-menu img {
  display: block;
  max-width: 80px;
}

#header .first_row .col-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .first_row .col-2 .lang_switcher li {
  padding-right: 0;
}
#header .first_row .col-2 .lang_switcher li a {
  text-transform: capitalize;
}
#header .first_row .col-2 ul li {
  padding: 0 1rem;
}
.main-site-no #header .first_row .col-2 ul li.hide_sub {
  display: none !important;
}

#header .first_row .col-2 ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 1;
  transition: color 250ms;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid transparent;
}
#header .first_row .col-2 ul li a:hover {
  color: var(--gold);
}
#header .first_row .col-2 ul li.active a {
  background-color: transparent;
  border-color: var(--gold);
  color: var(--gold);
}
#header .first_row .col-2 ul.mainphone li a {
  letter-spacing: 1.95px;
}
#header .last_row {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 130px 1fr;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.momentspa-site #header .last_row {
  grid-template-columns: 1fr 130px 1fr;
}
@media screen and (min-width: 112.5em) {
  .momentspa-site #header .last_row {
    grid-template-columns: 1fr 190px 1fr;
  }
}

@media screen and (min-width: 112.5em) {
  #header .last_row {
    grid-template-columns: 1fr 180px 1fr;
  }
}
.momentspa-site #header .last_row.is-stuck .col-1 > ul > li.active > a {
  border-color: var(--gold);
  color: var(--gold);
}
.momentspa-site #header .last_row.is-stuck .col-1 > ul > li.active > a:before {
  width: 100%;
}

#header .last_row .col-1 > ul > li {
  padding: 0 1rem 0 0;
}
@media screen and (min-width: 90em) {
  #header .last_row .col-1 > ul > li {
    padding: 0 1.3rem 0 0;
  }
}
@media screen and (min-width: 112.5em) {
  #header .last_row .col-1 > ul > li {
    padding: 0 2rem 0 0;
  }
}
#header .last_row .col-1 > ul > li:first-child {
  padding-left: 0;
}
.momentspa-site #header .last_row .col-1 > ul > li.is-dropdown-submenu-parent:hover > a {
  color: #fff;
  border-color: transparent;
}
.momentspa-site #header .last_row .col-1 > ul > li.is-dropdown-submenu-parent:hover > a:before {
  width: 100%;
}

#header .last_row .col-1 > ul > li.active > a {
  border-color: var(--gold);
  color: var(--gold);
}
.momentspa-site #header .last_row .col-1 > ul > li.active > a {
  color: #fff;
  border-color: transparent;
}
.momentspa-site #header .last_row .col-1 > ul > li.active > a:before {
  width: 100%;
}

#header .last_row .col-1 > ul > li:hover > a {
  color: var(--gold);
}
#header .last_row .col-1 > ul > li > a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.82px;
  line-height: 1;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition: color 250ms;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#header .last_row .col-1 > ul > li > a:hover {
  color: var(--gold);
}
.momentspa-site #header .last_row .col-1 > ul > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: width 250ms;
}
.momentspa-site #header .last_row .col-1 > ul > li > a:hover {
  color: #fff;
}
.momentspa-site #header .last_row .col-1 > ul > li > a:hover:before {
  width: 100%;
}

#header .last_row .col-1 > ul > li:not(:first-child) ul.submenu {
  transform: translateX(calc(-50% - 1rem));
  left: 50%;
}
.momentspa-site #header .last_row .col-1 > ul > li ul.submenu {
  top: calc(100% + 10px);
}

.momentspa-site #header .last_row .col-1 > ul > li > a {
  letter-spacing: 2.6px;
}

#header .last_row .col-2 {
  padding: 0;
}
.amerispa-site #header .last_row .col-2 img {
  display: block;
  margin: 0 auto;
  max-width: 130px;
}
@media screen and (min-width: 112.5em) {
  .amerispa-site #header .last_row .col-2 img {
    max-width: 180px;
  }
}

.momentspa-site #header .last_row .col-2 img {
  display: block;
  max-width: 190px;
  margin: 0 auto;
}

#header .last_row .col-3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .last_row .col-3 ul.buttons li {
  margin-right: 1rem;
}
#header .last_row .col-3 ul.buttons li:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 89.99875em) {
  #header .last_row .col-3 ul.buttons li .small {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
#header .last_row .col-3 .points {
  display: flex;
  align-items: center;
}
#header .last_row .col-3 .points .active_points {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header .last_row .col-3 .points .active_points .user_data {
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.4px;
  line-height: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
#header .last_row .col-3 .points .active_points .user_data .pointstotal_setter {
  color: #a0d3ff;
}
#header .last_row .col-3 .points .icon svg {
  display: block;
  width: 45px;
  height: auto;
  margin-right: 10px;
}
#header .last_row .col-3 .points .icon svg path {
  transition: fill 250ms;
}
#header .last_row .col-3 .points > ul {
  background-color: transparent;
}
#header .last_row .col-3 .points > ul > li:hover > a {
  color: var(--gold);
}
#header .last_row .col-3 .points > ul > li:hover > a svg path {
  fill: var(--gold);
}
#header .last_row .col-3 .points > ul > li > a {
  background-color: transparent;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.88px;
  line-height: normal;
  display: flex;
  align-items: center;
  transition: color 250ms;
}
#header .last_row .col-3 .points > ul > li > a:hover {
  color: var(--gold);
}
#header .last_row .col-3 .points > ul > li > a:hover svg path {
  fill: var(--gold);
}
#header .last_row .col-3 .points ul.submenu:not(.sub_menu_points) {
  padding: 0 0 20px 0;
}
#header .last_row .col-3 .points ul.submenu:not(.sub_menu_points):after {
  border-bottom-color: var(--gold);
}
#header .last_row .col-3 .points ul.submenu li.type-title {
  background-color: var(--gold);
  color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-bottom: 10px;
}
#header .last_row .col-3 .points ul.submenu li.type-title a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  cursor: default;
}
#header .last_row .col-3 .points ul.submenu li.type-title a:hover {
  color: #fff;
}

.dropdown ul.submenu {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 15px 10px;
  margin-top: 15px;
  border: none;
}
.dropdown ul.submenu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.momentspa-site .dropdown ul.submenu:after {
  border-width: 8px;
  margin-left: -8px;
}

.dropdown ul.submenu li a {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  color: #0c2340;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.88px;
  line-height: 1.1;
  white-space: pre;
  padding: 0.5rem 1rem;
  transition: color 250ms;
}
.dropdown ul.submenu li a:hover {
  color: var(--gold);
}
.dropdown ul.submenu li.active a {
  background-color: transparent;
  color: var(--gold);
}
.dropdown ul.submenu li.active.is-submenu-item > a {
  color: #0c2340;
}
.dropdown ul.submenu li.active.is-submenu-item > a:hover {
  color: var(--gold);
}

#off-canvas .menu:not(.buttons) a {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.54px;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
}
#off-canvas .menu:not(.buttons) .is-accordion-submenu-parent > a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 25px;
  padding-left: 0;
}
#off-canvas .menu:not(.buttons) .is-accordion-submenu-parent > a:after {
  content: "";
  background-image: url(../images/menu-plus.svg);
  width: 16px;
  height: 16px;
  margin-left: auto;
  transform: translateX(25px);
}
#off-canvas .menu:not(.buttons) .is-accordion-submenu-parent[aria-expanded=true] > a:after {
  background-image: url("../images/menu-minus.svg");
  height: 1px;
}
#off-canvas .menu:not(.buttons) .submenu {
  margin-top: 5px;
  padding-left: 10px;
}
#off-canvas .menu:not(.buttons) .submenu li {
  width: 100%;
}
#off-canvas .menu:not(.buttons) .submenu li a {
  padding-left: 0;
}
#off-canvas .menu:not(.buttons) .active > a {
  background-color: transparent;
  color: var(--gold);
}
#off-canvas .top_head {
  padding-top: 10px;
  padding-bottom: 10px;
}
#off-canvas .top_head .close button {
  display: block;
  width: 25px;
  height: 25px;
}
#off-canvas .top_head .close button svg {
  display: block;
  width: 25px;
  height: auto;
}
#off-canvas .top_head .close button svg path {
  fill: #0c2340;
}
#off-canvas .top_head .logo img {
  display: block;
  margin: 0 auto;
  max-width: 110px;
}
.momentspa-site #off-canvas .top_head .logo img {
  filter: invert(1);
}

#off-canvas .top_head .lang ul li {
  margin-left: auto;
}
#off-canvas .top_head .lang ul li a {
  padding-right: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
#off-canvas .buttons.wrap {
  background-color: #0c2340;
}
.momentspa-site #off-canvas .buttons.wrap {
  background-color: #000;
}

#off-canvas .buttons.wrap .cell, #off-canvas .buttons.wrap .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link, .page-template-template-contact .contact_wrap.sub .sides_section .section_content #off-canvas .buttons.wrap .link, #off-canvas .buttons.wrap .single-post #page-header .static_content_wrap .s_description, .single-post #page-header .static_content_wrap #off-canvas .buttons.wrap .s_description, #off-canvas .buttons.wrap .single-post #page-header .static_content_wrap .s_title, .single-post #page-header .static_content_wrap #off-canvas .buttons.wrap .s_title, #off-canvas .buttons.wrap .single-post #page-header .static_content_wrap .sep, .single-post #page-header .static_content_wrap #off-canvas .buttons.wrap .sep, #off-canvas .buttons.wrap .single-post #page-header .static_content_wrap .cats, .single-post #page-header .static_content_wrap #off-canvas .buttons.wrap .cats {
  display: flex;
  flex-direction: column;
}
#off-canvas .buttons.wrap .menu.buttons {
  order: 1;
  gap: 8px;
  padding: 15px 0;
}
#off-canvas .buttons.wrap .menu.buttons li {
  flex: 1 1 auto;
}
#off-canvas .buttons.wrap .points {
  order: 2;
  padding: 5px 0 15px 0;
}
#off-canvas .buttons.wrap .points .active_points {
  display: flex;
  align-items: center;
}
#off-canvas .buttons.wrap .points .menu .is-accordion-submenu-parent > a {
  display: flex;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.54px;
  line-height: 1;
}
#off-canvas .buttons.wrap .points .menu .is-accordion-submenu-parent > a br {
  display: none;
}
#off-canvas .buttons.wrap .points .menu .is-accordion-submenu-parent > a svg {
  margin-right: 10px;
  display: block;
  width: 45px;
  height: auto;
}
#off-canvas .buttons.wrap .points .menu .is-accordion-submenu-parent > a:after {
  filter: invert(1);
}
#off-canvas .buttons.wrap .points .menu .is-accordion-submenu-parent[aria-expanded=true] > a {
  color: var(--gold);
}
#off-canvas .buttons.wrap .points .menu .is-accordion-submenu-parent[aria-expanded=true] > a svg path {
  fill: var(--gold);
}
#off-canvas .buttons.wrap .points .menu .submenu {
  padding: 0;
  margin-top: 10px;
}
#off-canvas .buttons.wrap .points .menu .submenu progress-ring {
  transform: scale(-1, 1) translate3d(8px, -8px, 0);
  display: flex;
  margin: 0 auto;
  justify-content: center;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
#off-canvas .buttons.wrap .points .menu .submenu .upper_part {
  background-color: #0c2340;
  position: relative;
}
#off-canvas .buttons.wrap .points .menu .submenu .upper_part:after {
  content: "";
  position: absolute;
  background-image: url(../images/points_submenu_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.21;
}
#off-canvas .buttons.wrap .points .menu .submenu .bottom_part ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#off-canvas .buttons.wrap .points .menu .submenu .bottom_part ul li a {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  color: white;
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.88px;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
}
#off-canvas .buttons.wrap .points .menu .submenu .bottom_part ul li a svg {
  width: 35px !important;
  height: auto;
  margin-right: 10px;
  display: block;
}
#off-canvas .buttons.wrap .points .menu .submenu .bottom_part ul li a:hover {
  color: var(--gold);
}
#off-canvas .buttons.wrap .points .menu .submenu .type-title {
  display: none;
}
#off-canvas .buttons.wrap .points .menu .submenu li a {
  color: #fff;
}
#off-canvas .all_menus #main-nav {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 15px;
}
#off-canvas .all_menus ul:not(.submenu) > li {
  padding: 15px 20px 15px 20px;
  transition: padding 250ms, margin 250ms;
}
#off-canvas .all_menus ul:not(.submenu) > li:first-child {
  padding-top: 30px;
}
#off-canvas .all_menus ul:not(.submenu) > li > a {
  padding-bottom: 0;
  padding-top: 0;
}
#off-canvas .all_menus ul:not(.submenu) > li[aria-expanded=true] {
  background-color: #f1f0ee;
  padding: 20px 20px 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#off-canvas .all_menus ul:not(.submenu) > li[aria-expanded=true]:first-child {
  padding-top: 30px;
  margin-top: 0;
}
#off-canvas .all_menus ul:not(.submenu) > li[aria-expanded=true]:last-child {
  margin-bottom: -15px;
}
#off-canvas .all_menus ul:not(.submenu) > li[aria-expanded=true] > a {
  font-weight: 700;
}
.amerispa-site #off-canvas .all_menus ul:not(.submenu) > li[aria-expanded=true] > a {
  color: #0c2340;
}

.main-site-no #off-canvas .hide_sub {
  display: none !important;
}

.main-site-yes #footer .hide_main {
  display: none;
}

.main-site-no #footer .top_row {
  max-width: 102.5rem;
}

#footer .print_price {
  margin-top: 65px;
}
@media print, screen and (min-width: 64em) {
  #footer .print_price {
    margin-top: 100px;
  }
}
#footer .blocks_cols {
  margin-top: 65px;
}
@media print, screen and (min-width: 64em) {
  #footer .blocks_cols {
    margin-top: 100px;
  }
}
#footer .inner-footer {
  margin-top: 65px;
  padding: 50px 0 40px 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  #footer .inner-footer {
    margin-top: 100px;
    padding: 100px 0 40px 0;
  }
}
#footer .inner-footer:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(135deg, #0c2340 35%, #0059a4 100%);
  width: 150vw;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
#footer .inner-footer > div {
  position: relative;
  z-index: 2;
}
#footer .icon_sep {
  width: 100%;
}
#footer .icon_sep.first {
  margin-top: 20px;
}
#footer .icon_sep svg {
  display: block;
  margin: 0 auto;
  width: 17px;
  height: auto;
}
.momentspa-site #footer .icon_sep svg svg {
  width: 10px;
}
.momentspa-site #footer .icon_sep svg svg path {
  stroke: var(--gold);
}

.amerispa-site #footer .icon_sep svg svg path {
  fill: var(--gold);
}

#footer .menu li {
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  #footer .menu li {
    text-align: left;
  }
}
#footer .menu li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  transition: color 250ms;
  display: inline-block;
}
#footer .menu li a:hover {
  color: var(--gold);
}
#footer .menu li.active a {
  background-color: transparent;
  color: var(--gold);
}
#footer .side_info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  #footer .side_info {
    flex-wrap: nowrap;
  }
  #footer .side_info:not(.ismain) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 75em) {
  #footer .side_info {
    margin-top: 0;
  }
  #footer .side_info:not(.ismain) {
    margin-top: 0;
  }
}
#footer .side_info_wrap {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  #footer .side_info_wrap {
    padding-top: 11px;
    text-align: right;
    margin-left: auto;
  }
  #footer .side_info_wrap.half {
    width: 50%;
  }
}
#footer .side_info_wrap.main_side .phone a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
}
#footer .side_info_wrap.sub_side .address {
  margin-top: 40px;
}
#footer .side_info_wrap .address {
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
}
@media print, screen and (min-width: 64em) {
  #footer .side_info_wrap .address {
    font-size: 19px;
    line-height: 25px;
  }
}
#footer .side_info_wrap .link {
  margin-top: 15px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}
@media print, screen and (min-width: 48em) {
  #footer .side_info_wrap .link {
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
  }
}
#footer .side_info_wrap .phone1 a {
  color: var(--gold);
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
}
#footer .side_info_wrap .phone2 {
  margin-top: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
#footer .side_info_wrap .phone2 a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
#footer .side_info_wrap .phone2 span {
  text-transform: uppercase;
  font-weight: 400;
}
#footer .hours_wrap {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  #footer .hours_wrap {
    width: 50%;
    padding-top: 11px;
    margin: 0;
    max-width: none;
  }
}
#footer .hours_wrap select.hour_switcher {
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
  appearance: none;
  color: var(--gold);
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  padding-top: 10px;
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 30px;
  height: auto;
  cursor: pointer;
  background-image: url(../images/hours_arrow.svg);
  background-size: 11px 7px;
}
#footer .hours_wrap select.hour_switcher:focus {
  box-shadow: none;
}
#footer .hours_wrap .hour_block {
  display: none;
}
#footer .hours_wrap .hour_block.active {
  display: block;
}
#footer .hours_wrap .hour_block ul {
  list-style: none;
  margin: 0;
  padding: 0 15px 0 25px;
}
#footer .hours_wrap .hour_block ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 10px;
}
#footer .logos_social {
  margin-top: 50px;
}
@media print, screen and (min-width: 64em) {
  #footer .logos_social {
    margin-top: 120px;
  }
}
#footer .logos_social .social_wrap.amerispa {
  order: 3;
}
@media print, screen and (min-width: 64em) {
  #footer .logos_social .social_wrap.amerispa {
    order: 1;
  }
}
.momentspa-site #footer .logos_social .social_wrap.amerispa {
  order: 4;
}
@media print, screen and (min-width: 64em) {
  .momentspa-site #footer .logos_social .social_wrap.amerispa {
    order: 3;
  }
}

#footer .logos_social .social_wrap.moment {
  order: 4;
}
@media print, screen and (min-width: 64em) {
  #footer .logos_social .social_wrap.moment {
    order: 3;
  }
}
.momentspa-site #footer .logos_social .social_wrap.moment {
  order: 3;
}
@media print, screen and (min-width: 64em) {
  .momentspa-site #footer .logos_social .social_wrap.moment {
    order: 1;
  }
}

#footer .logos_social .socials {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
#footer .logos_social .socials:before, #footer .logos_social .socials:after {
  content: "";
  height: 1px;
  width: calc(50% - 70px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #af8e5c;
}
@media print, screen and (min-width: 48em) {
  #footer .logos_social .socials:before, #footer .logos_social .socials:after {
    width: calc(50% - 95px);
  }
}
#footer .logos_social .socials:before {
  right: 0;
}
#footer .logos_social .socials:after {
  left: 0;
}
#footer .logos_social .socials .social {
  width: 32px;
}
@media print, screen and (min-width: 64em) {
  #footer .logos_social .socials .social {
    width: 45px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #footer .logos_social .socials a svg {
    width: 32px;
    height: auto;
  }
}
#footer .logos_social .socials a svg path {
  transition: fill 250ms;
}
#footer .logos_social .socials a:hover svg path {
  fill: #fff;
}
#footer .logos_social .logos {
  margin-bottom: 15px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-around;
  order: 2;
}
@media print, screen and (min-width: 64em) {
  #footer .logos_social .logos {
    margin-bottom: 0;
    justify-content: center;
  }
}
#footer .logos_social .logos img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 125px;
}
@media print, screen and (min-width: 64em) {
  #footer .logos_social .logos img {
    max-width: none;
  }
}
.momentspa-site #footer .logos_social .logos a.amerispa_logo {
  order: 2;
}

.momentspa-site #footer .logos_social .logos a.momentspa_logo {
  order: 1;
}

#footer .last_row {
  margin-top: 35px;
}
#footer .last_row .last_row_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .last_row .last_row_wrap a,
#footer .last_row .last_row_wrap .copyright {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 15px;
}
@media print, screen and (min-width: 48em) {
  #footer .last_row .last_row_wrap a,
  #footer .last_row .last_row_wrap .copyright {
    font-size: 12px;
  }
}
#footer .last_row .last_row_wrap .copyright {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
  #footer .last_row .last_row_wrap .copyright {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}
#footer .last_row .last_row_wrap ul {
  line-height: 1;
}
#footer .last_row .last_row_wrap ul li {
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .last_row .last_row_wrap ul li.active a {
  background-color: transparent;
  color: var(--gold);
}
#footer .last_row .last_row_wrap ul li a {
  transition: color 250ms;
}
#footer .last_row .last_row_wrap ul li a:hover {
  color: var(--gold);
}

#page-header {
  position: relative;
}
#page-header.header-slider {
  height: calc(100vh - 103px);
  max-height: 1080px;
}
@media print, screen and (max-width: 74.99875em) {
  .momentspa-site #page-header.header-slider {
    height: calc(100vh - 84px);
  }
}

@media screen and (min-width: 75em) {
  #page-header.header-slider {
    height: 100vh;
  }
}
#page-header.header-slider .menu_fade {
  background-image: linear-gradient(180deg, #000000 0%, rgba(84, 84, 84, 0) 40%);
  opacity: 0.72;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#page-header.header-static {
  height: 60vh;
  overflow: hidden;
  max-height: calc(100vh - 103px);
}
@media print, screen and (max-width: 74.99875em) {
  .momentspa-site #page-header.header-static {
    max-height: calc(100vh - 84px);
  }
}

@media screen and (min-width: 75em) {
  #page-header.header-static {
    max-height: 750px;
    height: 90vh;
  }
}
#page-header.header-static .menu_fade {
  background-image: linear-gradient(180deg, #0c2340 0%, rgba(84, 84, 84, 0) 100%);
  opacity: 0.72;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#page-header.alltreatments {
  height: 30vh;
}
@media print, screen and (min-width: 64em) {
  #page-header.alltreatments {
    height: 40vh;
    min-height: 400px;
  }
}
#page-header.alltreatments .sep {
  margin-bottom: 0 !important;
}
#page-header .filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
#page-header .filter.blue {
  background-color: #0c2340;
  opacity: 0.45;
}
#page-header .filter.beige {
  background-color: #745427;
  opacity: 0.34;
}
#page-header .glide {
  height: 100%;
}
#page-header .glide .glide__track,
#page-header .glide .glide__slides {
  height: 100%;
}
#page-header .glide .glide__slide {
  position: relative;
}
#page-header .glide .glide__slide .bg {
  height: 100%;
  width: 100%;
}
#page-header .glide .glide__slide .bg img,
#page-header .glide .glide__slide .bg video {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#page-header .glide .glide__slide .slide_content {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 20px;
}
@media print, screen and (min-width: 64em) {
  #page-header .glide .glide__slide .slide_content {
    padding: 100px 5vw 100px 5vw;
  }
}
@media screen and (min-width: 90em) {
  #page-header .glide .glide__slide .slide_content {
    padding: 150px 7.8vw 100px 7.8vw;
  }
}
@media screen and (min-width: 75em) {
  #page-header .glide .glide__slide .slide_content .slide_content_wrap {
    max-width: 75%;
  }
}
@media screen and (min-width: 90em) {
  #page-header .glide .glide__slide .slide_content .slide_content_wrap {
    max-width: 60%;
  }
}
@media screen and (min-width: 112.5em) {
  #page-header .glide .glide__slide .slide_content .slide_content_wrap {
    max-width: 50%;
  }
}
#page-header .glide .glide__slide .slide_content .s_subtitle {
  margin-top: 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2.24px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
#page-header .glide .glide__slide .slide_content .sep {
  margin-top: 25px;
}
#page-header .glide .glide__slide .slide_content .s_description {
  margin-top: 25px;
}
#page-header .glide .glide__slide .slide_content .btns {
  display: flex;
  align-items: center;
}
#page-header .glide .glide__slide .slide_content .btns:not(:empty) {
  margin-top: 45px;
}
#page-header .glide .glide__slide .slide_content .btns .s_btn_1 {
  margin-right: 30px;
}
#page-header .static_header {
  height: 100%;
}
#page-header .static_header .bg {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
#page-header .static_header .bg img,
#page-header .static_header .bg video {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#page-header .static_header .static_content {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 20px;
}
@media print, screen and (min-width: 64em) {
  #page-header .static_header .static_content {
    padding: 100px 5vw 100px 5vw;
  }
}
@media screen and (min-width: 90em) {
  #page-header .static_header .static_content {
    padding: 150px 7.8vw 100px 7.8vw;
  }
}
#page-header .static_header .static_content .s_title {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-size: 2.9166666667vw;
}
@media print, screen and (max-width: 63.99875em) {
  #page-header .static_header .static_content .s_title {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  #page-header .static_header .static_content .s_title {
    font-size: 56px;
  }
}
#page-header .static_header .static_content .s_title br {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #page-header .static_header .static_content .s_title br {
    display: block;
  }
}
#page-header .static_header .static_content .sep {
  margin: 40px auto;
}
#page-header .static_header .static_content .s_description {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
#page-header .static_header .static_content .s_description br {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #page-header .static_header .static_content .s_description br {
    display: block;
  }
}
#page-header .scroll_info {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  right: 50px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page-header .scroll_info .text {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  line-height: 1;
  margin-bottom: 10px;
}
#page-header .scroll_info .box svg {
  display: block;
  height: auto;
}
.single-post #page-header .static_content_wrap .cats {
  order: -1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.single-post #page-header .static_content_wrap .sep {
  order: 2;
  margin: 20px auto;
}
.single-post #page-header .static_content_wrap .s_title {
  order: 3;
}
.single-post #page-header .static_content_wrap .s_description {
  order: 4;
}

#hubMenu {
  padding: 0;
  transition: background-color 250ms;
}
#hubMenu > .grid-container {
  padding: 20px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  #hubMenu > .grid-container {
    padding: 40px 4.6vw;
  }
}
#hubMenu.amerispa-active {
  background-color: #0c2340;
}
#hubMenu.amerispa-active .action_row .first a img.amerispa_logo {
  display: block;
  max-width: 115px;
}
@media print, screen and (min-width: 64em) {
  #hubMenu.amerispa-active .action_row .first a img.amerispa_logo {
    max-width: 185px;
  }
}
@media print, screen and (min-width: 64em) {
  #hubMenu.amerispa-active .data_row .tabs-content {
    padding: 60px 60px 0;
  }
}
#hubMenu.amerispa-active .data_row .items .item .hub_image img {
  border-radius: 16px;
  max-width: 245px;
}
#hubMenu.momentspa-active {
  background-color: #0d0d0d;
}
#hubMenu.momentspa-active .action_row .first a img.momentspa_logo {
  display: block;
  max-width: 120px;
  transform: translateY(5px);
}
@media print, screen and (min-width: 64em) {
  #hubMenu.momentspa-active .action_row .first a img.momentspa_logo {
    max-width: 220px;
    transform: translateY(9px);
  }
}
#hubMenu.momentspa-active .data_row .items .item .hub_image {
  margin-bottom: 20px;
}
#hubMenu.momentspa-active .data_row .items .item .hub_image img {
  max-width: 395px;
}
#hubMenu.momentspa-active .data_row .items .item .hub_city {
  font-style: italic;
}
#hubMenu.momentspa-active .data_row .items .item .hub_name {
  font-weight: 700;
}
#hubMenu .action_row {
  padding-bottom: 10px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .action_row {
    padding-bottom: 40px;
  }
}
#hubMenu .action_row:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  #hubMenu .action_row:after {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  #hubMenu .action_row:after {
    left: calc(-4.6vw + 15px);
  }
}
@media print, screen and (max-width: 63.99875em) {
  #hubMenu .action_row .first {
    order: 1;
  }
  #hubMenu .action_row .last {
    order: 2;
  }
  #hubMenu .action_row .actions {
    order: 3;
    margin-top: 25px;
  }
}
#hubMenu .action_row .first a {
  display: flex;
  align-items: center;
}
#hubMenu .action_row .first a svg {
  width: 25px;
  height: auto;
  display: block;
  margin-right: 20px;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .action_row .first a svg {
    width: 44px;
  }
}
#hubMenu .action_row .first a img {
  display: none;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  #hubMenu .action_row .actions {
    text-align: center;
  }
  #hubMenu .action_row .actions ul {
    width: auto;
    border-radius: 28px;
    display: inline-block;
    background-color: #fff;
    padding: 4px;
  }
  #hubMenu .action_row .actions ul li:first-child a {
    padding-right: 20px;
    padding-left: 20px;
  }
  #hubMenu .action_row .actions ul li:last-child a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #hubMenu .action_row .actions ul li a {
    color: #0c2340;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 28px;
  }
  #hubMenu .action_row .actions ul li.is-active a {
    background-color: var(--gold);
    color: #ffffff;
    font-weight: 700;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  #hubMenu .action_row .actions ul {
    border: none;
    justify-content: center;
    display: flex;
  }
  #hubMenu .action_row .actions ul li {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
  }
  .momentspa-site #hubMenu .action_row .actions ul li:first-child {
    order: 2;
  }
  .momentspa-site #hubMenu .action_row .actions ul li:last-child {
    order: 1;
  }
  #hubMenu .action_row .actions ul li a {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
    transition: color 250ms, border-color 250ms;
  }
  #hubMenu .action_row .actions ul li a:hover {
    background-color: transparent;
    color: var(--gold);
  }
  #hubMenu .action_row .actions ul li.is-active a {
    background-color: transparent;
    color: var(--gold);
    font-weight: 700;
    border-color: var(--gold);
  }
}
#hubMenu .action_row .last button {
  margin-left: auto;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 250ms, width 250ms;
  position: relative;
  overflow: hidden;
  white-space: pre;
  align-items: center;
  justify-content: space-between;
}
#hubMenu .action_row .last button span.closetext {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 64em) {
  #hubMenu .action_row .last button {
    width: 50px;
    justify-content: center;
    height: 50px;
    border: 1px solid #fff;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #hubMenu .action_row .last button:hover {
    background-color: #fff;
  }
  #hubMenu .action_row .last button:hover svg path {
    fill: var(--maincolor);
  }
}
@media print, screen and (min-width: 64em) {
  #hubMenu .action_row .last button:hover {
    width: 120px;
  }
  #hubMenu .action_row .last button:hover span {
    opacity: 1;
  }
  #hubMenu .action_row .last button:hover svg {
    margin-right: 20px;
  }
}
#hubMenu .action_row .last button svg {
  display: block;
  width: 18px;
  height: 17px;
  margin-right: auto;
  margin-left: auto;
}
#hubMenu .data_row {
  height: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row {
    margin-top: 0;
  }
}
#hubMenu .data_row .tabs-content {
  background-color: transparent;
  border: none;
  transition: none;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .tabs-content {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
#hubMenu .data_row .tabs-content .tabs-panel {
  padding: 0;
  height: 100%;
}
#hubMenu .data_row .tabs-content .tabs-panel .grid-x {
  height: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  #hubMenu .data_row .tabs-content .tabs-panel .grid-x {
    display: block;
  }
}
#hubMenu .data_row .tabs-content .tabs-panel .nordique {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .tabs-content .tabs-panel .nordique {
    padding-right: 50px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #hubMenu .data_row .tabs-content .tabs-panel .nordique:after {
    content: "";
    height: calc(100% + 100px);
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 25px;
    top: -60px;
  }
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .tabs-content .tabs-panel .nordique .items {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .tabs-content .tabs-panel .spas {
    padding-left: 50px;
  }
  #hubMenu .data_row .tabs-content .tabs-panel .spas .items {
    max-width: 1200px;
  }
}
@media screen and (min-width: 75em) {
  #hubMenu .data_row .tabs-content .tabs-panel .spas .items {
    gap: 50px 30px;
  }
  #hubMenu .data_row .tabs-content .tabs-panel .spas .items .item {
    width: 100%;
    max-width: calc(50% - 30px);
  }
}
@media screen and (min-width: 90em) {
  #hubMenu .data_row .tabs-content .tabs-panel .spas .items {
    gap: 50px 30px;
  }
  #hubMenu .data_row .tabs-content .tabs-panel .spas .items .item {
    width: 100%;
    max-width: calc(33% - 30px);
  }
  #hubMenu .data_row .tabs-content .tabs-panel .spas .items .item:last-child {
    margin-right: auto;
    margin-left: 15px;
  }
}
@media screen and (min-width: 112.5em) {
  #hubMenu .data_row .tabs-content .tabs-panel .spas .items .item {
    max-width: calc(25% - 30px);
  }
  #hubMenu .data_row .tabs-content .tabs-panel .spas .items .item:last-child {
    margin-right: 0;
    margin-left: 0;
  }
}
#hubMenu .data_row .tabs-content .tabs-panel .momentspa .section_title {
  text-align: center;
  font-family: "Bitstream Iowan Old Style", sans-serif;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .tabs-content .tabs-panel .momentspa .items .item {
    width: calc(25% - 38px);
  }
}
#hubMenu .data_row .section_title {
  color: var(--gold);
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2.08px;
  line-height: 1;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .section_title {
    color: #ffffff;
    text-align: left;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #hubMenu .data_row .momentspa .section_title {
    color: #fff;
  }
}
#hubMenu .data_row .section_icon {
  margin-top: 20px;
}
#hubMenu .data_row .section_icon svg {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto;
}
#hubMenu .data_row .section_icon svg path {
  fill: var(--gold);
}
#hubMenu .data_row .section_icon.momentspa svg {
  width: 8px;
}
#hubMenu .data_row .section_icon.momentspa svg path {
  fill: none;
  stroke: #fff;
}
#hubMenu .data_row .items {
  margin-top: 20px;
  gap: 50px;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
  }
}
@media screen and (min-width: 90em) {
  #hubMenu .data_row .items {
    justify-content: space-between;
  }
}
#hubMenu .data_row .items .item {
  margin-bottom: 30px;
}
#hubMenu .data_row .items .item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .items .item {
    margin-bottom: 0;
  }
}
#hubMenu .data_row .items .item .hub_image {
  margin-bottom: 10px;
  display: none;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .items .item .hub_image {
    display: block;
  }
}
#hubMenu .data_row .items .item .hub_image img {
  width: 100%;
}
#hubMenu .data_row .items .item .hub_city {
  color: var(--gold);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.1;
  align-items: center;
  display: none;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .items .item .hub_city {
    display: inline-flex;
  }
}
#hubMenu .data_row .items .item .hub_city svg {
  display: block;
  margin-right: 8px;
  width: 13px;
  height: 19px;
}
@media print, screen and (max-width: 63.99875em) {
  #hubMenu .data_row .items .item .hub_name {
    text-align: center;
  }
}
#hubMenu .data_row .items .item .hub_name,
#hubMenu .data_row .items .item .hub_name_top {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .items .item .hub_name,
  #hubMenu .data_row .items .item .hub_name_top {
    font-size: 19px;
    padding-left: 21px;
  }
}
#hubMenu .data_row .items .item .hub_name_top {
  margin-bottom: 5px;
  display: none;
}
@media print, screen and (min-width: 64em) {
  #hubMenu .data_row .items .item .hub_name_top {
    display: block;
  }
}

.pagebuilder .section {
  margin-top: 60px;
}
.pagebuilder .section:first-child {
  margin-top: 60px;
}
@media print, screen and (min-width: 64em) {
  .pagebuilder .section {
    margin-top: 120px;
  }
  .pagebuilder .section:first-child {
    margin-top: 60px;
  }
}

.slider_txt_btn .row_wrap {
  margin-bottom: 50px;
}
.slider_txt_btn .row_wrap:last-child {
  margin-bottom: 0;
}
.slider_txt_btn .content {
  margin: 50px 0 0;
}
@media print, screen and (min-width: 64em) {
  .slider_txt_btn .content {
    margin: 50px 0;
  }
}
.slider_txt_btn .content .content_wrap .decoration svg {
  display: block;
  height: auto;
  margin: 25px 0;
}
.slider_txt_btn .content .btns {
  display: flex;
  flex-wrap: wrap;
}
.slider_txt_btn .content .btns .btn_item {
  margin-top: 35px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.slider_txt_btn .content .btns .btn_item .btn_img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.slider_txt_btn .content .btns .btn_item .btn_img img {
  display: block;
  margin: 0 auto;
  max-width: 220px;
  height: auto;
}
.slider_txt_btn .content .btns .btn_item:last-child {
  margin-right: 0;
}

.module-promos .glide__slide {
  height: auto;
}
.module-promos .tabs-content {
  background-color: transparent;
  border: none;
  padding-left: 20px;
}
@media print, screen and (min-width: 64em) {
  .module-promos .tabs-content {
    padding-left: 30px;
  }
}
@media screen and (min-width: 75em) {
  .module-promos .tabs-content {
    margin-left: 120px;
    padding-right: 0;
  }
}
.module-promos .tabs-content .tabs-panel {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 75em) {
  .module-promos .tabs-content .tabs-panel.count-3 {
    margin-left: -120px;
  }
  .module-promos .tabs-content .tabs-panel.count-3 .glide__track {
    padding-right: 30px;
  }
  .module-promos .tabs-content .tabs-panel.count-3 .glide__track .glide__slides {
    justify-content: center;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .module-promos .glide .glide__arrows {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .module-promos .glide .glide__arrows.count-3 {
    display: none;
  }
}

.tooltip.pftooltipwrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(112, 112, 112, 0.32);
  padding: 10px;
}
@media print, screen and (min-width: 48em) {
  .tooltip.pftooltipwrap {
    padding: 20px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .tooltip.pftooltipwrap {
    margin-right: 10px;
  }
}
.tooltip.pftooltipwrap:before {
  z-index: 2;
}
.tooltip.pftooltipwrap:after {
  display: block;
  width: 0;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 13px;
  content: "";
  border-bottom-width: 0;
  border-color: rgba(112, 112, 112, 0.32) transparent transparent;
  top: 100%;
  bottom: auto;
  z-index: 1;
}
.tooltip.pftooltipwrap.top.align-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.pftooltipwrap.top.align-left::after {
  left: 10%;
  right: auto;
}
.tooltip.pftooltipwrap.top.align-right::after {
  left: 90%;
  right: auto;
}
.tooltip.pftooltipwrap .pf-tooltip .c_title {
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.4px;
  line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 48em) {
  .tooltip.pftooltipwrap .pf-tooltip .c_title {
    align-items: center;
  }
}
.tooltip.pftooltipwrap .pf-tooltip .c_title .close {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: background-color 250ms;
}
.tooltip.pftooltipwrap .pf-tooltip .c_title .close:hover {
  background-color: #000;
}
.tooltip.pftooltipwrap .pf-tooltip .c_title .close:hover svg path {
  fill: #fff;
}
.tooltip.pftooltipwrap .pf-tooltip .c_title .close svg {
  display: block;
  width: 12px;
  height: auto;
}
@media print, screen and (min-width: 48em) {
  .tooltip.pftooltipwrap .pf-tooltip .c_title .close svg {
    width: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .tooltip.pftooltipwrap .pf-tooltip .c_title .close svg {
    width: 10px;
  }
}
.tooltip.pftooltipwrap .pf-tooltip .c_title .close svg path {
  fill: #000;
  transition: fill 250ms;
}
.tooltip.pftooltipwrap .pf-tooltip .c_desc {
  color: #0c2340;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
  margin-top: 15px;
}

.blocks_cols .cols {
  row-gap: 60px;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .cols {
    row-gap: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item.even .item_wrap {
    margin-left: auto;
  }
}
.blocks_cols .item .item_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .blocks_cols .item .item_wrap {
    max-width: 520px;
  }
}
.blocks_cols .item .item_wrap .content {
  height: 100%;
}
.blocks_cols .item .item_wrap .icon_wrap img {
  display: block;
  margin: 0 auto;
}
.blocks_cols .item .item_wrap .image_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.module-blog .glide__slide {
  height: auto;
}
.module-blog .blog-carousel-wrap {
  padding-left: 20px;
}
@media print, screen and (min-width: 64em) {
  .module-blog .blog-carousel-wrap {
    padding-left: 30px;
  }
}
@media screen and (min-width: 75em) {
  .module-blog .blog-carousel-wrap {
    margin-left: 120px;
    padding-left: 0;
  }
}
.module-blog .image {
  overflow: hidden;
}
.module-blog .image img {
  transform: scale(1.1);
  transition: transform 250ms;
}
.module-blog .blog-item:hover img {
  transform: scale(1);
}

.module-experience .glide__slide {
  height: auto;
}
.module-experience .gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-type_soin .main_top_section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-type_soin .main-grid-container {
  max-width: 100rem;
}
.single-type_soin .soin-items {
  row-gap: 60px;
}

.soin-item .pf-item .image_wrap img {
  max-height: 390px;
}

.type_soin_carousel_wrap .carousel-wrap {
  padding-right: 0;
}
@media screen and (min-width: 75em) {
  .type_soin_carousel_wrap .carousel-wrap {
    margin-left: 120px;
    padding: 0;
  }
  .type_soin_carousel_wrap .carousel-wrap .type_soin-carousel {
    max-width: calc(100% - 120px);
  }
}
@media print, screen and (max-width: 89.99875em) {
  .type_soin_carousel_wrap .glide .glide__arrows {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .type_soin_carousel_wrap .glide .glide__arrows.count-3 {
    display: none;
  }
}
.type_soin_carousel_wrap .glide__slide {
  height: auto;
}
.type_soin_carousel_wrap .type_de_soin .image_wrap {
  position: relative;
}
.type_soin_carousel_wrap .type_de_soin .image_wrap:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media print, screen and (min-width: 64em) {
  .type_soin_carousel_wrap .type_de_soin .image_wrap:after {
    border-radius: 26px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.type_soin_carousel_wrap .type_de_soin .image_wrap:hover .cta .plus {
  opacity: 0;
}
.type_soin_carousel_wrap .type_de_soin .image_wrap:hover .cta .go {
  opacity: 1;
}
.type_soin_carousel_wrap .type_de_soin .image_wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 0.9;
  object-fit: cover;
  border-radius: 20px;
}
@media print, screen and (min-width: 64em) {
  .type_soin_carousel_wrap .type_de_soin .image_wrap img {
    border-radius: 26px;
    aspect-ratio: 0.95;
  }
}
@media screen and (min-width: 75em) {
  .type_soin_carousel_wrap .type_de_soin .image_wrap img {
    aspect-ratio: 0.86;
  }
}
.type_soin_carousel_wrap .type_de_soin .image_wrap .title {
  position: absolute;
  z-index: 3;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 30px;
}
@media print, screen and (min-width: 48em) {
  .type_soin_carousel_wrap .type_de_soin .image_wrap .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 75em) {
  .type_soin_carousel_wrap .type_de_soin .image_wrap .title {
    top: 40px;
    font-size: 26px;
    padding: 0 40px;
  }
}
.type_soin_carousel_wrap .type_de_soin .image_wrap .cta {
  background-color: #f1f0ee;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 4;
  border-radius: 35px;
}
@media print, screen and (min-width: 64em) {
  .type_soin_carousel_wrap .type_de_soin .image_wrap .cta {
    width: 50px;
    border-radius: 50px;
    height: 50px;
    right: 40px;
    bottom: 40px;
  }
}
.type_soin_carousel_wrap .type_de_soin .image_wrap .cta svg {
  display: block;
  height: auto;
  width: 15px;
}
@media print, screen and (min-width: 64em) {
  .type_soin_carousel_wrap .type_de_soin .image_wrap .cta svg {
    width: 22px;
  }
}
.type_soin_carousel_wrap .type_de_soin .image_wrap .cta .go,
.type_soin_carousel_wrap .type_de_soin .image_wrap .cta .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 250ms;
}
.type_soin_carousel_wrap .type_de_soin .image_wrap .cta .plus {
  opacity: 1;
}
.type_soin_carousel_wrap .type_de_soin .image_wrap .cta .go {
  opacity: 0;
}
.type_soin_carousel_wrap .type_de_soin .image_wrap .cta .go svg path {
  fill: #0c2340;
}

.print_price {
  max-width: 100rem;
}
.print_price .grid-x {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  padding-top: 50px;
}
.print_price .main_top_section {
  margin-bottom: 30px;
}
.print_price .main_top_section .m_description {
  text-align: center;
}
@media print, screen and (max-width: 47.99875em) {
  .print_price .main_top_section .m_description a {
    white-space: nowrap;
  }
}
.print_price .btns {
  text-align: center;
}
.print_price .btns a {
  padding: 15px 30px !important;
}
.print_price .btns a svg {
  display: block;
  width: 15px;
  height: auto;
  margin-right: 10px;
}
@media print, screen and (min-width: 64em) {
  .print_price .btns a svg {
    width: 25px;
  }
}
.print_price .btns a svg path {
  transition: fill 250ms;
}
.print_price .btns a:hover svg path {
  fill: #fff;
}

.newsletter_module {
  margin-top: 60px;
  max-width: calc(100vw - 40px);
}
@media print, screen and (min-width: 64em) {
  .newsletter_module {
    margin-top: 100px;
  }
}
@media (min-width: 1380px) {
  .newsletter_module {
    max-width: 83.75rem;
  }
}
.newsletter_module .grid-x {
  row-gap: 30px;
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 30px;
}
@media print, screen and (min-width: 64em) {
  .newsletter_module .grid-x {
    row-gap: 50px;
  }
}
.newsletter_module .left_part {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
}
.newsletter_module .icon svg {
  display: block;
  width: 36px;
  height: auto;
}
.newsletter_module .top_title {
  margin-top: 20px;
}
.newsletter_module .title {
  text-align: center;
}
.newsletter_module .description {
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .newsletter_module .description {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .newsletter_module .description {
    max-width: 530px;
  }
}
.newsletter_module .btns {
  margin-top: 20px;
}
.newsletter_module .btns a {
  letter-spacing: 1.16px;
}

.module-faq .grid-container {
  max-width: 75rem;
}
.module-faq .accordion-item {
  border-bottom: 1px solid #707070;
}
.module-faq .accordion-item .accordion-title {
  border: none;
  padding: 30px 0;
  color: #313131;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  transition: color 250ms;
}
@media print, screen and (min-width: 64em) {
  .module-faq .accordion-item .accordion-title {
    font-size: 24px;
    column-gap: 30px;
  }
}
.module-faq .accordion-item .accordion-title:hover {
  color: #0059a4;
}
.module-faq .accordion-item .accordion-title .plusminus {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40px;
}
.module-faq .accordion-item .accordion-title .plusminus svg {
  display: block;
}
.module-faq .accordion-item .accordion-title .plusminus .plus {
  height: 19px;
  width: 19px;
  display: block;
}
.module-faq .accordion-item .accordion-title .plusminus .minus {
  display: none;
  width: 19px;
  height: 2px;
}
.module-faq .accordion-item .accordion-content {
  background-color: transparent;
  border: none;
  padding: 0 0 50px 0;
  max-width: 980px;
}
.module-faq .accordion-item.is-active {
  border-bottom: 3px solid #0059a4;
}
.module-faq .accordion-item.is-active .accordion-title {
  color: #0059a4;
  font-weight: 700;
}
.module-faq .accordion-item.is-active .accordion-title .plusminus {
  border-color: #0059a4;
}
.module-faq .accordion-item.is-active .accordion-title .plusminus .plus {
  display: none;
}
.module-faq .accordion-item.is-active .accordion-title .plusminus .minus {
  display: block;
}

.module-content h2.main-title {
  color: #313131;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}
.module-content .sub_content {
  margin-top: 50px;
}
.module-content .sub_content .title {
  color: var(--gold);
  font-weight: 700;
}

.module-border .the_border {
  width: 100%;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.pf_rows_m {
  max-width: 105rem;
}
.pf_rows_m .items {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  gap: 30px;
}
@media print, screen and (min-width: 48em) {
  .pf_rows_m .items {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 64em) {
  .pf_rows_m .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 75em) {
  .pf_rows_m .items {
    gap: 70px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 35px;
  }
}
.module-colblocks .grid-container {
  max-width: 105rem;
}
.module-colblocks .items {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  gap: 50px;
}
@media print, screen and (min-width: 48em) {
  .module-colblocks .items {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media print, screen and (min-width: 64em) {
  .module-colblocks .items {
    gap: 70px;
  }
}
.module-colblocks .items .item .image {
  margin-bottom: 35px;
}
.module-colblocks .items .item .image img {
  aspect-ratio: 1/1;
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .module-colblocks .items .item .image img {
    border-radius: 26px;
  }
}
.momentspa-site .module-colblocks .items .item .image img {
  border-radius: 0;
}

.module-colblocks .items .item .logo img {
  max-height: 40px;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  .module-colblocks .items .item .logo img {
    max-height: 50px;
  }
}
.module-colblocks .items .item .content {
  margin-top: 40px;
}
.module-colblocks .items .item .content .title {
  color: #313131;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}
@media print, screen and (min-width: 64em) {
  .module-colblocks .items .item .content .title {
    font-size: 24px;
  }
}
.module-colblocks .items .item .content .description {
  color: #313131;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .module-colblocks .items .item .content .description {
    font-size: 18px;
  }
}
.module-colblocks .items .item .content .description span {
  font-weight: 500 !important;
}

.module-event .content_wrap {
  margin-top: 50px;
}
.module-event .content_wrap .row {
  margin-top: 40px;
}
.module-event .content_wrap .row:first-child {
  margin-top: 0;
}
.module-event .content_wrap .row .row_label {
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  .module-event .content_wrap .row .row_label {
    font-size: 20px;
  }
}
.module-event .content_wrap .row .row_content {
  margin-top: 10px;
}
.module-event .content_wrap .row.schedule ul {
  margin: 0;
}
.module-event .content_wrap .row.schedule ul li {
  list-style: none;
  font-weight: 700;
}
.module-event .content_wrap .row.schedule ul li span {
  color: #de6b09;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.module-event .content_wrap .btns {
  margin-top: 40px;
}
.module-event .full .content_wrap, .module-event .single-job .job_form .form_wrapper .content_wrap, .single-job .job_form .module-event .form_wrapper .content_wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin: 50px -30px 0;
}
.module-event .full .content_wrap > div, .module-event .single-job .job_form .form_wrapper .content_wrap > div, .single-job .job_form .module-event .form_wrapper .content_wrap > div {
  width: 50%;
  margin-top: 0;
  padding: 0 30px;
}
.module-event .full .content_wrap > div.btns, .module-event .single-job .job_form .form_wrapper .content_wrap > div.btns, .single-job .job_form .module-event .form_wrapper .content_wrap > div.btns {
  width: 100%;
  text-align: center;
}

.module-content_carousel .content_carousel {
  margin-top: 20px;
}
@media print, screen and (max-width: 89.99875em) {
  .module-content_carousel .content_carousel.glide .glide__arrows {
    left: 15px;
    width: calc(50% - 60px);
  }
}
@media print, screen and (max-width: 63.99875em) {
  .module-content_carousel .content_carousel.glide .glide__arrows {
    width: calc(100% - 20px);
    top: 30vw;
    left: 10px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .module-content_carousel .content_carousel.glide .glide__arrows {
    transform: none;
  }
}
.module-content_carousel .content_carousel .image img {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.module-content_carousel .content_carousel .content {
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .module-content_carousel .content_carousel .content {
    margin-top: 0;
  }
}
.module-content_carousel .content_carousel .content .title {
  color: #313131;
  font-size: 23px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .module-content_carousel .content_carousel .content .title {
    font-size: 28px;
  }
}
.module-content_carousel .content_carousel .content .description {
  font-size: 18px;
  margin-top: 15px;
}
@media print, screen and (min-width: 64em) {
  .module-content_carousel .content_carousel .content .description {
    margin-top: 35px;
  }
}
.module-content_carousel .content_carousel .content .btns {
  margin-top: 20px;
}
.module-content_carousel .content_carousel .content .btns a {
  font-size: 18px;
  text-transform: none;
}

.module-jobs .grid-container {
  max-width: 105rem;
}
.module-jobs ul {
  background-color: #fff;
  border-radius: 26px;
  padding: 40px;
  margin: 0;
}
.module-jobs ul .job_list_item {
  list-style: none;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  gap: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(12, 35, 64, 0.3);
  cursor: pointer;
}
@media print, screen and (min-width: 48em) {
  .module-jobs ul .job_list_item {
    gap: 30px;
    grid-template-columns: 1fr 1fr 20%;
  }
}
.module-jobs ul .job_list_item:first-child {
  padding-top: 0;
}
.module-jobs ul .job_list_item:last-child {
  border: none;
  padding-bottom: 0;
}
.module-jobs ul .job_list_item:hover .title a {
  color: var(--gold);
}
.module-jobs ul .job_list_item .title a {
  color: #0c2340;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  transition: color 250ms;
}
@media print, screen and (min-width: 64em) {
  .module-jobs ul .job_list_item .title a {
    font-size: 28px;
  }
}
.module-jobs ul .job_list_item .subtitle {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
  margin-top: 10px;
}
.module-jobs ul .job_list_item .region .sub {
  max-width: 280px;
}
@media print, screen and (min-width: 48em) {
  .module-jobs ul .job_list_item .region .sub {
    text-align: center;
  }
}
.module-jobs ul .job_list_item .type {
  color: var(--gold);
}
@media print, screen and (min-width: 48em) {
  .module-jobs ul .job_list_item .type {
    text-align: right;
  }
}
.module-jobs ul .job_list_item .type:first-letter {
  text-transform: uppercase;
}
.module-jobs .no-job {
  text-align: center;
  font-weight: bold;
}

.module-testimonies .icon {
  margin-top: 20px;
}
.module-testimonies .icon svg {
  display: block;
  height: auto;
}
@media print, screen and (max-width: 89.99875em) {
  .module-testimonies .grid-x .glide__arrows {
    left: 15px;
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .module-testimonies .grid-x .glide__arrows {
    width: calc(50% - 100px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .module-testimonies .grid-x .glide__arrows {
    width: calc(100% - 20px);
    top: 45vw;
    left: 10px;
  }
}
.module-testimonies .slave_slider {
  margin-top: 25px;
}
@media print, screen and (min-width: 48em) {
  .module-testimonies .slave_slider {
    margin-top: 0;
  }
}
.module-testimonies .job {
  width: 100%;
}
.module-testimonies .job .comma {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .module-testimonies .job {
    width: auto;
  }
  .module-testimonies .job .comma {
    display: inline;
  }
}
.module-testimonies .sublines {
  margin-top: 20px;
}
.module-testimonies .sublines .first {
  color: #0c2340;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
}
.module-testimonies .sublines .first span {
  font-weight: 600 !important;
}
.module-testimonies .testimonies-carousel-slave {
  margin-top: 20px;
}
.module-testimonies .images img {
  border-radius: 20px;
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  object-fit: cover;
  max-width: 485px;
  max-height: 485px;
}
@media print, screen and (min-width: 64em) {
  .module-testimonies .images img {
    border-radius: 26px;
  }
}
.module-testimonies .items {
  position: relative;
}

.module-spontaneous .s_icon {
  margin-bottom: 20px;
}
.module-spontaneous .s_icon svg {
  display: block;
  width: 52px;
  height: auto;
  margin: 0 auto;
}
.module-spontaneous .btns {
  margin-top: 50px;
  text-align: center;
}

.form_wrapper .fluentform .ff_btn_style {
  background-color: #0c2340;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  padding: 17px 40px;
  border-radius: 50px;
}
.form_wrapper .fluentform .ff_btn_style:hover {
  opacity: 1;
  background-color: var(--gold);
}
.form_wrapper .the_form {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  border-radius: 20px;
}
@media print, screen and (min-width: 64em) {
  .form_wrapper .the_form {
    border-radius: 26px;
  }
}
@media screen and (min-width: 75em) {
  .form_wrapper .the_form {
    padding: 50px 50px 30px 50px;
  }
}
.form_wrapper .the_form .fluentform {
  max-width: 1200px;
  margin: 0 auto;
}
.form_wrapper select.ff-el-form-control,
.form_wrapper select.ff-el-form-control:not([size]):not([multiple]) {
  height: auto;
  cursor: pointer;
  color: #afafaf;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ljg4NCIgaGVpZ2h0PSI1LjIwMyIgdmlld0JveD0iMCAwIDkuODg0IDUuMjAzIj4KICA8cGF0aCBpZD0ibnBfYXJyb3dfMjYzNTcyMl9GRkZGRkYiIGQ9Ik0xNC42NiwzNGwuNC0uMzQ5LDQuNTQtMy45MjZMMTguOCwyOC44LDE0LjY2LDMyLjM3NCwxMC41MjMsMjguOGwtLjgwNS45MjgsNC41NCwzLjkyNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05LjcxOCAtMjguNzk3KSIgZmlsbD0iIzBjMjM0MCIvPgo8L3N2Zz4K");
  background-size: 9.88px 5.2px;
  appearance: none;
  -webkit-appearance: none;
}
.form_wrapper select.ff-el-form-control.active,
.form_wrapper select.ff-el-form-control:not([size]):not([multiple]).active {
  color: #0c2340;
}
.form_wrapper .fluentform .ff-el-input--label label,
.form_wrapper .custom-label {
  color: #0c2340;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}
.form_wrapper .fluentform .ff-el-form-check label.ff-el-form-check-label {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.56px;
  line-height: 1;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form_wrapper .fluentform .ff-el-form-check label.ff-el-form-check-label span {
  display: block;
  line-height: 1;
  margin-left: 10px;
}
.form_wrapper .fluentform .ff-el-form-control,
.form_wrapper .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input),
.form_wrapper .custom-input {
  border: 1px solid rgba(12, 35, 64, 0.3);
  background-color: #f1f0ee;
  color: #0c2340;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.64px;
  line-height: 1;
  height: auto;
  padding: 20px 30px;
  box-shadow: none;
}
.form_wrapper .fluentform .ff-el-form-control::-webkit-input-placeholder, .form_wrapper .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input)::-webkit-input-placeholder, .form_wrapper .custom-input::-webkit-input-placeholder {
  color: #afafaf;
}

.form_wrapper .fluentform .ff-el-form-control:-moz-placeholder, .form_wrapper .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input):-moz-placeholder, .form_wrapper .custom-input:-moz-placeholder {
  color: #afafaf;
}

.form_wrapper .fluentform .ff-el-form-control::-moz-placeholder, .form_wrapper .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input)::-moz-placeholder, .form_wrapper .custom-input::-moz-placeholder {
  color: #afafaf;
}

.form_wrapper .fluentform .ff-el-form-control:-ms-input-placeholder, .form_wrapper .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input):-ms-input-placeholder, .form_wrapper .custom-input:-ms-input-placeholder {
  color: #afafaf;
}

.form_wrapper .fluentform .ff-el-input--label,
.form_wrapper .custom-label {
  margin-bottom: 10px;
}
.form_wrapper .fluentform .ff-el-progress-bar {
  background-color: #0c2340;
}
.form_wrapper .fluentform .ff-upload-thumb,
.form_wrapper .fluentform .ff-upload-preview-img {
  background-color: #f1f0ee;
}
.form_wrapper .fluentform .ff_file_upload_holder {
  border: 1px solid rgba(12, 35, 64, 0.3);
  background-color: #f1f0ee;
  border-radius: 6px;
  padding: 10px;
}
.form_wrapper .fluentform .ff_upload_btn.ff-btn {
  background-color: var(--gold);
  border-radius: 26px;
  padding: 5px 20px;
  transition: background-color 250ms;
}
.form_wrapper .fluentform .ff_upload_btn.ff-btn:hover {
  background-color: #0c2340;
}
.form_wrapper .ff-message-success {
  box-shadow: none;
  border-color: #0c2340;
  margin-bottom: 30px;
}
.form_wrapper .fluentform .ff-el-form-check-label .ff-el-form-check-input {
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #707070;
  border-radius: 0.15em;
  transform: translateY(2px);
  display: grid;
  cursor: pointer;
  place-content: center;
}
.form_wrapper .fluentform .ff-el-form-check-label .ff-el-form-check-input:before {
  content: "";
  width: 0.65em;
  background-color: CanvasText;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--gold);
}
.form_wrapper .fluentform .ff-el-form-check-label .ff-el-form-check-input:checked::before {
  transform: scale(1);
}
.form_wrapper .fluentform .ff_submit_btn_wrapper {
  text-align: center;
  margin-top: 45px;
}
.form_wrapper .fluentform .ff-btn.ff-working:after {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: calc(100% - 20px);
  left: 10px;
}
@media (min-width: 768px) {
  .form_wrapper .frm-fluent-form .ff-t-container {
    gap: 50px;
  }
}

.module-form .grid-container {
  max-width: 105rem;
}
.module-form .form_wrapper {
  margin-top: 20px;
}

.blog_items {
  justify-content: space-between;
  row-gap: 8vw;
}
@media (min-width: 1920px) {
  .blog_items {
    row-gap: 110px;
  }
}
.blog_items .cell, .blog_items .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link, .page-template-template-contact .contact_wrap.sub .sides_section .section_content .blog_items .link, .blog_items .single-post #page-header .static_content_wrap .cats, .single-post #page-header .static_content_wrap .blog_items .cats, .blog_items .single-post #page-header .static_content_wrap .sep, .single-post #page-header .static_content_wrap .blog_items .sep, .blog_items .single-post #page-header .static_content_wrap .s_title, .single-post #page-header .static_content_wrap .blog_items .s_title, .blog_items .single-post #page-header .static_content_wrap .s_description, .single-post #page-header .static_content_wrap .blog_items .s_description {
  max-width: 660px;
}

.page-navigation {
  margin-top: 70px;
}
.page-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-navigation ul .prev {
  margin-right: 10px;
  transform: rotate(-180deg);
  border-color: var(--gold);
  background-color: transparent;
}
.page-navigation ul .prev svg path {
  fill: var(--gold);
}
.page-navigation ul .next {
  margin-left: 10px;
}
.page-navigation ul li {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .page-navigation ul li {
    font-size: 22px;
  }
}
@media screen and (min-width: 75em) {
  .page-navigation ul li {
    font-size: 28px;
  }
}
.page-navigation ul li span.current {
  color: #313131;
  background-color: transparent;
}
.page-navigation ul li a {
  text-decoration: underline;
  color: #0059a4;
}

.single-post .main_post {
  margin-top: 50px;
  max-width: 82.5rem;
}
.single-post .custom-blog-carousel {
  margin-top: 100px;
}

.module-row_content .grid-container {
  max-width: 82.5rem;
}
.module-row_content .title_section {
  color: #313131;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 29px;
}
.module-row_content .row {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
.module-row_content .row:after {
  content: "";
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  width: calc(100% - 30px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
}
@media print, screen and (min-width: 48em) {
  .module-row_content .row:after {
    width: calc(100% - 60px);
    left: 30px;
  }
}
.module-row_content .row .image {
  margin-bottom: 20px;
}
.module-row_content .row .image img {
  display: block;
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .module-row_content .row .image img {
    max-width: 335px;
  }
}
@media print, screen and (min-width: 48em) {
  .module-row_content .row .image {
    margin-bottom: 0;
  }
}
.module-row_content .row .title {
  color: #0c2340;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 75em) {
  .module-row_content .row .title {
    font-size: 24px;
  }
}
.module-row_content .row .description {
  margin-top: 25px;
}
.module-row_content .row .link {
  margin-top: 20px;
}
.module-row_content .row .link a {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
@media print, screen and (min-width: 64em) {
  .module-row_content .row .link a {
    font-size: 18px;
  }
}
.module-row_content .row_content {
  margin-top: 50px;
}

.single-job .main_container {
  margin-top: 75px;
  max-width: 105rem;
}
.single-job .job_sections .job_section {
  margin-bottom: 50px;
}
.single-job .job_sections .job_section .title {
  color: #313131;
  font-size: 23px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .single-job .job_sections .job_section .title {
    font-size: 28px;
  }
}
.single-job .job_sections .job_section .entry-content {
  margin-top: 25px;
}
.single-job .job_sections .job_section .images_carousel {
  margin-top: 35px;
}
.single-job .job_sections .job_section .images_carousel .glide__slide {
  height: auto;
}
.single-job .job_sections .job_section .images_carousel .glide__slide img {
  max-height: 600px;
  object-fit: cover;
  display: block;
  width: 100%;
}
.single-job .job_form.autocenter {
  margin-left: auto;
  margin-right: auto;
}
.single-job .job_form.autocenter .title_form_job,
.single-job .job_form.autocenter .subtitle_form_job {
  text-align: center;
}
.single-job .job_form .title_form_job {
  color: #313131;
  font-size: 23px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .single-job .job_form .title_form_job {
    font-size: 28px;
  }
}
.single-job .job_form .subtitle_form_job {
  margin-top: 20px;
}
.single-job .job_form .form_wrapper {
  margin-top: 40px;
}
.single-job .job_form .form_wrapper .fluentform .ff_submit_btn_wrapper {
  text-align: left;
}
.single-job .job_form .form_wrapper .fluentform .ff_btn_style {
  background-color: var(--gold);
}
.single-job .job_form .form_wrapper .fluentform .ff_btn_style:hover {
  background-color: #0c2340;
}

.page-template-template-newsletter,
.page-template-template-book {
  background-color: #0c2340;
}
.page-template-template-newsletter #header,
.page-template-template-newsletter #footer,
.page-template-template-book #header,
.page-template-template-book #footer {
  display: none !important;
}

#simple_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin-bottom: 25px;
  gap: 20px;
}
@media print, screen and (min-width: 64em) {
  #simple_header {
    padding: 40px 50px;
    margin-bottom: 35px;
  }
}
#simple_header .extras {
  min-width: 120px;
}
#simple_header .logos {
  display: flex;
  align-items: center;
  gap: 20px;
}
#simple_header .logos img {
  display: block;
  max-width: 180px;
  height: auto;
}
@media print, screen and (max-width: 63.99875em) {
  #simple_header .logos img {
    max-width: 110px;
  }
  .amerispa-site #simple_header .logos img.momentspa_logo {
    display: none;
  }
  .momentspa-site #simple_header .logos img.amerispa_logo {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  #simple_header .close {
    width: 120px;
  }
}
#simple_header .close a {
  margin-left: auto;
  display: flex;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  white-space: pre;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background-color: transparent;
  transition: background-color 250ms, width 250ms;
}
#simple_header .close a span {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 64em) {
  #simple_header .close a {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #simple_header .close a:hover {
    background-color: #fff;
  }
  #simple_header .close a:hover svg path {
    fill: var(--maincolor);
  }
}
@media print, screen and (min-width: 64em) {
  #simple_header .close a:hover {
    width: 120px;
  }
  #simple_header .close a:hover span {
    opacity: 1;
  }
  #simple_header .close a:hover svg {
    margin-right: 20px;
  }
}
#simple_header .close a svg {
  display: block;
  height: auto;
  width: 18px;
  margin-right: auto;
  margin-left: auto;
}
#simple_header .close a svg path {
  transition: fill 250ms;
}
#simple_header.book {
  align-items: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 63.99875em) {
  #simple_header.book {
    border: none;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  #simple_header.book {
    flex-wrap: nowrap;
  }
}
#simple_header.book .logos {
  justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #simple_header.book .logos {
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 89.99875em) {
  #simple_header.book .logos img {
    max-width: 120px;
  }
}
#simple_header.book.amerispa .logos .momentspa_logo {
  display: none;
}
#simple_header.book.momentspa .logos .amerispa_logo {
  display: none;
}
#simple_header.book .steps {
  order: 1;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #simple_header.book .steps {
    width: 15%;
  }
}
#simple_header.book .extras {
  order: 2;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #simple_header.book .extras {
    max-width: 900px;
    width: auto;
  }
}
#simple_header.book .extras .title,
#simple_header.book .extras .confirmation_title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  #simple_header.book .extras .title,
  #simple_header.book .extras .confirmation_title {
    font-size: 18px;
  }
}
#simple_header.book .extras .description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 10px;
}
#simple_header.book .extras .description a {
  color: var(--gold);
}
@media print, screen and (max-width: 47.99875em) {
  #simple_header.book .extras .description a {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 48em) {
  #simple_header.book .extras .description {
    border-radius: 0;
    padding: 0;
    border: none;
  }
}
#simple_header.book .extras .description br {
  display: none;
}
@media print, screen and (min-width: 48em) {
  #simple_header.book .extras .description br {
    display: block;
  }
}
#simple_header.book .close {
  order: 3;
  width: 15%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media print, screen and (min-width: 64em) {
  #simple_header.book .close {
    top: 0;
    right: 0;
    position: relative;
  }
}

.simple-page-bg {
  position: relative;
  min-height: 100vh;
  background-color: #0c2340;
}
.simple-page-bg .losanges {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.simple-page-bg .losanges svg {
  display: block;
  height: auto;
}
.simple-page-bg .losanges.left {
  top: 175px;
  left: 0;
}
.simple-page-bg .losanges.left svg {
  width: 120px;
}
@media screen and (min-width: 90em) {
  .simple-page-bg .losanges.left svg {
    width: 175px;
  }
}
.simple-page-bg .losanges.right {
  right: 0;
  bottom: 95px;
}
.simple-page-bg .losanges.right svg {
  width: 130px;
}
@media screen and (min-width: 90em) {
  .simple-page-bg .losanges.right svg {
    width: 194px;
  }
}
.simple-page-bg .inner-content {
  position: relative;
  z-index: 5;
}

.page-template-template-newsletter .newsletter_content .description {
  max-width: 1100px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
}
.page-template-template-newsletter .newsletter_content .description span {
  font-weight: 500 !important;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-newsletter .newsletter_content .description {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-template-newsletter .newsletter_content .form_wrapper {
    margin-top: 25px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-newsletter .newsletter_content .form_wrapper {
    padding: 0;
  }
}
.page-template-template-newsletter .newsletter_content .form_wrapper .the_form {
  background-color: transparent;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-newsletter .newsletter_content .form_wrapper .the_form {
    max-width: 500px;
  }
}
@media screen and (min-width: 75em) {
  .page-template-template-newsletter .newsletter_content .form_wrapper .the_form {
    max-width: 700px;
  }
}
.page-template-template-newsletter .newsletter_content .form_wrapper .the_form .fluentform .ff-el-help-message {
  color: #fff;
}
.page-template-template-newsletter .newsletter_content .form_wrapper .the_form .fluentform .ff-el-input--label label {
  color: white;
}
.page-template-template-newsletter .newsletter_content .form_wrapper .the_form .fluentform .ff_btn_style {
  background-color: var(--gold);
  border: 1px solid var(--gold);
}
.page-template-template-newsletter .newsletter_content .form_wrapper .the_form .fluentform .ff_btn_style:hover {
  background-color: #0c2340;
}
.page-template-template-newsletter .newsletter_content .form_wrapper .the_form .ff-message-success {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.page-template-template-newsletter .newsletter_content .form_wrapper .the_form .fluentform .ff_btn_style {
  width: 100%;
  white-space: pre-line;
}
.page-template-template-newsletter .newsletter_content .form_wrapper .the_form .fluentform .ff_btn_style:hover {
  background-color: #fff;
  color: #0c2340;
  border-color: #fff;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-newsletter .newsletter_content .form_wrapper .the_form .fluentform .ff_btn_style {
    width: auto;
  }
}
.page-template-template-newsletter.type-momentspa .form_wrapper .fluentform .ff-el-form-control,
.page-template-template-newsletter.type-momentspa .form_wrapper .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input),
.page-template-template-newsletter.type-momentspa .form_wrapper .custom-input {
  border-radius: 0;
}
.page-template-template-newsletter.type-momentspa .form_wrapper .fluentform .ff_btn_style {
  background-color: var(--goldmoment);
  border: 1px solid var(--goldmoment);
  border-radius: 0;
}
.page-template-template-newsletter.type-momentspa .form_wrapper .fluentform .ff_btn_style:hover {
  background-color: #0d0d0d;
}
.page-template-template-newsletter.type-momentspa .simple-page-bg {
  background-color: #0d0d0d;
}
.page-template-template-newsletter.type-momentspa .losanges {
  display: none;
}
.page-template-template-newsletter.type-momentspa #simple_header .close a {
  border-radius: 0;
}

.page-template-template-contact .simple-page-bg .losanges.left {
  top: 35px;
  left: -20px;
}
.page-template-template-contact .simple-page-bg .losanges.right {
  right: -113px;
}
.page-template-template-contact #header {
  position: relative;
}
@media screen and (min-width: 75em) {
  .page-template-template-contact #header {
    background-color: #0c2340;
  }
}
.page-template-template-contact #footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #0c2340;
}
.page-template-template-contact #footer .inner-footer {
  margin-top: 0;
}
.page-template-template-contact .spa-map {
  width: 100%;
  height: 100%;
}
.page-template-template-contact .spa-map:not(.full) {
  aspect-ratio: 1/1.5;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-contact .spa-map:not(.full) {
    aspect-ratio: 1/0.8;
  }
}
.page-template-template-contact .spa-map.full, .page-template-template-contact .single-job .job_form .spa-map.form_wrapper, .single-job .job_form .page-template-template-contact .spa-map.form_wrapper {
  aspect-ratio: 1/1.4;
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
  background-color: #fff;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-contact .spa-map.full, .page-template-template-contact .single-job .job_form .spa-map.form_wrapper, .single-job .job_form .page-template-template-contact .spa-map.form_wrapper {
    border-radius: 29px;
  }
}
@media print, screen and (min-width: 48em) {
  .page-template-template-contact .spa-map.full, .page-template-template-contact .single-job .job_form .spa-map.form_wrapper, .single-job .job_form .page-template-template-contact .spa-map.form_wrapper {
    aspect-ratio: 1/0.65;
  }
}
.page-template-template-contact .spa-map img {
  max-width: inherit !important;
}
.page-template-template-contact.main-site-no .inner-content .grid-container {
  max-width: 93.125rem;
}
.page-template-template-contact.main-site-yes .inner-content .grid-container {
  max-width: 111.25rem;
}
.page-template-template-contact .contact_wrap.sub {
  padding: 50px 0;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-contact .contact_wrap.sub {
    padding: 80px 0;
  }
}
@media screen and (min-width: 75em) {
  .page-template-template-contact .contact_wrap.sub {
    padding: 100px 0;
  }
}
.page-template-template-contact .contact_wrap.sub .title,
.page-template-template-contact .contact_wrap.sub .hub_name {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-contact .contact_wrap.sub .title,
  .page-template-template-contact .contact_wrap.sub .hub_name {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 75em) {
  .page-template-template-contact .contact_wrap.sub .title,
  .page-template-template-contact .contact_wrap.sub .hub_name {
    font-size: 28px;
  }
}
.page-template-template-contact .contact_wrap.sub .contact_part {
  margin-top: 40px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-contact .contact_wrap.sub .contact_part {
    margin-top: 0;
  }
}
.page-template-template-contact .contact_wrap.sub .side_sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-template-template-contact .contact_wrap.sub .sides_section .section_content {
  border: 1px solid rgba(var(--rgbgold), 0.5);
  border-radius: 26px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 75em) {
  .page-template-template-contact .contact_wrap.sub .sides_section .section_content {
    flex-wrap: nowrap;
  }
}
.page-template-template-contact .contact_wrap.sub .sides_section .section_content .description {
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .page-template-template-contact .contact_wrap.sub .sides_section .section_content .description {
    width: auto;
  }
}
.page-template-template-contact .contact_wrap.sub .sides_section .section_content .link {
  width: auto;
}
@media screen and (min-width: 90em) {
  .page-template-template-contact .contact_wrap.sub .sides_section .section_content .link a {
    padding-left: 20px !important;
    max-width: 220px;
    padding-right: 20px !important;
  }
}
.page-template-template-contact .gm-style .gm-style-iw-c {
  padding: 0;
}
.page-template-template-contact .gm-style-iw-d + button {
  border: 2px solid #0c2340 !important;
  border-radius: 100%;
  top: 10px !important;
  right: 10px !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background-color 250ms;
}
.page-template-template-contact .gm-style-iw-d + button > span {
  margin: 0 !important;
  transition: background-color 250ms;
}
.page-template-template-contact .gm-style-iw-d + button:hover {
  background-color: #0c2340 !important;
}
.page-template-template-contact .gm-style-iw-d + button:hover > span {
  background-color: #fff !important;
}
.page-template-template-contact .marker-html {
  padding: 15px;
  opacity: 0;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-contact .marker-html {
    padding: 25px;
  }
}
.page-template-template-contact .marker-html.has_image {
  display: flex;
  align-items: center;
}
.page-template-template-contact .marker-html.has_image .image {
  flex: 0 0 auto;
  padding-right: 25px;
  display: none;
}
@media screen and (min-width: 90em) {
  .page-template-template-contact .marker-html.has_image .image {
    display: block;
  }
}
.page-template-template-contact .marker-html.has_image .image img {
  display: block;
  max-width: 345px !important;
  height: auto;
  width: 100%;
  border-radius: 26px;
}
.page-template-template-contact .marker-html .marker-title {
  color: var(--gold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding-right: 25px;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-contact .marker-html .marker-title {
    font-size: 20px;
  }
}
.page-template-template-contact .marker-html .address {
  margin-top: 15px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32px;
  line-height: normal;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-contact .marker-html .address {
    font-size: 16px;
  }
}
.page-template-template-contact .marker-html .phone,
.page-template-template-contact .marker-html .phone a {
  color: #0c2340;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.32px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-contact .marker-html .phone,
  .page-template-template-contact .marker-html .phone a {
    font-size: 16px;
  }
}
.page-template-template-contact .marker-html .links {
  display: flex;
  gap: 15px 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.page-template-template-contact .marker-html .links a {
  color: #0c2340;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  transition: color 250ms;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-contact .marker-html .links a {
    font-size: 16px;
  }
}
.page-template-template-contact .marker-html .links a:hover {
  color: var(--gold);
}
.page-template-template-contact .marker-c-loaded .marker-html {
  opacity: 1;
}
.page-template-template-contact #big_map {
  opacity: 0;
  padding-bottom: 100px;
}
.page-template-template-contact #big_map.loaded {
  opacity: 1;
}
.page-template-template-contact #big_map .section_title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2.08px;
  line-height: 1.1;
  text-align: center;
  padding: 35px 0;
  text-transform: uppercase;
}
.page-template-template-contact #big_map .regions_col {
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
  background-color: #fff;
  padding-bottom: 29px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-contact #big_map .regions_col {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-contact #big_map .regions_col {
    border-radius: 29px;
  }
}
.page-template-template-contact #big_map .regions_col ul {
  border: none;
  margin: 0;
  background-color: #dee5eb;
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
  padding: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-contact #big_map .regions_col ul {
    border-radius: 29px;
  }
}
.page-template-template-contact #big_map .regions_col ul li {
  padding: 20px 20px 25px 20px;
  background-color: #fff;
  position: relative;
}
.page-template-template-contact #big_map .regions_col ul li:after {
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 20px;
  background-color: rgba(112, 112, 112, 0.25);
  height: 1px;
}
.page-template-template-contact #big_map .regions_col ul li:first-child {
  border-top-left-radius: 29px;
  padding-top: 35px;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-contact #big_map .regions_col ul li:first-child {
    border-top-right-radius: 29px;
  }
}
.page-template-template-contact #big_map .regions_col ul li .accordion-content {
  border: none;
  padding: 20px 0 0 0;
  background-color: #fff;
}
.page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item {
  cursor: pointer;
  color: #0c2340;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  transition: color 250ms;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item {
    font-size: 17px;
  }
}
@media screen and (min-width: 75em) {
  .page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item {
    font-size: 18px;
  }
}
.page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item svg {
  display: none;
  margin-left: auto;
}
.page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item:hover:not(.active) {
  color: var(--gold);
}
.page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item.active {
  border-radius: 29px;
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item.active {
    font-size: 19px;
    padding: 15px 25px;
  }
}
@media screen and (min-width: 75em) {
  .page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item.active {
    font-size: 20px;
  }
}
.page-template-template-contact #big_map .regions_col ul li .accordion-content .open_map_item.active svg {
  display: block;
}
.page-template-template-contact #big_map .regions_col ul li a {
  border: none;
  color: #0c2340;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 250ms;
  padding: 0;
  text-transform: capitalize;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-contact #big_map .regions_col ul li a {
    font-size: 19px;
  }
}
@media screen and (min-width: 75em) {
  .page-template-template-contact #big_map .regions_col ul li a {
    font-size: 21px;
  }
}
.page-template-template-contact #big_map .regions_col ul li a .minus {
  display: none;
  width: 14px;
  height: 2px;
}
.page-template-template-contact #big_map .regions_col ul li a .minus svg {
  display: block;
  width: 14px;
  height: auto;
}
.page-template-template-contact #big_map .regions_col ul li a .plus {
  width: 14px;
  height: 14px;
}
.page-template-template-contact #big_map .regions_col ul li a .plus svg {
  display: block;
  width: 14px;
  height: auto;
}
.page-template-template-contact #big_map .regions_col ul li.is-active {
  background-color: #dee5eb;
}
.page-template-template-contact #big_map .regions_col ul li.is-active:after {
  opacity: 0;
}
.page-template-template-contact #big_map .regions_col ul li.is-active .accordion-content {
  background-color: #dee5eb;
}
.page-template-template-contact #big_map .regions_col ul li.is-active + li {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
}
.page-template-template-contact #big_map .regions_col ul li.is-active + li:after {
  opacity: 0;
}
.page-template-template-contact #big_map .regions_col ul li.is-active:first-child {
  border-top-right-radius: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-contact #big_map .regions_col ul li.is-active:first-child {
    border-top-right-radius: 29px;
  }
}
.page-template-template-contact #big_map .regions_col ul li.is-active .minus {
  display: block;
}
.page-template-template-contact #big_map .regions_col ul li.is-active .plus {
  display: none;
}
.page-template-template-contact #big_map .regions_col ul li:not(.is-active) a:hover {
  color: var(--gold);
}

.module-image_blocks_cols .grid-container {
  max-width: 103.75rem;
}
.module-image_blocks_cols .items {
  row-gap: 60px;
}
.module-image_blocks_cols .block .item_wrap {
  position: relative;
}
.module-image_blocks_cols .block .item_wrap .image {
  position: relative;
}
.module-image_blocks_cols .block .item_wrap .image:after {
  content: "";
  border-radius: 20px;
  background-image: linear-gradient(180deg, #0c2340 0%, rgba(2, 7, 13, 0) 100%);
  opacity: 0.46;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_cols .block .item_wrap .image:after {
    border-radius: 26px;
  }
}
.module-image_blocks_cols .block .item_wrap .image img {
  display: block;
  border-radius: 20px;
  aspect-ratio: 1/1.4;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_cols .block .item_wrap .image img {
    border-radius: 26px;
    aspect-ratio: 1/1.15;
  }
}
@media screen and (min-width: 75em) {
  .module-image_blocks_cols .block .item_wrap .image img {
    aspect-ratio: 1/0.61;
  }
}
.module-image_blocks_cols .block .item_wrap .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 41px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_cols .block .item_wrap .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 90em) {
  .module-image_blocks_cols .block .item_wrap .title {
    font-size: 34px;
    padding: 40px;
  }
}
.module-image_blocks_cols .block .item_wrap .content {
  background-color: rgba(var(--rgbgold), 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 25px 25px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 75em) {
  .module-image_blocks_cols .block .item_wrap .content {
    background-color: rgba(var(--rgbgold), 0.96);
  }
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_cols .block .item_wrap .content {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    padding: 25px 40px;
  }
}
@media screen and (min-width: 75em) {
  .module-image_blocks_cols .block .item_wrap .content {
    flex-wrap: nowrap;
  }
}
.module-image_blocks_cols .block .item_wrap .content .description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  width: 100%;
}
.module-image_blocks_cols .block .item_wrap .content .description small {
  line-height: 1.1;
  display: block;
  margin-top: 10px;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_cols .block .item_wrap .content .description {
    font-size: 18px;
  }
}
@media screen and (min-width: 75em) {
  .module-image_blocks_cols .block .item_wrap .content .description {
    width: auto;
    font-size: 20px;
  }
}
.module-image_blocks_cols .block .item_wrap .content .link {
  margin: 0 auto;
}
@media screen and (min-width: 75em) {
  .module-image_blocks_cols .block .item_wrap .content .link {
    margin: 0;
  }
}

.module-image_blocks_rows .grid-container {
  max-width: 103.75rem;
}
.module-image_blocks_rows .row {
  margin-bottom: 70px;
}
.module-image_blocks_rows .row:last-child {
  margin-bottom: 0;
}
.module-image_blocks_rows .row .image_wrap img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.6;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_rows .row .image_wrap img {
    border-top-right-radius: 0;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
  }
}
.module-image_blocks_rows .row .image_wrap .image {
  height: 100%;
}
.module-image_blocks_rows .row .content {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_rows .row .content {
    padding-right: 30px;
  }
  .module-image_blocks_rows .row .content:after {
    content: "";
    position: absolute;
    left: -30px;
    background-color: #fff;
    top: 0;
    width: 60px;
    z-index: 2;
    height: 100%;
  }
}
.module-image_blocks_rows .row .content .content_wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media print, screen and (min-width: 48em) {
  .module-image_blocks_rows .row .content .content_wrap {
    padding: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_rows .row .content .content_wrap {
    padding-left: 0;
    padding-right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.module-image_blocks_rows .row .content .content_wrap .sub_content {
  margin: 0 auto;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_rows .row .content .content_wrap .sub_content {
    max-width: 500px;
  }
}
.module-image_blocks_rows .row .content .top_title {
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_rows .row .content .top_title {
    font-size: 16px;
  }
}
.module-image_blocks_rows .row .content .title {
  color: #0c2340;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .module-image_blocks_rows .row .content .title {
    font-size: 26px;
  }
}
@media screen and (min-width: 75em) {
  .module-image_blocks_rows .row .content .title {
    line-height: 41px;
    font-size: 36px;
  }
}
.module-image_blocks_rows .row .content .m_icon {
  margin-top: 20px;
}
.module-image_blocks_rows .row .content .m_icon svg {
  display: block;
  width: 65px;
  height: auto;
}
.amerispa-site .module-image_blocks_rows .row .content .m_icon svg path {
  fill: var(--gold);
}

.module-image_blocks_rows .row .content .description {
  margin-top: 20px;
}
.module-image_blocks_rows .row .content .btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.page-template-template-book.get_soins_loading .soins_selectors {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.page-template-template-book .form_wrapper {
  margin-top: 15px;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-book .form_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-template-book .form_wrapper .success_book {
  margin-top: 0px;
  display: block !important;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book .form_wrapper .success_book {
    margin-top: 50px;
  }
}
.page-template-template-book .form_wrapper .success_book .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-book .form_wrapper .success_book .title {
    font-size: 22px;
    line-height: 1.1;
  }
}
.page-template-template-book .form_wrapper .success_book .title span {
  font-weight: 700 !important;
}
.page-template-template-book .form_wrapper .success_book .sub_data {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book .form_wrapper .success_book .sub_data {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.page-template-template-book .form_wrapper .success_book .sub_data .left_title {
  color: var(--gold);
  font-size: 19px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  width: 100%;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-book .form_wrapper .success_book .sub_data .left_title {
    font-size: 22px;
    text-align: center;
  }
}
.page-template-template-book .form_wrapper .success_book .sub_data .right_data {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: left;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book .form_wrapper .success_book .sub_data .right_data {
    font-size: 23px;
  }
}
.page-template-template-book .form_wrapper .success_book .sub_data .right_data div {
  margin-bottom: 10px;
}
.page-template-template-book .form_wrapper .success_book .btns {
  margin-top: 50px;
}
.page-template-template-book .form_wrapper .the_form {
  background-color: transparent;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.page-template-template-book .form_wrapper .the_form .fluentform .ff-el-form-control,
.page-template-template-book .form_wrapper .the_form select.ff-el-form-control {
  background-color: #fff;
}
.page-template-template-book .form_wrapper .the_form .fluentform .ff-el-help-message {
  color: #fff;
}
.page-template-template-book .form_wrapper .the_form .fluentform .ff-el-input--label label {
  color: white;
}
.page-template-template-book .form_wrapper .the_form .fluentform .ff_btn_style {
  background-color: var(--gold);
  border: 1px solid var(--gold);
}
.page-template-template-book .form_wrapper .the_form .fluentform .ff_btn_style:hover {
  background-color: #0c2340;
}
.page-template-template-book .form_wrapper .the_form textarea.soins {
  resize: none;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS42NzYiIGhlaWdodD0iMTUuNjc2IiB2aWV3Qm94PSIwIDAgMTUuNjc2IDE1LjY3NiI+CiAgPHBhdGggaWQ9Im5wX3BsdXNfMjQ1MTg5OF9GRkZGRkYiIGQ9Ik0zOC4xLDMydjYuMUgzMlY0MS41OGg2LjF2Ni4xSDQxLjU4di02LjFoNi4xVjM4LjFoLTYuMVYzMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMiAtMzIpIiBmaWxsPSIjMGMyMzQwIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.page-template-template-book .form_wrapper .the_form textarea.soins:not(:placeholder-shown) {
  background-image: none !important;
}
.page-template-template-book .form_wrapper .the_form .ff-message-success {
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: none;
}
@media (min-width: 768px) {
  .page-template-template-book .form_wrapper .the_form .frm-fluent-form .ff-t-container {
    gap: 20px;
  }
}
.page-template-template-book .form_wrapper .the_form select.ff-el-form-control.smaller {
  max-width: 150px;
}
.page-template-template-book .form_wrapper .the_form .render_spa_soins {
  display: none;
}
.page-template-template-book .form_wrapper .the_form .message_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-template-book .form_wrapper .the_form .message_wrap .ff-el-input--content {
  height: 100%;
}
.page-template-template-book .form_wrapper .the_form .message_wrap .ff-el-input--content textarea {
  height: 100%;
}
.page-template-template-book #soins_builder {
  width: 100%;
  border-radius: 26px;
  border: 1px solid #707070;
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-template-book #soins_builder {
    top: 20px !important;
    max-width: calc(100% - 40px);
    left: 20px;
    max-height: calc(100% - 40px);
    min-height: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder {
    max-width: 620px;
  }
}
.page-template-template-book #soins_builder .close-x {
  margin-left: auto;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 250ms;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .close-x {
    border: 1px solid #0c2340;
    width: 50px;
    margin-bottom: 35px;
    height: 50px;
    border-radius: 50px;
  }
}
.page-template-template-book #soins_builder .close-x:hover {
  background-color: #0c2340;
}
.page-template-template-book #soins_builder .close-x:hover svg path {
  fill: #fff;
}
.page-template-template-book #soins_builder .close-x span {
  width: 18px;
  height: 17px;
}
.page-template-template-book #soins_builder .close-x span path {
  fill: #0c2340;
  transition: fill 250ms;
}
.page-template-template-book #soins_builder .close-x svg {
  display: block;
  width: 18px;
  height: auto;
}
.page-template-template-book #soins_builder .small_header {
  text-align: center;
}
.page-template-template-book #soins_builder .small_header .title {
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .small_header .title {
    font-size: 16px;
  }
}
.page-template-template-book #soins_builder .small_header .subtitle {
  color: #0c2340;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .small_header .subtitle {
    font-size: 24px;
  }
}
.page-template-template-book #soins_builder .small_header .icon {
  margin-top: 20px;
}
.page-template-template-book #soins_builder .small_header .icon svg {
  display: block;
  width: 17px;
  height: auto;
  margin: 0 auto;
}
.page-template-template-book #soins_builder .fields {
  margin-top: 20px;
}
.page-template-template-book #soins_builder .fields .select2-results__option {
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(12, 35, 64, 0.3);
  font-size: 13px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .fields .select2-results__option {
    font-size: 16px;
  }
}
.page-template-template-book #soins_builder .fields .select2-results__option:last-child {
  border-color: transparent;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
}
.page-template-template-book #soins_builder .fields .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 22px;
  width: 22px;
  border: 1px solid #0c2340;
  border-radius: 4px;
  background-color: #f1f0ee;
  margin-right: 12px;
  vertical-align: middle;
}
.page-template-template-book #soins_builder .fields .select2-container--default .select2-results > .select2-results__options {
  max-height: 50%;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .fields .select2-container--default .select2-results > .select2-results__options {
    max-height: 75%;
  }
}
.page-template-template-book #soins_builder .fields .select2-results__option[aria-selected=true]:before {
  content: "";
  color: #fff;
  background-color: #0c2340;
  border: 0;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAMAAAA7+k+nAAAAAXNSR0IB2cksfwAAADxQTFRFAAAA////////////////////////////////////////////////////////////////////////////2EloEwAAABR0Uk5TADC/ECDv/8/fkNCgUGCAb5/wsHBx91fOAAAAcUlEQVR4nG2P2xKAIAhE8QKWl8r6/39NsRwd5EX2rAwsgCiljYSlLJJbOcYR0SYd5rTLAV956N86DxOPqEbu+3lImLg7mP/zBqs8S5cm/mm62pvtcEnMFWnmCsZS7Ehe9vhmRBn4rjzJwBxhyQGeMMkXinADnkTyjXYAAAAASUVORK5CYII=");
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-template-book #soins_builder .fields .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}
.page-template-template-book #soins_builder .fields .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f1f0ee;
  color: #0c2340;
}
.page-template-template-book #soins_builder .fields .select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}
.page-template-template-book #soins_builder .fields .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
  border-top-right-radius: 21px;
  background-color: #fff;
  border-top-left-radius: 21px;
}
.page-template-template-book #soins_builder .fields .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
  border-bottom-right-radius: 21px;
  background-color: #fff;
  border-bottom-left-radius: 21px;
}
.page-template-template-book #soins_builder .fields .select2-container--open .select2-dropdown--above {
  transform: translate3d(-1px, -1px, 0);
  border: 1px solid rgba(12, 35, 64, 0.3);
  box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.16);
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
}
.page-template-template-book #soins_builder .fields .select2-container--open .select2-dropdown--above .select2-results__options {
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
}
.page-template-template-book #soins_builder .fields .select2-container--default .select2-selection--multiple {
  border-width: 2px;
}
.page-template-template-book #soins_builder .fields .select2-container--open .select2-dropdown--below {
  transform: translate3d(-1px, -1px, 0);
  border: 1px solid rgba(12, 35, 64, 0.3);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
}
.page-template-template-book #soins_builder .fields .select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}
.page-template-template-book #soins_builder .fields .field_select_soin {
  margin: 0 auto 25px auto;
  max-width: 360px;
}
.page-template-template-book #soins_builder .fields .field_select_soin .select2-container.select2-container--open .select2-search--inline .select2-search__field {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTMgOCI+PGc+PGc+PHBhdGggZD0iTTYuNDcyIDBhLjg5My44OTMgMCAwIDAtLjU5NS4yNDZMLjI3NSA1LjYyNEEuOS45IDAgMCAwIDEuNTIgNi45Mmw0Ljk4LTQuNzgzTDExLjQ4IDYuOTJhLjkuOSAwIDAgMCAxLjI0Ni0xLjI5Nkw3LjEyNC4yNDZBLjg5My44OTMgMCAwIDAgNi40NzMgMHoiLz48L2c+PC9nPjwvc3ZnPg==");
}
.page-template-template-book #soins_builder .fields .field_select_soin .select2-container--default .select2-selection--multiple {
  border-radius: 30px;
  border: 1px solid rgba(12, 35, 64, 0.3);
  background-color: #f1f0ee;
  margin: 0;
  min-height: 40px;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .fields .field_select_soin .select2-container--default .select2-selection--multiple {
    min-height: 45px;
  }
}
.page-template-template-book #soins_builder .fields .field_select_soin .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline {
  float: none;
}
.page-template-template-book #soins_builder .fields .field_select_soin .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: none;
}
.page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field {
  cursor: pointer;
  margin: 0;
  padding: 7px 20px 5px 20px;
  height: 35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTMgOCI+PGc+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCA2LjUgNCkiPjxwYXRoIGZpbGw9IiMwYzIzNDAiIGQ9Ik02LjQ3Mi4wMDFhLjg5My44OTMgMCAwIDAtLjU5NS4yNDVMLjI3NSA1LjYyNEEuOS45IDAgMCAwIDEuNTIgNi45Mmw0Ljk4LTQuNzgzTDExLjQ4IDYuOTJhLjkuOSAwIDAgMCAxLjI0Ni0xLjI5Nkw3LjEyNC4yNDZhLjg5My44OTMgMCAwIDAtLjY1MS0uMjQ1eiIvPjwvZz48L2c+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 60%;
  background-size: 13px 8px;
  width: 100% !important;
  font-size: 14px;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field {
    height: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field {
    font-size: 16px;
  }
}
.page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #0c2340;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.33px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    font-size: 16px;
  }
}

.page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field:-moz-placeholder {
  color: #0c2340;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.33px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field:-moz-placeholder {
    font-size: 16px;
  }
}

.page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #0c2340;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.33px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
    font-size: 16px;
  }
}

.page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #0c2340;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.33px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  .page-template-template-book #soins_builder .fields .field_select_soin .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
    font-size: 16px;
  }
}

.page-template-template-book #soins_builder .close-btn {
  margin: 50px auto 60px auto;
  display: flex;
  cursor: pointer;
  padding-left: 45px !important;
}
.page-template-template-book #soins_builder .close-btn svg {
  display: block;
  width: 20px;
  height: auto;
  margin-left: 10px;
}
.page-template-template-book #soins_builder .close-btn svg path {
  fill: #fff;
}
.page-template-template-book.book_momentspa .success_book .sub_data .left_title {
  color: var(--goldmoment);
}
.page-template-template-book.book_momentspa .success_book .btns a {
  background-color: var(--goldmoment);
  border: 1px solid var(--goldmoment);
}
.page-template-template-book.book_momentspa .success_book .btns a:hover {
  background-color: #0d0d0d;
}
.page-template-template-book.book_momentspa .form_wrapper .the_form .fluentform .ff_btn_style {
  background-color: var(--goldmoment);
  border: 1px solid var(--goldmoment);
}
.page-template-template-book.book_momentspa .form_wrapper .the_form .fluentform .ff_btn_style:hover {
  background-color: #0d0d0d;
}
.page-template-template-book.book_momentspa .simple-page-bg {
  background-color: #0d0d0d;
}
.page-template-template-book.book_momentspa .losanges {
  display: none;
}
.page-template-template-book.book_momentspa #simple_header .close a {
  border-radius: 0;
}
.page-template-template-book.book_momentspa .form_wrapper .the_form textarea.soins {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS42NzYiIGhlaWdodD0iMTUuNjc2IiB2aWV3Qm94PSIwIDAgMTUuNjc2IDE1LjY3NiI+CiAgPHBhdGggaWQ9Im5wX3BsdXNfMjQ1MTg5OF9GRkZGRkYiIGQ9Ik0zOC4xLDMydjYuMUgzMlY0MS41OGg2LjF2Ni4xSDQxLjU4di02LjFoNi4xVjM4LjFoLTYuMVYzMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMiAtMzIpIiBmaWxsPSIjOTE3MDQxIi8+Cjwvc3ZnPgo=");
}
.page-template-template-book.book_momentspa #soins_builder {
  border-radius: 0;
}
.page-template-template-book.book_momentspa #soins_builder .close-x {
  border-radius: 0;
}
.page-template-template-book.book_momentspa #soins_builder .close-x:hover {
  background: #000;
}
.page-template-template-book.book_momentspa #soins_builder .fields .select2-results__option[aria-selected=true]:before {
  background-color: #000;
}
.page-template-template-book.book_momentspa #soins_builder .fields .field_select_soin .select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.page-template-template-book.book_momentspa #soins_builder .fields .select2-results__option:last-child {
  border-radius: 0;
}
.page-template-template-book.book_momentspa #soins_builder .fields .select2-container--open .select2-dropdown--below {
  border-radius: 0;
}
.page-template-template-book.book_momentspa #soins_builder .fields .select2-container--open .select2-dropdown--above {
  border-radius: 0;
}
.page-template-template-book.book_momentspa #soins_builder .fields .select2-results__option {
  color: #000;
}
.page-template-template-book.book_momentspa #soins_builder .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #000 !important;
}

.page-template-template-book.book_momentspa #soins_builder .select2-container .select2-search--inline .select2-search__field:-moz-placeholder {
  color: #000 !important;
}

.page-template-template-book.book_momentspa #soins_builder .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #000 !important;
}

.page-template-template-book.book_momentspa #soins_builder .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #000 !important;
}

.page-template-template-book.book_momentspa #soins_builder .close-btn {
  background-color: var(--goldmoment);
  border: 1px solid var(--goldmoment);
}
.page-template-template-book.book_momentspa #soins_builder .close-btn:hover {
  background-color: #0d0d0d;
}
.page-template-template-book.success_form #simple_header {
  align-items: center;
}
.page-template-template-book.success_form #simple_header .extras .title,
.page-template-template-book.success_form #simple_header .extras .description {
  display: none;
}
.page-template-template-book.success_form #simple_header .extras .confirmation_title {
  display: block !important;
}

#price_list {
  padding: 30px;
}
#price_list .main_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  line-height: 1;
}
#price_list .main_title span {
  font-size: 40px;
  font-weight: bold;
}
.momentspa #price_list .main_title img {
  filter: invert(1);
}

#price_list .generated {
  font-size: 14px;
}
#price_list .sections {
  margin-top: 30px;
}
#price_list .sections .section {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#price_list .sections .section:last-child {
  border: none;
  margin-bottom: 0;
}
#price_list .sections .section .section_title {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 600;
}
#price_list .sections .section .section_subtitle {
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}
#price_list .sections .section .section_items {
  margin-top: 30px;
}
#price_list .sections .section .section_items .section_item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 25% 55% 1fr;
  gap: 30px;
  margin-bottom: 30px;
  font-size: 15px;
}
@media print {
  #price_list .sections .section .section_items .section_item {
    font-size: 12px !important;
  }
}
#price_list .sections .section .section_items .section_item .title {
  font-weight: 600;
}
#price_list .sections .section .section_items .section_item .pricing {
  text-align: right;
}
#price_list .sections .section .section_items .section_item:last-child {
  margin-bottom: 0;
}

@page {
  size: auto; /* auto is the initial value */
  margin: 7mm 7mm 7mm 7mm;
}
.alltreatments-page .custom_messages {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.alltreatments-page .custom_messages .custom_message {
  border: 1px solid var(--gold);
  padding: 15px;
  font-size: 16px;
  line-height: 1.2;
}
.alltreatments-page .custom_messages .custom_message .custom_message_title {
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.alltreatments-page .module-faq {
  margin-top: 50px;
  margin-bottom: 100px;
}
.alltreatments-page .module-faq .accordion-content {
  max-width: none;
}
.alltreatments-page .section_subtitle {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 20px;
}
.alltreatments-page .items_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 50px;
}
.alltreatments-page .items_list .section_item {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .alltreatments-page .items_list .section_item {
    width: calc(50% - 25px);
  }
}
.alltreatments-page .items_list .section_item .title {
  font-weight: bold;
}
.alltreatments-page .items_list .section_item .description {
  margin-top: 10px;
}
.alltreatments-page .items_list .section_item .pricing {
  margin-top: 10px;
  color: var(--gold);
  font-weight: bold;
}
.alltreatments-page .items_list .section_item .buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.amerispa-site .pointsloginoverlay {
  background-color: rgba(12, 35, 64, 0.75);
}

#pointsLoginModal {
  background-color: #ffffff;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  padding: 25px;
}
.amerispa-site #pointsLoginModal {
  border-radius: 26px;
}

#pointsLoginModal .close {
  margin-left: auto;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 250ms, width 250ms;
  position: relative;
  overflow: hidden;
  white-space: pre;
  align-items: center;
  justify-content: space-between;
}
#pointsLoginModal .close span.closetext {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 64em) {
  #pointsLoginModal .close {
    width: 50px;
    justify-content: center;
    height: 50px;
    border: 1px solid #000;
  }
}
#pointsLoginModal .close svg path {
  fill: #000;
}
@media print, screen and (max-width: 63.99875em) {
  #pointsLoginModal .close:hover {
    background-color: #000;
  }
}
@media print, screen and (min-width: 64em) {
  #pointsLoginModal .close:hover {
    width: 120px;
  }
  #pointsLoginModal .close:hover span {
    opacity: 1;
  }
  #pointsLoginModal .close:hover svg {
    margin-right: 20px;
  }
}
#pointsLoginModal .close svg {
  display: block;
  width: 18px;
  height: 17px;
  margin-right: auto;
  margin-left: auto;
}
#pointsLoginModal .messages {
  text-align: center;
  margin-top: 20px;
}
#pointsLoginModal .messages a {
  color: var(--gold);
  font-weight: bold;
}
#pointsLoginModal .messages.error {
  color: red;
}
#pointsLoginModal .messages.reset {
  border: 1px solid;
  font-weight: bold;
  padding: 10px;
}
#pointsLoginModal .section {
  max-width: 485px;
  margin: 0 auto;
}
#pointsLoginModal .section.sep {
  position: relative;
  text-align: center;
  margin: 30px auto;
}
#pointsLoginModal .section.sep:after {
  content: "";
  background-color: #dee5eb;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#pointsLoginModal .section.sep span {
  color: var(--gold);
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  background-color: #fff;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-transform: uppercase;
  padding: 0 25px;
}
#pointsLoginModal .section.create .title {
  color: #0c2340;
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 41px;
  text-align: center;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
#pointsLoginModal .section.create ul {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 25px 0 0 0;
}
#pointsLoginModal .section.create ul li {
  color: #313131;
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style-position: inside;
}
#pointsLoginModal .section.create .btns {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#pointsLoginModal .section.create .btns a {
  font-weight: 500;
}
#pointsLoginModal .section.create .btns a:after {
  display: none;
}
#pointsLoginModal .section.create .notice {
  margin-top: 35px;
  color: #313131;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
}
.amerispa-site #pointsLoginModal form input {
  border-radius: 6px;
}

#pointsLoginModal form .lostpassword button {
  color: #0059a4;
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 29px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: underline;
  cursor: pointer;
}
#pointsLoginModal form .lostpassword button:hover {
  text-decoration: none;
}
#pointsLoginModal form .submit {
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pointsLoginModal form .submit .loading {
  width: 40px;
  display: none;
  margin-left: 10px;
}
.loadingLogin #pointsLoginModal form .submit .loading {
  display: block;
}

#pointsLoginModal form .submit .loading img {
  display: block;
  width: 100%;
  height: auto;
}
#pointsLoginModal form .submit button {
  cursor: pointer;
}
.momentspa-site #pointsLoginModal form .submit button {
  background-color: black;
}
.momentspa-site #pointsLoginModal form .submit button:hover {
  background-color: var(--gold);
}

#header .sub_menu_points {
  width: 380px;
  max-width: 100vw;
  transform: translateX(calc(-50% - 1rem));
  left: 50%;
  padding: 0;
}
#header .sub_menu_points:after {
  border-bottom-color: #0c2340;
  border-width: 10px;
  margin-left: -10px;
}
.momentspa-site #header .sub_menu_points:after {
  border-bottom-color: black;
}

#header .sub_menu_points progress-ring {
  transform: scale(-1, 1) translate3d(8px, -8px, 0);
  display: flex;
  margin: 0 auto;
  justify-content: center;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
#header .sub_menu_points .upper_part {
  padding: 10px;
  background-color: #0c2340;
  position: relative;
}
.amerispa-site #header .sub_menu_points .upper_part {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.momentspa-site #header .sub_menu_points .upper_part {
  background-color: black;
}

#header .sub_menu_points .upper_part:after {
  content: "";
  position: absolute;
  background-image: url(../images/points_submenu_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.21;
}
#header .sub_menu_points .upper_part .message {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  border: 1px solid var(--gold);
  background-color: #0c2340;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.68px;
  text-align: center;
  padding: 10px 25px;
  line-height: 1.1;
  margin-bottom: 5px;
}
#header .sub_menu_points .upper_part .message:empty {
  display: none;
}
.momentspa-site #header .sub_menu_points .upper_part .message {
  background-color: black;
}

#header .sub_menu_points .bottom_part {
  background-color: #fff;
  padding: 20px;
}
.amerispa-site #header .sub_menu_points .bottom_part {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#header .sub_menu_points .bottom_part ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#header .sub_menu_points .bottom_part ul li a {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  color: #0c2340;
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.88px;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
}
#header .sub_menu_points .bottom_part ul li a svg {
  width: 35px !important;
}
#header .sub_menu_points .bottom_part ul li a:hover {
  color: var(--gold);
}
.momentspa-site #header .sub_menu_points .bottom_part ul li a {
  color: black;
}
.momentspa-site #header .sub_menu_points .bottom_part ul li a:hover {
  color: var(--gold);
}

.points_section .top_part_wrap .data_circle:after {
  background-image: url(../images/points_submenu_bg.png);
}

.module-gallery .images_carousel .glide__slide {
  height: auto;
}
.module-gallery .images_carousel .glide__slide img {
  max-height: 660px;
  object-fit: cover;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 74.99875em) {
  .amerispa-site .module-gallery .images_carousel .glide__arrows {
    display: none;
  }
}
.amerispa-site .module-gallery .images_carousel .glide__slide img {
  border-radius: 20px;
}
@media print, screen and (min-width: 64em) {
  .amerispa-site .module-gallery .images_carousel .glide__slide img {
    border-radius: 26px;
  }
}

.momentspa-site .module-gallery .images_carousel .glide__arrows {
  left: 0;
  width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .momentspa-site .module-gallery .images_carousel .glide__arrows {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .momentspa-site .module-gallery .images_carousel .glide__bullets {
    display: none;
  }
}

.module-button .align-btn-center {
  text-align: center;
}
.module-button .align-btn-right {
  text-align: right;
}

#cookie_popup {
  position: fixed;
  width: 380px;
  max-width: 100vw;
  bottom: 30px;
  right: 0;
  z-index: 14;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #707070;
  background-color: #ffffff;
  border-radius: 30px;
}
@media print, screen and (min-width: 48em) {
  #cookie_popup {
    right: 40px;
    bottom: 40px;
  }
}
.momentspa-site #cookie_popup {
  border-radius: 0;
}

#cookie_popup .arrow-cookie {
  position: absolute;
  bottom: 0;
  right: 15px;
  transform: translateY(30px);
}
#cookie_popup .cookie_wrap {
  padding: 20px;
}
#cookie_popup .cookie_wrap .cookie_top_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#cookie_popup .cookie_wrap .cookie_top_wrap .title_cookies {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
}
#cookie_popup .cookie_wrap .cookie_top_wrap .title_cookies b {
  font-weight: 500;
  color: var(--gold);
}
#cookie_popup .cookie_wrap .cookie_top_wrap .close_cookies {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #000;
  transition: background-color 250ms;
  cursor: pointer;
}
.momentspa-site #cookie_popup .cookie_wrap .cookie_top_wrap .close_cookies {
  border-radius: 0;
}

#cookie_popup .cookie_wrap .cookie_top_wrap .close_cookies:hover {
  background-color: #000;
}
#cookie_popup .cookie_wrap .cookie_top_wrap .close_cookies:hover svg path {
  fill: #fff;
}
#cookie_popup .cookie_wrap .cookie_top_wrap .close_cookies svg {
  width: 10px;
  height: 10px;
  display: block;
}
#cookie_popup .cookie_wrap .cookie_top_wrap .close_cookies svg path {
  transition: fill 250ms;
  fill: #000;
}
#cookie_popup .cookie_wrap .title_cookies_sep {
  margin: 10px 0;
  height: 7px;
}
#cookie_popup .cookie_wrap .title_cookies_sep svg {
  width: 48px;
  display: block;
  height: 7px;
}
#cookie_popup .cookie_wrap .title_cookies_sep svg path {
  fill: var(--gold);
}
#cookie_popup .cookie_wrap .content_cookies p {
  margin-bottom: 10px;
}
#cookie_popup .cookie_wrap .content_cookies p:last-child {
  margin-bottom: 0;
}
#cookie_popup .cookie_wrap .btns {
  margin-top: 25px;
}
/*# sourceMappingURL=style.css.map */
