*[data-animate-custom=""],
*[data-animate-custom-child=""] {
  opacity: 0;
}
.sr-only,
.screen-reader-text {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.wrap {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .wrap {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@font-face {
  font-family: "Avenir";
  src: url("./../../assets/fonts/avenir-roman.woff2") format("woff2"),
    url("./../../assets/fonts/avenir-roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("./../../assets/fonts/avenir-medium.woff2") format("woff2"),
    url("./../../assets/fonts/avenir-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("./../../assets/fonts/avenir-black.woff2") format("woff2"),
    url("./../../assets/fonts/avenir-black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
::-moz-selection {
  background: #6c0;
  color: white;
}
::selection {
  background: #6c0;
  color: white;
}
::-moz-selection {
  background: #6c0;
  color: white;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.has-no-scroll {
  overflow: hidden;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  margin: 0 0 24px;
}
@supports (-webkit-hyphens: none) {
  @supports (-webkit-appearance: none) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      font-weight: 400;
    }
  }
}
h1,
.h1 {
  font-size: 59.4px;
}
h2,
.h2 {
  font-size: 48.6px;
}
h3,
.h3 {
  font-size: 37.8px;
}
h4,
.h4 {
  font-size: 32.4px;
}
h5,
.h5 {
  font-size: 23.4px;
}
h6,
.h6 {
  font-size: 21.6px;
}
@media (max-width: 47.99em) {
  h1,
  .h1 {
    font-size: 37.8px;
  }
  h2,
  .h2 {
    font-size: 32.4px;
  }
  h3,
  .h3 {
    font-size: 23.4px;
  }
  h4,
  .h4 {
    font-size: 21.6px;
  }
  h5,
  .h5 {
    font-size: 19.8px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover,
a:active,
a:focus {
  color: rgba(51, 51, 51, 0.7);
  text-decoration: underline;
}
ol,
ul,
dl {
  margin: 0 0 20px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
li {
  margin-bottom: 0.3125rem;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.25rem;
  margin-top: 0.3125rem;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img[width],
img[height] {
  max-width: none;
}
object,
iframe,
embed,
canvas,
video,
audio {
  max-width: 100%;
}
p {
  margin: 0 0 20px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.field-group .select-selecteds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px 22px;
  color: #333;
  pointer-events: none;
  line-height: 2.5;
}
@media (max-width: 61.24em) {
  .field-group .select-selecteds {
    line-height: 1.6;
  }
}
.field-group .select-selecteds.hide,
.field-group .select-selecteds .hide {
  display: none;
}
.field-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.field-group {
  width: calc(50% - 40px);
  position: relative;
  margin: 0 20px 45px 20px;
}
@media (max-width: 47.99em) {
  .field-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
.field-label {
  pointer-events: none;
  background-color: white;
  color: rgba(51, 51, 51, 0.6);
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 0 10px;
}
.field-input {
  width: 100%;
  border: 1px solid #333;
  padding: 24px 22px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  resize: vertical;
}
.field-input::-webkit-input-placeholder {
  opacity: 0;
}
.field-input::-moz-placeholder {
  opacity: 0;
}
.field-input:-ms-input-placeholder {
  opacity: 0;
}
.field-input::-ms-input-placeholder {
  opacity: 0;
}
.field-input::placeholder {
  opacity: 0;
}
@-webkit-keyframes autofill {
  0%,
  100% {
    color: #666;
    background: transparent;
  }
}
.field-input:not(:-moz-placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%);
  color: #333;
}
.field-input:not(:-ms-input-placeholder) + label {
  top: 0;
  transform: translateY(-50%);
  color: #333;
}
.field-input:not(:placeholder-shown) + label,
.field-input:focus + label {
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
}
.field-input[disabled],
.field-input[readonly] {
  cursor: not-allowed;
  opacity: 0.5;
}
.field-file {
  display: none;
}
.field-file + label {
  display: block;
  cursor: pointer;
  width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 24px 22px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.field-file + label:hover,
.field-file + label:active,
.field-file + label:focus {
  border-color: #6c0;
  color: #6c0;
}
.field-file + label + div {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  padding: 12px 22px;
  pointer-events: none;
}
.field-file + label + div img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.field-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.field-gallery input {
  display: none;
}
.field-gallery input[type="checkbox"]:checked {
  padding: 20px;
}
.field-gallery input[type="checkbox"]:checked + label:before {
  content: "";
  background-color: red;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 1px;
}
.field-gallery .checkbox {
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 22px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.field-gallery .checkbox:hover,
.field-gallery .checkbox:active,
.field-gallery .checkbox:focus {
  border-color: red;
}
.field-gallery .checkbox:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid red;
  margin-left: 12px;
  margin-top: 2px;
}
.field-gallery .upload {
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 22px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  margin-right: 32px;
}
.field-gallery .upload:hover,
.field-gallery .upload:active,
.field-gallery .upload:focus {
  border-color: #6c0;
}
.field-gallery div {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 200px);
  height: 100%;
  padding: 12px 22px;
  pointer-events: none;
}
.field-gallery div img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.customSelect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  background-color: white;
}
.customSelect select {
  display: none;
}
.customSelect + label {
  display: none;
}
#producer-edit .customSelect + label,
.col-products .customSelect + label {
  display: block;
  top: 0;
  color: #333;
}
.customSelect .custom-select-opener {
  padding: 14px 22px;
  border: 1px solid #333;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  height: 100%;
}
.customSelect .custom-select-opener:after {
  content: "";
  background-image: url("../img/icons/arrow-select.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 11px;
  pointer-events: none;
  margin-left: 22px;
  cursor: pointer;
}
.customSelect .custom-select-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  border: 1px solid #333;
  min-width: 100%;
  z-index: 9999999;
  background-color: white;
  border-radius: 2px;
}
.customSelect .custom-select-option {
  padding: 14px 22px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.customSelect .custom-select-option.is-selected {
  font-weight: 800;
}
.customSelect .custom-select-option:hover,
.customSelect .custom-select-option:active,
.customSelect .custom-select-option:focus {
  background-color: rgba(102, 204, 0, 0.1);
}
.customSelect.is-open {
  overflow: visible;
}
.col-products .customSelect .ss-disabled {
  display: none;
}
.field-checkbox {
  width: 100%;
  margin: 0 20px 16px 20px;
}
.field-checkbox input[type="checkbox"] {
  display: none;
}
.field-checkbox input[type="checkbox"]:checked + label:before {
  border: none;
  background-color: #333;
}
.field-checkbox label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.field-checkbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 2px;
  margin: 4px 10px 0 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.field-radios {
  width: 100%;
  margin: 0 20px 16px 20px;
}
.field-radios input[type="radio"] {
  display: none;
}
.field-radios input[type="radio"]:checked + label:before {
  border: none;
  background-color: #333;
}
.field-radios label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0;
}
.field-radios label:first-child {
  padding-top: 0;
}
.field-radios label:last-child {
  padding-bottom: 0;
}
.field-radios label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 100%;
  margin: 4px 10px 0 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.field-radios__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
select[multiple="multiple"] label {
  display: none;
}
.ss-main {
  height: 100%;
  min-height: 55px;
}
.ss-main + label {
  display: none;
  color: #333;
}
#producer-edit .ss-main + label,
.col-products .ss-main + label {
  display: block;
  top: 0;
}
.ss-main .ss-search {
  display: none;
}
.ss-main .ss-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ss-main .ss-values .ss-value {
  display: none;
}
.ss-main .ss-multi-selected {
  padding: 14px 22px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  height: 100%;
}
.ss-main .ss-multi-selected:after {
  content: "";
  background-image: url("../img/icons/arrow-select.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  pointer-events: none;
  margin-left: 22px;
  cursor: pointer;
}
.ss-main .ss-multi-selected:hover,
.ss-main .ss-multi-selected:active,
.ss-main .ss-multi-selected:focus {
  color: #6c0;
  border-color: #6c0;
}
.ss-main .ss-content {
  position: absolute;
  z-index: 999;
  top: calc(100% - 2px);
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
  width: 100%;
  left: 0;
  max-height: 260px;
  overflow-y: auto;
  display: none;
  background-color: white;
  margin-top: 0 !important;
}
.ss-main .ss-content.ss-open {
  display: block;
}
.ss-main .ss-option {
  font-size: 16px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5px 22px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  cursor: pointer;
}
.ss-main .ss-option:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid rgba(46, 53, 58, 0.25);
  margin: 6.4px 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ss-main .ss-option:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #6c0;
  position: absolute;
  top: 16px;
  left: 24px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ss-main .ss-option:hover,
.ss-main .ss-option:active,
.ss-main .ss-option:focus {
  color: #6c0;
}
.ss-main .ss-option.ss-option-selected:after {
  opacity: 1;
}
.col-products .ss-main .ss-disabled {
  display: none;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
.row > .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
}
.icon {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.lazyload {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94),
    0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lazyload.loaded {
  opacity: 1;
}
@media (min-width: 48em) {
  [data-animate] {
    -webkit-transition: opacity 1000ms ease-in-out,
      -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1000ms ease-in-out,
      -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
      opacity 1000ms ease-in-out;
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
      opacity 1000ms ease-in-out,
      -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  [data-animate].is-animate {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
section {
  padding: 4.375rem 0;
}
@media (max-width: 47.99em) {
  section {
    padding: 2.8125rem 0;
  }
}
.segment {
  display: block;
  overflow: hidden;
}
.segment .segment-text {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-animate .segment:nth-child(1) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.is-animate .segment:nth-child(2) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.is-animate .segment:nth-child(3) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.is-animate .segment:nth-child(4) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.is-animate .segment:nth-child(5) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.is-animate .segment:nth-child(6) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.is-animate .segment:nth-child(7) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.is-animate .segment:nth-child(8) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.is-animate .segment:nth-child(9) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.is-animate .segment:nth-child(10) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.is-animate .segment:nth-child(11) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.is-animate .segment:nth-child(12) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.is-animate .segment:nth-child(13) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.is-animate .segment:nth-child(14) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.is-animate .segment:nth-child(15) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.is-animate .segment:nth-child(16) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.is-animate .segment:nth-child(17) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.is-animate .segment:nth-child(18) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.is-animate .segment:nth-child(19) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.is-animate .segment:nth-child(20) .segment-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.select-css {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Avenir", sans-serif;
  font-weight: 800;
  color: #333;
  padding: 10px 35px 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23000000' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 15px top 50%, 0 0;
  background-size: 8px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.25s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-box-shadow 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.select-css:focus {
  outline: none;
}
.select-css::-ms-expand {
  display: none;
}
.c-form__fieldset {
  padding: 0;
  border: none;
  margin-bottom: 15px;
}
@media (max-width: 47.99em) {
  .c-form__fieldset {
    margin-bottom: 45px;
  }
}
.c-form__fieldset-fields {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-form__fieldset-legend {
  margin-bottom: 30px;
}
.c-form__fieldset-info {
  margin: 0.5em 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.c-form__fieldset-info--top {
  margin-top: -20px;
  margin-bottom: 30px;
}
.c-form__fieldset.hidden {
  display: none;
}
.c-field {
  width: calc(50% - 40px);
  position: relative;
  margin: 0 20px 24px;
}
.c-field.field-hidden {
  margin: 0;
}
.c-field.has-hint {
  margin-bottom: 72px;
}
.c-field.hidden {
  display: none;
}
.c-field.producer-type {
  width: calc(50% - 39px);
}
@media (max-width: 47.99em) {
  .c-field {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-field--fullwidth {
  width: calc(100% - 40px);
}
@media (max-width: 47.99em) {
  .c-field--fullwidth {
    margin-bottom: 30px;
  }
}
.c-field__input {
  width: 100%;
  border: 1px solid #333;
  padding: 24px 22px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  resize: vertical;
}
.c-field__input::-webkit-input-placeholder {
  opacity: 0;
}
.c-field__input::-moz-placeholder {
  opacity: 0;
}
.c-field__input:-ms-input-placeholder {
  opacity: 0;
}
.c-field__input::-ms-input-placeholder {
  opacity: 0;
}
.c-field__input::placeholder {
  opacity: 0;
}
@-webkit-keyframes autofill {
  0%,
  100% {
    color: #666;
    background: transparent;
  }
}
.c-field__input:not(:-moz-placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%);
  color: #333;
}
.c-field__input:not(:-ms-input-placeholder) + label {
  top: 0;
  transform: translateY(-50%);
  color: #333;
}
.c-field__input:not(:placeholder-shown) + label,
.c-field__input:focus + label {
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
}
.c-field__input[disabled],
.c-field__input[readonly] {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-field__label {
  pointer-events: none;
  background-color: white;
  color: rgba(51, 51, 51, 0.6);
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 0 10px;
}
.c-field__title {
  font-size: 16px;
}
.c-field__submit {
  margin: 0 20px;
}
.c-field .ss-multi-selected,
.c-field .custom-select-opener {
  min-height: 70px;
}
@media (max-width: 47.99em) {
  .c-field .ss-multi-selected,
  .c-field .custom-select-opener {
    min-height: 56px;
  }
}
.c-field .select-selecteds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px 22px;
  color: #333;
  pointer-events: none;
  line-height: 2.5;
}
@media (max-width: 61.24em) {
  .c-field .select-selecteds {
    line-height: 1.6;
  }
}
.c-field .select-selecteds.hide,
.c-field .select-selecteds .hide {
  display: none;
}
.c-field-hint {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 3px;
  width: calc(100%);
  font-size: 1rem;
}
.c-field .terms-content {
  background: #f5f5f5;
  padding: 1em;
  font-size: 0.9em;
}
.c-field .terms-content p:last-child {
  margin-bottom: 0;
}
.c-message-container {
  width: 100%;
  display: block;
}
.c-message {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}
.c-message--error p {
  padding: 22px 26px;
  text-align: center;
  background-color: #ff0000;
  color: white;
}
.c-message--succes p {
  padding: 22px 26px;
  text-align: center;
  background-color: #6c0;
  color: white;
}
.c-message.is-show {
  margin-top: 30px;
}
.c-map {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
.cookies {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1020;
  max-width: 500px;
  padding: 40px 60px 30px;
  background-color: #fff;
  border-top: 1px solid #333;
  -webkit-transition: 0.6s -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s transform 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    0.6s -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 39.99em) {
  .cookies {
    left: 0;
    max-width: none;
    padding: 30px 20px 14px;
    text-align: center;
  }
}
@media (min-width: 40em) {
  .cookies {
    border-left: 1px solid #333;
  }
}
.cookies h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 800;
}
.cookies p {
  margin: 0 0 15px;
}
.cookies h3,
.cookies p,
.cookies .button {
  -webkit-transition: 0.5s opacity cubic-bezier(0.23, 1, 0.32, 1),
    0.5s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s opacity cubic-bezier(0.23, 1, 0.32, 1),
    0.5s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s transform cubic-bezier(0.23, 1, 0.32, 1),
    0.5s opacity cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s transform cubic-bezier(0.23, 1, 0.32, 1),
    0.5s opacity cubic-bezier(0.23, 1, 0.32, 1),
    0.5s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.cookies.is-animate {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cookies.is-animate h3,
.cookies.is-animate p,
.cookies.is-animate .button {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cookies.is-animate h3 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.cookies.is-animate p {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.cookies.is-animate .button:nth-child(1) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.cookies.is-animate .button:nth-child(2) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.cookies.is-remove {
  -webkit-transition: 0.6s -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s transform 0.45s cubic-bezier(0.77, 0, 0.175, 1),
    0.6s -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.cookies.is-remove h3,
.cookies.is-remove p,
.cookies.is-remove .button {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.cookies.is-remove h3 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cookies.is-remove p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cookies.is-remove .button:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.cookies.is-remove .button:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.counter__number {
  font-size: 200px;
  font-weight: 800;
  color: #6c0;
  line-height: 1;
  margin: 0;
}
@media (max-width: 47.99em) {
  .counter__number {
    font-size: 140px;
  }
}
@media (max-width: 39.99em) {
  .counter__number {
    font-size: 90px;
  }
}
@media (max-width: 29.99em) {
  .counter__number {
    font-size: 60px;
  }
}
.counter__label {
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 39.99em) {
  .counter__label {
    font-size: 20px;
  }
}
.hashtag:before {
  content: "#";
  font-weight: 800;
  color: #6c0;
  margin-right: -2px;
}
.circular {
  height: 24px;
  width: 24px;
  position: relative;
  margin-bottom: 20px;
}
.circular .inner,
.circular .outer,
.circular .circle {
  position: absolute;
  z-index: 6;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.circular .inner {
  top: 50%;
  left: 50%;
  height: 18px;
  width: 18px;
  margin: -9px 0 0 -9px;
  background-color: white;
  border-radius: 100%;
}
.circular .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #6c0;
  border-radius: 50%;
}
.circular .circle {
  z-index: 1;
}
.circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 100%;
  clip: rect(0px, 24px, 24px, 12px);
}
.circle .bar .progress {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 12px, 24px, 0px);
}
.circle .bar .progress {
  background: #6c0;
}
.circle .left .progress {
  z-index: 1;
  -webkit-animation: left 2s linear both;
  animation: left 2s linear both;
}
.circle .right {
  z-index: 3;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.circle .right .progress {
  -webkit-animation: right 2s linear both;
  animation: right 2s linear both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes left {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes left {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes right {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes right {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.map-card {
  padding: 20px;
  background-color: white;
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.map-card:hover,
.map-card:active,
.map-card:focus {
  text-decoration: inherit;
  color: inherit;
}
@media (max-width: 39.99em) {
  .map-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.map-card__picture {
  position: relative;
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 8px 14px 0 0;
}
.map-card__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.map-card__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 39.99em) {
  .map-card__picture {
    margin-bottom: 1rem;
  }
}
.map-card__picture img {
  border-radius: 50%;
}
.map-card__picture:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(46, 53, 58, 0.2);
}
.map-card__type {
  font-size: 16px;
  margin: 4px 0;
}
.map-card__address {
  font-style: normal;
  margin: 10px 0;
}
.map-card__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map-card__list li {
  margin: 0;
}
@media (max-width: 39.99em) {
  .map-card__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.map-card__list li {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
}
.map-card__list li:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 0 !important;
}
@media (max-width: 39.99em) {
  .map-card__list li:not(:last-child) {
    margin-right: 0;
  }
}
.map-card__list li svg {
  width: 35px;
  height: 23px;
  display: block;
}
@media (max-width: 39.99em) {
  .map-card__list li svg {
    margin-top: 5px;
  }
}
.map-card__contact {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.map-card__contact li {
  margin: 0;
}
@media (max-width: 39.99em) {
  .map-card__contact {
    margin-left: 55px;
    margin-top: 10px;
  }
}
@media (max-width: 39.99em) {
  .map-card__contact {
    margin-left: 0;
  }
}
.map-card__contact li:first-child {
  color: #6c0;
}
.map-card__contact li:not(:last-child) {
  margin-bottom: 35px;
}
.mapboxgl-map .marker {
  background-color: #333;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.mapboxgl-map .marker:hover,
.mapboxgl-map .marker:active,
.mapboxgl-map .marker:focus {
  background-color: rgba(102, 204, 0, 0.8);
  color: white;
  font-weight: 800;
}
.mapboxgl-map .marker:hover:before,
.mapboxgl-map .marker:active:before,
.mapboxgl-map .marker:focus:before {
  content: "";
  width: 140%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(102, 204, 0, 0.4);
  border-radius: 50%;
  z-index: -1;
}
.mapboxgl-map .marker.is-active {
  background-color: rgba(102, 204, 0, 0.8);
  color: white;
  font-weight: 800;
}
.mapboxgl-map .marker.is-active:before {
  content: "";
  width: 140%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(102, 204, 0, 0.4);
  border-radius: 50%;
  z-index: -1;
}
.mapboxgl-map .mapboxgl-popup-close-button {
  display: none;
}
.mapboxgl-map .mapboxgl-popup-tip {
  display: none;
}
.mapboxgl-map .mapboxgl-popup-content {
  border-radius: 0;
  background-color: #6c0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mapboxgl-map .mapboxgl-popup-content h3 {
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  margin: 0;
}
.post-card__link:hover,
.post-card__link:active,
.post-card__link:focus {
  text-decoration: none;
  color: #333;
}
.post-card__link:hover .post-card__button,
.post-card__link:active .post-card__button,
.post-card__link:focus .post-card__button {
  background-color: #1a1a1a;
}
.post-card__link:hover .post-card__button .icon,
.post-card__link:active .post-card__button .icon,
.post-card__link:focus .post-card__button .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.post-card__main {
  background-color: white;
  padding: 40px 32px 80px 32px;
  margin-left: auto;
  -webkit-box-shadow: 0 4px 54px rgba(51, 51, 51, 0.1);
  box-shadow: 0 4px 54px rgba(51, 51, 51, 0.1);
  position: relative;
  width: calc(100% - 10px);
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 30em) {
  .post-card__main {
    max-width: 350px;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 47.99em) {
  .post-card__main {
    height: 100%;
    width: 100%;
  }
}
.post-card__picture {
  position: relative;
}
.post-card__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.post-card__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.post-card .text-content {
  margin: 20px 0 0 0;
  overflow-y: hidden;
  position: relative;
  height: 100%;
}
.post-card .text-content::-webkit-scrollbar {
  display: none;
}
.post-card .text-content:before {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    color-stop(20%, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    0deg,
    #fff 0%,
    #fff 20%,
    rgba(255, 255, 255, 0) 100%
  );
}
.post-card__category {
  margin-bottom: 10px;
  color: #6c0;
  font-weight: 800;
}
.post-card__date {
  font-size: 16px;
  font-weight: 800;
  margin: 10px 0;
}
.post-card__filters {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}
.post-card__filters li {
  margin: 0;
}
.post-card__filters + .text-content {
  margin: 10px 0;
}
.post-card__filter {
  font-weight: 800;
  color: #6c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-card__filter:not(:last-child):after {
  content: "•";
  color: #333;
  margin: 2px 6px 0 6px;
}
.post-card__button {
  width: 70px;
  height: 70px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  outline: none;
  border: none;
  cursor: pointer;
}
.post-card__button svg {
  width: 26px;
  height: 26px;
  fill: white;
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site {
  overflow: hidden;
}
.socials {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials li {
  margin: 0;
}
.socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.socials__item:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 47.99em) {
  .socials__item:not(:last-child) {
    margin-right: 30px;
  }
}
.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.socials__link .icon {
  fill: #333;
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 25px;
  height: 25px;
}
@media (max-width: 47.99em) {
  .socials__link .icon {
    width: 20px;
    height: 20px;
  }
}
.socials__link .icon.facebook {
  width: 13px;
}
@media (max-width: 47.99em) {
  .socials__link .icon.facebook {
    width: 8px;
  }
}
.socials__link .icon.twitter {
  height: 20px;
}
@media (max-width: 47.99em) {
  .socials__link .icon.twitter {
    height: 15px;
  }
}
.socials__link .icon.youtube {
  height: 17px;
}
@media (max-width: 47.99em) {
  .socials__link .icon.youtube {
    height: 12px;
  }
}
.socials__link:hover .icon,
.socials__link:active .icon,
.socials__link:focus .icon {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  fill: #6c0;
}
.splide__arrow {
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  outline: none;
}
.splide__arrow svg {
  width: 26px;
  height: 26px;
  fill: white;
}
.splide__arrow--next:hover,
.splide__arrow--next:active,
.splide__arrow--next:focus {
  background-color: #262626;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.splide__arrow--prev {
  background-color: white;
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  fill: #333;
}
.splide__arrow--prev:hover,
.splide__arrow--prev:active,
.splide__arrow--prev:focus {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide {
  visibility: hidden;
}
.splide,
.splide__slide {
  position: relative;
  outline: none;
}
.splide__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.text-content {
  margin: 20px 0;
}
.text-content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.text-content > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.text-content p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 560px;
}
.text-content p strong,
.text-content p b {
  font-weight: 800;
}
.text-content a {
  color: #6c0;
  font-weight: 800;
}
.text-content._light {
  color: white;
}
.text-content._light p {
  color: white;
}
.text-content h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5;
  margin: 40px 0 40px 0;
}
@media (max-width: 47.99em) {
  .text-content h3 {
    margin: 30px 0 30px 0;
  }
}
.text-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.text-content ul li {
  margin: 0;
}
.text-content ul li {
  position: relative;
  width: 100%;
  padding-left: 16px;
}
.text-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  margin-right: 6px;
}
.page-beige .site {
  background-color: #ebe7cd;
}
.page-beige .icons-blocks__newsletter .field-label {
  background-color: #ebe7cd;
}
.page-green .site {
  background-color: #6c0;
}
.page-green .icons-blocks__newsletter .field-label {
  background-color: #6c0;
}
.page-green-2 .site {
  background-color: #82c46c;
}
.page-green-2 .icons-blocks__newsletter .field-label {
  background-color: #82c46c;
}
.page-green-3 .site {
  background-color: #8abb07;
}
.page-green-3 .icons-blocks__newsletter .field-label {
  background-color: #8abb07;
}
.page-blue .site {
  background-color: #78c8d9;
}
.page-blue .icons-blocks__newsletter .field-label {
  background-color: #78c8d9;
}
.page-purple .site {
  background-color: #aea1cd;
}
.page-purple .icons-blocks__newsletter .field-label {
  background-color: #aea1cd;
}
.page-pink .site {
  background-color: #eda0a8;
}
.page-pink .icons-blocks__newsletter .field-label {
  background-color: #eda0a8;
}
.page-red .site {
  background-color: #fa594f;
}
.page-red .icons-blocks__newsletter .field-label {
  background-color: #fa594f;
}
.page-orange-red .site {
  background-color: coral;
}
.page-orange-red .icons-blocks__newsletter .field-label {
  background-color: coral;
}
.page-orange .site {
  background-color: #faa31e;
}
.page-orange .icons-blocks__newsletter .field-label {
  background-color: #faa31e;
}
.page-yellow .site {
  background-color: #ffcf39;
}
.page-yellow .icons-blocks__newsletter .field-label {
  background-color: #ffcf39;
}
.title {
  font-size: 56px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 47.99em) {
  .title {
    font-size: 32px;
  }
}
.title--small {
  font-size: 24px;
}
@media (max-width: 47.99em) {
  .title--small {
    font-size: 20px;
  }
}
.title--medium {
  font-size: 32px;
}
@media (max-width: 47.99em) {
  .title--medium {
    font-size: 24px;
  }
}
.title--bold {
  font-weight: 800;
}
.title--light {
  color: white;
}
.footer-primary {
  padding: 140px 0 45px;
  /* background-color: white; */
}
.footer-primary__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .footer-primary__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.footer-primary__top {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}
.footer-primary__top svg {
  width: 25px;
  height: 13px;
  fill: white;
  margin-bottom: 3px;
}
.footer-primary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22.5px;
}
@media (max-width: 37.5em) {
  .footer-primary__list {
    margin: 0;
  }
}
.footer-primary__item {
  width: calc(33.33333% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 22.5px;
}
@media (max-width: 71.875em) {
  .footer-primary__item {
    width: calc(50% - 45px);
  }
  .footer-primary__item:last-child {
    margin-top: 45px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 37.5em) {
  .footer-primary__item {
    width: 100%;
    margin: 0 0 45px 0;
  }
  .footer-primary__item:last-child {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-primary__item .hashtag-link .icon {
  width: 57px;
  height: 66px;
  fill: #6c0;
}
.footer-primary__sponsors {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
.footer-primary__sponsors:hover,
.footer-primary__sponsors:active,
.footer-primary__sponsors:focus {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
@media (max-width: 71.875em) {
  .footer-primary__sponsors {
    width: calc(50% - 45px);
    margin: 0 22.5px;
  }
}
@media (max-width: 37.5em) {
  .footer-primary__sponsors {
    width: 100%;
    margin: 45px 0 0 0;
  }
}
.footer-primary__sponsors svg {
  width: 150px;
}
.footer-primary .menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-primary .menu li {
  margin: 0;
}
.footer-primary .menu-item .current-menu-item a {
  color: rgba(51, 51, 51, 0.5);
}
.footer-primary .menu a {
  line-height: 1;
  font-size: 22px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  padding: 7px 0;
  display: block;
}
.footer-primary .menu a:hover,
.footer-primary .menu a:active,
.footer-primary .menu a:focus {
  color: rgba(51, 51, 51, 0.5);
  text-decoration: none;
}
.footer-primary__item:first-child .menu-item:last-child a:before {
  content: "#";
  font-weight: 800;
  color: #6c0;
  margin-right: -2px;
}
@media (max-width: 71.875em) {
  .footer-primary__item:last-child .menu {
    width: calc(50% - 22.5px);
    margin-right: 22.5px;
  }
}
@media (max-width: 37.5em) {
  .footer-primary__item:last-child .menu {
    width: 100%;
  }
}
.footer-primary__item:last-child .menu a {
  text-decoration: underline;
}
@media (max-width: 71.875em) {
  .footer-primary__app {
    margin-top: 30px;
  }
}
.footer-primary__app p {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-primary__app p:before {
  content: "";
  background-image: url("../img/icons/app.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1px;
  margin-right: 16px;
  width: 14px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-primary__app a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer-primary__app a:not(:last-child) {
  margin-right: 10px;
}
.footer-primary__app a svg {
  width: 22px;
  height: 22px;
  fill: #333;
}
.footer-primary__app a:hover,
.footer-primary__app a:active,
.footer-primary__app a:focus {
  text-decoration: none;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.footer-primary__app a:hover svg,
.footer-primary__app a:active svg,
.footer-primary__app a:focus svg {
  fill: #6c0;
}
.footer-primary__button {
  margin-bottom: 30px;
}
.footer-primary__button a {
  display: inline-block;
  border: 1px solid #333;
  font-weight: 800;
  font-size: 20px;
  padding: 14px 25px 12px;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-primary__button a svg {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  fill: #333;
  -webkit-transition: fill 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: fill 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-primary__button a:hover,
.footer-primary__button a:active,
.footer-primary__button a:focus {
  background-color: #333;
  text-decoration: none;
  color: white;
}
.footer-primary__button a:hover .icon,
.footer-primary__button a:active .icon,
.footer-primary__button a:focus .icon {
  fill: white;
}
.footer-primary .socials {
  margin-top: 40px;
}
.footer-primary .socials__item:not(:last-child) {
  margin-right: 32px;
}
.footer-primary .socials .icon {
  width: 25px;
  height: 25px;
}
.footer-primary .socials .icon.facebook {
  width: 13px;
}
.footer-primary .socials .icon.youtube {
  height: 18px;
}
.footer-secondary {
  padding: 20px 0 45px;
  /* background-color: white; */
}
.footer-secondary__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1270px) {
  .footer-secondary__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 61.24em) {
  .footer-secondary__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-secondary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 61.24em) {
  .footer-secondary__content {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-secondary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 47.99em) {
  .footer-secondary__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-secondary__made {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 61.25em) {
  .footer-secondary__made {
    margin-left: 90px;
  }
}
.footer-secondary__made .icon {
  fill: rgba(1, 2, 2, 0.3);
  width: 20px;
  height: 25px;
  -webkit-transition: fill 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-secondary__made:hover .icon,
.footer-secondary__made:active .icon,
.footer-secondary__made:focus .icon {
  fill: rgba(1, 2, 2, 0.8);
}
@media (max-width: 47.99em) {
  .footer-secondary > .menu-item:after {
    display: none;
  }
}
.footer-secondary .menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer-secondary .menu li {
  margin: 0;
}
@media (max-width: 36.25em) {
  .footer-secondary .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 36.25em) {
  .footer-secondary .menu-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.footer-secondary .menu-item:not(:last-child):after {
  content: "|";
  margin: 0 6px;
}
@media (max-width: 36.25em) {
  .footer-secondary .menu-item:not(:last-child):after {
    display: none;
  }
}
.header-burger {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 17px;
  right: -15px;
  z-index: 99;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
}
.header-burger::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media (min-width: 75em) {
  .header-burger {
    display: none;
  }
}
.header-burger__icon {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 40px;
  height: 4px;
  background-color: #333;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
}
.header-burger__icon:before,
.header-burger__icon:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #333;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
}
.header-burger__icon:before {
  position: absolute;
  top: -10px;
  right: 0;
}
.header-burger__icon:after {
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 30em) {
  .mobile-app-banner + .header .header-burger.is-active {
    position: absolute;
    right: 0;
  }
}
.header-burger.is-active .header-burger__icon {
  background-color: transparent;
  -webkit-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
}
.header-burger.is-active .header-burger__icon:before,
.header-burger.is-active .header-burger__icon:after {
  background-color: #333;
  bottom: 0;
  top: inherit;
}
.header-burger.is-active .header-burger__icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-burger.is-active .header-burger__icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.logo {
  display: block;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.logo:hover,
.logo:active,
.logo:focus {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.logo img {
  width: 163px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0.31, 0.38, 0.7);
  transition: all 400ms cubic-bezier(0.4, 0.31, 0.38, 0.7);
}
@media (max-width: 30em) {
  .mobile-app-banner + .header {
    position: relative;
  }
}
.header__main {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 38px 0 20px;
}
@media (max-width: 1340px) {
  .header__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 75em) {
  .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__content {
  display: none;
  position: relative;
}
@media (min-width: 75em) {
  .header__content {
    display: block;
    margin: 0 15px 0 auto;
  }
}
.header .c-buttons {
  display: none;
}
@media (min-width: 75em) {
  .header .c-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 75em) {
  .header .c-buttons .button {
    margin-bottom: 0;
  }
}
@media (min-width: 75em) {
  .header .c-buttons .button a {
    padding: 10px 12px;
    font-size: 0.9375rem;
  }
}
.header .menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.header .menu li {
  margin: 0;
}
@media (min-width: 75em) {
  .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .menu-item:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 30em) {
  .header .menu-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 75em) {
  .header .menu-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.header .menu-item.current-menu-item a {
  color: rgba(51, 51, 51, 0.5);
}
.header .menu a {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
@media (min-width: 75em) {
  .header .menu a {
    margin: 0 12px;
    font-size: 0.9375rem;
  }
}
.header .menu a:hover,
.header .menu a:active,
.header .menu a:focus {
  color: rgba(51, 51, 51, 0.5);
}
.header__app {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0 0;
}
.header__app li {
  margin: 0;
}
@media (min-width: 75em) {
  .header__app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 15px;
  }
}
.header__app-link {
  display: block;
}
.header__app-link img {
  height: 33px;
}
.header.is-fixed {
  background-color: white;
}
body[data-scroll-direction="down"] .header.is-fixed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.is-active {
  height: 100vh;
  z-index: 999999999 !important;
  background-color: white;
}
@media (max-width: 39.99em) {
  .header.is-active {
    height: 100%;
    overflow: scroll;
  }
}
.header.is-active .header__main {
  height: 100%;
}
.header.is-active .header__content {
  padding-top: 70px;
  display: block;
}
.header.is-active .header__navigation {
  margin: 0 0 40px;
}
.header.is-active .header__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 30em) {
  .header.is-active .header__app {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header.is-active .c-buttons {
  display: block;
}
@media (min-width: 30em) {
  .header.is-active .c-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner-play-win {
  position: relative;
  padding: 165px 0;
  margin-top: 265px;
}
@media (max-width: 47.99em) {
  .banner-play-win {
    padding: 0;
    margin-top: 0;
  }
}
.banner-play-win__picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-play-win__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 47.99em) {
  .banner-play-win__picture {
    position: relative;
  }
  .banner-play-win__picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
}
.banner-play-win__main {
  position: relative;
}
@media (min-width: 48em) {
  .banner-play-win__main {
    position: relative;
    max-width: 1230px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 48em) and (max-width: 1270px) {
  .banner-play-win__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.banner-play-win__content {
  background-color: #333;
  color: white;
  padding: 40px 25px;
}
@media (min-width: 48em) {
  .banner-play-win__content {
    max-width: 700px;
    padding: 50px;
  }
}
.banner-play-win__title {
  color: white;
  line-height: 1;
}
.banner-play-win__text {
  font-size: 20px;
}
@media (min-width: 48em) {
  .banner-play-win__text {
    font-size: 24px;
  }
}
.bullets-and-form {
  background-color: white;
}
.bullets-and-form__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .bullets-and-form__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 48em) {
  .bullets-and-form__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.bullets-and-form__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin: 0 0 50px;
}
.bullets-and-form__list li {
  margin: 0;
}
@media (min-width: 48em) {
  .bullets-and-form__list {
    width: 360px;
    margin: 0;
  }
}
.bullets-and-form__item-number {
  width: 77px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px;
  border-radius: 100px;
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
}
.bullets-and-form__item-number-1 {
  background-color: #fa594f;
}
.bullets-and-form__item-number-2 {
  background-color: #8abb07;
}
.bullets-and-form__item-number-3 {
  background-color: #aea1cd;
}
.bullets-and-form__item-number-4 {
  background-color: #78c8d9;
}
.bullets-and-form__item-title {
  margin: 0 0 16px;
}
.bullets-and-form__item-text {
  margin: 0 0 24px;
}
@media (min-width: 48em) {
  .bullets-and-form__form {
    width: calc(100% - 400px);
    max-width: 700px;
  }
}
.bullets-and-form__bottom-text {
  margin: 24px 0 0;
  font-size: 1rem;
}
.card {
  background-color: white;
}

section.card,
section.cards,
section.quote {
  background-color: white;
  border: none;
}

.card.card--reverse {
  /* background-color: inherit; */
  border: none;
}

.card__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .card__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.card .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card .align--top .col-6 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.card__content {
  padding: 80px 0;
}
.card__content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.card__content > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.align--top .card__content {
  padding-top: 0;
}
@media (max-width: 61.24em) {
  .card__content {
    padding: 0;
  }
}
.card--signin .card__content {
  padding: 0;
}
.card .text-content {
  margin: 40px 0;
}
@media (max-width: 47.99em) {
  .card .text-content {
    margin: 30px 0;
  }
}
.card .text-content.align-left {
  text-align: left;
}
.card .text-content.align-right {
  text-align: right;
}
.card .text-content.align-center {
  text-align: center;
}
.card .text-content.align-justify {
  text-align: justify;
}
.card__picture {
  height: 720px;
}
@media (max-width: 61.24em) {
  .card__picture {
    height: 340px;
  }
}
.card--signin .card__picture {
  height: auto;
  position: relative;
}
.card--signin .card__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 82.8%;
}
.card--signin .card__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card__picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.card__number {
  font-size: 200px;
  color: #6c0;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 61.24em) {
  .card__number {
    font-size: 160px;
  }
}
@media (max-width: 47.99em) {
  .card__number {
    font-size: 120px;
  }
}
.card__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 29.99em) {
  .card__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 48em) {
  .card__form {
    max-width: 440px;
    margin: 0 auto;
  }
}
.card__form .c-field {
  width: 100%;
  margin: 0;
}
.card__form .field-input {
  padding: 16px 20px 16px 50px;
  border: 2px solid #333;
}
@media (max-width: 29.99em) {
  .card__form .field-input {
    border-bottom: 0;
  }
}
.card__form .field-label {
  left: 50px;
  padding: 0;
}
.card__form .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 14px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #333;
  pointer-events: none;
}
.card__form .button__item {
  border: 2px solid #333;
}
@media (min-width: 30em) {
  .card__form .button__item {
    border-left: 0;
  }
}
.card .counter {
  margin: 20px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card .counter__number {
  font-size: 100px;
}
.card .counter__label {
  font-size: 24px;
  font-weight: 800;
}
.card__checklist {
  margin: 30px 0;
}
.card__checklist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.card__checklist ul li {
  margin: 0;
}
.card__checklist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card__checklist ul li:not(:last-child) {
  margin-bottom: 20px;
}
.card__checklist ul li:before {
  content: "";
  background-image: url("../img/icons/check_green.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  margin-right: 20px;
}
.card .button {
  margin: 30px 0;
}
.card--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.card--content .card__main {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 840px) {
  .card--content .card__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.card--content .card__content {
  padding: 0;
}
.card--content .text-content p {
  max-width: inherit;
}
.card--two-images .card__picture {
  position: relative;
  height: 100%;
}
.card--two-images .card__picture:before {
  display: none;
}
@media (max-width: 61.24em) {
  .card--two-images .card__picture {
    margin-bottom: 30px;
  }
}
.card--two-images .card__picture img:first-child {
  width: 70%;
  height: 70%;
}
@media (max-width: 61.24em) {
  .card--two-images .card__picture img:first-child {
    height: 350px;
    position: relative;
  }
}
@media (max-width: 47.99em) {
  .card--two-images .card__picture img:first-child {
    height: 300px;
    width: 70%;
  }
}
.card--two-images .card__picture img:last-child {
  position: absolute;
  width: 60%;
  height: 50%;
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}
@media (max-width: 61.24em) {
  .card--two-images .card__picture img:last-child {
    height: 250px;
    width: 40%;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media (max-width: 47.99em) {
  .card--two-images .card__picture img:last-child {
    height: 200px;
    width: 60%;
  }
}
.card--padding .card__content {
  padding-right: 55px;
}
@media (max-width: 47.99em) {
  .card--padding .card__content {
    padding-right: 0;
  }
}
.card--padding.card--reverse .card__content {
  padding-right: 0;
  padding-left: 55px;
}
@media (max-width: 47.99em) {
  .card--padding.card--reverse .card__content {
    padding-left: 0;
  }
}
.cards--alt {
  background-color: white;
}
.cards__main {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .cards__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.cards__list-item {
  padding: 15px 0;
}
.cards--fullwidth .cards__list-item {
  padding: 0;
  margin: 90px 0;
}
.cards--fullwidth .cards__list-item:first-child {
  margin-top: 0;
}
.cards--fullwidth .cards__list-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .cards:not(.cards--fullwidth) .cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (min-width: 48em) {
  .cards:not(.cards--fullwidth) .cards__list {
    margin: 0 -20px;
  }
  .cards:not(.cards--fullwidth) .cards__list-item {
    width: 50%;
    padding: 20px;
  }
}
.carousel__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .carousel__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.carousel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 118px;
}
.carousel__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.carousel__button .btn {
  display: inline-block;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 800;
}
.carousel__button .btn:hover,
.carousel__button .btn:active,
.carousel__button .btn:focus {
  text-decoration: none;
  color: rgba(51, 51, 51, 0.7);
}
.carousel__button .btn svg {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-left: 15px;
  width: 24px;
  height: 24px;
  fill: #6c0;
}
.carousel__items {
  position: relative;
}
.carousel__list {
  margin-left: -15px;
}
.carousel__list-item {
  position: relative;
  background-color: #e8e8e8;
}
.carousel__list-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 83.33333%;
}
.carousel__list-item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.carousel__list-item--empty {
  background-color: transparent;
}
.carousel__controls {
  text-align: right;
}
.concours {
  position: relative;
  padding: 60px 0 80px;
  background-color: white;
}
.concours__main {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 600px) {
  .concours__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.concours__head {
  text-align: center;
}
.concours__progress {
  height: 8px;
  border: 1px solid #333;
  border-radius: 10px;
}
.concours__progress-bar {
  height: 6px;
  background-color: #333;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.concours__content {
  margin-top: 32px;
}
.concours__bottom {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
}
.concours__bottom .contest-rules {
  display: inline-block;
  text-align: center;
}
.is-hidden {
  display: none;
}
.double-columns {
  background-color: white;
}
.double-columns__main {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .double-columns__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.double-columns__title {
  max-width: 780px;
  margin: 0 0 40px;
  font-weight: bold;
}
@media (min-width: 48em) {
  .double-columns__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 47.99em) {
  .double-columns__card:last-child {
    margin-top: 60px;
  }
}
@media (min-width: 48em) {
  .double-columns__card {
    width: calc(50% - 20px);
    text-align: center;
  }
}
.double-columns__card-picture {
  position: relative;
}
.double-columns__card-picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 82.14286%;
}
.double-columns__card-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 39.99em) {
  .double-columns__card-picture {
    margin: 0 -20px;
  }
}
.double-columns__card-title {
  margin: 32px 0 0;
  font-weight: bold;
}
@media (min-width: 48em) {
  .double-columns__card-title {
    max-width: 470px;
    margin: 32px auto;
  }
}
.double-columns__card-text {
  margin: 32px 0;
  text-align: left;
}
.double-columns__card .button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 29.99em) {
  .double-columns__card .button .button__item {
    width: 100%;
  }
}
.double-columns__logguedin {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: #ffffff94;
}
.double-columns__logguedin__modal {
  position: relative;
  background: #fff;
  width: 820px;
  border: 1px solid #333;
  margin: 10vh auto;
  max-width: 90%;
  padding: 50px;
}
.double-columns__logguedin__modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  font-weight: normal;
  font-size: 35px;
  border-radius: 150px;
  cursor: pointer;
}
.double-columns__logguedin__modal__text {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.event-form {
  background-color: white;
}
.event-form__main {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .event-form__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 48em) {
  .event-form__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.event-form__content {
  margin: 0 0 40px;
}
@media (min-width: 48em) {
  .event-form__content {
    width: 360px;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .event-form__form {
    width: calc(100% - 400px);
    max-width: 560px;
  }
}
.event-form__bottom-text {
  margin: 24px 0 0;
  font-size: 1rem;
}
.section-form__main {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 860px) {
  .section-form__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 47.99em) {
  .section-form__main {
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 31.5625em) {
  .section-form__main {
    width: 460px;
    max-width: 100%;
    padding: 0 22.5px;
  }
}
.section-form__content {
  margin-top: 40px;
}
.section-form__content h3 {
  margin: 0 20px 30px 20px;
  width: 100%;
}
.section-form__content .button__item {
  margin: 24px 20px 0 20px;
}
.section-form .counter {
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 47.99em) {
  .section-form .counter {
    margin-bottom: 30px;
  }
}
.section-form--picture .section-form__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .section-form--picture .section-form__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 31.5625em) {
  .section-form--picture .section-form__main {
    padding: 0;
  }
}
.section-form--picture .section-form__picture {
  width: 100%;
  height: 100%;
}
.section-form--picture .section-form__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gallery {
  padding-bottom: 0;
}
.gallery__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 1270px) {
  .gallery__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
}
@media (min-width: 48em) {
  .gallery__list {
    margin: 0 -20px;
  }
}
.gallery__list-item {
  width: 50%;
  padding: 10px;
}
@media (min-width: 48em) {
  .gallery__list-item {
    width: 33.3333%;
    padding: 20px;
  }
}
@media (min-width: 61.25em) {
  .gallery__list-item {
    width: 25%;
  }
}
.gallery__footer {
  text-align: center;
  margin-top: 25px;
}
@media (min-width: 48em) {
  .gallery__footer {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.gallery__button {
  margin-top: 25px;
}
@media (min-width: 48em) {
  .gallery__button {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gallery__button .btn {
  display: inline-block;
  font-size: 20px;
  padding: 0;
  font-weight: 800;
  white-space: nowrap;
  color: white;
}
.gallery__button .btn:hover,
.gallery__button .btn:active,
.gallery__button .btn:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.gallery__button .btn svg {
  -webkit-transform: rotate(180deg) translateY(-5px);
  transform: rotate(180deg) translateY(-5px);
  margin-right: 15px;
  width: 24px;
  height: 24px;
  fill: #6c0;
}
.gallery-item {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.gallery-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.gallery-item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gallery-item img {
  -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery-item:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}
.gallery-item:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hero-single {
  position: relative;
  padding: 110px 0 0;
}
@media (min-width: 48em) {
  .hero-single {
    padding: 140px 0 0;
  }
}
.hero-single:not(.hero-single--image) {
  padding-bottom: 24px;
}
@media (min-width: 61.25em) {
  .hero-single--image:after {
    content: "";
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
  }
}
.hero-single__main {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .hero-single__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.hero-single__tag {
  display: inline-block;
  margin: 0 0 20px;
  padding: 4px 16px;
  background-color: white;
  border-radius: 53px;
  font-size: 1rem;
  font-weight: 800;
}
.hero-single__title,
.hero-single__subtitle {
  margin: 0 0 16px;
}
.hero-single__text p {
  margin: 0;
}
.hero-single__text + .button {
  margin-top: 24px;
}
.hero-single__text + .hero-single__picture {
  margin-top: 24px;
}
@media (min-width: 48em) {
  .hero-single__text + .hero-single__picture {
    margin-top: 65px;
  }
}
.hero-single .button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-single .button + .hero-single__picture {
  margin-top: 24px;
}
@media (min-width: 48em) {
  .hero-single .button + .hero-single__picture {
    margin-top: 65px;
  }
}
.hero-single__picture {
  position: relative;
}
.hero-single__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.2069%;
}
.hero-single__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero-single__picture img {
  z-index: 1;
}
@media (max-width: 61.24em) {
  .hero-single__picture:after {
    content: "";
    position: absolute;
    top: 66%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 -20px;
    background-color: white;
  }
}
.hero {
  position: relative;
  padding: 140px 0 0;
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .hero {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.hero--hashtag {
  padding-bottom: 40px;
}
@media (min-width: 61.25em) {
  .hero--hashtag {
    padding-top: 170px;
  }
}
.hero--hashtag:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100px;
  background-color: white;
}
.hero--waiting {
  margin-top: 0 !important;
  min-height: 100vh;
}
.hero--waiting .socials {
  margin-top: 40px !important;
}
@media (max-width: 61.24em) {
  .hero--waiting .socials {
    margin-bottom: 40px;
  }
}
@media (min-width: 48em) and (max-width: 75em) {
  .hero--waiting .title {
    font-size: 2.5rem;
  }
}
@media (min-width: 92.1875em) {
  .hero--waiting .hero__picture {
    width: 56%;
  }
}
@media (min-width: 92.1875em) {
  .hero--waiting .hero__content {
    width: calc(44% - 100px);
  }
}
.hero__logo {
  margin: 0 0 40px;
}
.hero__logo img {
  width: 235px;
}
.hero__picture {
  position: relative;
}
@media (max-width: 29.99em) {
  .hero__picture {
    margin: 0 -40px;
  }
}
@media (min-width: 30em) {
  .hero__picture {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (min-width: 61.25em) {
  .hero__picture {
    width: 55%;
    max-width: 672px;
    right: -70px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.hero__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.hero--hashtag .hero__picture {
  position: relative;
}
.hero--hashtag .hero__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 110.80586%;
}
.hero--hashtag .hero__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 61.25em) {
  .hero--hashtag .hero__picture {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 546px;
    right: 0;
  }
}
.hero--hashtag .hero__picture:after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 450px;
  height: 518px;
  background-image: url(../img/hashtag.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hero__main {
  height: 100%;
}
@media (min-width: 61.25em) {
  .hero__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 61.25em) {
  .hero--hashtag .hero__main {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
}
.hero__content {
  margin: 0 0 60px;
}
@media (min-width: 61.25em) {
  .hero__content {
    width: 47%;
  }
}
@media (min-width: 61.25em) {
  .hero--hashtag .hero__content {
    margin-right: 50px;
    margin-top: 0;
    padding-bottom: 70px;
  }
}
@media (min-width: 48em) and (max-width: 67.5em) {
  .hero__title {
    font-size: 3.25rem;
  }
}
.hero--hashtag .hero__title {
  line-height: 1.1;
}
.hero__text {
  margin: 0 0 24px;
}
.hero__hat {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 50px;
}
.hero__date {
  font-weight: 800;
  font-size: 14px;
}
.socials {
  margin-top: 24px;
}
.hero-slider {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.hero-slider li {
  margin: 0;
}
.hero-slider__item {
  margin: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.hero-slider__item.is-active {
  position: relative;
  opacity: 1;
}
.highlighted {
  position: relative;
  background-color: white;
}
/* .page-homepage .highlighted {
  background-color: transparent;
} */
.page-homepage .highlighted:before {
  content: "";
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
}
.highlighted__main {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffcf39;
}
@media (max-width: 1200px) {
  .highlighted__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.page-green-2 .highlighted__main {
  background-color: #ebe7cd;
}
@media (min-width: 48em) {
  .highlighted__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.highlighted__content {
  padding: 24px 20px 40px;
}
@media (min-width: 48em) {
  .highlighted__content {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px;
  }
}
@media (min-width: 61.25em) {
  .highlighted__content {
    padding: 30px 40px 30px 60px;
  }
}
@media (min-width: 67.5em) {
  .highlighted__content {
    padding: 30px 60px 30px 100px;
  }
}
@media (max-width: 29.99em) {
  .highlighted__content .button__item {
    width: 100%;
  }
}
.highlighted__type {
  display: inline-block;
  margin: 0 0 20px;
  padding: 4px 16px;
  background-color: white;
  border-radius: 53px;
  font-size: 1rem;
  font-weight: 800;
}
.highlighted__title {
  margin: 0 0 16px;
}
.highlighted__text {
  margin: 0 0 16px;
}
.highlighted__picture {
  position: relative;
}
.highlighted__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70.66667%;
}
.highlighted__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 48em) {
  .highlighted__picture {
    width: calc(50% + 20px);
  }
}
.icons-blocks__main {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .icons-blocks__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 48em) {
  .icons-blocks__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.icons-blocks__column {
  text-align: center;
}
@media (min-width: 48em) {
  .icons-blocks__column {
    width: calc(50% - 24px);
  }
  .icons-blocks__column:first-child {
    position: relative;
  }
  .icons-blocks__column:first-child:before {
    content: "";
    display: block;
    width: 2px;
    height: 267px;
    position: absolute;
    top: 50%;
    right: -24px;
    background-color: rgba(51, 51, 51, 0.4);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 47.99em) {
  .icons-blocks__column:first-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin: 60px 0;
    background-color: rgba(51, 51, 51, 0.4);
  }
}
.icons-blocks__column .icon {
  width: 60px;
  height: 60px;
  margin: 0 0 32px;
}
.icons-blocks__column .button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 29.99em) {
  .icons-blocks__column .button__item {
    width: 100%;
  }
}
.icons-blocks__title,
.icons-blocks__text {
  margin: 0 0 32px;
}
@media (min-width: 40em) {
  .icons-blocks__newsletter {
    max-width: 350px;
    margin: 0 auto;
  }
}
.icons-blocks__newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 29.99em) {
  .icons-blocks__newsletter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.icons-blocks__newsletter .c-field {
  width: 100%;
  margin: 0;
}
.icons-blocks__newsletter .field-input {
  padding: 16px 20px 16px 20px;
  border: 2px solid #333;
}
@media (max-width: 29.99em) {
  .icons-blocks__newsletter .field-input {
    border-bottom: 0;
  }
}
.icons-blocks__newsletter .field-label {
  left: 20px;
  padding: 0;
}
.icons-blocks__newsletter .button__item {
  border: 2px solid #333;
}
@media (min-width: 30em) {
  .icons-blocks__newsletter .button__item {
    border-left: 0;
  }
}
.message.success {
  background-color: rgba(102, 204, 0, 0.15);
  color: #6c0;
}
.message.success .icon {
  fill: #6c0;
}
.message.error {
  background-color: rgba(255, 0, 0, 0.15);
  color: red;
}
.message.error .icon {
  fill: red;
}
.message.warning {
  background-color: rgba(255, 114, 48, 0.15);
  color: #ff7230;
}
.message.warning .icon {
  fill: #ff7230;
}
.message.info {
  background-color: rgba(51, 51, 51, 0.15);
  color: #333;
}
.message.info .icon {
  fill: #333;
}
.message__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}
@media (max-width: 1270px) {
  .message__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.message p {
  margin: 0;
}
.message .icon {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 3px;
}
.mobile-app-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 10000;
  padding: 15px 18px;
  background-color: #fff;
  color: #333;
}
@media (min-width: 30em) {
  .mobile-app-banner {
    display: none;
  }
}
.mobile-app-banner__text {
  margin: 5px 0 0;
  font-size: 0.625rem;
  font-weight: 500;
}
.mobile-app-banner img {
  width: 146px;
}
.mobile-app-banner .icon {
  width: 55px;
  height: 55px;
}
.mobile-app-banner__buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.mobile-app-banner .button__item {
  padding: 10px 15px;
  border-radius: 150px;
  font-size: 0.75rem;
  line-height: 1.1;
  display: none;
}
.mobile-app-banner .button__item.is-visible {
  display: block;
}
.newsletter {
  background-color: #333;
  padding: 140px 0;
  position: relative;
}
@media (max-width: 47.99em) {
  .newsletter {
    padding: 70px 0;
  }
}
.cards + .newsletter:before {
  display: none;
}
.newsletter:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: -5;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #333;
  width: 100%;
  height: 180px;
}
.newsletter__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .newsletter__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.newsletter__picture {
  position: relative;
}
.newsletter__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.newsletter__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
@media (max-width: 61.24em) {
  .newsletter__picture {
    width: 100%;
    margin: 0;
  }
}
.newsletter__content {
  padding: 80px 0;
}
@media (max-width: 61.24em) {
  .newsletter__content {
    padding: 0;
  }
}
.newsletter .text-content {
  margin: 40px 0;
}
@media (max-width: 61.24em) {
  .newsletter .text-content {
    margin: 30px 0;
  }
}
.newsletter__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 31.25em) {
  .newsletter__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.newsletter__inputs label {
  display: none;
}
.newsletter__inputs .field {
  height: 66px;
}
.newsletter__inputs .field input {
  height: 100%;
}
.newsletter__inputs input {
  border-radius: 0;
}
@media (max-width: 31.25em) {
  .newsletter__inputs input {
    width: 100%;
  }
}
.newsletter__inputs input[type="email"] {
  color: #2e353a;
  padding: 20px 30px;
  outline: none;
  border: none;
}
.newsletter__inputs input[type="email"]::-webkit-input-placeholder {
  color: rgba(46, 53, 58, 0.5);
}
.newsletter__inputs input[type="email"]::-moz-placeholder {
  color: rgba(46, 53, 58, 0.5);
}
.newsletter__inputs input[type="email"]:-ms-input-placeholder {
  color: rgba(46, 53, 58, 0.5);
}
.newsletter__inputs input[type="email"]::-ms-input-placeholder {
  color: rgba(46, 53, 58, 0.5);
}
.newsletter__inputs input[type="email"]::placeholder {
  color: rgba(46, 53, 58, 0.5);
}
.newsletter__inputs input[type="email"]:focus::-webkit-input-placeholder {
  color: rgba(46, 53, 58, 0.8);
}
.newsletter__inputs input[type="email"]:focus::-moz-placeholder {
  color: rgba(46, 53, 58, 0.8);
}
.newsletter__inputs input[type="email"]:focus:-ms-input-placeholder {
  color: rgba(46, 53, 58, 0.8);
}
.newsletter__inputs input[type="email"]:focus::-ms-input-placeholder {
  color: rgba(46, 53, 58, 0.8);
}
.newsletter__inputs input[type="email"]:focus::placeholder {
  color: rgba(46, 53, 58, 0.8);
}
.newsletter__inputs input[type="email"]:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 31.25em) {
  .newsletter__inputs input[type="email"] {
    text-align: center;
    margin-bottom: 10px;
  }
}
.newsletter__inputs input[type="submit"]:hover,
.newsletter__inputs input[type="submit"]:active,
.newsletter__inputs input[type="submit"]:focus {
  background-color: #59b300;
  color: white;
  border-color: #59b300;
}
.newsletter__left .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.newsletter .c-message {
  max-width: 401.35px;
}
.newsletter .c-message--error {
  margin: 0 !important;
}
.newsletter .c-message--success p {
  padding: 22px 26px;
  text-align: center;
  background-color: #6c0;
  color: white;
}
.card + .newsletter:before {
  display: none;
}
.page-404 {
  height: 100vh;
  width: 100%;
  padding: 0;
}
.page-404__main {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22.5px;
}
.page-404__title {
  font-size: 204px;
  color: #6c0;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
@media (max-width: 47.99em) {
  .page-404__title {
    font-size: 88px;
  }
}
.page-404__content {
  font-size: 56px;
  line-height: 1.2;
  max-width: 740px;
  margin: 40px 0;
}
@media (max-width: 47.99em) {
  .page-404__content {
    font-size: 32px;
    margin: 30px 0;
  }
}
.page-404__content strong {
  display: block;
  font-weight: 800;
}
.page-404__picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.page-404__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.page-form {
  background-color: white;
  position: relative;
}
.page-form__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .page-form__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.page-producer-howto .page-form__main {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 860px) {
  .page-producer-howto .page-form__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.page-form__form {
  margin-top: 40px;
}
.page-form__form .c-form__fieldset {
  width: 100%;
}
.page-form__form .col-products {
  width: 33.33%;
  float: left;
  margin: 0 0 15px 0;
  padding: 0 15px 0 0;
}
.page-form__form .col-products.col-products-last {
  padding: 0;
}
.page-form__form .col-products .c-field {
  width: 100%;
}
.page-form__form .col-products legend .title--small {
  font-size: 18px;
  font-weight: bold;
}
.page-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 39.99em) {
  .page-form__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page-form__head .button {
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.page-form__notice {
  margin: 20px 0;
  max-width: 560px;
}
.page-form__confirmation {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: #ffffff94;
}
.page-form__confirmation__modal {
  position: relative;
  background: #fff;
  width: 820px;
  border: 1px solid #333;
  margin: 10vh auto;
  max-width: 90%;
  padding: 50px;
}
.page-form__confirmation__modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  font-weight: normal;
  font-size: 35px;
  border-radius: 150px;
  cursor: pointer;
}
.page-form__confirmation__modal__text {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 61.24em) {
  .page-form__form .col-products {
    width: 100%;
  }
}
.post-list {
  padding: 180px 0 0 0;
  position: relative;
  z-index: 10;
  margin: 0 !important;
}
.post-list .icon.hashtag {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -5;
  -webkit-transform: translate(-45%, 0);
  transform: translate(-45%, 0);
  width: 700px;
  height: 840px;
  max-width: 100%;
  max-height: 100%;
  fill: #6c0;
  opacity: 0.3;
}
@media (max-width: 47.99em) {
  .post-list {
    padding: 120px 0 0 0;
  }
}
.post-list--no-result {
  padding-bottom: 180px;
}
@media (max-width: 47.99em) {
  .post-list--no-result {
    padding-bottom: 180px;
  }
}
.post-list__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .post-list__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.post-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 47.99em) {
  .post-list__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.post-list__filters {
  margin: 40px 0;
}
.post-list__filters form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-list__filters .custom-select-container {
  margin-bottom: 20px;
}
.post-list__filters .custom-select-container:not(:last-child) {
  margin-right: 20px;
}
.post-list__list {
  margin: 0 -60px -120px -60px;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 86.24em) {
  .post-list__list {
    margin: 0 -30px -60px -30px;
  }
}
@media (max-width: 47.99em) {
  .post-list__list {
    margin: 0 0 -30px 0;
  }
}
.post-list__item {
  width: calc(33.3333% - 120px);
  margin: 0 60px 120px 60px;
}
@media (max-width: 86.24em) {
  .post-list__item {
    width: calc(33.3333% - 60px);
    margin: 0 30px 60px 30px;
  }
}
@media (max-width: 61.24em) {
  .post-list__item {
    width: calc(50% - 60px);
  }
}
@media (max-width: 47.99em) {
  .post-list__item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.post-list__error {
  font-size: 20px;
}
@media (max-width: 47.99em) {
  .post-list .socials {
    margin-top: 30px;
  }
}
.post-list__pagination {
  margin-top: 60px;
}
.post-list__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.post-list__pagination .page-numbers {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.post-list__pagination .page-numbers:hover,
.post-list__pagination .page-numbers:focus {
  background-color: #6c0;
  color: white;
}
.post-list__pagination .page-numbers:not(:last-child) {
  margin-right: 20px;
}
.post-list__pagination .page-numbers.current {
  background-color: #6c0;
  color: white;
}
.producer-banner__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1270px) {
  .producer-banner__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 68.75em) {
  .producer-banner__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.producer-banner__content {
  max-width: 600px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #333;
  padding: 80px 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.producer-banner__content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.producer-banner__content > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 68.75em) {
  .producer-banner__content {
    max-width: 100%;
    padding: 60px 70px;
  }
}
@media (max-width: 47.99em) {
  .producer-banner__content {
    padding: 40px 50px;
  }
}
@media (max-width: 39.99em) {
  .producer-banner__content {
    padding: 30px;
  }
}
.producer-banner__picture {
  width: 100%;
  position: relative;
}
.producer-banner__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.producer-banner__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 43.80952%;
}
.producer-card {
  margin-top: 105px;
  padding: 0;
  position: relative;
}
.producer-card__container {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .producer-card__container {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 61.24em) {
  .producer-card__container {
    margin-top: 30px;
  }
}
@media (max-width: 47.99em) {
  .producer-card__container {
    margin: 0 22.5px 0 22.5px;
  }
}
.producer-card__back {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .producer-card__back {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.producer-card__back a {
  color: white;
  font-size: 20px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 999;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.producer-card__back a:before {
  content: "";
  background-image: url("../img/icons/back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
  width: 20px;
  height: 10px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.producer-card__back a:hover,
.producer-card__back a:active,
.producer-card__back a:focus {
  text-decoration: none;
}
.producer-card__back:hover a,
.producer-card__back:active a,
.producer-card__back:focus a {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.producer-card__back:hover a:before,
.producer-card__back:active a:before,
.producer-card__back:focus a:before {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}
.producer-card .container {
  margin: 0;
}
.producer-card .col-5 {
  margin: 0;
  width: 40%;
}
@media (max-width: 61.24em) {
  .producer-card .col-5 {
    width: 100%;
  }
}
.producer-card .col-7 {
  margin: 0;
  width: 60%;
}
@media (max-width: 61.24em) {
  .producer-card .col-7 {
    width: 100%;
  }
  .producer-card .col-7:first-child {
    margin: 0;
  }
}
.producer-card__picture {
  position: relative;
}
.producer-card__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 47.27273%;
}
.producer-card__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 61.24em) {
  .producer-card__picture {
    min-height: 200px;
    max-height: 300px;
  }
}
.producer-card__head {
  max-width: 799.5px;
  margin-left: auto;
  background-color: white;
  margin-top: -90px;
  position: relative;
  z-index: 10;
  padding: 40px;
}
.producer-card__head > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.producer-card__head > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 61.24em) {
  .producer-card__head {
    max-width: 100%;
    margin: -30px 45px 0 45px;
  }
}
@media (max-width: 47.99em) {
  .producer-card__head {
    margin: -30px 22.5px 0 22.5px;
    padding: 30px;
  }
}
.producer-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 39.99em) {
  .producer-card__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.producer-card__logo {
  position: relative;
  width: 90px;
}
.producer-card__logo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.55556%;
}
.producer-card__logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 47.99em) {
  .producer-card__logo {
    margin-bottom: 20px;
  }
}
.producer-card__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 47.99em) {
  .producer-card__share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 47.99em) {
  .producer-card__share .socials {
    margin-top: 20px;
  }
}
.producer-card__share .socials__item:not(:last-child) {
  margin-right: 20px;
}
.producer-card__share .socials__link .icon {
  width: 20px;
  height: 20px;
}
.producer-card__share .socials__link .icon.facebook {
  width: 10px;
}
.producer-card__share .socials__link .icon.twitter {
  height: 15px;
}
.producer-card__share .socials__link .icon.youtube {
  height: 12px;
}
.producer-card__teritory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 47.99em) {
  .producer-card__teritory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.producer-card__teritory img {
  margin-right: 15px;
  width: 41px;
  margin-top: 1px;
}
@media (max-width: 47.99em) {
  .producer-card__teritory img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.producer-card__types {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.producer-card__types li {
  margin: 0;
}
.producer-card__types li {
  font-weight: 800;
  font-size: 16px;
}
.producer-card__types li:not(:last-child):after {
  content: "|";
  margin: 0 15px;
  opacity: 0.2;
}
.producer-card__map {
  width: 100%;
  height: 100%;
}
@media (max-width: 61.24em) {
  .producer-card__map {
    height: 250px;
    width: calc(100% - 90px);
    margin: 0 45px;
  }
}
@media (max-width: 47.99em) {
  .producer-card__map {
    margin: 22.5px;
    width: calc(100% - 45px);
  }
}
.producer-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 40px 0 0 0;
  list-style: none;
}
@media (max-width: 86.24em) {
  .producer-card__list {
    margin: 40px -30px 0 -30px;
  }
}
@media (max-width: 61.24em) {
  .producer-card__list {
    margin-top: 0;
  }
}
@media (max-width: 31.25em) {
  .producer-card__list {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.producer-card__item {
  margin: 0;
  max-width: 25%;
}
.producer-card__item:not(:last-child) {
  margin: 0 80px 30px 0;
}
@media (max-width: 86.24em) {
  .producer-card__item:not(:last-child) {
    margin: 0 30px 30px 30px;
  }
}
@media (max-width: 31.25em) {
  .producer-card__item:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 86.24em) {
  .producer-card__item {
    width: calc(33.3333% - 60px);
    margin: 0 30px 30px 30px;
  }
}
@media (max-width: 47.99em) {
  .producer-card__item {
    width: calc(50% - 60px);
  }
}
@media (max-width: 31.25em) {
  .producer-card__item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.producer-card__item .text-content {
  margin-bottom: 0;
}
.producer-card__item .text-content p {
  font-size: 16px;
}
.producer-card__item .text-content ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.producer-card__item .text-content ul li {
  width: 100%;
  margin: 0;
  font-size: 16px;
  width: auto;
}
.producer-card__item .text-content ul li:before {
  display: none;
}
.producer-card__item .text-content a {
  font-size: 16px;
  cursor: pointer;
}
.producer-card__item--contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.producer-card__item--contact li a:not(:last-child) {
  margin-bottom: 6px;
}
.producer-card__item--contact li a:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.producer-card__item--contact li.mail a:before {
  background-image: url("../img/icons/mail.svg");
  width: 20px;
  height: 16px;
}
.producer-card__item--contact li.phone a:before {
  background-image: url("../img/icons/tel.svg");
  width: 18px;
  height: 18px;
}
.producer-card__item--contact li.web a:before {
  background-image: url("../img/icons/site.svg");
  width: 20px;
  height: 20px;
}
.producer-list {
  padding-top: 0;
}
.producer-list:first-child {
  margin-top: 155px;
}
.producer-list__title {
  margin: 0;
}
@media (max-width: 30em) {
  .mobile-app-banner + .header + .main .producer-list {
    margin-top: 0;
  }
}
.producer-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 61.24em) {
  .producer-list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.producer-list__searchName {
  border: 1px solid rgba(51, 51, 51, 0.2);
  background-color: white;
  color: #333;
  padding: 17px 22px;
  margin-bottom: 10px;
  width: 100%;
}
.producer-list__searchName:focus {
  outline: none;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.producer-list__select {
  min-height: 55px;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
@media (max-width: 61.24em) {
  .producer-list__select {
    width: 50%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .producer-list__select.js-producer-select-type {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .producer-list__select.js-producer-select-type .ss-main {
    border: none;
  }
}
.producer-list__select + .producer-list__select .custom-select-opener {
  border: 0;
  border-radius: 0;
}
@media (min-width: 61.25em) {
  .producer-list__select + .producer-list__select .custom-select-opener {
    border-left: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (max-width: 61.24em) {
  .producer-list__select.js-producer-select-producer_type {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (max-width: 39.99em) {
  .producer-list__select.js-producer-select-producer_type {
    border-top: none;
  }
}
@media (max-width: 39.99em) {
  .producer-list__select {
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .producer-list__select .ss-main {
    border: none !important;
  }
}
.producer-list__select .custom-select-panel {
  top: calc(100% - 1px);
  border-top: 0;
}
.producer-list__select .custom-select-option {
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 800;
}
.producer-list__spacer {
  padding: 0 15px;
}
.producer-list__form {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(51, 51, 51, 0.2);
  background-color: white;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: relative;
  z-index: 10;
}
@media (max-width: 1270px) {
  .producer-list__form {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.producer-list__form label {
  display: none;
}
.producer-list__form .producer-list__spacer {
  margin-bottom: 15px;
}
.producer-list__form .producer-list__spacer:first-child {
  margin-bottom: 0;
}
.producer-list__form .producer-list__spacer .producer-list__custom > label {
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
  font-weight: bold;
}
.producer-list__form
  .producer-list__spacer
  .producer-list__custom
  > label:after {
  content: "";
  display: inline-block;
  background-image: url(../img/icons/arrow-select.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 13px;
  pointer-events: none;
  cursor: pointer;
  margin-left: 8px;
}
.producer-list__form .producer-list__spacer .input-label {
  padding-left: 15px;
  margin-bottom: 2px;
}
.producer-list__form .producer-list__spacer .input-label.large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.producer-list__form .producer-list__spacer .input-label.large input {
  margin-right: 5px;
}
.producer-list__form .producer-list__spacer .input-label label {
  display: inline-block;
  line-height: 19px;
  max-width: 80%;
}
.producer-list__form .producer-list__spacer .producer-list__custom-items,
.producer-list__form .producer-list__spacer .producer-list__custom-items-sub,
.producer-list__form .producer-list__spacer .producer-list__custom-items-sub2 {
  height: 0;
  overflow: hidden;
}
.producer-list__form .producer-list__spacer .producer-list__custom-items.open,
.producer-list__form
  .producer-list__spacer
  .producer-list__custom-items-sub.open,
.producer-list__form
  .producer-list__spacer
  .producer-list__custom-items-sub2.open {
  height: auto;
}
.producer-list__form
  .producer-list__spacer
  .producer-list__custom-items-sub.open,
.producer-list__form
  .producer-list__spacer
  .producer-list__custom-items-sub2.open {
  margin-top: 5px;
  margin-bottom: 5px;
}
.producer-list__form .producer-list__group.main_filter {
  width: 70%;
  border-right: 2px solid lightgrey;
  position: relative;
}
.producer-list__form .producer-list__group .producer-list__subfilters__count {
  display: none;
  position: absolute;
  right: 15px;
  top: 18px;
  background-color: #333333;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 16px;
}
.producer-list__form
  .producer-list__group
  .producer-list__subfilters__count
  span {
  font-weight: bold;
}
.producer-list__form .producer-list__group .producer-list__subfilters__count u {
  text-decoration: none;
  display: none;
}
.producer-list__form .producer-list__group .producer-list__subfilters__count i {
  font-style: normal;
  font-size: 23px;
  cursor: pointer;
  float: right;
  margin: -7px 0px -7px 12px;
}
.producer-list__form .producer-list__group.filter_dropdown {
  min-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 30px;
  cursor: pointer;
  position: relative;
}
.producer-list__form .producer-list__group.filter_dropdown > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 110px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.producer-list__form .producer-list__group.filter_dropdown > span:after {
  content: "";
  display: block;
  background-image: url(../img/icons/arrow-select.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 13px;
  pointer-events: none;
  cursor: pointer;
}
.producer-list__form
  .producer-list__group.filter_dropdown.open
  .producer-list__subfilters {
  display: block;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters {
  display: none;
  position: absolute;
  top: 72px;
  left: -2px;
  right: -2px;
  border: 2px solid lightgrey;
  background: #ffffff;
  max-height: 85vh;
  overflow-y: scroll;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  input[type="text"] {
  margin: 0 0 15px 0;
  width: 100%;
  border-bottom: 2px solid lightgrey;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select {
  min-height: 20px;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  .js-selecteds-count
  .js-single,
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  .js-selecteds-count
  .js-multiple {
  display: none;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  .js-selecteds-count
  .js-count {
  position: absolute;
  right: 45px;
  top: 7px;
  border-radius: 150px;
  background: #000000;
  color: #ffffff;
  display: block;
  width: 23px;
  height: 23px;
  padding: 0;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  label {
  display: block;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  .ss-main {
  border: 0;
  min-height: 20px;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  .ss-main
  .ss-content {
  position: relative;
  border: 0;
  max-height: none;
  margin-bottom: 15px;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  .ss-main
  .ss-multi-selected {
  padding: 15px 22px 0 22px;
  margin-bottom: 20px;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  .ss-main
  + label {
  top: 17px;
  left: 5px;
  font-weight: bold;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  .ss-main
  .ss-option {
  font-weight: normal;
}
.producer-list__form
  .producer-list__group.filter_dropdown
  .producer-list__subfilters
  .producer-list__select
  .ss-main
  .ss-disabled {
  display: none;
}
.producer-list__form input:not([type="submit"]):not([type="checkbox"]) {
  outline: none;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 22px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  color: #333;
}
.producer-list__form .ss-main {
  height: 100%;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}
.producer-list__form .ss-main + label {
  color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  pointer-events: none;
}
.producer-list__form .ss-main .ss-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.producer-list__form .ss-main .ss-values .ss-value {
  display: none;
}
.producer-list__form .ss-main .ss-multi-selected {
  border: none;
  padding: 14px 22px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.producer-list__form .ss-main .ss-multi-selected:after {
  content: "";
  background-image: url("../img/icons/arrow-select.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  pointer-events: none;
  margin-left: 22px;
  cursor: pointer;
}
.producer-list__form .ss-main .ss-multi-selected:hover,
.producer-list__form .ss-main .ss-multi-selected:active,
.producer-list__form .ss-main .ss-multi-selected:focus {
  color: #6c0;
}
.producer-list__form .ss-main .ss-content {
  position: absolute;
  z-index: 999;
  top: calc(100% - 1px);
  width: calc(100% + 1px);
  left: 0;
  max-height: 260px;
  overflow-y: auto;
  height: 0;
  background-color: white;
  margin-top: 0 !important;
}
.producer-list__form .ss-main .ss-content.ss-open {
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: 0;
  height: auto;
}
.producer-list__form .ss-main .ss-option {
  font-size: 16px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 22px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  cursor: pointer;
}
.producer-list__form .ss-main .ss-option:before {
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid rgba(46, 53, 58, 0.25);
  margin: 6px 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.producer-list__form .ss-main .ss-option:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #6c0;
  position: absolute;
  top: 16px;
  left: 24px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.producer-list__form .ss-main .ss-option:hover,
.producer-list__form .ss-main .ss-option:active,
.producer-list__form .ss-main .ss-option:focus {
  color: #6c0;
}
.producer-list__form .ss-main .ss-option.ss-option-selected:after {
  opacity: 1;
}
.producer-list__form .select-selecteds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px 22px;
  color: #333;
  pointer-events: none;
  line-height: 2.5;
}
@media (max-width: 61.24em) {
  .producer-list__form .select-selecteds {
    line-height: 1.6;
  }
}
.producer-list__form .select-selecteds.hide,
.producer-list__form .select-selecteds .hide {
  display: none;
}
.producer-list__form input[type="submit"] {
  padding: 16px 48px;
  margin: 8px 10px 8px auto;
}
@media (max-width: 61.24em) {
  .producer-list__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .producer-list__form .producer-list__group,
  .producer-list__form .customSelect {
    width: 50%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .producer-list__form input[type="submit"] {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 39.99em) {
  .producer-list__form {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  .producer-list__form .producer-list__group,
  .producer-list__form .customSelect {
    width: 100%;
  }
  .producer-list__form input[type="submit"] {
    width: 100%;
  }
}
.producer-list__content {
  width: 40%;
  max-height: 940px;
  margin: 70px 20px 0;
  overflow-y: auto;
}
@media (min-width: 79.375em) {
  .producer-list__content {
    margin: 70px 20px 0 calc(50vw - 615px);
  }
}
@media (max-width: 86.24em) {
  .producer-list__content {
    width: 50%;
    max-width: calc((1230px / 100) * 50);
    max-height: 920px;
  }
}
@media (max-width: 61.24em) {
  .producer-list__content {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0 0;
    padding: 0 45px 20px;
    max-height: unset;
  }
}
@media (max-width: 39.99em) {
  .producer-list__content {
    padding: 0 22.5px 30px 22.5px;
    max-height: inherit;
  }
}
.producer-list__input {
  display: none;
}
.producer-list__input:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/check_green.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.producer-list__label {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 800;
  position: relative;
}
.producer-list__label:after {
  content: "";
  margin-left: 10px;
  border: 1px solid #6c0;
  background-color: white;
  width: 18px;
  height: 18px;
}
.producer-list__listing {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.producer-list__listing li {
  margin: 0;
}
.producer-list__listing li {
  margin-bottom: 10px;
}
.producer-list__loadmore {
  display: none !important;
  width: 100%;
}
@media (min-width: 61.25em) {
  .producer-list__loadmore {
    display: none;
  }
}
.producer-list__map {
  width: 60%;
  height: 990px;
}
@media (max-width: 86.24em) {
  .producer-list__map {
    width: 50%;
  }
}
@media (max-width: 61.24em) {
  .producer-list__map {
    width: 100%;
    height: 450px;
  }
}
.quote__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .quote__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.quote .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quote__content {
  padding: 80px 0;
}
.quote__content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.quote__content > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 61.24em) {
  .quote__content {
    padding: 0;
  }
}
.quote__picture {
  height: 720px;
}
@media (max-width: 61.24em) {
  .quote__picture {
    height: 340px;
  }
}
.quote__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.quote__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 662px;
  margin: 0 auto;
}
.quote__el .icon {
  width: 80px;
  height: 60px;
  margin-bottom: 40px;
  fill: white;
}
@media (max-width: 61.24em) {
  .quote__el .icon {
    width: 60px;
    height: 45px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.quote__el p {
  margin: 0;
  font-size: 1.375rem;
  text-align: center;
}
.quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-style: normal;
  text-align: center;
}
.quote__author__name {
  position: relative;
  color: white;
  font-family: "Avenir", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.quote__author__name::before {
  position: absolute;
  top: 15px;
  right: calc(100% + 8px);
  width: 32px;
  height: 3px;
  content: "";
  background-color: white;
}
.quote__author__about {
  margin-top: 4px;
  font-family: "Avenir", sans-serif;
  font-size: 1rem;
}
.quote--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.quote--content .quote__main {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 840px) {
  .quote--content .quote__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.quote--content .quote__content {
  padding: 0;
}
.search-and-charter {
  background-color: white;
}
.search-and-charter__main {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .search-and-charter__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.search-and-charter__title {
  max-width: 780px;
  margin: 0 0 40px;
}
@media (min-width: 48em) {
  .search-and-charter__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 47.99em) {
  .search-and-charter__card:last-child {
    margin-top: 60px;
  }
}
@media (min-width: 48em) {
  .search-and-charter__card {
    width: calc(50% - 20px);
    text-align: center;
  }
}
.search-and-charter__card-picture {
  position: relative;
}
.search-and-charter__card-picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 82.14286%;
}
.search-and-charter__card-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 39.99em) {
  .search-and-charter__card-picture {
    margin: 0 -20px;
  }
}
.search-and-charter__card-title {
  margin: 32px 0;
}
@media (min-width: 48em) {
  .search-and-charter__card-title {
    max-width: 470px;
    margin: 32px auto;
  }
}
.search-and-charter__card-text {
  margin: 0 0 32px;
}
.search-and-charter__card-number {
  display: block;
  font-size: 3.375rem;
}
@media (min-width: 48em) {
  .search-and-charter__card-number {
    font-size: 3.625rem;
  }
}
.search-and-charter__card .button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 29.99em) {
  .search-and-charter__card .button .button__item {
    width: 100%;
  }
}
.single-file--not-full .single-file__main {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 840px) {
  .single-file--not-full .single-file__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.single-file__main {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1300px) {
  .single-file__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.single-file__file {
  position: relative;
  width: 100%;
  position: relative;
}
.single-file__file:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57.93651%;
}
.single-file__file img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.single-file__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.single-file__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.single-file__play {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 100px;
  height: 100px;
}
.single-file__play::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.single-file__play svg {
  width: 100%;
  height: 100%;
  fill: #6c0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.single-file__play:hover svg,
.single-file__play:active svg,
.single-file__play:focus svg {
  fill: white;
}
.single-file__legend {
  text-align: right;
  margin: 10px 0 0 0;
}
.slider-gallery {
  position: relative;
  z-index: 10;
}
.slider-gallery__head {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1270px) {
  .slider-gallery__head {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.slider-gallery__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slider-gallery__button .btn {
  display: inline-block;
  font-size: 20px;
  padding: 0;
  font-weight: 800;
  white-space: nowrap;
}
.slider-gallery__button .btn:hover,
.slider-gallery__button .btn:active,
.slider-gallery__button .btn:focus {
  text-decoration: none;
  color: rgba(51, 51, 51, 0.7);
}
.slider-gallery__button .btn svg {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-left: 15px;
  width: 24px;
  height: 24px;
  fill: white;
}
.slider-gallery__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.slider-gallery__title .title {
  margin-bottom: 0;
}
@media (max-width: 47.99em) {
  .slider-gallery__title .title {
    margin-bottom: 0;
  }
}
.slider-gallery__title .title--small {
  margin-bottom: 30px;
}
.slider-gallery__picture {
  position: relative;
}
.slider-gallery__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 83.33333%;
}
.slider-gallery__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slider-gallery__legend {
  margin: 10px 0 0 0;
}
.slider-gallery .splide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 47.99em) {
  .slider-gallery .splide {
    width: calc(100% - 45px) !important;
    margin: 0 22.5px 0 22.5px;
  }
}
@media (max-width: 39.99em) {
  .slider-gallery .splide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 47.99em) {
  .slider-gallery .splide__track {
    width: 100%;
  }
}
.slider-gallery .splide__arrows {
  margin-left: 40px;
}
@media (max-width: 39.99em) {
  .slider-gallery .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 30px 0 0 0;
  }
}
.slider-gallery .splide__arrow--prev {
  background-color: #333;
  margin-bottom: 30px;
}
.slider-gallery .splide__arrow--prev svg {
  fill: white;
}
@media (max-width: 39.99em) {
  .slider-gallery .splide__arrow--prev {
    margin: 0 15px 0 0;
  }
}
.slider-gallery .splide__arrow--prev:hover,
.slider-gallery .splide__arrow--prev:active,
.slider-gallery .splide__arrow--prev:focus {
  background-color: #262626;
}
.slider {
  position: relative;
  z-index: 10;
  padding-bottom: 0;
  margin-bottom: 90px;
}
.slider__main {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: initial;
}
@media (max-width: 1340px) {
  .slider__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 40em) {
  .slider__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 40em) {
  .slider__head {
    width: calc(100% - 420px);
  }
}
@media (min-width: 61.25em) {
  .slider__head {
    width: calc(100% - 520px);
  }
}
@media (min-width: 75em) {
  .slider__head {
    width: calc(100% - 680px);
  }
}
@media (min-width: 61.25em) {
  .slider__head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.slider__height {
  height: 450px;
}
@media (max-width: 39.99em) {
  .slider__height {
    display: none;
  }
}
.slider__title {
  line-height: 1;
}
@media (max-width: 39.99em) {
  .slider__title {
    margin: 0 0 10px;
  }
}
.slider__button {
  line-height: 48px;
}
@media (min-width: 61.25em) {
  .slider__button {
    margin-left: 20px;
    line-height: 48px;
  }
}
.slider__button .btn {
  display: inline-block;
  padding: 0;
  font-weight: 800;
  white-space: nowrap;
}
.slider__button .btn:hover,
.slider__button .btn:active,
.slider__button .btn:focus {
  text-decoration: none;
  color: rgba(51, 51, 51, 0.7);
}
.slider__button .btn svg {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  fill: white;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.slider__pictures {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  z-index: 0;
  width: 400px;
  height: 375px;
}
.slider__pictures li {
  margin: 0;
}
@media (min-width: 61.25em) {
  .slider__pictures {
    width: 500px;
    height: 468px;
  }
}
@media (min-width: 75em) {
  .slider__pictures {
    width: 640px;
    height: 600px;
  }
}
@media (max-width: 39.99em) {
  .slider__pictures {
    display: none;
  }
}
.slider__pictures .icon {
  fill: white;
  width: 244px;
  height: 281px;
  position: absolute;
  right: -67px;
  bottom: -50px;
}
@media (min-width: 40em) {
  .slider__pictures .icon {
    position: absolute;
    right: -67px;
    bottom: -93px;
    width: 320px;
    height: 367px;
  }
}
@media (min-width: 75em) {
  .slider__pictures .icon {
    width: 463px;
    height: 532px;
  }
}
.slider__pictures--mobile {
  display: none;
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 15px;
}
.slider__pictures--mobile:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 93.75%;
}
@media (max-width: 39.99em) {
  .slider__pictures--mobile {
    display: block;
  }
}
.slider__pictures--mobile .slider__picture {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider__pictures--mobile .slider__picture img {
  width: 100%;
  height: 100%;
}
.slider__picture {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slider__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slider__picture.is-active {
  opacity: 1;
}
.slider .splide {
  position: absolute;
  right: 40%;
  bottom: -30px;
  width: 60%;
  z-index: 10;
  margin-top: 30px;
}
@media (max-width: 61.24em) {
  .slider .splide {
    right: 30%;
    width: 70%;
  }
}
@media (max-width: 39.99em) {
  .slider .splide {
    margin: 0;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 39.99em) {
  .slider .splide__track {
    margin: -30px 0 30px;
  }
}
.slider .splide__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.slider .splide__list li {
  margin: 0;
}
@media (max-width: 39.99em) {
  .slider .splide__list {
    width: 100%;
  }
}
.slider .splide__arrows {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(calc(100% + 70px));
  transform: translateX(calc(100% + 70px));
}
@media (max-width: 61.24em) {
  .slider .splide__arrows {
    -webkit-transform: translateX(calc(100% + 30px));
    transform: translateX(calc(100% + 30px));
  }
}
@media (max-width: 39.99em) {
  .slider .splide__arrows {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.slider .splide__arrow--next {
  margin-top: 30px;
}
@media (max-width: 39.99em) {
  .slider .splide__arrow--next {
    margin-top: 0;
    margin-left: 15px;
  }
}
.slider .post-card {
  text-align: left;
  direction: ltr;
}
.slider .post-card__picture {
  display: none;
}
@media (min-width: 40em) {
  .slider--reverse .slider__pictures .icon {
    left: -33px;
    right: auto;
    bottom: -124px;
  }
}
.slider--reverse .post-card {
  text-align: inherit;
  direction: inherit;
}
.slider--reverse .slider__main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.slider--reverse .splide {
  left: 40%;
  right: inherit;
}
@media (max-width: 61.24em) {
  .slider--reverse .splide {
    left: 30%;
    right: inherit;
  }
}
@media (max-width: 39.99em) {
  .slider--reverse .splide {
    left: 0;
    right: 0;
  }
}
.slider--reverse .splide__arrows {
  right: inherit;
  left: 0;
  -webkit-transform: translateX(calc(-100% - 70px));
  transform: translateX(calc(-100% - 70px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 61.24em) {
  .slider--reverse .splide__arrows {
    -webkit-transform: translateX(calc(-100% - 30px));
    transform: translateX(calc(-100% - 30px));
  }
}
@media (max-width: 39.99em) {
  .slider--reverse .splide__arrows {
    -webkit-transform: none;
    transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.slider--reverse .splide__arrows .splide__arrow--prev {
  background-color: #333;
  -webkit-transform: scale(-1);
  transform: scale(-1);
  margin-top: 30px;
}
.slider--reverse .splide__arrows .splide__arrow--prev:hover,
.slider--reverse .splide__arrows .splide__arrow--prev:active,
.slider--reverse .splide__arrows .splide__arrow--prev:focus {
  background-color: #262626;
  -webkit-transform: scale(-1.06);
  transform: scale(-1.06);
}
.slider--reverse .splide__arrows .splide__arrow--prev svg {
  fill: white;
}
@media (max-width: 39.99em) {
  .slider--reverse .splide__arrows .splide__arrow--prev {
    margin-top: 0;
    margin-left: 30px;
  }
}
.slider--reverse .splide__arrows .splide__arrow--next {
  background-color: white;
  -webkit-transform: scale(-1);
  transform: scale(-1);
  margin: 0;
}
.slider--reverse .splide__arrows .splide__arrow--next:hover,
.slider--reverse .splide__arrows .splide__arrow--next:active,
.slider--reverse .splide__arrows .splide__arrow--next:focus {
  -webkit-transform: scale(-1.06);
  transform: scale(-1.06);
}
.slider--reverse .splide__arrows .splide__arrow--next svg {
  fill: #333;
}
section.card.subhero .card__picture {
  height: auto;
}
section.card.subhero .card__picture img {
  height: auto;
}
section.card.subhero h2 {
  font-size: 37px;
  margin-bottom: 5px;
}
section.card.subhero .text-content {
  margin-top: 20px;
}
section.card.subhero .text-content .button__item {
  color: #ffffff;
  display: inline-block;
}
section.card.subhero .text-content .button__item:hover {
  color: #000000;
}
@media (min-width: 48em) {
  .video {
    padding-top: 140px;
  }
}
.video.video-full {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.video.video-full .video__main {
  max-width: 100%;
  max-height: 75vh;
  margin: 0 !important;
}
.video.video-full .video__main .video__picture__image {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.video.video-full .video__main .video__picture__player {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 170px;
  margin-left: -85px;
  margin-top: -85px;
}
.video.video-full .video__main .video__picture__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: #00000078;
}
.video.video-full .video__main iframe {
  max-height: 75vh;
}
.video__main {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1270px) {
  .video__main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.video__main video {
  width: 100%;
}
.video__player {
  position: relative;
}
.video__player:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.video__player iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button__item {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #333;
  border: 1px solid #333;
  color: white;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
}
.button__item::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button__item .icon {
  fill: white;
  margin-right: 10px;
  -webkit-transition: fill 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: fill 200ms cubic-bezier(0.86, 0, 0.07, 1);
}
.button__item:hover,
.button__item:active,
.button__item:focus {
  border-color: #333;
  color: #333;
  background-color: transparent;
  text-decoration: none;
}
.button__item:hover .icon,
.button__item:active .icon,
.button__item:focus .icon {
  fill: #333;
}
.button--border .button__item {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}
.button--border .button__item .icon {
  fill: #333;
}
.button--border .button__item:hover,
.button--border .button__item:active,
.button--border .button__item:focus {
  border-color: #333;
  color: white;
  background-color: #333;
}
.button--border .button__item:hover .icon,
.button--border .button__item:active .icon,
.button--border .button__item:focus .icon {
  fill: white;
}
@media (min-width: 30em) {
  .c-buttons {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.c-buttons .button {
  display: block;
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 30em) {
  .c-buttons .button {
    width: auto;
    margin: 0 8px 16px;
  }
}
.cards-fullwidth-item__subtitle {
  font-size: 24px;
  font-weight: 800;
}
@media (min-width: 48em) {
  .cards-fullwidth-item__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
  .cards-fullwidth-item__columns-left,
  .cards-fullwidth-item__columns-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
  }
}
@media (min-width: 61.25em) {
  .cards-fullwidth-item__columns {
    margin: 0 -50px;
  }
  .cards-fullwidth-item__columns-left,
  .cards-fullwidth-item__columns-right {
    padding: 0 50px;
  }
}
.cards-fullwidth-item__title {
  line-height: 1;
  margin-bottom: 45px;
}
.cards-fullwidth-item__picture {
  position: relative;
}
.cards-fullwidth-item__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.cards-fullwidth-item__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 47.99em) {
  .cards-fullwidth-item__picture {
    margin-bottom: 30px;
  }
}
.cards-fullwidth-item__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cards-fullwidth-item__text {
  margin-bottom: 20px;
}
.cards-fullwidth-item__text strong {
  font-size: 22px;
  font-weight: 800;
}
.cards-item {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-box-shadow 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-box-shadow 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-box-shadow 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cards-item:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
.cards-item:hover:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: -15px;
  left: 0;
}
.cards-item__picture {
  position: relative;
  overflow: hidden;
}
.cards-item__picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.cards-item__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.cards-item__picture img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.cards-item:hover .cards-item__picture img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cards-item__content {
  padding: 38px 38px 24px;
  position: relative;
}
@media (max-width: 39.99em) {
  .cards-item__content {
    padding: 38px 24px 24px;
  }
}
.cards-item__hat {
  font-weight: 800;
  margin-bottom: 10px;
}
.cards-item__date {
  font-weight: 800;
  margin-bottom: 15px;
}
.cards-item__title {
  font-weight: 800;
  margin-bottom: 30px;
}
.cards--alt .cards-item__title {
  margin-bottom: 0;
}
.cards--alt .cards-item__title + .cards-item__text {
  margin-top: 30px;
}
.cards-item__text p {
  margin: 0;
}
.cards-item__button {
  margin: 0 38px;
  padding: 0 0 45px;
}
.cards-item__button .button__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 39.99em) {
  .cards-item__button {
    margin: 0 24px;
  }
}
.cc-message__title strong {
  color: #6c0;
}
.cc-message__button .button {
  display: block;
}
.cc-message__button .button__item {
  display: block;
  text-align: center;
}
.cc-step__title {
  margin: 0 0 40px;
  text-align: center;
}
.cc-step__list-item {
  margin: 20px 0;
}
.cc-step__list-item .c-field {
  margin: 0;
  width: 100%;
}
.cc-step__list ::-webkit-input-placeholder {
  color: #333;
}
.cc-step__list :-moz-placeholder {
  color: #333;
}
.cc-step__list ::-moz-placeholder {
  color: #333;
}
.cc-step__list :-ms-input-placeholder {
  color: #333;
}
.cc-step__list ::-ms-input-placeholder {
  color: #333;
}
.cc-step__list input[type="text"],
.cc-step__list input[type="email"],
.cc-step__list input[type="number"] {
  border: 1px solid #333;
  width: 100%;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Avenir", sans-serif;
  text-align: center;
}
.cc-step__list input[type="text"]:focus,
.cc-step__list input[type="email"]:focus,
.cc-step__list input[type="number"]:focus {
  outline: none;
}
.cc-step__list input[type="text"].error,
.cc-step__list input[type="email"].error,
.cc-step__list input[type="number"].error {
  border-color: #fa594f;
}
.cc-step__list input::-webkit-outer-spin-button,
.cc-step__list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cc-step__list input[type="number"] {
  -moz-appearance: textfield;
}
.cc-step__button button {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cc-step__button button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.cc-step__button button,
.cc-step__button a {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background-color: #333;
  border: 1px solid #333;
  color: white;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cc-step__button button[disabled],
.cc-step__button a[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.cc-step__button button:hover,
.cc-step__button button:active,
.cc-step__button button:focus,
.cc-step__button a:hover,
.cc-step__button a:active,
.cc-step__button a:focus {
  background-color: white;
  border-color: #333;
  color: #333;
}
.cc-step__error {
  background-color: #fa594f;
  color: white;
  max-width: 400px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  display: none;
}
.cc-step__error.is-visible {
  display: block;
}
.cc-step__bottom {
  margin: 24px 0 0;
  font-size: 1rem;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 450px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: rgba(0, 0, 0, 0);
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
button.mfp-arrow {
  position: relative;
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #6c0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  top: calc(50% - 34px);
  -webkit-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
button.mfp-arrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.mfp-arrow:hover {
  background-color: rgba(102, 204, 0, 0.7);
}
.mfp-ready button.mfp-arrow {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
button.mfp-arrow-left {
  left: 50px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z'/%3E%3C/svg%3E");
}
button.mfp-arrow-right {
  right: 50px;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
}
@media (max-width: 47.99em) {
  button.mfp-arrow-left {
    left: 20px;
  }
  button.mfp-arrow-right {
    right: 20px;
  }
}
.mfp-figure {
  position: relative;
}
.btn-close {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 30px;
  font-weight: 800;
  font-size: 20px;
  color: white;
  background: #6c0;
  -webkit-transition: 0.25s background cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.25s background cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-close:hover,
.btn-close:active,
.btn-close:focus {
  background-color: #333;
}
.mfp-bg {
  height: 100%;
  opacity: 0.9;
  -webkit-transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mfp-bg.mfp-ready {
  background-color: white;
}
.mfp-bg.mfp-removing {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background-color: transparent;
}
.mfp-iframe-holder iframe {
  background-color: transparent;
}
.mfp-title {
  font-size: 0.9em;
  line-height: 1.6;
  padding: 0;
  text-align: center;
  font-weight: 800;
  margin-top: -40px;
}
img.mfp-img {
  padding: 0;
  margin: 25px 0;
  max-height: calc(100vh - 50px) !important;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
.mfp-content {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.mfp-iframe-holder .mfp-content {
  -webkit-transition: height 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 520px;
  background-color: white;
}
.ltr .mfp-content {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.rtl .mfp-content {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.mfp-ready .mfp-content {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-visible .mfp-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rtl.is-hidden .mfp-content {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.ltr.is-hidden .mfp-content {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.mfp-container {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.mfp-ready .mfp-container {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mfp-removing .mfp-container {
  opacity: 0;
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}
.pagination .nav-links span,
.pagination .nav-links a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: white;
  margin: 0 3px;
}
.pagination .nav-links a {
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pagination .nav-links a:hover,
.pagination .nav-links a:active,
.pagination .nav-links a:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 800;
}
.pagination .nav-links span {
  background-color: #6c0;
  color: white;
}
.radio-btn {
  display: block;
  background-color: white;
}
.radio-btn__label {
  display: block;
  padding: 14px 20px;
  border: 1px solid #333;
  color: #333;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.radio-btn__input:checked + .radio-btn__label {
  opacity: 1;
}
.radio-btn__label:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
.radio-btn__input {
  position: absolute;
  opacity: 0;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  line-height: 0;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
.slick-slide > div {
  height: 100%;
}
[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;
}
.one-slide .slick-track {
  margin-left: 0;
}
.one-slide .slick-slide:not(.slick-active) {
  opacity: 0;
}
.centered .slick-track {
  margin-left: 0;
}
.centered .slick-track .slick-slide > div:first-child {
  margin-bottom: 60px;
}
.slick-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  padding: 0 15px;
}
.slick-slide:not(.slick-active) {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.slick-slide.slick-active {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.slick-arrow {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #6c0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  overflow: hidden;
  -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    0s visibility cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    0s visibility cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  opacity: 1;
}
.slick-arrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media (max-width: 39.99em) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-slider:hover .slick-arrow:hover {
  opacity: 1;
  background-color: #333;
}
.slick-arrow.slick-disabled {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    0s visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    0s visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0 !important;
  visibility: hidden;
}
.slick-arrow.slick-prev {
  position: absolute;
  top: calc(50% - 40px);
  left: -40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z'/%3E%3C/svg%3E");
}
@media (max-width: 77.5em) {
  .slick-arrow.slick-prev {
    left: -10px;
  }
}
.slick-arrow.slick-next {
  position: absolute;
  top: calc(50% - 40px);
  right: 63px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
}
@media (max-width: 77.5em) {
  .slick-arrow.slick-next {
    right: -10px;
  }
}
.col-1 {
  width: calc(100% / 12 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-1:first-child {
    margin-bottom: 30px;
  }
}
.col-2 {
  width: calc(100% / 6 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-2:first-child {
    margin-bottom: 30px;
  }
}
.col-3 {
  width: calc(100% / 4 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-3:first-child {
    margin-bottom: 30px;
  }
}
.col-4 {
  width: calc(100% / 3 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-4:first-child {
    margin-bottom: 30px;
  }
}
.col-5 {
  width: calc(100% / 2.4 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-5:first-child {
    margin-bottom: 30px;
  }
}
.col-6 {
  width: calc(100% / 2 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-6:first-child {
    margin-bottom: 30px;
  }
}
.col-7 {
  width: calc(100% / 1.71429 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-7:first-child {
    margin-bottom: 30px;
  }
}
.col-8 {
  width: calc(100% / 1.5 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-8:first-child {
    margin-bottom: 30px;
  }
}
.col-9 {
  width: calc(100% / 1.33333 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-9:first-child {
    margin-bottom: 30px;
  }
}
.col-10 {
  width: calc(100% / 1.2 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-10:first-child {
    margin-bottom: 30px;
  }
}
.col-11 {
  width: calc(100% / 1.09091 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-11 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-11:first-child {
    margin-bottom: 30px;
  }
}
.col-12 {
  width: calc(100% / 1 - 80px);
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 61.24em) {
  .col-12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-12:first-child {
    margin-bottom: 30px;
  }
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 61.24em) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.mapboxgl-canary {
  background-color: salmon;
}
.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}
.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan
  .mapboxgl-canvas {
  -ms-touch-action: none;
  touch-action: none;
}
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}
.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}
.mapboxgl-ctrl-group:not(:empty) {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    -webkit-box-shadow: 0 0 0 2px ButtonText;
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}
.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}
.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mapboxgl-ctrl-group button:focus {
  -webkit-box-shadow: 0 0 2px 2px #0096ff;
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}
.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-ctrl-group button:focus:focus-visible {
  -webkit-box-shadow: 0 0 2px 2px #0096ff;
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}
.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}
.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active
  .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error
  .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background
  .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error
  .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl
  button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting
  .mapboxgl-ctrl-icon {
  -webkit-animation: mapboxgl-spin 2s linear infinite;
  animation: mapboxgl-spin 2s linear infinite;
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl
    button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active
    .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl
    button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error
    .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl
    button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background
    .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl
    button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error
    .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
}
@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}
@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
    margin-top: 6px;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    content: "";
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}
.mapboxgl-attrib-empty {
  display: none;
}
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  pointer-events: none;
}
.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.mapboxgl-popup-anchor-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.mapboxgl-popup-anchor-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}
.mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}
.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}
.mapboxgl-user-location-dot-stale:after {
  display: none;
}
.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}
@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.u-text-left {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-hidden {
  display: none !important;
}
.single #main > section.card {
  border: none;
  border-radius: 0;
}
