/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background: #ffffff;
}
@media only screen and (min-width: 660px) {
  body {
    font-size: 18px;
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input,
textarea,
select,
button {
  font: inherit;
}

html:not([data-whatintent=keyboard]) *:focus {
  outline: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.text > * + * {
  margin-top: 1em;
}
.text ul {
  list-style: square;
  padding-left: 1em;
}
.text ol {
  list-style: decimal;
  padding-left: 1em;
}
.text img {
  width: 100%;
  height: 100%;
}

.text-color-highlight {
  color: #5a9df6;
}

h1,
.h1 {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
}
@media only screen and (min-width: 1170px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}

h2,
.h2 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}
@media only screen and (min-width: 1170px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-size: 22px;
  line-height: 1.25;
}
@media only screen and (min-width: 1170px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 22px;
  line-height: 1.25;
}
@media only screen and (min-width: 1170px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}

i,
em,
.italic {
  font-style: italic;
}

b,
strong,
.bold {
  font-weight: 700;
}

a,
.link {
  color: #5a9df6;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
a:hover,
.link:hover {
  text-decoration: none;
  border-color: currentColor;
}

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

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

.text-left {
  text-align: left;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
body.is-scroll-disabled {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.h-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.h-page {
  width: 100%;
}

.h-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.h-pull-left {
  float: left;
}

.h-pull-right {
  float: right;
}

.h-img-fluid {
  max-width: 100%;
  height: auto;
}

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

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

.h-visible-xs {
  display: block !important;
}
@media only screen and (min-width: 660px) {
  .h-visible-xs {
    display: none !important;
  }
}

@media only screen and (max-width: 659px) {
  .h-hidden-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 660px) and (max-width: 1023px) {
  .h-hidden-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .h-hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1170px) {
  .h-hidden-lg {
    display: none !important;
  }
}

img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

img.gform_ajax_spinner {
  display: none !important;
}

.h-iframe {
  position: relative;
}
.h-iframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56%;
}
.h-iframe > .iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.h-iframe iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.accordion {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 660px) {
  .accordion {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1170px) {
  .accordion--grid-lg {
    letter-spacing: -0.65em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.accordion__item {
  border-bottom: 1px solid rgba(49, 49, 49, 0.1);
}
.accordion__item + .accordion__item {
  margin-top: 2px;
}
@media only screen and (min-width: 1170px) {
  .accordion--grid-lg .accordion__item {
    border-bottom: none;
    letter-spacing: 0;
    display: inline-block;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
  }
}

.accordion__header {
  position: relative;
  display: block;
  padding: 16px 20px 16px;
  background: transparent;
  color: inherit;
  font-size: 20px;
  line-height: 1.25;
  border: none;
}
.accordion__header:after {
  content: "";
  border-left: 2px solid rgba(49, 49, 49, 0.5);
  border-bottom: 2px solid rgba(49, 49, 49, 0.5);
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  transform: rotate(-45deg);
  display: block;
}
.accordion__item.is-open .accordion__header {
  color: #5a9df6;
}
.accordion__item.is-open .accordion__header:after {
  transform: rotate(-225deg);
  margin-top: -4px;
}
.accordion__header:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1170px) {
  .accordion--grid-lg .accordion__header {
    pointer-events: none;
    cursoro: default;
    border: none;
    font-size: 28px;
    padding: 0;
  }
  .accordion--grid-lg .accordion__header:after {
    display: none;
  }
}

.accordion__content {
  display: none;
}
html.no-js .accordion__content, .accordion__item.is-open > .accordion__content {
  display: block;
}
@media only screen and (min-width: 1170px) {
  .accordion--grid-lg .accordion__content {
    display: block;
  }
}

.accordion__inner {
  padding: 5px 20px 20px;
  font-size: 16px;
}
@media only screen and (min-width: 1170px) {
  .accordion__inner {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1170px) {
  .accordion--grid-lg .accordion__inner {
    padding: 0;
    margin-top: 1em;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.wp-admin .button {
  height: 30px;
}

.button,
.wp-admin .admin-dashboard .button,
.wp-admin .admin-timetable .button,
.wp-admin .modaal--admin .button,
.wp-admin .admin-order .button {
  display: inline-block;
  border-radius: 4px;
  -webkit-appearance: none;
  height: 56px;
  line-height: 1;
  background-color: #5a9df6;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 18px;
  border: 1px solid #5a9df6;
  color: #ffffff;
  padding: 18px 30px;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
}
.button:active,
.wp-admin .admin-dashboard .button:active,
.wp-admin .admin-timetable .button:active,
.wp-admin .modaal--admin .button:active,
.wp-admin .admin-order .button:active {
  transform: scale(0.97);
}
.button:hover,
.wp-admin .admin-dashboard .button:hover,
.wp-admin .admin-timetable .button:hover,
.wp-admin .modaal--admin .button:hover,
.wp-admin .admin-order .button:hover {
  color: #ffffff;
  background-color: #71aeff;
  border-color: #71aeff;
  text-decoration: none;
}
.button--ghost,
.wp-admin .admin-dashboard .button--ghost,
.wp-admin .admin-timetable .button--ghost,
.wp-admin .modaal--admin .button--ghost,
.wp-admin .admin-order .button--ghost {
  background-color: transparent;
  border-color: #5a9df6;
  color: #5a9df6;
}
.button--ghost:hover,
.wp-admin .admin-dashboard .button--ghost:hover,
.wp-admin .admin-timetable .button--ghost:hover,
.wp-admin .modaal--admin .button--ghost:hover,
.wp-admin .admin-order .button--ghost:hover {
  background-color: rgba(90, 157, 246, 0.1);
  border-color: transparent;
  color: #5a9df6;
}
.button--light,
.wp-admin .admin-dashboard .button--light,
.wp-admin .admin-timetable .button--light,
.wp-admin .modaal--admin .button--light,
.wp-admin .admin-order .button--light {
  background-color: transparent;
  border-color: transparent;
  color: #313131;
  position: relative;
}
.button--light:hover,
.wp-admin .admin-dashboard .button--light:hover,
.wp-admin .admin-timetable .button--light:hover,
.wp-admin .modaal--admin .button--light:hover,
.wp-admin .admin-order .button--light:hover {
  color: #313131;
  background-color: transparent;
  border-color: transparent;
}
.button--w-icon,
.wp-admin .admin-dashboard .button--w-icon,
.wp-admin .admin-timetable .button--w-icon,
.wp-admin .modaal--admin .button--w-icon,
.wp-admin .admin-order .button--w-icon {
  padding-right: 50px;
  position: relative;
}
.button--small,
.wp-admin .admin-dashboard .button--small,
.wp-admin .admin-timetable .button--small,
.wp-admin .modaal--admin .button--small,
.wp-admin .admin-order .button--small {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 40px;
  padding: 10px 20px;
}
.button--full,
.wp-admin .admin-dashboard .button--full,
.wp-admin .admin-timetable .button--full,
.wp-admin .modaal--admin .button--full,
.wp-admin .admin-order .button--full {
  display: block;
  width: 100%;
}
.button--full-xs,
.wp-admin .admin-dashboard .button--full-xs,
.wp-admin .admin-timetable .button--full-xs,
.wp-admin .modaal--admin .button--full-xs,
.wp-admin .admin-order .button--full-xs {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 660px) {
  .button--full-xs,
  .wp-admin .admin-dashboard .button--full-xs,
  .wp-admin .admin-timetable .button--full-xs,
  .wp-admin .modaal--admin .button--full-xs,
  .wp-admin .admin-order .button--full-xs {
    display: inline-block;
    width: auto;
  }
}
.button--simple,
.wp-admin .admin-dashboard .button--simple,
.wp-admin .admin-timetable .button--simple,
.wp-admin .modaal--admin .button--simple,
.wp-admin .admin-order .button--simple {
  height: auto;
  text-transform: uppercase;
  background: transparent;
  color: #ffffff;
  text-decoration: underline;
  padding: 0;
  border: none;
}
.button--simple:hover,
.wp-admin .admin-dashboard .button--simple:hover,
.wp-admin .admin-timetable .button--simple:hover,
.wp-admin .modaal--admin .button--simple:hover,
.wp-admin .admin-order .button--simple:hover {
  background: transparent;
}
.button--secondary,
.wp-admin .admin-dashboard .button--secondary,
.wp-admin .admin-timetable .button--secondary,
.wp-admin .modaal--admin .button--secondary,
.wp-admin .admin-order .button--secondary {
  background: #313131;
}
.button--secondary:hover,
.wp-admin .admin-dashboard .button--secondary:hover,
.wp-admin .admin-timetable .button--secondary:hover,
.wp-admin .modaal--admin .button--secondary:hover,
.wp-admin .admin-order .button--secondary:hover {
  background-color: rgba(49, 49, 49, 0.8);
  border-color: #313131;
}
.button.is-disabled,
.wp-admin .admin-dashboard .button.is-disabled,
.wp-admin .admin-timetable .button.is-disabled,
.wp-admin .modaal--admin .button.is-disabled,
.wp-admin .admin-order .button.is-disabled {
  pointer-events: none;
  background-color: rgba(49, 49, 49, 0.1);
  border-color: rgba(49, 49, 49, 0.1);
}
.button.is-loading,
.wp-admin .admin-dashboard .button.is-loading,
.wp-admin .admin-timetable .button.is-loading,
.wp-admin .modaal--admin .button.is-loading,
.wp-admin .admin-order .button.is-loading {
  position: relative;
  overflow: hidden;
}
.button.is-loading:after,
.wp-admin .admin-dashboard .button.is-loading:after,
.wp-admin .admin-timetable .button.is-loading:after,
.wp-admin .modaal--admin .button.is-loading:after,
.wp-admin .admin-order .button.is-loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 0;
  bottom: 0;
  width: 22px;
  background: url("../img/loading.svg") no-repeat center;
  background-size: 22px 22px;
  animation: rotate-loader 10s linear infinite;
}

.button--icon-only {
  padding: 20px;
  border-radius: 50%;
  height: auto;
}

.button.is-loading .button__text {
  opacity: 0;
}

.button__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 16px;
  transform: translateY(-50%);
  color: inherit;
}
.button.is-loading .button__icon {
  opacity: 0;
}
.button--icon-only .button__icon {
  right: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(3600deg);
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.c-card {
  min-height: 111px;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(9, 30, 66, 0.25);
  color: #313131;
  background-color: #ffffff;
  padding: 14px 9px;
  position: relative;
  border-radius: 4px;
  margin: 5px auto;
}
.c-card--calendar {
  width: auto;
}
.c-card--chapel {
  width: auto;
}
.admin-dashboard .c-card--cremation_funeral, .admin-timetable .c-card--cremation_funeral {
  background: #ffdee8;
}
.admin-dashboard .c-card--cremation, .admin-timetable .c-card--cremation {
  background: #deffe8;
}
.admin-dashboard .c-card--urn_funeral, .admin-timetable .c-card--urn_funeral {
  background: #d7dcff;
}
.admin-dashboard .c-card--cremation_and_urn, .admin-timetable .c-card--cremation_and_urn {
  background: #faf4d3;
}
.admin-dashboard .c-card--juridic-customer, .admin-timetable .c-card--juridic-customer {
  background: #eceeff;
}
.admin-dashboard .c-card--kristin, .admin-timetable .c-card--kristin {
  background: #ffc9d8;
}
.admin-dashboard .c-card--high-priority .form-check__label, .admin-timetable .c-card--high-priority .form-check__label {
  color: #ff0000;
}
.admin-dashboard .c-card--high-priority .form-check__label .form-check__label-sub, .admin-timetable .c-card--high-priority .form-check__label .form-check__label-sub {
  color: #ff0000;
}
.admin-dashboard .c-card--high-priority .cremation__label, .admin-timetable .c-card--high-priority .cremation__label {
  color: #ff0000;
}
.admin-dashboard .c-card--high-priority .cremation__label .cremation__label-sub, .admin-timetable .c-card--high-priority .cremation__label .cremation__label-sub {
  color: #ff0000;
}
.c-card.is-empty-slot {
  background: transparent;
  box-shadow: none;
  border: 1px solid rgba(49, 49, 49, 0.1);
}
.c-card.is-important {
  background-color: rgba(255, 247, 9, 0.43);
}
.c-card.is-unread {
  background-color: rgba(90, 157, 246, 0.1);
}
.c-card.is-unread--web_user {
  background-color: #dfffd0;
}
.c-card.is-draft {
  background: rgba(254, 238, 119, 0.5);
}

.c-card__people {
  padding-left: 10px;
}

.c-card__catering {
  padding-left: 10px;
}
.c-card__catering span {
  background: #ff0000;
  padding: 2px 6px;
  border-radius: 3px;
  color: #ffffff;
}

.c-card--calendar .c-card__large {
  display: none;
}

.c-card__small {
  display: none;
}
.c-card--calendar .c-card__small {
  display: inherit;
}
.c-card--chapel .c-card__small {
  display: inherit;
}
.c-card__small .form-check__label-sub {
  display: block;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
.c-card__small .form-check__input:checked ~ .form-check__label .form-check__label-sub {
  text-decoration: line-through;
}

.c-card__small-notes {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-card__small-notes-action {
  margin: -5px -10px -10px;
  padding: 10px;
  display: inline-block;
}

.c-card__header {
  font-size: 18px;
  line-height: 21px;
}
.c-card__header p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.c-card__header-sub {
  font-size: 13px;
  line-height: 19px;
}
.c-card__header-sub p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.c-card__workers-container {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 14px 0;
  text-align: right;
}

.c-card__worker {
  width: 28px;
  height: 28px;
  border: 1px solid #313131;
  color: #313131;
  background-color: #fafcfe;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  line-height: 28px;
  transition: all 300ms ease-in-out;
  border-radius: 4px;
}
.c-card__worker--plus {
  border: 1px dashed #313131;
}
.c-card__worker:hover {
  cursor: pointer;
  background-color: #5a9df6;
  border-color: rgba(49, 49, 49, 0.5);
  color: #ffffff;
  transform: scale(1.2);
}

.c-card__group {
  width: 28px;
  height: 28px;
  border: 1px solid #313131;
  color: #313131;
  background-color: #f5cfba;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  line-height: 28px;
  transition: all 300ms ease-in-out;
  border-radius: 4px;
}
.c-card__group--plus {
  border: 1px dashed #313131;
}
.c-card__group:hover {
  cursor: pointer;
  background-color: #f5cfba;
  border-color: rgba(49, 49, 49, 0.5);
  color: #ffffff;
  transform: scale(1.2);
}

.c-card__button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 14px 9px;
}

.c-card__comment-form {
  margin-bottom: -62px;
  position: relative;
  z-index: 2;
}

.c-card__comment-form-submit {
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 12px;
  height: 50px;
}
.c-card__comment-form-submit .js-comment-pin {
  margin-right: 12px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.carousel--product .slick-slider .slick-track,
.carousel--product .slick-slider .slick-list {
  height: 100%;
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide:focus {
  outline: none;
  box-shadow: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.carousel__thumbs .slick-slide {
  border: none;
  margin-bottom: 24px;
}
.slick-slide > div {
  height: 100%;
}

.slick-arrow {
  position: absolute;
}

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

.carousel {
  position: relative;
}

.carousel__slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.carousel__slider:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 43.0555555556%;
}
.carousel__slider > .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 660px) {
  .carousel__slider {
    padding-bottom: 0;
  }
}
.carousel__slider .slick-slide {
  width: 100%;
}

.carousel__slide {
  display: inline-block;
  white-space: normal;
  width: 100%;
  position: relative;
  padding-bottom: 70px;
}
@media only screen and (min-width: 660px) {
  .carousel__slide {
    padding-bottom: 0;
  }
}

.carousel__slide-figure {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: center;
}
.carousel__slide-figure picture,
.carousel__slide-figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.carousel__slide-title {
  font-size: 22px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  z-index: 1;
}
@media only screen and (min-width: 660px) {
  .carousel__slide-title {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    bottom: 20px;
    font-size: 38px;
    text-align: right;
    padding-right: 180px;
  }
}
@media only screen and (min-width: 1170px) {
  .carousel__slide-title {
    bottom: 68px;
  }
}

.carousel__nav {
  max-width: 1250px;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  text-align: right;
}
@media only screen and (min-width: 660px) {
  .carousel__nav {
    bottom: 22px;
  }
}
@media only screen and (min-width: 1170px) {
  .carousel__nav {
    bottom: 70px;
  }
}

.carousel__nav-item {
  display: none;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #5a9df6;
  color: #5a9df6;
  width: 48px;
  height: 48px;
  line-height: 56px;
  padding: 0;
  z-index: 2;
  bottom: 0;
  position: absolute;
}
.carousel__nav-item:hover {
  color: #ffffff;
}
@media only screen and (min-width: 660px) {
  .carousel__nav-item {
    position: static;
    background-color: #5a9df6;
    color: #ffffff;
    border: 1px solid #5a9df6;
    display: inline-block;
  }
}
@media only screen and (min-width: 660px) {
  .carousel__nav-item + .carousel__nav-item {
    margin-left: 20px;
  }
}
.carousel__nav-item:focus, .carousel__nav-item:active {
  outline: none;
  box-shadow: none;
}
.carousel__nav-item--prev {
  left: 20px;
}
.carousel__nav-item--prev svg {
  transform: rotate(-180deg);
}
.carousel__nav-item--next {
  right: 20px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.c-comment {
  display: block;
  margin: 10px;
}

.c-comment__profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.c-comment--self .c-comment__profile {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.c-comment__profile-user {
  display: block;
  width: 100%;
  padding: 0 10px;
  text-align: left;
}
.c-comment--self .c-comment__profile-user {
  text-align: right;
}

.c-comment__profile-img {
  border-radius: 50%;
  max-width: 50px;
}

.c-comment__text {
  margin: 0 10px 0 60px;
  border-radius: 4px;
}
@media only screen and (min-width: 660px) {
  .c-comment__text {
    margin: 0 60px;
  }
}
.c-comment--self .c-comment__text {
  width: auto;
  margin: 0 60px 0 10px;
}
@media only screen and (min-width: 660px) {
  .c-comment--self .c-comment__text {
    margin: 0 60px;
  }
}

.c-comment__text-message {
  padding: 15px;
  background-color: rgba(49, 49, 49, 0.1);
  border-radius: 4px;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
}
.c-comment--self .c-comment__text-message {
  margin-left: auto;
}
.c-comment__text-message p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.c-comment__user-timestamp {
  color: rgba(49, 49, 49, 0.5);
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.cremation {
  position: relative;
}
.cremation .cremation__check {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.cremation a {
  color: #313131;
}
.cremation .dashicons {
  color: #5a9df6;
  font-size: 24px;
  height: 100%;
}
.cremation .cremation__label {
  padding: 3px 0 3px 32px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  display: block;
}
.cremation .cremation__label::before {
  content: "\f469";
  color: #5a9df6;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.cremation .cremation__label .cremation__label-sub {
  font-weight: 600;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  line-height: 1.3;
}
.cremation .cremation__label .cremation__comment {
  font-size: 13px;
  white-space: normal;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.c-description__editor-label {
  margin-bottom: 8px;
}

.c-description__editor-value {
  display: block;
  height: 120px;
  font-weight: 400;
  padding-top: 12px;
  padding-left: 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: auto;
}
.c-description__editor-value:hover {
  border: 1px solid #5a9df6;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
/*!
 * # Semantic UI 2.0.0 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2015 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/* stylelint-disable */
.transition {
  animation-iteration-count: 1;
  animation-duration: 300ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
    transform: @use3DAcceleration;*/
}

/* Disabled */
.disabled.transition {
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/
.looping.transition {
  animation-iteration-count: infinite;
}

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  animation-duration: 500ms;
}

.transition.browse.in {
  animation-name: browseIn;
}

.transition.browse.out,
.transition.browse.left.out {
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  animation-name: browseOutRight;
}

/* In */
@keyframes browseIn {
  0% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
/* Out */
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
/*--------------
     Drop
---------------*/
.drop.transition {
  transform-origin: top center;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

.drop.transition.in {
  animation-name: dropIn;
}

.drop.transition.out {
  animation-name: dropOut;
}

/* Drop */
@keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
/*--------------
      Fade
---------------*/
.transition.fade.in {
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  animation-name: fadeInRight;
}

.transition.fade.out {
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  animation-name: fadeOutRight;
}

/* In */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* Out */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-5%);
  }
}
/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  animation-duration: 600ms;
}

.horizontal.flip.transition.in {
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  animation-name: verticalFlipOut;
}

/* In */
@keyframes horizontalFlipIn {
  0% {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
/* Out */
@keyframes horizontalFlipOut {
  0% {
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
/*--------------
      Scale
---------------*/
.scale.transition.in {
  animation-name: scaleIn;
}

.scale.transition.out {
  animation-name: scaleOut;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Out */
@keyframes scaleOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  animation-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.transition.fly.in {
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  animation-name: flyInRight;
}

/* Outward */
.transition.fly.out {
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  animation-name: flyOutRight;
}

/* In */
@keyframes flyIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
/* Out */
@keyframes flyOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOutUp {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  animation-name: slideInY;
  transform-origin: top center;
}

.transition[class*="slide up"].in {
  animation-name: slideInY;
  transform-origin: bottom center;
}

.transition[class*="slide left"].in {
  animation-name: slideInX;
  transform-origin: center right;
}

.transition[class*="slide right"].in {
  animation-name: slideInX;
  transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
  animation-name: slideOutY;
  transform-origin: top center;
}

.transition[class*="slide up"].out {
  animation-name: slideOutY;
  transform-origin: bottom center;
}

.transition[class*="slide left"].out {
  animation-name: slideOutX;
  transform-origin: center right;
}

.transition[class*="slide right"].out {
  animation-name: slideOutX;
  transform-origin: center left;
}

/* In */
@keyframes slideInY {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
/* Out */
@keyframes slideOutY {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
/*--------------
     Swing
---------------*/
.transition.swing {
  animation-duration: 800ms;
}

.transition[class*="swing down"].in {
  animation-name: swingInX;
  transform-origin: top center;
}

.transition[class*="swing up"].in {
  animation-name: swingInX;
  transform-origin: bottom center;
}

.transition[class*="swing left"].in {
  animation-name: swingInY;
  transform-origin: center right;
}

.transition[class*="swing right"].in {
  animation-name: swingInY;
  transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
  animation-name: swingOutX;
  transform-origin: top center;
}

.transition[class*="swing up"].out {
  animation-name: swingOutX;
  transform-origin: bottom center;
}

.transition[class*="swing left"].out {
  animation-name: swingOutY;
  transform-origin: center right;
}

.transition[class*="swing right"].out {
  animation-name: swingOutY;
  transform-origin: center left;
}

/* In */
@keyframes swingInX {
  0% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInY {
  0% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
/* Out */
@keyframes swingOutX {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  animation-duration: 750ms;
  animation-name: flash;
}

.shake.transition {
  animation-duration: 750ms;
  animation-name: shake;
}

.bounce.transition {
  animation-duration: 750ms;
  animation-name: bounce;
}

.tada.transition {
  animation-duration: 750ms;
  animation-name: tada;
}

.pulse.transition {
  animation-duration: 500ms;
  animation-name: pulse;
}

.jiggle.transition {
  animation-duration: 750ms;
  animation-name: jiggle;
}

/* Flash */
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* Shake */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
/* Bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* Tada */
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* Pulse */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Rubberband */
@keyframes jiggle {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/* stylelint-enable */
.dropdown {
  position: relative;
  pointer-events: all;
  padding-right: 40px;
  display: inline-block;
}
.dropdown:active, .dropdown:focus {
  outline: none;
}
.dropdown:after {
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  bottom: 13px;
  border-left: 1px solid #5a9df6;
  border-bottom: 1px solid #5a9df6;
  display: block;
  transform: rotate(-45deg);
  content: "";
  pointer-events: none;
}
.dropdown.form-textfield__input {
  padding-right: 0;
}
.dropdown.form-textfield__input:after {
  display: none;
}
.dropdown.is-default select[data-default] {
  display: block !important;
  border: none;
  box-shadow: none;
  appearance: none;
  background: transparent;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 13;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .dropdown.is-default select[data-default] {
    z-index: 1;
  }
}
.dropdown.is-default select[data-default]:focus, .dropdown.is-default select[data-default]:active {
  outline: none;
}
.form-select .dropdown.is-default select[data-default] {
  padding: 3px 0;
  opacity: 1;
}

.dropdown__text {
  height: 100%;
  text-align: left;
}
.dropdown__text.is-filtered {
  visibility: hidden;
}
.form-select .dropdown__text {
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 16px;
  cursor: pointer;
  font-size: inherit;
}
.form-select .dropdown.is-default .dropdown__text {
  display: none;
}
.dropdown.is-custom-value .dropdown__text {
  display: none;
}

input.dropdown__search {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: transparent;
  transform: scale(0);
  color: #313131;
}
input.dropdown__search:focus, input.dropdown__search:active {
  outline: 0;
}
.dropdown.is-active input.dropdown__search {
  z-index: 22;
  transform: scale(1);
}
.dropdown.is-default input.dropdown__search {
  display: none !important;
}
.form-select--thumbnail .dropdown.is-active input.dropdown__search {
  left: 29px;
}

.dropdown__menu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: -2px;
  left: -40px;
  right: -2px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  border: none;
  transition: opacity 100ms ease;
  z-index: 11;
  will-change: transform, opacity;
  backface-visibility: hidden;
  min-width: max-content;
  line-height: 1;
  margin-top: 0;
  -webkit-overflow-scrolling: touch;
}
.dropdown__menu > * {
  white-space: nowrap;
}
.dropdown.is-default .dropdown__menu {
  display: none !important;
}
.form-select--thumbnail .dropdown__menu, .form-select--inline .dropdown__menu {
  width: max-content;
  min-width: 110px;
}
.form-select .dropdown__menu {
  left: -1px;
}

.dropdown__menu-message {
  display: none;
}

.dropdown__menu-inner {
  max-height: 10.68571429rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
@media only screen and (min-width: 660px) {
  .dropdown__menu-inner {
    max-height: 342px;
  }
}

.dropdown__menu-wrapper {
  position: static;
  box-shadow: none !important;
  margin: 0;
  min-width: 100% !important;
  width: auto !important;
}

.dropdown__menu-item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1.5rem;
  padding: 13px 16px 13px 40px;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  box-shadow: none;
  -webkit-touch-callout: none;
  color: #313131;
  min-height: 50px;
}
.dropdown__menu-item:hover {
  background-color: rgba(90, 157, 246, 0.1);
}
.dropdown__menu-item.is-filtered {
  display: none !important;
}
.dropdown__menu-item.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}
.dropdown__menu-item.is-selected, .dropdown__menu-item.is-active {
  position: relative;
}
.dropdown__menu-item.is-selected:before, .dropdown__menu-item.is-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -7px;
  border-left: 2px solid #5a9df6;
  border-bottom: 2px solid #5a9df6;
  width: 12px;
  height: 8px;
  transform: rotate(-45deg);
}

.dropdown__menu-item-link {
  display: block;
  font-weight: 400;
  color: inherit;
  -webkit-appearance: none;
}
.dropdown__menu-item-link:hover {
  background-color: rgba(49, 49, 49, 0.2);
  color: #313131;
  text-decoration: none;
  -webkit-appearance: none;
}

.dropdown__menu-item-comment {
  color: rgba(49, 49, 49, 0.5);
  font-weight: 400;
}
.dropdown__menu-item-link:hover .dropdown__menu-item-comment {
  color: inherit;
}
.dropdown__text .dropdown__menu-item-comment {
  display: none;
}

.dropdown__menu-item-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
  top: -2px;
  position: relative;
  margin-right: 2px;
  backface-visibility: hidden;
}

.dropdown__menu-item-thumbnail {
  width: auto;
  height: 24px;
  transform: translateX(-4px);
}

.dropdown__menu .dropdown__menu-item-abbr {
  min-width: 46px;
  display: inline-block;
}

.dropdown__subcontent {
  font-size: 14px;
  position: relative;
  margin-bottom: 16px;
}
.dropdown__subcontent:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 36px;
  right: 36px;
  height: 1px;
  display: block;
  background-color: rgba(49, 49, 49, 0.3);
}

.dropdown__menu-search {
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
  margin-top: -6px;
  position: relative;
  display: none;
}
.dropdown__menu-search input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  padding: 14px 14px 14px 30px;
  font-weight: 400;
  width: 100%;
}
.dropdown__menu-search input:active, .dropdown__menu-search input:focus {
  outline: none;
}
.dropdown.is-active ~ .dropdown__menu-search {
  display: block;
}

.dropdown__menu-search-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  fill: #c8c8c8;
  z-index: 12;
}

.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important;
}

/* Default Side (Right) */
.ui.dropdown .dropdown__menu .right.menu,
.ui.dropdown .right.menu > .dropdown__menu {
  left: 100% !important;
  right: auto !important;
}

/* Left Flyout Menu */
.ui.dropdown .dropdown__menu .left.menu,
.ui.dropdown > .left.menu .dropdown__menu {
  left: auto !important;
  right: 100% !important;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0 0.78571429rem 0 0;
}

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
}

/* Upward Main Menu */
.ui.upward.dropdown > .dropdown__menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
}

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Selection */
.ui.upward.selection.dropdown .dropdown__menu {
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
}

/* Visible Hover Upward */
.ui.upward.is-active.selection.dropdown:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}

.ui.upward.is-active.selection.dropdown:hover .dropdown__menu {
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}

.ui.dropdown .dropdown__menu-wrapper > .item.item.item,
.ui.scrolling.dropdown .dropdown__menu .item.item.item {
  border-top: none;
  padding-right: calc(1.14285714rem + 17px) !important;
}

.ui.dropdown .dropdown__menu-wrapper .item:first-child,
.ui.scrolling.dropdown .dropdown__menu .item:first-child {
  border-top: none;
}

.ui.dropdown > .animating.menu .dropdown__menu-wrapper,
.ui.dropdown > .visible.menu .dropdown__menu-wrapper {
  display: block;
}

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .dropdown__menu-inner {
    min-width: calc(100% - 17px);
  }
}
@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .dropdown__menu-inner {
    max-height: 1.28571429rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .dropdown__menu-inner {
    max-height: 15.42857143rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .dropdown__menu-inner {
    max-height: 2.57142857rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .dropdown__menu-inner {
    max-height: 2.57142857rem;
  }
}
.ui.pointing.dropdown > .dropdown__menu {
  top: 100%;
  margin-top: 0.78571429rem;
}

.ui.pointing.dropdown > .dropdown__menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  background: #ffffff;
  z-index: 2;
  top: -0.25em;
  left: 50%;
  margin: 0 0 0 -0.25em;
}

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .dropdown__menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0;
}
.ui.top.left.pointing.dropdown > .dropdown__menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0;
  transform: rotate(45deg);
}

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .dropdown__menu {
  top: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  margin: 0;
}

.ui.top.right.pointing.dropdown > .dropdown__menu:after {
  top: -7px;
  left: auto;
  right: 1em;
  margin: 0;
  transform: rotate(45deg);
}

/* Left Pointing */
.ui.left.pointing.dropdown > .dropdown__menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 0 0 1em;
}

.ui.left.pointing.dropdown > .dropdown__menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0;
  transform: rotate(-45deg);
}

/* Right Pointing */
.ui.right.pointing.dropdown > .dropdown__menu {
  top: 0;
  left: auto;
  right: 100%;
  margin: 0 1em 0 0;
}

.ui.right.pointing.dropdown > .dropdown__menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0;
  transform: rotate(135deg);
}

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .dropdown__menu {
  top: auto;
  bottom: 100%;
  left: 0;
  right: auto;
  margin: 0 0 1em;
}

.ui.bottom.pointing.dropdown > .dropdown__menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0;
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .dropdown__menu .dropdown__menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .dropdown__menu {
  left: 0;
  right: auto;
}

.ui.bottom.left.pointing.dropdown > .dropdown__menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .dropdown__menu {
  right: 0;
  left: auto;
}

.ui.bottom.right.pointing.dropdown > .dropdown__menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */
.ui.upward.pointing.dropdown > .dropdown__menu,
.ui.upward.top.pointing.dropdown > .dropdown__menu {
  top: auto;
  bottom: 100%;
  margin: 0 0 0.78571429rem;
}

.ui.upward.pointing.dropdown > .dropdown__menu:after,
.ui.upward.top.pointing.dropdown > .dropdown__menu:after {
  top: 100%;
  bottom: auto;
  box-shadow: 1px 1px 0 1px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0 0;
}

.ui.dropdown > .dropdown.icon {
  display: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.editor {
  /* WordPress Core */
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor .alignnone {
  margin: 5px 20px 20px 0;
}
.editor .aligncenter,
.editor div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.editor .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.editor .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.editor a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.editor a img.alignnone {
  margin: 5px 20px 20px 0;
}
.editor a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.editor a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor .wp-caption {
  padding: 5px 3px 10px;
  text-align: center;
}
.editor .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.editor .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.editor .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.editor .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.editor .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.form-check {
  position: relative;
}

.form-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-check__label {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  color: inherit;
}
html[data-whatinput=keyboard] .form-check:focus-within .form-check__label, html[data-whatinput=keyboard] .form-check:focus .form-check__label {
  box-shadow: 0 0 0 2px #5a9df6;
}
.form-check--hidden-label:focus-within .form-check__label, .form-check--hidden-label:focus .form-check__label {
  box-shadow: none;
}
.c-card .form-check__label {
  padding-left: 32px;
}
.c-card--chapel .form-check__label {
  padding-left: 10px;
}
.form-check__label:hover:before {
  border-color: #5a9df6;
  background: #ffffff;
}
.form-check__label:before {
  content: "";
  display: block;
  border: 1px solid rgba(49, 49, 49, 0.3);
  background: #fafcfe;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
html[data-whatinput=keyboard] .form-check--hidden-label:focus-within .form-check__label:before, html[data-whatinput=keyboard] .form-check--hidden-label:focus .form-check__label:before {
  box-shadow: 0 0 0 2px #5a9df6;
}
.form-check__label:after {
  position: absolute;
  top: 9px;
  left: 6px;
  content: "";
  display: block;
  border-left: 1px solid rgba(49, 49, 49, 0.2);
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
  width: 12px;
  height: 4px;
  transform: rotate(-45deg);
}
.form-group--checklist .form-check__input:checked ~ .form-check__label {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.form-check__input:checked ~ .form-check__label:before {
  background-color: #5a9df6;
  border-color: #5a9df6;
}
.form-check__input--disabled:checked ~ .form-check__label:before {
  background-color: #888888;
  border-color: #888888;
  opacity: 0.6;
}
.form-check__input:checked ~ .form-check__label:after {
  border-color: #ffffff;
}

.form-check__label-hidden-input:before {
  display: none !important;
}
.form-check__label-hidden-input:after {
  display: none !important;
}

.form-check__label-sub {
  color: rgba(49, 49, 49, 0.4);
  -webkit-font-smoothing: initial;
  font-weight: 300;
  line-height: 1.3;
}
.form-check__input:checked ~ .form-check__label .form-check__label-sub {
  font-weight: 600;
}
.c-card:not(.is-empty-slot) .form-check__label-sub {
  color: #313131;
}

.form-check__bubble {
  pointer-events: none;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  transform: translate(-50%, -50%) translateZ(0);
  width: 0;
  height: 0;
  border-radius: 150px;
  background: rgba(90, 157, 246, 0.4);
}
.form-check__input:checked ~ .form-check__bubble {
  width: 66px;
  height: 66px;
  opacity: 0;
  transition: 550ms ease-out;
  transition-property: width, height, opacity;
}

.form-check__comment {
  font-size: 13px;
  white-space: normal;
}

.c-card__order-type {
  float: right;
  font-size: 11px;
  text-overflow: ellipsis;
  padding-right: 8px;
}

.c-card__price-list {
  float: right;
  font-size: 11px;
  padding-right: 8px;
  max-width: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.form-file {
  position: relative;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}

.form-file__label {
  display: block;
  margin-bottom: 8px;
  line-height: 18px;
}

.form-file__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form-file__button {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.no-js .form-file__button {
  display: none;
}

.form-file__input:focus + .form-file__button,
.form-file__input.has-focus + .form-file__button {
  outline: 1px dotted #000000;
}

.form-file__field {
  padding: 0 0 0 20px;
  border: 1px solid rgba(49, 49, 49, 0.3);
  border-radius: 4px;
  display: block;
  font-size: 18px;
  margin: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: none;
  text-align: left;
  color: inherit;
  padding-left: 16px;
  background-color: #fafcfe;
  font-family: "neuzeit-grotesk", sans-serif;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
}
.form-file__field:focus, .form-file__field:active {
  border-color: #5a9df6;
  outline: none;
}
.form-file.is-invalid .form-file__field {
  border-color: #ff0000;
}
.form-file.is-disabled .form-file__field {
  border-bottom: 1px solid rgba(49, 49, 49, 0.5);
  color: rgba(49, 49, 49, 0.5);
  -webkit-text-fill-color: rgba(49, 49, 49, 0.5);
  outline: none;
}

.form-file__button-inner {
  border-radius: 4px;
  right: 0;
  top: 0;
  height: auto;
  line-height: 48px;
  margin-left: 16px;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #5a9df6;
  background: transparent;
  color: #5a9df6;
  text-align: center;
}

.form-file__input:focus + .form-file__button-inner,
.form-file__input.has-focus + .form-file__button-inner,
.form-file__button:hover .form-file__button-inner {
  background-color: transparent;
}

.form-file.is-invalid .form-file__extra {
  color: #ff0000;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.form-radio {
  position: relative;
}
.form-radio--inline {
  display: inline-block;
  margin: 5px 15px 0 0;
}

.form-radio__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-radio__input:checked ~ .form-radio__label .form-radio__indicator {
  border-color: #5a9df6;
  background-color: #5a9df6;
}
.form-radio__input:checked ~ .form-radio__label .form-radio__indicator:before {
  opacity: 1;
}

.form-radio__label {
  display: block;
  padding-left: 28px;
}
.form-radio.is-disabled .form-radio__label {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-radio__text {
  font-size: 14px;
}

.form-radio__indicator {
  display: block;
  background: #fafcfe;
  border: 2px solid rgba(49, 49, 49, 0.3);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.form-radio__indicator:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
}

.form-radio__error {
  display: none;
  color: #ff0000;
  font-size: 14px;
  margin-top: 2px;
}
.form-radio__container.is-invalid .form-radio__error {
  display: block;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.form-select {
  z-index: auto;
}

.form-select .form-textfield__inner:after {
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  bottom: 24px;
  border-left: 1px solid #5a9df6;
  border-bottom: 1px solid #5a9df6;
  display: block;
  transform: rotate(-45deg);
  content: "";
  pointer-events: none;
}

.form-select .form-textfield__input {
  appearance: none;
  padding-right: 30px;
}
.form-select--white .form-textfield__input {
  background-color: #ffffff;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
textarea.form-textfield__input,
.wp-admin textarea.form-textfield__input {
  display: block;
  resize: none;
  height: 120px;
  font-weight: 400;
  padding-top: 12px;
  -webkit-appearance: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
/* stylelint-disable */
.datepicker__cell-day.-other-month-, .datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.datepicker__cell-day.-other-month-:hover, .datepicker__cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker__cell-day.-other-month-, .-disabled-.-focus-.datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker__cell-day.-other-month-, .-selected-.datepicker__cell-year.-other-decade- {
  color: #ffffff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker__cell-day.-other-month-, .-selected-.-focus-.datepicker__cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker__cell-day.-other-month-, .-in-range-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker__cell-day.-other-month-, .-in-range-.-focus-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker__cell-day.-other-month-:empty, .datepicker__cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* ________________________________________________-
    Datepicker cells
   ________________________________________________- */
.datepicker__cells {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.datepicker__cell {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  width: 32px;
  z-index: 1;
  color: #5a9df6;
}

.datepicker__cell.-focus- {
  background: #f0f0f0;
}

.datepicker__cell.-current- {
  font-weight: bold;
}

.datepicker__cell.-current-.-selected- {
  color: #ffffff;
}

.datepicker__cell.-current-.-in-range- {
  color: #4eb5e6;
}

.datepicker__cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker__cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker__cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker__cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker__cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker__cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker__cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker__cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker__cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker__cell.-selected- {
  border: none;
  background-color: #5a9df6;
  color: #ffffff;
}

.datepicker__cell:empty {
  cursor: default;
}

.datepicker__days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker__day-name {
  color: rgba(49, 49, 49, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
}

.datepicker__cell-day {
  width: 32px;
}

.datepicker__cells-months {
  height: 170px;
}

.datepicker__cell-month {
  width: 33.33%;
  height: 25%;
  border-radius: 4px;
}

.datepicker__years {
  height: 170px;
}

.datepicker__cells-years {
  height: 170px;
}

.datepicker__cell-year {
  width: 25%;
  height: 33.33%;
  border-radius: 4px;
}

.datepicker__cell-day.-other-month-, .datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.datepicker__cell-day.-other-month-:hover, .datepicker__cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker__cell-day.-other-month-, .-disabled-.-focus-.datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker__cell-day.-other-month-, .-selected-.datepicker__cell-year.-other-decade- {
  color: #ffffff;
  background: #a2ddf6;
}

.-in-range-.datepicker__cell-day.-other-month-, .-in-range-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker__cell-day.-other-month-, .-in-range-.-focus-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker__cell-day.-other-month-:empty, .datepicker__cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* ________________________________________________-
    Datepicker
   ________________________________________________- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10001;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  box-sizing: content-box;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  position: absolute;
  left: -100000px;
  width: 240px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker--times {
  -ms-grid-columns: auto 20%;
      grid-template-columns: auto 20%;
  width: 320px;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker__pointer {
  display: none;
}

.datepicker__content {
  box-sizing: content-box;
  padding: 0;
}

.-only-timepicker- .datepicker__content {
  display: none;
}

.datepicker__pointer {
  position: absolute;
  background: #ffffff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker__pointer, .-top-center- .datepicker__pointer, .-top-right- .datepicker__pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker__pointer, .-right-center- .datepicker__pointer, .-right-bottom- .datepicker__pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker__pointer, .-bottom-center- .datepicker__pointer, .-bottom-right- .datepicker__pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker__pointer, .-left-center- .datepicker__pointer, .-left-bottom- .datepicker__pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker__pointer, .-bottom-left- .datepicker__pointer {
  left: 10px;
}

.-top-right- .datepicker__pointer, .-bottom-right- .datepicker__pointer {
  right: 10px;
}

.-top-center- .datepicker__pointer, .-bottom-center- .datepicker__pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker__pointer, .-right-top- .datepicker__pointer {
  top: 10px;
}

.-left-bottom- .datepicker__pointer, .-right-bottom- .datepicker__pointer {
  bottom: 10px;
}

.-left-center- .datepicker__pointer, .-right-center- .datepicker__pointer {
  top: calc(50% - 5px);
}

.datepicker__body {
  display: none;
}

.datepicker__body.active {
  display: block;
}

.datepicker__cell-day.-other-month-, .datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.datepicker__cell-day.-other-month-:hover, .datepicker__cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker__cell-day.-other-month-, .-disabled-.-focus-.datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker__cell-day.-other-month-, .-selected-.datepicker__cell-year.-other-decade- {
  color: #ffffff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker__cell-day.-other-month-, .-selected-.-focus-.datepicker__cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker__cell-day.-other-month-, .-in-range-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker__cell-day.-other-month-, .-in-range-.-focus-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker__cell-day.-other-month-:empty, .datepicker__cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* ________________________________________________-
    Navigation
   ________________________________________________- */
.datepicker__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 32px;
  padding: 0;
}
.datepicker--times .datepicker__nav {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
}

.-only-timepicker- .datepicker__nav {
  display: none;
}

.datepicker__nav-title,
.datepicker__nav-action {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker__nav-action {
  width: 24px;
  border-radius: 2px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: -2px;
}

.datepicker__nav-action.-disabled- {
  visibility: hidden;
}

.datepicker__nav-action svg {
  width: 24px;
  height: 24px;
}

.datepicker__nav-action path {
  fill: none;
  stroke: #5a9df6;
  stroke-width: 1px;
}

.datepicker__nav-title {
  border-radius: 4px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 700;
}

.datepicker__nav-title i {
  font-style: normal;
  margin-left: 5px;
}

.datepicker__nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker__buttons {
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker__button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 2px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 32px;
}

.datepicker__button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker__cell-day.-other-month-, .datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.datepicker__cell-day.-other-month-:hover, .datepicker__cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker__cell-day.-other-month-, .-disabled-.-focus-.datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker__cell-day.-other-month-, .-selected-.datepicker__cell-year.-other-decade- {
  color: #ffffff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker__cell-day.-other-month-, .-selected-.-focus-.datepicker__cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker__cell-day.-other-month-, .-in-range-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker__cell-day.-other-month-, .-in-range-.-focus-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker__cell-day.-other-month-:empty, .datepicker__cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* ________________________________________________-
    Timepicker
   ________________________________________________- */
.datepicker__time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 4px;
  overflow: auto;
}

.datepicker__time.-am-pm- .datepicker__time-sliders {
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker__time {
  border-top: none;
}

.datepicker__time-sliders {
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker__time-label {
  display: none;
  font-size: 12px;
}

.datepicker__time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker__time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker__time-current-hours,
.datepicker__time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: inherit;
  position: relative;
  z-index: 1;
}

.datepicker__time-current-hours:after,
.datepicker__time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker__time-current-hours.-focus-:after,
.datepicker__time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker__time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 12px;
  margin-bottom: 1px;
}

.datepicker__time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker__time-row:first-child {
  margin-bottom: 4px;
}

.datepicker__time-row input[type=range] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker__time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker__time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker__time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker__time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker__time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker__time-row input[type=range]:focus {
  outline: none;
}

.datepicker__time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5a9df6;
  border-color: #5a9df6;
}

.datepicker__time-row input[type=range]:focus::-moz-range-thumb {
  background: #5a9df6;
  border-color: #5a9df6;
}

.datepicker__time-row input[type=range]:focus::-ms-thumb {
  background: #5a9df6;
  border-color: #5a9df6;
}

.datepicker__time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker__time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker__time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker__time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker__time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker__time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker__time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker__time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker__time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker__time-row span {
  padding: 0 12px;
}

.datepicker__time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker__time-icon:after, .datepicker__time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker__time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker__time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker__cell-day.-other-month-, .datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.datepicker__cell-day.-other-month-:hover, .datepicker__cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker__cell-day.-other-month-, .-disabled-.-focus-.datepicker__cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker__cell-day.-other-month-, .-selected-.datepicker__cell-year.-other-decade- {
  color: #ffffff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker__cell-day.-other-month-, .-selected-.-focus-.datepicker__cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker__cell-day.-other-month-, .-in-range-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker__cell-day.-other-month-, .-in-range-.-focus-.datepicker__cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker__cell-day.-other-month-:empty, .datepicker__cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker__footer {
  -ms-flex-order: 2;
      order: 2;
  text-align: right;
  padding: 0 10px 6px;
}
.datepicker--times .datepicker__footer {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
}

.datepicker__footer-action {
  text-transform: uppercase;
  color: #5a9df6;
  font-weight: 700;
  display: inline-block;
}
.datepicker__footer-action + .datepicker__footer-action {
  margin-left: 24px;
}
.datepicker__footer-action:hover {
  text-decoration: none;
}

.datepicker__time-button {
  display: block;
  width: 100%;
  padding: 2px 4px;
  background: none;
  border: none;
  color: #5a9df6;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
}
.datepicker__time-button:hover {
  background: #f0f0f0;
}
.datepicker__time-button:disabled:hover, .datepicker__time-button:disabled {
  background: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.datepicker__time-button.is-active {
  background: #5a9df6;
  color: #ffffff;
}

/* stylelint-enable */
.form-textfield {
  position: relative;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  color: #313131;
}
.form-textfield.is-disabled {
  color: rgba(49, 49, 49, 0.5);
}
.form-textfield--number {
  padding-left: 27px;
  padding-right: 27px;
  width: auto;
  display: inline-block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.form-textfield--number.form-textfield--product-amount {
  display: none;
}
.product__input:checked ~ .product__label .form-textfield--number.form-textfield--product-amount {
  display: inline-block;
}
.form-textfield.is-loading:after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 15px;
  background: url("../img/spinner-2x.gif") no-repeat center center;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
}

.form-textfield__inner {
  position: relative;
}
.form-textfield--number .form-textfield__inner {
  display: inline-block;
}

.wp-admin .form-textfield__input,
.form-textfield__input {
  border: 1px solid rgba(49, 49, 49, 0.3);
  border-radius: 4px;
  display: block;
  font-size: 18px;
  margin: 0;
  height: 50px;
  width: 100%;
  background: none;
  text-align: left;
  color: inherit;
  padding-left: 16px;
  background-color: #fafcfe;
  font-family: "neuzeit-grotesk", sans-serif;
  -webkit-appearance: none;
  box-shadow: none;
}
.form-textfield--white .wp-admin .form-textfield__input,
.form-textfield--white .form-textfield__input {
  background-color: #ffffff;
  font-weight: 400;
}
.wp-admin .form-textfield__input:focus, .wp-admin .form-textfield__input:active,
.form-textfield__input:focus,
.form-textfield__input:active {
  border-color: #5a9df6;
  outline: none;
}
.form-textfield.is-invalid .wp-admin .form-textfield__input,
.form-textfield.is-invalid .form-textfield__input {
  border-color: #ff0000;
}
.form-textfield.is-disabled .wp-admin .form-textfield__input,
.form-textfield.is-disabled .form-textfield__input {
  border-bottom: 1px solid rgba(49, 49, 49, 0.5);
  color: rgba(49, 49, 49, 0.5);
  -webkit-text-fill-color: rgba(49, 49, 49, 0.5);
  outline: none;
}
.form-textfield--number .wp-admin .form-textfield__input,
.form-textfield--number .form-textfield__input {
  height: 28px;
  width: 50px;
  border-radius: 0;
  border-color: #5a9df6;
  text-align: center;
  padding: 0;
}
.form-textfield--product-amount .wp-admin .form-textfield__input,
.form-textfield--product-amount .form-textfield__input {
  border-color: #f5cfba;
}
.form-textfield--number .wp-admin .form-textfield__input[type=number]::-webkit-inner-spin-button, .form-textfield--number .wp-admin .form-textfield__input[type=number]::-webkit-outer-spin-button,
.form-textfield--number .form-textfield__input[type=number]::-webkit-inner-spin-button,
.form-textfield--number .form-textfield__input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.wp-admin .form-textfield__input::-ms-clear,
.form-textfield__input::-ms-clear {
  display: none;
}

div.form-textfield__input {
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-textfield__label {
  bottom: 0;
  color: inherit;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  white-space: normal;
  text-align: left;
}

.form-textfield__button {
  background: #5a9df6;
  color: #ffffff;
  border: none;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
}
.form-textfield__button:hover {
  background: #71aeff;
  cursor: pointer;
}
.form-textfield--product-amount .form-textfield__button {
  background: #f5cfba;
}
.form-textfield__button--substract {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.form-textfield__button--substract:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  height: 2px;
  width: 14px;
  margin-top: -1px;
  background: #ffffff;
}
.form-textfield__button--add {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.form-textfield__button--add:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 2px;
  height: 14px;
  margin-left: -1px;
  background: #ffffff;
}
.form-textfield__button--add:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  height: 2px;
  width: 14px;
  margin-top: -1px;
  background: #ffffff;
}

.form-textfield__input-icon {
  position: absolute;
  bottom: 18px;
  right: 18px;
  color: #5a9df6;
  pointer-events: none;
}

.form-textfield__message {
  color: #ff0000;
  font-size: 14px;
  margin-top: 2px;
}

.form-textfield__error {
  display: none;
  color: #ff0000;
  font-size: 14px;
  margin-top: 2px;
}
.form-textfield.is-invalid .form-textfield__error {
  display: block;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.grid {
  letter-spacing: -0.65em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -20px;
}

.grid--full-height {
  height: 100%;
}

.grid--equalheight > [class^=grid__col--],
.grid--equalheight > [class*=" grid__col--"] {
  display: -ms-flexbox;
  display: flex;
}

.grid--no-horizontal-gutter {
  margin-right: 0;
  margin-left: 0;
}
.grid--no-horizontal-gutter > [class^=grid__col--],
.grid--no-horizontal-gutter > [class*=" grid__col--"] {
  padding-left: 0;
  padding-right: 0;
}

.grid--no-vertical-gutter {
  margin-bottom: 0;
}
.grid--no-vertical-gutter > [class^=grid__col--],
.grid--no-vertical-gutter > [class*=" grid__col--"] {
  margin-bottom: 0;
}

[class^=grid__col--],
[class*=" grid__col--"] {
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
}

.grid__col--no-vertical-gutter {
  margin-bottom: 0;
}

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

.grid__col--xs-1 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid__col--xs-2 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid__col--xs-3 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.grid__col--xs-4 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid__col--xs-5 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid__col--xs-6 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.grid__col--xs-7 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid__col--xs-8 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid__col--xs-9 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.grid__col--xs-10 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid__col--xs-11 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid__col--xs-12 {
  -ms-flex-order: auto;
      order: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.grid__col--offset-xs-12 {
  margin-left: 100%;
}

.grid__col--xs {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: auto;
  max-width: 100%;
}

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

.grid__col--middle-xs {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle;
}

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

.grid--reverse-xs {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.grid--start-xs {
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left;
}

.grid--center-xs {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.grid--end-xs {
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: right;
}

.grid--top-xs {
  -ms-flex-align: start;
      align-items: flex-start;
}
.grid--top-xs > [class^=grid__col--],
.grid--top-xs > [class*=" grid__col--"] {
  vertical-align: top;
}

.grid--middle-xs {
  -ms-flex-align: center;
      align-items: center;
}
.grid--middle-xs > [class^=grid__col--],
.grid--middle-xs > [class*=" grid__col--"] {
  vertical-align: middle;
}

.grid--bottom-xs {
  -ms-flex-align: end;
      align-items: flex-end;
}
.grid--bottom-xs > [class^=grid__col--],
.grid--bottom-xs > [class*=" grid__col--"] {
  vertical-align: bottom;
}

.grid--around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.grid--between-xs {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid--spacious-xs {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -80px;
}
.grid--spacious-xs > [class^=grid__col--],
.grid--spacious-xs > [class*=" grid__col--"] {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 80px;
}

.grid--no-gutter-xs {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.grid--no-gutter-xs > [class^=grid__col--],
.grid--no-gutter-xs > [class*=" grid__col--"] {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.grid__col--original-xs {
  -ms-flex-order: 0;
      order: 0;
}

.grid__col--first-xs {
  -ms-flex-order: -1;
      order: -1;
}

.grid__col--last-xs {
  -ms-flex-order: 1;
      order: 1;
}

@media only screen and (min-width: 660px) {
  .grid__col--sm-1 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col--sm-2 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col--sm-3 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--sm-4 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col--sm-5 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col--sm-6 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--sm-7 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col--sm-8 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col--sm-9 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--sm-10 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col--sm-11 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col--sm-12 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--offset-sm-3 {
    margin-left: 25%;
  }
  .grid__col--offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--offset-sm-6 {
    margin-left: 50%;
  }
  .grid__col--offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--offset-sm-9 {
    margin-left: 75%;
  }
  .grid__col--offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--offset-sm-12 {
    margin-left: 100%;
  }
  .grid__col--sm {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-sm {
    -ms-flex-item-align: start;
        align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-sm {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-sm {
    -ms-flex-item-align: end;
        align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-sm {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .grid--start-sm {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left;
  }
  .grid--center-sm {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .grid--end-sm {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right;
  }
  .grid--top-sm {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .grid--top-sm > [class^=grid__col--],
  .grid--top-sm > [class*=" grid__col--"] {
    vertical-align: top;
  }
  .grid--middle-sm {
    -ms-flex-align: center;
        align-items: center;
  }
  .grid--middle-sm > [class^=grid__col--],
  .grid--middle-sm > [class*=" grid__col--"] {
    vertical-align: middle;
  }
  .grid--bottom-sm {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .grid--bottom-sm > [class^=grid__col--],
  .grid--bottom-sm > [class*=" grid__col--"] {
    vertical-align: bottom;
  }
  .grid--around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid--between-sm {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .grid--spacious-sm {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -80px;
  }
  .grid--spacious-sm > [class^=grid__col--],
  .grid--spacious-sm > [class*=" grid__col--"] {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
  }
  .grid--no-gutter-sm {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .grid--no-gutter-sm > [class^=grid__col--],
  .grid--no-gutter-sm > [class*=" grid__col--"] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .grid__col--original-sm {
    -ms-flex-order: 0;
        order: 0;
  }
  .grid__col--first-sm {
    -ms-flex-order: -1;
        order: -1;
  }
  .grid__col--last-sm {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .grid__col--md-1 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col--md-2 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col--md-3 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--md-4 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col--md-5 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col--md-6 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--md-7 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col--md-8 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col--md-9 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--md-10 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col--md-11 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col--md-12 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--offset-md-3 {
    margin-left: 25%;
  }
  .grid__col--offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--offset-md-6 {
    margin-left: 50%;
  }
  .grid__col--offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--offset-md-9 {
    margin-left: 75%;
  }
  .grid__col--offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--offset-md-12 {
    margin-left: 100%;
  }
  .grid__col--md {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-md {
    -ms-flex-item-align: start;
        align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-md {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-md {
    -ms-flex-item-align: end;
        align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-md {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .grid--start-md {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left;
  }
  .grid--center-md {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .grid--end-md {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right;
  }
  .grid--top-md {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .grid--top-md > [class^=grid__col--],
  .grid--top-md > [class*=" grid__col--"] {
    vertical-align: top;
  }
  .grid--middle-md {
    -ms-flex-align: center;
        align-items: center;
  }
  .grid--middle-md > [class^=grid__col--],
  .grid--middle-md > [class*=" grid__col--"] {
    vertical-align: middle;
  }
  .grid--bottom-md {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .grid--bottom-md > [class^=grid__col--],
  .grid--bottom-md > [class*=" grid__col--"] {
    vertical-align: bottom;
  }
  .grid--around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid--between-md {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .grid--spacious-md {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -80px;
  }
  .grid--spacious-md > [class^=grid__col--],
  .grid--spacious-md > [class*=" grid__col--"] {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
  }
  .grid--no-gutter-md {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .grid--no-gutter-md > [class^=grid__col--],
  .grid--no-gutter-md > [class*=" grid__col--"] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .grid__col--original-md {
    -ms-flex-order: 0;
        order: 0;
  }
  .grid__col--first-md {
    -ms-flex-order: -1;
        order: -1;
  }
  .grid__col--last-md {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 1170px) {
  .grid__col--lg-1 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col--lg-2 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col--lg-3 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--lg-4 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col--lg-5 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col--lg-6 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--lg-7 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col--lg-8 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col--lg-9 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--lg-10 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col--lg-11 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col--lg-12 {
    -ms-flex-order: auto;
        order: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--offset-lg-3 {
    margin-left: 25%;
  }
  .grid__col--offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--offset-lg-6 {
    margin-left: 50%;
  }
  .grid__col--offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--offset-lg-9 {
    margin-left: 75%;
  }
  .grid__col--offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--offset-lg-12 {
    margin-left: 100%;
  }
  .grid__col--lg {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-lg {
    -ms-flex-item-align: start;
        align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-lg {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-lg {
    -ms-flex-item-align: end;
        align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-lg {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .grid--start-lg {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left;
  }
  .grid--center-lg {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .grid--end-lg {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right;
  }
  .grid--top-lg {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .grid--top-lg > [class^=grid__col--],
  .grid--top-lg > [class*=" grid__col--"] {
    vertical-align: top;
  }
  .grid--middle-lg {
    -ms-flex-align: center;
        align-items: center;
  }
  .grid--middle-lg > [class^=grid__col--],
  .grid--middle-lg > [class*=" grid__col--"] {
    vertical-align: middle;
  }
  .grid--bottom-lg {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .grid--bottom-lg > [class^=grid__col--],
  .grid--bottom-lg > [class*=" grid__col--"] {
    vertical-align: bottom;
  }
  .grid--around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid--between-lg {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .grid--spacious-lg {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -80px;
  }
  .grid--spacious-lg > [class^=grid__col--],
  .grid--spacious-lg > [class*=" grid__col--"] {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
  }
  .grid--no-gutter-lg {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .grid--no-gutter-lg > [class^=grid__col--],
  .grid--no-gutter-lg > [class*=" grid__col--"] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .grid__col--original-lg {
    -ms-flex-order: 0;
        order: 0;
  }
  .grid__col--first-lg {
    -ms-flex-order: -1;
        order: -1;
  }
  .grid__col--last-lg {
    -ms-flex-order: 1;
        order: 1;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.image--align-right {
  float: right;
}

.image--align-left {
  float: left;
}

.image__img {
  display: block;
}
.image__img.lazyload, .image__img.lazyloading {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.image__img.lazyloaded {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.image--fluid .image__img {
  max-width: 100%;
  height: auto;
}
.image--full .image__img {
  width: 100%;
}
.image--align-center .image__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .image--rounded-borders-md .image__img {
    border-radius: 25px;
  }
}

.image__caption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.28;
}

.image--offset-container-md-max {
  margin-right: -24px;
  margin-left: -24px;
}
@media only screen and (min-width: 660px) {
  .image--offset-container-md-max {
    margin-right: -48px;
    margin-left: -48px;
  }
}
@media only screen and (min-width: 1024px) {
  .image--offset-container-md-max {
    margin-right: 0;
    margin-left: 0;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.c-image-grid {
  max-width: 1200px;
}

.c-image-grid__img-container {
  object-fit: cover;
}
@media only screen and (min-width: 660px) {
  .c-image-grid__img-container--2 {
    margin: 50px 50px 0;
    text-align: center;
  }
}

.c-image-grid__text {
  padding: 20px;
}
@media only screen and (min-width: 660px) {
  .c-image-grid__text {
    padding: 0;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-top: 1em;
  }
}

.c-image-grid__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-image-grid__img-container--1 .c-image-grid__img {
  max-height: 675px;
  max-width: 500px;
}
.c-image-grid__img-container--2 .c-image-grid__img {
  max-height: 570px;
  max-width: 570px;
  margin: 0 auto;
}
.c-image-grid__img-container--3 .c-image-grid__img {
  max-height: 760px;
  max-width: 505px;
}

@media only screen and (min-width: 660px) {
  .c-image-grid__backset-2 {
    margin-left: -32.666%;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.languages {
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 1170px) {
  .languages {
    font-size: 14px;
  }
}

.languages__list:after {
  content: "";
  display: table;
  clear: both;
}

.languages__item {
  float: left;
}
.languages__item + .languages__item {
  margin-left: 5px;
}

.languages__link {
  display: block;
  border-radius: 2px;
  padding: 0 9px;
  color: #313131;
  border: none;
}
.languages__item.is-current > .languages__link {
  color: #ffffff;
  background-color: #f5cfba;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #cccccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #ffffff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #ffffff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #cccccc;
}

.fancybox-button:hover {
  color: #ffffff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #ffffff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #cccccc;
  text-decoration: none;
}

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888888;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #ffffff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #ffffff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #dddddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-bg {
  background: rgba(0, 0, 0, 0.7);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 98px;
}
@media only screen and (min-width: 660px) {
  .fancybox-show-thumbs .fancybox-inner {
    bottom: 124px;
  }
}
@media only screen and (min-width: 1024px) {
  .fancybox-show-thumbs .fancybox-inner {
    bottom: 172px;
  }
}

.fancybox-slide--image {
  padding: 48px 0;
}
@media only screen and (min-width: 660px) {
  .fancybox-slide--image {
    padding: 48px 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .fancybox-slide--image {
    padding: 64px;
  }
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 98px;
  padding: 24px 0;
  background: transparent;
}
@media only screen and (min-width: 660px) {
  .fancybox-thumbs {
    height: 124px;
  }
}
@media only screen and (min-width: 1024px) {
  .fancybox-thumbs {
    padding: 48px 0;
    height: 172px;
  }
}

.fancybox-thumbs__list {
  margin-right: auto;
  margin-left: auto;
}
.fancybox-thumbs__list a {
  max-width: 50px;
  max-height: 50px;
  margin: 0 10px;
  overflow: visible;
}
@media only screen and (min-width: 660px) {
  .fancybox-thumbs__list a {
    max-width: 75px;
    max-height: 75px;
    margin: 0 12px;
  }
}
.fancybox-thumbs__list a:before {
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
  border: 2px solid rgba(255, 255, 255, 0.95);
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: visible;
}

.lightbox__nav {
  position: absolute;
  z-index: 99997;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.fancybox-show-nav .lightbox__nav {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
}

.lightbox__nav--right {
  right: 8px;
}
@media only screen and (min-width: 660px) {
  .lightbox__nav--right {
    right: 24px;
  }
}

.lightbox__nav--left {
  left: 8px;
}
.lightbox__nav--left svg {
  transform: rotate(-180deg);
}
@media only screen and (min-width: 660px) {
  .lightbox__nav--left {
    left: 24px;
  }
}

.lightbox__close {
  top: 8px;
  right: 8px;
}
@media only screen and (min-width: 660px) {
  .lightbox__close {
    top: 24px;
    right: 24px;
  }
}

.lightbox__overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.lightbox__container {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 5px;
}

.lightbox__container:hover {
  opacity: 0.3;
}

.lightbox__container:hover .lightbox__overlay {
  opacity: 1;
}

.gallery__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: stretch;
      justify-content: stretch;
}

@media only screen and (min-width: 660px) {
  .gallery__row--mobile {
    display: none;
  }
}

.gallery__row--desktop {
  display: none;
}
@media only screen and (min-width: 660px) {
  .gallery__row--desktop {
    display: -ms-flexbox;
    display: flex;
  }
}

.image__link {
  display: block;
  height: 150px;
}
@media only screen and (min-width: 660px) {
  .image__link {
    height: 300px;
  }
}

.gallery__image--full .image__img {
  vertical-align: top;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  min-width: 100%;
}

.lightbox__nav-item {
  background-color: #5a9df6;
  color: #ffffff;
  border: 1px solid #5a9df6;
  display: inline-block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 56px;
  padding: 0;
  z-index: 99999;
  bottom: 0;
  position: absolute;
}
.lightbox__nav-item:hover {
  color: #ffffff;
}
@media only screen and (min-width: 660px) {
  .lightbox__nav-item + .lightbox__nav-item {
    margin-left: 20px;
  }
}
.lightbox__nav-item:focus, .lightbox__nav-item:active {
  outline: none;
  box-shadow: none;
}
.lightbox__nav-item--prev {
  left: 20px;
}
.lightbox__nav-item--prev svg {
  transform: rotate(-180deg);
}
.lightbox__nav-item--next {
  right: 20px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.maps {
  position: relative;
  width: 100%;
  height: 235px;
  padding-left: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 660px) {
  .maps {
    padding-left: 115px;
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .maps {
    padding-left: 115px;
    height: 530px;
    margin-bottom: 0;
  }
}
.maps--svg {
  height: auto;
  text-align: center;
}

.maps__canvas {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.maps__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translate(0, -100%);
  padding-bottom: 5px;
}
@media only screen and (min-width: 660px) {
  .maps__title {
    top: 50px;
    transform: none;
    padding-bottom: 0;
  }
}

.maps__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(50%);
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .maps__cta {
    left: 70px;
    transform: none;
    bottom: 30px;
    text-align: left;
    right: auto;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
/*!
    Modaal - accessible modals - v0.3.1
    by Humaan, for all humans.
    http://humaan.com
 */
.modaal--page {
  text-align: center;
}

.modaal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #313131;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  border: none;
  z-index: 11;
  width: 30px;
  height: 30px;
}
.modaal__close svg {
  width: 12px;
  height: 12px;
}

.modaal__title {
  margin-bottom: 28px;
  color: #313131;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 660px) {
  .modaal__title {
    text-align: left;
  }
}
.modaal__title--icon {
  text-transform: uppercase;
}

.modaal__title-icon {
  font-size: 36px;
  position: relative;
  display: block;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 660px) {
  .modaal__title-icon {
    display: inline-block;
    vertical-align: middle;
    top: -5px;
    margin: 0 4px 0 0;
  }
}

.modaal__content-inner {
  width: 100%;
  padding: 40px 16px;
}
@media only screen and (min-width: 660px) {
  .modaal__content-inner {
    padding: 60px 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .modaal__content-inner {
    padding: 60px 46px;
  }
}
.modaal__content-inner--header {
  padding-bottom: 0;
  margin-bottom: -40px;
}
@media only screen and (min-width: 660px) {
  .modaal__content-inner--header {
    margin-bottom: -60px;
  }
}
@media only screen and (min-width: 1024px) {
  .modaal__content-inner--header {
    width: 50%;
  }
}

.modaal-open {
  position: fixed;
  left: 0;
  right: 0;
}

.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
}

.modaal-wrapper {
  transition: all 0.3s ease-in-out;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.modaal-wrapper.modaal-image {
  right: 0;
  bottom: 0;
  z-index: 10001;
}
.modaal-wrapper.modaal-image + .modaal-overlay {
  z-index: 10000;
}
.modaal-wrapper * {
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal--fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal--fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal--gallery .modaal-outer-wrapper {
  height: 100vh;
  width: 100%;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 60px 16px;
}
@media only screen and (min-width: 1024px) {
  .modaal-inner-wrapper {
    padding: 80px 32px;
  }
}
.modaal--fullscreen .modaal-inner-wrapper {
  padding: 0;
  vertical-align: top;
}
.modaal--large .modaal-inner-wrapper {
  padding: 0;
}
.modaal--gallery .modaal-inner-wrapper {
  padding: 0;
  height: 100vh;
  width: 100%;
}
@media only screen and (min-width: 1170px) {
  .modaal--gallery .modaal-inner-wrapper {
    vertical-align: bottom;
  }
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #313131;
  max-width: 430px;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal--large .modaal-container {
  max-width: 468px;
  height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .modaal--large .modaal-container {
    width: calc(100% - 64px);
    height: calc(100vh - 64px);
    max-width: 1200px;
    overflow: hidden;
  }
}
.modaal--admin .modaal-container {
  max-width: 468px;
}
@media only screen and (min-width: 1024px) {
  .modaal--admin .modaal-container {
    width: calc(100% - 64px);
    height: auto;
    max-width: 800px;
    overflow: hidden;
  }
}
.modaal--fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal--gallery .modaal-content {
  height: 100vh;
  width: 100%;
}

.modaal-close {
  transition: all 0.2s ease-in-out;
  position: fixed;
  right: 16px;
  top: 10px;
  color: #313131;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 660px) {
  .modaal-close {
    right: 26px;
    top: 26px;
  }
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 1px;
  height: 22px;
  border-radius: 0;
  background: #313131;
  transition: background 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal--fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 60px 16px;
}
@media only screen and (min-width: 660px) {
  .modaal-content-container {
    padding: 46px;
  }
}
.modaal--large .modaal-content-container {
  padding: 14px;
}

.modaal__footer-meta {
  text-align: center;
  padding: 25px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  transition: background 0.2s ease-in-out;
  padding: 10px 15px;
  color: #ffffff;
  background: #555555;
  border-radius: 3px;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal--gallery .modaal-image {
  padding: 0;
}

.modaal-gallery-wrap {
  position: relative;
  color: #ffffff;
}
.modaal--gallery .modaal-gallery-wrap {
  height: 100vh;
  width: 100%;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
  height: auto;
}
.modaal-gallery-item.is_active {
  display: block;
}
.modaal--gallery .modaal-gallery-item {
  height: 100vh;
  width: 100%;
  text-align: center;
}
.modaal--gallery .modaal-gallery-item img {
  display: inline-block;
  max-height: 100%;
  height: 100vh;
  width: 100%;
  object-fit: contain;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
.modaal-gallery-label:focus {
  outline: none;
}
.modaal--gallery .modaal-gallery-label {
  display: none;
}

.modaal-gallery-control {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #ffffff;
  width: 50px;
  height: 50px;
  background: rgba(49, 49, 49, 0.7);
  border: none;
  border-radius: 100%;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #5a9df6;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background: #ffffff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -6px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 6px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 6px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -6px 0 0;
  transform: rotate(45deg);
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-next {
    left: auto;
    right: -20px;
  }
  .modaal-gallery-prev {
    left: -20px;
    right: auto;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #ffffff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 4px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.page-template-template-order .modaal__content .modaal__close {
  display: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.navigation {
  padding-top: 10px;
  font-size: 20px;
  color: #313131;
}
@media only screen and (min-width: 1170px) {
  .navigation {
    font-size: 16px;
    padding-top: 16px;
  }
}

@media only screen and (min-width: 1170px) {
  .navigation__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.navigation__list .navigation__list {
  background-color: #fafcfe;
}

.navigation__list--child {
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .navigation__list--child {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -10px);
    min-width: 180px;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out, transform 300ms ease-in-out;
    height: auto;
    overflow: visible;
  }
}
.navigation__item.is-open > .navigation__list--child {
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .navigation__item.is-open > .navigation__list--child {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}

.navigation__item {
  position: relative;
}
@media only screen and (min-width: 1170px) {
  .navigation__item {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media only screen and (min-width: 1170px) {
  html[lang=ru-RU] .navigation__item {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media only screen and (min-width: 1170px) {
  .navigation__item--phone {
    padding-left: 36px;
  }
}
@media only screen and (min-width: 1170px) {
  .navigation__item:last-child {
    padding-right: 0;
  }
}
.navigation__list--child .navigation__item {
  text-align: center;
}
@media only screen and (min-width: 1170px) {
  .navigation__list--child .navigation__item:last-child {
    padding-right: 26px;
  }
}

.navigation__item-icon {
  font-size: 12px;
  margin-right: 8px;
}

.navigation__link {
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 50px;
  color: inherit;
  text-decoration: none;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 1170px) {
  .navigation__link {
    padding-left: 0;
    position: relative;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 0;
  }
}
.navigation__item--phone .navigation__link {
  margin-right: 8px;
}
.navigation__link:hover {
  border: none;
}
.navigation__link:after {
  content: "";
  bottom: 4px;
  position: absolute;
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 2px;
  background-color: #5a9df6;
  display: block;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 1170px) {
  .navigation__link:hover:after, .navigation__item.is-current > .navigation__link:after {
    width: 30px;
    margin-left: -15px;
  }
}

.navigation__item-highlight {
  color: #5a9df6;
}

.navigation__icon,
.navigation__child-icon {
  color: #5a9df6;
  font-size: 16px;
  margin-left: 16px;
  position: absolute;
  right: 20px;
  top: 22px;
}

@media only screen and (min-width: 1170px) {
  .navigation__icon {
    display: none;
  }
}

.navigation__child-icon {
  right: 16px;
  font-size: 24px;
  transform: rotate(0deg);
  transition: transform 300ms ease-in-out;
}
@media only screen and (min-width: 1170px) {
  .navigation__child-icon {
    top: 12px;
    right: -24px;
    font-size: 20px;
  }
}
.navigation__item.is-open > .navigation__link > .navigation__child-icon {
  transform: rotate(180deg);
}
@charset "UTF-8";
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.notification {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  transform: translateY(150%);
  transition: transform 300ms ease-in-out;
  pointer-events: none;
}
.notification.is-visible {
  display: block;
  transform: translateY(0);
}

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

.notification__inner {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
@media only screen and (min-width: 660px) {
  .notification:not(.notification--small) .notification__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.notification__notice {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 32px;
  background: #ffffff;
  color: #3c4151;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 rgba(90, 157, 246, 0.14);
}
@media only screen and (min-width: 660px) {
  .notification__notice {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and (min-width: 660px) {
  .notification--small .notification__notice {
    max-width: 400px;
    margin: 0 0 32px 32px;
  }
}
@media only screen and (min-width: 660px) {
  .notification--small.notification--image .notification__notice {
    max-width: 470px;
  }
}
.notification.is-visible .notification__notice {
  pointer-events: auto;
}
.notification--cookie .notification__notice {
  background: #5a9df6;
  color: #ffffff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 12px 32px;
  border-radius: 27px;
  margin: 0 16px 16px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .notification--cookie .notification__notice {
    margin: 0 32px 32px 0;
    text-align: left;
  }
}
.notification--cookie .notification__notice a {
  color: #ffffff;
  font-weight: 700;
}
.notification--cookie .notification__notice a:after {
  content: " →";
  transform: rotate(-45deg) translateY(3px);
  display: inline-block;
}

.notification__content {
  max-width: 600px;
}
@media only screen and (min-width: 660px) {
  .notification__content {
    margin-right: 50px;
  }
}
.notification--small .notification__content {
  margin-right: 0;
}
.notification--cookie .notification__content {
  margin-right: 24px;
}

.notification__actions {
  display: block;
  width: 100%;
  margin-top: 16px;
}
@media only screen and (min-width: 660px) {
  .notification__actions {
    display: inline-block;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 660px) {
  .notification--small .notification__actions {
    margin-top: 16px;
  }
}
.notification--cookie .notification__actions {
  margin-top: 16px;
  text-align: center;
}
@media only screen and (min-width: 660px) {
  .notification--cookie .notification__actions {
    margin-top: 0;
  }
}

.notification__image {
  -ms-flex-preferred-size: 72px;
      flex-basis: 72px;
  min-width: 72px;
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  .notification__image {
    display: none;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.order-header__title,
.wp-admin .order-header__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1170px) {
  .order-header__title,
  .wp-admin .order-header__title {
    font-size: 52px;
  }
}

.order-header__actions {
  margin-top: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 24px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination__item {
  display: inline-block;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

.ps > .ps__scrollbar-y-rail {
  z-index: 50;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.product {
  transition: transform 300ms ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 660px) {
  .product {
    background: rgba(183, 174, 154, 0.08);
  }
}
.product:hover {
  transform: rotate(3deg) scale(0.95);
}

.product__image-button {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 20px;
}

.product__label {
  display: block;
  position: relative;
  width: 100%;
  transition: transform 300ms ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 660px) {
  .product__label {
    padding: 18px;
  }
}
.product__label--selectable {
  cursor: pointer;
}
.product:hover .product__label {
  transform: rotate(-3deg) scale(1.052);
}

.product__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.product__input:checked ~ .product__label {
  background: #5a9df6;
  color: #ffffff;
}

.product__figure {
  position: relative;
}
.product__figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 134%;
}
.product__figure > .product__figure-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.product__figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.product__figure .product__amount {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  display: none;
}
.product__input:checked ~ .product__label .product__figure .product__amount {
  display: block;
}
.pricelist__table-item__img .product__figure {
  border: 1px solid rgba(49, 49, 49, 0.3);
  border-radius: 4px;
  background: #ffffff;
}

.product__content {
  margin-top: 18px;
  text-align: center;
}

.product__title {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (min-width: 660px) {
  .product__title {
    font-size: 22px;
  }
}

.product__subtitle {
  font-size: 18px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.section {
  overflow: hidden;
  margin-bottom: 70px;
  width: 100%;
}
.section--full-screen {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100vh - 53px);
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .section--full-screen {
    min-height: calc(100vh - 72px);
  }
}
.section--lightrays {
  position: relative;
}
.section--lightrays:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -320px;
  width: 2000px;
  height: 24px;
  background: #ffffff;
  transform: rotate(-34deg);
  transform-origin: bottom left;
  opacity: 0.8;
  z-index: 2;
}
.section--lightrays:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 1830px;
  height: 618px;
  background: radial-gradient(at top, #5a9df6, #ffffff 80%);
  transform: rotate(-34deg);
  transform-origin: bottom left;
  opacity: 0.16;
  z-index: 1;
}
@media only screen and (min-width: 660px) {
  .section--lightrays:after {
    bottom: auto;
    top: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .section--lightrays:after {
    bottom: 0;
    top: auto;
  }
}
.section--main {
  padding-top: 40px;
}
@media only screen and (min-width: 660px) {
  .section--main {
    padding-top: 70px;
  }
}
.section--sticky {
  overflow: initial;
}
@media only screen and (min-width: 660px) {
  .hero + .section--main {
    padding-top: 170px;
  }
}

.section--lightrays .section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section--lightrays .section__bg:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -320px;
  width: 2000px;
  height: 24px;
  background: #fbfdff;
  transform: rotate(-34deg);
  transform-origin: bottom left;
  opacity: 0.8;
  z-index: 2;
}
.section--lightrays .section__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 150%;
  right: -1000px;
  width: 1830px;
  height: 408px;
  background: radial-gradient(at bottom, #5a9df6, #ffffff 80%);
  transform: rotate(-34deg);
  transform-origin: bottom left;
  opacity: 0.16;
  z-index: 1;
}
@media only screen and (min-width: 660px) {
  .section--lightrays .section__bg:after {
    top: 100%;
    height: 618px;
  }
}

.section--lightrays .section__content {
  position: relative;
  z-index: 3;
}

.section__intro {
  max-width: 500px;
  margin: 0 auto;
}

.section__title--main {
  margin-bottom: 20px;
}
@media only screen and (min-width: 660px) {
  .section__title--main {
    margin-bottom: 50px;
  }
}
.section__top-container .section__title {
  margin-bottom: 0;
}

.section__top-container {
  margin-bottom: 20px;
}
@media only screen and (min-width: 660px) {
  .section__top-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 50px;
  }
}

.section__top-link {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 15px;
  display: inline-block;
}
.section__top-link:after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-right: 2px solid #5a9df6;
  border-bottom: 2px solid #5a9df6;
  transform: rotate(-45deg);
  top: 9px;
  right: 0;
}
@media only screen and (min-width: 660px) {
  .section__top-link:after {
    top: 11px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.separator {
  padding: 10px 0;
}
.separator--transparent {
  background: transparent;
  border: none;
}
.separator--h40 {
  height: 40px;
  padding: 0;
}
.separator--h80 {
  height: 80px;
  padding: 0;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
@media only screen and (min-width: 660px) {
  .summary--sticky {
    position: sticky;
    top: 100px;
  }
}

.summary__row {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 1px 0;
}
.summary__row--total {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}
.summary__row .summary__row-title div {
  display: inline-block;
}

.summary__row-value {
  margin-left: auto;
  font-weight: 700;
}

.summary__title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.summary__action {
  margin-top: 30px;
  text-align: right;
}
@media only screen and (min-width: 660px) {
  .summary__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.summary__action > button {
  width: 100%;
}
@media only screen and (min-width: 660px) {
  .summary__action > button {
    width: auto;
  }
}

.summary__tooltip {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 660px) {
  .summary__tooltip {
    margin-top: 0;
    text-align: left;
  }
}

.summary__tooltip__link {
  color: #5a9df6;
  text-decoration: none;
  cursor: pointer;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.table__title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 3px;
}

@media only screen and (min-width: 1024px) {
  .table__form {
    width: 60%;
    margin: 0 auto;
  }
}

.table__table-item {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0 8px;
  -ms-flex-align: center;
      align-items: center;
  min-height: 70px;
}

.table__table-item-name {
  font-size: 18px;
}

.table__table-item-value {
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.table__form.edit-is-active .table__table-item-value {
  display: none;
}

.table__input {
  display: none;
  width: auto;
  margin-left: auto;
}
.table__input .form-textfield__label {
  display: none;
}
.table__form.edit-is-active .table__input, .table__variable-form.edit-is-active .table__input {
  display: inline-block;
}
.table__variable-form .table__input {
  margin: 0;
}

.table__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 48px;
  gap: 24px;
}

.table__edit-button,
.table__submit-button,
.table__submit-cancel {
  font-weight: 400;
}

.table__form.edit-is-active .table__edit-button, .table__variable-form.edit-is-active .table__edit-button,
.table__form.edit-is-active .wp-admin .table__edit-button,
.table__variable-form.edit-is-active .wp-admin .table__edit-button {
  display: none !important;
}

.table__submit-button,
.table__cancel-button,
.wp-admin .table__submit-button,
.wp-admin .table__cancel-button {
  display: none !important;
}
.table__form.edit-is-active .table__submit-button, .table__variable-form.edit-is-active .table__submit-button,
.table__form.edit-is-active .table__cancel-button,
.table__variable-form.edit-is-active .table__cancel-button,
.table__form.edit-is-active .wp-admin .table__submit-button,
.table__variable-form.edit-is-active .wp-admin .table__submit-button,
.table__form.edit-is-active .wp-admin .table__cancel-button,
.table__variable-form.edit-is-active .wp-admin .table__cancel-button {
  display: inline-block !important;
}

.table__variable-table {
  margin-top: 48px;
  overflow-x: auto;
  overflow-y: hidden;
}

.table__variable-table-th {
  color: rgba(255, 255, 255, 0.95);
  background: #5a9df6;
}

.table__variable-table-tr {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
thead .table__variable-table-tr {
  padding: 0;
}

.table__variable-table-td,
.table__variable-table-th {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1 1 20%;
      flex: 1 1 20%;
  font-size: 18px !important;
  padding: 18px 10px;
  min-width: 140px;
}
.table__variable-table-td:first-child,
.table__variable-table-th:first-child {
  min-width: 220px;
}
.table__variable-table-td:last-child,
.table__variable-table-th:last-child {
  min-width: 220px;
}

.table__variable-form.edit-is-active .table__variable-table-cell.is-editable {
  display: none;
}

.table__row-submit-button {
  display: inline-block !important;
}

.table__variable-table-add-row {
  margin-right: 10px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.tabs__nav {
  font-size: 20px;
  color: #313131;
}

.tabs__nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 26px;
}

.tabs__content-item {
  display: none;
}
html.no-js .tabs__content-item, .tabs__content-item.is-open {
  display: block;
}

.tabs__content-inner {
  padding-top: 20px;
}

.tabs__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.tabs__nav-item {
  position: relative;
}
html[lang=ru-RU] .tabs__nav-item {
  padding-left: 21px;
  padding-right: 21px;
}
.tabs__nav-item:last-child {
  padding-right: 0;
}
.tabs__nav-item:first-child {
  padding-left: 0;
}

.tabs__nav-link {
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 50px;
  color: inherit;
  text-decoration: none;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 660px) {
  .tabs__nav-link {
    padding-left: 0;
    position: relative;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 0;
  }
}
.tabs__nav-link:hover {
  border: none;
}
.tabs__nav-link:after {
  content: "";
  bottom: -2px;
  position: absolute;
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 2px;
  background-color: #5a9df6;
  display: block;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 660px) {
  .tabs__nav-link:hover:after, .tabs__nav-link.is-current:after {
    width: 50px;
    margin-left: -24px;
  }
}

.tabs__item-highlight {
  color: #5a9df6;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.c-tooltip {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0 5px;
}
.c-tooltip--preview {
  margin: 50px 200px;
}

.c-tooltip__icon {
  opacity: 0.3;
}

/* Tooltipster custom theme */
.tooltipster-sidetip.tooltipster-custom .tooltipster-box {
  background: #5a9df6;
  border: none;
  border-radius: 0;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-bottom .tooltipster-box {
  margin-top: 5px;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-left .tooltipster-box {
  margin-right: 9px;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-right .tooltipster-box {
  margin-left: 9px;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-top .tooltipster-box {
  margin-bottom: 9px;
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-content {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-arrow {
  height: 8px;
  margin-left: -6px;
  width: 12px;
  bottom: 2px;
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-arrow:before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  height: 12px;
  width: 12px;
  top: -100%;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-custom.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #5a9df6;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #5a9df6;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #5a9df6;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #5a9df6;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-custom.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.tour {
  position: relative;
}

.tour__poster {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: block;
}

.tour__frame {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tour__img {
  display: block;
  width: 100%;
  height: auto;
}

.tour__poster-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tour__poster-label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #313131;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.tour__poster:hover .tour__poster-label:before {
  visibility: visible;
  transform: scaleX(1);
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.admin-order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.admin-order__tabs {
  margin-top: 36px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.board {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.board__col {
  width: 33%;
  vertical-align: top;
  padding: 5px;
  -ms-flex: 1 1 33.33333%;
      flex: 1 1 33.33333%;
  min-width: 320px;
}

.board__button {
  text-align: center;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.calendar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.calendar__col {
  width: 33%;
  vertical-align: top;
  padding: 5px;
  -ms-flex: 1 1 14.1%;
      flex: 1 1 14.1%;
  min-width: 160px;
}
.calendar__col--today {
  background-color: rgba(49, 49, 49, 0.1);
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.faq__icon-container {
  vertical-align: middle;
  display: inline-block;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 24px;
}
.faq__icon-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5a9df6;
  border-top: 2px solid #5a9df6;
  transform: rotate(45deg);
  left: 0;
  top: 7px;
}
@media only screen and (min-width: 660px) {
  .faq__link:hover .faq__icon-container:after {
    left: 8px;
    transition: left 300ms ease-in-out;
  }
}

.faq__icon {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 660px) {
  .faq__link:hover .faq__icon {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
    transition-delay: 300ms;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.footer {
  background: #fafcfe;
  padding: 35px 0 24px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding: 55px 0 34px;
    margin-top: auto;
  }
}

@media only screen and (min-width: 1024px) {
  body {
    min-height: 100vh;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.footer__primary {
  margin-bottom: 32px;
}
@media only screen and (min-width: 660px) {
  .footer__primary {
    margin-bottom: 0;
  }
}

.footer__secondary + .footer__secondary {
  margin-top: 32px;
}
@media only screen and (min-width: 660px) {
  .footer__secondary + .footer__secondary {
    margin-top: 0;
  }
}

.footer__title {
  font-size: 28px;
}

.footer__link {
  color: inherit;
  border: none;
}
.footer__link svg {
  font-size: 12px;
  margin-right: 5px;
}

.footer__link--address {
  color: #5a9df6;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__link--address .footer__icon {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 0;
}

.footer__subtitle {
  font-weight: 700;
  font-size: 18px;
}

.footer__subcontent + .footer__subcontent {
  margin-top: 2em;
}
.footer__subtitle + .footer__subcontent {
  margin-top: 1.5em;
}

.footer__disclaimer {
  border-top: 1px solid rgba(49, 49, 49, 0.1);
  padding-top: 26px;
  margin-top: 60px;
  text-align: center;
}
@media only screen and (min-width: 660px) {
  .footer__disclaimer {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__disclaimer {
    text-align: left;
  }
}

.footer__cta:hover {
  border: 1px solid #5a9df6;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.form--has-captcha .grecaptcha-badge {
  visibility: hidden;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.logo {
  font-size: 18px;
  color: #313131;
}

.logo__link {
  border: none;
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.header {
  height: 53px;
  z-index: 111;
  position: relative;
}
@media only screen and (min-width: 1170px) {
  .header {
    height: 72px;
  }
}

.header__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 8px 24px 0 rgba(90, 157, 246, 0.14);
  transition: box-shadow 350ms ease-in-out;
  background: #ffffff;
}
@media only screen and (min-width: 1170px) {
  .header__inner {
    box-shadow: none;
  }
}
.header--filled .header__inner {
  box-shadow: 0 8px 24px 0 rgba(90, 157, 246, 0.14);
}

.header__container {
  height: 53px;
  position: relative;
}
@media only screen and (min-width: 1170px) {
  .header__container {
    height: 72px;
  }
}

.header__logo {
  position: absolute;
  top: 12px;
  left: 20px;
  display: inline-block;
}
@media only screen and (min-width: 1170px) {
  .header__logo {
    top: 22px;
  }
}
.h-menu-open .header__logo {
  display: none;
}

.header__navigation {
  display: none;
}
@media only screen and (min-width: 1170px) {
  .header__navigation {
    display: block;
  }
}
.h-menu-open .header__navigation {
  display: block;
  position: fixed;
  top: 53px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  overflow: auto;
}

.header__languages {
  display: none;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (min-width: 1170px) {
  .header__languages {
    display: block;
    position: absolute;
    right: 10px;
    top: 100%;
    margin-top: 10px;
  }
}
.h-menu-open .header__languages {
  display: block;
  position: absolute;
  top: 13px;
  left: 20px;
  background: #ffffff;
}
@media only screen and (min-width: 1170px) {
  .header--filled .header__languages {
    opacity: 0;
  }
}

.header__navigation-toggle {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  padding: 0 0 0 22px;
  font-size: 14px;
  background: transparent;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.header__navigation-toggle:focus, .header__navigation-toggle:active {
  outline: 0;
}
@media only screen and (min-width: 1170px) {
  .header__navigation-toggle {
    display: none;
  }
}

.header__hamburger {
  display: block;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 19px;
  overflow: hidden;
  padding: 0;
  width: 16px;
  height: 15px;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 300ms;
}

.header__hamburger span {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #5a9df6;
}

.header__hamburger span::before,
.header__hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5a9df6;
  content: "";
}

.header__hamburger span::before {
  top: -5px;
}

.header__hamburger span::after {
  bottom: -5px;
}

.header__hamburger--htx span {
  transition: background 0s, 300ms;
}
.h-menu-open .header__hamburger--htx span {
  background: none;
}

.header__hamburger--htx span::before,
.header__hamburger--htx span::after {
  transition-duration: 300ms, 300ms;
  transition-delay: 0ms, 300ms;
}
.h-menu-open .header__hamburger--htx span::before,
.h-menu-open .header__hamburger--htx span::after {
  transition-delay: 0s, 300ms;
}

.header__hamburger--htx span::before {
  transition-property: top, transform;
}
.h-menu-open .header__hamburger--htx span::before {
  top: 0;
  transform: rotate(45deg);
}

.header__hamburger--htx span::after {
  transition-property: bottom, transform;
}
.h-menu-open .header__hamburger--htx span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.hero {
  position: relative;
  background: #fafcfe;
  padding: 20px 0 30px 0;
}
@media only screen and (min-width: 660px) {
  .hero {
    padding: 80px 0 60px 0;
  }
}
@media only screen and (min-width: 1170px) {
  .hero {
    margin-bottom: -30px;
    padding-top: 100px;
  }
}
.hero:after {
  content: "";
  bottom: 0;
  background: inherit;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform-origin: right bottom;
  transform: skewY(-2deg);
}

.hero__start {
  margin-bottom: 80px;
  text-align: center;
}

.hero__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1160px;
}
@media only screen and (min-width: 660px) {
  .hero__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.hero__card {
  margin: 10px 0;
  -ms-flex: 1 1 330px;
      flex: 1 1 330px;
  display: block;
  position: relative;
  color: inherit;
}
@media only screen and (min-width: 660px) {
  .hero__card {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__card {
    margin: 0 20px;
  }
}
.hero__card:hover {
  text-decoration: none;
  border: none;
}
.hero__card:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 46.4285714286%;
}
@media only screen and (min-width: 660px) {
  .hero__card:before {
    padding-top: 133.3333333333%;
  }
}
@media only screen and (min-width: 660px) {
  .hero__card--3 {
    margin-left: 20px;
  }
}

.hero__card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 8px 24px 0 rgba(90, 157, 246, 0.14);
  overflow: hidden;
}
.hero__card-bg img {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 150px;
  height: 150px;
  transition: transform 350ms ease-in-out;
}
@media only screen and (min-width: 660px) {
  .hero__card-bg img {
    bottom: -30px;
    right: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__card-bg img {
    width: 250px;
    height: 250px;
  }
}
.hero__card--1 .hero__card-bg {
  transform: skew(2deg, -1deg);
}
@media only screen and (min-width: 660px) {
  .hero__card--1 .hero__card-bg {
    transform: skew(2deg, -5deg);
  }
}
.hero__card--1 .hero__card-bg img {
  transform: translate3d(0, 0, 0) skew(-2deg, 1deg);
}
@media only screen and (min-width: 660px) {
  .hero__card--1 .hero__card-bg img {
    transform: translate3d(0, 0, 0) skew(-2deg, 5deg);
  }
}
@media only screen and (min-width: 660px) {
  .hero__card--1:hover .hero__card-bg img {
    transform: translate3d(-20px, -20px, 0) skew(-2deg, 5deg);
  }
}
.hero__card--2 .hero__card-bg {
  transform: skew(-1deg, 0);
}
@media only screen and (min-width: 660px) {
  .hero__card--2 .hero__card-bg {
    transform: skew(-1deg, 6deg) translateY(-10px);
  }
}
.hero__card--2 .hero__card-bg img {
  transform: translate3d(0, 0, 0) skew(1deg, 0);
}
@media only screen and (min-width: 660px) {
  .hero__card--2 .hero__card-bg img {
    transform: translate3d(0, 0, 0) skew(1deg, -6deg);
  }
}
@media only screen and (min-width: 660px) {
  .hero__card--2:hover .hero__card-bg img {
    transform: translate3d(-20px, -20px, 0) skew(1deg, -6deg);
  }
}
.hero__card--3 .hero__card-bg {
  transform: skew(1deg, -1deg);
}
@media only screen and (min-width: 660px) {
  .hero__card--3 .hero__card-bg {
    transform: skew(1deg, -4deg);
  }
}
.hero__card--3 .hero__card-bg img {
  transform: translate3d(0, 0, 0) skew(-1deg, 1deg);
}
@media only screen and (min-width: 660px) {
  .hero__card--3 .hero__card-bg img {
    transform: translate3d(0, 0, 0) skew(-1deg, 4deg);
  }
}
@media only screen and (min-width: 660px) {
  .hero__card--3:hover .hero__card-bg img {
    transform: translate3d(-20px, -20px, 0) skew(-1deg, 4deg);
  }
}

.hero__card-head {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media only screen and (min-width: 660px) {
  .hero__card-head {
    top: 40px;
    left: -24px;
  }
}
@media only screen and (min-width: 1170px) {
  .hero__card-head {
    top: 50px;
    left: -28px;
  }
}

.hero__card-title {
  transition: all 350ms ease-in-out;
  line-height: 1;
}
@media only screen and (min-width: 660px) {
  .hero__card-title {
    transform: translate3d(0, 20px, 0);
  }
}
.hero__card:hover .hero__card-title {
  transform: translate3d(0, 0, 0);
}

.hero__card-cta {
  transition: all 350ms ease-in-out;
  color: #5a9df6;
}
@media only screen and (min-width: 660px) {
  .hero__card-cta {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
.hero__card:hover .hero__card-cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero__scroller {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -10px;
  display: block;
  width: 8px;
  border: none;
}
@media only screen and (min-width: 660px) {
  .hero__scroller {
    margin: 0 auto;
  }
}
.hero--order .hero__scroller {
  display: none;
}
.hero__scroller span {
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5a9df6;
  border-bottom: 2px solid #5a9df6;
  transform: rotate(45deg);
  transition: all 1s ease-in-out;
  opacity: 0.2;
  animation: blink 3s infinite;
}
.hero__scroller span:nth-child(1) {
  animation-delay: 0.2s;
  animation-direction: alternate;
}
.hero__scroller span:nth-child(2) {
  top: 0;
  animation-delay: 0.6s;
  animation-direction: alternate;
}
.hero__scroller span:nth-child(3) {
  top: 0;
  animation-delay: 1s;
  animation-direction: alternate;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.intro__inner {
  height: 100vh;
}

.intro__link {
  position: relative;
  height: 50%;
  min-width: 100%;
  border: 1px solid #ffffff;
  transition: all 700ms;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .intro__link {
    min-width: 40%;
    height: 100%;
    -ms-flex: 1;
        flex: 1;
  }
}
.intro__link:hover {
  min-width: 60%;
  border-color: transparent;
  text-decoration: none;
}

.intro__img {
  height: 100%;
  width: 100vw;
  transform: translateX(0);
  float: left;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .intro__img {
    width: 60vw;
  }
}
.intro__link:hover .intro__img {
  transform: translateX(0);
}
.intro__img-container--1 .intro__img {
  float: left;
}
@media only screen and (min-width: 1024px) {
  .intro__img-container--1 .intro__img {
    transition: all 700ms ease;
    transform: translateX(-8%);
  }
}
.intro__img-container--2 .intro__img {
  float: right;
}
@media only screen and (min-width: 1024px) {
  .intro__img-container--2 .intro__img {
    transition: all 700ms ease;
    transform: translateX(8%);
  }
}

.intro__img-container {
  height: 100%;
}
.intro__img-container--left {
  text-align: left;
}
.intro__img-container--right {
  text-align: right;
}
.intro__img-container picture {
  height: 100%;
}

.intro__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro__content--lang {
  z-index: 11;
  color: #313131;
  top: 0;
  left: 0;
  transform: inherit;
  margin: 20px;
}
@media only screen and (min-width: 1024px) {
  .intro__content--lang {
    top: 0;
    z-index: 11;
    margin: 0;
    margin-top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.intro__content--phone {
  height: min-content;
  width: max-content;
  margin-top: 10px;
  color: #313131;
  transform: translate(-50%, 0);
  z-index: 10;
  text-align: center;
}
@media only screen and (min-width: 660px) {
  .intro__content--phone {
    top: 0;
    bottom: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__content--phone {
    margin-top: 50px;
  }
}
.intro__content--top-phone {
  top: 0;
  margin-top: 15px;
}
@media only screen and (min-width: 660px) {
  .intro__content--top-phone {
    top: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__content--top-phone {
    top: 0;
    margin-top: 50px;
  }
}
.intro__content--bottom {
  bottom: 0;
  top: auto;
  padding: 15px 4px;
  color: #313131;
  transform: translate(-50%, 0);
  z-index: 10;
  width: max-content;
  text-align: center;
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .intro__content--bottom {
    display: none;
  }
}
.intro__content--header {
  width: 100%;
  text-align: center;
  margin-top: -20px;
}
@media only screen and (min-width: 660px) {
  .intro__content--header {
    margin-top: 0;
  }
}

.intro__content-title {
  font-size: 24px;
  font-weight: 400;
  color: #313131;
}
@media only screen and (min-width: 1024px) {
  .intro__content-title {
    font-size: 32px;
  }
}

.intro__icon {
  vertical-align: middle;
}
.intro__icon--arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #5a9df6;
  margin: 0 8px;
}
@media only screen and (min-width: 1024px) {
  .intro__icon--arrow {
    transition: 350ms ease-in-out;
    transition-property: opacity, transform, margin;
    transform: translateX(-10px);
    opacity: 0;
    margin: 0;
    width: 23px;
    height: 23px;
    position: relative;
    top: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__link:hover .intro__icon--arrow {
    opacity: 1;
    margin: 0 18px;
    transform: translateX(0);
  }
}
.intro__icon--phone {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #313131;
  margin-right: 8px;
  margin-top: 8px;
  vertical-align: top;
}

.intro__languages .languages__item.is-current .languages__link {
  background-color: #ffffff;
  color: #5a9df6;
  font-weight: 700;
}
.intro__languages .languages__item .languages__link {
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.intro__languages .languages__item .languages__link:hover {
  background-color: #ffffff;
  color: #5a9df6;
}

.intro__phone-link {
  color: #313131;
  text-decoration: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.messenger {
  max-height: 350px;
  height: 100%;
  overflow-y: auto;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.pricelist--order {
  background-color: rgba(90, 157, 246, 0.06);
  padding: 20px 16px 16px;
  position: relative;
  margin: 0 -20px 16px;
}
@media only screen and (min-width: 660px) {
  .pricelist--order {
    margin-left: 20px;
    margin-bottom: 16px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1170px) {
  .pricelist--order {
    margin-left: 0;
  }
}
.pricelist--sum {
  background-color: rgba(90, 157, 246, 0.06);
  padding: 0 16px;
  position: relative;
  margin: 0 -20px 16px -20px;
}
@media only screen and (min-width: 660px) {
  .pricelist--sum {
    margin-left: 0;
    margin-right: 0;
  }
}

.pricelist__title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 3px;
}
.pricelist--order .pricelist__title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (min-width: 660px) {
  .pricelist--order .pricelist__title {
    text-align: left;
  }
}

.pricelist__table {
  padding-left: 20px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 660px) {
  .pricelist__table {
    padding-left: 36px;
  }
}
.pricelist--order .pricelist__table {
  padding-left: 0;
  margin-bottom: 0;
}
.pricelist--sum .pricelist__table {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.pricelist__table-item {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0 8px;
}
.pricelist--order .pricelist__table-item {
  border-bottom: none;
  padding: 18px 0;
}
.pricelist--sum .pricelist__table-item {
  border-bottom: none;
  padding: 18px 0;
}
body.page-template-template-order-details .pricelist__table-item {
  padding: 8px 0;
}

.pricelist__table-item__img {
  width: 100px;
  position: relative;
  left: -8px;
  cursor: pointer;
}

.pricelist--order .pricelist__table-item-name {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  font-weight: 700;
}

.pricelist__table-item-desc {
  font-weight: 400;
  line-height: 1.3;
}

.pricelist__table-item-value {
  margin-left: auto;
  -ms-flex: 0 0 100px;
      flex: 0 0 100px;
  font-weight: 700;
  text-align: right;
}
@media only screen and (min-width: 660px) {
  .pricelist__table-item-value {
    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .pricelist__table-item-value {
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
  }
}
.pricelist--order .pricelist__table-item-value {
  -ms-flex: none;
      flex: none;
}

.pricelist__table-button {
  font-weight: 400;
}

.pricelist__table-item-price--inline {
  display: inline-block;
  margin-left: 10px;
}

.pricelist__table-textfield--number {
  display: block;
}
@media only screen and (min-width: 660px) {
  .pricelist__table-textfield--number {
    display: inline-block;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.product-grid__filter {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  line-height: 1;
}
.product-grid--modaal .product-grid__filter {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 32px;
  margin-left: 0;
}
.product-grid--modaal .product-grid__filter.h-visible-xs {
  position: absolute;
  width: calc(100% - 28px);
  z-index: 12;
}
.product-grid--modaal .product-grid__filter.h-visible-xs:before {
  content: "";
  position: absolute;
  width: calc(100% + 28px);
  height: 130px;
  top: -64px;
  left: -14px;
  background-color: #ffffff;
  z-index: 1;
}
.product-grid--modaal .product-grid__filter.h-visible-xs > .form-textfield {
  z-index: 2;
}
@media only screen and (min-width: 660px) {
  .product-grid--modaal .product-grid__filter {
    margin-left: 12px;
  }
}

.product-grid__filter-item {
  display: block;
  position: relative;
}
.product-grid__filter-item:not(:first-child) {
  padding-left: 20px;
}
.product-grid__filter-item:not(:first-child):before {
  content: "/";
  position: absolute;
  left: 7px;
  top: -1px;
  z-index: 2;
}
.product-grid__filter-item.is-active {
  font-weight: 700;
}
.product-grid__filter-item.is-active:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 10px;
  right: -6px;
  height: 10px;
  background-color: #f5cfba;
  z-index: 1;
  transform: skewX(-20deg);
}

.product-grid__filter-link {
  color: inherit;
  display: block;
  position: relative;
  z-index: 2;
}
.product-grid__filter-item.is-active .product-grid__filter-link:hover {
  border: none;
  cursor: default;
}

.product-grid--modaal .product-grid__scroll {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
}
@media only screen and (min-width: 1024px) {
  .product-grid--modaal .product-grid__scroll {
    top: 80px;
    position: absolute;
    padding: 14px;
  }
}
@media only screen and (min-width: 660px) {
  .product-grid--modaal .product-grid__scroll {
    border-top: 1px solid rgba(49, 49, 49, 0.1);
    padding: 14px;
  }
}

.product-grid__collection-item--selected label {
  background: #5a9df6;
  color: #ffffff;
}

.product-grid__collection-confirmation {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  -ms-flex-align: center;
      align-items: center;
  color: #5a9df6;
  background: #ffffff;
  border: 1px solid #5a9df6;
  padding: 12px 32px;
  border-radius: 27px;
  pointer-events: all;
  z-index: 20;
}
.product-grid__collection-confirmation:hover {
  text-decoration: none;
  cursor: pointer;
  background: rgb(235, 240, 247);
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.wp-admin .admin-dashboard .toolbar,
.wp-admin .admin-timetable .toolbar,
.toolbar {
  margin: 10px 0 50px;
  padding: 5px;
}

.wp-admin .admin-dashboard .toolbar__button,
.wp-admin .admin-timetable .toolbar__button,
.toolbar__button {
  height: 50px !important;
  padding: 14px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.admin-dashboard.is-loading:before {
  content: "";
  opacity: 0.8;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.admin-dashboard.is-loading:after {
  content: "";
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/spinner-2x.gif") no-repeat center center;
  background-size: 20px auto;
}

.task-modal__profile {
  padding: 10px 5px;
}

.task-modal__profile-img {
  border-radius: 50%;
  max-width: 50px;
}

.admin-dashboard__h-scroll {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
}
.admin-dashboard__h-scroll::-webkit-scrollbar {
  display: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* COLOR HELPERS */
/* FORM ELEMENTS */
/* SHADOWS */
.admin-timetable.is-loading:before {
  content: "";
  opacity: 0.8;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.admin-timetable.is-loading:after {
  content: "";
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/spinner-2x.gif") no-repeat center center;
  background-size: 20px auto;
}

.admin-timetable__h-scroll {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
}
.admin-timetable__h-scroll::-webkit-scrollbar {
  display: none;
}
/*# sourceMappingURL=global.1.1.62.min.css.map */
