/*!
Theme Name: Mobilly theme
Author: Emils Delle
Description: Wordpress theme for Mobilly website (2018)
Version: 1.10.1

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Environment
  ## Variables
# Typography
# Blocks
# Elements
# Third-Party
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Environment
--------------------------------------------------------------*/
/* Brand colors */
/* Monochrome shades (darkest to lighest) */
/* Gradients */
/* Text colors */
/* Button colors */
/* Other colors */
/*!
To learn more about space, read "Space in design systems" by Nathan Curtis.
URL: https://medium.com/eightshapes-llc/space-in-design-systems-188bcbae0d62
*/
/* Inset (square) is like the matte of photo. Use for padding on all sides. */
/* Stack is what is sounds like - stack. Use for top/bottom margins. */
/* Individual spaces. Mainly for inline space (left, right margins) */
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.is-desktop-only {
  display: none;
}
@media screen and (min-width: 1000px) {
  .is-desktop-only {
    display: block;
  }
}

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

/*--------------------------------------------------------------
# Third-Party
--------------------------------------------------------------*/
@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.tabs, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.accordions .accordion:not(:last-child), .tabs:not(:last-child), .level:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before {
  height: 2px;
  width: 50%;
}
.modal-close::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal-background, .modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.container {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
    width: 960px;
  }
  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 1183px) {
  .container.is-widescreen {
    max-width: 1120px;
    width: auto;
  }
}
@media screen and (min-width: 1184px) {
  .container {
    max-width: 1120px;
    width: 1120px;
  }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 16px;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1184px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
}
.columns:last-child {
  margin-bottom: -16px;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 16px);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item {
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: #363636;
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #363636;
}
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #363636;
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: #363636;
  }
  .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: #363636;
  }
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #363636;
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #363636;
  }
}
.navbar.is-dark {
  background-color: #363636;
  color: whitesmoke;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}
.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: whitesmoke;
  }
}
.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #3273dc;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3273dc;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: #209cee;
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: #ff3860;
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff1f4b;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #3273dc;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link {
  padding-right: 2.5em;
}
.navbar-link::after {
  border-color: #3273dc;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item {
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -1rem;
  }
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -1rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:hover),
.navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}
.modal {
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}
.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}
.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}
.tabs.is-toggle li.is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}

.columns {
  margin: -20px -20px 0;
}
.columns:last-child {
  margin-bottom: -20px;
}

.column {
  padding: 20px;
}

.section {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 769px) {
  .section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .columns {
    margin: -16px;
  }
  .columns:last-child {
    margin-bottom: 0;
  }

  .column {
    padding: 16px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

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

.carousel-dots-desktop:hover, .slick-arrow:hover {
  cursor: pointer;
}

header .container {
  z-index: 4;
}

@media screen and (min-width: 769px) {
  .page-home .parallax-mirror:nth-child(2) {
    -webkit-clip-path: ellipse(100% 50% at 50% 31%);
    clip-path: ellipse(100% 50% at 50% 31%);
  }
}
@media screen and (max-width: 769px) {
  .page-home .parallax-mirror:first-child {
    display: none;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: local("Rubik Light"), url("assets/fonts/rubik/Rubik-Light.woff2") format("woff2"), url("assets/fonts/rubik/Rubik-Light.woff") format("woff"), url("assets/fonts/rubik/Rubik-Light.ttf") format("truetype"), url("assets/fonts/rubik/Rubik-Light.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: local("Rubik Regular"), url("assets/fonts/rubik/Rubik-Regular.woff2") format("woff2"), url("assets/fonts/rubik/Rubik-Regular.woff") format("woff"), url("assets/fonts/rubik/Rubik-Regular.ttf") format("truetype"), url("assets/fonts/rubik/Rubik-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: local("Rubik Medium"), url("assets/fonts/rubik/Rubik-Medium.woff2") format("woff2"), url("assets/fonts/rubik/Rubik-Medium.woff") format("woff"), url("assets/fonts/rubik/Rubik-Medium.ttf") format("truetype"), url("assets/fonts/rubik/Rubik-Medium.eot") format("embedded-opentype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

h1 {
  font-size: 45px;
  line-height: 53px;
  opacity: 1;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  h1 {
    font-size: 48px;
    line-height: 72px;
    opacity: 1;
  }
}

h2 {
  font-size: 34px;
  line-height: 41px;
  opacity: 1;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
  }
}

h3 {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
  }
}

h4 {
  font-size: 18px;
  line-height: 22px;
  opacity: 1;
  font-weight: 500;
}

h5 {
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
}

p {
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  margin: 0;
}
p.paragraph--highlight {
  font-size: 21px;
  line-height: 32px;
  opacity: 1;
}
p.paragraph--narrow {
  font-size: 16px;
  line-height: 22px;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 18px;
    line-height: 28px;
    opacity: 1;
  }
  p.paragraph--highlight {
    font-size: 30px;
    line-height: 40px;
    opacity: 1;
  }
  p.paragraph--narrow {
    font-size: 18px;
    line-height: 24px;
    opacity: 1;
  }
}

span.label {
  font-size: 12px;
  line-height: 28px;
  opacity: 1;
  background-color: #3568c3;
  border-radius: 12px;
  color: #fff;
  height: 24px;
  padding: 5px 10px;
  text-transform: uppercase;
}
span.label.hide {
  display: none;
}
span.tag {
  font-size: 12px;
  line-height: 28px;
  opacity: 1;
  color: #8c8c8c;
  text-transform: uppercase;
}

strong {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.accordions .accordion {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 4px;
  font-size: 1rem;
}
.accordions .accordion strong {
  color: currentColor;
}
.accordions .accordion a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}
.accordions .accordion.is-small {
  font-size: 0.75rem;
}
.accordions .accordion.is-medium {
  font-size: 1.25rem;
}
.accordions .accordion.is-large {
  font-size: 1.5rem;
}
.accordions .accordion:not(:first-child) .accordion-header {
  border-radius: 0;
}
.accordions .accordion:not(:last-child) {
  margin-bottom: 0;
}
.accordions .accordion:not(:last-child) .accordion-content {
  border-radius: 0;
}
.accordions .accordion .toggle,
.accordions .accordion [data-action=toggle] {
  cursor: pointer;
}
.accordions .accordion .accordion-header {
  align-items: center;
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  padding: 18px 0 0 0;
  position: relative;
}
.accordions .accordion .accordion-header .toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
  height: 20px;
  width: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
}
.accordions .accordion .accordion-header .toggle::before {
  color: white;
  display: block;
  left: 0;
  position: absolute;
  top: -0.1em;
  right: 0;
  bottom: 0;
  content: "+";
}
.accordions .accordion .accordion-header .toggle::after {
  display: none;
}
.accordions .accordion .accordion-header + .accordion-body {
  overflow-y: hidden;
  max-height: 0;
  color: #4a4a4a;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  transition: max-height 0.2s ease;
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content {
  padding: 0 0;
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content code,
.accordions .accordion .accordion-header + .accordion-body .accordion-content pre {
  background-color: white;
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content pre code {
  background-color: transparent;
}
.accordions .accordion.is-active .accordion-header .toggle::before {
  content: "-";
}
.accordions .accordion.is-active .accordion-body {
  max-height: 100em;
}
.accordions .accordion.is-white {
  background-color: white;
}
.accordions .accordion.is-white .accordion-header {
  background-color: white;
  color: #0a0a0a;
}
.accordions .accordion.is-white .accordion-content {
  border-color: white;
  color: #4d4d4d;
}
.accordions .accordion.is-black {
  background-color: #fafafa;
}
.accordions .accordion.is-black .accordion-header {
  background-color: #0a0a0a;
  color: white;
}
.accordions .accordion.is-black .accordion-content {
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.accordions .accordion.is-light {
  background-color: #fafafa;
}
.accordions .accordion.is-light .accordion-header {
  background-color: whitesmoke;
  color: #363636;
}
.accordions .accordion.is-light .accordion-content {
  border-color: whitesmoke;
  color: #4f4f4f;
}
.accordions .accordion.is-dark {
  background-color: #fafafa;
}
.accordions .accordion.is-dark .accordion-header {
  background-color: #363636;
  color: whitesmoke;
}
.accordions .accordion.is-dark .accordion-content {
  border-color: #363636;
  color: #2a2a2a;
}
.accordions .accordion.is-primary {
  background-color: #f5fffd;
}
.accordions .accordion.is-primary .accordion-header {
  background-color: #00d1b2;
  color: #fff;
}
.accordions .accordion.is-primary .accordion-content {
  border-color: #00d1b2;
  color: #021310;
}
.accordions .accordion.is-link {
  background-color: #f6f9fe;
}
.accordions .accordion.is-link .accordion-header {
  background-color: #3273dc;
  color: #fff;
}
.accordions .accordion.is-link .accordion-content {
  border-color: #3273dc;
  color: #22509a;
}
.accordions .accordion.is-info {
  background-color: #f6fbfe;
}
.accordions .accordion.is-info .accordion-header {
  background-color: #209cee;
  color: #fff;
}
.accordions .accordion.is-info .accordion-content {
  border-color: #209cee;
  color: #12537e;
}
.accordions .accordion.is-success {
  background-color: #f6fef9;
}
.accordions .accordion.is-success .accordion-header {
  background-color: #23d160;
  color: #fff;
}
.accordions .accordion.is-success .accordion-content {
  border-color: #23d160;
  color: #0e311a;
}
.accordions .accordion.is-warning {
  background-color: #fffdf5;
}
.accordions .accordion.is-warning .accordion-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
.accordions .accordion.is-warning .accordion-content {
  border-color: #ffdd57;
  color: #3c3108;
}
.accordions .accordion.is-danger {
  background-color: #fff5f7;
}
.accordions .accordion.is-danger .accordion-header {
  background-color: #ff3860;
  color: #fff;
}
.accordions .accordion.is-danger .accordion-content {
  border-color: #ff3860;
  color: #cd0930;
}

.site-header .accordions.mobile .options .options__step-item {
  position: relative;
}
.site-header .accordions.mobile .options .options__step-item::before {
  position: absolute;
  left: -40px;
}
.site-header .accordions.mobile .options .options__step-item::after {
  left: -24px;
  top: 24px;
  height: 100%;
}
.site-header .accordions.mobile .options .options__text {
  list-style: none;
}

.accordions .accordion .accordion-header + .accordion-body {
  display: none;
  max-height: none;
}

.page-home .banner__content {
  top: 120px;
  transform: none;
}
.page-home .banner-wrapper.small {
  height: 360px;
}

.banner {
  background-position: center;
  background-size: cover;
  height: 100%;
  max-width: 1384px;
  padding: 0;
  transition: transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  width: 100%;
}
.banner__missing {
  height: 3rem;
}
.banner__content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.banner__content .banner__title {
  font-size: 28px;
  line-height: 33px;
  opacity: 1;
  margin-top: 16px;
  margin-bottom: 8px;
}
.big .banner__content .banner__title {
  font-weight: 300;
}
.banner__content .banner__subtitle {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 16px;
}
.banner.dark {
  position: relative;
}
.banner.dark:before {
  background-color: #262322;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.banner.dark ~ .banner__content {
  color: #f7f7f7;
}
.banner.light {
  position: relative;
}
.banner.light:before {
  background-color: #fAf5f2;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.banner.no-image {
  position: relative;
}
.banner.no-image:before {
  background-color: #fAf5f2;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
}

.banner-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.banner-wrapper.small {
  height: 240px;
}
.banner-wrapper.big {
  height: 360px;
}
.banner-wrapper .label {
  line-height: 15px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .banner__content,
.page-home .banner__content {
    text-align: left;
  }
  .banner__content .banner__subtitle,
.page-home .banner__content .banner__subtitle {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 24px;
  }

  .page-home .banner-wrapper.small {
    height: 160px;
  }

  .page-home .banner__content {
    top: 96px;
    transform: none;
  }
  .page-home .banner__content .label {
    top: -80px;
  }

  .banner-wrapper {
    margin: 96px auto 0;
    width: calc(100% - 64px);
  }
  .banner-wrapper:hover .banner, .banner-wrapper:focus .banner {
    transform: scale(1.1);
  }
  .banner-wrapper.small {
    height: 160px;
    max-width: 1120px;
  }
  .banner-wrapper.small .label {
    top: -40px;
  }
  .banner-wrapper.small .banner__content {
    top: 30%;
    transform: none;
  }
  .banner-wrapper.small .container {
    max-width: 100%;
    width: 100%;
  }
  .banner-wrapper.small .container .columns {
    margin: -20px -20px 0;
  }
  .banner-wrapper.small .container .column {
    padding: 20px 32px;
  }
  .banner-wrapper.small .banner__title {
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
    font-weight: 400;
    margin-top: 0;
  }
  .banner-wrapper.small .banner__subtitle {
    margin-bottom: 0;
  }
  .banner-wrapper.small .button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .banner-wrapper.big {
    height: 352px;
    max-width: 1341px;
  }
  .banner-wrapper.big .banner__title {
    font-size: 48px;
    line-height: 64px;
    opacity: 1;
    margin-top: 0;
  }
  .page-home .banner-wrapper {
    margin-top: 80px;
  }
  .banner-wrapper .label {
    top: 16px;
    left: 20px;
    transform: translateX(0);
  }
}
.faq {
  background-color: #fAf5f2;
  padding-top: 48px;
  padding-bottom: 64px;
}
.faq__title {
  margin-bottom: 48px;
}
.faq__link {
  text-align: center;
}
.faq .accordions .accordion .accordion-header + .accordion-body {
  transition: max-height 0.375s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  display: none;
  max-height: none;
}
.faq .accordions .accordion.is-active .accordion-header + .accordion-body {
  transition: max-height 0.375s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.faq .accordions {
  margin-bottom: 32px;
}
.faq .accordion {
  border-top: 1px solid rgba(38, 35, 34, 0.1);
  padding: 0 8px;
  margin-top: 8px;
}
.faq .accordion:last-child {
  border-bottom: 1px solid rgba(38, 35, 34, 0.1);
  padding-bottom: 16px;
}
.faq .accordion.is-active .toggle {
  transform: rotate(45deg);
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.faq .accordion.is-active .toggle:before {
  content: "+" !important;
}
.faq .accordion-header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.faq .accordion-header .toggle {
  background: linear-gradient(180deg, #f4822e 0%, #f06623 51.47%, #d96c00 100%);
  border-radius: 50% !important;
  height: 24px !important;
  width: 24px !important;
  min-height: 24px !important;
  min-width: 24px !important;
  max-height: 24px !important;
  max-width: 24px !important;
  margin: -11px 0 0 !important;
  transform: rotate(0deg);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.faq .accordion-header .toggle:before {
  display: none !important;
}
.faq .accordion-header .toggle.rotated {
  transform: rotate(45deg);
}
.faq .accordion-header .toggle img {
  height: 12px;
  width: 12px;
  margin: 6px;
  display: block;
}
.faq .accordion-content {
  padding: 0;
}
.faq .accordion .question__title {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  color: #262626;
  padding-bottom: 8px;
  margin-right: 16px;
}
.faq .accordion .question__answer {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .faq {
    padding-top: 124px;
    padding-bottom: 72px;
  }
  .faq__link {
    text-align: left;
  }
  .faq .accordions {
    margin-bottom: 48px;
  }
  .faq .accordion {
    padding: 0 16px;
    margin-top: 16px;
  }
  .faq .accordion:last-child {
    padding-bottom: 16px;
  }
  .faq .accordion-header {
    padding-top: 24px !important;
  }
  .faq .accordion .question__title {
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
  }
  .faq .accordion .question__answer {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    padding-top: 16px;
    margin-bottom: 24px;
    margin-right: 48px;
  }
}

.features {
  background-color: #fff;
  text-align: center;
}
.features__title {
  margin-bottom: 8px;
}
.features__title:last-child {
  margin-bottom: 32px;
}
.features__subtitle {
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
  margin-bottom: 48px;
}
.features .highlights {
  border-top: 1px solid rgba(38, 35, 34, 0.1);
  padding: 24px 0;
}
.features .highlights .accordion-header {
  color: inherit;
  padding: 0;
}
.features .highlights.is-active .highlights__head-arrow {
  transform: rotate(180deg);
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.features .highlights__head {
  margin-bottom: 0;
  justify-content: flex-start !important;
}
.features .highlights__head-arrow {
  position: absolute;
  right: 0;
  transform: rotate(0deg);
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.features .highlights__icon {
  height: 40px;
  margin-right: 24px !important;
  vertical-align: -2px;
  width: 40px;
}
.features .highlights__title {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  flex-shrink: 1;
  margin-right: 32px !important;
  text-align: left;
}
.features .highlights__text {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin: 8px 48px 0 64px;
  text-align: left;
}
.features .column .highlights {
  margin: -20px 0;
}
.features .column:last-child .highlights {
  border-radius: 0;
  border-bottom: 1px solid rgba(38, 35, 34, 0.1);
}
@media screen and (min-width: 1024px) {
  .features .column:last-child .highlights {
    border-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .features {
    padding-top: 124px;
    padding-bottom: 112px;
  }
  .features__title:last-child {
    margin-bottom: 60px;
  }
  .features__subtitle {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 60px;
  }
  .features .column:first-child {
    padding-right: 16px !important;
  }
  .features .column:not(:first-child):not(:last-child) {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .features .column:last-child {
    padding-left: 16px !important;
  }
  .features .columns .accordions:first-child:nth-last-child(3) .highlights,
.features .columns .accordions:first-child:nth-last-child(3) ~ .accordions .highlights {
    padding: 24px;
  }
  .features .highlights {
    border-top: 0;
    text-align: center;
  }
  .features .highlights__icon {
    display: block;
    margin: 0 auto 24px !important;
    height: 64px;
    width: 64px;
  }
  .features .highlights__icon__big {
    height: 160px;
    width: 160px;
  }
  .features .highlights__title {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
    margin: 0 0 16px !important;
    text-align: center;
  }
  .features .highlights__text {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
    margin: 0;
    text-align: center;
  }
  .features .highlights__body {
    max-height: 100em !important;
  }
  .features .highlights__head {
    flex-direction: column;
    justify-content: center;
  }
  .features .highlights__head-arrow {
    display: none;
  }
}
.features .accordions .accordion-header + .accordion-body {
  display: block;
}

.all-services {
  background-color: #fAf5f2;
}

.service {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
  padding: 32px 20px;
  position: relative;
  text-align: center;
  display: block;
}
.service__logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 90px;
  height: 90px;
  display: inline-block;
  margin-bottom: 20px;
}
.service__title {
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
  color: #f06623;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.service__excerpt {
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
}
.service__arrow {
  background-image: url("assets/images/chevron-right-o.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fAf5f2;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
}

@media screen and (min-width: 769px) {
  .service {
    justify-content: unset;
    padding: 40px;
    display: flex;
  }
  .service .service__arrow {
    display: block;
    flex-grow: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    opacity: 0;
    right: 40px;
    transition: 0.3s;
  }
  .service:hover {
    cursor: pointer;
  }
  .service:hover .service__arrow {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  .service__logo {
    flex-grow: 0 !important;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .service__content {
    text-align: left;
    max-width: 307px;
  }
  .service__excerpt {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
  }
}
.parking__payment-choices {
  display: none;
}

.parking__accordions {
  background-color: #f4822e;
  color: #fAf5f2;
  margin: 0 -20px -20px;
  padding: 0 20px;
}
.parking__accordions .options {
  border-bottom: 1px solid rgba(38, 35, 34, 0.1);
}
.parking__accordions .options:last-child {
  border-bottom: 0;
}
.parking__accordions .options__head {
  border-radius: 0;
  display: block;
  padding: 0 !important;
}
.parking__accordions .options__title {
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  padding: 20px 0;
}
.parking__accordions .options__title::after {
  background-image: url(assets/images/chevron-down-white.svg);
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  top: 26px;
  transform: rotate(0deg);
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  width: 12px;
}
.parking__accordions .options.is-active .options__title::after {
  transform: rotate(180deg);
}
.parking__accordions .options.is-active .options__step-item::after {
  content: "";
  position: absolute;
  left: 16px;
  width: 1px;
  height: 70px;
  background: rgba(38, 35, 34, 0.1);
  z-index: 1;
}
.parking__accordions .options.is-active .options__step-item:last-of-type::after {
  display: none;
}
.parking__accordions .options__text {
  color: #fAf5f2;
  margin-bottom: 24px;
}
.parking__accordions .options__step-0, .parking__accordions .options__step-1, .parking__accordions .options__step-2, .parking__accordions .options__step-3 {
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  margin-bottom: 24px;
}
.parking__accordions .options__step-0:before, .parking__accordions .options__step-1:before, .parking__accordions .options__step-2:before, .parking__accordions .options__step-3:before {
  font-size: 16px;
  line-height: 32px;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
  content: "";
  color: #f4822e;
  display: block;
  float: left;
  height: 32px;
  margin-right: 16px;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  z-index: 3;
}
.parking__accordions .options__step-0 span, .parking__accordions .options__step-1 span, .parking__accordions .options__step-2 span, .parking__accordions .options__step-3 span {
  white-space: nowrap;
}
.parking__accordions .options__step-0:before {
  content: "1";
}
.parking__accordions .options__step-1:before {
  content: "2";
}
.parking__accordions .options__step-2:before {
  content: "3";
}
.parking__accordions .options__step-3:before {
  content: "4";
}
.parking__accordions .options__details {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .parking__accordions {
    margin: 24px -32px -16px;
    padding: 0 32px;
  }
  .parking__accordions .options__details {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .parking__payment-choices {
    display: block;
  }

  .tabs {
    margin-bottom: 32px !important;
    width: 100%;
  }
  .tabs ul {
    border-bottom: 1px solid rgba(38, 35, 34, 0.1);
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .tabs li {
    font-size: 14px;
    line-height: 17px;
    opacity: 0.7;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    padding: 16px;
  }
  .tabs li.is-active {
    opacity: 1;
  }
  .tabs li:hover {
    opacity: 1;
    cursor: pointer;
  }
  .tabs .tab-line {
    display: block;
    position: relative;
    height: 1px;
    transition: 0.3s;
    background: #fff;
    margin: 0;
    border: 0;
  }

  .parking__payment-step {
    display: none;
  }
  .parking__payment-step.is-active {
    display: block;
  }
  .parking__payment-step .payment__step-item {
    font-size: 20px;
    line-height: 28px;
    opacity: 1;
    margin-bottom: 32px;
    margin-left: 48px;
  }
  .parking__payment-step .payment__step-item::before {
    font-size: 20px;
    line-height: 32px;
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
    content: "";
    color: #f4822e;
    display: block;
    float: left;
    height: 32px;
    margin-right: 16px;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: 32px;
    z-index: 2;
    left: 0;
  }
  .parking__payment-step .payment__step-item:first-child::before {
    content: "1";
  }
  .parking__payment-step .payment__step-item:nth-child(2)::before {
    content: "2";
  }
  .parking__payment-step .payment__step-item:nth-child(3)::before {
    content: "3";
  }
  .parking__payment-step .payment__step-item:nth-child(4)::before {
    content: "4";
  }
  .parking__payment-step .payment__step-item a {
    text-decoration: underline;
  }
  .parking__payment-step .payment__details {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    margin: 24px 0 64px;
  }

  .parking__accordions {
    display: none;
  }
}
.news {
  padding: 60px 20px 48px;
}
.news .load-more__wrapper {
  margin-top: 24px;
  text-align: center;
}
.news__load-more {
  background-color: #fAf5f2;
  color: #f06623 !important;
}
.news__load-more:hover, .news__load-more:active {
  color: #ed5728 !important;
}
.news__title {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  margin-bottom: 36px;
}
.news__post {
  margin-bottom: 24px;
}
.news__post-thumbnail {
  height: 66vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news__post-title {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
}
.news .news__post-thumbnail-wrapper {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border-radius: 8px;
}
.news .news__post-thumbnail-wrapper img {
  border-radius: 8px;
}
@media screen and (min-width: 640px) {
  .news {
    padding: 120px 32px 108px;
  }
  .news .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .news__post {
    padding-right: 16px;
    padding-left: 16px;
    flex-basis: auto;
    max-width: 50%;
  }
  .news__post:first-child {
    padding-left: 20px;
  }
  .news__post:last-child {
    padding-right: 20px;
  }
  .news__post-thumbnail {
    height: 160px;
    min-height: 224px;
  }
}
@media screen and (min-width: 769px) {
  .news__post {
    max-width: 33.33333%;
  }
  .news__title {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    margin-bottom: 40px;
  }
  .news__post-title {
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .news .news__post-thumbnail {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    width: 100%;
  }
  .news .news__post-thumbnail-wrapper {
    height: 224px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .news .news__post-thumbnail-wrapper:hover .news__post-thumbnail, .news .news__post-thumbnail-wrapper:focus .news__post-thumbnail {
    transform: scale(1.2);
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
html * {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body .site-content {
  flex: 1;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #262626;
  font-family: Rubik, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}

.contact-info__column .column__content {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  line-height: 1.3;
  margin: 0 0 24px 0;
  display: block;
}
.contact-info__column .column__content::before, .contact-info__column .column__content::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.contact-info__column .column__content::before {
  margin-bottom: calc(-0.275em + 0px);
}
.contact-info__column .column__content::after {
  margin-top: calc(-0.3166666667em + 0px);
}
.contact-info__column .column__content:last-child {
  margin: 0;
}

.filler-container {
  background: #e6e6e6;
  color: #404040;
  border-radius: 4px;
  height: 241px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 241px;
}
@media screen and (min-width: 769px) {
  .filler-container {
    height: 265px;
    line-height: 265px;
    margin-bottom: 80px;
  }
}

.button {
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
  border-radius: 4px;
  border: none;
  color: #f7f7f7;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 16px 16px 16px 16px;
  position: relative;
  z-index: 9;
}
.button__primary {
  background-color: #262626;
}
.button__primary-gradient {
  background: linear-gradient(180deg, #f4822e 0%, #f06623 51.47%, #d96c00 100%);
}
.button__primary-gradient:hover, .button__primary-gradient:active {
  color: #e6dfdc;
}
.button__primary-gradient:hover .button__primary-helper, .button__primary-gradient:active .button__primary-helper {
  opacity: 1;
}
.button__primary-gradient:active {
  background: #f06623;
}
.button__primary-helper {
  border-radius: 4px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
  background: #f4822e;
}
.button__secondary {
  background-color: #d9d9d9;
  color: #262626;
}
.button__light {
  background-color: #fAf5f2;
  color: #f06623;
}
.button__light:hover, .button__light:active {
  color: #ed5728;
}
.button__light:hover {
  background-color: #e6e6e6;
}
.button__call {
  border: 2px solid #e6dfdc;
  background: #f6f6f6;
  border-radius: 8px;
  width: 100%;
  padding: 8px 20px;
  display: block;
  position: relative;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .button__call {
    background: white;
    padding: 8px 12px;
  }
}
.button__call .text {
  color: #262626;
  opacity: 0.7;
  line-height: 24px;
  font-size: 14px;
  position: relative;
}
.button__call .number {
  color: #f06623;
  font-size: 20px;
}
.button__call img {
  position: relative;
  float: right;
  bottom: 16px;
}
@media screen and (min-width: 769px) {
  .button__call .number {
    font-size: 24px;
  }
  .button__call img {
    height: 32px;
    bottom: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .button__call .number {
    font-size: 40px;
  }
  .button__call img {
    height: 48px;
    bottom: 14px;
  }
}
.button__comment {
  color: #8C8581;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 24px;
  text-align: center;
}

.link {
  color: #f06623;
}
.link:hover, .link:active {
  color: #ed5728;
}
.link__button {
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
  background: #fAf5f2;
  color: #f06623;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding: 16px 24px;
}
.link__button:hover {
  color: #ed5728;
}
.link__with-icon {
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
  color: #f4822e;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.link__with-icon:after {
  background-image: url("assets/images/chevron-right-o.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 8px;
  vertical-align: -3px;
  width: 8px;
}

.modal-card {
  box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
  max-width: 400px;
  width: auto;
}
.modal-card-head {
  background: linear-gradient(180deg, #f4822e 0%, #f06623 51.47%, #d96c00 100%);
  position: relative;
  flex-direction: column;
}
.modal-card-head .tabs {
  width: calc(100% + 40px);
  margin-bottom: -21px;
}
.modal-card-head .tabs ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.modal-card-head .tabs li {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.7;
  border: 0;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  margin-top: 8px;
  padding: 16px 0;
}
.modal-card-head .tabs li.is-active {
  border-bottom: 1.5px solid #fAf5f2;
  opacity: 1;
}
.modal-card-title {
  font-size: 24px !important;
  line-height: 28px !important;
  color: #f7f7f7 !important;
  text-align: center;
  padding: 24px 0 16px;
}
.modal-card-foot {
  background-color: #fff !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -8px;
  flex-direction: column;
}
.modal-card-foot .button {
  padding: 16px;
  width: 100%;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0 !important;
}
.modal-card-foot .link {
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  margin: 16px 0 32px;
}
.modal-card-body .body__fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.modal-card-body .body__label-name {
  font-size: 12px;
  line-height: 14px;
  opacity: 1;
  color: #8d8d8d;
  display: inline-block;
  margin-bottom: 4px;
}
.modal-card-body input.body__input-field {
  font-size: 16px;
  line-height: 19px;
  opacity: 1;
  background-color: #fAf5f2;
  color: #262626;
  border-radius: 4px;
  border: 0;
  padding: 16px;
  width: 100%;
}
.modal-card-body input.body__input-field:last-child {
  margin-bottom: 16px;
}
.modal-card-body .body__message {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  color: #262626;
  text-align: center;
}
.modal .modal__close {
  background-image: url(assets/images/close-white.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  position: absolute;
  height: 16px;
  top: 16px;
  right: 16px;
  width: 16px;
}
@media screen and (min-width: 769px) {
  .modal .modal__close {
    top: 24px;
    right: 24px;
  }
}
.modal .modal__close.dark {
  background-image: url(assets/images/close-dark.svg);
}

.modal-business .modal-card {
  border-radius: 6px;
  max-width: 296px;
  background: white;
  padding: 16px;
}
.modal-business .modal-card-head {
  padding: 0;
  background: none;
  display: block;
}
.modal-business .modal-card-head .dark {
  color: #404040 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: left;
  padding: 5px 0 26px 0;
}
.modal-business .modal-card-head .modal__close {
  top: 9px;
  right: 0;
}
.modal-business .modal-card-body {
  padding: 23px 0 0 0;
  color: #404040;
}
.modal-business .modal-card-body p {
  opacity: 0.7;
  line-height: 24px;
  font-size: 14px;
}
.modal-business .modal-card-body ul {
  padding-left: 0;
  margin: 18px 0 27px;
}
.modal-business .modal-card-body ul li {
  padding-left: 28px;
  font-size: 14px;
  line-height: 22px;
  list-style: none;
  margin-bottom: 10px;
}
.modal-business .modal-card-body ul li:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: -28px;
  background-image: url("assets/images/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
}
.modal-business .modal-card-body ul li:last-of-type {
  margin-bottom: 0;
}
.modal-business .modal-card .button {
  width: 100%;
  text-align: center;
}

.slide-in__apps {
  background: #fAf5f2;
  color: #262626;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 20px;
  z-index: 20;
}
.slide-in__apps.level.is-mobile {
  display: none;
}
.slide-in__apps .link {
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.slide-in__image {
  height: 48px;
  width: 48px;
  margin-right: 16px;
}
.slide-in__text {
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  margin-bottom: 4px;
}
.slide-in__close {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.section.section__background__white {
  background-color: #ffffff;
}
.section.section__background__vista-white {
  background-color: #fAf5f2;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body.mobile-menu-open {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}
.site-header {
  color: #f7f7f7;
  position: relative;
  padding: 16px 20px;
}
.site-header__single, .site-header__basic, .site-header__public, .site-header__taxi-beach {
  background: linear-gradient(180deg, #f4822e 0%, #f06623 51.47%, #d96c00 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.site-header__public .phone-overlay, .site-header__taxi-beach .phone-overlay {
  display: none;
}
.site-header__basic .site-header__page-title h1 {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  font-weight: 400;
  margin: 56px 0 8px;
  text-align: center;
}
.site-header__basic .site-header__page-title h2 {
  text-align: center;
  font-size: 15px;
}
.site-header__public .site-header__page-title .columns, .site-header__taxi-beach .site-header__page-title .columns {
  margin: 0 !important;
}
.site-header__public .site-header__page-title .column, .site-header__taxi-beach .site-header__page-title .column {
  padding: 0 !important;
}
.site-header__public .site-header__page-title h1, .site-header__taxi-beach .site-header__page-title h1 {
  font-size: 20px;
  line-height: 32px;
  opacity: 1;
  font-weight: 400;
  margin: 56px 0 24px;
  text-align: center;
}
.mobile-menu-open .site-header .navbar-start {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 24px;
}
.mobile-menu-open .site-header .navbar-dropdown {
  padding: 0;
}
.mobile-menu-open .site-header .navbar-item.has-dropdown .navbar__link {
  display: none;
}
.mobile-menu-open .site-header .navbar-item.has-dropdown .navbar-item:last-child {
  margin-bottom: 48px;
}
.mobile-menu-open .site-header .navbar-end .navbar__help, .mobile-menu-open .site-header .navbar-end .navbar__login {
  display: none;
}
.mobile-menu-open .site-header .navbar-end .navbar__register {
  display: inline-block;
}
.mobile-menu-open .site-header .navbar__menu {
  margin: 0;
}
.mobile-menu-open .site-header .navbar__menu .navbar-item {
  font-size: 20px;
  line-height: 32px;
  opacity: 1;
  margin-bottom: 16px;
}
.mobile-menu-open .site-header .navbar__menu .navbar-item:hover {
  background-color: transparent;
}
.mobile-menu-open .site-header .Login-wrap {
  flex-direction: column;
}
.mobile-menu-open .site-header .Login-wrap li:first-child {
  margin: 0 0 16px !important;
}
.site-header .Login-wrap .Link-wrap:hover {
  color: #E6DFDC !important;
}
.site-header .Login-wrap .Button-wrap:hover {
  color: #d96c00 !important;
  background: #e6e6e6 !important;
}
.site-header .language-switcher ul {
  font-size: 0;
  list-style-type: none;
  padding: 0;
}
.site-header .language-switcher li {
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
  display: inline-block;
  letter-spacing: 0.8px;
  margin-right: 24px;
}
.site-header .language-switcher li:last-child {
  margin-right: 0;
}
.site-header .fake-separator {
  height: 1px;
  margin-top: 16px;
}
.site-header .separator {
  background-color: rgba(38, 35, 34, 0.1);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
}
.site-header .navbar {
  background-color: transparent;
  color: #fff;
}
.site-header .navbar, .site-header .navbar-brand, .site-header .navbar-burger {
  min-height: initial;
}
.site-header .navbar-burger {
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
  background: none;
  border: 0;
  color: #fff;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.8px;
  margin-left: 20px;
  padding: 0;
  text-transform: uppercase;
  width: auto;
}
.site-header .navbar-burger::after {
  background-image: url(assets/images/chevron-down-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 4px;
  vertical-align: 2px;
  width: 10px;
}
.site-header .navbar-item {
  color: inherit;
  letter-spacing: 0.5px;
  padding: 0;
}
.site-header .navbar-item img {
  max-height: initial;
}
.site-header .navbar a.navbar-item:active,
.site-header .navbar a.navbar-item:hover,
.site-header .navbar a.navbar-item.is-active {
  background: transparent;
  color: #E6DFDC;
}
.site-header .navbar-menu {
  background-color: transparent;
}
.site-header .navbar-menu.is-active {
  overflow: scroll;
}
.site-header .navbar__logo {
  height: 33px;
  padding: 0;
  width: 25px;
}
.site-header .navbar__logo img {
  width: 100%;
}
.site-header .navbar__menu .navbar-item.has-dropdown .navbar__link::after {
  background-image: url("assets/images/chevron-down-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 7px;
  vertical-align: 2px;
  margin-left: 8px;
  width: 10px;
}
.site-header .navbar__menu .navbar-item.has-dropdown .navbar__link:hover {
  color: #e6dfdc;
}
.site-header .navbar__help {
  font-size: 16px;
  line-height: 28px;
  opacity: 1;
  margin-left: auto;
  padding: 0;
}
.site-header .navbar__help::before {
  background-image: url(assets/images/light-bulb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 17px;
  margin-right: 8px;
  width: 12px;
}
.site-header .navbar__register {
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
  background-color: #fAf5f2;
  color: #f06623;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding: 16px;
}
.site-header .navbar__register:active, .site-header .navbar__register:hover {
  background: #fAf5f2 !important;
  color: #d96c00 !important;
}
@media screen and (min-width: 1024px) {
  .site-header {
    padding: 16px 0 0;
  }
  .site-header__basic .site-header__page-title h1 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    margin-top: 60px;
    margin-bottom: 70px;
    text-align: left;
  }
  .site-header__basic .site-header__page-title h2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 60px;
  }
  .site-header__public {
    min-height: 550px;
  }
  .site-header__public .site-header__page-title {
    position: relative;
  }
  .site-header__public .site-header__page-title h1 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    margin: 80px 0 64px;
    text-align: left;
  }
  .site-header__public .site-header__page-title .phone-overlay {
    display: block;
    max-height: 536px;
    max-width: 598px;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .site-header__public .site-header__page-title .phone-overlay img {
    max-height: 536px;
  }
  .site-header__taxi-beach .site-header__page-title {
    min-height: 550px;
    position: relative;
  }
  .site-header__taxi-beach .site-header__page-title h1 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    margin: 80px 0 32px;
    text-align: left;
  }
  .site-header__taxi-beach .site-header__page-title .phone-overlay {
    display: block;
    max-height: 576px;
    max-width: 504px;
    position: absolute;
    bottom: -60px;
    right: 0;
  }
  .site-header__taxi-beach .site-header__page-title .phone-overlay.beach-overlay {
    bottom: 90px;
  }
  .site-header__taxi-beach .site-header__page-title .phone-overlay.beach-overlay img {
    max-height: 640px;
  }
  .site-header .language-switcher li {
    margin-right: 12px;
  }
  .site-header .language-switcher li:last-child {
    margin-right: 0;
  }
  .site-header .language-switcher li:hover {
    color: #e6dfdc;
  }
  .site-header .separator {
    top: 81px;
    z-index: 4;
  }
  .site-header .navbar, .site-header .navbar-brand, .site-header .navbar-burger {
    height: 49px;
  }
  .site-header .navbar-brand {
    margin-left: 0 !important;
  }
  .site-header .navbar-brand .navbar__logo {
    display: block;
    height: auto;
    width: 37px;
  }
  .site-header .navbar-brand .navbar__help {
    display: none;
  }
  .site-header .navbar-menu {
    margin-left: 24px;
    margin-right: 0 !important;
  }
  .site-header .navbar-end .navbar-item {
    margin-right: 28px;
  }
  .site-header .navbar-end .navbar-item:last-child {
    margin-right: 0;
  }
  .site-header .navbar-end .navbar__help {
    display: flex;
  }
  .site-header .navbar-item.has-dropdown {
    position: relative;
    top: 9px;
    padding-bottom: 18px;
  }
  .site-header .navbar-dropdown {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
    color: #f06623;
    padding: 20px 32px;
    transform: translate(-30px, 0) !important;
  }
  .site-header .navbar-dropdown:after {
    bottom: 100%;
    left: 40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px;
  }
  .site-header .navbar-dropdown .navbar-item {
    font-size: 16px;
    line-height: 36px;
    opacity: 1;
    font-weight: 400;
    padding: 0;
  }
  .site-header .navbar-dropdown .navbar-item:active, .site-header .navbar-dropdown .navbar-item:hover, .site-header .navbar-dropdown .navbar-item.is-active {
    color: #d96c00 !important;
  }
  .site-header .navbar__menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-left: 32px;
  }
  .site-header .navbar__menu a {
    font-size: 16px;
    line-height: 28px;
    opacity: 1;
  }
  .site-header .navbar__menu > .navbar-item {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1184px) {
  .site-header .navbar-menu {
    margin-left: 48px;
  }
}
.site-header .tabs {
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar-menu {
    background: #f4822e;
    margin: -20px;
    position: absolute;
    display: grid;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: 0.4s;
    z-index: 1;
    min-height: 100%;
    grid-template-rows: [first-start] 140px [first-end second-start] auto [second-end];
  }
  .site-header .navbar-menu.is-active {
    top: 0;
    visibility: visible;
    opacity: 1;
    position: fixed;
  }
  .site-header .navbar-brand {
    z-index: 10;
  }
  .site-header .Login-wrap {
    flex-direction: column;
  }
  .site-header .Login-wrap li:first-child {
    margin: 0 0 16px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .site-header .navbar-menu {
    margin: -16px -32px;
  }
}

@media screen and (max-width: 1023px) {
  .site-header .navbar-menu {
    background: #f4822e;
    margin-top: 50px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: 0.4s;
    z-index: 1;
  }
  .site-header .navbar-menu .navbar-start {
    grid-row-start: second-start;
    grid-row-end: second-end;
    margin-bottom: auto;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }
  .site-header .navbar-menu .navbar-end {
    grid-row-start: first-start;
    grid-row-end: first-end;
    margin-top: 40px;
    max-height: 135px;
  }
  .site-header .navbar-menu .navbar-end .navbar__help {
    display: none;
  }
  .site-header .navbar-menu .navbar__menu {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .site-header .navbar-menu .navbar__menu .navbar-item {
    font-size: 20px;
    line-height: 32px;
    opacity: 1;
    margin-bottom: 16px;
  }
  .site-header .navbar-menu .navbar__menu .navbar-item.has-dropdown .navbar__link {
    display: none;
  }
  .site-header .navbar-menu .navbar__menu .navbar-item.has-dropdown .navbar-dropdown {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .site-header .navbar-menu .navbar__menu .navbar-item:last-child {
    margin-bottom: 0 !important;
  }
  .site-header .navbar-menu.is-active {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .site-header .navbar-brand {
    z-index: 10;
    padding: 20px 20px 16px 20px;
    margin: -36px -20px -20px -32px;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(38, 35, 34, 0.1);
    background: #f4822e;
  }
  .site-header .navbar__logo {
    margin-left: 12px;
  }
  .site-header .Login-wrap {
    flex-direction: column;
  }
  .site-header .Login-wrap li:first-child {
    margin: 0 0 16px !important;
  }
}
@media screen and (max-width: 769px) {
  .site-header .navbar-brand {
    margin: -36px -20px -20px -20px;
  }
  .site-header .navbar__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 769px) {
  .columns .column {
    padding: 8px 20px;
  }

  .features .columns .column {
    padding: 20px;
  }
}
.apps {
  background-color: #fAf5f2;
  padding: 48px 0 0;
  position: relative;
  margin-bottom: 64px;
  background-repeat: no-repeat;
  background-position-x: 65vw;
  background-position-y: 0;
}
.apps .container {
  margin: 0 20px;
}
.apps .columns {
  margin: 0 -20px 20px;
}
.apps .column {
  padding: 0 20px;
}
.apps .column .apps__title {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  margin-bottom: 8px;
}
.apps .column h3 {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  margin-bottom: 8px;
}
.apps .column p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 32px;
}
.apps .column.is-4:last-child p {
  margin-bottom: 0;
}
.apps .apps-badges {
  z-index: 1;
  position: relative;
  margin: 32px 0 64px;
}
.apps .apps-badges__badge {
  display: block;
  height: 48px;
}
.apps .apps-badges__badge img {
  display: block;
}
.apps .apps-background {
  position: relative;
  bottom: 0;
  margin-top: -112px;
}
.apps .apps-background img {
  display: block;
  position: relative;
  top: 128px;
  margin-left: auto;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 420px) and (max-width: 768px) {
  .apps .column.is-4 {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .apps {
    margin: 0;
    padding: 128px 0;
  }
  .apps .container {
    margin: 0 auto;
  }
  .apps .columns {
    margin-bottom: 0;
  }
  .apps .column .apps__title {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    margin-bottom: 4px;
  }
  .apps .column .apps__subtitle {
    margin-bottom: 48px;
  }
  .apps .column h3 {
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
  }
  .apps .column p {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 0;
  }
  .apps .apps-badges {
    font-size: 0;
    margin: 32px 0 0;
  }
  .apps .apps-badges__badge {
    display: inline-block;
    margin-right: 8px;
  }
  .apps .apps-badges__badge:last-child {
    display: inline-block;
    margin-right: 0;
  }
  .apps .apps-background {
    position: absolute;
    right: 0;
    top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .apps .apps-background {
    background: none !important;
  }
  .apps .apps-background img {
    left: 150px;
  }
}
@media screen and (max-width: 768px) {
  .apps {
    background-image: none !important;
  }
  .apps .apps-background {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    margin: -112px -20px 0;
  }
  .apps .apps-background img {
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .apps .apps-background img {
    left: 40px;
    max-width: 320px;
    margin: auto;
    position: relative;
  }
}
@media screen and (max-width: 400px) {
  .apps .apps-background img {
    left: 0;
    top: 96px;
  }
}

.mobile-menu-open .apps-badges {
  z-index: 1;
}

.hideme {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .hideme {
    opacity: 1;
  }
}
.business {
  background-color: #262322;
  color: #f7f7f7;
  padding: 0 20px 0;
  overflow: hidden;
}
.business__background-top {
  display: block;
  height: 140px;
  margin: 0 auto;
  min-width: 490px;
  margin-left: -80px;
}
.business__background-bot {
  display: block;
  margin-left: auto;
  margin-right: -20px;
}
.business__background-desktop {
  display: none;
}
.business__title {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  margin-bottom: 8px;
}
.business__text {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 24px;
}
@media screen and (min-width: 420px) and (max-width: 769px) {
  .business__text {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .business {
    padding: 0 32px;
  }
  .business .container {
    z-index: 10;
  }
  .business__background-top, .business__background-bot {
    display: none;
  }
  .business__background-desktop {
    display: block;
    float: right;
    height: 536px;
    max-width: none;
  }
  .business .columns {
    align-items: center;
    margin: 0 -16px;
  }
  .business .column {
    padding: 116px 0 116px 32px;
  }
  .business__title {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    margin-bottom: 16px;
  }
  .business__text {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .business .column {
    padding: 144px 0 144px 32px;
  }
}
@media screen and (min-width: 1384px) {
  .business {
    position: relative;
  }
  .business .business__background-desktop {
    position: absolute;
    right: 0;
  }
}

.testimonials {
  background: linear-gradient(180deg, #f4822e 0%, #f06623 51.47%, #d96c00 100%);
  color: #f7f7f7;
  padding-top: 48px;
  padding-bottom: 32px;
  text-align: center;
}
.testimonials__title {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  margin-bottom: 24px;
}
.testimonials__carousel-item {
  display: inline-block;
}
.testimonials .column {
  padding-left: 0;
  padding-right: 0;
}
.testimonials .slick-active .testimonial:after {
  background-image: url(assets/images/speech-triangle.svg);
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  bottom: -24px;
  width: 24px;
  left: 48px;
}
.testimonials .testimonial {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
  color: #262626;
  padding: 24px;
  position: relative;
  margin: 0 14px 24px 8px;
}
.testimonials .testimonial__text {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  text-align: left;
}
.testimonials .testimonial__author {
  border-bottom: 1px solid rgba(38, 35, 34, 0.1);
  padding-bottom: 16px;
  margin: 0 20px 16px;
}
.testimonials .testimonial__author-image {
  border-radius: 50%;
  flex-grow: 0 !important;
  height: 64px;
  margin-right: 18px;
  width: 64px;
}
.testimonials .testimonial__author-content {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
}
.testimonials .testimonial__author-name {
  font-size: 16px;
  line-height: 19px;
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.testimonials .testimonial__author-role {
  font-size: 12px;
  line-height: 28px;
  opacity: 1;
  line-height: 1.3;
  text-transform: uppercase;
}
.testimonials .testimonial__author-role::before, .testimonials .testimonial__author-role::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.testimonials .testimonial__author-role::before {
  margin-bottom: calc(-0.275em + 0px);
}
.testimonials .testimonial__author-role::after {
  margin-top: calc(-0.3166666667em + 0px);
}
.testimonials__carousel .carousel-dots-desktop {
  padding: 0;
  margin: 0;
}
.testimonials__carousel .carousel-dots-desktop li {
  float: left;
  list-style: none;
  width: 33.3333%;
  opacity: 0.3;
  transition: 0.3s;
}
.testimonials__carousel .carousel-dots-desktop li.slick-active {
  opacity: 1;
}
.testimonials__carousel .carousel-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.testimonials__carousel .carousel-dots li {
  font-size: 0px;
  line-height: 0px;
  opacity: 1;
  display: inline-block;
  margin-right: 8px;
  opacity: 0.3;
}
.testimonials__carousel .carousel-dots li:last-child {
  margin-right: 0;
}
.testimonials__carousel .carousel-dots li.slick-active {
  opacity: 1;
}
.testimonials__carousel .carousel-dots li button {
  background-color: #d9d9d9;
  border: 0;
  border-radius: 50%;
  height: 8px;
  padding: 0;
  width: 8px;
}
@media screen and (min-width: 769px) {
  .testimonials {
    padding: 120px 32px;
  }
  .testimonials__title {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    margin-bottom: 40px;
  }
  .testimonials .testimonial {
    margin: 0 0 32px;
    padding: 56px 36px;
  }
  .testimonials .testimonial:after {
    left: 60px;
  }
  .testimonials .testimonial__text {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
    text-align: center;
  }
  .testimonials .testimonial__author {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .testimonials__carousel .slick-list #slick-slide01.slick-active .testimonial::after {
    left: 48px;
  }
  .testimonials__carousel .slick-list #slick-slide01.slick-active .testimonial::after {
    left: 40%;
  }
  .testimonials__carousel .slick-list #slick-slide02.slick-active .testimonial::after {
    left: 74%;
  }
  .testimonials__carousel .slick-list .testimonial__author {
    display: none;
  }
}
.testimonials .slick-arrow {
  background-color: #ed5728;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  height: 40px;
  position: absolute;
  top: 30%;
  width: 40px;
  outline: none;
}
.testimonials .slick-arrow:focus {
  outline: none;
}
.testimonials .slick-arrow.slick-prev {
  background-image: url(assets/images/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: -64px;
}
.testimonials .slick-arrow.slick-next {
  background-image: url(assets/images/chevron-right.svg);
  right: -64px;
}

.page-home .site-header {
  position: relative;
  margin-bottom: -64px;
  z-index: 2;
}
.page-home .site-header__page-title {
  text-align: center;
  padding-top: 48px;
}
.page-home .site-header__page-title h1 {
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
}
.page-home .site-header__page-title h2 {
  font-size: 36px;
  line-height: 48px;
  opacity: 1;
  font-weight: 300;
  margin-bottom: 24px;
}
.page-home__background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 64px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #f4822e 0%, #f06623 51.47%, #d96c00 100%);
}
.page-home__background__hidden {
  display: none;
}
@media screen and (min-width: 769px) {
  .page-home__background {
    bottom: 0;
    -webkit-clip-path: ellipse(100% 50% at 50% 28%);
            clip-path: ellipse(100% 50% at 50% 28%);
  }
}
@media screen and (min-width: 1024px) {
  .page-home__background {
    -webkit-clip-path: ellipse(100% 50% at 50% 31%);
            clip-path: ellipse(100% 50% at 50% 31%);
  }
}
.page-home .landing__navigation {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  max-width: 330px;
  margin: 0 auto;
}
.page-home .landing__link-wrapper {
  display: block;
  flex: auto;
  margin-bottom: 32px;
  width: 50%;
}
.page-home .landing__link-wrapper:hover .landing__link-text, .page-home .landing__link-wrapper:active .landing__link-text {
  opacity: 1;
}
.page-home .landing__link-image {
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
  border-radius: 50%;
  display: block;
  height: 112px;
  margin: 0 auto 8px;
  position: relative;
  width: 112px;
}
.page-home .landing__link-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 60px;
  transform: translate(-50%, -50%);
}
.page-home .landing__link-text {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.7;
  display: block;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 130px;
}
.page-home .landing__link-wrapper:last-child {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
}
.page-home .landing__link-wrapper:last-child .landing__link-image {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
}
.page-home .landing__link-wrapper:last-child .landing__link-text {
  color: #262626;
  margin: auto;
}
@media screen and (min-width: 556px) {
  .page-home .landing__link-wrapper {
    flex: 1;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .page-home .landing__link-wrapper {
    flex: auto;
  }
}
@media screen and (min-width: 571px) {
  .page-home .landing__navigation {
    max-width: 650px;
  }
}
@media screen and (min-width: 769px) {
  .page-home .landing__navigation {
    display: flex;
    justify-content: space-between;
    max-width: initial;
  }
  .page-home .landing__link-wrapper {
    margin: 0;
    transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  }
  .page-home .landing__link-wrapper:hover, .page-home .landing__link-wrapper:active {
    transform: scale(1.25);
  }
  .page-home .landing__link-wrapper:hover .landing__link-text, .page-home .landing__link-wrapper:active .landing__link-text {
    color: #f06623;
  }
  .page-home .landing__link-image {
    height: 112px;
    width: 112px;
    margin-bottom: 20px;
  }
  .page-home .landing__link-text {
    color: #262626;
  }
  .page-home .landing__link-wrapper:nth-child(even) {
    margin-top: 16px;
  }
  .page-home .landing__link-wrapper:nth-child(3) {
    margin-top: 32px;
  }
  .page-home .landing__link-wrapper:last-child {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    width: 50%;
    max-width: initial;
  }
  .page-home .landing__link-wrapper:last-child .landing__link-image {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
    border-radius: 50%;
    display: block;
    height: 112px;
    margin: 0 auto 20px;
    position: relative;
    width: 112px;
  }
  .page-home .landing__link-wrapper:last-child .landing__link-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 60px;
    transform: translate(-50%, -50%);
  }
  .page-home .landing__link-wrapper:last-child .landing__link-text {
    font-size: 14px;
    line-height: 17px;
    opacity: 0.7;
    display: block;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
  }
  .page-home .landing__link-wrapper:last-child:hover .landing__link-text {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .landing__link-image {
    height: 128px;
    width: 128px;
  }
  .page-home .landing__link-text {
    word-spacing: normal;
  }
  .page-home .landing__link-wrapper:last-child .landing__link-image {
    height: 128px;
    width: 128px;
  }
  .page-home .landing__link-wrapper:last-child .landing__link-text {
    word-spacing: normal;
  }
}
.page-home .divisions {
  background-color: #262322;
  color: #f7f7f7;
}
.page-home .divisions .column-seperator {
  background-color: #403C39;
  height: 1px;
  margin: 24px auto;
  width: calc(100% - 40px);
}
.page-home .divisions .column-seperator:last-child {
  display: none;
}
.page-home .divisions .division__icon {
  text-align: center;
  padding: 0 0 0 20px;
}
.page-home .divisions .division__icon img {
  max-height: 49px;
  margin-top: 16px;
}
.page-home .divisions .division__title {
  font-size: 20px;
  line-height: 28px;
  opacity: 1;
  letter-spacing: 0.22px;
  margin-bottom: 8px;
}
.page-home .divisions .division__text {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .page-home .site-header {
    margin-bottom: 0;
  }
  .page-home .site-header__page-title {
    padding-top: 96px;
  }
  .page-home .site-header__page-title h1 {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
    margin-bottom: 8px;
  }
  .page-home .site-header__page-title h2 {
    font-size: 48px;
    line-height: 64px;
    opacity: 1;
    margin-bottom: 80px;
  }
  .page-home .divisions {
    padding: 64px;
  }
  .page-home .divisions .column-seperator {
    width: 1px;
    height: inherit;
    margin: 0 8px;
    padding: 32px 0;
  }
  .page-home .divisions .division__icon img {
    margin-top: 24px;
    max-height: 65px;
  }
  .page-home .divisions .division__title {
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
  }
  .page-home .divisions .division__text {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.5;
  }
}

.page-about .about-us {
  background-color: #fAf5f2;
  padding: 32px 20px;
}
.page-about .about-us__article {
  display: flex;
  flex-direction: column-reverse;
}
.page-about .about-us__article .column:nth-child(2) {
  padding: 0;
  position: relative;
  left: 0;
  right: 0;
  margin: -16px 0 0;
}
.page-about .about-us__article .column:nth-child(2) img {
  display: block;
  max-width: 100%;
  margin: 60px auto 30px auto;
}
.page-about .about-us__article h1 {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 8px;
}
.page-about .about-us__article h2 {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  margin-bottom: 16px;
}
.page-about .about-us__article p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
}
.page-about .features .columns {
  margin-top: 0;
}
.page-about .features .highlights__head {
  margin-right: 0;
}
.page-about .features .highlights__body {
  align-items: flex-start;
  flex-direction: column;
  margin-right: 0;
  width: calc(100% - 64px - 0.75rem);
}
.page-about .features .highlights__body .highlights__text {
  margin: 0;
}
.page-about .contact-info {
  background-color: #fAf5f2;
  padding: 40px 20px 32px;
}
.page-about .contact-info__title {
  margin-bottom: 24px;
}
.page-about .contact-info .columns {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
  margin: 0 !important;
}
.page-about .contact-info .column {
  padding: 0 24px 24px;
}
.page-about .contact-info .column:first-child {
  padding-top: 24px;
}
.page-about .contact-info .column__content {
  margin-bottom: 14px;
}
.page-about .contact-info .column__additional {
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
  margin: 0;
  max-width: 208px;
}
@media screen and (min-width: 769px) {
  .page-about .about-us {
    /*background:
      url(assets/images/about-us-background.png) no-repeat,
      $color__light-accent;*/
    background: #fAf5f2;
    background-size: 100%;
    background-position: bottom;
    padding: 96px 32px 64px;
  }
  .page-about .about-us__article {
    flex-direction: row;
  }
  .page-about .about-us__article .column:nth-child(2) {
    left: initial;
    right: initial;
    padding: 20px;
    margin: 0;
  }
  .page-about .about-us__article .column:nth-child(2) img {
    margin: unset;
  }
  .page-about .about-us__article h1 {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 16px;
  }
  .page-about .about-us__article h2 {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
    margin-bottom: 34px;
  }
  .page-about .about-us__article p {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
  }
  .page-about .features {
    padding: 112px 0 96px;
  }
  .page-about .features__title {
    text-align: center;
  }
  .page-about .features .highlights {
    border-top: 0;
    text-align: center;
    display: block;
  }
  .page-about .features .highlights__icon {
    display: block;
    margin: 0 auto 24px;
    height: 63px;
    width: 63px;
  }
  .page-about .features .highlights__body {
    display: block;
    text-align: center;
    width: auto;
  }
  .page-about .features .highlights__title {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
    margin-bottom: 8px !important;
  }
  .page-about .features .highlights__text {
    font-size: 14px;
    line-height: 24px;
    opacity: 1;
  }
  .page-about .contact-info {
    padding: 112px 48px 96px;
  }
  .page-about .contact-info__title {
    margin-bottom: 48px;
    text-align: center;
  }
  .page-about .contact-info .columns .column {
    border-right: 1px solid rgba(38, 35, 34, 0.1);
    padding: 24px;
  }
  .page-about .contact-info .columns .column:last-child {
    border-right: none;
  }
}

.page-business .site-header {
  background: url(assets/images/business-page-mob.svg), #262322;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 128px;
}
.page-business .site-header__page-title {
  margin-top: 32px;
  text-align: center;
}
.page-business .site-header__page-title h1 {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5;
  font-weight: 400;
  margin-top: 36px;
}
.page-business .site-header__page-title h2 {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  margin-bottom: 32px;
}
.page-business .all-services {
  padding: 48px 20px 24px;
  text-align: center;
}
.page-business .all-services__title {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  font-weight: 400;
  margin-bottom: 8px;
}
.page-business .all-services__text {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 24px;
}
.page-business .all-services .column {
  padding: 20px;
}
.page-business .all-services .column.is-6:not(:first-child) {
  margin-top: -24px;
}
.page-business .faq {
  background-color: #fff;
}
.page-business .faq__link .button {
  background-color: #fAf5f2;
}
@media screen and (min-width: 769px) {
  .page-business .site-header {
    background: #262322;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-bottom: 128px;
  }
  .page-business .site-header__page-title {
    margin-top: 88px;
    text-align: left;
  }
  .page-business .site-header__page-title h1 {
    font-size: 24px;
    line-height: 28px;
    opacity: 0.5;
    letter-spacing: 0.22px;
    margin-bottom: 8px;
  }
  .page-business .site-header__page-title h2 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    margin-bottom: 32px;
  }
  .page-business .all-services {
    padding: 128px 32px 96px;
    text-align: center;
  }
  .page-business .all-services__title {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    font-weight: 400;
    margin-bottom: 4px;
  }
  .page-business .all-services__text {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 56px;
  }
  .page-business .all-services .column.is-6 {
    padding: 16px;
  }
  .page-business .all-services .column.is-6:not(:first-child) {
    margin-top: 0;
  }
  .page-business .faq__link .button {
    background-color: #fff;
    padding: 0;
  }
}

.contacts {
  padding: 24px 20px;
}
.contacts__phone {
  background-color: #fAf5f2;
  border-radius: 4px;
  text-align: center;
  padding: 24px 16px;
  margin: 24px 20px;
}
.contacts__phone p {
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
}
.contacts__phone-icon {
  display: none;
}
.contacts__phone-title {
  margin: 0;
}
.contacts__phone-number {
  line-height: 1.3;
  font-size: 36px;
  line-height: 48px;
  opacity: 1;
  margin-bottom: 16px;
}
.contacts__phone-number::before, .contacts__phone-number::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.contacts__phone-number::before {
  margin-bottom: calc(-0.275em + 0px);
}
.contacts__phone-number::after {
  margin-top: calc(-0.3166666667em + 0px);
}
.contacts__phone-call {
  margin-bottom: 16px;
  padding: 16px 24px;
}
.contacts__phone-call::before {
  background-image: url("assets/images/phone-handle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 19px;
  vertical-align: -3px;
  margin-right: 20px;
  width: 19px;
}
.contacts__phone-info {
  margin: 0 auto;
  max-width: 248px;
}
.contacts__map {
  background-color: #f06623;
  height: 336px;
  margin: 0 -10px;
  width: calc(100% + 10px);
}
.contacts__more-info {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .contacts {
    padding: 64px 20px;
  }
  .contacts__phone {
    padding: 64px 24px;
    margin: 20px 16px 20px 20px;
  }
  .contacts__phone p {
    font-size: 16px;
    line-height: 28px;
    opacity: 1;
  }
  .contacts__phone-icon {
    display: inline-block;
    margin-bottom: 16px;
  }
  .contacts__phone-number {
    font-size: 48px;
    line-height: 72px;
    opacity: 1;
    margin-bottom: 48px;
  }
  .contacts__phone-call {
    display: none;
  }
  .contacts__map {
    height: auto;
    margin: 20px 16px;
    width: calc(41.66667% - 20px) !important;
  }
  .contacts__more-info {
    padding: 24px 0;
    margin-left: 16px;
  }
}

.page-documents .site-header__page-title {
  padding: 32px 0 16px;
  text-align: center;
}
.page-documents .site-header__page-title h1 {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  margin: 24px 0 0;
}
.page-documents .document {
  background-color: #fff;
  padding: 0;
}
.page-documents .document__title {
  margin-bottom: 24px;
}
.page-documents .document-wrapper {
  padding: 20px;
}
.page-documents .document-menu {
  overflow: hidden;
}
.page-documents .document-wrapper__categories {
  background-color: #fAf5f2;
  padding: 24px 20px;
}
.page-documents .document-wrapper__categories .categories__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-documents .document-wrapper__categories .categories__nav li {
  border-bottom: 1px solid rgba(38, 35, 34, 0.1);
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-documents .document-wrapper__categories .categories__nav li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-documents .document-wrapper__categories .categories__nav .categories__nav-link {
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  color: #f4822e;
}
.page-documents .document-wrapper__categories .categories__nav .categories__nav-link:hover, .page-documents .document-wrapper__categories .categories__nav .categories__nav-link:active, .page-documents .document-wrapper__categories .categories__nav .categories__nav-link.active {
  color: #262626;
}
.page-documents .document-wrapper__content {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 769px) {
  .page-documents .document-menu {
    padding: 0;
    height: 0;
  }
}
@media screen and (min-width: 769px) {
  .page-documents .site-header__page-title {
    padding: 72px 0;
    text-align: left;
  }
  .page-documents .site-header__page-title h1 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
  }
  .page-documents .document__title {
    margin-bottom: 40px;
  }
  .page-documents .document__questions {
    margin-bottom: 0;
  }
  .page-documents .document-wrapper {
    padding-top: 96px;
    padding-bottom: 128px;
  }
  .page-documents .document-wrapper__categories {
    background-color: #fff;
    padding: 20px;
  }
  .page-documents .document-wrapper__categories .categories__nav li {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-documents .document-wrapper__content {
    padding: 20px;
    margin-top: -8px;
  }
}

.page-faq .site-header__page-title .toggler-title-mobile, .page-documents .site-header__page-title .toggler-title-mobile {
  display: none;
}
.page-faq .site-header__page-title.toggler.is-open h1:after, .page-documents .site-header__page-title.toggler.is-open h1:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 769px) {
  .page-faq .document-menu, .page-documents .document-menu {
    padding: 0;
    height: 0;
  }
  .page-faq .site-header__page-title .toggler-title-mobile, .page-documents .site-header__page-title .toggler-title-mobile {
    display: block;
  }
  .page-faq .site-header__page-title .toggler-title-regular, .page-documents .site-header__page-title .toggler-title-regular {
    display: none;
  }
  .page-faq .site-header__page-title.toggler h1, .page-documents .site-header__page-title.toggler h1 {
    font-size: 16px;
  }
  .page-faq .site-header__page-title.toggler h1:after, .page-documents .site-header__page-title.toggler h1:after {
    background-image: url(assets/images/chevron-down-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 11px;
    margin-left: 11px;
    width: 13px;
    transition: all 0.3s;
  }
}

.page-404 {
  background: linear-gradient(180deg, #f4822e 0%, #f06623 51.47%, #d96c00 100%);
}
.page-404 .site-header {
  background: transparent;
}
.page-404 .site-content {
  height: 55vh;
}
@media screen and (min-width: 769px) {
  .page-404 {
    background-image: url(assets/images/404-desktop.png);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.error-page {
  color: #f7f7f7;
  margin: 0 20px;
}
.error-page__title, .error-page__subtitle {
  text-align: center;
}
.error-page__title {
  font-size: 36px;
  line-height: 48px;
  opacity: 1;
  font-weight: 300;
}
.error-page__subtitle {
  font-size: 20px;
  line-height: 32px;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .error-page {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 144px);
  }
  .error-page__title {
    font-size: 48px;
    line-height: 64px;
    opacity: 1;
    font-weight: 300;
  }
  .error-page__subtitle {
    font-size: 24px;
    line-height: 32px;
    opacity: 0.7;
  }
}

.site-header__parking {
  background: linear-gradient(180deg, #f4822e 0%, #f06623 51.47%, #d96c00 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.site-header__parking .site-header__page-title h1 {
  font-size: 20px;
  line-height: 32px;
  opacity: 1;
  font-weight: 400;
  margin: 68px 0 16px;
  text-align: center;
}
.site-header__parking .columns {
  margin-bottom: 0;
}
.site-header__parking .parking-map-container {
  height: 416px;
}
@media screen and (min-width: 769px) {
  .site-header__parking .site-header__page-title h1 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
    margin-top: 72px;
  }
  .site-header__parking .columns {
    margin: 0 -16px 32px;
  }
  .site-header__parking .columns:last-child {
    margin-bottom: 0;
  }
  .site-header__parking .column {
    padding: 16px;
  }
  .site-header__parking .parking-map-container {
    margin: 96px 16px 0 32px;
    min-height: 500px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .site-header__parking .columns {
    flex-direction: column;
  }
  .site-header__parking .columns .column {
    width: 100%;
  }
  .site-header__parking .columns .column.parking-map-container {
    margin: auto;
    min-height: 418px;
  }
  .site-header__parking .columns .column.parking-map-container #parking-map {
    min-height: 418px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__parking {
    padding-bottom: 96px;
  }
  .site-header__parking .site-header__page-title h1 {
    text-align: left;
  }
  .site-header__parking .parking-map-container {
    margin: 80px 0 0 16px;
  }
}

.tickets-badges {
  margin-top: 32px;
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: flex-start; }
  .tickets-badges a {
    margin-right: 0px; }
  .tickets-badges img {
    height: 50px;
    width: 150px; }

@media screen and (min-width: 769px) {
  .tickets-badges {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
  }
  .tickets-badges a:not(:last-child) {
    margin-right: 6px;
  }
}
.page-public-transport .tickets {
  background: linear-gradient(180deg, #f4822e 0%, #f06623 51.47%, #d96c00 100%);
  color: #f7f7f7;
  letter-spacing: 0.22px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.page-public-transport .tickets__title, .page-public-transport .tickets__subtitle {
  text-align: center;
}
.page-public-transport .tickets__title {
  margin-bottom: 8px;
}
.page-public-transport .tickets__subtitle {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 28px;
}
.page-public-transport .tickets .step {
  display: flex;
  flex-direction: row;
}
.page-public-transport .tickets .step.lines::before {
  content: "";
  width: 1px;
  height: auto;
  background-color: rgba(38, 35, 34, 0.1);
  position: relative;
  left: 16px;
  top: 32px;
}
.page-public-transport .tickets .step.lines:last-of-type::before, .page-public-transport .tickets .step.lines.last-line::before {
  display: none;
}
.page-public-transport .tickets .step__number {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
  color: #f4822e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  margin-right: 18px;
  z-index: 2;
}
.page-public-transport .tickets .step__content {
  width: calc(100% - 50px);
}
.page-public-transport .tickets .step__title {
  font-size: 20px;
  line-height: 28px;
  opacity: 1;
}
.page-public-transport .tickets .step__subtitle {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
}
.page-public-transport .tickets .step .glightbox {
  position: relative;
}
.page-public-transport .tickets .step .glightbox .ticket__video-thumb {
  padding: 8px;
  border-radius: 4px;
  background: #f6f6f6;
  box-shadow: 0 8px 16px 0 rgba(240, 106, 36, 0.07);
}
.page-public-transport .tickets .step .glightbox .ticket__video-thumb__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .page-public-transport .tickets {
    padding-top: 124px;
    padding-bottom: 112px;
  }
  .page-public-transport .tickets__title, .page-public-transport .tickets__subtitle {
    text-align: left;
  }
  .page-public-transport .tickets__title {
    margin-bottom: 8px;
  }
  .page-public-transport .tickets__subtitle {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 28px;
  }
  .page-public-transport .tickets .step {
    flex-direction: column;
  }
  .page-public-transport .tickets .step.lines::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(38, 35, 34, 0.1);
    position: relative;
    left: 49px;
    top: 25px;
  }
  .page-public-transport .tickets .step.lines:last-of-type::before {
    display: none;
  }
  .page-public-transport .tickets .step__number {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
    height: 49px;
    width: 49px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .page-public-transport .tickets .step__content {
    width: 100%;
  }
  .page-public-transport .tickets .step__title {
    font-size: 20px;
    line-height: 28px;
    opacity: 1;
    margin-bottom: 8px;
  }
  .page-public-transport .tickets .step__subtitle {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
  }
}

.web-app-donation {
  padding: 20px;
  margin-top: -50px;
}
@media screen and (max-width: 600px) {
  .web-app-donation {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 1024px) {
  .web-app-donation {
    margin-top: 0px;
  }
}

.donation-header .site-header__page-title h1 {
  margin-top: 40px;
}
.donation-header .site-header__page-title .donations-back-button {
  position: absolute;
  left: 0;
  font-size: 15px;
  text-decoration: underline;
  bottom: -21px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .donation-header .site-header__page-title h1 {
    margin-top: 56px;
  }
  .donation-header .site-header__page-title .donations-back-button {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -23px;
  }
}

.page-other-services {
  background-color: #fAf5f2;
}

.page-single .site-header__page-title {
  padding: 32px 0 16px;
  text-align: center;
}
.page-single .site-header__page-title h2 {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin-top: 24px;
}
.page-single .site-header__page-title h1 {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  margin: 0;
}
.page-single .columns {
  display: flex;
  flex-direction: column-reverse;
}
.page-single .post__content h3 {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  color: #262626;
  font-weight: 400;
  margin-bottom: 4px;
}
.page-single .post__content h4 {
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  color: #f06623;
  margin-bottom: 16px;
}
.page-single .post__content ul {
  padding: 0;
  list-style: none;
}
.page-single .post__content ul li {
  background: url(assets/images/valid.svg) no-repeat left 4px;
  background-size: 12px;
  padding-left: 20px;
}
.page-single .post__content p,
.page-single .post__content li {
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
}
.page-single .post__content hr {
  background-color: rgba(38, 35, 34, 0.1);
  border: none;
  height: 1px;
}
.page-single .post__content a {
  color: #f4822e;
}
.page-single .post__content a:hover, .page-single .post__content a:active {
  color: #f06623;
}
.page-single .post__content .wp-caption {
  width: 100% !important;
}
.page-single .post__content .embed-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.page-single .post__content .embed-container .embed-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 769px) {
  .page-single .site-header__page-title {
    padding: 72px 0;
    text-align: left;
  }
  .page-single .site-header__page-title h2 {
    font-size: 24px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 16px;
  }
  .page-single .site-header__page-title h1 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
  }
  .page-single .columns {
    flex-direction: row;
  }
  .page-single .single-post {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .page-single .post__content h3 {
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
    margin-bottom: 16px;
  }
  .page-single .post__content h3:not(:first-child) {
    padding-top: 56px;
  }
  .page-single .post__content h4 {
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
    margin-bottom: 24px;
  }
  .page-single .post__content ul {
    padding: 32px 0;
  }
  .page-single .post__content ul li {
    background-size: 16px;
    margin-bottom: 16px;
    padding-left: 32px;
  }
  .page-single .post__content ul li:last-child {
    margin-bottom: 0;
  }
  .page-single .post__content p,
.page-single .post__content li {
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
  }
  .page-single .post__content hr {
    background-color: rgba(38, 35, 34, 0.1);
  }
  .page-single .post__content a {
    color: #f4822e;
  }
  .page-single .post__content a:hover, .page-single .post__content a:active {
    color: #f06623;
  }
}
@media screen and (min-width: 1024px) {
  .page-single .site-header__page-title {
    padding: 24px 0;
  }
}

.page-faq .site-header__page-title {
  padding: 32px 0 16px;
  text-align: center;
}
.page-faq .site-header__page-title h1 {
  font-size: 24px;
  line-height: 28px;
  opacity: 1;
  margin: 24px 0 0;
}
.page-faq .faq {
  background-color: #fff;
  padding: 0;
}
.page-faq .faq__title {
  margin-bottom: 24px;
}
.page-faq .faq-wrapper {
  padding: 20px 0 20px 0;
}
.page-faq .faq-wrapper .question-menu {
  overflow: hidden;
}
.page-faq .faq-wrapper .columns {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .page-faq .faq-wrapper .columns {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 769px) {
  .page-faq .faq-wrapper .question-menu {
    height: 0;
  }
}
.page-faq .faq-wrapper__categories {
  background-color: #fAf5f2;
  padding: 32px 20px;
}
.page-faq .faq-wrapper__categories .categories__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-faq .faq-wrapper__categories .categories__nav li {
  border-bottom: 1px solid rgba(38, 35, 34, 0.1);
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-faq .faq-wrapper__categories .categories__nav li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-faq .faq-wrapper__categories .categories__nav li.desktop-only {
  display: none;
}
.page-faq .faq-wrapper__categories .categories__nav .categories__nav-link {
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  color: #f4822e;
}
.page-faq .faq-wrapper__categories .categories__nav .categories__nav-link:hover, .page-faq .faq-wrapper__categories .categories__nav .categories__nav-link:active, .page-faq .faq-wrapper__categories .categories__nav .categories__nav-link.active {
  color: #f06623;
}
.page-faq .faq-wrapper__content {
  padding-top: 32px;
}
@media screen and (min-width: 769px) {
  .page-faq .site-header__page-title {
    padding: 72px 0;
    text-align: left;
  }
  .page-faq .site-header__page-title h1 {
    font-size: 40px;
    line-height: 47px;
    opacity: 1;
  }
  .page-faq .faq__title {
    margin-bottom: 40px;
  }
  .page-faq .faq__questions {
    margin-bottom: 0;
  }
  .page-faq .faq-wrapper {
    padding-top: 96px;
    padding-bottom: 128px;
  }
  .page-faq .faq-wrapper__categories {
    background-color: #fff;
    padding: 20px;
  }
  .page-faq .faq-wrapper__categories .categories__nav li {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-faq .faq-wrapper__categories .categories__nav li.desktop-only {
    display: block;
  }
  .page-faq .faq-wrapper__content {
    padding: 20px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 1024px) {
  .page-faq .faq-wrapper__categories {
    padding-right: 48px;
  }
}

.site-footer {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 0;
}
.site-footer .column:first-child {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.site-footer .container {
  margin: 0 24px;
}
.site-footer .footer__top {
  padding: 24px 0 4px 0;
}
.site-footer .footer__top .footer__navigation {
  display: none;
}
.site-footer .footer__top .button__call-footer {
  background-color: #262322;
  display: block;
  height: 64px;
  border-radius: 8px;
}
.site-footer .footer__top .button__call-footer .text {
  color: #f6f6f6;
  opacity: 0.7;
  line-height: 24px;
  font-size: 16px;
  margin-left: 24px;
  display: block;
  position: relative;
  top: 8px;
}
.site-footer .footer__top .button__call-footer .number {
  color: #f6f6f6;
  font-size: 20px;
  margin-left: 24px;
  position: relative;
  top: 8px;
}
.site-footer .footer__top .button__call-footer img {
  position: relative;
  float: right;
  height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 24px;
}
.site-footer .footer__middle .footer__images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.site-footer .footer__middle .footer__images .footer__image {
  margin: 20px 24px;
  max-height: 48px;
}
.site-footer .footer__middle .footer__images .footer__image-low {
  height: 24px;
}
.site-footer .footer__middle .footer__contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.site-footer .footer__middle .footer__contacts .contact {
  display: flex;
  align-items: center;
  margin: 8px;
}
.site-footer .footer__middle .footer__contacts .contact__icon {
  margin-left: 8px;
}
.site-footer .footer__middle .footer__contacts .contact__text {
  opacity: 0.7;
  font-size: 16px;
  line-height: 28px;
}
.site-footer .footer__bottom {
  padding-top: 24px;
  padding-bottom: 64px;
}
.site-footer .footer__bottom .button__container {
  display: none;
}
.site-footer .footer__bottom .footer__navigation {
  display: inline-block;
  width: 100%;
}
.site-footer .footer__bottom .footer__navigation .menu {
  font-size: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.site-footer .footer__bottom .footer__navigation .menu .menu-item {
  font-size: 16px;
  line-height: 28px;
  opacity: 1;
  display: block;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
.site-footer .footer__bottom .footer__navigation .menu .menu-item:last-child {
  margin-bottom: 0;
}
.site-footer .footer__bottom .footer__navigation .menu .menu-item :hover {
  color: #E6DFDC;
}
.site-footer .footer__bottom .footer__social {
  display: inline-block;
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
.site-footer .footer__bottom .footer__social a {
  display: inline-block;
  height: 29px;
  width: 29px;
  margin-right: 12px;
}
.site-footer .footer__bottom .footer__social a:last-child {
  margin-right: 0;
}
.site-footer .footer__bottom .footer__social a img {
  height: inherit !important;
  width: inherit !important;
}
.site-footer .footer__bottom .footer__social p {
  display: none;
  position: relative;
  top: -9px;
  margin-right: 16px;
  font-size: 16px;
  opacity: 0.7;
}
.site-footer .footer__apps {
  display: none;
  float: right;
  position: relative;
}
.site-footer .footer__apps a {
  display: inline-block;
  margin-top: 24px;
}
.site-footer .footer__apps a:first-child {
  margin-top: 32px;
}
.site-footer .footer__apps a:last-child {
  margin-bottom: 40px;
}
.site-footer .footer__apps.__mobile {
  display: block;
  text-align: center;
  width: 100%;
}
.site-footer .footer__apps.__mobile a {
  display: block;
}
.site-footer .footer__apps.__mobile a img {
  width: 164px;
}

.cookies-notice {
  background: #403C39;
  color: #f7f7f7;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  opacity: 1;
  transition: opacity ease-in-out 0.3s;
}
.cookies-notice.hidden {
  display: none;
}
.cookies-notice.menu-open {
  opacity: 0;
}
.cookies-notice__wrapper {
  display: flex;
  flex-direction: row;
  width: calc(100% - 40px);
  margin: 12px auto 12px;
  text-align: center;
}
.cookies-notice .level-left {
  flex-shrink: 1;
  justify-content: left;
  margin-bottom: unset !important;
  margin-right: 8px;
}
.cookies-notice .level-left .level-item {
  align-items: flex-start;
}
.cookies-notice .level-right {
  margin-top: unset !important;
}
.cookies-notice .level-right button {
  margin-bottom: unset;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cookies-notice__text {
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
  flex-shrink: 1;
  text-align: left;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.cookies-notice__close {
  display: none;
  height: 12px;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 12px;
}
.cookies-notice__toogle {
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
  background: none;
  border: none;
  color: #8c8c8c;
  width: 100%;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .site-footer .container {
    margin: 0 32px;
  }
  .site-footer .footer__top {
    border-top: 1px solid #403C39;
    background-color: #262322;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .site-footer .footer__top .footer__navigation {
    display: block;
  }
  .site-footer .footer__top .footer__navigation .menu {
    text-align: center;
  }
  .site-footer .footer__top .footer__navigation .menu .menu-item {
    display: inline-block;
    margin-right: 32px;
  }
  .site-footer .footer__top .footer__navigation .menu .menu-item:last-child {
    margin-right: 0;
  }
  .site-footer .footer__top .footer__apps {
    left: 50%;
    transform: translateX(-50%);
    float: none;
  }
  .site-footer .footer__top .footer__apps a:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer__top .button__call-footer,
.site-footer .footer__top .button__comment {
    display: none;
  }
  .site-footer .footer__bottom {
    padding-top: 24px;
    padding-bottom: 32px; }
    .site-footer .footer__bottom .button__container {
      display: inline-block; }
      .site-footer .footer__bottom .button__container .button__call-footer {
        display: inline-block; }
        .site-footer .footer__bottom .button__container .button__call-footer .text {
          float: left;
          margin-left: 16px;
          top: -4px; }
        .site-footer .footer__bottom .button__container .button__call-footer .number {
          font-size: 24px;
          line-height: 28px;
          float: none;
          display: block;
          margin-left: 56px;
          top: -8px; }
        .site-footer .footer__bottom .button__container .button__call-footer img {
          float: left;
          height: 40px;
          margin: 0; }
      .site-footer .footer__bottom .button__container .button__comment {
        margin-top: 16px;
        margin-bottom: 0;
        text-align: left;
        font-size: 12px;
        max-width: 313px; }
    .site-footer .footer__bottom .footer__navigation {
      display: none; }
    .site-footer .footer__bottom .footer__social {
      display: inline-block;
      float: right;
      width: auto;
      margin-top: 32px;
      margin-bottom: 0; }
      .site-footer .footer__bottom .footer__social p {
        display: inline-block; }
  .site-footer .footer__apps {
    display: inline-block;
    float: right;
    position: relative;
  }
  .site-footer .footer__apps a {
    display: inline-block;
    margin-top: 0;
    margin-right: 2px;
  }
  .site-footer .footer__apps a img {
    width: 140px;
    height: auto;
  }
  .site-footer .footer__apps a:first-child {
    margin-top: 0;
  }
  .site-footer .footer__apps a:last-child {
    margin-right: 0;
  }
  .site-footer .footer__apps.__mobile {
    display: none;
  }

  .cookies-notice__wrapper {
    margin-top: 12px;
    width: calc(100% - 64px);
    margin-bottom: 12px;
  }
  .cookies-notice .level-left {
    flex-direction: row;
    margin-bottom: 0 !important;
    margin-right: 24px;
  }
  .cookies-notice .button {
    margin-right: 24px !important;
  }
  .cookies-notice__text {
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
  }
  .cookies-notice__text span {
    display: none;
  }
  .cookies-notice__close {
    display: block;
    position: static;
    height: 18px;
    width: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .container {
    margin: 0 auto;
  }
  .site-footer .footer__top .footer__navigation {
    display: inline-block;
    width: auto;
  }
  .site-footer .footer__top .footer__navigation .menu {
    padding-left: 0;
    text-align: left;
  }
  .site-footer .footer__top .footer__navigation .menu .menu-item {
    display: inline-block;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .site-footer .footer__top .footer__navigation .menu .menu-item:last-child {
    margin-right: 0;
  }
  .site-footer .footer__top .footer__apps {
    float: right;
    transform: none;
    left: auto;
  }
  .site-footer .footer__middle .container {
    display: flex;
    flex-direction: row;
  }
  .site-footer .footer__middle .container .footer__images {
    justify-content: flex-start;
  }
  .site-footer .footer__middle .container .footer__images .footer__image:first-child {
    margin-left: unset;
  }
  .site-footer .footer__middle .container .footer__contacts {
    margin-left: auto;
  }
  .site-footer .footer__middle .container .footer__contacts .contact:last-child {
    margin-right: unset;
  }
  .site-footer .footer__bottom .footer__navigation {
    display: none;
    width: auto;
  }
  .site-footer .footer__bottom .footer__navigation .menu {
    text-align: left;
  }
  .site-footer .footer__bottom .footer__navigation .menu .menu-item {
    display: inline-block;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .site-footer .footer__bottom .footer__navigation .menu .menu-item:last-child {
    margin-right: 0;
  }
  .site-footer .footer__bottom .footer__social {
    display: inline-block;
    width: auto;
    float: right;
    margin: 32px auto 0;
  }
  .site-footer .footer__bottom .footer__social p {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Parking map
--------------------------------------------------------------*/
#parking-map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#parking-map-wrap input {
  position: absolute;
  font-size: 16px;
  line-height: 19px;
  opacity: 1;
  width: 90%;
  background-color: #fAf5f2;
  color: #262626;
  border-radius: 4px;
  border: 0;
  padding: 16px;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0.5s;
}
#parking-map-wrap #parking-map {
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# web app
--------------------------------------------------------------*/
.locked-overflow {
  overflow: hidden !important;
  height: 100vh;
}
.locked-overflow .site-header .separator {
  z-index: 0;
}

.page-public-transport.locked-overflow .slide-in__apps {
  z-index: 4;
}

#root-web-app-login {
  padding-top: 1px;
}
#root-web-app-login .overlay-header .TabWrap-wrap {
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #root-web-app-login .App-wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
  #root-wrap {
    min-height: 200px;
  }
}
@media screen and (max-width: 769px) {
  #root-web-app-login .LoginOverlay-wrap .overlay-wrap {
    margin: 16px;
  }
}
.octa-web-app {
  display: flex;
  flex-direction: row;
}
.octa-web-app .wp-block-spacer {
  display: none;
}
.octa-web-app .container-octa {
  width: 50%;
}
.octa-web-app .container-octa:last-child {
  margin: 0 0 0 20px;
}

.section.about-us.octa-web-app-wrapper {
  padding-top: 50px;
}

@media screen and (max-width: 1024px) {
  .octa-web-app {
    flex-direction: column;
  }
  .octa-web-app .container-octa {
    width: 100%;
  }
  .octa-web-app .container-octa:last-child {
    margin: 20px 0 0 0;
  }

  .section.about-us.octa-web-app-wrapper {
    padding-top: 20px;
  }
}
