/*!
 * 
 *       Name: SperryMarineMap
 *       Description: The responsive theme for SperryMarineMap
 *       website: http://
 *       lastUpdate: 24/09/20 @ 49:15
 *     
 */
@charset "UTF-8";
@font-face {
  font-family: "sperry-marine";
  src: url(/engine/dist/src/fonts/sperry-marine-820c31e23549e5a62a97cee386b6af33.woff2) format("woff2"), url(/engine/dist/src/fonts/sperry-marine-6b64aeb1ccb47e551e90bbbfed0bc179.ttf) format("truetype"), url(/engine/dist/src/fonts/sperry-marine-a473b0cf4e5efbe158aee6fcd98e8f2b.woff) format("woff"), url(/engine/dist/src/fonts/sperry-marine-4e8390ceff40eeeb025897ee3391f77e.svg#sperry-marine) format("svg");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.page-menu__item-link, .map-filter-heading:before, .map-actions__action.-action-1:after, .map-actions__action.-action-2:after, .map-actions__action.-action-3:after, .office-item__details-title:after {
  font-family: "sperry-marine";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.tender-layout .map-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

@media only screen and (min-width: 768px) {
  body.tender-layout .map-wrapper {
    padding-left: 30px;
    padding-right: 30px; } }

button, [type='button'], [type='reset'], [type='submit'],
.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
  padding: 0.975em 3em;
  background-color: #0054A6;
  border: 0;
  color: #ffffff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus,
  .btn:hover,
  .btn:focus {
    background-color: #004385;
    color: #ffffff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled,
  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover,
    .btn:disabled:hover {
      background-color: #0054A6; }

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

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em; }

[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,
select[multiple] {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.75em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [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,
  select[multiple]:focus {
    border-color: #0054A6;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(0, 71, 141, .7);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(0, 71, 141, .7);
    outline: none; }
  [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,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    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,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }
  [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,
  select[multiple]::-webkit-input-placeholder {
    color: #999; }
  [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,
  select[multiple]::-moz-placeholder {
    color: #999; }
  [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,
  select[multiple]::-ms-input-placeholder {
    color: #999; }
  [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,
  select[multiple]::placeholder {
    color: #999; }

textarea {
  resize: vertical; }

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

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body.tender-layout .map-wrapper,
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }

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: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

html {
  overflow-y: scroll;
  height: 100%; }

body {
  min-width: 320px;
  height: 100%;
  background: #ffffff;
  color: #4E4C4D;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 0; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 0.75em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: normal;
  color: #0054A6; }

h1,
.h1 {
  font-size: 2.25em; }

h2,
.h2 {
  font-size: 2em; }

h3,
.h3 {
  font-size: 1.75em; }

h4,
.h4 {
  font-size: 1.5em; }

h5,
.h5 {
  font-size: 1.25em; }

h6,
.h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #0054A6;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #0054A6; }

hr {
  margin: 1.5em 0;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0; }

.typ > *:first-child {
  margin-top: 0; }

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

.typ ul {
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  list-style-type: disc; }

.typ ol {
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  list-style-type: decimal; }

.typ p {
  font-size: 13px;
  line-height: 1.23077;
  max-width: 800px; }

.typ a {
  text-decoration: underline; }
  .typ a:hover {
    text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

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

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

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

.debug-true {
  position: relative; }

@media only screen and (min-width: 0) {
  .debugger:after {
    content: " 0"; }
  .debugger:before {
    content: "$xxxs: "; } }

@media only screen and (min-width: 200px) {
  .debugger:after {
    content: " 200px"; }
  .debugger:before {
    content: "$xxs: "; } }

@media only screen and (min-width: 320px) {
  .debugger:after {
    content: " 320px"; }
  .debugger:before {
    content: "$xs: "; } }

@media only screen and (min-width: 400px) {
  .debugger:after {
    content: " 400px"; }
  .debugger:before {
    content: "$s: "; } }

@media only screen and (min-width: 480px) {
  .debugger:after {
    content: " 480px"; }
  .debugger:before {
    content: "$sl: "; } }

@media only screen and (min-width: 580px) {
  .debugger:after {
    content: " 580px"; }
  .debugger:before {
    content: "$sl2: "; } }

@media only screen and (min-width: 768px) {
  .debugger:after {
    content: " 768px"; }
  .debugger:before {
    content: "$m: "; } }

@media only screen and (min-width: 992px) {
  .debugger:after {
    content: " 992px"; }
  .debugger:before {
    content: "$ml: "; } }

@media only screen and (min-width: 1100px) {
  .debugger:after {
    content: " 1100px"; }
  .debugger:before {
    content: "$l: "; } }

@media only screen and (min-width: 1200px) {
  .debugger:after {
    content: " 1200px"; }
  .debugger:before {
    content: "$xl: "; } }

@media only screen and (min-width: 1300px) {
  .debugger:after {
    content: " 1300px"; }
  .debugger:before {
    content: "$xxl: "; } }

@media only screen and (min-width: 1400px) {
  .debugger:after {
    content: " 1400px"; }
  .debugger:before {
    content: "$xxxl: "; } }

@media only screen and (min-width: 1500px) {
  .debugger:after {
    content: " 1500px"; }
  .debugger:before {
    content: "$xxxxl: "; } }

@media only screen and (min-width: 1600px) {
  .debugger:after {
    content: " 1600px"; }
  .debugger:before {
    content: "$xxxxxl: "; } }

@media only screen and (min-width: 1700px) {
  .debugger:after {
    content: " 1700px"; }
  .debugger:before {
    content: "$xxxxxxl: "; } }

.debugger {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px 15px;
  background: rgba(204, 204, 204, .5);
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: right; }
  .debugger:before {
    color: red;
    text-transform: uppercase; }

.debugger-block {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .4; }

#BetterNavigator {
  top: 50% !important; }

[data-gy~="wrap"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  [data-gy~="wrap"] *,
  [data-gy~="wrap"] *::before,
  [data-gy~="wrap"] *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

[data-gy*="g"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-left: -10px;
  margin-right: -10px; }

[data-gy*="c"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px 20px; }

[data-gy="c"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

[data-gy*="g"][data-gy*="c"] {
  margin: 0;
  padding: 0; }

[data-gy-h~="g-no-gutter"] {
  margin: 0; }
  [data-gy-h~="g-no-gutter"] > [data-gy*="c"] {
    padding: 0; }

[data-gy-h~="g-center"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

[data-gy-h~="g-right"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto; }

[data-gy-h~="g-top"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

[data-gy-h~="g-middle"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

[data-gy-h~="g-bottom"] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

[data-gy-h~="g-reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

[data-gy-h][data-gy-h~="g-column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  [data-gy-h][data-gy-h~="g-column"] > [data-gy*="c"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

[data-gy-h][data-gy-h~="g-column-reverse"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  [data-gy-h][data-gy-h~="g-column-reverse"] > [data-gy*="c"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

[data-gy-h~="g-space-between"] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

[data-gy-h~="g-space-around"] {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

[data-gy-h~="g-equal-height"] > [data-gy*="c"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[data-gy-h~="g-no-bottom"] > [data-gy*="c"] {
  padding-bottom: 0; }

[data-gy-h~="c-column"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

[data-gy-h~="c-top"] {
  -ms-flex-item-align: start;
      align-self: flex-start; }

[data-gy-h~="c-middle"] {
  -ms-flex-item-align: center;
      align-self: center; }

[data-gy-h~="c-bottom"] {
  -ms-flex-item-align: end;
      align-self: flex-end; }

[data-gy-h~="c-first"] {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

[data-gy-h~="c-last"] {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

[data-gy-h~="order-1"] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

[data-gy-h~="order-2"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

[data-gy-h~="order-3"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

[data-gy-h~="order-4"] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

[data-gy-h~="order-5"] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

[data-gy-h~="order-6"] {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

[data-gy-h~="order-7"] {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

[data-gy-h~="order-8"] {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

[data-gy-h~="order-9"] {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

[data-gy-h~="order-10"] {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

[data-gy-h~="order-11"] {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

[data-gy-h~="order-12"] {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

@media only screen and (min-width: 400px) {
  [data-gy-h~="order-s-1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  [data-gy-h~="order-s-2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  [data-gy-h~="order-s-3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  [data-gy-h~="order-s-4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  [data-gy-h~="order-s-5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  [data-gy-h~="order-s-6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  [data-gy-h~="order-s-7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  [data-gy-h~="order-s-8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  [data-gy-h~="order-s-9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  [data-gy-h~="order-s-10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  [data-gy-h~="order-s-11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  [data-gy-h~="order-s-12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media only screen and (min-width: 768px) {
  [data-gy-h~="order-m-1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  [data-gy-h~="order-m-2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  [data-gy-h~="order-m-3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  [data-gy-h~="order-m-4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  [data-gy-h~="order-m-5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  [data-gy-h~="order-m-6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  [data-gy-h~="order-m-7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  [data-gy-h~="order-m-8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  [data-gy-h~="order-m-9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  [data-gy-h~="order-m-10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  [data-gy-h~="order-m-11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  [data-gy-h~="order-m-12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media only screen and (min-width: 1100px) {
  [data-gy-h~="order-l-1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  [data-gy-h~="order-l-2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  [data-gy-h~="order-l-3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  [data-gy-h~="order-l-4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  [data-gy-h~="order-l-5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  [data-gy-h~="order-l-6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  [data-gy-h~="order-l-7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  [data-gy-h~="order-l-8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  [data-gy-h~="order-l-9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  [data-gy-h~="order-l-10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  [data-gy-h~="order-l-11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  [data-gy-h~="order-l-12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

[data-gy][data-gy-h~="off-0"] {
  margin-left: 0%; }

[data-gy][data-gy-h~="off-1"] {
  margin-left: 8.33333%; }

[data-gy][data-gy-h~="off-2"] {
  margin-left: 16.66667%; }

[data-gy][data-gy-h~="off-3"] {
  margin-left: 25%; }

[data-gy][data-gy-h~="off-4"] {
  margin-left: 33.33333%; }

[data-gy][data-gy-h~="off-5"] {
  margin-left: 41.66667%; }

[data-gy][data-gy-h~="off-6"] {
  margin-left: 50%; }

[data-gy][data-gy-h~="off-7"] {
  margin-left: 58.33333%; }

[data-gy][data-gy-h~="off-8"] {
  margin-left: 66.66667%; }

[data-gy][data-gy-h~="off-9"] {
  margin-left: 75%; }

[data-gy][data-gy-h~="off-10"] {
  margin-left: 83.33333%; }

[data-gy][data-gy-h~="off-11"] {
  margin-left: 91.66667%; }

@media only screen and (min-width: 400px) {
  [data-gy][data-gy-h~="off-s-0"] {
    margin-left: 0%; }
  [data-gy][data-gy-h~="off-s-1"] {
    margin-left: 8.33333%; }
  [data-gy][data-gy-h~="off-s-2"] {
    margin-left: 16.66667%; }
  [data-gy][data-gy-h~="off-s-3"] {
    margin-left: 25%; }
  [data-gy][data-gy-h~="off-s-4"] {
    margin-left: 33.33333%; }
  [data-gy][data-gy-h~="off-s-5"] {
    margin-left: 41.66667%; }
  [data-gy][data-gy-h~="off-s-6"] {
    margin-left: 50%; }
  [data-gy][data-gy-h~="off-s-7"] {
    margin-left: 58.33333%; }
  [data-gy][data-gy-h~="off-s-8"] {
    margin-left: 66.66667%; }
  [data-gy][data-gy-h~="off-s-9"] {
    margin-left: 75%; }
  [data-gy][data-gy-h~="off-s-10"] {
    margin-left: 83.33333%; }
  [data-gy][data-gy-h~="off-s-11"] {
    margin-left: 91.66667%; } }

@media only screen and (min-width: 768px) {
  [data-gy][data-gy-h~="off-m-0"] {
    margin-left: 0%; }
  [data-gy][data-gy-h~="off-m-1"] {
    margin-left: 8.33333%; }
  [data-gy][data-gy-h~="off-m-2"] {
    margin-left: 16.66667%; }
  [data-gy][data-gy-h~="off-m-3"] {
    margin-left: 25%; }
  [data-gy][data-gy-h~="off-m-4"] {
    margin-left: 33.33333%; }
  [data-gy][data-gy-h~="off-m-5"] {
    margin-left: 41.66667%; }
  [data-gy][data-gy-h~="off-m-6"] {
    margin-left: 50%; }
  [data-gy][data-gy-h~="off-m-7"] {
    margin-left: 58.33333%; }
  [data-gy][data-gy-h~="off-m-8"] {
    margin-left: 66.66667%; }
  [data-gy][data-gy-h~="off-m-9"] {
    margin-left: 75%; }
  [data-gy][data-gy-h~="off-m-10"] {
    margin-left: 83.33333%; }
  [data-gy][data-gy-h~="off-m-11"] {
    margin-left: 91.66667%; } }

@media only screen and (min-width: 1100px) {
  [data-gy][data-gy-h~="off-l-0"] {
    margin-left: 0%; }
  [data-gy][data-gy-h~="off-l-1"] {
    margin-left: 8.33333%; }
  [data-gy][data-gy-h~="off-l-2"] {
    margin-left: 16.66667%; }
  [data-gy][data-gy-h~="off-l-3"] {
    margin-left: 25%; }
  [data-gy][data-gy-h~="off-l-4"] {
    margin-left: 33.33333%; }
  [data-gy][data-gy-h~="off-l-5"] {
    margin-left: 41.66667%; }
  [data-gy][data-gy-h~="off-l-6"] {
    margin-left: 50%; }
  [data-gy][data-gy-h~="off-l-7"] {
    margin-left: 58.33333%; }
  [data-gy][data-gy-h~="off-l-8"] {
    margin-left: 66.66667%; }
  [data-gy][data-gy-h~="off-l-9"] {
    margin-left: 75%; }
  [data-gy][data-gy-h~="off-l-10"] {
    margin-left: 83.33333%; }
  [data-gy][data-gy-h~="off-l-11"] {
    margin-left: 91.66667%; } }

[data-gy~="g-1"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

[data-gy~="g-2"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[data-gy~="g-3"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

[data-gy~="g-4"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[data-gy~="g-5"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }

[data-gy~="g-6"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

[data-gy~="g-7"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
  max-width: 14.28571%; }

[data-gy~="g-8"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%; }

[data-gy~="g-9"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
  max-width: 11.11111%; }

[data-gy~="g-10"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%; }

[data-gy~="g-11"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
  max-width: 9.09091%; }

[data-gy~="g-12"] > [data-gy*='c'] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

@media only screen and (min-width: 400px) {
  [data-gy~="gs-1"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-gy~="gs-2"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-gy~="gs-3"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [data-gy~="gs-4"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-gy~="gs-5"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [data-gy~="gs-6"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [data-gy~="gs-7"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [data-gy~="gs-8"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [data-gy~="gs-9"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [data-gy~="gs-10"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [data-gy~="gs-11"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [data-gy~="gs-12"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 768px) {
  [data-gy~="gm-1"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-gy~="gm-2"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-gy~="gm-3"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [data-gy~="gm-4"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-gy~="gm-5"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [data-gy~="gm-6"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [data-gy~="gm-7"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [data-gy~="gm-8"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [data-gy~="gm-9"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [data-gy~="gm-10"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [data-gy~="gm-11"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [data-gy~="gm-12"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 1100px) {
  [data-gy~="gl-1"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-gy~="gl-2"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-gy~="gl-3"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [data-gy~="gl-4"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-gy~="gl-5"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [data-gy~="gl-6"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [data-gy~="gl-7"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [data-gy~="gl-8"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [data-gy~="gl-9"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [data-gy~="gl-10"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [data-gy~="gl-11"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [data-gy~="gl-12"] > [data-gy*='c'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

[data-gy*="g"] > [data-gy~='c-auto'] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  max-width: 100%; }

[data-gy*="g"] > [data-gy~='c-1'] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

[data-gy*="g"] > [data-gy~='c-2'] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

[data-gy*="g"] > [data-gy~='c-3'] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[data-gy*="g"] > [data-gy~='c-4'] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

[data-gy*="g"] > [data-gy~='c-5'] {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%; }

[data-gy*="g"] > [data-gy~='c-6'] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[data-gy*="g"] > [data-gy~='c-7'] {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%; }

[data-gy*="g"] > [data-gy~='c-8'] {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%; }

[data-gy*="g"] > [data-gy~='c-9'] {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

[data-gy*="g"] > [data-gy~='c-10'] {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%; }

[data-gy*="g"] > [data-gy~='c-11'] {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%; }

[data-gy*="g"] > [data-gy~='c-12'] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

@media only screen and (min-width: 400px) {
  [data-gy*="g"] > [data-gy~='cs-auto'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    max-width: 100%; }
  [data-gy*="g"] > [data-gy~='cs-1'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [data-gy*="g"] > [data-gy~='cs-2'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [data-gy*="g"] > [data-gy~='cs-3'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-gy*="g"] > [data-gy~='cs-4'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [data-gy*="g"] > [data-gy~='cs-5'] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [data-gy*="g"] > [data-gy~='cs-6'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-gy*="g"] > [data-gy~='cs-7'] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [data-gy*="g"] > [data-gy~='cs-8'] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [data-gy*="g"] > [data-gy~='cs-9'] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-gy*="g"] > [data-gy~='cs-10'] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [data-gy*="g"] > [data-gy~='cs-11'] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [data-gy*="g"] > [data-gy~='cs-12'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 768px) {
  [data-gy*="g"] > [data-gy~='cm-auto'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    max-width: 100%; }
  [data-gy*="g"] > [data-gy~='cm-1'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [data-gy*="g"] > [data-gy~='cm-2'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [data-gy*="g"] > [data-gy~='cm-3'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-gy*="g"] > [data-gy~='cm-4'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [data-gy*="g"] > [data-gy~='cm-5'] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [data-gy*="g"] > [data-gy~='cm-6'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-gy*="g"] > [data-gy~='cm-7'] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [data-gy*="g"] > [data-gy~='cm-8'] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [data-gy*="g"] > [data-gy~='cm-9'] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-gy*="g"] > [data-gy~='cm-10'] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [data-gy*="g"] > [data-gy~='cm-11'] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [data-gy*="g"] > [data-gy~='cm-12'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 1100px) {
  [data-gy*="g"] > [data-gy~='cl-auto'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    max-width: 100%; }
  [data-gy*="g"] > [data-gy~='cl-1'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [data-gy*="g"] > [data-gy~='cl-2'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [data-gy*="g"] > [data-gy~='cl-3'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-gy*="g"] > [data-gy~='cl-4'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [data-gy*="g"] > [data-gy~='cl-5'] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [data-gy*="g"] > [data-gy~='cl-6'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-gy*="g"] > [data-gy~='cl-7'] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [data-gy*="g"] > [data-gy~='cl-8'] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [data-gy*="g"] > [data-gy~='cl-9'] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-gy*="g"] > [data-gy~='cl-10'] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [data-gy*="g"] > [data-gy~='cl-11'] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [data-gy*="g"] > [data-gy~='cl-12'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

.map-page {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  body.tender-layout .map-page {
    height: 60vh; }
    @media only screen and (min-width: 768px) {
      body.tender-layout .map-page {
        height: auto;
        width: 100%; }
        body.tender-layout .map-page:before {
          content: '';
          display: block;
          padding-top: 56.28866%; } }

.map-container {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative; }
  html.-filters-open .map-container {
    width: calc(100% - 400px);
    margin-left: auto; }
  body.tender-layout .map-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.map-canvas {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.map-marker {
  width: 19px;
  height: 26px;
  background: url(/engine/dist/src/img/icons/icon_2px-fc80a99b71b334319d369ffb0f96b5f6.svg) no-repeat center;
  cursor: pointer; }
  .map-marker.-has-competitor {
    background-image: url(/engine/dist/src/img/icons/icon_2px_alt-a046e6792189219d4ebc96559f8f8ebf.svg); }
  .map-marker.-no-company {
    display: none;
    display: block;
    background-image: url(/engine/dist/src/img/icons/icon_2px_alt_2-101c4d4d7f748e067ef7826182c14778.svg); }

.map-marker-content {
  border-top: 7px solid #00AEEF;
  background-color: #ffffff;
  width: 320px;
  padding: 0;
  -webkit-box-shadow: 0 3px 40px rgba(78, 76, 77, .2);
          box-shadow: 0 3px 40px rgba(78, 76, 77, .2); }
  .map-marker-content:after {
    content: '';
    position: absolute;
    border-style: solid; }
  .mapboxgl-popup-anchor-bottom .map-marker-content:after {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 14px 19px 0 19px;
    border-color: #ffffff transparent transparent transparent; }
  .mapboxgl-popup-anchor-top .map-marker-content:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 100%;
    border-width: 0 19px 14px 19px;
    border-color: transparent transparent #00AEEF transparent; }
  .mapboxgl-popup-anchor-left .map-marker-content:after {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-width: 19px 14px 19px 0;
    border-color: transparent #ffffff transparent transparent; }
  .mapboxgl-popup-anchor-right .map-marker-content:after {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-width: 19px 0 19px 14px;
    border-color: transparent transparent transparent #ffffff; }

.map-popup-wrapper .mapboxgl-popup-tip {
  display: none; }

.map-popup-wrapper .mapboxgl-popup-content {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.map-popup-wrapper .mapboxgl-popup-close-button {
  display: none; }

.page-loader {
  display: none;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 84, 166, .8);
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility .5s ease, opacity .5s ease;
  transition: visibility .5s ease, opacity .5s ease; }
  body.map-loaded .page-loader {
    display: block; }
  .page-loader.-loaded {
    opacity: 0;
    visibility: hidden; }

.page-loader-container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  color: #ffffff; }

.page-loader-canvas {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 0 5px; }

.load-radar {
  -webkit-animation: radarRotate 1s linear infinite;
          animation: radarRotate 1s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center; }

@-webkit-keyframes radarRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes radarRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.page-menu {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
  background: #00AEEF;
  color: #ffffff;
  padding: 5px 10px; }

.page-menu__item {
  width: 30px;
  padding: 11px 0 11px; }
  .page-menu__item:not(:last-of-type) {
    border-bottom: 1px solid #ffffff; }

.page-menu__item-link {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 14px;
  /*
  font-size: 0;
  &.-link-1 {
    &:after {
      @include single-icon(22px, 22px, 22px, 22px, $icon-filters)
    }
  }
  &.-link-2 {
    &:after {
      @include single-icon(22px, 22px, 22px, 22px, $icon-world)
    }
  }
  */ }
  @media only screen and (min-width: 1100px) {
    .page-menu__item-link {
      font-size: 22px; } }

.filter-simple-wrapper {
  padding-left: 40px;
  margin-top: 20px; }

.filters-wrapper {
  padding: 0 0 20px; }

.js-filter-clear-wrapper {
  display: none; }
  .js-filter-clear-wrapper.-active {
    display: block; }

.filter-simple {
  padding: 0;
  color: rgba(0, 84, 166, .5);
  text-decoration: underline;
  background: none;
  font-weight: normal; }
  .filter-simple:hover {
    color: rgba(0, 84, 166, .5);
    background: transparent;
    text-decoration: none; }
  .filter-simple.-faux-input {
    position: relative;
    text-decoration: none;
    color: #4E4C4D; }
    .filter-simple.-faux-input:hover, .filter-simple.-faux-input:active, .filter-simple.-faux-input:focus {
      background: none; }
    .filter-simple.-faux-input:before {
      content: '';
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      background-color: rgba(0, 84, 166, .05);
      margin-top: -2px; }
    .filter-simple.-faux-input:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 5px;
      width: 10px;
      height: 10px;
      background-color: transparent;
      margin-top: -2px; }
    body.-show-competitors .filter-simple.-faux-input:after {
      background-color: #0054A6; }

.map-filter-count-clear {
  position: absolute;
  left: 100%;
  top: 0;
  font-weight: normal;
  padding: 15px 20px;
  font-size: 16px;
  color: #00AEEF;
  background-color: #ffffff;
  line-height: 20px; }
  .map-filter-count-clear:after {
    content: 'Clear filters';
    margin-left: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background: #ffffff;
    padding: 15px 20px 15px 0;
    opacity: 0;
    visibility: hidden; }
  .map-filter-count-clear:hover {
    background-color: #ffffff;
    color: #00AEEF; }
    .map-filter-count-clear:hover:after {
      opacity: 1;
      visibility: visible; }

.map-filter {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  background-color: #ffffff;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  @media only screen and (min-width: 768px) {
    .map-filter {
      width: 400px; } }
  .map-filter.-active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.map-filter-container {
  height: 100%;
  overflow-y: auto; }

.map-filter-count {
  z-index: 20;
  position: absolute;
  left: 50px;
  top: 0;
  line-height: 1;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #00AEEF;
  color: #ffffff;
  white-space: nowrap;
  padding: 15px 20px 15px 0;
  letter-spacing: .2em;
  display: none; }
  @media only screen and (min-width: 1100px) {
    .map-filter-count {
      font-size: 20px; } }
  .map-filter-count.-active {
    display: block; }
  .map-filter-count:before {
    content: attr(data-count); }

.js-competitor-toggle-wrapper {
  display: none; }
  .js-competitor-toggle-wrapper.-active {
    display: block; }

.map-filter-heading {
  padding: 13px 10px 13px 50px;
  background-color: #00AEEF;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  pointer-events: none; }
  .map-filter-heading:before {
    content: "\E905";
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: 18px;
    top: 18px;
    cursor: pointer;
    pointer-events: auto; }
  .map-filter-heading:hover:before {
    color: #0054A6; }

.map-filter-content {
  padding: 20px; }
  @media only screen and (min-width: 1100px) {
    .map-filter-content {
      padding: 50px 40px; } }

.filter-group-container {
  overflow: hidden; }

.filter-group-heading {
  position: relative;
  color: #0054A6;
  padding: 20px 40px 20px 40px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .filter-group-heading:before {
    content: '';
    border-left: 5px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  .filter-group-heading:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 24px;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #0054A6; }
  .filter-group-heading:hover {
    color: #00AEEF;
    background-color: rgba(0, 84, 166, .05); }
    .filter-group-heading:hover:before {
      border-left-color: #00AEEF; }
    .filter-group-heading:hover:after {
      border-left-color: #00AEEF; }
  .filter-group-heading.-active {
    background-color: transparent;
    color: #0054A6; }
    .filter-group-heading.-active:before {
      -webkit-transform: scaleY(100);
              transform: scaleY(100);
      border-left-color: #0054A6; }
    .filter-group-heading.-active:after {
      border-left-color: #0054A6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.filter-group-wrapper {
  display: none; }
  .filter-group-heading.-active + .filter-group-wrapper {
    display: block; }

.filter-group {
  padding: 0 40px; }

.filter-group__item {
  margin: 0 0 20px; }

.filter-group__action {
  display: none; }

.filter-group__title {
  margin: 0;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  cursor: pointer; }
  .filter-group__title:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -2px;
    background-color: rgba(0, 84, 166, .05); }
  .filter-group__title:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    margin-top: -2px;
    background-color: transparent; }
  .filter-group__action:checked + .filter-group__title:after {
    background-color: #0054A6; }

.map-quick-links-group {
  padding-top: 5px; }

.filter-quick-link {
  line-height: 1;
  color: #4E4C4D;
  font-size: 20px; }

.map-actions-container {
  z-index: 20;
  position: absolute;
  right: 0;
  top: 0; }

.map-actions {
  background: #00AEEF;
  color: #ffffff;
  padding: 5px 10px; }

.map-actions__item {
  width: 30px;
  padding: 18px 0 18px; }
  .map-actions__item:not(:last-of-type) {
    border-bottom: 1px solid #ffffff; }

.map-actions__action {
  overflow: hidden;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 0; }
  .map-actions__action:after {
    display: inline-block; }
  .map-actions__action.-action-1:after {
    content: "\E904";
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px; }
  .map-actions__action.-action-2:after {
    content: "\E903";
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px; }
  .map-actions__action.-action-3:after {
    content: "\E902";
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px; }

.office-items {
  max-height: 300px;
  overflow-y: auto; }
  @media only screen and (min-width: 992px) {
    .office-items {
      max-height: 300px; } }
  .office-items.-open {
    visibility: hidden; }

.office-item.-hidden {
  display: none; }

.office-item__heading {
  padding: 13px 40px 13px 20px;
  line-height: 1;
  font-size: 14px;
  color: #0054A6;
  position: relative;
  cursor: pointer; }
  .office-item__heading:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 16px;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #0054A6; }
  .office-item__heading:hover {
    background-color: rgba(0, 84, 166, .05); }
    .office-item__heading:hover:after {
      border-left-color: #00AEEF; }
  .office-item__heading[data-type="competitor"] {
    color: #D51700;
    pointer-events: none; }
    .office-item__heading[data-type="competitor"]:after {
      display: none; }
    body.-show-competitors .office-item__heading[data-type="competitor"] {
      display: block; }

.office-item__details {
  display: none;
  border-top: 7px solid #00AEEF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1; }
  .office-item__heading.-active + .office-item__details {
    visibility: visible;
    display: block; }

.office-item__details-title {
  font-size: 14px;
  position: relative;
  padding: 15px 20px 4px;
  line-height: 1;
  color: #0054A6; }
  .office-item__details-title:after {
    content: "\E905";
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 15px; }

.office-item__list {
  padding: 20px; }

.office-item__list-item {
  font-size: 14px;
  margin: 0 0 1em; }
  .office-item__list-item:last-of-type {
    margin-bottom: 0; }

body {
  opacity: 0;
  visibility: hidden; }
  body.map-loaded {
    opacity: 1;
    visibility: visible; }

.map-content {
  display: none;
  padding: 44px 0 48px; }
  .map-content h1 {
    font-size: 30px;
    margin: 0 0 15px; }
  body.tender-layout .map-content {
    display: block; }

.map-footer {
  display: none;
  padding: 25px 0; }
  body.tender-layout .map-footer {
    display: block; }

.logo-wrapper {
  border-bottom: 1px solid #D8D6D6;
  margin: 0 0 40px;
  padding: 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.logo {
  max-width: 40%;
  width: 220px;
  height: auto;
  display: inline-block; }

.second-logo {
  width: 185px;
  max-width: 40%; }
  @media only screen and (min-width: 768px) {
    .second-logo {
      margin-top: -10px; } }
var map = {
	"./continents": [
		"./src/js/data/continents.js",
		0
	],
	"./continents.js": [
		"./src/js/data/continents.js",
		0
	],
	"./countries": [
		"./src/js/data/countries.js",
		1
	],
	"./countries.js": [
		"./src/js/data/countries.js",
		1
	]
};
function webpackAsyncContext(req) {
	if(!__webpack_require__.o(map, req)) {
		return Promise.resolve().then(function() {
			var e = new Error("Cannot find module '" + req + "'");
			e.code = 'MODULE_NOT_FOUND';
			throw e;
		});
	}

	var ids = map[req], id = ids[0];
	return __webpack_require__.e(ids[1]).then(function() {
		return __webpack_require__.t(id, 7);
	});
}
webpackAsyncContext.keys = function webpackAsyncContextKeys() {
	return Object.keys(map);
};
webpackAsyncContext.id = "./src/js/data lazy recursive ^\\.\\/.*$";
module.exports = webpackAsyncContext;