/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
:root {
  --font-family: 'helvetica', sans-serif;
  --font-family--heading: var(--font-family);
  --font-weight--thin: 100;
  --font-weight--extra-light: 200;
  --font-weight--light: 300;
  --font-weight--normal: 400;
  --font-weight--medium: 500;
  --font-weight--semi-bold: 600;
  --font-weight--bold: 700;
  --font-weight--extra-bold: 800;
  --font-weight--black: 900;
  --line-height: 1.5;
  --line-height--heading: 1.2;
  --border-radius: 0.1875rem;
  --spacing: 1.5rem;
  --spacing--small: 1.5rem;
  --border-width: 0.0625rem;
  --border: var(--border-width) solid currentColor;
  --focus-outline-width: 0.1875rem;
  --focus-outline-offset: 0.125rem;
  --focus-outline: var(--focus-outline-width) solid #40454B;
  --duration: 150ms;
  --timing: ease; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #40454B;
  border: 0;
  border-radius: var(--border-radius);
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-family-base);
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: var(--spacing--small) var(--spacing);
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color var(--duration) var(--timing);
  transition: background-color var(--duration) var(--timing);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover,
  [type='button']:hover,
  [type='reset']:hover,
  [type='submit']:hover {
    background-color: #060708; }
  button:focus,
  [type='button']:focus,
  [type='reset']:focus,
  [type='submit']:focus {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset); }
  button:disabled,
  [type='button']:disabled,
  [type='reset']:disabled,
  [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

:root {
  --form-box-shadow: inset 0 --border-width 0.1875rem rgba(#000, 0.06);
  --form-box-shadow-focus: var(--form-box-shadow), 0 0 0.3125rem #40454B; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: var(--spacing--small);
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: var(--spacing--small); }

input,
select,
textarea {
  display: block;
  font-family: var(--font-family);
  font-size: 1rem; }

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: var(--border);
  border-radius: var(--border-radius);
  box-shadow: var(--form-box-shadow);
  box-sizing: border-box;
  margin-bottom: var(--spacing--small);
  padding: calc(var(--spacing) / 3);
  -webkit-transition: border-color var(--duration) var(--timing);
  transition: border-color var(--duration) var(--timing);
  width: 100%; }
  [type='color']:focus,
  [type='date']:focus,
  [type='datetime']:focus,
  [type='datetime-local']:focus,
  [type='email']:focus,
  [type='month']:focus,
  [type='number']:focus,
  [type='password']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='text']:focus,
  [type='time']:focus,
  [type='url']:focus,
  [type='week']:focus,
  input:not([type]):focus,
  textarea:focus {
    box-shadow: var(--form-box-shadow-focus); }
  [type='color']:disabled,
  [type='date']:disabled,
  [type='datetime']:disabled,
  [type='datetime-local']:disabled,
  [type='email']:disabled,
  [type='month']:disabled,
  [type='number']:disabled,
  [type='password']:disabled,
  [type='search']:disabled,
  [type='tel']:disabled,
  [type='text']:disabled,
  [type='time']:disabled,
  [type='url']:disabled,
  [type='week']:disabled,
  input:not([type]):disabled,
  textarea:disabled {
    cursor: not-allowed; }
    [type='color']:disabled:hover,
    [type='date']:disabled:hover,
    [type='datetime']:disabled:hover,
    [type='datetime-local']:disabled:hover,
    [type='email']:disabled:hover,
    [type='month']:disabled:hover,
    [type='number']:disabled:hover,
    [type='password']:disabled:hover,
    [type='search']:disabled:hover,
    [type='tel']:disabled:hover,
    [type='text']:disabled:hover,
    [type='time']:disabled:hover,
    [type='url']:disabled:hover,
    [type='week']:disabled:hover,
    input:not([type]):disabled:hover,
    textarea:disabled:hover {
      border: var(--border); }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #40454B;
    opacity: 0.25; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #40454B;
    opacity: 0.25; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #40454B;
    opacity: 0.25; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #40454B;
    opacity: 0.25; }
  [type='color']::placeholder,
  [type='date']::placeholder,
  [type='datetime']::placeholder,
  [type='datetime-local']::placeholder,
  [type='email']::placeholder,
  [type='month']::placeholder,
  [type='number']::placeholder,
  [type='password']::placeholder,
  [type='search']::placeholder,
  [type='tel']::placeholder,
  [type='text']::placeholder,
  [type='time']::placeholder,
  [type='url']::placeholder,
  [type='week']::placeholder,
  input:not([type])::placeholder,
  textarea::placeholder {
    color: #40454B;
    opacity: 0.25; }

[type="search"] {
  -webkit-appearance: textfield; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: var(--spacing--small); }

[type="file"] {
  margin-bottom: var(--spacing--small);
  width: 100%; }

select {
  margin-bottom: var(--spacing--small);
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset); }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: var(--spacing) 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: var(--line-height--heading);
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: var(--border); }

th {
  font-weight: 600; }

th,
td {
  padding: var(--spacing--small) var(--spacing--small) var(--spacing--small) 0; }

html {
  color: #40454B;
  font-family: var(--font-family);
  font-size: 100%;
  line-height: var(--line-height); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family--heading);
  font-size: 1.25em;
  line-height: var(--line-height--heading);
  margin: 0 0 var(--spacing--small); }

p {
  margin: 0 0 var(--spacing--small); }

a {
  color: #40454B;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color var(--duration) var(--timing);
  transition: color var(--duration) var(--timing); }
  a:hover {
    color: #060708; }
  a:focus {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset); }

hr {
  border-bottom: var(--border);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: var(--spacing) 0; }

.wrapper .inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px; }

.wrapper .header {
  text-align: center;
  background-image: url(../img/header-bg.jpg);
  background-position: center;
  background-size: cover; }
  .wrapper .header h1 {
    padding: 20px; }

.wrapper .intro {
  text-align: center;
  margin: 40px 0; }
  .wrapper .intro span {
    font-weight: 700; }
  .wrapper .intro p a {
    color: inherit;
    font-weight: 700; }

.wrapper .map_wrap .nav {
  background-color: #40454B;
  display: -webkit-box;
  display: flex; }
  .wrapper .map_wrap .nav div {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .wrapper .map_wrap .nav div select {
      max-width: 300px;
      margin: 20px;
      -moz-text-align-last: left;
           text-align-last: left;
      display: block;
      font-size: 1.5em;
      font-weight: 700;
      color: #fff;
      line-height: 1.3;
      padding: .6em 2em .5em 2em;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin: 0;
      border: 0;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.981' height='23.49' viewBox='0 0 46.981 23.49'%3E%3Cpath id='Rectangle_8' data-name='Rectangle 8' d='M920.661,815.5l-23.49,23.49L873.68,815.5Z' transform='translate(-873.68 -815.5)' fill='%23fff'/%3E%3C/svg%3E%0A"), -webkit-gradient(linear, left top, left bottom, from(#3B5E6A), to(#3B5E6A));
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.981' height='23.49' viewBox='0 0 46.981 23.49'%3E%3Cpath id='Rectangle_8' data-name='Rectangle 8' d='M920.661,815.5l-23.49,23.49L873.68,815.5Z' transform='translate(-873.68 -815.5)' fill='%23fff'/%3E%3C/svg%3E%0A"), linear-gradient(#3B5E6A, #3B5E6A);
      background-repeat: no-repeat, repeat;
      background-position: left .7em top 50%, 0 0;
      background-size: .65em auto, 100%; }
      @media screen and (max-width: 700px) {
        .wrapper .map_wrap .nav div select {
          font-size: 1em; } }
      .wrapper .map_wrap .nav div select::-ms-expand {
        display: none; }
      .wrapper .map_wrap .nav div select option {
        font-weight: normal;
        font-size: 1em;
        color: #444; }
    .wrapper .map_wrap .nav div:nth-child(1) {
      -webkit-box-pack: end;
              justify-content: flex-end; }
      .wrapper .map_wrap .nav div:nth-child(1) select {
        -moz-text-align-last: right;
             text-align-last: right;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.981' height='23.49' viewBox='0 0 46.981 23.49'%3E%3Cpath id='Rectangle_8' data-name='Rectangle 8' d='M920.661,815.5l-23.49,23.49L873.68,815.5Z' transform='translate(-873.68 -815.5)' fill='%23fff'/%3E%3C/svg%3E%0A"), -webkit-gradient(linear, left top, left bottom, from(#D0776E), to(#D0776E));
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.981' height='23.49' viewBox='0 0 46.981 23.49'%3E%3Cpath id='Rectangle_8' data-name='Rectangle 8' d='M920.661,815.5l-23.49,23.49L873.68,815.5Z' transform='translate(-873.68 -815.5)' fill='%23fff'/%3E%3C/svg%3E%0A"), linear-gradient(#D0776E, #D0776E);
        background-position: right .7em top 50%, 0 0; }
        .wrapper .map_wrap .nav div:nth-child(1) select option {
          direction: rtl; }

.wrapper .map_wrap .area {
  display: -webkit-box;
  display: flex;
  color: #fff; }
  .wrapper .map_wrap .area div {
    -webkit-box-flex: 1;
            flex: 1;
    background-color: #D0776E;
    text-align: right;
    padding: 20px;
    font-size: 1.5em; }
    .wrapper .map_wrap .area div:nth-child(2) {
      background-color: #3B5E6A;
      text-align: left; }
    @media screen and (max-width: 700px) {
      .wrapper .map_wrap .area div {
        font-size: 1em; } }

.wrapper .map_wrap .meta {
  display: -webkit-box;
  display: flex; }
  .wrapper .map_wrap .meta div {
    -webkit-box-flex: 1;
            flex: 1;
    background-color: #3B5E6A;
    color: #fff; }
    .wrapper .map_wrap .meta div.uk {
      text-align: right;
      background-color: #D0776E; }
    .wrapper .map_wrap .meta div.labels {
      -webkit-box-flex: 0;
              flex: none;
      width: 300px;
      padding-top: 40px;
      text-align: center;
      background-color: #EFEFEF;
      color: #898989;
      font-weight: 700; }
    .wrapper .map_wrap .meta div h3 {
      margin: 20px 20px 0;
      line-height: 20px; }
    .wrapper .map_wrap .meta div ul {
      border-bottom: 1px solid #fff;
      padding: 20px 20px 10px; }
      .wrapper .map_wrap .meta div ul li {
        margin-bottom: 10px; }
    .wrapper .map_wrap .meta div .hide {
      display: none; }
    @media screen and (max-width: 660px) {
      .wrapper .map_wrap .meta div {
        font-size: 0.8em; }
        .wrapper .map_wrap .meta div.labels {
          width: 250px; } }
    @media screen and (max-width: 600px) {
      .wrapper .map_wrap .meta div.labels {
        display: none; }
      .wrapper .map_wrap .meta div .hide {
        font-weight: 700;
        display: block; } }

.wrapper .outro {
  background-color: #40454B;
  color: #fff;
  text-align: center;
  padding: 40px 0; }
  .wrapper .outro a {
    color: #fff; }
    .wrapper .outro a:hover {
      color: inherit; }

.wrapper .footer {
  text-align: center;
  padding: 40px 0;
  text-align: center;
  font-size: 0.8em; }

.wrapper #map {
  width: 100%;
  height: 600px; }
