@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getvendor/bootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/vendor/bootstrap/blob/master/LICENSE)
 */
/*@import "vendor/bootstrap/normalize";*/
/*@import "vendor/bootstrap/print";*/
/*@import "vendor/bootstrap/glyphicons";*/
/*@import "vendor/bootstrap/scaffolding";*/
/*@import "vendor/bootstrap/type";*/
/*@import "vendor/bootstrap/code";*/
/*@import "vendor/bootstrap/grid";*/
/*@import "vendor/bootstrap/tables";*/
/*@import "vendor/bootstrap/forms";*/
/*@import "vendor/bootstrap/buttons";*/
/*@import "vendor/bootstrap/component-animations";*/
/*@import "vendor/bootstrap/dropdowns";*/
/*@import "vendor/bootstrap/button-groups";*/
/*@import "vendor/bootstrap/input-groups";*/
/*@import "vendor/bootstrap/navs";*/
/*@import "vendor/bootstrap/navbar";*/
/*@import "vendor/bootstrap/breadcrumbs";*/
/*@import "vendor/bootstrap/pagination";*/
/*@import "vendor/bootstrap/pager";*/
/*@import "vendor/bootstrap/labels";*/
/*@import "vendor/bootstrap/badges";*/
/*@import "vendor/bootstrap/jumbotron";*/
/*@import "vendor/bootstrap/thumbnails";*/
/*@import "vendor/bootstrap/alerts";*/
/*@import "vendor/bootstrap/progress-bars";*/
/*@import "vendor/bootstrap/media";*/
/*@import "vendor/bootstrap/list-group";*/
/*@import "vendor/bootstrap/panels";*/
/*@import "vendor/bootstrap/responsive-embed";*/
/*@import "vendor/bootstrap/wells";*/
/*@import "vendor/bootstrap/close";*/
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999 !important;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999998 !important;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
/*@import "vendor/bootstrap/tooltip";*/
/*@import "vendor/bootstrap/popovers";*/
/*@import "vendor/bootstrap/carousel";*/
/*@import "vendor/bootstrap/utilities";*/
/*@import "vendor/bootstrap/responsive-utilities";*/
/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 */
  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; }

/*
Zemiau pateiktos spalvos priklauso $m2
$m2
#127ac0
#1178c3
*/
/*
	Nekoreguotos spalvos likusios nuo bazes
*/
/*quaternary*/
/*quinary*/
html {
  box-sizing: border-box;
  font-size: 10px !important; }

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

@-ms-viewport {
  width: device-width; }
body {
  background: #fff; }

body, p, td, div {
  color: #191919;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.375; }

p {
  margin: 2.4rem 0; }

a {
  color: #0078c3;
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

strong {
  font-weight: 700; }
  strong * {
    font-weight: inherit; }

i {
  font-style: italic; }

h1, .h1 {
  font-size: 2.2rem;
  line-height: 1.1;
  color: #003878;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500; }
  @media screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 2.6rem;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h1, .h1 {
      font-size: 3rem;
      line-height: 1.1; } }

h2, .h2 {
  font-size: 2rem;
  line-height: 1.2;
  color: #0078c3;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 2.2rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h2, .h2 {
      font-size: 2.6rem;
      line-height: 1.2; } }

h3, .h3 {
  font-size: 1.8rem;
  line-height: 1.25;
  color: #003878;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 2rem;
      line-height: 1.25; } }
  @media screen and (min-width: 1200px) {
    h3, .h3 {
      font-size: 2.4rem;
      line-height: 1.25; } }

h4, .h4 {
  font-size: 1.6rem;
  line-height: 1.33;
  color: #003878;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 992px) {
    h4, .h4 {
      font-size: 1.8rem;
      line-height: 1.33; } }

h5, .h5 {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #003878;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 992px) {
    h5, .h5 {
      font-size: 1.6rem;
      line-height: 1.4; } }

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #0078c3;
  font-family: "Raleway", Arial, sans-serif;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    h6, .h6 {
      font-size: 1.4rem;
      line-height: 1.4; } }

h1, h2, h3, .h1, .h2, .h3 {
  margin: 2rem 0; }

h4, h5, h6, .h4, .h5, .h6 {
  margin: 1.6rem 0; }

ul, ol, li {
  margin: 0;
  padding: 0; }

ul {
  margin: 2.4rem 0;
  list-style-type: none;
  overflow: hidden; }
  ul li {
    position: relative;
    padding: 0 0 0 2rem; }
    ul li:before {
      content: '';
      position: absolute;
      top: 0.6em;
      left: 0.8rem;
      width: 0.4rem;
      height: 0.4rem;
      background: #003878;
      border-radius: 50%; }
  ul ul, ul ol {
    margin: 0.4rem 0; }

ol {
  margin: 2.4rem 0;
  padding-left: 2rem;
  overflow: visible; }
  ol ul, ol ol {
    margin: 0.4rem 0; }
  ol li::marker {
    font-family: sans-serif; }

hr {
  border: 0;
  height: 0.1rem;
  background: #003878; }

mark {
  background: #003878;
  padding: 0 5px;
  color: #fff; }

pre {
  font-family: monospace;
  margin: 0px;
  padding: 12px;
  border: 1px solid #999;
  background-color: #78b7ff; }

iframe {
  border: 0; }

table {
  width: 100%;
  empty-cells: show;
  margin: 0 0 20px 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #003878;
  border-radius: 2rem;
  overflow: hidden; }
  table th, table td {
    padding: 10px 12px;
    border: 0 none;
    text-align: left; }
  table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td, table th {
    font-weight: 500;
    padding: 0.8rem 0.8rem 0.8rem 1.6rem;
    background: #003878;
    color: #fff; }
  table thead tr td:first-child[rowspan] {
    border-right: 1px solid #fff; }
    table thead tr td:first-child[rowspan] + td {
      border-left: 0 none; }
  table thead tr td:not(:first-child) {
    border-left: 1px solid #fff; }
  table thead tr:not(:first-child) td {
    border-top: 1px solid #fff; }
  table tbody tr td:first-child[rowspan] {
    border-right: 1px solid #003878; }
    table tbody tr td:first-child[rowspan] + td {
      border-left: 0 none; }
  table tbody tr td:not(:first-child) {
    border-left: 1px solid #003878; }
  table tbody tr:not(:first-child) td {
    border-top: 1px solid #003878; }

table.tbody-without-border {
  width: 100%; }
  table.tbody-without-border tbody tr td {
    border: 0 none !important; }

form {
  margin: 0;
  padding: 0; }

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
  max-width: 30rem;
  width: 100%;
  height: 4rem;
  margin: 0;
  padding: 0 2rem;
  background-color: #fff;
  border: 0.1rem solid #474747;
  color: #191919;
  font-size: 1.3rem;
  line-height: 1.55;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  border-radius: 2rem;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 992px) {
    input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
      height: 4rem; } }
  input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, textarea:focus {
    border-color: #003878; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  opacity: 1; }

input[disabled] {
  background-color: #f2f2f2 !important;
  border-color: #aaa !important;
  /*color: $input_disabled_color !important;*/
  cursor: not-allowed !important; }

input[readonly]:not(.datepicker) {
  background-color: #f2f2f2 !important;
  border-color: #aaa !important;
  /*color: $input_readonly_color !important;*/
  cursor: default !important; }

textarea {
  display: block;
  resize: vertical;
  width: 100%;
  max-width: 60rem;
  min-height: 150px;
  max-height: 450px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: none;
  -webkit-transition: 150ms border ease-in-out;
  -moz-transition: 150ms border ease-in-out;
  -o-transition: 150ms border ease-in-out;
  -ms-transition: 150ms border ease-in-out;
  transition: 150ms border ease-in-out; }

select {
  outline: none; }

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: inherit;
  margin-top: 3px;
  height: auto;
  line-height: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

input[type=radio] {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
  background: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

li > p {
  margin: 0;
  padding: 0; }

table td p:first-of-type {
  margin-top: 0; }

table td p:last-of-type {
  margin-bottom: 0; }

.paveiksliukas_prie_teksto_kaireje {
  float: left;
  margin: 0 10px 8px 0; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_kaireje {
      margin: 0 20px 15px 0; } }

.paveiksliukas_prie_teksto_desineje {
  float: right;
  margin: 0 0px 8px 10px; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_desineje {
      margin: 0 0px 15px 20px; } }

.text1318 {
  font-size: 1.3rem;
  line-height: 1.45; }
  .text1318 p, .text1318 td, .text1318 div {
    font-size: 1.3rem;
    line-height: 1.45; }
  .text1318 ul li:before {
    top: 0.55em; }

.text1320 {
  font-size: 1.3rem;
  line-height: 1.55; }
  .text1320 p, .text1320 td, .text1320 div {
    font-size: 1.3rem;
    line-height: 1.55; }
  .text1320 ul li:before {
    top: 0.625em; }

.text1828 {
  font-size: 1.6rem;
  line-height: 1.55;
  color: #003878; }
  @media screen and (min-width: 992px) {
    .text1828 {
      font-size: 1.8rem;
      line-height: 1.55; } }
  .text1828 p, .text1828 td, .text1828 div {
    font-size: 1.6rem;
    line-height: 1.55;
    color: inherit; }
    @media screen and (min-width: 992px) {
      .text1828 p, .text1828 td, .text1828 div {
        font-size: 1.8rem;
        line-height: 1.55; } }
  .text1828 p {
    margin: 3.2rem 0; }
  .text1828 ul li:before {
    top: 0.625em;
    width: 0.6rem;
    height: 0.6rem; }
  .text1828 ul ul, .text1828 ul ol {
    margin: 0.8rem; }
  .text1828 ol ul, .text1828 ol ol {
    margin: 0.8rem; }

a.btn, button, input[type=submit], input[type=button], input[type=reset], .btn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  vertical-align: top;
  min-width: 20.6rem;
  height: 4rem;
  line-height: 4rem;
  margin: 0;
  padding: 0 2rem;
  background-color: #003878;
  border: none;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  border-radius: 2rem;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 992px) {
    a.btn, button, input[type=submit], input[type=button], input[type=reset], .btn {
      height: 4rem;
      line-height: 4rem; } }
  button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, .btn:hover {
    background-color: #0078c3;
    color: #fff; }

a.btn.btn--full, button.btn--full, input.btn--full[type=submit], input.btn--full[type=button], input.btn--full[type=reset], .btn--full.btn {
  max-width: 100%;
  width: 100%; }
a.btn.btn--300, button.btn--300, input.btn--300[type=submit], input.btn--300[type=button], input.btn--300[type=reset], .btn--300.btn {
  max-width: 30rem;
  width: 100%; }
a.btn.btn--secondary, button.btn--secondary, input.btn--secondary[type=submit], input.btn--secondary[type=button], input.btn--secondary[type=reset], .btn--secondary.btn {
  line-height: 3.8rem;
  background-color: transparent;
  border: 0.1rem solid #0078c3;
  color: #0078c3; }
  a.btn.btn--secondary:hover, button.btn--secondary:hover, input.btn--secondary[type=submit]:hover, input.btn--secondary[type=button]:hover, input.btn--secondary[type=reset]:hover, .btn--secondary.btn:hover {
    background-color: #0078c3;
    border-color: transparent;
    color: #fff; }
a.btn.btn--secondary-white, button.btn--secondary-white, input.btn--secondary-white[type=submit], input.btn--secondary-white[type=button], input.btn--secondary-white[type=reset], .btn--secondary-white.btn {
  line-height: 3.8rem;
  background-color: transparent;
  border: 0.1rem solid #fff;
  color: #fff; }
  a.btn.btn--secondary-white:hover, button.btn--secondary-white:hover, input.btn--secondary-white[type=submit]:hover, input.btn--secondary-white[type=button]:hover, input.btn--secondary-white[type=reset]:hover, .btn--secondary-white.btn:hover {
    background-color: #fff;
    border-color: transparent;
    color: #003878; }
a.btn.btn--secondary-blue, button.btn--secondary-blue, input.btn--secondary-blue[type=submit], input.btn--secondary-blue[type=button], input.btn--secondary-blue[type=reset], .btn--secondary-blue.btn {
  line-height: 3.8rem;
  background-color: transparent;
  border: 0.1rem solid #003878;
  color: #003878; }
  a.btn.btn--secondary-blue:hover, button.btn--secondary-blue:hover, input.btn--secondary-blue[type=submit]:hover, input.btn--secondary-blue[type=button]:hover, input.btn--secondary-blue[type=reset]:hover, .btn--secondary-blue.btn:hover {
    background-color: #003878;
    border-color: transparent;
    color: #fff; }
a.btn.btn--arrow, button.btn--arrow, input.btn--arrow[type=submit], input.btn--arrow[type=button], input.btn--arrow[type=reset], .btn--arrow.btn {
  margin: 0; }
  a.btn.btn--arrow:after, button.btn--arrow:after, input.btn--arrow[type=submit]:after, input.btn--arrow[type=button]:after, input.btn--arrow[type=reset]:after, .btn--arrow.btn:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e903';
    display: block;
    margin-left: 0.8rem;
    font-size: 1rem; }
    a.btn.btn--arrow:after:first-child, button.btn--arrow:after:first-child, input.btn--arrow[type=submit]:after:first-child, input.btn--arrow[type=button]:after:first-child, input.btn--arrow[type=reset]:after:first-child, .btn--arrow.btn:after:first-child {
      margin: 0; }

table.ms.ms--success, .ms--success.ms:not(table), table.ms.ms--info, .ms--info.ms:not(table), table.ms.ms--warning, .ms--warning.ms:not(table), table.ms.ms--error, .ms--error.ms:not(table) {
  position: relative;
  width: 100%;
  margin: 0 0 2.4rem 0;
  box-shadow: 0 5px 10px #d9e5ea;
  border: 0 none;
  border-radius: 0.8rem;
  overflow: hidden; }

table.ms.ms--bordered.ms--success, .ms--bordered.ms--success.ms:not(table), table.ms.ms--bordered.ms--info, .ms--bordered.ms--info.ms:not(table), table.ms.ms--bordered.ms--warning, .ms--bordered.ms--warning.ms:not(table), table.ms.ms--bordered.ms--error, .ms--bordered.ms--error.ms:not(table) {
  box-shadow: none;
  border-collapse: initial; }

table.ms:before, .ms:not(table):before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  content: '\e90d';
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4rem;
  height: 100%;
  color: #fff;
  font-size: 3.2rem; }
table.ms td, .ms:not(table) td {
  vertical-align: middle;
  height: 12rem;
  border: 0 none !important; }
table.ms tr td:first-child, .ms:not(table) tr td:first-child,
table.ms > .formatted_text,
.ms:not(table) > .formatted_text,
table.ms > blockquote,
.ms:not(table) > blockquote {
  padding: 0.8rem 1.6rem;
  padding-left: 8rem; }
table.ms h3, .ms:not(table) h3 {
  margin-bottom: 1.2rem; }
  table.ms h3:first-child, .ms:not(table) h3:first-child {
    margin-top: 0; }
  table.ms h3 + p, .ms:not(table) h3 + p {
    margin-top: 0; }
table.ms h4, .ms:not(table) h4 {
  margin-bottom: 0.8rem;
  color: #191919; }
  table.ms h4:first-child, .ms:not(table) h4:first-child {
    margin-top: 0; }
  table.ms h4 + p, .ms:not(table) h4 + p {
    margin-top: 0; }
table.ms.ms--success:before, .ms--success.ms:not(table):before {
  content: '\e90d';
  background: #00ABDA; }
table.ms.ms--info:before, .ms--info.ms:not(table):before {
  content: '\e90d';
  background: #3fb14c; }
table.ms.ms--warning:before, .ms--warning.ms:not(table):before {
  content: '\e912';
  background: #E88500; }
table.ms.ms--error:before, .ms--error.ms:not(table):before {
  content: '\e912';
  background: #c63131; }

table.ms.ms--bordered:before, .ms--bordered.ms:not(table):before {
  font-size: 2.6rem; }
table.ms.ms--bordered td, .ms--bordered.ms:not(table) td {
  vertical-align: middle;
  height: 5.8rem; }
table.ms.ms--bordered tr td:first-child, .ms--bordered.ms:not(table) tr td:first-child,
table.ms.ms--bordered > .formatted_text,
.ms--bordered.ms:not(table) > .formatted_text,
table.ms.ms--bordered > blockquote,
.ms--bordered.ms:not(table) > blockquote {
  padding: 2rem 1.6rem;
  padding-left: 8rem; }
table.ms.ms--bordered.ms--success, .ms--bordered.ms--success.ms:not(table) {
  border: 1px solid #00ABDA; }
table.ms.ms--bordered.ms--info, .ms--bordered.ms--info.ms:not(table) {
  border: 1px solid #3fb14c; }
table.ms.ms--bordered.ms--warning, .ms--bordered.ms--warning.ms:not(table) {
  border: 1px solid #E88500; }
table.ms.ms--bordered.ms--error, .ms--bordered.ms--error.ms:not(table) {
  border: 1px solid #c63131; }

a.f-doc, a.f-xlsx, a.f-ppt, a.f-pdf {
  position: relative;
  padding-left: 3.4rem;
  color: #003878;
  font-weight: normal;
  text-decoration: underline; }
  a.f-doc:hover, a.f-xlsx:hover, a.f-ppt:hover, a.f-pdf:hover {
    text-decoration: none; }
  a.f-doc:before, a.f-xlsx:before, a.f-ppt:before, a.f-pdf:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 2.6rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }

a.f-doc:before {
  content: '\e918'; }

a.f-xlsx:before {
  content: '\e91b'; }

a.f-ppt:before {
  content: '\e91a'; }

a.f-pdf:before {
  content: '\e919'; }

blockquote {
  position: relative;
  z-index: 1;
  margin: 3.2rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #003878;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 500;
  font-style: italic; }
  @media screen and (min-width: 992px) {
    blockquote {
      font-size: 2.2rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    blockquote {
      font-size: 2.6rem;
      line-height: 1.2; } }
  @media only screen and (min-width: 1200px) {
    blockquote {
      margin-left: -6rem;
      margin-right: -6rem; } }
  blockquote .quote {
    position: relative;
    z-index: -1;
    display: inline;
    width: 0 !important;
    pointer-events: none; }
    blockquote .quote:after {
      position: absolute;
      height: 100%;
      color: #e5eff5;
      font-family: "Raleway", Arial, sans-serif;
      font-size: 192px;
      line-height: 0; }
    blockquote .quote.first:after {
      content: '„';
      top: -6.4rem;
      left: -2.2rem; }
      @media only screen and (min-width: 992px) {
        blockquote .quote.first:after {
          top: -6rem;
          left: -2.2rem; } }
      @media only screen and (min-width: 1200px) {
        blockquote .quote.first:after {
          top: -5.4rem;
          left: -2.2rem; } }
    blockquote .quote.last:after {
      content: '“';
      bottom: -8rem;
      right: -3rem; }
      @media only screen and (min-width: 992px) {
        blockquote .quote.last:after {
          bottom: -8rem;
          right: -3rem; } }
      @media only screen and (min-width: 1200px) {
        blockquote .quote.last:after {
          bottom: -8.4rem;
          right: -2.8rem; } }
  blockquote div, blockquote p, blockquote li, blockquote td {
    display: inline !important;
    font-size: 2rem;
    line-height: 1.2;
    color: #003878;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 500;
    font-style: italic; }
    @media screen and (min-width: 992px) {
      blockquote div, blockquote p, blockquote li, blockquote td {
        font-size: 2.2rem;
        line-height: 1.2; } }
    @media screen and (min-width: 1200px) {
      blockquote div, blockquote p, blockquote li, blockquote td {
        font-size: 2.6rem;
        line-height: 1.2; } }

button[disabled],
.btn.disabled,
a.btn.disabled,
button.disabled,
input.disabled[type=submit],
input.disabled[type=button],
input.disabled[type=reset],
.disabled.btn,
.btn > a.disabled {
  background: #f4f4f4 !important;
  border: 0 none !important;
  color: #191919 !important;
  cursor: not-allowed !important; }
  button[disabled]:hover, button[disabled]:focus,
  .btn.disabled:hover,
  .btn.disabled:focus,
  a.btn.disabled:hover,
  button.disabled:hover,
  input.disabled[type=submit]:hover,
  input.disabled[type=button]:hover,
  input.disabled[type=reset]:hover,
  .disabled.btn:hover,
  a.btn.disabled:focus,
  button.disabled:focus,
  input.disabled[type=submit]:focus,
  input.disabled[type=button]:focus,
  input.disabled[type=reset]:focus,
  .disabled.btn:focus,
  .btn > a.disabled:hover,
  .btn > a.disabled:focus {
    background-color: #f4f4f4 !important;
    border: 0 none !important;
    color: #191919 !important; }
  button[disabled].btn--secondary-blue, button[disabled].btn--secondary-white, button[disabled].btn--secondary,
  .btn.disabled.btn--secondary-blue,
  .btn.disabled.btn--secondary-white,
  .btn.disabled.btn--secondary,
  a.btn.disabled.btn--secondary-blue,
  button.disabled.btn--secondary-blue,
  input.disabled.btn--secondary-blue[type=submit],
  input.disabled.btn--secondary-blue[type=button],
  input.disabled.btn--secondary-blue[type=reset],
  .disabled.btn--secondary-blue.btn,
  a.btn.disabled.btn--secondary-white,
  button.disabled.btn--secondary-white,
  input.disabled.btn--secondary-white[type=submit],
  input.disabled.btn--secondary-white[type=button],
  input.disabled.btn--secondary-white[type=reset],
  .disabled.btn--secondary-white.btn,
  a.btn.disabled.btn--secondary,
  button.disabled.btn--secondary,
  input.disabled.btn--secondary[type=submit],
  input.disabled.btn--secondary[type=button],
  input.disabled.btn--secondary[type=reset],
  .disabled.btn--secondary.btn,
  .btn > a.disabled.btn--secondary-blue,
  .btn > a.disabled.btn--secondary-white,
  .btn > a.disabled.btn--secondary {
    line-height: 3.8rem;
    background: transparent !important;
    border: 0.1rem solid #e5eff5 !important;
    color: #e5eff5 !important; }
    button[disabled].btn--secondary-blue:hover, button[disabled].btn--secondary-white:hover, button[disabled].btn--secondary:hover,
    .btn.disabled.btn--secondary-blue:hover,
    .btn.disabled.btn--secondary-white:hover,
    .btn.disabled.btn--secondary:hover,
    a.btn.disabled.btn--secondary-blue:hover,
    button.disabled.btn--secondary-blue:hover,
    input.disabled.btn--secondary-blue[type=submit]:hover,
    input.disabled.btn--secondary-blue[type=button]:hover,
    input.disabled.btn--secondary-blue[type=reset]:hover,
    .disabled.btn--secondary-blue.btn:hover,
    a.btn.disabled.btn--secondary-white:hover,
    button.disabled.btn--secondary-white:hover,
    input.disabled.btn--secondary-white[type=submit]:hover,
    input.disabled.btn--secondary-white[type=button]:hover,
    input.disabled.btn--secondary-white[type=reset]:hover,
    .disabled.btn--secondary-white.btn:hover,
    a.btn.disabled.btn--secondary:hover,
    button.disabled.btn--secondary:hover,
    input.disabled.btn--secondary[type=submit]:hover,
    input.disabled.btn--secondary[type=button]:hover,
    input.disabled.btn--secondary[type=reset]:hover,
    .disabled.btn--secondary.btn:hover,
    .btn > a.disabled.btn--secondary-blue:hover,
    .btn > a.disabled.btn--secondary-white:hover,
    .btn > a.disabled.btn--secondary:hover {
      background: transparent !important;
      border: 0.1rem solid #e5eff5 !important;
      color: #e5eff5 !important; }

.pallet-item {
  padding: 0.8rem 2rem;
  color: #fff;
  text-align: center; }

.m1 {
  background: #003878; }

.m2 {
  background: #0078c3; }

.pv1 {
  background: #2FB6E3; }

.pv2 {
  background: #DA003D; }

.pv3 {
  background: #E36B81; }

.vv1 {
  background: #0079C3; }

.vv2 {
  background: #E88500; }

.vv3 {
  background: #F4BD62; }

.av1 {
  background: #194BAB; }

.av2 {
  background: #DD3E00; }

.av3 {
  background: #EB9678; }

.f1 {
  background: #204A30; }

.f2 {
  background: #FBDB00; }

.f3 {
  background: #FDF379; }

.p1 {
  background: #3C6376; }

.p2 {
  background: #4CA92C; }

.p3 {
  background: #C5D725; }

.ic1 {
  background: #00ABDA; }

.ic2 {
  background: #007BB7; }

.ic3 {
  background: #0056A4; }

.ic4 {
  background: #00543A; }

.ic5 {
  background: #366376; }

.ms:not(table) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 12rem;
  margin: 0; }
  .ms:not(table).ms--bordered {
    min-height: 5.8rem;
    margin: 0; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--group {
  padding: 0; }
.select2-container--default .select2-results__option--disabled {
  color: #999; }
.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #474747;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #474747;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #474747;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #474747;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #474747;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #474747;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option--group {
  padding: 0; }
.select2-container--classic .select2-results__option--disabled {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2, .ewsite-select, .ewsite-select-placeholder {
  width: 100% !important;
  max-width: 30rem;
  outline: none; }

.select2-container--default {
  outline: none; }
  .select2-container--default .select2-selection--single {
    outline: none;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 4rem;
    background: #fff;
    border: 0.1rem solid #474747;
    border-radius: 2rem; }
    @media only screen and (min-width: 992px) {
      .select2-container--default .select2-selection--single {
        height: 4rem;
        padding-right: 4rem; } }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      color: #191919;
      padding-left: 0;
      padding-right: 0;
      line-height: 3.8rem;
      font-size: 1.3rem; }
      @media only screen and (min-width: 992px) {
        .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 3.8rem; } }
      .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        color: #aaa; }
      .select2-container--default .select2-selection--single .select2-selection__rendered .rendered-label {
        position: relative;
        padding-right: 0.6rem;
        color: #191919;
        white-space: nowrap; }
        .select2-container--default .select2-selection--single .select2-selection__rendered .rendered-label:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          width: 1px;
          height: 2.8rem;
          background: #474747;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .select2-container--default .select2-selection--single .select2-selection__rendered .rendered-value {
        padding-left: 2rem;
        padding-right: 0.8rem;
        white-space: nowrap; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      top: 0.1rem;
      right: 0.1rem;
      background-color: none;
      border: none;
      height: 3.8rem;
      width: 3.8rem;
      color: #003878;
      font-size: 0.8rem;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .select2-container--default .select2-selection--single .select2-selection__arrow {
          width: 3.8rem;
          height: 3.8rem; } }
      .select2-container--default .select2-selection--single .select2-selection__arrow:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        content: "\e910";
        display: block; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none !important; }
  .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #003878;
    border-radius: 2rem !important; }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
  opacity: 0.4;
  cursor: not-allowed; }

.select2-dropdown {
  margin-top: 0.1rem;
  padding: 0 2rem;
  background: transparent; }

.select2-container--default .select2-dropdown {
  padding: 0 2rem;
  border: 0 none !important;
  pointer-events: none; }
.select2-container--default .select2-search {
  background: #fff;
  border: 1px solid #003878;
  pointer-events: auto; }
  .select2-container--default .select2-search__field {
    border: 1px solid #191919 !important;
    padding: 0 2rem; }
    .select2-container--default .select2-search__field:focus {
      border-color: #003878 !important; }
.select2-container--default .select2-search--hide + .select2-results {
  border-top: 1px solid #003878; }
.select2-container--default .select2-results {
  background: #fff;
  border: 1px solid #003878;
  border-top: 0 none;
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
  pointer-events: auto; }
  .select2-container--default .select2-results__option {
    padding: 1rem 0.8rem 1rem 2rem;
    background: none;
    color: #191919; }
    .select2-container--default .select2-results__option:before {
      display: none; }
    .select2-container--default .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--default .select2-results__option[aria-disabled=true] {
      color: #aaa; }
    .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: transparent; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #003878;
    color: #fff; }
  .select2-container--default .select2-results__option--selected {
    font-weight: bold; }

select.ewsite-select,
select.ewsite-select-placeholder,
select.select2,
.select2_basic {
  height: 0 !important;
  position: absolute;
  opacity: 0; }

.select2.select2-container + .fake-select {
  display: none; }

select.ym-tpl + .fake-select {
  max-width: none; }
select.ym-tpl + .select2.select2-container + .fake-select {
  max-width: none; }

.fake-select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 30rem;
  height: 4rem;
  line-height: 3.8rem;
  padding-left: 2rem;
  padding-right: 4rem;
  background: #fff;
  border: 0.1rem solid #474747;
  color: #191919;
  font-size: 1.3rem;
  line-height: 1.55;
  outline: none;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem; }
  @media only screen and (min-width: 992px) {
    .fake-select {
      height: 4rem;
      line-height: 3.8rem;
      padding-right: 4rem; } }
  .fake-select .label {
    position: relative;
    padding-right: 0.6rem;
    color: #191919;
    white-space: nowrap; }
    .fake-select .label:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 2.8rem;
      background: #474747;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .fake-select .label + .value {
      padding-left: 2rem;
      padding-right: 0.8rem; }
  .fake-select .value {
    color: #aaa;
    white-space: nowrap; }
  .fake-select .arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 4rem;
    width: 4rem; }
    @media only screen and (min-width: 992px) {
      .fake-select .arrow {
        width: 4rem;
        height: 4rem; } }
    .fake-select .arrow:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      content: "\e910";
      display: block;
      color: #003878;
      font-size: 0.8rem; }

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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; }

/* Slider */
.slick-loading .slick-list {
  background: url("../img/reused/loading32.gif"); }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slickcarousel/slick.eot");
  src: url("../fonts/slickcarousel/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slickcarousel/slick.woff") format("woff"), url("../fonts/slickcarousel/slick.ttf") format("truetype"), url("../fonts/slickcarousel/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background: none;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

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

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

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

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

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.fancybox-infobar {
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1.1em; }

.fancybox-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  min-width: 0;
  width: 4rem;
  height: 4rem;
  padding: 0 !important;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  outline: none;
  opacity: 1; }
  .fancybox-button:hover {
    opacity: 1; }
  .fancybox-button[disabled] {
    opacity: 0.2;
    cursor: not-allowed; }

.fancybox-toolbar {
  padding: 1.5rem 1.5rem 0 0; }
  .fancybox-toolbar .fancybox-button {
    background: transparent;
    color: #fff; }
    .fancybox-toolbar .fancybox-button:hover {
      color: #0078c3; }

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  background: #f4f4f4;
  border-radius: 50%;
  color: #0078c3;
  font-size: 0.9rem;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .fancybox-navigation .fancybox-button:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    opacity: 1; }
  .fancybox-navigation .fancybox-button:hover {
    background: #0078c3;
    color: #fff; }
  .fancybox-navigation .fancybox-button[disabled] {
    opacity: 0.2;
    cursor: not-allowed; }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 1.5rem; }
    .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before {
      content: '\e90f'; }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 1.5rem; }
    .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before {
      content: '\e903'; }

.fancybox-container {
  z-index: 999999999; }

/*@import "vendor/lightgallery/ew_lightgallery_overrides";*/
.mm-panel, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease; }

.mm-indexer, .mm-menu, .mm-menu > .mm-panel, .mm-navbar .mm-btn, .mm-page, .mm-search, .mm-search input {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-arrow:after, .mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0;
  position: absolute; }

.mm-divider > span, .mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title, .mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-navbar, .mm-navbar .mm-btn {
  position: absolute;
  height: 40px; }

.mm-menu, .mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-slideout, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease; }

.mm-fixeddivider, .mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-panel.mm-opened {
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:after, .mm-menu > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-navbar > *, .mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  padding: 0 40px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  padding: 10px 0; }

.mm-navbar .mm-title {
  overflow: hidden; }

.mm-navbar .mm-btn {
  width: 40px;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  right: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  top: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > *, .mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:after, .mm-menu .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  position: relative; }

.mm-slideout {
  transition: transform .4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker, html.mm-opened #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current, em.mm-counter {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
.mm-menu.mm-bottom.mm-autoheight, .mm-menu.mm-top.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen, .mm-menu.mm-top.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

.mm-collapsed:not(.mm-uncollapsed), .mm-nosubresults > .mm-counter {
  display: none; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-divider > span {
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-subopened, .mm-menu > .mm-navbar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging #mm-blocker, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform,left,right;
  -moz-transition-property: -moz-transform,left,right;
  -ms-transition-property: -ms-transform,left,right;
  -o-transition-property: -o-transform,left,right;
  transition-property: transform,left,right; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }

.mm-hasnavbar-top-1 .mm-fixeddivider, .mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }

.mm-hasnavbar-top-2 .mm-fixeddivider, .mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }

.mm-hasnavbar-top-3 .mm-fixeddivider, .mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: 0;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-indexer a, .mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  -moz-transition: right .4s ease;
  -ms-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  transition: transform .4s ease; }

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease; }

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -ms-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -ms-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -ms-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s; }

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-bottom, .mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:after, .mm-menu.mm-theme-white .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:after, .mm-menu.mm-theme-black .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

#hamburger {
  position: relative;
  display: block;
  width: 4rem;
  height: 5rem;
  z-index: 4;
  overflow: hidden;
  outline: none; }
  @media only screen and (min-width: 1024px) {
    #hamburger {
      display: none; } }

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #003878;
  content: '';
  display: block;
  width: 3rem;
  height: 0.4rem;
  position: absolute;
  left: 0.5rem; }

#hamburger:before {
  top: 1.5rem; }

#hamburger span {
  top: 2.3rem; }

#hamburger:after {
  top: 3.1rem; }

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 2.3rem; }

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0; }

html.mm-opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

html.mm-opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

ul.mm-listview {
  font-size: inherit;
  text-transform: uppercase; }
  ul.mm-listview > li {
    background: none; }
    ul.mm-listview > li:after {
      border-color: #474747 !important; }
    ul.mm-listview > li:before {
      display: none; }
    ul.mm-listview > li > a {
      padding-left: 15px; }
    ul.mm-listview > li .mm-next {
      background: transparent;
      border-color: #474747 !important; }
  ul.mm-listview a {
    text-decoration: none;
    border: none; }
    ul.mm-listview a.active {
      background-color: #eee; }

.mm-search, .mm-navbar-top {
  height: 24rem;
  border-bottom: 0;
  padding-top: 10px; }

.mm-navbar .mm-search input[type=text] {
  background-image: url("../img/reused/icon_search.png");
  background-position: right 10px center;
  background-repeat: no-repeat; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 16rem; }

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block; }

.mm-opening #mm-blocker {
  background-color: rgba(0, 56, 120, 0.7);
  transition: background 500ms ease 0.3s; }

ul.mm-listview {
  border-top: 1px solid #474747 !important; }
  ul.mm-listview ul.mm-listview {
    border-top: 0 none !important; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: #474747;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-vertical .mm-listview .mm-panel ul a {
  text-transform: none;
  font-size: 12px; }

.mm-listview .mm-vertical .mm-panel {
  padding: 0 0 0 0px; }

.mm-extra {
  text-align: center; }
  .mm-extra .logo img {
    margin: 0 auto; }

#mm-blocker {
  z-index: 999999999; }

.NFI-wrapper {
  display: block !important;
  background: transparent; }
  @media only screen and (min-width: 480px) {
    .NFI-wrapper {
      display: -webkit-box !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.NFI-button {
  position: relative;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
  margin: 0;
  padding-right: 20px;
  background: none;
  border: none;
  color: #003878;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: left !important;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .NFI-button:before {
    content: '';
    display: block;
    width: 5.6rem;
    height: 5.6rem;
    margin-right: 2.4rem;
    background-image: url("../img/icons/file_upload.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .NFI-button:hover, .NFI-button:focus {
    color: #00ABDA; }
  .NFI-button label.error {
    text-transform: none;
    text-decoration: none !important;
    font-weight: 400;
    letter-spacing: 0;
    border: 0; }

input.NFI-filename {
  float: none !important;
  max-width: 15rem;
  height: 2rem;
  margin: 0.8rem 0 0 1.2rem !important;
  padding: 0 !important;
  background: transparent;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media only screen and (min-width: 480px) {
    input.NFI-filename {
      margin: 0.8rem 0 0.8rem 1.2rem !important; } }
  input.NFI-filename:hover, input.NFI-filename:focus {
    border: none; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  margin-top: 0.1rem;
  z-index: 9999;
  display: block;
  position: relative;
  width: 28rem;
  padding: 0 2rem;
  color: #191919;
  font-family: "Barlow", Arial, sans-serif;
  border: 0; }
  .pika-single.is-hidden {
    /*display: none;*/ }
  .pika-single.is-bound {
    position: absolute; }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: none !important;
  width: 100%;
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 5px;
  background: #fff;
  border: 1px solid #003878;
  border-radius: 0 0 2rem 2rem;
  overflow: hidden; }

.pika-title {
  position: relative;
  text-align: left;
  padding-left: 12px;
  font-size: 0; }
  .pika-title .pika-label {
    color: #0078c3; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  min-width: 0;
  width: 20px;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  height: 28px;
  text-indent: 20px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0ms 150ms ease-in-out;
  -moz-transition: 0ms 150ms ease-in-out;
  -o-transition: 0ms 150ms ease-in-out;
  -ms-transition: 0ms 150ms ease-in-out;
  transition: 0ms 150ms ease-in-out; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1;
    background-color: transparent; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default; }

.pika-prev,
.is-rtl .pika-next {
  position: absolute;
  right: 24px;
  top: 1px;
  padding: 5px;
  *right: 0; }
  .pika-prev:after,
  .is-rtl .pika-next:after {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #003878;
    border-bottom: 5px solid transparent;
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #003878;
    border-bottom: 0.5rem solid transparent; }
  .pika-prev:hover:after,
  .is-rtl .pika-next:hover:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #00ABDA;
    border-bottom: 5px solid transparent;
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #00ABDA;
    border-bottom: 0.5rem solid transparent; }

.pika-next,
.is-rtl .pika-prev {
  position: absolute;
  right: 4px;
  top: 1px;
  padding: 5px; }
  .pika-next:after,
  .is-rtl .pika-prev:after {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #003878;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #003878; }
  .pika-next:hover:after,
  .is-rtl .pika-prev:hover:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #00ABDA;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #00ABDA; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 0; }
  .pika-table thead {
    background: #fff; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0;
    border: 0 none !important;
    background: transparent; }
  .pika-table th {
    color: #191919;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .pika-table abbr {
    border: none;
    text-decoration: none; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  color: #191919;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: transparent;
  border-radius: 0px;
  min-width: 0; }
  .is-today .pika-button {
    color: #0078c3;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #0078c3;
    box-shadow: inset 0 1px 3px #0078c3;
    color: #fff; }
  .is-disabled .pika-button, .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #003878;
    box-shadow: none;
    color: #fff; }
  .pika-button:after {
    display: none; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

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

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

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

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

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

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

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

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

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

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

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

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px; }

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

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

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

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

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px; }

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

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

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: .2rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background: #003878;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6rem;
  text-align: center;
  text-indent: 0;
  -webkit-transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  -ms-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out; }
  .tooltip:hover {
    background: #00ABDA; }
  .tooltip:after {
    content: "?";
    display: block; }

div.tooltipster-base .tooltipster-box {
  background: #fff;
  border: 0 none;
  border-radius: 0 2rem 2rem 2rem;
  box-shadow: 0 5px 10px #d9e5ea;
  overflow: hidden; }
div.tooltipster-base .tooltipster-content {
  padding: 1.2rem;
  color: #191919;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22px; }
div.tooltipster-base .tooltipster-arrow {
  display: none; }

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

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

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

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

div.tooltipster-base.instrument_purps .tooltipster-box {
  border-radius: 2rem; }
div.tooltipster-base.instrument_purps .tooltipster-arrow {
  display: block; }
div.tooltipster-base.instrument_purps.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background, div.tooltipster-base.instrument_purps.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }
div.tooltipster-base.instrument_purps.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background, div.tooltipster-base.instrument_purps.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }
div.tooltipster-base.instrument_purps.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background, div.tooltipster-base.instrument_purps.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }
div.tooltipster-base.instrument_purps.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background, div.tooltipster-base.instrument_purps.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

.cx-widget.cx-theme-light .cx-svg-icon-tone1 {
  fill: #003878 !important; }

body .cx-widget.cx-sidebar {
  z-index: 99999 !important;
  border-radius: 15px 0 0 15px;
  background-color: #003878; }
  body .cx-widget.cx-sidebar .cx-sidebar-button {
    border: none; }
    body .cx-widget.cx-sidebar .cx-sidebar-button .cx-svg-icon-tone1 {
      fill: #FFF !important; }
    body .cx-widget.cx-sidebar .cx-sidebar-button .name {
      color: #FFF; }
  body .cx-widget.cx-sidebar > li {
    padding-left: 0; }
    body .cx-widget.cx-sidebar > li:before {
      content: none; }
    body .cx-widget.cx-sidebar > li:last-child {
      display: none; }
  body .cx-widget.cx-sidebar.cx-expanded {
    background-color: #FFF; }
    body .cx-widget.cx-sidebar.cx-expanded .cx-sidebar-button .cx-svg-icon-tone1 {
      fill: #003878 !important; }
    body .cx-widget.cx-sidebar.cx-expanded .cx-sidebar-button .name {
      color: #000; }
  body .cx-widget.cx-sidebar.cx-mobile .cx-body {
    margin-top: 15px; }
    body .cx-widget.cx-sidebar.cx-mobile .cx-body ul li {
      padding-left: 0; }
      body .cx-widget.cx-sidebar.cx-mobile .cx-body ul li:before {
        content: none; }
      body .cx-widget.cx-sidebar.cx-mobile .cx-body ul li .cx-sidebar-button {
        border: none; }

.cx-form-wrapper .cx-form-inputs table {
  border: none;
  border-width: 0; }
.cx-form-wrapper table tr th {
  background: transparent;
  color: #444a52; }
  .cx-form-wrapper table tr th label {
    color: #444a52; }
.cx-form-wrapper table tr td input {
  border-radius: 15px !important; }

.cx-widget.ow-modal, .cx-widget.ow-modal:hover {
  z-index: 99999999 !important; }

.cx-widget .cx-body {
  border-bottom: none !important; }
  .cx-widget .cx-body .cx-transcript .cx-message-group .cx-message.cx-agent .cx-bubble-arrow svg * {
    fill: #e5eff5 !important; }
  .cx-widget .cx-body .cx-transcript .cx-message-group .cx-message.cx-agent .cx-bubble {
    background-color: #e5eff5 !important; }
  .cx-widget .cx-body .cx-input-container .cx-textarea-cell textarea {
    min-height: 40px !important;
    font-size: 16px; }
  .cx-widget .cx-body .cx-input-container .cx-menu-cell {
    display: none; }
.cx-widget .cx-button-group.cx-buttons-window-control button {
  min-width: 0 !important; }
.cx-widget .cx-wrapper .cx-button-group, .cx-widget .cx-form-wrapper .cx-button-group, .cx-widget .cx-button-container .cx-button-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .cx-widget .cx-wrapper .cx-button-group > button, .cx-widget .cx-form-wrapper .cx-button-group > button, .cx-widget .cx-button-container .cx-button-group > button {
    border-radius: 20px; }
    .cx-widget .cx-wrapper .cx-button-group > button:first-child, .cx-widget .cx-form-wrapper .cx-button-group > button:first-child, .cx-widget .cx-button-container .cx-button-group > button:first-child {
      margin-bottom: 10px; }
    .cx-widget .cx-wrapper .cx-button-group > button.cx-btn-default, .cx-widget .cx-form-wrapper .cx-button-group > button.cx-btn-default, .cx-widget .cx-button-container .cx-button-group > button.cx-btn-default {
      background-color: transparent !important;
      border: 0.1rem solid #0078c3 !important;
      color: #0078c3 !important; }
      .cx-widget .cx-wrapper .cx-button-group > button.cx-btn-default:focus, .cx-widget .cx-form-wrapper .cx-button-group > button.cx-btn-default:focus, .cx-widget .cx-button-container .cx-button-group > button.cx-btn-default:focus {
        border-color: #0078c3 !important; }
      .cx-widget .cx-wrapper .cx-button-group > button.cx-btn-default:hover, .cx-widget .cx-form-wrapper .cx-button-group > button.cx-btn-default:hover, .cx-widget .cx-button-container .cx-button-group > button.cx-btn-default:hover {
        background: #0078c3 !important;
        color: #fff !important; }
    .cx-widget .cx-wrapper .cx-button-group > button.cx-btn-primary, .cx-widget .cx-form-wrapper .cx-button-group > button.cx-btn-primary, .cx-widget .cx-button-container .cx-button-group > button.cx-btn-primary {
      background: #003878 !important;
      color: #fff !important; }
      .cx-widget .cx-wrapper .cx-button-group > button.cx-btn-primary:hover, .cx-widget .cx-form-wrapper .cx-button-group > button.cx-btn-primary:hover, .cx-widget .cx-button-container .cx-button-group > button.cx-btn-primary:hover {
        background: #0078c3 !important; }
.cx-widget .cx-wrapper ul.cx-channels li, .cx-widget .cx-form-wrapper ul.cx-channels li, .cx-widget .cx-button-container ul.cx-channels li {
  padding-left: 0; }
  .cx-widget .cx-wrapper ul.cx-channels li:before, .cx-widget .cx-form-wrapper ul.cx-channels li:before, .cx-widget .cx-button-container ul.cx-channels li:before {
    content: none; }
.cx-widget .cx-wrapper .cx-form, .cx-widget .cx-form-wrapper .cx-form, .cx-widget .cx-button-container .cx-form {
  padding: 24px; }
.cx-widget .cx-button-container {
  margin-bottom: 0 !important; }
  .cx-widget .cx-button-container .cx-button-group {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
.cx-widget .cx-footer[style], .cx-widget .cx-footer {
  display: none !important; }
.cx-widget.cx-call-us {
  padding: 30px !important; }
  .cx-widget.cx-call-us .cx-content .cx-phone-number a {
    color: #003878 !important;
    outline: none; }
.cx-widget.cx-mobile.cx-common-container {
  border-radius: 0 !important; }
  .cx-widget.cx-mobile.cx-common-container .cx-titlebar {
    padding-top: 20px !important; }
  .cx-widget.cx-mobile.cx-common-container.cx-call-us {
    padding: 0 !important; }
.cx-widget.cx-mobile.cx-channel-selector .cx-body {
  padding: 0 !important; }
  .cx-widget.cx-mobile.cx-channel-selector .cx-body .cx-channel {
    padding: 12px 24px;
    outline: none; }
.cx-widget.cx-mobile .cx-form-wrapper input {
  max-width: 100%; }
.cx-widget .cx-channel-selector .cx-channels .cx-channel {
  outline: none; }

.cx-widget.cx-theme-light .cx-btn-primary {
  background: #003878 !important;
  color: #fff !important;
  border: none;
  border-radius: 20px; }
  .cx-widget.cx-theme-light .cx-btn-primary:hover {
    background: #0078c3 !important; }

@-ms-viewport {
  width: device-width; }
.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12, .col-s,
.col-s-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0 0 8.33333%;
  -moz-box-flex: 0 0 8.33333%;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0 0 16.66667%;
  -moz-box-flex: 0 0 16.66667%;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0 0 33.33333%;
  -moz-box-flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0 0 41.66667%;
  -moz-box-flex: 0 0 41.66667%;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0 0 58.33333%;
  -moz-box-flex: 0 0 58.33333%;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0 0 66.66667%;
  -moz-box-flex: 0 0 66.66667%;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0 0 83.33333%;
  -moz-box-flex: 0 0 83.33333%;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0 0 91.66667%;
  -moz-box-flex: 0 0 91.66667%;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -moz-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -moz-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 480px) {
  .col-s {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-s-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-s-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-s-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-s-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-s-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-s-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-s-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-s-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-s-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-s-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-s-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-s-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-s-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-s-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-s-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-s-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-s-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-s-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-s-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-s-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-s-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-s-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-s-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-s-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-s-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-s-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-s-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-s-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-s-0 {
    margin-left: 0; }

  .offset-s-1 {
    margin-left: 8.33333%; }

  .offset-s-2 {
    margin-left: 16.66667%; }

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

  .offset-s-4 {
    margin-left: 33.33333%; }

  .offset-s-5 {
    margin-left: 41.66667%; }

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

  .offset-s-7 {
    margin-left: 58.33333%; }

  .offset-s-8 {
    margin-left: 66.66667%; }

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

  .offset-s-10 {
    margin-left: 83.33333%; }

  .offset-s-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

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

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

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

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

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

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-md {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

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

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

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

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

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

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

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

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

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

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

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

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1600px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

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

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

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

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

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

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 480px) {
  .d-s-none {
    display: none !important; }

  .d-s-inline {
    display: inline !important; }

  .d-s-inline-block {
    display: inline-block !important; }

  .d-s-block {
    display: block !important; }

  .d-s-table {
    display: table !important; }

  .d-s-table-row {
    display: table-row !important; }

  .d-s-table-cell {
    display: table-cell !important; }

  .d-s-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-s-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-flex-direction: column !important;
  -moz-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  -moz-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  -moz-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -moz-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -moz-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important; }

.justify-content-end {
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important; }

.justify-content-center {
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
  -ms-flex-pack: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -moz-justify-content: space-around !important;
  -ms-justify-content: space-around !important;
  justify-content: space-around !important;
  -ms-flex-pack: space-around !important; }

.align-items-start {
  -webkit-align-items: flex-start !important;
  -moz-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-align-items: flex-end !important;
  -moz-align-items: flex-end !important;
  -ms-align-items: flex-end !important;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
  -moz-align-items: baseline !important;
  -ms-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
  -moz-align-items: stretch !important;
  -ms-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -moz-align-content: flex-start !important;
  -ms-align-content: flex-start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -moz-align-content: flex-end !important;
  -ms-align-content: flex-end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -moz-align-content: center !important;
  -ms-align-content: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -moz-align-content: space-between !important;
  -ms-align-content: space-between !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -moz-align-content: space-around !important;
  -ms-align-content: space-around !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -moz-align-content: stretch !important;
  -ms-align-content: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -moz-align-self: auto !important;
  -ms-align-self: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -moz-align-self: flex-start !important;
  -ms-align-self: flex-start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -moz-align-self: flex-end !important;
  -ms-align-self: flex-end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -moz-align-self: center !important;
  -ms-align-self: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -moz-align-self: baseline !important;
  -ms-align-self: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -moz-align-self: stretch !important;
  -ms-align-self: stretch !important;
  align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-s-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-s-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-s-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-s-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-s-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-s-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-s-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-s-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-s-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-s-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-s-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-s-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-s-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-s-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-s-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-s-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-s-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-s-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-s-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-s-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-s-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-s-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-s-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-s-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-s-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-s-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-s-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-s-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-s-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-md-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1600px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
.p-g-0 {
  padding: 0rem !important; }

.m-g-0 {
  margin: 0rem !important; }

.m-g-0-negative {
  margin: 0rem !important; }

.p-g-1 {
  padding: 0.4rem !important; }

.m-g-1 {
  margin: 0.4rem !important; }

.m-g-1-negative {
  margin: -0.4rem !important; }

.p-g-2 {
  padding: 0.8rem !important; }

.m-g-2 {
  margin: 0.8rem !important; }

.m-g-2-negative {
  margin: -0.8rem !important; }

.p-g-3 {
  padding: 1.2rem !important; }

.m-g-3 {
  margin: 1.2rem !important; }

.m-g-3-negative {
  margin: -1.2rem !important; }

.p-g-4 {
  padding: 1.6rem !important; }

.m-g-4 {
  margin: 1.6rem !important; }

.m-g-4-negative {
  margin: -1.6rem !important; }

.p-g-5 {
  padding: 2rem !important; }

.m-g-5 {
  margin: 2rem !important; }

.m-g-5-negative {
  margin: -2rem !important; }

.p-g-6 {
  padding: 2.4rem !important; }

.m-g-6 {
  margin: 2.4rem !important; }

.m-g-6-negative {
  margin: -2.4rem !important; }

.p-g-7 {
  padding: 2.8rem !important; }

.m-g-7 {
  margin: 2.8rem !important; }

.m-g-7-negative {
  margin: -2.8rem !important; }

.p-g-8 {
  padding: 3.2rem !important; }

.m-g-8 {
  margin: 3.2rem !important; }

.m-g-8-negative {
  margin: -3.2rem !important; }

.p-g-9 {
  padding: 3.6rem !important; }

.m-g-9 {
  margin: 3.6rem !important; }

.m-g-9-negative {
  margin: -3.6rem !important; }

.p-g-10 {
  padding: 4rem !important; }

.m-g-10 {
  margin: 4rem !important; }

.m-g-10-negative {
  margin: -4rem !important; }

.p-g-11 {
  padding: 4.4rem !important; }

.m-g-11 {
  margin: 4.4rem !important; }

.m-g-11-negative {
  margin: -4.4rem !important; }

.p-g-12 {
  padding: 4.8rem !important; }

.m-g-12 {
  margin: 4.8rem !important; }

.m-g-12-negative {
  margin: -4.8rem !important; }

.p-g-13 {
  padding: 5.2rem !important; }

.m-g-13 {
  margin: 5.2rem !important; }

.m-g-13-negative {
  margin: -5.2rem !important; }

.p-g-14 {
  padding: 5.6rem !important; }

.m-g-14 {
  margin: 5.6rem !important; }

.m-g-14-negative {
  margin: -5.6rem !important; }

.p-g-15 {
  padding: 6rem !important; }

.m-g-15 {
  margin: 6rem !important; }

.m-g-15-negative {
  margin: -6rem !important; }

.p-g-16 {
  padding: 6.4rem !important; }

.m-g-16 {
  margin: 6.4rem !important; }

.m-g-16-negative {
  margin: -6.4rem !important; }

.p-g-t-0 {
  padding-top: 0rem !important; }

.m-g-t-0 {
  margin-top: 0rem !important; }

.m-g-t-0-negative {
  margin-top: 0rem !important; }

.p-g-t-1 {
  padding-top: 0.4rem !important; }

.m-g-t-1 {
  margin-top: 0.4rem !important; }

.m-g-t-1-negative {
  margin-top: -0.4rem !important; }

.p-g-t-2 {
  padding-top: 0.8rem !important; }

.m-g-t-2 {
  margin-top: 0.8rem !important; }

.m-g-t-2-negative {
  margin-top: -0.8rem !important; }

.p-g-t-3 {
  padding-top: 1.2rem !important; }

.m-g-t-3 {
  margin-top: 1.2rem !important; }

.m-g-t-3-negative {
  margin-top: -1.2rem !important; }

.p-g-t-4 {
  padding-top: 1.6rem !important; }

.m-g-t-4 {
  margin-top: 1.6rem !important; }

.m-g-t-4-negative {
  margin-top: -1.6rem !important; }

.p-g-t-5 {
  padding-top: 2rem !important; }

.m-g-t-5 {
  margin-top: 2rem !important; }

.m-g-t-5-negative {
  margin-top: -2rem !important; }

.p-g-t-6 {
  padding-top: 2.4rem !important; }

.m-g-t-6 {
  margin-top: 2.4rem !important; }

.m-g-t-6-negative {
  margin-top: -2.4rem !important; }

.p-g-t-7 {
  padding-top: 2.8rem !important; }

.m-g-t-7 {
  margin-top: 2.8rem !important; }

.m-g-t-7-negative {
  margin-top: -2.8rem !important; }

.p-g-t-8 {
  padding-top: 3.2rem !important; }

.m-g-t-8 {
  margin-top: 3.2rem !important; }

.m-g-t-8-negative {
  margin-top: -3.2rem !important; }

.p-g-t-9 {
  padding-top: 3.6rem !important; }

.m-g-t-9 {
  margin-top: 3.6rem !important; }

.m-g-t-9-negative {
  margin-top: -3.6rem !important; }

.p-g-t-10 {
  padding-top: 4rem !important; }

.m-g-t-10 {
  margin-top: 4rem !important; }

.m-g-t-10-negative {
  margin-top: -4rem !important; }

.p-g-t-11 {
  padding-top: 4.4rem !important; }

.m-g-t-11 {
  margin-top: 4.4rem !important; }

.m-g-t-11-negative {
  margin-top: -4.4rem !important; }

.p-g-t-12 {
  padding-top: 4.8rem !important; }

.m-g-t-12 {
  margin-top: 4.8rem !important; }

.m-g-t-12-negative {
  margin-top: -4.8rem !important; }

.p-g-t-13 {
  padding-top: 5.2rem !important; }

.m-g-t-13 {
  margin-top: 5.2rem !important; }

.m-g-t-13-negative {
  margin-top: -5.2rem !important; }

.p-g-t-14 {
  padding-top: 5.6rem !important; }

.m-g-t-14 {
  margin-top: 5.6rem !important; }

.m-g-t-14-negative {
  margin-top: -5.6rem !important; }

.p-g-t-15 {
  padding-top: 6rem !important; }

.m-g-t-15 {
  margin-top: 6rem !important; }

.m-g-t-15-negative {
  margin-top: -6rem !important; }

.p-g-t-16 {
  padding-top: 6.4rem !important; }

.m-g-t-16 {
  margin-top: 6.4rem !important; }

.m-g-t-16-negative {
  margin-top: -6.4rem !important; }

.p-g-l-0 {
  padding-left: 0rem !important; }

.m-g-l-0 {
  margin-left: 0rem !important; }

.m-g-l-0-negative {
  margin-left: 0rem !important; }

.p-g-l-1 {
  padding-left: 0.4rem !important; }

.m-g-l-1 {
  margin-left: 0.4rem !important; }

.m-g-l-1-negative {
  margin-left: -0.4rem !important; }

.p-g-l-2 {
  padding-left: 0.8rem !important; }

.m-g-l-2 {
  margin-left: 0.8rem !important; }

.m-g-l-2-negative {
  margin-left: -0.8rem !important; }

.p-g-l-3 {
  padding-left: 1.2rem !important; }

.m-g-l-3 {
  margin-left: 1.2rem !important; }

.m-g-l-3-negative {
  margin-left: -1.2rem !important; }

.p-g-l-4 {
  padding-left: 1.6rem !important; }

.m-g-l-4 {
  margin-left: 1.6rem !important; }

.m-g-l-4-negative {
  margin-left: -1.6rem !important; }

.p-g-l-5 {
  padding-left: 2rem !important; }

.m-g-l-5 {
  margin-left: 2rem !important; }

.m-g-l-5-negative {
  margin-left: -2rem !important; }

.p-g-l-6 {
  padding-left: 2.4rem !important; }

.m-g-l-6 {
  margin-left: 2.4rem !important; }

.m-g-l-6-negative {
  margin-left: -2.4rem !important; }

.p-g-l-7 {
  padding-left: 2.8rem !important; }

.m-g-l-7 {
  margin-left: 2.8rem !important; }

.m-g-l-7-negative {
  margin-left: -2.8rem !important; }

.p-g-l-8 {
  padding-left: 3.2rem !important; }

.m-g-l-8 {
  margin-left: 3.2rem !important; }

.m-g-l-8-negative {
  margin-left: -3.2rem !important; }

.p-g-l-9 {
  padding-left: 3.6rem !important; }

.m-g-l-9 {
  margin-left: 3.6rem !important; }

.m-g-l-9-negative {
  margin-left: -3.6rem !important; }

.p-g-l-10 {
  padding-left: 4rem !important; }

.m-g-l-10 {
  margin-left: 4rem !important; }

.m-g-l-10-negative {
  margin-left: -4rem !important; }

.p-g-l-11 {
  padding-left: 4.4rem !important; }

.m-g-l-11 {
  margin-left: 4.4rem !important; }

.m-g-l-11-negative {
  margin-left: -4.4rem !important; }

.p-g-l-12 {
  padding-left: 4.8rem !important; }

.m-g-l-12 {
  margin-left: 4.8rem !important; }

.m-g-l-12-negative {
  margin-left: -4.8rem !important; }

.p-g-l-13 {
  padding-left: 5.2rem !important; }

.m-g-l-13 {
  margin-left: 5.2rem !important; }

.m-g-l-13-negative {
  margin-left: -5.2rem !important; }

.p-g-l-14 {
  padding-left: 5.6rem !important; }

.m-g-l-14 {
  margin-left: 5.6rem !important; }

.m-g-l-14-negative {
  margin-left: -5.6rem !important; }

.p-g-l-15 {
  padding-left: 6rem !important; }

.m-g-l-15 {
  margin-left: 6rem !important; }

.m-g-l-15-negative {
  margin-left: -6rem !important; }

.p-g-l-16 {
  padding-left: 6.4rem !important; }

.m-g-l-16 {
  margin-left: 6.4rem !important; }

.m-g-l-16-negative {
  margin-left: -6.4rem !important; }

.p-g-r-0 {
  padding-right: 0rem !important; }

.m-g-r-0 {
  margin-right: 0rem !important; }

.m-g-r-0-negative {
  margin-right: 0rem !important; }

.p-g-r-1 {
  padding-right: 0.4rem !important; }

.m-g-r-1 {
  margin-right: 0.4rem !important; }

.m-g-r-1-negative {
  margin-right: -0.4rem !important; }

.p-g-r-2 {
  padding-right: 0.8rem !important; }

.m-g-r-2 {
  margin-right: 0.8rem !important; }

.m-g-r-2-negative {
  margin-right: -0.8rem !important; }

.p-g-r-3 {
  padding-right: 1.2rem !important; }

.m-g-r-3 {
  margin-right: 1.2rem !important; }

.m-g-r-3-negative {
  margin-right: -1.2rem !important; }

.p-g-r-4 {
  padding-right: 1.6rem !important; }

.m-g-r-4 {
  margin-right: 1.6rem !important; }

.m-g-r-4-negative {
  margin-right: -1.6rem !important; }

.p-g-r-5 {
  padding-right: 2rem !important; }

.m-g-r-5 {
  margin-right: 2rem !important; }

.m-g-r-5-negative {
  margin-right: -2rem !important; }

.p-g-r-6 {
  padding-right: 2.4rem !important; }

.m-g-r-6 {
  margin-right: 2.4rem !important; }

.m-g-r-6-negative {
  margin-right: -2.4rem !important; }

.p-g-r-7 {
  padding-right: 2.8rem !important; }

.m-g-r-7 {
  margin-right: 2.8rem !important; }

.m-g-r-7-negative {
  margin-right: -2.8rem !important; }

.p-g-r-8 {
  padding-right: 3.2rem !important; }

.m-g-r-8 {
  margin-right: 3.2rem !important; }

.m-g-r-8-negative {
  margin-right: -3.2rem !important; }

.p-g-r-9 {
  padding-right: 3.6rem !important; }

.m-g-r-9 {
  margin-right: 3.6rem !important; }

.m-g-r-9-negative {
  margin-right: -3.6rem !important; }

.p-g-r-10 {
  padding-right: 4rem !important; }

.m-g-r-10 {
  margin-right: 4rem !important; }

.m-g-r-10-negative {
  margin-right: -4rem !important; }

.p-g-r-11 {
  padding-right: 4.4rem !important; }

.m-g-r-11 {
  margin-right: 4.4rem !important; }

.m-g-r-11-negative {
  margin-right: -4.4rem !important; }

.p-g-r-12 {
  padding-right: 4.8rem !important; }

.m-g-r-12 {
  margin-right: 4.8rem !important; }

.m-g-r-12-negative {
  margin-right: -4.8rem !important; }

.p-g-r-13 {
  padding-right: 5.2rem !important; }

.m-g-r-13 {
  margin-right: 5.2rem !important; }

.m-g-r-13-negative {
  margin-right: -5.2rem !important; }

.p-g-r-14 {
  padding-right: 5.6rem !important; }

.m-g-r-14 {
  margin-right: 5.6rem !important; }

.m-g-r-14-negative {
  margin-right: -5.6rem !important; }

.p-g-r-15 {
  padding-right: 6rem !important; }

.m-g-r-15 {
  margin-right: 6rem !important; }

.m-g-r-15-negative {
  margin-right: -6rem !important; }

.p-g-r-16 {
  padding-right: 6.4rem !important; }

.m-g-r-16 {
  margin-right: 6.4rem !important; }

.m-g-r-16-negative {
  margin-right: -6.4rem !important; }

.p-g-b-0 {
  padding-bottom: 0rem !important; }

.m-g-b-0 {
  margin-bottom: 0rem !important; }

.m-g-b-0-negative {
  margin-bottom: 0rem !important; }

.p-g-b-1 {
  padding-bottom: 0.4rem !important; }

.m-g-b-1 {
  margin-bottom: 0.4rem !important; }

.m-g-b-1-negative {
  margin-bottom: -0.4rem !important; }

.p-g-b-2 {
  padding-bottom: 0.8rem !important; }

.m-g-b-2 {
  margin-bottom: 0.8rem !important; }

.m-g-b-2-negative {
  margin-bottom: -0.8rem !important; }

.p-g-b-3 {
  padding-bottom: 1.2rem !important; }

.m-g-b-3 {
  margin-bottom: 1.2rem !important; }

.m-g-b-3-negative {
  margin-bottom: -1.2rem !important; }

.p-g-b-4 {
  padding-bottom: 1.6rem !important; }

.m-g-b-4 {
  margin-bottom: 1.6rem !important; }

.m-g-b-4-negative {
  margin-bottom: -1.6rem !important; }

.p-g-b-5 {
  padding-bottom: 2rem !important; }

.m-g-b-5 {
  margin-bottom: 2rem !important; }

.m-g-b-5-negative {
  margin-bottom: -2rem !important; }

.p-g-b-6 {
  padding-bottom: 2.4rem !important; }

.m-g-b-6 {
  margin-bottom: 2.4rem !important; }

.m-g-b-6-negative {
  margin-bottom: -2.4rem !important; }

.p-g-b-7 {
  padding-bottom: 2.8rem !important; }

.m-g-b-7 {
  margin-bottom: 2.8rem !important; }

.m-g-b-7-negative {
  margin-bottom: -2.8rem !important; }

.p-g-b-8 {
  padding-bottom: 3.2rem !important; }

.m-g-b-8 {
  margin-bottom: 3.2rem !important; }

.m-g-b-8-negative {
  margin-bottom: -3.2rem !important; }

.p-g-b-9 {
  padding-bottom: 3.6rem !important; }

.m-g-b-9 {
  margin-bottom: 3.6rem !important; }

.m-g-b-9-negative {
  margin-bottom: -3.6rem !important; }

.p-g-b-10 {
  padding-bottom: 4rem !important; }

.m-g-b-10 {
  margin-bottom: 4rem !important; }

.m-g-b-10-negative {
  margin-bottom: -4rem !important; }

.p-g-b-11 {
  padding-bottom: 4.4rem !important; }

.m-g-b-11 {
  margin-bottom: 4.4rem !important; }

.m-g-b-11-negative {
  margin-bottom: -4.4rem !important; }

.p-g-b-12 {
  padding-bottom: 4.8rem !important; }

.m-g-b-12 {
  margin-bottom: 4.8rem !important; }

.m-g-b-12-negative {
  margin-bottom: -4.8rem !important; }

.p-g-b-13 {
  padding-bottom: 5.2rem !important; }

.m-g-b-13 {
  margin-bottom: 5.2rem !important; }

.m-g-b-13-negative {
  margin-bottom: -5.2rem !important; }

.p-g-b-14 {
  padding-bottom: 5.6rem !important; }

.m-g-b-14 {
  margin-bottom: 5.6rem !important; }

.m-g-b-14-negative {
  margin-bottom: -5.6rem !important; }

.p-g-b-15 {
  padding-bottom: 6rem !important; }

.m-g-b-15 {
  margin-bottom: 6rem !important; }

.m-g-b-15-negative {
  margin-bottom: -6rem !important; }

.p-g-b-16 {
  padding-bottom: 6.4rem !important; }

.m-g-b-16 {
  margin-bottom: 6.4rem !important; }

.m-g-b-16-negative {
  margin-bottom: -6.4rem !important; }

@media (min-width: 480px) {
  .p-g-s-0 {
    padding: 0rem !important; }

  .m-g-s-0 {
    margin: 0rem !important; }

  .m-g-s-0-negative {
    margin: 0rem !important; }

  .p-g-s-1 {
    padding: 0.4rem !important; }

  .m-g-s-1 {
    margin: 0.4rem !important; }

  .m-g-s-1-negative {
    margin: -0.4rem !important; }

  .p-g-s-2 {
    padding: 0.8rem !important; }

  .m-g-s-2 {
    margin: 0.8rem !important; }

  .m-g-s-2-negative {
    margin: -0.8rem !important; }

  .p-g-s-3 {
    padding: 1.2rem !important; }

  .m-g-s-3 {
    margin: 1.2rem !important; }

  .m-g-s-3-negative {
    margin: -1.2rem !important; }

  .p-g-s-4 {
    padding: 1.6rem !important; }

  .m-g-s-4 {
    margin: 1.6rem !important; }

  .m-g-s-4-negative {
    margin: -1.6rem !important; }

  .p-g-s-5 {
    padding: 2rem !important; }

  .m-g-s-5 {
    margin: 2rem !important; }

  .m-g-s-5-negative {
    margin: -2rem !important; }

  .p-g-s-6 {
    padding: 2.4rem !important; }

  .m-g-s-6 {
    margin: 2.4rem !important; }

  .m-g-s-6-negative {
    margin: -2.4rem !important; }

  .p-g-s-7 {
    padding: 2.8rem !important; }

  .m-g-s-7 {
    margin: 2.8rem !important; }

  .m-g-s-7-negative {
    margin: -2.8rem !important; }

  .p-g-s-8 {
    padding: 3.2rem !important; }

  .m-g-s-8 {
    margin: 3.2rem !important; }

  .m-g-s-8-negative {
    margin: -3.2rem !important; }

  .p-g-s-9 {
    padding: 3.6rem !important; }

  .m-g-s-9 {
    margin: 3.6rem !important; }

  .m-g-s-9-negative {
    margin: -3.6rem !important; }

  .p-g-s-10 {
    padding: 4rem !important; }

  .m-g-s-10 {
    margin: 4rem !important; }

  .m-g-s-10-negative {
    margin: -4rem !important; }

  .p-g-s-11 {
    padding: 4.4rem !important; }

  .m-g-s-11 {
    margin: 4.4rem !important; }

  .m-g-s-11-negative {
    margin: -4.4rem !important; }

  .p-g-s-12 {
    padding: 4.8rem !important; }

  .m-g-s-12 {
    margin: 4.8rem !important; }

  .m-g-s-12-negative {
    margin: -4.8rem !important; }

  .p-g-s-13 {
    padding: 5.2rem !important; }

  .m-g-s-13 {
    margin: 5.2rem !important; }

  .m-g-s-13-negative {
    margin: -5.2rem !important; }

  .p-g-s-14 {
    padding: 5.6rem !important; }

  .m-g-s-14 {
    margin: 5.6rem !important; }

  .m-g-s-14-negative {
    margin: -5.6rem !important; }

  .p-g-s-15 {
    padding: 6rem !important; }

  .m-g-s-15 {
    margin: 6rem !important; }

  .m-g-s-15-negative {
    margin: -6rem !important; }

  .p-g-s-16 {
    padding: 6.4rem !important; }

  .m-g-s-16 {
    margin: 6.4rem !important; }

  .m-g-s-16-negative {
    margin: -6.4rem !important; }

  .p-g-s-t-0 {
    padding-top: 0rem !important; }

  .m-g-s-t-0 {
    margin-top: 0rem !important; }

  .m-g-s-t-0-negative {
    margin-top: 0rem !important; }

  .p-g-s-t-1 {
    padding-top: 0.4rem !important; }

  .m-g-s-t-1 {
    margin-top: 0.4rem !important; }

  .m-g-s-t-1-negative {
    margin-top: -0.4rem !important; }

  .p-g-s-t-2 {
    padding-top: 0.8rem !important; }

  .m-g-s-t-2 {
    margin-top: 0.8rem !important; }

  .m-g-s-t-2-negative {
    margin-top: -0.8rem !important; }

  .p-g-s-t-3 {
    padding-top: 1.2rem !important; }

  .m-g-s-t-3 {
    margin-top: 1.2rem !important; }

  .m-g-s-t-3-negative {
    margin-top: -1.2rem !important; }

  .p-g-s-t-4 {
    padding-top: 1.6rem !important; }

  .m-g-s-t-4 {
    margin-top: 1.6rem !important; }

  .m-g-s-t-4-negative {
    margin-top: -1.6rem !important; }

  .p-g-s-t-5 {
    padding-top: 2rem !important; }

  .m-g-s-t-5 {
    margin-top: 2rem !important; }

  .m-g-s-t-5-negative {
    margin-top: -2rem !important; }

  .p-g-s-t-6 {
    padding-top: 2.4rem !important; }

  .m-g-s-t-6 {
    margin-top: 2.4rem !important; }

  .m-g-s-t-6-negative {
    margin-top: -2.4rem !important; }

  .p-g-s-t-7 {
    padding-top: 2.8rem !important; }

  .m-g-s-t-7 {
    margin-top: 2.8rem !important; }

  .m-g-s-t-7-negative {
    margin-top: -2.8rem !important; }

  .p-g-s-t-8 {
    padding-top: 3.2rem !important; }

  .m-g-s-t-8 {
    margin-top: 3.2rem !important; }

  .m-g-s-t-8-negative {
    margin-top: -3.2rem !important; }

  .p-g-s-t-9 {
    padding-top: 3.6rem !important; }

  .m-g-s-t-9 {
    margin-top: 3.6rem !important; }

  .m-g-s-t-9-negative {
    margin-top: -3.6rem !important; }

  .p-g-s-t-10 {
    padding-top: 4rem !important; }

  .m-g-s-t-10 {
    margin-top: 4rem !important; }

  .m-g-s-t-10-negative {
    margin-top: -4rem !important; }

  .p-g-s-t-11 {
    padding-top: 4.4rem !important; }

  .m-g-s-t-11 {
    margin-top: 4.4rem !important; }

  .m-g-s-t-11-negative {
    margin-top: -4.4rem !important; }

  .p-g-s-t-12 {
    padding-top: 4.8rem !important; }

  .m-g-s-t-12 {
    margin-top: 4.8rem !important; }

  .m-g-s-t-12-negative {
    margin-top: -4.8rem !important; }

  .p-g-s-t-13 {
    padding-top: 5.2rem !important; }

  .m-g-s-t-13 {
    margin-top: 5.2rem !important; }

  .m-g-s-t-13-negative {
    margin-top: -5.2rem !important; }

  .p-g-s-t-14 {
    padding-top: 5.6rem !important; }

  .m-g-s-t-14 {
    margin-top: 5.6rem !important; }

  .m-g-s-t-14-negative {
    margin-top: -5.6rem !important; }

  .p-g-s-t-15 {
    padding-top: 6rem !important; }

  .m-g-s-t-15 {
    margin-top: 6rem !important; }

  .m-g-s-t-15-negative {
    margin-top: -6rem !important; }

  .p-g-s-t-16 {
    padding-top: 6.4rem !important; }

  .m-g-s-t-16 {
    margin-top: 6.4rem !important; }

  .m-g-s-t-16-negative {
    margin-top: -6.4rem !important; }

  .p-g-s-l-0 {
    padding-left: 0rem !important; }

  .m-g-s-l-0 {
    margin-left: 0rem !important; }

  .m-g-s-l-0-negative {
    margin-left: 0rem !important; }

  .p-g-s-l-1 {
    padding-left: 0.4rem !important; }

  .m-g-s-l-1 {
    margin-left: 0.4rem !important; }

  .m-g-s-l-1-negative {
    margin-left: -0.4rem !important; }

  .p-g-s-l-2 {
    padding-left: 0.8rem !important; }

  .m-g-s-l-2 {
    margin-left: 0.8rem !important; }

  .m-g-s-l-2-negative {
    margin-left: -0.8rem !important; }

  .p-g-s-l-3 {
    padding-left: 1.2rem !important; }

  .m-g-s-l-3 {
    margin-left: 1.2rem !important; }

  .m-g-s-l-3-negative {
    margin-left: -1.2rem !important; }

  .p-g-s-l-4 {
    padding-left: 1.6rem !important; }

  .m-g-s-l-4 {
    margin-left: 1.6rem !important; }

  .m-g-s-l-4-negative {
    margin-left: -1.6rem !important; }

  .p-g-s-l-5 {
    padding-left: 2rem !important; }

  .m-g-s-l-5 {
    margin-left: 2rem !important; }

  .m-g-s-l-5-negative {
    margin-left: -2rem !important; }

  .p-g-s-l-6 {
    padding-left: 2.4rem !important; }

  .m-g-s-l-6 {
    margin-left: 2.4rem !important; }

  .m-g-s-l-6-negative {
    margin-left: -2.4rem !important; }

  .p-g-s-l-7 {
    padding-left: 2.8rem !important; }

  .m-g-s-l-7 {
    margin-left: 2.8rem !important; }

  .m-g-s-l-7-negative {
    margin-left: -2.8rem !important; }

  .p-g-s-l-8 {
    padding-left: 3.2rem !important; }

  .m-g-s-l-8 {
    margin-left: 3.2rem !important; }

  .m-g-s-l-8-negative {
    margin-left: -3.2rem !important; }

  .p-g-s-l-9 {
    padding-left: 3.6rem !important; }

  .m-g-s-l-9 {
    margin-left: 3.6rem !important; }

  .m-g-s-l-9-negative {
    margin-left: -3.6rem !important; }

  .p-g-s-l-10 {
    padding-left: 4rem !important; }

  .m-g-s-l-10 {
    margin-left: 4rem !important; }

  .m-g-s-l-10-negative {
    margin-left: -4rem !important; }

  .p-g-s-l-11 {
    padding-left: 4.4rem !important; }

  .m-g-s-l-11 {
    margin-left: 4.4rem !important; }

  .m-g-s-l-11-negative {
    margin-left: -4.4rem !important; }

  .p-g-s-l-12 {
    padding-left: 4.8rem !important; }

  .m-g-s-l-12 {
    margin-left: 4.8rem !important; }

  .m-g-s-l-12-negative {
    margin-left: -4.8rem !important; }

  .p-g-s-l-13 {
    padding-left: 5.2rem !important; }

  .m-g-s-l-13 {
    margin-left: 5.2rem !important; }

  .m-g-s-l-13-negative {
    margin-left: -5.2rem !important; }

  .p-g-s-l-14 {
    padding-left: 5.6rem !important; }

  .m-g-s-l-14 {
    margin-left: 5.6rem !important; }

  .m-g-s-l-14-negative {
    margin-left: -5.6rem !important; }

  .p-g-s-l-15 {
    padding-left: 6rem !important; }

  .m-g-s-l-15 {
    margin-left: 6rem !important; }

  .m-g-s-l-15-negative {
    margin-left: -6rem !important; }

  .p-g-s-l-16 {
    padding-left: 6.4rem !important; }

  .m-g-s-l-16 {
    margin-left: 6.4rem !important; }

  .m-g-s-l-16-negative {
    margin-left: -6.4rem !important; }

  .p-g-s-r-0 {
    padding-right: 0rem !important; }

  .m-g-s-r-0 {
    margin-right: 0rem !important; }

  .m-g-s-r-0-negative {
    margin-right: 0rem !important; }

  .p-g-s-r-1 {
    padding-right: 0.4rem !important; }

  .m-g-s-r-1 {
    margin-right: 0.4rem !important; }

  .m-g-s-r-1-negative {
    margin-right: -0.4rem !important; }

  .p-g-s-r-2 {
    padding-right: 0.8rem !important; }

  .m-g-s-r-2 {
    margin-right: 0.8rem !important; }

  .m-g-s-r-2-negative {
    margin-right: -0.8rem !important; }

  .p-g-s-r-3 {
    padding-right: 1.2rem !important; }

  .m-g-s-r-3 {
    margin-right: 1.2rem !important; }

  .m-g-s-r-3-negative {
    margin-right: -1.2rem !important; }

  .p-g-s-r-4 {
    padding-right: 1.6rem !important; }

  .m-g-s-r-4 {
    margin-right: 1.6rem !important; }

  .m-g-s-r-4-negative {
    margin-right: -1.6rem !important; }

  .p-g-s-r-5 {
    padding-right: 2rem !important; }

  .m-g-s-r-5 {
    margin-right: 2rem !important; }

  .m-g-s-r-5-negative {
    margin-right: -2rem !important; }

  .p-g-s-r-6 {
    padding-right: 2.4rem !important; }

  .m-g-s-r-6 {
    margin-right: 2.4rem !important; }

  .m-g-s-r-6-negative {
    margin-right: -2.4rem !important; }

  .p-g-s-r-7 {
    padding-right: 2.8rem !important; }

  .m-g-s-r-7 {
    margin-right: 2.8rem !important; }

  .m-g-s-r-7-negative {
    margin-right: -2.8rem !important; }

  .p-g-s-r-8 {
    padding-right: 3.2rem !important; }

  .m-g-s-r-8 {
    margin-right: 3.2rem !important; }

  .m-g-s-r-8-negative {
    margin-right: -3.2rem !important; }

  .p-g-s-r-9 {
    padding-right: 3.6rem !important; }

  .m-g-s-r-9 {
    margin-right: 3.6rem !important; }

  .m-g-s-r-9-negative {
    margin-right: -3.6rem !important; }

  .p-g-s-r-10 {
    padding-right: 4rem !important; }

  .m-g-s-r-10 {
    margin-right: 4rem !important; }

  .m-g-s-r-10-negative {
    margin-right: -4rem !important; }

  .p-g-s-r-11 {
    padding-right: 4.4rem !important; }

  .m-g-s-r-11 {
    margin-right: 4.4rem !important; }

  .m-g-s-r-11-negative {
    margin-right: -4.4rem !important; }

  .p-g-s-r-12 {
    padding-right: 4.8rem !important; }

  .m-g-s-r-12 {
    margin-right: 4.8rem !important; }

  .m-g-s-r-12-negative {
    margin-right: -4.8rem !important; }

  .p-g-s-r-13 {
    padding-right: 5.2rem !important; }

  .m-g-s-r-13 {
    margin-right: 5.2rem !important; }

  .m-g-s-r-13-negative {
    margin-right: -5.2rem !important; }

  .p-g-s-r-14 {
    padding-right: 5.6rem !important; }

  .m-g-s-r-14 {
    margin-right: 5.6rem !important; }

  .m-g-s-r-14-negative {
    margin-right: -5.6rem !important; }

  .p-g-s-r-15 {
    padding-right: 6rem !important; }

  .m-g-s-r-15 {
    margin-right: 6rem !important; }

  .m-g-s-r-15-negative {
    margin-right: -6rem !important; }

  .p-g-s-r-16 {
    padding-right: 6.4rem !important; }

  .m-g-s-r-16 {
    margin-right: 6.4rem !important; }

  .m-g-s-r-16-negative {
    margin-right: -6.4rem !important; }

  .p-g-s-b-0 {
    padding-bottom: 0rem !important; }

  .m-g-s-b-0 {
    margin-bottom: 0rem !important; }

  .m-g-s-b-0-negative {
    margin-bottom: 0rem !important; }

  .p-g-s-b-1 {
    padding-bottom: 0.4rem !important; }

  .m-g-s-b-1 {
    margin-bottom: 0.4rem !important; }

  .m-g-s-b-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-g-s-b-2 {
    padding-bottom: 0.8rem !important; }

  .m-g-s-b-2 {
    margin-bottom: 0.8rem !important; }

  .m-g-s-b-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-g-s-b-3 {
    padding-bottom: 1.2rem !important; }

  .m-g-s-b-3 {
    margin-bottom: 1.2rem !important; }

  .m-g-s-b-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-g-s-b-4 {
    padding-bottom: 1.6rem !important; }

  .m-g-s-b-4 {
    margin-bottom: 1.6rem !important; }

  .m-g-s-b-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-g-s-b-5 {
    padding-bottom: 2rem !important; }

  .m-g-s-b-5 {
    margin-bottom: 2rem !important; }

  .m-g-s-b-5-negative {
    margin-bottom: -2rem !important; }

  .p-g-s-b-6 {
    padding-bottom: 2.4rem !important; }

  .m-g-s-b-6 {
    margin-bottom: 2.4rem !important; }

  .m-g-s-b-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-g-s-b-7 {
    padding-bottom: 2.8rem !important; }

  .m-g-s-b-7 {
    margin-bottom: 2.8rem !important; }

  .m-g-s-b-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-g-s-b-8 {
    padding-bottom: 3.2rem !important; }

  .m-g-s-b-8 {
    margin-bottom: 3.2rem !important; }

  .m-g-s-b-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-g-s-b-9 {
    padding-bottom: 3.6rem !important; }

  .m-g-s-b-9 {
    margin-bottom: 3.6rem !important; }

  .m-g-s-b-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-g-s-b-10 {
    padding-bottom: 4rem !important; }

  .m-g-s-b-10 {
    margin-bottom: 4rem !important; }

  .m-g-s-b-10-negative {
    margin-bottom: -4rem !important; }

  .p-g-s-b-11 {
    padding-bottom: 4.4rem !important; }

  .m-g-s-b-11 {
    margin-bottom: 4.4rem !important; }

  .m-g-s-b-11-negative {
    margin-bottom: -4.4rem !important; }

  .p-g-s-b-12 {
    padding-bottom: 4.8rem !important; }

  .m-g-s-b-12 {
    margin-bottom: 4.8rem !important; }

  .m-g-s-b-12-negative {
    margin-bottom: -4.8rem !important; }

  .p-g-s-b-13 {
    padding-bottom: 5.2rem !important; }

  .m-g-s-b-13 {
    margin-bottom: 5.2rem !important; }

  .m-g-s-b-13-negative {
    margin-bottom: -5.2rem !important; }

  .p-g-s-b-14 {
    padding-bottom: 5.6rem !important; }

  .m-g-s-b-14 {
    margin-bottom: 5.6rem !important; }

  .m-g-s-b-14-negative {
    margin-bottom: -5.6rem !important; }

  .p-g-s-b-15 {
    padding-bottom: 6rem !important; }

  .m-g-s-b-15 {
    margin-bottom: 6rem !important; }

  .m-g-s-b-15-negative {
    margin-bottom: -6rem !important; }

  .p-g-s-b-16 {
    padding-bottom: 6.4rem !important; }

  .m-g-s-b-16 {
    margin-bottom: 6.4rem !important; }

  .m-g-s-b-16-negative {
    margin-bottom: -6.4rem !important; } }
@media (min-width: 768px) {
  .p-g-sm-0 {
    padding: 0rem !important; }

  .m-g-sm-0 {
    margin: 0rem !important; }

  .m-g-sm-0-negative {
    margin: 0rem !important; }

  .p-g-sm-1 {
    padding: 0.4rem !important; }

  .m-g-sm-1 {
    margin: 0.4rem !important; }

  .m-g-sm-1-negative {
    margin: -0.4rem !important; }

  .p-g-sm-2 {
    padding: 0.8rem !important; }

  .m-g-sm-2 {
    margin: 0.8rem !important; }

  .m-g-sm-2-negative {
    margin: -0.8rem !important; }

  .p-g-sm-3 {
    padding: 1.2rem !important; }

  .m-g-sm-3 {
    margin: 1.2rem !important; }

  .m-g-sm-3-negative {
    margin: -1.2rem !important; }

  .p-g-sm-4 {
    padding: 1.6rem !important; }

  .m-g-sm-4 {
    margin: 1.6rem !important; }

  .m-g-sm-4-negative {
    margin: -1.6rem !important; }

  .p-g-sm-5 {
    padding: 2rem !important; }

  .m-g-sm-5 {
    margin: 2rem !important; }

  .m-g-sm-5-negative {
    margin: -2rem !important; }

  .p-g-sm-6 {
    padding: 2.4rem !important; }

  .m-g-sm-6 {
    margin: 2.4rem !important; }

  .m-g-sm-6-negative {
    margin: -2.4rem !important; }

  .p-g-sm-7 {
    padding: 2.8rem !important; }

  .m-g-sm-7 {
    margin: 2.8rem !important; }

  .m-g-sm-7-negative {
    margin: -2.8rem !important; }

  .p-g-sm-8 {
    padding: 3.2rem !important; }

  .m-g-sm-8 {
    margin: 3.2rem !important; }

  .m-g-sm-8-negative {
    margin: -3.2rem !important; }

  .p-g-sm-9 {
    padding: 3.6rem !important; }

  .m-g-sm-9 {
    margin: 3.6rem !important; }

  .m-g-sm-9-negative {
    margin: -3.6rem !important; }

  .p-g-sm-10 {
    padding: 4rem !important; }

  .m-g-sm-10 {
    margin: 4rem !important; }

  .m-g-sm-10-negative {
    margin: -4rem !important; }

  .p-g-sm-11 {
    padding: 4.4rem !important; }

  .m-g-sm-11 {
    margin: 4.4rem !important; }

  .m-g-sm-11-negative {
    margin: -4.4rem !important; }

  .p-g-sm-12 {
    padding: 4.8rem !important; }

  .m-g-sm-12 {
    margin: 4.8rem !important; }

  .m-g-sm-12-negative {
    margin: -4.8rem !important; }

  .p-g-sm-13 {
    padding: 5.2rem !important; }

  .m-g-sm-13 {
    margin: 5.2rem !important; }

  .m-g-sm-13-negative {
    margin: -5.2rem !important; }

  .p-g-sm-14 {
    padding: 5.6rem !important; }

  .m-g-sm-14 {
    margin: 5.6rem !important; }

  .m-g-sm-14-negative {
    margin: -5.6rem !important; }

  .p-g-sm-15 {
    padding: 6rem !important; }

  .m-g-sm-15 {
    margin: 6rem !important; }

  .m-g-sm-15-negative {
    margin: -6rem !important; }

  .p-g-sm-16 {
    padding: 6.4rem !important; }

  .m-g-sm-16 {
    margin: 6.4rem !important; }

  .m-g-sm-16-negative {
    margin: -6.4rem !important; }

  .p-g-sm-t-0 {
    padding-top: 0rem !important; }

  .m-g-sm-t-0 {
    margin-top: 0rem !important; }

  .m-g-sm-t-0-negative {
    margin-top: 0rem !important; }

  .p-g-sm-t-1 {
    padding-top: 0.4rem !important; }

  .m-g-sm-t-1 {
    margin-top: 0.4rem !important; }

  .m-g-sm-t-1-negative {
    margin-top: -0.4rem !important; }

  .p-g-sm-t-2 {
    padding-top: 0.8rem !important; }

  .m-g-sm-t-2 {
    margin-top: 0.8rem !important; }

  .m-g-sm-t-2-negative {
    margin-top: -0.8rem !important; }

  .p-g-sm-t-3 {
    padding-top: 1.2rem !important; }

  .m-g-sm-t-3 {
    margin-top: 1.2rem !important; }

  .m-g-sm-t-3-negative {
    margin-top: -1.2rem !important; }

  .p-g-sm-t-4 {
    padding-top: 1.6rem !important; }

  .m-g-sm-t-4 {
    margin-top: 1.6rem !important; }

  .m-g-sm-t-4-negative {
    margin-top: -1.6rem !important; }

  .p-g-sm-t-5 {
    padding-top: 2rem !important; }

  .m-g-sm-t-5 {
    margin-top: 2rem !important; }

  .m-g-sm-t-5-negative {
    margin-top: -2rem !important; }

  .p-g-sm-t-6 {
    padding-top: 2.4rem !important; }

  .m-g-sm-t-6 {
    margin-top: 2.4rem !important; }

  .m-g-sm-t-6-negative {
    margin-top: -2.4rem !important; }

  .p-g-sm-t-7 {
    padding-top: 2.8rem !important; }

  .m-g-sm-t-7 {
    margin-top: 2.8rem !important; }

  .m-g-sm-t-7-negative {
    margin-top: -2.8rem !important; }

  .p-g-sm-t-8 {
    padding-top: 3.2rem !important; }

  .m-g-sm-t-8 {
    margin-top: 3.2rem !important; }

  .m-g-sm-t-8-negative {
    margin-top: -3.2rem !important; }

  .p-g-sm-t-9 {
    padding-top: 3.6rem !important; }

  .m-g-sm-t-9 {
    margin-top: 3.6rem !important; }

  .m-g-sm-t-9-negative {
    margin-top: -3.6rem !important; }

  .p-g-sm-t-10 {
    padding-top: 4rem !important; }

  .m-g-sm-t-10 {
    margin-top: 4rem !important; }

  .m-g-sm-t-10-negative {
    margin-top: -4rem !important; }

  .p-g-sm-t-11 {
    padding-top: 4.4rem !important; }

  .m-g-sm-t-11 {
    margin-top: 4.4rem !important; }

  .m-g-sm-t-11-negative {
    margin-top: -4.4rem !important; }

  .p-g-sm-t-12 {
    padding-top: 4.8rem !important; }

  .m-g-sm-t-12 {
    margin-top: 4.8rem !important; }

  .m-g-sm-t-12-negative {
    margin-top: -4.8rem !important; }

  .p-g-sm-t-13 {
    padding-top: 5.2rem !important; }

  .m-g-sm-t-13 {
    margin-top: 5.2rem !important; }

  .m-g-sm-t-13-negative {
    margin-top: -5.2rem !important; }

  .p-g-sm-t-14 {
    padding-top: 5.6rem !important; }

  .m-g-sm-t-14 {
    margin-top: 5.6rem !important; }

  .m-g-sm-t-14-negative {
    margin-top: -5.6rem !important; }

  .p-g-sm-t-15 {
    padding-top: 6rem !important; }

  .m-g-sm-t-15 {
    margin-top: 6rem !important; }

  .m-g-sm-t-15-negative {
    margin-top: -6rem !important; }

  .p-g-sm-t-16 {
    padding-top: 6.4rem !important; }

  .m-g-sm-t-16 {
    margin-top: 6.4rem !important; }

  .m-g-sm-t-16-negative {
    margin-top: -6.4rem !important; }

  .p-g-sm-l-0 {
    padding-left: 0rem !important; }

  .m-g-sm-l-0 {
    margin-left: 0rem !important; }

  .m-g-sm-l-0-negative {
    margin-left: 0rem !important; }

  .p-g-sm-l-1 {
    padding-left: 0.4rem !important; }

  .m-g-sm-l-1 {
    margin-left: 0.4rem !important; }

  .m-g-sm-l-1-negative {
    margin-left: -0.4rem !important; }

  .p-g-sm-l-2 {
    padding-left: 0.8rem !important; }

  .m-g-sm-l-2 {
    margin-left: 0.8rem !important; }

  .m-g-sm-l-2-negative {
    margin-left: -0.8rem !important; }

  .p-g-sm-l-3 {
    padding-left: 1.2rem !important; }

  .m-g-sm-l-3 {
    margin-left: 1.2rem !important; }

  .m-g-sm-l-3-negative {
    margin-left: -1.2rem !important; }

  .p-g-sm-l-4 {
    padding-left: 1.6rem !important; }

  .m-g-sm-l-4 {
    margin-left: 1.6rem !important; }

  .m-g-sm-l-4-negative {
    margin-left: -1.6rem !important; }

  .p-g-sm-l-5 {
    padding-left: 2rem !important; }

  .m-g-sm-l-5 {
    margin-left: 2rem !important; }

  .m-g-sm-l-5-negative {
    margin-left: -2rem !important; }

  .p-g-sm-l-6 {
    padding-left: 2.4rem !important; }

  .m-g-sm-l-6 {
    margin-left: 2.4rem !important; }

  .m-g-sm-l-6-negative {
    margin-left: -2.4rem !important; }

  .p-g-sm-l-7 {
    padding-left: 2.8rem !important; }

  .m-g-sm-l-7 {
    margin-left: 2.8rem !important; }

  .m-g-sm-l-7-negative {
    margin-left: -2.8rem !important; }

  .p-g-sm-l-8 {
    padding-left: 3.2rem !important; }

  .m-g-sm-l-8 {
    margin-left: 3.2rem !important; }

  .m-g-sm-l-8-negative {
    margin-left: -3.2rem !important; }

  .p-g-sm-l-9 {
    padding-left: 3.6rem !important; }

  .m-g-sm-l-9 {
    margin-left: 3.6rem !important; }

  .m-g-sm-l-9-negative {
    margin-left: -3.6rem !important; }

  .p-g-sm-l-10 {
    padding-left: 4rem !important; }

  .m-g-sm-l-10 {
    margin-left: 4rem !important; }

  .m-g-sm-l-10-negative {
    margin-left: -4rem !important; }

  .p-g-sm-l-11 {
    padding-left: 4.4rem !important; }

  .m-g-sm-l-11 {
    margin-left: 4.4rem !important; }

  .m-g-sm-l-11-negative {
    margin-left: -4.4rem !important; }

  .p-g-sm-l-12 {
    padding-left: 4.8rem !important; }

  .m-g-sm-l-12 {
    margin-left: 4.8rem !important; }

  .m-g-sm-l-12-negative {
    margin-left: -4.8rem !important; }

  .p-g-sm-l-13 {
    padding-left: 5.2rem !important; }

  .m-g-sm-l-13 {
    margin-left: 5.2rem !important; }

  .m-g-sm-l-13-negative {
    margin-left: -5.2rem !important; }

  .p-g-sm-l-14 {
    padding-left: 5.6rem !important; }

  .m-g-sm-l-14 {
    margin-left: 5.6rem !important; }

  .m-g-sm-l-14-negative {
    margin-left: -5.6rem !important; }

  .p-g-sm-l-15 {
    padding-left: 6rem !important; }

  .m-g-sm-l-15 {
    margin-left: 6rem !important; }

  .m-g-sm-l-15-negative {
    margin-left: -6rem !important; }

  .p-g-sm-l-16 {
    padding-left: 6.4rem !important; }

  .m-g-sm-l-16 {
    margin-left: 6.4rem !important; }

  .m-g-sm-l-16-negative {
    margin-left: -6.4rem !important; }

  .p-g-sm-r-0 {
    padding-right: 0rem !important; }

  .m-g-sm-r-0 {
    margin-right: 0rem !important; }

  .m-g-sm-r-0-negative {
    margin-right: 0rem !important; }

  .p-g-sm-r-1 {
    padding-right: 0.4rem !important; }

  .m-g-sm-r-1 {
    margin-right: 0.4rem !important; }

  .m-g-sm-r-1-negative {
    margin-right: -0.4rem !important; }

  .p-g-sm-r-2 {
    padding-right: 0.8rem !important; }

  .m-g-sm-r-2 {
    margin-right: 0.8rem !important; }

  .m-g-sm-r-2-negative {
    margin-right: -0.8rem !important; }

  .p-g-sm-r-3 {
    padding-right: 1.2rem !important; }

  .m-g-sm-r-3 {
    margin-right: 1.2rem !important; }

  .m-g-sm-r-3-negative {
    margin-right: -1.2rem !important; }

  .p-g-sm-r-4 {
    padding-right: 1.6rem !important; }

  .m-g-sm-r-4 {
    margin-right: 1.6rem !important; }

  .m-g-sm-r-4-negative {
    margin-right: -1.6rem !important; }

  .p-g-sm-r-5 {
    padding-right: 2rem !important; }

  .m-g-sm-r-5 {
    margin-right: 2rem !important; }

  .m-g-sm-r-5-negative {
    margin-right: -2rem !important; }

  .p-g-sm-r-6 {
    padding-right: 2.4rem !important; }

  .m-g-sm-r-6 {
    margin-right: 2.4rem !important; }

  .m-g-sm-r-6-negative {
    margin-right: -2.4rem !important; }

  .p-g-sm-r-7 {
    padding-right: 2.8rem !important; }

  .m-g-sm-r-7 {
    margin-right: 2.8rem !important; }

  .m-g-sm-r-7-negative {
    margin-right: -2.8rem !important; }

  .p-g-sm-r-8 {
    padding-right: 3.2rem !important; }

  .m-g-sm-r-8 {
    margin-right: 3.2rem !important; }

  .m-g-sm-r-8-negative {
    margin-right: -3.2rem !important; }

  .p-g-sm-r-9 {
    padding-right: 3.6rem !important; }

  .m-g-sm-r-9 {
    margin-right: 3.6rem !important; }

  .m-g-sm-r-9-negative {
    margin-right: -3.6rem !important; }

  .p-g-sm-r-10 {
    padding-right: 4rem !important; }

  .m-g-sm-r-10 {
    margin-right: 4rem !important; }

  .m-g-sm-r-10-negative {
    margin-right: -4rem !important; }

  .p-g-sm-r-11 {
    padding-right: 4.4rem !important; }

  .m-g-sm-r-11 {
    margin-right: 4.4rem !important; }

  .m-g-sm-r-11-negative {
    margin-right: -4.4rem !important; }

  .p-g-sm-r-12 {
    padding-right: 4.8rem !important; }

  .m-g-sm-r-12 {
    margin-right: 4.8rem !important; }

  .m-g-sm-r-12-negative {
    margin-right: -4.8rem !important; }

  .p-g-sm-r-13 {
    padding-right: 5.2rem !important; }

  .m-g-sm-r-13 {
    margin-right: 5.2rem !important; }

  .m-g-sm-r-13-negative {
    margin-right: -5.2rem !important; }

  .p-g-sm-r-14 {
    padding-right: 5.6rem !important; }

  .m-g-sm-r-14 {
    margin-right: 5.6rem !important; }

  .m-g-sm-r-14-negative {
    margin-right: -5.6rem !important; }

  .p-g-sm-r-15 {
    padding-right: 6rem !important; }

  .m-g-sm-r-15 {
    margin-right: 6rem !important; }

  .m-g-sm-r-15-negative {
    margin-right: -6rem !important; }

  .p-g-sm-r-16 {
    padding-right: 6.4rem !important; }

  .m-g-sm-r-16 {
    margin-right: 6.4rem !important; }

  .m-g-sm-r-16-negative {
    margin-right: -6.4rem !important; }

  .p-g-sm-b-0 {
    padding-bottom: 0rem !important; }

  .m-g-sm-b-0 {
    margin-bottom: 0rem !important; }

  .m-g-sm-b-0-negative {
    margin-bottom: 0rem !important; }

  .p-g-sm-b-1 {
    padding-bottom: 0.4rem !important; }

  .m-g-sm-b-1 {
    margin-bottom: 0.4rem !important; }

  .m-g-sm-b-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-g-sm-b-2 {
    padding-bottom: 0.8rem !important; }

  .m-g-sm-b-2 {
    margin-bottom: 0.8rem !important; }

  .m-g-sm-b-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-g-sm-b-3 {
    padding-bottom: 1.2rem !important; }

  .m-g-sm-b-3 {
    margin-bottom: 1.2rem !important; }

  .m-g-sm-b-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-g-sm-b-4 {
    padding-bottom: 1.6rem !important; }

  .m-g-sm-b-4 {
    margin-bottom: 1.6rem !important; }

  .m-g-sm-b-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-g-sm-b-5 {
    padding-bottom: 2rem !important; }

  .m-g-sm-b-5 {
    margin-bottom: 2rem !important; }

  .m-g-sm-b-5-negative {
    margin-bottom: -2rem !important; }

  .p-g-sm-b-6 {
    padding-bottom: 2.4rem !important; }

  .m-g-sm-b-6 {
    margin-bottom: 2.4rem !important; }

  .m-g-sm-b-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-g-sm-b-7 {
    padding-bottom: 2.8rem !important; }

  .m-g-sm-b-7 {
    margin-bottom: 2.8rem !important; }

  .m-g-sm-b-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-g-sm-b-8 {
    padding-bottom: 3.2rem !important; }

  .m-g-sm-b-8 {
    margin-bottom: 3.2rem !important; }

  .m-g-sm-b-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-g-sm-b-9 {
    padding-bottom: 3.6rem !important; }

  .m-g-sm-b-9 {
    margin-bottom: 3.6rem !important; }

  .m-g-sm-b-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-g-sm-b-10 {
    padding-bottom: 4rem !important; }

  .m-g-sm-b-10 {
    margin-bottom: 4rem !important; }

  .m-g-sm-b-10-negative {
    margin-bottom: -4rem !important; }

  .p-g-sm-b-11 {
    padding-bottom: 4.4rem !important; }

  .m-g-sm-b-11 {
    margin-bottom: 4.4rem !important; }

  .m-g-sm-b-11-negative {
    margin-bottom: -4.4rem !important; }

  .p-g-sm-b-12 {
    padding-bottom: 4.8rem !important; }

  .m-g-sm-b-12 {
    margin-bottom: 4.8rem !important; }

  .m-g-sm-b-12-negative {
    margin-bottom: -4.8rem !important; }

  .p-g-sm-b-13 {
    padding-bottom: 5.2rem !important; }

  .m-g-sm-b-13 {
    margin-bottom: 5.2rem !important; }

  .m-g-sm-b-13-negative {
    margin-bottom: -5.2rem !important; }

  .p-g-sm-b-14 {
    padding-bottom: 5.6rem !important; }

  .m-g-sm-b-14 {
    margin-bottom: 5.6rem !important; }

  .m-g-sm-b-14-negative {
    margin-bottom: -5.6rem !important; }

  .p-g-sm-b-15 {
    padding-bottom: 6rem !important; }

  .m-g-sm-b-15 {
    margin-bottom: 6rem !important; }

  .m-g-sm-b-15-negative {
    margin-bottom: -6rem !important; }

  .p-g-sm-b-16 {
    padding-bottom: 6.4rem !important; }

  .m-g-sm-b-16 {
    margin-bottom: 6.4rem !important; }

  .m-g-sm-b-16-negative {
    margin-bottom: -6.4rem !important; } }
@media (min-width: 992px) {
  .p-g-md-0 {
    padding: 0rem !important; }

  .m-g-md-0 {
    margin: 0rem !important; }

  .m-g-md-0-negative {
    margin: 0rem !important; }

  .p-g-md-1 {
    padding: 0.4rem !important; }

  .m-g-md-1 {
    margin: 0.4rem !important; }

  .m-g-md-1-negative {
    margin: -0.4rem !important; }

  .p-g-md-2 {
    padding: 0.8rem !important; }

  .m-g-md-2 {
    margin: 0.8rem !important; }

  .m-g-md-2-negative {
    margin: -0.8rem !important; }

  .p-g-md-3 {
    padding: 1.2rem !important; }

  .m-g-md-3 {
    margin: 1.2rem !important; }

  .m-g-md-3-negative {
    margin: -1.2rem !important; }

  .p-g-md-4 {
    padding: 1.6rem !important; }

  .m-g-md-4 {
    margin: 1.6rem !important; }

  .m-g-md-4-negative {
    margin: -1.6rem !important; }

  .p-g-md-5 {
    padding: 2rem !important; }

  .m-g-md-5 {
    margin: 2rem !important; }

  .m-g-md-5-negative {
    margin: -2rem !important; }

  .p-g-md-6 {
    padding: 2.4rem !important; }

  .m-g-md-6 {
    margin: 2.4rem !important; }

  .m-g-md-6-negative {
    margin: -2.4rem !important; }

  .p-g-md-7 {
    padding: 2.8rem !important; }

  .m-g-md-7 {
    margin: 2.8rem !important; }

  .m-g-md-7-negative {
    margin: -2.8rem !important; }

  .p-g-md-8 {
    padding: 3.2rem !important; }

  .m-g-md-8 {
    margin: 3.2rem !important; }

  .m-g-md-8-negative {
    margin: -3.2rem !important; }

  .p-g-md-9 {
    padding: 3.6rem !important; }

  .m-g-md-9 {
    margin: 3.6rem !important; }

  .m-g-md-9-negative {
    margin: -3.6rem !important; }

  .p-g-md-10 {
    padding: 4rem !important; }

  .m-g-md-10 {
    margin: 4rem !important; }

  .m-g-md-10-negative {
    margin: -4rem !important; }

  .p-g-md-11 {
    padding: 4.4rem !important; }

  .m-g-md-11 {
    margin: 4.4rem !important; }

  .m-g-md-11-negative {
    margin: -4.4rem !important; }

  .p-g-md-12 {
    padding: 4.8rem !important; }

  .m-g-md-12 {
    margin: 4.8rem !important; }

  .m-g-md-12-negative {
    margin: -4.8rem !important; }

  .p-g-md-13 {
    padding: 5.2rem !important; }

  .m-g-md-13 {
    margin: 5.2rem !important; }

  .m-g-md-13-negative {
    margin: -5.2rem !important; }

  .p-g-md-14 {
    padding: 5.6rem !important; }

  .m-g-md-14 {
    margin: 5.6rem !important; }

  .m-g-md-14-negative {
    margin: -5.6rem !important; }

  .p-g-md-15 {
    padding: 6rem !important; }

  .m-g-md-15 {
    margin: 6rem !important; }

  .m-g-md-15-negative {
    margin: -6rem !important; }

  .p-g-md-16 {
    padding: 6.4rem !important; }

  .m-g-md-16 {
    margin: 6.4rem !important; }

  .m-g-md-16-negative {
    margin: -6.4rem !important; }

  .p-g-md-t-0 {
    padding-top: 0rem !important; }

  .m-g-md-t-0 {
    margin-top: 0rem !important; }

  .m-g-md-t-0-negative {
    margin-top: 0rem !important; }

  .p-g-md-t-1 {
    padding-top: 0.4rem !important; }

  .m-g-md-t-1 {
    margin-top: 0.4rem !important; }

  .m-g-md-t-1-negative {
    margin-top: -0.4rem !important; }

  .p-g-md-t-2 {
    padding-top: 0.8rem !important; }

  .m-g-md-t-2 {
    margin-top: 0.8rem !important; }

  .m-g-md-t-2-negative {
    margin-top: -0.8rem !important; }

  .p-g-md-t-3 {
    padding-top: 1.2rem !important; }

  .m-g-md-t-3 {
    margin-top: 1.2rem !important; }

  .m-g-md-t-3-negative {
    margin-top: -1.2rem !important; }

  .p-g-md-t-4 {
    padding-top: 1.6rem !important; }

  .m-g-md-t-4 {
    margin-top: 1.6rem !important; }

  .m-g-md-t-4-negative {
    margin-top: -1.6rem !important; }

  .p-g-md-t-5 {
    padding-top: 2rem !important; }

  .m-g-md-t-5 {
    margin-top: 2rem !important; }

  .m-g-md-t-5-negative {
    margin-top: -2rem !important; }

  .p-g-md-t-6 {
    padding-top: 2.4rem !important; }

  .m-g-md-t-6 {
    margin-top: 2.4rem !important; }

  .m-g-md-t-6-negative {
    margin-top: -2.4rem !important; }

  .p-g-md-t-7 {
    padding-top: 2.8rem !important; }

  .m-g-md-t-7 {
    margin-top: 2.8rem !important; }

  .m-g-md-t-7-negative {
    margin-top: -2.8rem !important; }

  .p-g-md-t-8 {
    padding-top: 3.2rem !important; }

  .m-g-md-t-8 {
    margin-top: 3.2rem !important; }

  .m-g-md-t-8-negative {
    margin-top: -3.2rem !important; }

  .p-g-md-t-9 {
    padding-top: 3.6rem !important; }

  .m-g-md-t-9 {
    margin-top: 3.6rem !important; }

  .m-g-md-t-9-negative {
    margin-top: -3.6rem !important; }

  .p-g-md-t-10 {
    padding-top: 4rem !important; }

  .m-g-md-t-10 {
    margin-top: 4rem !important; }

  .m-g-md-t-10-negative {
    margin-top: -4rem !important; }

  .p-g-md-t-11 {
    padding-top: 4.4rem !important; }

  .m-g-md-t-11 {
    margin-top: 4.4rem !important; }

  .m-g-md-t-11-negative {
    margin-top: -4.4rem !important; }

  .p-g-md-t-12 {
    padding-top: 4.8rem !important; }

  .m-g-md-t-12 {
    margin-top: 4.8rem !important; }

  .m-g-md-t-12-negative {
    margin-top: -4.8rem !important; }

  .p-g-md-t-13 {
    padding-top: 5.2rem !important; }

  .m-g-md-t-13 {
    margin-top: 5.2rem !important; }

  .m-g-md-t-13-negative {
    margin-top: -5.2rem !important; }

  .p-g-md-t-14 {
    padding-top: 5.6rem !important; }

  .m-g-md-t-14 {
    margin-top: 5.6rem !important; }

  .m-g-md-t-14-negative {
    margin-top: -5.6rem !important; }

  .p-g-md-t-15 {
    padding-top: 6rem !important; }

  .m-g-md-t-15 {
    margin-top: 6rem !important; }

  .m-g-md-t-15-negative {
    margin-top: -6rem !important; }

  .p-g-md-t-16 {
    padding-top: 6.4rem !important; }

  .m-g-md-t-16 {
    margin-top: 6.4rem !important; }

  .m-g-md-t-16-negative {
    margin-top: -6.4rem !important; }

  .p-g-md-l-0 {
    padding-left: 0rem !important; }

  .m-g-md-l-0 {
    margin-left: 0rem !important; }

  .m-g-md-l-0-negative {
    margin-left: 0rem !important; }

  .p-g-md-l-1 {
    padding-left: 0.4rem !important; }

  .m-g-md-l-1 {
    margin-left: 0.4rem !important; }

  .m-g-md-l-1-negative {
    margin-left: -0.4rem !important; }

  .p-g-md-l-2 {
    padding-left: 0.8rem !important; }

  .m-g-md-l-2 {
    margin-left: 0.8rem !important; }

  .m-g-md-l-2-negative {
    margin-left: -0.8rem !important; }

  .p-g-md-l-3 {
    padding-left: 1.2rem !important; }

  .m-g-md-l-3 {
    margin-left: 1.2rem !important; }

  .m-g-md-l-3-negative {
    margin-left: -1.2rem !important; }

  .p-g-md-l-4 {
    padding-left: 1.6rem !important; }

  .m-g-md-l-4 {
    margin-left: 1.6rem !important; }

  .m-g-md-l-4-negative {
    margin-left: -1.6rem !important; }

  .p-g-md-l-5 {
    padding-left: 2rem !important; }

  .m-g-md-l-5 {
    margin-left: 2rem !important; }

  .m-g-md-l-5-negative {
    margin-left: -2rem !important; }

  .p-g-md-l-6 {
    padding-left: 2.4rem !important; }

  .m-g-md-l-6 {
    margin-left: 2.4rem !important; }

  .m-g-md-l-6-negative {
    margin-left: -2.4rem !important; }

  .p-g-md-l-7 {
    padding-left: 2.8rem !important; }

  .m-g-md-l-7 {
    margin-left: 2.8rem !important; }

  .m-g-md-l-7-negative {
    margin-left: -2.8rem !important; }

  .p-g-md-l-8 {
    padding-left: 3.2rem !important; }

  .m-g-md-l-8 {
    margin-left: 3.2rem !important; }

  .m-g-md-l-8-negative {
    margin-left: -3.2rem !important; }

  .p-g-md-l-9 {
    padding-left: 3.6rem !important; }

  .m-g-md-l-9 {
    margin-left: 3.6rem !important; }

  .m-g-md-l-9-negative {
    margin-left: -3.6rem !important; }

  .p-g-md-l-10 {
    padding-left: 4rem !important; }

  .m-g-md-l-10 {
    margin-left: 4rem !important; }

  .m-g-md-l-10-negative {
    margin-left: -4rem !important; }

  .p-g-md-l-11 {
    padding-left: 4.4rem !important; }

  .m-g-md-l-11 {
    margin-left: 4.4rem !important; }

  .m-g-md-l-11-negative {
    margin-left: -4.4rem !important; }

  .p-g-md-l-12 {
    padding-left: 4.8rem !important; }

  .m-g-md-l-12 {
    margin-left: 4.8rem !important; }

  .m-g-md-l-12-negative {
    margin-left: -4.8rem !important; }

  .p-g-md-l-13 {
    padding-left: 5.2rem !important; }

  .m-g-md-l-13 {
    margin-left: 5.2rem !important; }

  .m-g-md-l-13-negative {
    margin-left: -5.2rem !important; }

  .p-g-md-l-14 {
    padding-left: 5.6rem !important; }

  .m-g-md-l-14 {
    margin-left: 5.6rem !important; }

  .m-g-md-l-14-negative {
    margin-left: -5.6rem !important; }

  .p-g-md-l-15 {
    padding-left: 6rem !important; }

  .m-g-md-l-15 {
    margin-left: 6rem !important; }

  .m-g-md-l-15-negative {
    margin-left: -6rem !important; }

  .p-g-md-l-16 {
    padding-left: 6.4rem !important; }

  .m-g-md-l-16 {
    margin-left: 6.4rem !important; }

  .m-g-md-l-16-negative {
    margin-left: -6.4rem !important; }

  .p-g-md-r-0 {
    padding-right: 0rem !important; }

  .m-g-md-r-0 {
    margin-right: 0rem !important; }

  .m-g-md-r-0-negative {
    margin-right: 0rem !important; }

  .p-g-md-r-1 {
    padding-right: 0.4rem !important; }

  .m-g-md-r-1 {
    margin-right: 0.4rem !important; }

  .m-g-md-r-1-negative {
    margin-right: -0.4rem !important; }

  .p-g-md-r-2 {
    padding-right: 0.8rem !important; }

  .m-g-md-r-2 {
    margin-right: 0.8rem !important; }

  .m-g-md-r-2-negative {
    margin-right: -0.8rem !important; }

  .p-g-md-r-3 {
    padding-right: 1.2rem !important; }

  .m-g-md-r-3 {
    margin-right: 1.2rem !important; }

  .m-g-md-r-3-negative {
    margin-right: -1.2rem !important; }

  .p-g-md-r-4 {
    padding-right: 1.6rem !important; }

  .m-g-md-r-4 {
    margin-right: 1.6rem !important; }

  .m-g-md-r-4-negative {
    margin-right: -1.6rem !important; }

  .p-g-md-r-5 {
    padding-right: 2rem !important; }

  .m-g-md-r-5 {
    margin-right: 2rem !important; }

  .m-g-md-r-5-negative {
    margin-right: -2rem !important; }

  .p-g-md-r-6 {
    padding-right: 2.4rem !important; }

  .m-g-md-r-6 {
    margin-right: 2.4rem !important; }

  .m-g-md-r-6-negative {
    margin-right: -2.4rem !important; }

  .p-g-md-r-7 {
    padding-right: 2.8rem !important; }

  .m-g-md-r-7 {
    margin-right: 2.8rem !important; }

  .m-g-md-r-7-negative {
    margin-right: -2.8rem !important; }

  .p-g-md-r-8 {
    padding-right: 3.2rem !important; }

  .m-g-md-r-8 {
    margin-right: 3.2rem !important; }

  .m-g-md-r-8-negative {
    margin-right: -3.2rem !important; }

  .p-g-md-r-9 {
    padding-right: 3.6rem !important; }

  .m-g-md-r-9 {
    margin-right: 3.6rem !important; }

  .m-g-md-r-9-negative {
    margin-right: -3.6rem !important; }

  .p-g-md-r-10 {
    padding-right: 4rem !important; }

  .m-g-md-r-10 {
    margin-right: 4rem !important; }

  .m-g-md-r-10-negative {
    margin-right: -4rem !important; }

  .p-g-md-r-11 {
    padding-right: 4.4rem !important; }

  .m-g-md-r-11 {
    margin-right: 4.4rem !important; }

  .m-g-md-r-11-negative {
    margin-right: -4.4rem !important; }

  .p-g-md-r-12 {
    padding-right: 4.8rem !important; }

  .m-g-md-r-12 {
    margin-right: 4.8rem !important; }

  .m-g-md-r-12-negative {
    margin-right: -4.8rem !important; }

  .p-g-md-r-13 {
    padding-right: 5.2rem !important; }

  .m-g-md-r-13 {
    margin-right: 5.2rem !important; }

  .m-g-md-r-13-negative {
    margin-right: -5.2rem !important; }

  .p-g-md-r-14 {
    padding-right: 5.6rem !important; }

  .m-g-md-r-14 {
    margin-right: 5.6rem !important; }

  .m-g-md-r-14-negative {
    margin-right: -5.6rem !important; }

  .p-g-md-r-15 {
    padding-right: 6rem !important; }

  .m-g-md-r-15 {
    margin-right: 6rem !important; }

  .m-g-md-r-15-negative {
    margin-right: -6rem !important; }

  .p-g-md-r-16 {
    padding-right: 6.4rem !important; }

  .m-g-md-r-16 {
    margin-right: 6.4rem !important; }

  .m-g-md-r-16-negative {
    margin-right: -6.4rem !important; }

  .p-g-md-b-0 {
    padding-bottom: 0rem !important; }

  .m-g-md-b-0 {
    margin-bottom: 0rem !important; }

  .m-g-md-b-0-negative {
    margin-bottom: 0rem !important; }

  .p-g-md-b-1 {
    padding-bottom: 0.4rem !important; }

  .m-g-md-b-1 {
    margin-bottom: 0.4rem !important; }

  .m-g-md-b-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-g-md-b-2 {
    padding-bottom: 0.8rem !important; }

  .m-g-md-b-2 {
    margin-bottom: 0.8rem !important; }

  .m-g-md-b-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-g-md-b-3 {
    padding-bottom: 1.2rem !important; }

  .m-g-md-b-3 {
    margin-bottom: 1.2rem !important; }

  .m-g-md-b-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-g-md-b-4 {
    padding-bottom: 1.6rem !important; }

  .m-g-md-b-4 {
    margin-bottom: 1.6rem !important; }

  .m-g-md-b-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-g-md-b-5 {
    padding-bottom: 2rem !important; }

  .m-g-md-b-5 {
    margin-bottom: 2rem !important; }

  .m-g-md-b-5-negative {
    margin-bottom: -2rem !important; }

  .p-g-md-b-6 {
    padding-bottom: 2.4rem !important; }

  .m-g-md-b-6 {
    margin-bottom: 2.4rem !important; }

  .m-g-md-b-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-g-md-b-7 {
    padding-bottom: 2.8rem !important; }

  .m-g-md-b-7 {
    margin-bottom: 2.8rem !important; }

  .m-g-md-b-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-g-md-b-8 {
    padding-bottom: 3.2rem !important; }

  .m-g-md-b-8 {
    margin-bottom: 3.2rem !important; }

  .m-g-md-b-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-g-md-b-9 {
    padding-bottom: 3.6rem !important; }

  .m-g-md-b-9 {
    margin-bottom: 3.6rem !important; }

  .m-g-md-b-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-g-md-b-10 {
    padding-bottom: 4rem !important; }

  .m-g-md-b-10 {
    margin-bottom: 4rem !important; }

  .m-g-md-b-10-negative {
    margin-bottom: -4rem !important; }

  .p-g-md-b-11 {
    padding-bottom: 4.4rem !important; }

  .m-g-md-b-11 {
    margin-bottom: 4.4rem !important; }

  .m-g-md-b-11-negative {
    margin-bottom: -4.4rem !important; }

  .p-g-md-b-12 {
    padding-bottom: 4.8rem !important; }

  .m-g-md-b-12 {
    margin-bottom: 4.8rem !important; }

  .m-g-md-b-12-negative {
    margin-bottom: -4.8rem !important; }

  .p-g-md-b-13 {
    padding-bottom: 5.2rem !important; }

  .m-g-md-b-13 {
    margin-bottom: 5.2rem !important; }

  .m-g-md-b-13-negative {
    margin-bottom: -5.2rem !important; }

  .p-g-md-b-14 {
    padding-bottom: 5.6rem !important; }

  .m-g-md-b-14 {
    margin-bottom: 5.6rem !important; }

  .m-g-md-b-14-negative {
    margin-bottom: -5.6rem !important; }

  .p-g-md-b-15 {
    padding-bottom: 6rem !important; }

  .m-g-md-b-15 {
    margin-bottom: 6rem !important; }

  .m-g-md-b-15-negative {
    margin-bottom: -6rem !important; }

  .p-g-md-b-16 {
    padding-bottom: 6.4rem !important; }

  .m-g-md-b-16 {
    margin-bottom: 6.4rem !important; }

  .m-g-md-b-16-negative {
    margin-bottom: -6.4rem !important; } }
@media (min-width: 1200px) {
  .p-g-lg-0 {
    padding: 0rem !important; }

  .m-g-lg-0 {
    margin: 0rem !important; }

  .m-g-lg-0-negative {
    margin: 0rem !important; }

  .p-g-lg-1 {
    padding: 0.4rem !important; }

  .m-g-lg-1 {
    margin: 0.4rem !important; }

  .m-g-lg-1-negative {
    margin: -0.4rem !important; }

  .p-g-lg-2 {
    padding: 0.8rem !important; }

  .m-g-lg-2 {
    margin: 0.8rem !important; }

  .m-g-lg-2-negative {
    margin: -0.8rem !important; }

  .p-g-lg-3 {
    padding: 1.2rem !important; }

  .m-g-lg-3 {
    margin: 1.2rem !important; }

  .m-g-lg-3-negative {
    margin: -1.2rem !important; }

  .p-g-lg-4 {
    padding: 1.6rem !important; }

  .m-g-lg-4 {
    margin: 1.6rem !important; }

  .m-g-lg-4-negative {
    margin: -1.6rem !important; }

  .p-g-lg-5 {
    padding: 2rem !important; }

  .m-g-lg-5 {
    margin: 2rem !important; }

  .m-g-lg-5-negative {
    margin: -2rem !important; }

  .p-g-lg-6 {
    padding: 2.4rem !important; }

  .m-g-lg-6 {
    margin: 2.4rem !important; }

  .m-g-lg-6-negative {
    margin: -2.4rem !important; }

  .p-g-lg-7 {
    padding: 2.8rem !important; }

  .m-g-lg-7 {
    margin: 2.8rem !important; }

  .m-g-lg-7-negative {
    margin: -2.8rem !important; }

  .p-g-lg-8 {
    padding: 3.2rem !important; }

  .m-g-lg-8 {
    margin: 3.2rem !important; }

  .m-g-lg-8-negative {
    margin: -3.2rem !important; }

  .p-g-lg-9 {
    padding: 3.6rem !important; }

  .m-g-lg-9 {
    margin: 3.6rem !important; }

  .m-g-lg-9-negative {
    margin: -3.6rem !important; }

  .p-g-lg-10 {
    padding: 4rem !important; }

  .m-g-lg-10 {
    margin: 4rem !important; }

  .m-g-lg-10-negative {
    margin: -4rem !important; }

  .p-g-lg-11 {
    padding: 4.4rem !important; }

  .m-g-lg-11 {
    margin: 4.4rem !important; }

  .m-g-lg-11-negative {
    margin: -4.4rem !important; }

  .p-g-lg-12 {
    padding: 4.8rem !important; }

  .m-g-lg-12 {
    margin: 4.8rem !important; }

  .m-g-lg-12-negative {
    margin: -4.8rem !important; }

  .p-g-lg-13 {
    padding: 5.2rem !important; }

  .m-g-lg-13 {
    margin: 5.2rem !important; }

  .m-g-lg-13-negative {
    margin: -5.2rem !important; }

  .p-g-lg-14 {
    padding: 5.6rem !important; }

  .m-g-lg-14 {
    margin: 5.6rem !important; }

  .m-g-lg-14-negative {
    margin: -5.6rem !important; }

  .p-g-lg-15 {
    padding: 6rem !important; }

  .m-g-lg-15 {
    margin: 6rem !important; }

  .m-g-lg-15-negative {
    margin: -6rem !important; }

  .p-g-lg-16 {
    padding: 6.4rem !important; }

  .m-g-lg-16 {
    margin: 6.4rem !important; }

  .m-g-lg-16-negative {
    margin: -6.4rem !important; }

  .p-g-lg-t-0 {
    padding-top: 0rem !important; }

  .m-g-lg-t-0 {
    margin-top: 0rem !important; }

  .m-g-lg-t-0-negative {
    margin-top: 0rem !important; }

  .p-g-lg-t-1 {
    padding-top: 0.4rem !important; }

  .m-g-lg-t-1 {
    margin-top: 0.4rem !important; }

  .m-g-lg-t-1-negative {
    margin-top: -0.4rem !important; }

  .p-g-lg-t-2 {
    padding-top: 0.8rem !important; }

  .m-g-lg-t-2 {
    margin-top: 0.8rem !important; }

  .m-g-lg-t-2-negative {
    margin-top: -0.8rem !important; }

  .p-g-lg-t-3 {
    padding-top: 1.2rem !important; }

  .m-g-lg-t-3 {
    margin-top: 1.2rem !important; }

  .m-g-lg-t-3-negative {
    margin-top: -1.2rem !important; }

  .p-g-lg-t-4 {
    padding-top: 1.6rem !important; }

  .m-g-lg-t-4 {
    margin-top: 1.6rem !important; }

  .m-g-lg-t-4-negative {
    margin-top: -1.6rem !important; }

  .p-g-lg-t-5 {
    padding-top: 2rem !important; }

  .m-g-lg-t-5 {
    margin-top: 2rem !important; }

  .m-g-lg-t-5-negative {
    margin-top: -2rem !important; }

  .p-g-lg-t-6 {
    padding-top: 2.4rem !important; }

  .m-g-lg-t-6 {
    margin-top: 2.4rem !important; }

  .m-g-lg-t-6-negative {
    margin-top: -2.4rem !important; }

  .p-g-lg-t-7 {
    padding-top: 2.8rem !important; }

  .m-g-lg-t-7 {
    margin-top: 2.8rem !important; }

  .m-g-lg-t-7-negative {
    margin-top: -2.8rem !important; }

  .p-g-lg-t-8 {
    padding-top: 3.2rem !important; }

  .m-g-lg-t-8 {
    margin-top: 3.2rem !important; }

  .m-g-lg-t-8-negative {
    margin-top: -3.2rem !important; }

  .p-g-lg-t-9 {
    padding-top: 3.6rem !important; }

  .m-g-lg-t-9 {
    margin-top: 3.6rem !important; }

  .m-g-lg-t-9-negative {
    margin-top: -3.6rem !important; }

  .p-g-lg-t-10 {
    padding-top: 4rem !important; }

  .m-g-lg-t-10 {
    margin-top: 4rem !important; }

  .m-g-lg-t-10-negative {
    margin-top: -4rem !important; }

  .p-g-lg-t-11 {
    padding-top: 4.4rem !important; }

  .m-g-lg-t-11 {
    margin-top: 4.4rem !important; }

  .m-g-lg-t-11-negative {
    margin-top: -4.4rem !important; }

  .p-g-lg-t-12 {
    padding-top: 4.8rem !important; }

  .m-g-lg-t-12 {
    margin-top: 4.8rem !important; }

  .m-g-lg-t-12-negative {
    margin-top: -4.8rem !important; }

  .p-g-lg-t-13 {
    padding-top: 5.2rem !important; }

  .m-g-lg-t-13 {
    margin-top: 5.2rem !important; }

  .m-g-lg-t-13-negative {
    margin-top: -5.2rem !important; }

  .p-g-lg-t-14 {
    padding-top: 5.6rem !important; }

  .m-g-lg-t-14 {
    margin-top: 5.6rem !important; }

  .m-g-lg-t-14-negative {
    margin-top: -5.6rem !important; }

  .p-g-lg-t-15 {
    padding-top: 6rem !important; }

  .m-g-lg-t-15 {
    margin-top: 6rem !important; }

  .m-g-lg-t-15-negative {
    margin-top: -6rem !important; }

  .p-g-lg-t-16 {
    padding-top: 6.4rem !important; }

  .m-g-lg-t-16 {
    margin-top: 6.4rem !important; }

  .m-g-lg-t-16-negative {
    margin-top: -6.4rem !important; }

  .p-g-lg-l-0 {
    padding-left: 0rem !important; }

  .m-g-lg-l-0 {
    margin-left: 0rem !important; }

  .m-g-lg-l-0-negative {
    margin-left: 0rem !important; }

  .p-g-lg-l-1 {
    padding-left: 0.4rem !important; }

  .m-g-lg-l-1 {
    margin-left: 0.4rem !important; }

  .m-g-lg-l-1-negative {
    margin-left: -0.4rem !important; }

  .p-g-lg-l-2 {
    padding-left: 0.8rem !important; }

  .m-g-lg-l-2 {
    margin-left: 0.8rem !important; }

  .m-g-lg-l-2-negative {
    margin-left: -0.8rem !important; }

  .p-g-lg-l-3 {
    padding-left: 1.2rem !important; }

  .m-g-lg-l-3 {
    margin-left: 1.2rem !important; }

  .m-g-lg-l-3-negative {
    margin-left: -1.2rem !important; }

  .p-g-lg-l-4 {
    padding-left: 1.6rem !important; }

  .m-g-lg-l-4 {
    margin-left: 1.6rem !important; }

  .m-g-lg-l-4-negative {
    margin-left: -1.6rem !important; }

  .p-g-lg-l-5 {
    padding-left: 2rem !important; }

  .m-g-lg-l-5 {
    margin-left: 2rem !important; }

  .m-g-lg-l-5-negative {
    margin-left: -2rem !important; }

  .p-g-lg-l-6 {
    padding-left: 2.4rem !important; }

  .m-g-lg-l-6 {
    margin-left: 2.4rem !important; }

  .m-g-lg-l-6-negative {
    margin-left: -2.4rem !important; }

  .p-g-lg-l-7 {
    padding-left: 2.8rem !important; }

  .m-g-lg-l-7 {
    margin-left: 2.8rem !important; }

  .m-g-lg-l-7-negative {
    margin-left: -2.8rem !important; }

  .p-g-lg-l-8 {
    padding-left: 3.2rem !important; }

  .m-g-lg-l-8 {
    margin-left: 3.2rem !important; }

  .m-g-lg-l-8-negative {
    margin-left: -3.2rem !important; }

  .p-g-lg-l-9 {
    padding-left: 3.6rem !important; }

  .m-g-lg-l-9 {
    margin-left: 3.6rem !important; }

  .m-g-lg-l-9-negative {
    margin-left: -3.6rem !important; }

  .p-g-lg-l-10 {
    padding-left: 4rem !important; }

  .m-g-lg-l-10 {
    margin-left: 4rem !important; }

  .m-g-lg-l-10-negative {
    margin-left: -4rem !important; }

  .p-g-lg-l-11 {
    padding-left: 4.4rem !important; }

  .m-g-lg-l-11 {
    margin-left: 4.4rem !important; }

  .m-g-lg-l-11-negative {
    margin-left: -4.4rem !important; }

  .p-g-lg-l-12 {
    padding-left: 4.8rem !important; }

  .m-g-lg-l-12 {
    margin-left: 4.8rem !important; }

  .m-g-lg-l-12-negative {
    margin-left: -4.8rem !important; }

  .p-g-lg-l-13 {
    padding-left: 5.2rem !important; }

  .m-g-lg-l-13 {
    margin-left: 5.2rem !important; }

  .m-g-lg-l-13-negative {
    margin-left: -5.2rem !important; }

  .p-g-lg-l-14 {
    padding-left: 5.6rem !important; }

  .m-g-lg-l-14 {
    margin-left: 5.6rem !important; }

  .m-g-lg-l-14-negative {
    margin-left: -5.6rem !important; }

  .p-g-lg-l-15 {
    padding-left: 6rem !important; }

  .m-g-lg-l-15 {
    margin-left: 6rem !important; }

  .m-g-lg-l-15-negative {
    margin-left: -6rem !important; }

  .p-g-lg-l-16 {
    padding-left: 6.4rem !important; }

  .m-g-lg-l-16 {
    margin-left: 6.4rem !important; }

  .m-g-lg-l-16-negative {
    margin-left: -6.4rem !important; }

  .p-g-lg-r-0 {
    padding-right: 0rem !important; }

  .m-g-lg-r-0 {
    margin-right: 0rem !important; }

  .m-g-lg-r-0-negative {
    margin-right: 0rem !important; }

  .p-g-lg-r-1 {
    padding-right: 0.4rem !important; }

  .m-g-lg-r-1 {
    margin-right: 0.4rem !important; }

  .m-g-lg-r-1-negative {
    margin-right: -0.4rem !important; }

  .p-g-lg-r-2 {
    padding-right: 0.8rem !important; }

  .m-g-lg-r-2 {
    margin-right: 0.8rem !important; }

  .m-g-lg-r-2-negative {
    margin-right: -0.8rem !important; }

  .p-g-lg-r-3 {
    padding-right: 1.2rem !important; }

  .m-g-lg-r-3 {
    margin-right: 1.2rem !important; }

  .m-g-lg-r-3-negative {
    margin-right: -1.2rem !important; }

  .p-g-lg-r-4 {
    padding-right: 1.6rem !important; }

  .m-g-lg-r-4 {
    margin-right: 1.6rem !important; }

  .m-g-lg-r-4-negative {
    margin-right: -1.6rem !important; }

  .p-g-lg-r-5 {
    padding-right: 2rem !important; }

  .m-g-lg-r-5 {
    margin-right: 2rem !important; }

  .m-g-lg-r-5-negative {
    margin-right: -2rem !important; }

  .p-g-lg-r-6 {
    padding-right: 2.4rem !important; }

  .m-g-lg-r-6 {
    margin-right: 2.4rem !important; }

  .m-g-lg-r-6-negative {
    margin-right: -2.4rem !important; }

  .p-g-lg-r-7 {
    padding-right: 2.8rem !important; }

  .m-g-lg-r-7 {
    margin-right: 2.8rem !important; }

  .m-g-lg-r-7-negative {
    margin-right: -2.8rem !important; }

  .p-g-lg-r-8 {
    padding-right: 3.2rem !important; }

  .m-g-lg-r-8 {
    margin-right: 3.2rem !important; }

  .m-g-lg-r-8-negative {
    margin-right: -3.2rem !important; }

  .p-g-lg-r-9 {
    padding-right: 3.6rem !important; }

  .m-g-lg-r-9 {
    margin-right: 3.6rem !important; }

  .m-g-lg-r-9-negative {
    margin-right: -3.6rem !important; }

  .p-g-lg-r-10 {
    padding-right: 4rem !important; }

  .m-g-lg-r-10 {
    margin-right: 4rem !important; }

  .m-g-lg-r-10-negative {
    margin-right: -4rem !important; }

  .p-g-lg-r-11 {
    padding-right: 4.4rem !important; }

  .m-g-lg-r-11 {
    margin-right: 4.4rem !important; }

  .m-g-lg-r-11-negative {
    margin-right: -4.4rem !important; }

  .p-g-lg-r-12 {
    padding-right: 4.8rem !important; }

  .m-g-lg-r-12 {
    margin-right: 4.8rem !important; }

  .m-g-lg-r-12-negative {
    margin-right: -4.8rem !important; }

  .p-g-lg-r-13 {
    padding-right: 5.2rem !important; }

  .m-g-lg-r-13 {
    margin-right: 5.2rem !important; }

  .m-g-lg-r-13-negative {
    margin-right: -5.2rem !important; }

  .p-g-lg-r-14 {
    padding-right: 5.6rem !important; }

  .m-g-lg-r-14 {
    margin-right: 5.6rem !important; }

  .m-g-lg-r-14-negative {
    margin-right: -5.6rem !important; }

  .p-g-lg-r-15 {
    padding-right: 6rem !important; }

  .m-g-lg-r-15 {
    margin-right: 6rem !important; }

  .m-g-lg-r-15-negative {
    margin-right: -6rem !important; }

  .p-g-lg-r-16 {
    padding-right: 6.4rem !important; }

  .m-g-lg-r-16 {
    margin-right: 6.4rem !important; }

  .m-g-lg-r-16-negative {
    margin-right: -6.4rem !important; }

  .p-g-lg-b-0 {
    padding-bottom: 0rem !important; }

  .m-g-lg-b-0 {
    margin-bottom: 0rem !important; }

  .m-g-lg-b-0-negative {
    margin-bottom: 0rem !important; }

  .p-g-lg-b-1 {
    padding-bottom: 0.4rem !important; }

  .m-g-lg-b-1 {
    margin-bottom: 0.4rem !important; }

  .m-g-lg-b-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-g-lg-b-2 {
    padding-bottom: 0.8rem !important; }

  .m-g-lg-b-2 {
    margin-bottom: 0.8rem !important; }

  .m-g-lg-b-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-g-lg-b-3 {
    padding-bottom: 1.2rem !important; }

  .m-g-lg-b-3 {
    margin-bottom: 1.2rem !important; }

  .m-g-lg-b-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-g-lg-b-4 {
    padding-bottom: 1.6rem !important; }

  .m-g-lg-b-4 {
    margin-bottom: 1.6rem !important; }

  .m-g-lg-b-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-g-lg-b-5 {
    padding-bottom: 2rem !important; }

  .m-g-lg-b-5 {
    margin-bottom: 2rem !important; }

  .m-g-lg-b-5-negative {
    margin-bottom: -2rem !important; }

  .p-g-lg-b-6 {
    padding-bottom: 2.4rem !important; }

  .m-g-lg-b-6 {
    margin-bottom: 2.4rem !important; }

  .m-g-lg-b-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-g-lg-b-7 {
    padding-bottom: 2.8rem !important; }

  .m-g-lg-b-7 {
    margin-bottom: 2.8rem !important; }

  .m-g-lg-b-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-g-lg-b-8 {
    padding-bottom: 3.2rem !important; }

  .m-g-lg-b-8 {
    margin-bottom: 3.2rem !important; }

  .m-g-lg-b-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-g-lg-b-9 {
    padding-bottom: 3.6rem !important; }

  .m-g-lg-b-9 {
    margin-bottom: 3.6rem !important; }

  .m-g-lg-b-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-g-lg-b-10 {
    padding-bottom: 4rem !important; }

  .m-g-lg-b-10 {
    margin-bottom: 4rem !important; }

  .m-g-lg-b-10-negative {
    margin-bottom: -4rem !important; }

  .p-g-lg-b-11 {
    padding-bottom: 4.4rem !important; }

  .m-g-lg-b-11 {
    margin-bottom: 4.4rem !important; }

  .m-g-lg-b-11-negative {
    margin-bottom: -4.4rem !important; }

  .p-g-lg-b-12 {
    padding-bottom: 4.8rem !important; }

  .m-g-lg-b-12 {
    margin-bottom: 4.8rem !important; }

  .m-g-lg-b-12-negative {
    margin-bottom: -4.8rem !important; }

  .p-g-lg-b-13 {
    padding-bottom: 5.2rem !important; }

  .m-g-lg-b-13 {
    margin-bottom: 5.2rem !important; }

  .m-g-lg-b-13-negative {
    margin-bottom: -5.2rem !important; }

  .p-g-lg-b-14 {
    padding-bottom: 5.6rem !important; }

  .m-g-lg-b-14 {
    margin-bottom: 5.6rem !important; }

  .m-g-lg-b-14-negative {
    margin-bottom: -5.6rem !important; }

  .p-g-lg-b-15 {
    padding-bottom: 6rem !important; }

  .m-g-lg-b-15 {
    margin-bottom: 6rem !important; }

  .m-g-lg-b-15-negative {
    margin-bottom: -6rem !important; }

  .p-g-lg-b-16 {
    padding-bottom: 6.4rem !important; }

  .m-g-lg-b-16 {
    margin-bottom: 6.4rem !important; }

  .m-g-lg-b-16-negative {
    margin-bottom: -6.4rem !important; } }
@media (min-width: 1600px) {
  .p-g-xl-0 {
    padding: 0rem !important; }

  .m-g-xl-0 {
    margin: 0rem !important; }

  .m-g-xl-0-negative {
    margin: 0rem !important; }

  .p-g-xl-1 {
    padding: 0.4rem !important; }

  .m-g-xl-1 {
    margin: 0.4rem !important; }

  .m-g-xl-1-negative {
    margin: -0.4rem !important; }

  .p-g-xl-2 {
    padding: 0.8rem !important; }

  .m-g-xl-2 {
    margin: 0.8rem !important; }

  .m-g-xl-2-negative {
    margin: -0.8rem !important; }

  .p-g-xl-3 {
    padding: 1.2rem !important; }

  .m-g-xl-3 {
    margin: 1.2rem !important; }

  .m-g-xl-3-negative {
    margin: -1.2rem !important; }

  .p-g-xl-4 {
    padding: 1.6rem !important; }

  .m-g-xl-4 {
    margin: 1.6rem !important; }

  .m-g-xl-4-negative {
    margin: -1.6rem !important; }

  .p-g-xl-5 {
    padding: 2rem !important; }

  .m-g-xl-5 {
    margin: 2rem !important; }

  .m-g-xl-5-negative {
    margin: -2rem !important; }

  .p-g-xl-6 {
    padding: 2.4rem !important; }

  .m-g-xl-6 {
    margin: 2.4rem !important; }

  .m-g-xl-6-negative {
    margin: -2.4rem !important; }

  .p-g-xl-7 {
    padding: 2.8rem !important; }

  .m-g-xl-7 {
    margin: 2.8rem !important; }

  .m-g-xl-7-negative {
    margin: -2.8rem !important; }

  .p-g-xl-8 {
    padding: 3.2rem !important; }

  .m-g-xl-8 {
    margin: 3.2rem !important; }

  .m-g-xl-8-negative {
    margin: -3.2rem !important; }

  .p-g-xl-9 {
    padding: 3.6rem !important; }

  .m-g-xl-9 {
    margin: 3.6rem !important; }

  .m-g-xl-9-negative {
    margin: -3.6rem !important; }

  .p-g-xl-10 {
    padding: 4rem !important; }

  .m-g-xl-10 {
    margin: 4rem !important; }

  .m-g-xl-10-negative {
    margin: -4rem !important; }

  .p-g-xl-11 {
    padding: 4.4rem !important; }

  .m-g-xl-11 {
    margin: 4.4rem !important; }

  .m-g-xl-11-negative {
    margin: -4.4rem !important; }

  .p-g-xl-12 {
    padding: 4.8rem !important; }

  .m-g-xl-12 {
    margin: 4.8rem !important; }

  .m-g-xl-12-negative {
    margin: -4.8rem !important; }

  .p-g-xl-13 {
    padding: 5.2rem !important; }

  .m-g-xl-13 {
    margin: 5.2rem !important; }

  .m-g-xl-13-negative {
    margin: -5.2rem !important; }

  .p-g-xl-14 {
    padding: 5.6rem !important; }

  .m-g-xl-14 {
    margin: 5.6rem !important; }

  .m-g-xl-14-negative {
    margin: -5.6rem !important; }

  .p-g-xl-15 {
    padding: 6rem !important; }

  .m-g-xl-15 {
    margin: 6rem !important; }

  .m-g-xl-15-negative {
    margin: -6rem !important; }

  .p-g-xl-16 {
    padding: 6.4rem !important; }

  .m-g-xl-16 {
    margin: 6.4rem !important; }

  .m-g-xl-16-negative {
    margin: -6.4rem !important; }

  .p-g-xl-t-0 {
    padding-top: 0rem !important; }

  .m-g-xl-t-0 {
    margin-top: 0rem !important; }

  .m-g-xl-t-0-negative {
    margin-top: 0rem !important; }

  .p-g-xl-t-1 {
    padding-top: 0.4rem !important; }

  .m-g-xl-t-1 {
    margin-top: 0.4rem !important; }

  .m-g-xl-t-1-negative {
    margin-top: -0.4rem !important; }

  .p-g-xl-t-2 {
    padding-top: 0.8rem !important; }

  .m-g-xl-t-2 {
    margin-top: 0.8rem !important; }

  .m-g-xl-t-2-negative {
    margin-top: -0.8rem !important; }

  .p-g-xl-t-3 {
    padding-top: 1.2rem !important; }

  .m-g-xl-t-3 {
    margin-top: 1.2rem !important; }

  .m-g-xl-t-3-negative {
    margin-top: -1.2rem !important; }

  .p-g-xl-t-4 {
    padding-top: 1.6rem !important; }

  .m-g-xl-t-4 {
    margin-top: 1.6rem !important; }

  .m-g-xl-t-4-negative {
    margin-top: -1.6rem !important; }

  .p-g-xl-t-5 {
    padding-top: 2rem !important; }

  .m-g-xl-t-5 {
    margin-top: 2rem !important; }

  .m-g-xl-t-5-negative {
    margin-top: -2rem !important; }

  .p-g-xl-t-6 {
    padding-top: 2.4rem !important; }

  .m-g-xl-t-6 {
    margin-top: 2.4rem !important; }

  .m-g-xl-t-6-negative {
    margin-top: -2.4rem !important; }

  .p-g-xl-t-7 {
    padding-top: 2.8rem !important; }

  .m-g-xl-t-7 {
    margin-top: 2.8rem !important; }

  .m-g-xl-t-7-negative {
    margin-top: -2.8rem !important; }

  .p-g-xl-t-8 {
    padding-top: 3.2rem !important; }

  .m-g-xl-t-8 {
    margin-top: 3.2rem !important; }

  .m-g-xl-t-8-negative {
    margin-top: -3.2rem !important; }

  .p-g-xl-t-9 {
    padding-top: 3.6rem !important; }

  .m-g-xl-t-9 {
    margin-top: 3.6rem !important; }

  .m-g-xl-t-9-negative {
    margin-top: -3.6rem !important; }

  .p-g-xl-t-10 {
    padding-top: 4rem !important; }

  .m-g-xl-t-10 {
    margin-top: 4rem !important; }

  .m-g-xl-t-10-negative {
    margin-top: -4rem !important; }

  .p-g-xl-t-11 {
    padding-top: 4.4rem !important; }

  .m-g-xl-t-11 {
    margin-top: 4.4rem !important; }

  .m-g-xl-t-11-negative {
    margin-top: -4.4rem !important; }

  .p-g-xl-t-12 {
    padding-top: 4.8rem !important; }

  .m-g-xl-t-12 {
    margin-top: 4.8rem !important; }

  .m-g-xl-t-12-negative {
    margin-top: -4.8rem !important; }

  .p-g-xl-t-13 {
    padding-top: 5.2rem !important; }

  .m-g-xl-t-13 {
    margin-top: 5.2rem !important; }

  .m-g-xl-t-13-negative {
    margin-top: -5.2rem !important; }

  .p-g-xl-t-14 {
    padding-top: 5.6rem !important; }

  .m-g-xl-t-14 {
    margin-top: 5.6rem !important; }

  .m-g-xl-t-14-negative {
    margin-top: -5.6rem !important; }

  .p-g-xl-t-15 {
    padding-top: 6rem !important; }

  .m-g-xl-t-15 {
    margin-top: 6rem !important; }

  .m-g-xl-t-15-negative {
    margin-top: -6rem !important; }

  .p-g-xl-t-16 {
    padding-top: 6.4rem !important; }

  .m-g-xl-t-16 {
    margin-top: 6.4rem !important; }

  .m-g-xl-t-16-negative {
    margin-top: -6.4rem !important; }

  .p-g-xl-l-0 {
    padding-left: 0rem !important; }

  .m-g-xl-l-0 {
    margin-left: 0rem !important; }

  .m-g-xl-l-0-negative {
    margin-left: 0rem !important; }

  .p-g-xl-l-1 {
    padding-left: 0.4rem !important; }

  .m-g-xl-l-1 {
    margin-left: 0.4rem !important; }

  .m-g-xl-l-1-negative {
    margin-left: -0.4rem !important; }

  .p-g-xl-l-2 {
    padding-left: 0.8rem !important; }

  .m-g-xl-l-2 {
    margin-left: 0.8rem !important; }

  .m-g-xl-l-2-negative {
    margin-left: -0.8rem !important; }

  .p-g-xl-l-3 {
    padding-left: 1.2rem !important; }

  .m-g-xl-l-3 {
    margin-left: 1.2rem !important; }

  .m-g-xl-l-3-negative {
    margin-left: -1.2rem !important; }

  .p-g-xl-l-4 {
    padding-left: 1.6rem !important; }

  .m-g-xl-l-4 {
    margin-left: 1.6rem !important; }

  .m-g-xl-l-4-negative {
    margin-left: -1.6rem !important; }

  .p-g-xl-l-5 {
    padding-left: 2rem !important; }

  .m-g-xl-l-5 {
    margin-left: 2rem !important; }

  .m-g-xl-l-5-negative {
    margin-left: -2rem !important; }

  .p-g-xl-l-6 {
    padding-left: 2.4rem !important; }

  .m-g-xl-l-6 {
    margin-left: 2.4rem !important; }

  .m-g-xl-l-6-negative {
    margin-left: -2.4rem !important; }

  .p-g-xl-l-7 {
    padding-left: 2.8rem !important; }

  .m-g-xl-l-7 {
    margin-left: 2.8rem !important; }

  .m-g-xl-l-7-negative {
    margin-left: -2.8rem !important; }

  .p-g-xl-l-8 {
    padding-left: 3.2rem !important; }

  .m-g-xl-l-8 {
    margin-left: 3.2rem !important; }

  .m-g-xl-l-8-negative {
    margin-left: -3.2rem !important; }

  .p-g-xl-l-9 {
    padding-left: 3.6rem !important; }

  .m-g-xl-l-9 {
    margin-left: 3.6rem !important; }

  .m-g-xl-l-9-negative {
    margin-left: -3.6rem !important; }

  .p-g-xl-l-10 {
    padding-left: 4rem !important; }

  .m-g-xl-l-10 {
    margin-left: 4rem !important; }

  .m-g-xl-l-10-negative {
    margin-left: -4rem !important; }

  .p-g-xl-l-11 {
    padding-left: 4.4rem !important; }

  .m-g-xl-l-11 {
    margin-left: 4.4rem !important; }

  .m-g-xl-l-11-negative {
    margin-left: -4.4rem !important; }

  .p-g-xl-l-12 {
    padding-left: 4.8rem !important; }

  .m-g-xl-l-12 {
    margin-left: 4.8rem !important; }

  .m-g-xl-l-12-negative {
    margin-left: -4.8rem !important; }

  .p-g-xl-l-13 {
    padding-left: 5.2rem !important; }

  .m-g-xl-l-13 {
    margin-left: 5.2rem !important; }

  .m-g-xl-l-13-negative {
    margin-left: -5.2rem !important; }

  .p-g-xl-l-14 {
    padding-left: 5.6rem !important; }

  .m-g-xl-l-14 {
    margin-left: 5.6rem !important; }

  .m-g-xl-l-14-negative {
    margin-left: -5.6rem !important; }

  .p-g-xl-l-15 {
    padding-left: 6rem !important; }

  .m-g-xl-l-15 {
    margin-left: 6rem !important; }

  .m-g-xl-l-15-negative {
    margin-left: -6rem !important; }

  .p-g-xl-l-16 {
    padding-left: 6.4rem !important; }

  .m-g-xl-l-16 {
    margin-left: 6.4rem !important; }

  .m-g-xl-l-16-negative {
    margin-left: -6.4rem !important; }

  .p-g-xl-r-0 {
    padding-right: 0rem !important; }

  .m-g-xl-r-0 {
    margin-right: 0rem !important; }

  .m-g-xl-r-0-negative {
    margin-right: 0rem !important; }

  .p-g-xl-r-1 {
    padding-right: 0.4rem !important; }

  .m-g-xl-r-1 {
    margin-right: 0.4rem !important; }

  .m-g-xl-r-1-negative {
    margin-right: -0.4rem !important; }

  .p-g-xl-r-2 {
    padding-right: 0.8rem !important; }

  .m-g-xl-r-2 {
    margin-right: 0.8rem !important; }

  .m-g-xl-r-2-negative {
    margin-right: -0.8rem !important; }

  .p-g-xl-r-3 {
    padding-right: 1.2rem !important; }

  .m-g-xl-r-3 {
    margin-right: 1.2rem !important; }

  .m-g-xl-r-3-negative {
    margin-right: -1.2rem !important; }

  .p-g-xl-r-4 {
    padding-right: 1.6rem !important; }

  .m-g-xl-r-4 {
    margin-right: 1.6rem !important; }

  .m-g-xl-r-4-negative {
    margin-right: -1.6rem !important; }

  .p-g-xl-r-5 {
    padding-right: 2rem !important; }

  .m-g-xl-r-5 {
    margin-right: 2rem !important; }

  .m-g-xl-r-5-negative {
    margin-right: -2rem !important; }

  .p-g-xl-r-6 {
    padding-right: 2.4rem !important; }

  .m-g-xl-r-6 {
    margin-right: 2.4rem !important; }

  .m-g-xl-r-6-negative {
    margin-right: -2.4rem !important; }

  .p-g-xl-r-7 {
    padding-right: 2.8rem !important; }

  .m-g-xl-r-7 {
    margin-right: 2.8rem !important; }

  .m-g-xl-r-7-negative {
    margin-right: -2.8rem !important; }

  .p-g-xl-r-8 {
    padding-right: 3.2rem !important; }

  .m-g-xl-r-8 {
    margin-right: 3.2rem !important; }

  .m-g-xl-r-8-negative {
    margin-right: -3.2rem !important; }

  .p-g-xl-r-9 {
    padding-right: 3.6rem !important; }

  .m-g-xl-r-9 {
    margin-right: 3.6rem !important; }

  .m-g-xl-r-9-negative {
    margin-right: -3.6rem !important; }

  .p-g-xl-r-10 {
    padding-right: 4rem !important; }

  .m-g-xl-r-10 {
    margin-right: 4rem !important; }

  .m-g-xl-r-10-negative {
    margin-right: -4rem !important; }

  .p-g-xl-r-11 {
    padding-right: 4.4rem !important; }

  .m-g-xl-r-11 {
    margin-right: 4.4rem !important; }

  .m-g-xl-r-11-negative {
    margin-right: -4.4rem !important; }

  .p-g-xl-r-12 {
    padding-right: 4.8rem !important; }

  .m-g-xl-r-12 {
    margin-right: 4.8rem !important; }

  .m-g-xl-r-12-negative {
    margin-right: -4.8rem !important; }

  .p-g-xl-r-13 {
    padding-right: 5.2rem !important; }

  .m-g-xl-r-13 {
    margin-right: 5.2rem !important; }

  .m-g-xl-r-13-negative {
    margin-right: -5.2rem !important; }

  .p-g-xl-r-14 {
    padding-right: 5.6rem !important; }

  .m-g-xl-r-14 {
    margin-right: 5.6rem !important; }

  .m-g-xl-r-14-negative {
    margin-right: -5.6rem !important; }

  .p-g-xl-r-15 {
    padding-right: 6rem !important; }

  .m-g-xl-r-15 {
    margin-right: 6rem !important; }

  .m-g-xl-r-15-negative {
    margin-right: -6rem !important; }

  .p-g-xl-r-16 {
    padding-right: 6.4rem !important; }

  .m-g-xl-r-16 {
    margin-right: 6.4rem !important; }

  .m-g-xl-r-16-negative {
    margin-right: -6.4rem !important; }

  .p-g-xl-b-0 {
    padding-bottom: 0rem !important; }

  .m-g-xl-b-0 {
    margin-bottom: 0rem !important; }

  .m-g-xl-b-0-negative {
    margin-bottom: 0rem !important; }

  .p-g-xl-b-1 {
    padding-bottom: 0.4rem !important; }

  .m-g-xl-b-1 {
    margin-bottom: 0.4rem !important; }

  .m-g-xl-b-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-g-xl-b-2 {
    padding-bottom: 0.8rem !important; }

  .m-g-xl-b-2 {
    margin-bottom: 0.8rem !important; }

  .m-g-xl-b-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-g-xl-b-3 {
    padding-bottom: 1.2rem !important; }

  .m-g-xl-b-3 {
    margin-bottom: 1.2rem !important; }

  .m-g-xl-b-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-g-xl-b-4 {
    padding-bottom: 1.6rem !important; }

  .m-g-xl-b-4 {
    margin-bottom: 1.6rem !important; }

  .m-g-xl-b-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-g-xl-b-5 {
    padding-bottom: 2rem !important; }

  .m-g-xl-b-5 {
    margin-bottom: 2rem !important; }

  .m-g-xl-b-5-negative {
    margin-bottom: -2rem !important; }

  .p-g-xl-b-6 {
    padding-bottom: 2.4rem !important; }

  .m-g-xl-b-6 {
    margin-bottom: 2.4rem !important; }

  .m-g-xl-b-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-g-xl-b-7 {
    padding-bottom: 2.8rem !important; }

  .m-g-xl-b-7 {
    margin-bottom: 2.8rem !important; }

  .m-g-xl-b-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-g-xl-b-8 {
    padding-bottom: 3.2rem !important; }

  .m-g-xl-b-8 {
    margin-bottom: 3.2rem !important; }

  .m-g-xl-b-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-g-xl-b-9 {
    padding-bottom: 3.6rem !important; }

  .m-g-xl-b-9 {
    margin-bottom: 3.6rem !important; }

  .m-g-xl-b-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-g-xl-b-10 {
    padding-bottom: 4rem !important; }

  .m-g-xl-b-10 {
    margin-bottom: 4rem !important; }

  .m-g-xl-b-10-negative {
    margin-bottom: -4rem !important; }

  .p-g-xl-b-11 {
    padding-bottom: 4.4rem !important; }

  .m-g-xl-b-11 {
    margin-bottom: 4.4rem !important; }

  .m-g-xl-b-11-negative {
    margin-bottom: -4.4rem !important; }

  .p-g-xl-b-12 {
    padding-bottom: 4.8rem !important; }

  .m-g-xl-b-12 {
    margin-bottom: 4.8rem !important; }

  .m-g-xl-b-12-negative {
    margin-bottom: -4.8rem !important; }

  .p-g-xl-b-13 {
    padding-bottom: 5.2rem !important; }

  .m-g-xl-b-13 {
    margin-bottom: 5.2rem !important; }

  .m-g-xl-b-13-negative {
    margin-bottom: -5.2rem !important; }

  .p-g-xl-b-14 {
    padding-bottom: 5.6rem !important; }

  .m-g-xl-b-14 {
    margin-bottom: 5.6rem !important; }

  .m-g-xl-b-14-negative {
    margin-bottom: -5.6rem !important; }

  .p-g-xl-b-15 {
    padding-bottom: 6rem !important; }

  .m-g-xl-b-15 {
    margin-bottom: 6rem !important; }

  .m-g-xl-b-15-negative {
    margin-bottom: -6rem !important; }

  .p-g-xl-b-16 {
    padding-bottom: 6.4rem !important; }

  .m-g-xl-b-16 {
    margin-bottom: 6.4rem !important; }

  .m-g-xl-b-16-negative {
    margin-bottom: -6.4rem !important; } }
html {
  box-sizing: border-box; }

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

.wrapper,
.global_container {
  max-width: 1090px;
  margin: 0 auto; }

.wrapper {
  padding-left: 15px;
  padding-right: 15px; }

.ng-hide:not(.ng-hide-animate) {
  display: none !important; }

.index_container {
  padding-top: 5rem;
  overflow: hidden;
  min-height: 600px;
  min-height: -webkit-calc(100vh - 20rem);
  min-height: -moz-calc(100vh - 20rem);
  min-height: calc(100vh - 20rem); }
  @media only screen and (min-width: 992px) {
    .index_container {
      padding-top: 13.6rem; } }

.pagenotfound_container > .wrapper {
  max-width: 100%;
  padding: 0; }

.index_container.inner:not(.pagenotfound_container) > .wrapper:first-child {
  padding-top: 4rem; }

@media only screen and (min-width: 992px) {
  .has-sm-t .index_container {
    padding-top: 17.6rem; } }

.homepage_container {
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .homepage_container {
      padding-top: 30px; } }

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

h1.main_title {
  margin: 0 0 2.4rem; }
  @media only screen and (min-width: 992px) {
    h1.main_title {
      margin: 0 0 3.2rem; } }

h3.widget_title {
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 1200px) {
    h3.widget_title {
      margin: 0 0 20px 0; } }

.one_widget {
  margin: 0 0 20px 0; }

.loader_content {
  display: none;
  padding: 20px 0;
  text-align: center; }

/* Basic helpers */
.clear {
  *zoom: 1; }
.clear:before, .clear:after {
  content: "";
  display: table; }
.clear:after {
  clear: both; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.no_bg {
  background: none !important;
  border: none !important; }

.no_margin_bottom {
  margin-bottom: 0 !important; }

.fleft {
  float: left; }

.fright {
  float: right; }

.notoppadd {
  padding-top: 0px !important; }

.vis_hidden {
  visibility: hidden; }

.vis_hidden_1px {
  visibility: hidden;
  height: 1px; }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.formatted_text > *:first-child, blockquote > *:first-child {
  margin-top: 0; }
.formatted_text > *:last-child, blockquote > *:last-child {
  margin-bottom: 0; }
.formatted_text h3, blockquote h3 {
  margin-bottom: 1.2rem; }
  .formatted_text h3 + p, blockquote h3 + p {
    margin-top: 1.2rem; }
.formatted_text.indent > p, blockquote.indent > p {
  text-indent: 1.2rem; }
.formatted_text iframe, blockquote iframe {
  width: 900px;
  height: 510px;
  margin: 0 auto;
  display: block;
  max-width: 100%; }
@media only screen and (max-width: 950px) {
  .formatted_text iframe, blockquote iframe {
    width: 630px;
    height: 360px; } }
@media only screen and (max-width: 700px) {
  .formatted_text iframe, blockquote iframe {
    width: 460px;
    height: 250px; } }
@media only screen and (max-width: 510px) {
  .formatted_text iframe, blockquote iframe {
    width: 280px;
    height: 160px; } }

.loader_content_filter {
  display: none;
  padding: 20px 0;
  text-align: center; }

.image {
  display: block;
  border: 0 none;
  text-decoration: none;
  outline: none; }
  .image img {
    display: block; }

.iframe_wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  clear: both;
  padding-bottom: 56.25%;
  /*padding-bottom: 75%;	// 4x3 Aspect Ratio*/ }
  .iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.content_template ul {
  overflow: hidden; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block; }

/* Basic helpers end */
#mm-0 {
  overflow-x: hidden; }

.fw500 {
  font-weight: 500 !important; }

.flex-r-nw-c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

@media only screen and (min-width: 992px) {
  .hide-in-desktop {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .hide-in-mobile {
    display: none !important; } }

.s.s--breadcrumbs {
  padding: 1.6rem 0 0 0; }
  .s.s--breadcrumbs + * {
    padding-top: 2rem; }

@media only screen and (min-width: 992px) {
  .has-sb .s--breadcrumbs .breadcrumbs {
    padding-left: 26.7rem; } }

.ff2 {
  font-family: "Raleway", Arial, sans-serif !important; }
  .ff2 * {
    font-family: "Raleway", Arial, sans-serif !important; }

.main_layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%; }

.sidebar {
  -webkit-box-flex: 0 0 22.7rem;
  -moz-box-flex: 0 0 22.7rem;
  -webkit-flex: 0 0 22.7rem;
  -ms-flex: 0 0 22.7rem;
  flex: 0 0 22.7rem;
  max-width: 22.7rem;
  margin-right: 4rem;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 991px) {
    .sidebar {
      display: none !important; } }
  @media only screen and (min-width: 992px) {
    .sidebar + .main {
      max-width: 70%;
      max-width: -webkit-calc(100% - 22.7rem - 4rem);
      max-width: -moz-calc(100% - 22.7rem - 4rem);
      max-width: calc(100% - 22.7rem - 4rem); } }
  @media only screen and (min-width: 992px) and (min-width: 1200px) {
    .sidebar + .main blockquote {
      margin-left: -2rem;
      margin-right: -6rem; } }
  @media only screen and (min-width: 992px) {
      .sidebar + .main .s--news-preview .wrapper {
        margin-right: 180px; } }

.main {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%; }

.main_content {
  width: 100%; }

.phone {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2rem;
  text-decoration: none !important;
  white-space: nowrap; }
  .phone .icon-phone {
    display: block;
    margin-right: 0.8rem;
    font-size: 2rem; }
  .phone:hover {
    color: #00ABDA; }

.menu {
  margin: 0;
  padding: 0; }
  .menu ul {
    margin: 0;
    padding: 0;
    overflow: visible; }
  .menu li {
    margin: 0;
    padding: 0;
    background: none; }
    .menu li:before {
      display: none; }
  .menu a {
    display: block;
    text-decoration: none; }
    .menu a.phone {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 19px; }

.menu--top > ul,
.menu--main > ul,
.menu--bottom > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.menu--top li {
  margin-right: 3.2rem;
  padding: 0.2rem 0; }
  .menu--top li:last-child {
    margin-right: 0; }
.menu--top a {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3rem; }
  .menu--top a.inpath, .menu--top a.active {
    text-decoration: underline; }
.menu--top > ul {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.menu--main {
  padding-left: 4rem; }
  @media only screen and (min-width: 1200px) {
    .menu--main {
      padding-left: 6rem; } }
  .menu--main a:not(.phone) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.6rem;
    padding: 0.4rem 0.8rem;
    color: #003878;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.6rem;
    text-decoration: none; }
    @media only screen and (min-width: 1200px) {
      .menu--main a:not(.phone) {
        padding: 0.4rem 1.6rem; } }
    .menu--main a:not(.phone):hover, .menu--main a:not(.phone):focus {
      color: #00ABDA; }
    .menu--main a:not(.phone).active, .menu--main a:not(.phone).inpath {
      background: #003878;
      color: #fff;
      border-radius: 0.8rem 0.8rem 0 0; }
      .menu--main a:not(.phone).active:after, .menu--main a:not(.phone).inpath:after {
        content: '';
        position: absolute;
        left: -0.3rem;
        right: -0.3rem;
        bottom: 0;
        height: 0.4rem;
        background: #003878;
        border-radius: 0.4rem; }
  .menu--main .phone {
    padding-left: 0.8rem; }
    @media only screen and (min-width: 1200px) {
      .menu--main .phone {
        padding-left: 1.6rem; } }
  .menu--main li {
    margin: 0 0.4rem; }
    .menu--main li:last-child {
      margin-right: 0; }
  .menu--main > ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.theme-tarpininkams .menu--main a.tarpininkams.active, .theme-tarpininkams .menu--main a.tarpininkams.inpath {
  background: #204A30; }
  .theme-tarpininkams .menu--main a.tarpininkams.active:after, .theme-tarpininkams .menu--main a.tarpininkams.inpath:after {
    background: #204A30; }
.theme-tarpininkams .btn, .theme-tarpininkams button {
  background-color: #204A30; }
  .theme-tarpininkams .btn.btn--secondary, .theme-tarpininkams button.btn--secondary {
    background-color: transparent;
    color: #204A30;
    border-color: #204A30; }
    .theme-tarpininkams .btn.btn--secondary:hover, .theme-tarpininkams button.btn--secondary:hover {
      background-color: #0078c3;
      border-color: transparent;
      color: #fff; }
  .theme-tarpininkams .btn:hover, .theme-tarpininkams button:hover {
    background-color: #0078c3;
    color: #fff; }
  .theme-tarpininkams .btn.faq-load, .theme-tarpininkams button.faq-load {
    background-color: transparent; }
    .theme-tarpininkams .btn.faq-load:hover, .theme-tarpininkams button.faq-load:hover {
      color: #053a76; }
.theme-tarpininkams .sidenav .lvl1__a {
  background-color: #204A30; }
.theme-tarpininkams .tabs-nav a.current, .theme-tarpininkams .tabs-nav.unselected > li:first-child a, .theme-tarpininkams .tabs-nav:after {
  background-color: #204A30; }

.theme-partneriams .menu--main a.partneriams.active, .theme-partneriams .menu--main a.partneriams.inpath {
  background: #3C6376; }
  .theme-partneriams .menu--main a.partneriams.active:after, .theme-partneriams .menu--main a.partneriams.inpath:after {
    background: #3C6376; }
.theme-partneriams .btn, .theme-partneriams button {
  background-color: #3C6376; }
  .theme-partneriams .btn.btn--secondary, .theme-partneriams button.btn--secondary {
    background-color: transparent;
    color: #3C6376;
    border-color: #3C6376; }
    .theme-partneriams .btn.btn--secondary:hover, .theme-partneriams button.btn--secondary:hover {
      background-color: #0078c3;
      border-color: transparent;
      color: #fff; }
  .theme-partneriams .btn:hover, .theme-partneriams button:hover {
    background-color: #0078c3;
    color: #fff; }
  .theme-partneriams .btn.faq-load, .theme-partneriams button.faq-load {
    background-color: transparent; }
    .theme-partneriams .btn.faq-load:hover, .theme-partneriams button.faq-load:hover {
      color: #053a76; }
.theme-partneriams .sidenav .lvl1__a {
  background-color: #3C6376; }
.theme-partneriams .tabs-nav a.current, .theme-partneriams .tabs-nav.unselected > li:first-child a, .theme-partneriams .tabs-nav:after {
  background-color: #3C6376; }

.menu--bottom li {
  margin-right: 3.2rem; }
  .menu--bottom li:last-child {
    margin-right: 0; }
.menu--bottom a {
  color: #003878;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px; }
  .menu--bottom a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e903';
    display: inline-block;
    margin-left: 0.8rem;
    color: #9abdc6;
    font-size: 1rem;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 992px) {
    .menu--bottom a:hover {
      color: #0078c3; }
      .menu--bottom a:hover:after {
        color: #0078c3; } }
  .menu--bottom a.active, .menu--bottom a.inpath {
    color: #0078c3; }
    .menu--bottom a.active:after, .menu--bottom a.inpath:after {
      color: #0078c3; }

.menu--main-childs ul {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
.menu--main-childs li {
  margin: 0 1.2rem; }
  .menu--main-childs li:first-child {
    margin-left: 0; }
  .menu--main-childs li:last-child {
    margin-right: 0; }
.menu--main-childs a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 4rem;
  padding: 0 1.2rem;
  color: #003878;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none; }
  @media only screen and (min-width: 1200px) {
    .menu--main-childs a {
      font-size: 1.4rem;
      line-height: 2rem;
      letter-spacing: 1.4px; } }
  .menu--main-childs a span {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    max-width: 1.8rem;
    margin-right: 0.8rem;
    font-size: 1.8rem;
    text-align: center; }
    .menu--main-childs a span.icon-pradedu-versla {
      color: #2FB6E3; }
    .menu--main-childs a span.icon-vykdau-versla {
      color: #0079C3; }
    .menu--main-childs a span.icon-auginu-versla {
      color: #194BAB; }
    .menu--main-childs a span.icon-pagalba-verslui {
      color: #0078c3;
      font-size: 2.1rem; }
    .menu--main-childs a span.icon-visos-priemones {
      color: #003878; }
  .menu--main-childs a.inpath, .menu--main-childs a.active, .menu--main-childs a:focus, .menu--main-childs a:hover {
    background: #d6e7f0; }

.search-link,
.sitemap-link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4rem;
  color: #00ABDA;
  text-decoration: none !important; }
  .search-link span,
  .sitemap-link span {
    display: block;
    -webkit-transition: border-color 150ms ease-in-out;
    -moz-transition: border-color 150ms ease-in-out;
    -o-transition: border-color 150ms ease-in-out;
    -ms-transition: border-color 150ms ease-in-out;
    transition: border-color 150ms ease-in-out; }

.search-link {
  font-size: 2.4rem; }

.sitemap-link {
  font-size: 2rem; }

.socials a {
  display: block;
  text-decoration: none;
  color: #003878;
  font-size: 2.4rem;
  line-height: 1; }
  @media only screen and (min-width: 992px) {
    .socials a:hover {
      color: #0078c3; } }
  .socials a span {
    display: block; }
  .socials a.not-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 2.4rem;
    height: 2.4rem;
    background: #003878;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem; }
    @media only screen and (min-width: 992px) {
      .socials a.not-social:hover {
        background: #0078c3; } }

.copy-link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: #191919;
  font-weight: normal;
  text-decoration: none !important; }
  .copy-link .icon-clip {
    display: block;
    margin-left: 0.4rem;
    color: #0078c3;
    font-size: 1.6rem; }
  .copy-link:hover {
    color: #0078c3; }

.s {
  padding: 4rem 0;
  background: #fff; }
  .s:last-child {
    padding-bottom: 8rem; }

.main_title + .s {
  padding-top: 0; }

.section-meta {
  max-width: 63rem;
  margin: 0 auto 3.2rem; }
  @media only screen and (min-width: 992px) {
    .section-meta {
      position: absolute;
      top: 0;
      right: 0;
      width: 16rem;
      max-width: none;
      margin: 0; } }
  .section-meta__info {
    padding-left: 1.6rem; }
    .section-meta__info .text {
      position: relative;
      color: #7c7c7c;
      font-size: 1.4rem;
      line-height: 2.2rem; }
      .section-meta__info .text strong {
        display: block;
        color: #003878;
        font-weight: bold; }
      .section-meta__info .text:not(:first-child) {
        padding-top: 2.4rem; }
        .section-meta__info .text:not(:first-child):before {
          content: '';
          position: absolute;
          top: 1.2rem;
          left: 1.6rem;
          width: 3.2rem;
          height: 1px;
          background: #aaa; }
  .section-meta__actions {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 1.6rem 0.8rem;
    border-radius: 3rem;
    box-shadow: 0 5px 10px #d9e5ea; }
    .section-meta__actions:not(:first-child) {
      margin-top: 1.6rem; }
      @media only screen and (min-width: 992px) {
        .section-meta__actions:not(:first-child) {
          margin-top: 3.2rem; } }
    .section-meta__actions a {
      margin: 0 0.8rem; }

.loader {
  width: 5rem;
  height: 5rem;
  border-top: 0.6rem solid rgba(0, 56, 120, 0.2);
  border-right: 0.6rem solid rgba(0, 56, 120, 0.2);
  border-bottom: 0.6rem solid rgba(0, 56, 120, 0.2);
  border-left: 0.6rem solid #003878;
  -webkit-animation: loader 1.1s infinite linear;
  animation: loader 1.1s infinite linear;
  z-index: 10;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.tabs-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
  padding: 0.8rem 0.8rem 0 0.8rem;
  background: #eff7fc;
  border: 0.1rem solid #d9e5ea;
  border-bottom: 0;
  /*border-bottom: 0.4rem solid $tabs_nav_border;*/
  border-radius: 3rem 3rem 0 0; }
  .tabs-nav:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .4rem;
    background: #003878;
    z-index: 2; }
  .tabs-nav li {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden; }
    .tabs-nav li:first-child {
      border-top-left-radius: 3rem; }
    .tabs-nav li:last-child {
      border-top-right-radius: 3rem; }
  .tabs-nav a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    min-height: 6.4rem;
    padding: 0.8rem 1.6rem 1.2rem;
    color: #003878;
    line-height: 1.3;
    text-decoration: none;
    outline: none; }
    .tabs-nav a.current {
      background: #003878;
      color: #fff; }
  .tabs-nav + .tabs-contents {
    border-top: 0;
    border-radius: 0 0 3rem 3rem; }
  .tabs-nav.unselected > li:first-child a {
    background: #003878;
    color: #fff; }

.tabs-contents {
  border: 0.1rem solid #d9e5ea;
  border-radius: 3rem; }
  .tabs-contents.unselected > .tab-content:first-child {
    display: block; }

.tab-content {
  display: none;
  padding: 2rem 1.6rem 0; }
  @media only screen and (min-width: 768px) {
    .tab-content {
      padding: 2.4rem 3.2rem 0; } }
  .tab-content.visible {
    display: block; }

.tab-content {
  border-radius: 3rem;
  overflow: hidden; }
  .tab-content .s--tabs-block {
    border-color: #eff7fc;
    border-radius: .8rem;
    box-shadow: 0 5px 10px #d9e5ea; }
  .tab-content .tabs-nav {
    border-radius: .8rem .8rem 0 0; }
    @media only screen and (max-width: 369px) {
      .tab-content .tabs-nav {
        padding: .2rem .2rem 0 .2rem; } }
    .tab-content .tabs-nav li {
      border-radius: 0.8rem 0.8rem 0 0; }
    .tab-content .tabs-nav a {
      min-height: 5rem;
      padding: 0.4rem 0.8rem 0.8rem;
      line-height: 1.6rem;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .tab-content .tabs-nav a {
          min-height: 3.6rem;
          padding: 0.4rem 0.4rem 0.8rem 0.4rem;
          font-size: 1rem;
          font-weight: normal;
          line-height: 1.2rem; } }
      @media only screen and (max-width: 399px) {
        .tab-content .tabs-nav a {
          padding: .2rem .2rem .6rem .2rem;
          font-size: 0.8rem;
          line-height: 1rem; } }
    .tab-content .tabs-nav + .tabs-contents {
      border-radius: 0 0 .8rem .8rem; }
  .tab-content .tabs-contents {
    border-radius: .8rem; }
  .tab-content .tab-content {
    padding: 2rem 1.6rem; }
    @media only screen and (min-width: 768px) {
      .tab-content .tab-content {
        padding: 2.4rem 3.2rem; } }

#useful_container, #usefulSuccess, #usefulAfterComment {
  border-top: 1px solid #DDD;
  padding: 22px 0;
  text-align: right; }
  #useful_container.no-border, #usefulSuccess.no-border, #usefulAfterComment.no-border {
    border-top: none; }
  #useful_container .title, #usefulSuccess .title, #usefulAfterComment .title {
    font-family: "Barlow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px; }
  #useful_container .button-holder button, #usefulSuccess .button-holder button, #usefulAfterComment .button-holder button {
    min-width: 70px;
    margin-left: 15px; }
  #useful_container .loading, #usefulSuccess .loading, #usefulAfterComment .loading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  #useful_container #usefulComment, #usefulSuccess #usefulComment, #usefulAfterComment #usefulComment {
    float: right;
    max-width: 330px;
    width: 100%;
    margin-bottom: 20px; }
    #useful_container #usefulComment .title, #usefulSuccess #usefulComment .title, #usefulAfterComment #usefulComment .title {
      text-align: left; }
    #useful_container #usefulComment textarea, #usefulSuccess #usefulComment textarea, #usefulAfterComment #usefulComment textarea {
      max-height: 85px;
      margin-bottom: 16px;
      min-height: 85px; }
    #useful_container #usefulComment button, #usefulSuccess #usefulComment button, #usefulAfterComment #usefulComment button {
      min-width: 80px;
      float: left; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-1 {
  margin-top: 5px !important; }

.fixfixed .fixed_header {
  position: absolute; }

.fixed_header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 8px 16px rgba(213, 213, 213, 0.3); }
  .fixed_header .langs {
    position: relative;
    min-width: 4rem;
    margin-left: 0.8rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.6px; }
    .fixed_header .langs__current {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 0.8rem;
      color: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 2.4rem;
      cursor: pointer;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
      .fixed_header .langs__current:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        margin-left: 0.4rem;
        border: 0.6rem solid transparent;
        border-top: 0.7rem solid #fff;
        border-bottom: 0 none;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
    .fixed_header .langs__dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #e5eff5;
      border-radius: 0.4rem;
      overflow: hidden;
      opacity: 0;
      visibility: hidden; }
      .fixed_header .langs__dropdown a {
        display: block;
        padding-left: 0.8rem;
        color: #003878;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 2rem;
        text-decoration: none; }
        .fixed_header .langs__dropdown a:hover {
          background: #0078c3;
          color: #fff; }
    .fixed_header .langs:hover .langs__current {
      color: #00ABDA; }
      .fixed_header .langs:hover .langs__current:after {
        border-top-color: #00ABDA; }
    .fixed_header .langs:hover .langs__dropdown {
      opacity: 1;
      visibility: visible;
      z-index: 1; }

.header {
  display: block; }
  .header__t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
    height: 4rem;
    background: #003878; }
    @media only screen and (max-width: 991px) {
      .header__t {
        display: none; } }
    @media only screen and (min-width: 992px) {
      .header__t {
        -webkit-transition: margin 150ms ease-in-out;
        -moz-transition: margin 150ms ease-in-out;
        -o-transition: margin 150ms ease-in-out;
        -ms-transition: margin 150ms ease-in-out;
        transition: margin 150ms ease-in-out; } }
    .header__t.hide {
      margin-top: -4.1rem; }
  .header__t-actions {
    margin-left: auto; }
    .header__t-actions > a {
      margin-left: 2.4rem;
      color: #fff; }
      .header__t-actions > a span {
        border-color: #fff; }
      @media only screen and (min-width: 992px) {
        .header__t-actions > a:hover {
          color: #00ABDA; }
          .header__t-actions > a:hover span {
            border-color: #00ABDA; } }
      .header__t-actions > a:first-child {
        margin-left: 0; }
  .header__m {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 5rem;
    background: #fff; }
    @media only screen and (min-width: 992px) {
      .header__m {
        height: 9.6rem; } }
    .header__m > div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .header__m .menu {
      -webkit-box-flex: 1 1 100%;
      -moz-box-flex: 1 1 100%;
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
      @media only screen and (max-width: 991px) {
        .header__m .menu {
          display: none; } }
    @media only screen and (max-width: 991px) {
      .header__m .logo.site-logo {
        width: 114px; } }
    @media only screen and (max-width: 467px) {
      .header__m .logo {
        margin-right: 1.6rem; } }
  .header__mobile-actions {
    margin-left: auto; }
    .header__mobile-actions > a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 4rem;
      height: 5rem;
      color: #003878;
      font-size: 1.6rem;
      text-align: center;
      text-decoration: none; }
      .header__mobile-actions > a.lang {
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
      .header__mobile-actions > a span {
        border-color: #003878; }
  .header__b {
    background: #e5eff5; }
    @media only screen and (max-width: 991px) {
      .header__b {
        display: none; } }

.logo {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 3.2rem; }
  .logo:last-child {
    margin-right: 0; }
  .logo img {
    max-width: 151px;
    max-height: 43px;
    width: auto; }
  .logo.site-logo {
    width: 151px; }

body.has-sm-t-d .header__b {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  -webkit-transition: margin 150ms ease-in-out;
  -moz-transition: margin 150ms ease-in-out;
  -o-transition: margin 150ms ease-in-out;
  -ms-transition: margin 150ms ease-in-out;
  transition: margin 150ms ease-in-out; }
  body.has-sm-t-d .header__b.visible {
    margin-top: 0; }

.footer_container {
  margin: 0;
  background: #f4f4f4; }

.footer__t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 -0.8rem 2rem; }
.footer__t-block {
  max-width: 100%;
  width: 100%;
  padding: 0 0.8rem;
  font-size: 1.2rem; }
  @media only screen and (min-width: 600px) {
    .footer__t-block {
      max-width: 50%; } }
  @media only screen and (min-width: 992px) {
    .footer__t-block {
      max-width: 24rem;
      width: auto; } }
  .footer__t-block--about {
    line-height: 1.6rem; }
  .footer__t-block--contact {
    line-height: 2rem; }
  .footer__t-block > * {
    margin: 0; }
  .footer__t-block h4 {
    margin-bottom: 1.2rem; }
    .footer__t-block h4:first-child {
      margin-top: 1.6rem; }
  .footer__t-block p, .footer__t-block div, .footer__t-block li {
    font-size: inherit;
    line-height: inherit; }
  .footer__t-block ul li {
    padding-left: 1.6rem; }
    .footer__t-block ul li:before {
      top: 0.8em;
      left: 0.6rem; }
  .footer__t-block ol {
    padding-left: 1.6rem; }
  .footer__t-block a {
    color: #191919;
    font-weight: normal;
    text-decoration: underline; }
    .footer__t-block a:hover {
      text-decoration: none; }
  .footer__t-block .sub-notice {
    margin-top: 1.2rem;
    padding: 0 2rem;
    line-height: 1.4rem; }
  .footer__t-block .type_error {
    padding-left: 2rem; }
    .footer__t-block .type_error .error {
      font-size: 1rem !important; }
  .footer__t-block ::-webkit-input-placeholder {
    color: #003878;
    font-style: italic;
    font-weight: 500; }
  .footer__t-block ::-moz-placeholder {
    /* Firefox 19+ */
    color: #003878;
    font-style: italic;
    font-weight: 500; }
  .footer__t-block :-ms-input-placeholder {
    /* IE 10+ */
    color: #003878;
    font-style: italic;
    font-weight: 500; }
  .footer__t-block :-moz-placeholder {
    /* Firefox 18- */
    color: #003878;
    font-style: italic;
    font-weight: 500; }
.footer__b {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 991px) {
    .footer__b {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
@media only screen and (max-width: 991px) {
  .footer .menu {
    display: none; } }
@media only screen and (max-width: 991px) {
  .footer .socials > a:first-child {
    margin-left: 2.4rem; } }
@media only screen and (min-width: 992px) {
  .footer .socials {
    margin-left: auto; } }

.footer-decor > div {
  height: 1rem; }

/*! Info and error container */
.s--error {
  padding-bottom: 0; }

.error_container, .info_container {
  margin-bottom: 1.6rem;
  padding: 1.6rem 2.4rem; }
  .error_container:last-child, .info_container:last-child {
    margin-bottom: 0; }

.error_container p, .info_container p {
  margin: 1rem 0;
  font-weight: bold; }

.error_container {
  background: #f9e5e5; }

.error_container p {
  color: #c30000; }

.info_container {
  background: #e8f3f0; }

.info_container p {
  color: #1f8a70; }

/*! Info and error container END*/
/* Cookie notice*/
#cookie_block {
  position: relative;
  display: none;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #d4d7dc;
  padding: 15px 41px 15px 20px;
  z-index: 9999; }
  #cookie_block p {
    margin: 0;
    line-height: 1.3;
    font-size: 0.9em; }
  @media only screen and (min-width: 1024px) {
    #cookie_block .cookie_cont {
      display: table;
      table-layout: auto;
      width: 100%; }
      #cookie_block .cookie_cont .cookie_text {
        display: table-cell;
        vertical-align: top;
        padding-right: 15px; }
      #cookie_block .cookie_cont .cookie_btn_cell {
        display: table-cell;
        vertical-align: top; } }
  @media only screen and (max-width: 1023px) {
    #cookie_block .cookie_btn_cell {
      padding-top: 20px; } }
  #cookie_block .hide_cookie_msg {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #003878;
    font-size: 1.2em; }
    #cookie_block .hide_cookie_msg:hover {
      opacity: 0.7; }

.breadcrumbs {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem; }
  .breadcrumbs > div,
  .breadcrumbs > a,
  .breadcrumbs > span {
    display: inline-block;
    vertical-align: top;
    max-width: 10rem;
    margin-top: 0.4rem;
    border: none;
    color: #6e6e6e;
    font-size: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #0078c3; }
  .breadcrumbs .breadcrumb_separator {
    margin-left: 0.4rem;
    margin-right: 0.4rem; }
    .breadcrumbs .breadcrumb_separator:after {
      content: ">"; }
    .breadcrumbs .breadcrumb_separator:first-child {
      display: none; }

.phpcaptcha_container > .type_answers {
  position: relative; }
  @media only screen and (min-width: 600px) {
    .phpcaptcha_container > .type_answers .image {
      position: absolute;
      top: -15px;
      left: 32rem; } }
.phpcaptcha_container .submit-in-input {
  max-width: 30rem; }
  .phpcaptcha_container .submit-in-input button {
    font-size: 1.6rem; }

.text_before {
  margin: 23px 0 32px 0;
  overflow: hidden;
  text-indent: 16px; }
  .text_before p:first-of-type {
    margin-top: 0; }
  .text_before p:last-of-type {
    margin-bottom: 0; }
  .text_before p:only-child {
    margin: 0; }

.text_after {
  margin: 32px 0 0 0;
  overflow: hidden;
  text-indent: 16px; }
  .text_after p:first-of-type {
    margin-top: 0; }
  .text_after p:last-of-type {
    margin-bottom: 0; }
  .text_after p:only-child {
    margin: 0; }

.album_loading {
  display: none;
  position: fixed;
  z-index: 55;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 5px;
  background-color: #2e2e2e;
  background-image: url("../img/reused/loading32_dark.gif");
  background-position: center;
  background-repeat: no-repeat; }

.pager {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .pager a {
    text-decoration: none !important; }
  .pager__page {
    margin-right: 0.2rem;
    background: transparent;
    color: #474747;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 500; }
    .pager__page:not(.sep) {
      min-width: 3.2rem;
      width: 3.2rem;
      height: 3.2rem;
      border: 1px solid #e1e2e3;
      border-radius: 50%; }
      .pager__page:not(.sep).current {
        background: transparent;
        border-color: #003878;
        color: #003878; }
      .pager__page:not(.sep):hover {
        background: #003878;
        border-color: transparent;
        color: #fff; }
    .pager__page.sep {
      margin: 0 0.4rem; }
  .pager__arrow {
    width: 3.2rem;
    height: 3.2rem;
    background: #f4f4f4;
    border-radius: 50%;
    color: #003878;
    font-size: 0.9rem; }
    .pager__arrow:first-child {
      margin-right: 0.66667rem; }
    .pager__arrow:last-child {
      margin-left: 0.66667rem; }
    .pager__arrow:hover {
      background: #003878;
      color: #fff; }

/* months, years */
.s--ym-filters {
  max-width: 32rem; }
  @media only screen and (min-width: 768px) {
    .s--ym-filters {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: none; } }
  .s--ym-filters .select2 {
    max-width: none !important;
    width: 100% !important; }
  .s--ym-filters > div {
    margin-top: 2rem; }
    .s--ym-filters > div:first-child {
      margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .s--ym-filters > div {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 6rem 0 0; } }
  .s--ym-filters .filter_reset {
    display: inline-block;
    margin: 1rem 0; }
    @media only screen and (max-width: 767px) {
      .s--ym-filters .filter_reset {
        margin-bottom: 0; } }

/* months, years end */
/* Default submenu for site */
.sidenav ul {
  overflow: visible; }
  .sidenav ul ul {
    display: none; }
.sidenav li {
  text-align: right; }
  .sidenav li.has-child a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: absolute;
    top: 50%;
    height: 100%;
    font-size: 0.6rem;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .sidenav li.has-child a span:before {
      display: block;
      -webkit-transition: transform 150ms ease-in-out;
      -moz-transition: transform 150ms ease-in-out;
      -o-transition: transform 150ms ease-in-out;
      -ms-transition: transform 150ms ease-in-out;
      transition: transform 150ms ease-in-out; }
.sidenav a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: relative;
  min-height: 4.8rem;
  padding: 0.4rem 1.2rem 0.4rem 1.2rem;
  color: #003878;
  font-size: 1.3rem;
  font-family: "Raleway", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer; }
  .sidenav a.active {
    background: #0078c3;
    color: #fff; }
  .sidenav a.inpath + ul {
    display: block; }
  .sidenav a.js-expanded span:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
.sidenav .lvl1 {
  overflow: hidden; }
  .sidenav .lvl1__li {
    overflow: hidden; }
    .sidenav .lvl1__li:not(:first-child) {
      margin-top: 1.6rem; }
    .sidenav .lvl1__li.has-child {
      background: #eff7fc;
      border-radius: 2.4rem 0.8rem 0.8rem 0.8rem; }
      .sidenav .lvl1__li.has-child .lvl1__a {
        position: relative;
        padding-left: 5rem; }
        .sidenav .lvl1__li.has-child .lvl1__a span {
          left: 1.1rem;
          width: 2.8rem;
          height: 2.8rem;
          background: #fff;
          border-radius: 50%;
          color: #003878; }
          .sidenav .lvl1__li.has-child .lvl1__a span:hover {
            background: #aac5d5;
            color: #0078c3; }
  .sidenav .lvl1__a {
    position: relative;
    z-index: 2;
    background: #003878;
    color: #fff;
    font-weight: bold;
    border-radius: 2.4rem 0.8rem 0.8rem 2.4rem;
    overflow: hidden; }
    .sidenav .lvl1__a:hover {
      background: #0078c3; }
    .sidenav .lvl1__a.js-expanded + .lvl2 .lvl2__li:first-child .lvl2__a.active:before, .sidenav .lvl1__a.js-expanded + .lvl2 .lvl2__li:first-child .lvl2__a.inpath:before, .sidenav .lvl1__a.inpath + .lvl2 .lvl2__li:first-child .lvl2__a.active:before, .sidenav .lvl1__a.inpath + .lvl2 .lvl2__li:first-child .lvl2__a.inpath:before {
      opacity: 1; }
.sidenav .lvl2 {
  position: relative; }
  .sidenav .lvl2__li:first-child .lvl2__a {
    position: relative; }
    .sidenav .lvl2__li:first-child .lvl2__a:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 2.5rem;
      background: #0078c3;
      opacity: 0;
      -webkit-transition: opacity 150ms ease-in-out;
      -moz-transition: opacity 150ms ease-in-out;
      -o-transition: opacity 150ms ease-in-out;
      -ms-transition: opacity 150ms ease-in-out;
      transition: opacity 150ms ease-in-out; }
    .sidenav .lvl2__li:first-child .lvl2__a:hover:before {
      opacity: 1; }
  .sidenav .lvl2__li:last-child {
    padding-bottom: 0.4rem; }
  .sidenav .lvl2__li:not(:last-child) {
    border-bottom: 0.2rem solid #fff; }
  .sidenav .lvl2__li.has-child .lvl2__a {
    position: relative;
    padding-right: 4.4rem; }
    .sidenav .lvl2__li.has-child .lvl2__a span {
      right: 1.6rem;
      width: 2rem;
      height: 2rem;
      border: 1px solid #aac5d5;
      border-radius: 50%;
      color: #aac5d5; }
      .sidenav .lvl2__li.has-child .lvl2__a span:hover {
        background: #aac5d5;
        color: #0078c3; }
  .sidenav .lvl2__a {
    padding-right: 1.6rem;
    background: transparent;
    font-weight: 600; }
    .sidenav .lvl2__a:hover {
      background: #0078c3;
      border-color: transparent;
      color: #fff; }
.sidenav .lvl3__li:not(:last-child) {
  border-bottom: 1px solid #d9e5ea; }
.sidenav .lvl3__a {
  padding-right: 1.6rem;
  background: #fcfeff;
  font-weight: 300; }
  .sidenav .lvl3__a:hover {
    background: #0078c3;
    color: #fff; }

.managecookie {
  margin-bottom: 30px; }

.cookie_container {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #f4f4f4;
  padding: 2rem;
  box-shadow: 0 -8px 16px rgba(213, 213, 213, 0.3); }
  @media only screen and (max-width: 767px) {
    .cookie_container {
      padding: 20px 0 15px 0; } }
  .cookie_container .global_container {
    position: relative; }
  .cookie_container .hide_cookie_bar {
    position: absolute;
    right: 5px;
    top: 0;
    min-width: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    line-height: 30px;
    color: #0078c3; }
    .cookie_container .hide_cookie_bar:after {
      display: none; }
  .cookie_container .cookie_text_above {
    padding-right: 30px; }
    .cookie_container .cookie_text_above h1:first-child, .cookie_container .cookie_text_above h1:first-of-type, .cookie_container .cookie_text_above h2:first-child, .cookie_container .cookie_text_above h2:first-of-type, .cookie_container .cookie_text_above h3:first-child, .cookie_container .cookie_text_above h3:first-of-type, .cookie_container .cookie_text_above h4:first-child, .cookie_container .cookie_text_above h4:first-of-type, .cookie_container .cookie_text_above h5:first-child, .cookie_container .cookie_text_above h5:first-of-type, .cookie_container .cookie_text_above h6:first-child, .cookie_container .cookie_text_above h6:first-of-type, .cookie_container .cookie_text_above p:first-child, .cookie_container .cookie_text_above p:first-of-type {
      margin-top: 0; }
    .cookie_container .cookie_text_above h3 {
      margin-bottom: 13px; }
    .cookie_container .cookie_text_above a {
      font-weight: 500; }
    .cookie_container .cookie_text_above p {
      font-size: 12px;
      color: #191919;
      font-weight: 400; }
  .cookie_container .cookies_checkboxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 650px) {
      .cookie_container .cookies_checkboxes {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    .cookie_container .cookies_checkboxes .labels_wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      flex-grow: 1;
      padding-right: 70px; }
      .cookie_container .cookies_checkboxes .labels_wrapper .cookies-text {
        color: #191919;
        font-family: Barlow;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 15px;
        position: relative;
        width: 100%; }
    .cookie_container .cookies_checkboxes label {
      margin: 5px 30px 5px 0;
      padding-left: 23px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .cookie_container .cookies_checkboxes label {
          margin: 5px 12px 5px 0; } }
      .cookie_container .cookies_checkboxes label .checkbox_design, .cookie_container .cookies_checkboxes label .radio_design {
        top: 1px; }
    .cookie_container .cookies_checkboxes button {
      height: 40px;
      vertical-align: 3px;
      line-height: 40px;
      padding: 0 18px;
      min-width: 135px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .cookies_checkboxes button {
          margin-top: 7px;
          margin-bottom: 10px; } }
      .cookie_container .cookies_checkboxes button.loading {
        display: none; }
  .cookie_container .error_message {
    margin: -10px 0 13px 0;
    font-size: 1.2rem; }
  .cookie_container .toggle_cookies_block {
    cursor: pointer;
    color: #3a3a3a;
    text-transform: uppercase; }
    .cookie_container .toggle_cookies_block span {
      color: #0078c3;
      display: inline-block;
      font-size: 14px;
      margin-left: 6px;
      vertical-align: -1px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .cookie_container .toggle_cookies_block.open span {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
  .cookie_container .cookies_pop {
    position: relative; }
  .cookie_container .sections_texts {
    margin-top: 12px;
    background: #fff;
    height: 230px;
    overflow-y: auto; }
    .cookie_container .sections_texts .sections_padding {
      padding: 22px 15px 22px 23px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .sections_texts .sections_padding {
          padding: 15px 10px 22px 14px; } }
    .cookie_container .sections_texts .one_section {
      font-size: 14px;
      padding-bottom: 15px; }
      .cookie_container .sections_texts .one_section * {
        font-size: 14px; }
      .cookie_container .sections_texts .one_section h3 {
        font-weight: 600;
        margin: 0 0 5px;
        font-size: 14px;
        text-transform: uppercase; }
      .cookie_container .sections_texts .one_section h1:first-child, .cookie_container .sections_texts .one_section h1:first-of-type, .cookie_container .sections_texts .one_section h2:first-child, .cookie_container .sections_texts .one_section h2:first-of-type, .cookie_container .sections_texts .one_section h3:first-child, .cookie_container .sections_texts .one_section h3:first-of-type, .cookie_container .sections_texts .one_section h4:first-child, .cookie_container .sections_texts .one_section h4:first-of-type, .cookie_container .sections_texts .one_section h5:first-child, .cookie_container .sections_texts .one_section h5:first-of-type, .cookie_container .sections_texts .one_section h6:first-child, .cookie_container .sections_texts .one_section h6:first-of-type, .cookie_container .sections_texts .one_section p:first-child, .cookie_container .sections_texts .one_section p:first-of-type {
        margin-top: 0; }
      .cookie_container .sections_texts .one_section p {
        color: #333; }
      .cookie_container .sections_texts .one_section p:only-child {
        margin: 0; }
      .cookie_container .sections_texts .one_section table tr.lenteles_antraste td, .cookie_container .sections_texts .one_section table td.lenteles_antraste, .cookie_container .sections_texts .one_section table thead td, .cookie_container .sections_texts .one_section table table th {
        font-size: 12px; }

.cookie_inner_section {
  margin: 0 0 40px 0; }
  .cookie_inner_section h3 {
    margin: 0 0 10px 0; }

.cookie_text_inner {
  margin: 0 0 30px 0; }
  .cookie_text_inner h1:first-child, .cookie_text_inner h1:first-of-type, .cookie_text_inner h2:first-child, .cookie_text_inner h2:first-of-type, .cookie_text_inner h3:first-child, .cookie_text_inner h3:first-of-type, .cookie_text_inner h4:first-child, .cookie_text_inner h4:first-of-type, .cookie_text_inner h5:first-child, .cookie_text_inner h5:first-of-type, .cookie_text_inner h6:first-child, .cookie_text_inner h6:first-of-type, .cookie_text_inner p:first-child, .cookie_text_inner p:first-of-type {
    margin-top: 0; }

.input_group_parent {
  position: relative;
  display: block;
  margin: 0 0 0.8rem 0;
  padding-left: 1.8rem;
  cursor: pointer; }
  .input_group_parent:last-child {
    margin-bottom: 0; }
  .input_group_parent.disabled {
    cursor: not-allowed; }
  .input_group_parent input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .input_group_parent .checkbox_design,
  .input_group_parent .radio_design {
    position: absolute;
    top: 0.375em;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: transparent;
    border: 1px solid #003878;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .input_group_parent .radio_design {
    border-radius: 50%; }
  .input_group_parent input[disabled] + .checkbox_design,
  .input_group_parent input[disabled] + .radio_design {
    background-color: #8b8b8b; }
  .input_group_parent input:checked + .checkbox_design,
  .input_group_parent input:checked + .radio_design {
    background: #003878; }

.form_mod .type_item, form .type_item, .miniguide__form .type_item {
  margin: 0 0 4rem 0; }
  .form_mod .type_item.error .type_error, form .type_item.error .type_error, .miniguide__form .type_item.error .type_error {
    display: block; }
  .form_mod .type_item:last-child, form .type_item:last-child, .miniguide__form .type_item:last-child {
    margin: 0; }
.form_mod .type_question, form .type_question, .miniguide__form .type_question {
  display: block;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2rem;
  margin: 0 0 0.8rem 0; }
  @media only screen and (min-width: 992px) {
    .form_mod .type_question, form .type_question, .miniguide__form .type_question {
      font-size: 18px;
      line-height: 2.4rem; } }
  .form_mod .type_question.required:before, form .type_question.required:before, .miniguide__form .type_question.required:before {
    content: "* ";
    color: #e40d41; }
  .form_mod .type_question.indent, form .type_question.indent, .miniguide__form .type_question.indent {
    text-indent: 1.2rem; }
    .form_mod .type_question.indent + .type_answers + .type_error, form .type_question.indent + .type_answers + .type_error, .miniguide__form .type_question.indent + .type_answers + .type_error {
      padding-left: 1.2rem; }
.form_mod .type_error, form .type_error, .miniguide__form .type_error {
  display: none;
  margin-top: 0.4rem; }
  .form_mod .type_error .error, form .type_error .error, .miniguide__form .type_error .error {
    display: block;
    color: #e40d41;
    font-size: 1.3rem;
    line-height: 1.55; }
.form_mod .type_item.error input, .form_mod .type_item.error textarea, .form_mod .type_item.error .select2-container--default .select2-selection--single, form .type_item.error input, form .type_item.error textarea, form .type_item.error .select2-container--default .select2-selection--single, .miniguide__form .type_item.error input, .miniguide__form .type_item.error textarea, .miniguide__form .type_item.error .select2-container--default .select2-selection--single {
  border-color: #d23046; }
.form_mod .rules_txt, form .rules_txt, .miniguide__form .rules_txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .form_mod .rules_txt .input_group_parent, form .rules_txt .input_group_parent, .miniguide__form .rules_txt .input_group_parent {
    -webkit-box-flex: 0 0 1.4rem;
    -moz-box-flex: 0 0 1.4rem;
    -webkit-flex: 0 0 1.4rem;
    -ms-flex: 0 0 1.4rem;
    flex: 0 0 1.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1.4rem;
    height: 2.2rem;
    margin: 0 0.4rem 0 0;
    padding: 0; }
  .form_mod .rules_txt .checkbox_design, form .rules_txt .checkbox_design, .miniguide__form .rules_txt .checkbox_design {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin: 0; }
.form_mod .field_info, form .field_info, .miniguide__form .field_info {
  margin-top: 0.8rem;
  color: #aaa;
  text-indent: 1.2rem; }
.form_mod .type_answers.submit-in-input, form .type_answers.submit-in-input, .miniguide__form .type_answers.submit-in-input {
  position: relative; }
  .form_mod .type_answers.submit-in-input input, form .type_answers.submit-in-input input, .miniguide__form .type_answers.submit-in-input input {
    max-width: 100%;
    padding-right: 4rem; }
    @media only screen and (min-width: 992px) {
      .form_mod .type_answers.submit-in-input input, form .type_answers.submit-in-input input, .miniguide__form .type_answers.submit-in-input input {
        padding-right: 4rem; } }
  .form_mod .type_answers.submit-in-input button, form .type_answers.submit-in-input button, .miniguide__form .type_answers.submit-in-input button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 0;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border-radius: 50%; }
    @media only screen and (min-width: 992px) {
      .form_mod .type_answers.submit-in-input button, form .type_answers.submit-in-input button, .miniguide__form .type_answers.submit-in-input button {
        width: 4rem;
        height: 4rem; } }
    .form_mod .type_answers.submit-in-input button:after, form .type_answers.submit-in-input button:after, .miniguide__form .type_answers.submit-in-input button:after {
      margin: 0; }
    .form_mod .type_answers.submit-in-input button[disabled], form .type_answers.submit-in-input button[disabled], .miniguide__form .type_answers.submit-in-input button[disabled] {
      background: transparent !important; }
.form_mod .type_answers.themed input[type=text], .form_mod .type_answers.themed input[type=email], .form_mod .type_answers.themed input[type=password], .form_mod .type_answers.themed input[type=url], .form_mod .type_answers.themed input[type=tel], .form_mod .type_answers.themed input[type=number], .form_mod .type_answers.themed input[type=search], .form_mod .type_answers.themed input[type=date], .form_mod .type_answers.themed input[type=month], .form_mod .type_answers.themed input[type=week], .form_mod .type_answers.themed input[type=datetime], .form_mod .type_answers.themed input[type=datetime-local], .form_mod .type_answers.themed textarea, form .type_answers.themed input[type=text], form .type_answers.themed input[type=email], form .type_answers.themed input[type=password], form .type_answers.themed input[type=url], form .type_answers.themed input[type=tel], form .type_answers.themed input[type=number], form .type_answers.themed input[type=search], form .type_answers.themed input[type=date], form .type_answers.themed input[type=month], form .type_answers.themed input[type=week], form .type_answers.themed input[type=datetime], form .type_answers.themed input[type=datetime-local], form .type_answers.themed textarea, .miniguide__form .type_answers.themed input[type=text], .miniguide__form .type_answers.themed input[type=email], .miniguide__form .type_answers.themed input[type=password], .miniguide__form .type_answers.themed input[type=url], .miniguide__form .type_answers.themed input[type=tel], .miniguide__form .type_answers.themed input[type=number], .miniguide__form .type_answers.themed input[type=search], .miniguide__form .type_answers.themed input[type=date], .miniguide__form .type_answers.themed input[type=month], .miniguide__form .type_answers.themed input[type=week], .miniguide__form .type_answers.themed input[type=datetime], .miniguide__form .type_answers.themed input[type=datetime-local], .miniguide__form .type_answers.themed textarea {
  background-color: transparent;
  border-color: #003878;
  color: #003878; }
  .form_mod .type_answers.themed input[type=text]:focus, .form_mod .type_answers.themed input[type=email]:focus, .form_mod .type_answers.themed input[type=password]:focus, .form_mod .type_answers.themed input[type=url]:focus, .form_mod .type_answers.themed input[type=tel]:focus, .form_mod .type_answers.themed input[type=number]:focus, .form_mod .type_answers.themed input[type=search]:focus, .form_mod .type_answers.themed input[type=date]:focus, .form_mod .type_answers.themed input[type=month]:focus, .form_mod .type_answers.themed input[type=week]:focus, .form_mod .type_answers.themed input[type=datetime]:focus, .form_mod .type_answers.themed input[type=datetime-local]:focus, .form_mod .type_answers.themed textarea:focus, form .type_answers.themed input[type=text]:focus, form .type_answers.themed input[type=email]:focus, form .type_answers.themed input[type=password]:focus, form .type_answers.themed input[type=url]:focus, form .type_answers.themed input[type=tel]:focus, form .type_answers.themed input[type=number]:focus, form .type_answers.themed input[type=search]:focus, form .type_answers.themed input[type=date]:focus, form .type_answers.themed input[type=month]:focus, form .type_answers.themed input[type=week]:focus, form .type_answers.themed input[type=datetime]:focus, form .type_answers.themed input[type=datetime-local]:focus, form .type_answers.themed textarea:focus, .miniguide__form .type_answers.themed input[type=text]:focus, .miniguide__form .type_answers.themed input[type=email]:focus, .miniguide__form .type_answers.themed input[type=password]:focus, .miniguide__form .type_answers.themed input[type=url]:focus, .miniguide__form .type_answers.themed input[type=tel]:focus, .miniguide__form .type_answers.themed input[type=number]:focus, .miniguide__form .type_answers.themed input[type=search]:focus, .miniguide__form .type_answers.themed input[type=date]:focus, .miniguide__form .type_answers.themed input[type=month]:focus, .miniguide__form .type_answers.themed input[type=week]:focus, .miniguide__form .type_answers.themed input[type=datetime]:focus, .miniguide__form .type_answers.themed input[type=datetime-local]:focus, .miniguide__form .type_answers.themed textarea:focus {
    border-color: #00ABDA; }
.form_mod .type_answers.themed ::-webkit-input-placeholder, form .type_answers.themed ::-webkit-input-placeholder, .miniguide__form .type_answers.themed ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #003878; }
.form_mod .type_answers.themed ::-moz-placeholder, form .type_answers.themed ::-moz-placeholder, .miniguide__form .type_answers.themed ::-moz-placeholder {
  /* Firefox 19+ */
  color: #003878; }
.form_mod .type_answers.themed :-ms-input-placeholder, form .type_answers.themed :-ms-input-placeholder, .miniguide__form .type_answers.themed :-ms-input-placeholder {
  /* IE 10+ */
  color: #003878; }
.form_mod .type_answers.themed :-moz-placeholder, form .type_answers.themed :-moz-placeholder, .miniguide__form .type_answers.themed :-moz-placeholder {
  /* Firefox 18- */
  color: #003878; }
.form_mod .type_answers.has-per, .form_mod .type_answers.has-cur, form .type_answers.has-per, form .type_answers.has-cur, .miniguide__form .type_answers.has-per, .miniguide__form .type_answers.has-cur {
  position: relative; }
  .form_mod .type_answers.has-per input[type="number"], .form_mod .type_answers.has-cur input[type="number"], form .type_answers.has-per input[type="number"], form .type_answers.has-cur input[type="number"], .miniguide__form .type_answers.has-per input[type="number"], .miniguide__form .type_answers.has-cur input[type="number"] {
    padding-right: 5.8rem; }
  .form_mod .type_answers.has-per:after, .form_mod .type_answers.has-cur:after, form .type_answers.has-per:after, form .type_answers.has-cur:after, .miniguide__form .type_answers.has-per:after, .miniguide__form .type_answers.has-cur:after {
    content: '€';
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 4.8rem;
    background: #f2f2f2;
    border-radius: 0 4rem 4rem 0;
    font-size: 1.3rem;
    line-height: 1.55; }
    @media only screen and (min-width: 992px) {
      .form_mod .type_answers.has-per:after, .form_mod .type_answers.has-cur:after, form .type_answers.has-per:after, form .type_answers.has-cur:after, .miniguide__form .type_answers.has-per:after, .miniguide__form .type_answers.has-cur:after {
        border-radius: 0 4rem 4rem 0; } }
.form_mod .type_answers.has-per:after, form .type_answers.has-per:after, .miniguide__form .type_answers.has-per:after {
  content: '%'; }
.form_mod .type_input_text, form .type_input_text, .miniguide__form .type_input_text {
  position: relative; }
.form_mod fieldset, form fieldset, .miniguide__form fieldset {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
  margin: 0;
  padding: 0;
  border: 0 none; }
  .form_mod fieldset legend, form fieldset legend, .miniguide__form fieldset legend {
    padding-inline-start: 0;
    padding-inline-end: 0;
    border: 0 none; }

.pagenotfound_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/404_bg.png);
  position: relative;
  min-height: 40rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 475px) {
    .pagenotfound_wrapper {
      min-height: 58.5rem; } }
  @media only screen and (min-width: 1920px) {
    .pagenotfound_wrapper {
      min-height: calc(100vh - 20rem); } }
  .pagenotfound_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgba(0, 56, 120, 0.8);
    height: 100%;
    width: 100%; }
  .pagenotfound_wrapper .pagenotfound {
    position: relative;
    max-width: calc(100vw - 3rem);
    margin: 0 auto;
    padding: 3rem 3.5rem 2.6rem 3.5rem;
    background: #fff;
    box-shadow: 0 5px 10px rgba(217, 229, 234, 0.2);
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem; }
    @media only screen and (min-width: 475px) {
      .pagenotfound_wrapper .pagenotfound {
        padding: 6rem 7.1rem 5.2rem 7.1rem;
        max-width: 45.6rem; } }
    .pagenotfound_wrapper .pagenotfound * {
      margin: 0; }
    .pagenotfound_wrapper .pagenotfound > *:first-child {
      margin-bottom: 3rem; }
    .pagenotfound_wrapper .pagenotfound > *:nth-child(2) {
      margin-bottom: 1.3rem; }
    .pagenotfound_wrapper .pagenotfound > *:nth-child(3) {
      margin-bottom: 2.2rem; }
    .pagenotfound_wrapper .pagenotfound .h3 {
      color: #202020; }

.slider {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .slider .wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 44%;
      padding-top: 0;
      padding-bottom: 5.2rem;
      background: #003878;
      box-shadow: 0px 0px 15px 20px #003878; } }
  @media only screen and (min-width: 768px) {
    .slider .wrapper {
      position: relative;
      width: 100%; } }
  .slider__item {
    display: block;
    min-height: 34rem;
    background: #003878;
    text-decoration: none !important;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .slider__item {
        min-height: 37rem;
        padding: 2rem 0 6rem; } }
  .slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56%;
    background-size: cover;
    background-position: center right -90px;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .slider__image {
        height: 100%;
        background-position: center right; } }
  .slider__title, .slider__title-large, .slider__subtitle {
    display: block;
    color: #fff;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .slider__title, .slider__title-large, .slider__subtitle {
        color: #003878;
        font-size: 1.8rem; } }
    @media only screen and (min-width: 992px) {
      .slider__title, .slider__title-large, .slider__subtitle {
        font-size: 2rem; } }
  .slider__title-large {
    font-size: 2.2rem;
    line-height: 1.1;
    line-height: 1.3;
    font-weight: normal; }
    @media screen and (min-width: 992px) {
      .slider__title-large {
        font-size: 2.6rem;
        line-height: 1.1; } }
    @media screen and (min-width: 1200px) {
      .slider__title-large {
        font-size: 3rem;
        line-height: 1.1; } }
    @media only screen and (min-width: 768px) {
      .slider__title-large {
        margin-top: 0.4rem; } }
  .slider__subtitle {
    margin-top: 0.4rem; }
    @media only screen and (min-width: 768px) {
      .slider__subtitle {
        margin-top: 1.6rem; } }
  .slider__actions {
    display: block;
    margin-top: 2rem; }
    @media only screen and (max-width: 767px) {
      .slider__actions {
        display: none; } }
  .slider.slick-dotted {
    margin: 0; }
  .slider .slick-dots {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    top: 0;
    left: auto;
    right: 15px;
    bottom: 0;
    width: 2rem;
    list-style: none; }
    @media only screen and (max-width: 767px) {
      .slider .slick-dots {
        bottom: 50%; } }
    @media only screen and (min-width: 768px) {
      .slider .slick-dots {
        padding-bottom: 4rem; } }
    @media only screen and (min-width: 1100px) {
      .slider .slick-dots {
        right: 0;
        right: -webkit-calc((100% - 1090px) / 2 + 25px);
        right: -moz-calc((100% - 1090px) / 2 + 25px);
        right: calc((100% - 1090px) / 2 + 25px); } }
    .slider .slick-dots li {
      margin: 0;
      padding: 0;
      display: block;
      margin: 0.4rem 0;
      background: none; }
      @media only screen and (min-width: 992px) {
        .slider .slick-dots li {
          margin: 0.8rem 0; } }
      .slider .slick-dots li:before {
        display: none; }
    .slider .slick-dots button {
      min-width: 0;
      width: 2rem;
      height: 2rem;
      padding: 0;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 50%;
      opacity: 1; }
      .slider .slick-dots button:before {
        display: none; }
      .slider .slick-dots button:after {
        content: '';
        display: block;
        width: 1.4rem;
        height: 1.4rem;
        margin: 0 auto;
        background: #003878;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity 150ms ease-in-out;
        -moz-transition: opacity 150ms ease-in-out;
        -o-transition: opacity 150ms ease-in-out;
        -ms-transition: opacity 150ms ease-in-out;
        transition: opacity 150ms ease-in-out; }
      .slider .slick-dots button:hover:after {
        opacity: 1; }
    .slider .slick-dots .slick-active button:after {
      opacity: 1; }

.slider > .slider__item:not(:first-child) {
  display: none !important; }

.icontext {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%; }
  .icontext__icon {
    -webkit-box-flex: 0 0 5.6rem;
    -moz-box-flex: 0 0 5.6rem;
    -webkit-flex: 0 0 5.6rem;
    -ms-flex: 0 0 5.6rem;
    flex: 0 0 5.6rem;
    max-width: 5.6rem;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat; }
    .icontext__icon + .icontext__info {
      padding-left: 2.4rem; }
      @media only screen and (min-width: 768px) {
        .icontext__icon + .icontext__info {
          padding-left: 3.2rem; } }
  .icontext__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .icontext__title {
    margin: 0; }
  .icontext__desc {
    margin-top: 1.2rem; }
  .icontext__actions {
    margin-top: auto;
    margin-left: -1.2rem;
    padding-top: 3.2rem; }

.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0.2rem;
  background: #fcffff;
  background-image: linear-gradient(180deg, #fcffff 0%, #f4fafa 100%);
  border-radius: 3rem;
  box-shadow: 0 5px 10px #d9e5ea;
  text-decoration: none !important;
  overflow: hidden; }
  .card__holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 2.8rem;
    overflow: hidden; }
  .card__body, .card__icon, .card__title, .card__desc, .card__footer {
    display: block; }
  .card__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 2.4rem 3.2rem 4rem 4rem; }
    .card__head + .card__body {
      padding-top: 0; }
  .card__head-image {
    -webkit-box-flex: 0 1 9rem;
    -moz-box-flex: 0 1 9rem;
    -webkit-flex: 0 1 9rem;
    -ms-flex: 0 1 9rem;
    flex: 0 1 9rem;
    max-width: 9rem;
    margin-right: 2rem;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat; }
  .card__head-title {
    margin: 0;
    white-space: nowrap; }
  .card__body {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 2rem 3.2rem 2rem; }
  .card__icon {
    height: 5.6rem;
    margin: 1.7rem 0;
    background-size: auto 5.6rem;
    background-position: center;
    background-repeat: no-repeat; }
    .card__icon.pradedu_versla {
      height: 8.6rem;
      margin: -0.8rem 0 -1rem;
      background-size: auto 8.6rem; }
    .card__icon.vykdau_versla {
      height: 7.6rem;
      margin: -0.3rem 0 -0.5rem;
      background-size: auto 7.6rem; }
    .card__icon.auginu_versla {
      height: 9rem;
      margin: -1rem 0 -1.2rem;
      background-size: auto 9rem; }
    .card__icon.pagalba_verslui {
      height: 9rem;
      margin: -1rem 0 -1.2rem;
      background-size: auto 9rem; }
  .card__image {
    margin-bottom: 2rem;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 10px 20px #c7dadf; }
    .card__image img {
      width: 100%; }
  .card__title {
    max-width: 70%;
    margin: 0; }
    .card__title.nl {
      word-spacing: 100vw; }
  .card__desc {
    margin-top: 1.2rem;
    color: #191919;
    font-weight: normal; }
  .card__footer .action {
    display: block;
    padding: 1.6rem;
    background: #003878;
    color: #fff;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 150ms ease-in-out;
    -moz-transition: background 150ms ease-in-out;
    -o-transition: background 150ms ease-in-out;
    -ms-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out; }
  @media only screen and (min-width: 992px) {
    .card:focus .card__footer .action, .card:hover .card__footer .action {
      background: #0078c3; } }

.card--h {
  min-height: 11rem; }
  .card--h .card__holder {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .card--h .card__body {
    position: relative;
    padding: 2rem 1.6rem 2rem 7.4rem; }
    @media only screen and (min-width: 768px) {
      .card--h .card__body {
        padding-left: 9.4rem; } }
    .card--h .card__body.center-items {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .card--h .card__body.center-items .card__icon {
        top: 50%;
        transform: translateY(-50%); }
  .card--h .card__icon {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    width: 5rem;
    height: 5rem;
    margin: 0;
    background-size: auto 4rem; }
    @media only screen and (min-width: 768px) {
      .card--h .card__icon {
        width: 7rem;
        height: 7rem;
        background-size: auto 5.6rem; } }
  .card--h .card__title {
    max-width: none;
    color: #0078c3;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 2.2px; }
    @media only screen and (min-width: 768px) {
      .card--h .card__title {
        max-width: 90%;
        font-size: 2rem; } }
    @media only screen and (min-width: 992px) {
      .card--h .card__title {
        font-size: 2.2rem; } }
  .card--h .card__desc {
    margin-top: 0.8rem;
    color: #003878;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 1.4rem; }
  .card--h .card__footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .card--h .card__footer .action {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

.news {
  display: block;
  margin-top: 2rem;
  font-weight: normal;
  text-decoration: none !important; }
  .news:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 600px) {
    .news:nth-child(-n+2) {
      margin-top: 0; } }
  @media only screen and (min-width: 992px) {
    .news:nth-child(-n+3) {
      margin-top: 0; } }
  .news__image, .news__info {
    display: block; }
  .news__image {
    margin-bottom: 1.2rem;
    border-radius: 2rem 2rem 0 0;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .news__image {
        margin-bottom: 2rem; } }
    .news__image img {
      width: 100%; }
  .news__info .title,
  .news__info .desc,
  .news__info .date {
    display: block;
    overflow: hidden; }
  .news__info .desc {
    max-height: 5.4rem;
    margin-top: 0.8rem;
    color: #191919; }
  .news__info .date {
    margin-top: 0.8rem;
    color: #567aa2;
    font-weight: bold; }
  .news__label {
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    padding: 0 27px;
    width: 100%;
    text-transform: uppercase;
    font-family: "Barlow", Arial, sans-serif;
    font-weight: 700; }
    .news__label .icon {
      margin-right: 10px; }
    .news__label.invitation-expired {
      background-color: #fcf0f3;
      color: #DD7485; }
      .news__label.invitation-expired .icon {
        font-size: 25px; }
  @media only screen and (min-width: 992px) {
    .news:hover .news__info .title, .news:focus .news__info .title {
      color: #0078c3; } }
  .news.is-invitation .news__image {
    position: relative; }
    .news.is-invitation .news__image:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: url("../img/invitation-image.png") 0/62px, rgba(4, 53, 123, 0.7);
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 20px 20px 0 0; }
  .news.is-invitation > *:first-child.news__label {
    border-radius: 20px 20px 0 0; }

@media only screen and (min-width: 992px) {
  .news--first {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }
@media only screen and (min-width: 992px) {
  .news--first > * {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; } }
.news--first .news__image {
  border-radius: 2rem 0 2rem 2rem; }
@media only screen and (min-width: 480px) and (max-width: 991px) {
  .news--first .news__image {
    position: relative;
    height: 32rem; } }

  @media only screen and (min-width: 992px) {
    .news--first .news__image {
      margin: 0 2rem 0 0; } }
@media only screen and (min-width: 480px) and (max-width: 991px) {
  .news--first .news__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media only screen and (min-width: 992px) {
  .news--first .news__info {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center; } }
.news--first .news__info .desc {
  max-height: 14.4rem; }
.news--first.is-invitation .news__image:after {
  border-radius: 20px 0 20px 20px; }

@media only screen and (min-width: 768px) {
  .no-rightside > .news--first {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }
@media only screen and (min-width: 768px) {
  .no-rightside > .news--first > * {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; } }
.no-rightside > .news--first .news__image {
  border-radius: 2rem 0 2rem 2rem; }
  @media only screen and (min-width: 480px) {
    .no-rightside > .news--first .news__image {
      position: relative;
      height: 32rem; } }
  @media only screen and (min-width: 768px) {
    .no-rightside > .news--first .news__image {
      margin: 0 2rem 0 0; } }
  @media only screen and (min-width: 480px) {
    .no-rightside > .news--first .news__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
@media only screen and (min-width: 768px) {
  .no-rightside > .news--first .news__info {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center; } }

.imgtext {
  *zoom: 1; }
.imgtext:before, .imgtext:after {
  content: "";
  display: table; }
.imgtext:after {
  clear: both; }
@media only screen and (min-width: 768px) {
  .imgtext > .s-title {
    display: none; } }
.imgtext__image {
  margin-bottom: 2rem;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .imgtext__image {
      max-width: 40%; } }
  .imgtext__image img {
    width: 100%;
    border-radius: 2rem; }
.imgtext__desc {
  overflow: auto; }
  @media only screen and (max-width: 767px) {
    .imgtext__desc > .s-title {
      display: none; } }
@media only screen and (min-width: 768px) {
  .imgtext.left .imgtext__image {
    float: left;
    margin: 0 1.6rem 1.6rem 0; } }
@media only screen and (min-width: 768px) {
  .imgtext.right .imgtext__image {
    float: right;
    margin: 0 0 1.6rem 1.6rem; } }

.s-title {
  margin: 0 0 1.6rem; }
  .s-title + * {
    margin-top: 0 !important; }

.s-actions {
  width: 100%;
  margin-top: 3.2rem; }

.s--slidestext {
  padding: 0;
  background: #f4f4f4; }
  .s--slidestext .wrapper {
    padding-right: 5rem; }
    @media only screen and (min-width: 992px) {
      .s--slidestext .wrapper {
        padding-left: 2.4rem; } }
  .s--slidestext + .s--measures {
    padding-top: 0 !important; }
    .s--slidestext + .s--measures .wrapper {
      margin-top: -4rem; }

.s--measures.s--gray,
.s--links,
.s--icontext.s--gray {
  padding: 4rem 0 6rem; }

.s--measures .row {
  margin-left: -1rem;
  margin-right: -1rem; }
  .s--measures .row > div {
    margin-top: 1.6rem;
    padding: 0 1rem; }
    @media only screen and (min-width: 480px) {
      .s--measures .row > div:nth-child(-n+2) {
        margin-top: 0; } }
    @media only screen and (min-width: 992px) {
      .s--measures .row > div:nth-child(-n+4) {
        margin-top: 0; } }
    .s--measures .row > div:first-child {
      margin-top: 0; }
.s--measures + .s--links {
  margin-top: -2rem;
  padding-top: 0;
  background-color: #f4f4f4; }
.s--measures .card__head + .card__body {
  padding-top: 0; }
.s--measures .card__body {
  padding-top: 2rem; }
.s--measures .card__title {
  max-width: 100%;
  text-transform: uppercase; }
  .s--measures .card__title.pradedu_versla {
    color: #2FB6E3; }
  .s--measures .card__title.vykdau_versla {
    color: #0079C3; }
  .s--measures .card__title.auginu_versla {
    color: #194BAB; }
  .s--measures .card__title.pagalba_verslui {
    color: #0079C3; }

.s--links .row {
  margin: 0 -2px; }
  .s--links .row > div {
    padding: 0 2px; }
    @media only screen and (max-width: 479px) {
      .s--links .row > div:not(:first-child) {
        margin-top: 0.8rem; } }
    @media only screen and (min-width: 480px) {
      .s--links .row > div:not(:first-child) .btn {
        border-top-left-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem; } }
    @media only screen and (min-width: 480px) {
      .s--links .row > div:not(:last-child) .btn {
        border-top-right-radius: 0.4rem;
        border-bottom-right-radius: 0.4rem; } }
.s--links .btn {
  min-width: 20rem; }
  @media only screen and (min-width: 768px) {
    .s--links .btn {
      min-width: 22rem; } }

.s--icontext .row {
  margin: 0 -3.2rem; }
  .s--icontext .row > div {
    margin-top: 4rem;
    padding: 0 3.2rem; }
    @media only screen and (min-width: 768px) {
      .s--icontext .row > div:nth-child(-n+2) {
        margin-top: 0; } }
    .s--icontext .row > div:first-child {
      margin-top: 0; }

.s--news .row {
  margin: 0 -1.6rem; }
  .s--news .row > div {
    padding: 0 1.6rem; }
    .s--news .row > div > .row {
      margin: 0 -1rem; }
      .s--news .row > div > .row > div:not(.s-actions) {
        margin-top: 3.2rem;
        padding: 0 1rem; }
        @media only screen and (min-width: 992px) {
          .s--news .row > div > .row > div:not(.s-actions) {
            margin-top: 2rem; } }
        .s--news .row > div > .row > div:not(.s-actions):first-child {
          margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .s--news .row > div:not(:first-child) {
        margin-top: 3.2rem; } }
.s--news .s-title {
  margin-bottom: 2.4rem; }
.s--news .card__head + .card__body {
  padding-top: 0; }
.s--news .card__body {
  padding-top: 2rem; }
.s--news .card__image img {
  width: 100%; }

.s--childslist .row {
  margin: 0 -1.6rem; }
  .s--childslist .row > div {
    margin-top: 2rem;
    padding: 0 1.6rem; }
    .s--childslist .row > div:first-child {
      margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .s--childslist .row > div:nth-child(-n+2) {
        margin-top: 0; } }
@media only screen and (min-width: 992px) {
  .s--childslist .wrap {
    max-width: 80rem;
    margin: 0 auto; } }

.s--processsteps .wrapper {
  position: relative; }
  .s--processsteps .wrapper .p-steps {
    z-index: 1; }
  .s--processsteps .wrapper .big-nav {
    position: absolute;
    top: 0;
    width: 100%; }
    .s--processsteps .wrapper .big-nav .prev {
      position: absolute;
      cursor: pointer;
      left: -39px;
      z-index: 10;
      display: none;
      background-image: url(../img/big-arrow-right.svg);
      background-size: 100%;
      width: 41px;
      height: 75px;
      background-repeat: no-repeat;
      transform: rotate(180deg); }
      .s--processsteps .wrapper .big-nav .prev:hover {
        transform: translateX(-2px) rotate(180deg);
        transition: translateX 0.2s ease-in-out; }
    .s--processsteps .wrapper .big-nav .next {
      position: absolute;
      cursor: pointer;
      right: -23px;
      z-index: 10;
      display: none;
      background-image: url(../img/big-arrow-right.svg);
      background-size: 100%;
      width: 41px;
      height: 75px;
      background-repeat: no-repeat; }
      .s--processsteps .wrapper .big-nav .next:hover {
        transform: translateX(2px);
        transition: translateX 0.2s ease-in-out; }
    @media only screen and (max-width: 1150px) {
      .s--processsteps .wrapper .big-nav {
        display: none; } }

.p-steps__item {
  float: none !important;
  padding: 1.6rem 1.8rem 1.6rem 1.2rem;
  outline: none; }
.p-steps .slick-list,
.p-steps .slick-track,
.p-steps .p-steps__item {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }
.p-steps .slick-list {
  margin: 0 -18px 0 -12px; }
.p-steps .slick-track {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
.p-steps .slick-arrow {
  min-width: 0;
  background: green; }
.p-steps:not(.slick-initialized) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -1.6rem; }
  .p-steps:not(.slick-initialized) .p-steps__item {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1.6rem; }
    @media only screen and (min-width: 480px) {
      .p-steps:not(.slick-initialized) .p-steps__item {
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 768px) {
      .p-steps:not(.slick-initialized) .p-steps__item {
        -webkit-box-flex: 0 0 33.333%;
        -moz-box-flex: 0 0 33.333%;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%; } }
.p-steps[data-count="1"] + .p-steps-nav {
  display: none; }
@media only screen and (min-width: 480px) {
  .p-steps[data-count="2"] + .p-steps-nav {
    display: none; } }
@media only screen and (min-width: 768px) {
  .p-steps[data-count="3"] + .p-steps-nav {
    display: none; } }

.p-step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
  border-radius: 0.8rem;
  box-shadow: 0 5px 10px #d9e5ea; }
  .p-step__info {
    position: relative;
    z-index: 1;
    padding: 2rem 0.4rem 6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #003878;
    border-bottom: 0 none;
    border-radius: 0.8rem 0.8rem 0 0; }
    .p-step__info:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: 0;
      z-index: -1;
      background: #003878;
      border-radius: 0.8rem 0.8rem 0 0;
      opacity: 0.8; }
    .p-step__info .triangle {
      position: absolute;
      top: 100%;
      right: -1.6rem;
      bottom: 0; }
      .p-step__info .triangle:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0rem;
        border: 1.4rem solid transparent;
        border-left: 1.6rem solid #003878;
        border-right: 0 none; }
      .p-step__info .triangle:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0.2rem;
        border: 1.4rem solid transparent;
        border-left: 1.6rem solid #fff;
        border-right: 0 none; }
  .p-step__title {
    margin: 0;
    color: #fff; }
  .p-step__step {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -4rem;
    width: 8rem;
    height: 8rem;
    background-image: url("../img/proccess_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: #003878;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 5.2rem;
    font-weight: 500;
    line-height: 7.2rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .p-step__step:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0.4rem;
      left: 0.4rem;
      right: 0.4rem;
      bottom: 0.4rem;
      background: #fcffff;
      border-radius: 50%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .p-step__desc {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding: 6rem 0.8rem 4rem;
    border: 1px solid #003878;
    border-top: 0 none;
    border-radius: 0 0 0.8rem 0.8rem;
    overflow: hidden; }
    .p-step__desc .btn {
      position: absolute;
      left: 1.6rem;
      right: 1.6rem;
      bottom: 4rem;
      max-width: none;
      min-width: 0;
      width: auto; }
      .p-step__desc .btn.btn--arrow {
        margin: 0 auto;
        max-width: 220px; }
    .p-step__desc.has-btn {
      padding-bottom: 10rem; }
      @media only screen and (min-width: 992px) {
        .p-step__desc.has-btn {
          padding-bottom: 10rem; } }

.p-step--pv .p-step__info {
  border-color: #DA003D; }
  .p-step--pv .p-step__info:before {
    background-color: #DA003D; }
  .p-step--pv .p-step__info .triangle:before {
    border-left-color: #DA003D; }
.p-step--pv .p-step__desc {
  border-color: #DA003D; }

.p-step--vv .p-step__info {
  border-color: #E88500; }
  .p-step--vv .p-step__info:before {
    background-color: #E88500; }
  .p-step--vv .p-step__info .triangle:before {
    border-left-color: #E88500; }
.p-step--vv .p-step__desc {
  border-color: #E88500; }

.p-step--av .p-step__info {
  border-color: #DD3E00; }
  .p-step--av .p-step__info:before {
    background-color: #DD3E00; }
  .p-step--av .p-step__info .triangle:before {
    border-left-color: #DD3E00; }
.p-step--av .p-step__desc {
  border-color: #DD3E00; }

.p-step--f .p-step__info {
  border-color: #FBDB00; }
  .p-step--f .p-step__info:before {
    background-color: #FBDB00; }
  .p-step--f .p-step__info .triangle:before {
    border-left-color: #FBDB00; }
.p-step--f .p-step__desc {
  border-color: #FBDB00; }

.p-step--p .p-step__info {
  border-color: #4CA92C; }
  .p-step--p .p-step__info:before {
    background-color: #4CA92C; }
  .p-step--p .p-step__info .triangle:before {
    border-left-color: #4CA92C; }
.p-step--p .p-step__desc {
  border-color: #4CA92C; }

.p-steps-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: relative; }
  .p-steps-nav .slick-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    min-width: 0;
    width: 2rem;
    height: 2rem;
    background: transparent;
    color: #003878;
    font-size: 1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .p-steps-nav .slick-arrow:before {
      display: none; }
    .p-steps-nav .slick-arrow:hover {
      color: #00ABDA; }
    .p-steps-nav .slick-arrow.slick-disabled {
      color: #b2b2b2;
      opacity: 0.5;
      cursor: not-allowed; }
  .p-steps-nav .num {
    color: #b2b2b2;
    font-weight: bold; }

.s--statisticsimage {
  margin-top: 6rem;
  padding: 0 !important;
  background: #003878; }

.statsimg {
  position: relative; }
  .statsimg__img {
    position: absolute;
    left: 0;
    bottom: 2.4rem; }
    .statsimg__img .image {
      width: 6.9rem;
      height: 10.5rem;
      background-image: url("../img/graph.svg");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 480px) {
        .statsimg__img .image {
          width: 10.9rem;
          height: 14.5rem; } }
  .statsimg__info {
    padding: 0.8rem 0 2rem 9rem; }
    @media only screen and (min-width: 480px) {
      .statsimg__info {
        padding: 0.8rem 0 2rem 12.8rem; } }
    @media only screen and (min-width: 768px) {
      .statsimg__info {
        padding: 0 0 0 15.8rem; } }
    .statsimg__info .s-title {
      margin: 0 0 0.4rem;
      font-weight: 500; }
    .statsimg__info .formatted_text, .statsimg__info blockquote {
      color: #fff; }
      @media only screen and (min-width: 768px) {
        .statsimg__info .formatted_text, .statsimg__info blockquote {
          padding: 1.6rem 2rem 2rem 0; } }
      .statsimg__info .formatted_text *, .statsimg__info blockquote * {
        color: #fff; }
    @media only screen and (max-width: 767px) {
      .statsimg__info .actions {
        margin-top: 1.6rem; } }
    @media only screen and (min-width: 768px) {
      .statsimg__info .actions {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: auto; } }

.chart-legend__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .chart-legend__item .icon {
    -webkit-box-flex: 0 0 2.4rem;
    -moz-box-flex: 0 0 2.4rem;
    -webkit-flex: 0 0 2.4rem;
    -ms-flex: 0 0 2.4rem;
    flex: 0 0 2.4rem;
    max-width: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.6rem;
    border-radius: 50%; }
  .chart-legend__item .text {
    color: #003878;
    font-weight: 600; }
  .chart-legend__item .value {
    margin-left: 3.2rem;
    color: #003878;
    font-weight: 700; }
    .chart-legend__item .value:after {
      content: '%'; }

.s--mixedchart {
  padding-bottom: 8rem; }
  .s--mixedchart .s-title {
    margin-bottom: 4rem; }

.chart {
  position: relative; }

@media only screen and (min-width: 768px) {
  .chart--bar,
  .chart--line,
  .chart--barline {
    padding: 0 4rem; } }
.chart--bar + .chart-legend,
.chart--line + .chart-legend,
.chart--barline + .chart-legend {
  max-width: 32rem;
  margin: 2rem auto 0; }
  @media only screen and (min-width: 768px) {
    .chart--bar + .chart-legend,
    .chart--line + .chart-legend,
    .chart--barline + .chart-legend {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      max-width: none;
      margin: 2rem 0 0 0;
      padding: 0 4rem; } }
  .chart--bar + .chart-legend .chart-legend__item,
  .chart--line + .chart-legend .chart-legend__item,
  .chart--barline + .chart-legend .chart-legend__item {
    margin-bottom: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .chart--bar + .chart-legend .chart-legend__item,
      .chart--line + .chart-legend .chart-legend__item,
      .chart--barline + .chart-legend .chart-legend__item {
        margin: 0;
        padding: 0 1.6rem; } }
    .chart--bar + .chart-legend .chart-legend__item:last-child,
    .chart--line + .chart-legend .chart-legend__item:last-child,
    .chart--barline + .chart-legend .chart-legend__item:last-child {
      margin-bottom: 0; }

.chart--doughnut,
.chart--pie {
  max-width: 23.2rem;
  margin: 0 auto; }
  .chart--doughnut + .chart-legend,
  .chart--pie + .chart-legend {
    max-width: 28rem;
    margin: 2rem auto 0; }
    .chart--doughnut + .chart-legend .chart-legend__item,
    .chart--pie + .chart-legend .chart-legend__item {
      margin-bottom: 1.6rem; }
      @media only screen and (min-width: 768px) {
        .chart--doughnut + .chart-legend .chart-legend__item,
        .chart--pie + .chart-legend .chart-legend__item {
          margin-bottom: 2.4rem; } }
      .chart--doughnut + .chart-legend .chart-legend__item:last-child,
      .chart--pie + .chart-legend .chart-legend__item:last-child {
        margin-bottom: 0; }
      .chart--doughnut + .chart-legend .chart-legend__item .text,
      .chart--pie + .chart-legend .chart-legend__item .text {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .chart--doughnut + .chart-legend .chart-legend__item .value,
      .chart--pie + .chart-legend .chart-legend__item .value {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

@media only screen and (min-width: 768px) {
  .chart-holder .chart--doughnut,
  .chart-holder .chart--pie {
    -webkit-box-flex: 0 0 31.2rem;
    -moz-box-flex: 0 0 31.2rem;
    -webkit-flex: 0 0 31.2rem;
    -ms-flex: 0 0 31.2rem;
    flex: 0 0 31.2rem;
    max-width: 31.2rem;
    margin: 0;
    padding: 0 4rem; } }
@media only screen and (min-width: 768px) {
  .chart-holder .chart--doughnut + .chart-legend,
  .chart-holder .chart--pie + .chart-legend {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0; } }

.chartjs-tooltip {
  position: absolute;
  max-width: 60%;
  min-width: 8rem;
  padding: 1.2rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.8rem;
  pointer-events: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .chartjs-tooltip * {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6rem; }
  .chartjs-tooltip__h {
    margin-bottom: 0.8rem; }
  .chartjs-tooltip__h-item {
    font-weight: 600; }
  .chartjs-tooltip__b-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 0.8rem; }
    .chartjs-tooltip__b-item:first-child {
      margin-top: 0; }
    .chartjs-tooltip__b-item .color {
      -webkit-box-flex: 0 0 1.6rem;
      -moz-box-flex: 0 0 1.6rem;
      -webkit-flex: 0 0 1.6rem;
      -ms-flex: 0 0 1.6rem;
      flex: 0 0 1.6rem;
      max-width: 1.6rem;
      width: 1.6rem;
      height: 1.6rem;
      margin-right: 0.8rem;
      border-radius: .2rem; }

.infographic-holder {
  max-width: 100%;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 480px) {
    .infographic-holder {
      float: left;
      width: 100%;
      max-width: 50%;
      margin-right: 1.6rem; } }
  @media only screen and (min-width: 480px) {
    .infographic-holder[data-counter="1"] {
      margin-right: 3.2rem; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="1"] {
      max-width: 33.333%; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="1"] .infographic-list__item {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="2"] {
      max-width: 66.666%; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="2"] .infographic-list__item {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="3"] {
      max-width: 100%;
      margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="3"] .infographic-list__item {
      -webkit-box-flex: 0 0 33.333%;
      -moz-box-flex: 0 0 33.333%;
      -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%; } }
  @media only screen and (min-width: 480px) {
    .infographic-holder.side-right {
      float: right;
      margin-right: 0;
      margin-left: 1.6rem; } }
  @media only screen and (min-width: 480px) {
    .infographic-holder.side-right[data-counter="1"] {
      margin-left: 3.2rem; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder.side-right[data-counter="3"] {
      margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .infographic-list {
    margin: 0 -0.8rem; }
    .infographic-list > * {
      padding: 0 0.8rem; } }
.infographic-list__item {
  margin-top: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .infographic-list__item {
      margin-top: 0; } }
  .infographic-list__item:first-child {
    margin-top: 0; }
  .infographic-list__item .infograph {
    width: 100%; }

.infograph {
  padding: 2rem;
  background: #fcffff;
  border-radius: 8px;
  box-shadow: 0 5px 10px #d9e5ea;
  overflow: hidden; }
  .infograph__value {
    display: block;
    color: #003878;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center; }
  .infograph__text {
    margin-top: 1.6rem; }

.s--gray {
  background-color: #f4f4f4; }

/*
	Vidiniai bloku moduliai, tiek pilno plocio tiek su sidebar
*/
.index_container.inner .main .s {
  padding: 0 0 4rem 0; }
  .index_container.inner .main .s:last-child {
    padding-bottom: 8rem; }
  .index_container.inner .main .s > .wrapper {
    padding-left: 0;
    padding-right: 0; }
.index_container.inner .main .s--mixedchart {
  padding-bottom: 8rem; }
.index_container.inner .main .s--tabs-block:last-child {
  padding-bottom: 4rem; }
.index_container.inner .main .s--tabs-block .s--tabs-block {
  margin-bottom: 4rem;
  padding: 0;
  background: transparent; }

@media only screen and (min-width: 992px) {
  .theme-partneriams .s--measures .card:focus .card__footer .action, .theme-partneriams .s--measures .card:hover .card__footer .action,
  .theme-tarpininkams .s--measures .card:focus .card__footer .action,
  .theme-tarpininkams .s--measures .card:hover .card__footer .action {
    background: #0078c3; } }

.theme-tarpininkams .s--measures .card__footer .action {
  background: #204A30; }

.theme-partneriams .s--measures .card__footer .action {
  background: #3C6376; }

.cat {
  position: relative;
  display: block;
  min-height: 15rem;
  padding: 2.4rem;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 5px 10px #d9e5ea;
  text-decoration: none !important;
  overflow: hidden;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .cat {
      padding: 2.4rem 4rem; } }
  .cat__icon, .cat__title {
    display: block; }
  .cat__icon {
    height: 3.2rem;
    margin-bottom: 1.6rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .cat__title {
    margin: 0;
    -webkit-transition: color 150ms ease-in-out;
    -moz-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
    -ms-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out; }
  .cat.lines .cat__lines {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .cat.lines .cat__line {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 0.4rem; }
  .cat:focus .cat__title, .cat:hover .cat__title {
    color: #0078c3; }

.d-flex > .cat {
  width: 100%; }

.s--faq-cats .hero {
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3rem 3rem 0 0;
  overflow: hidden; }
  .s--faq-cats .hero + .row {
    margin-top: -6rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem; }
.s--faq-cats > .row {
  margin: 0 -1.2rem; }
  .s--faq-cats > .row > div {
    margin-top: 1.6rem;
    padding: 0 1.2rem; }
    .s--faq-cats > .row > div:first-child {
      margin-top: 0; }
    .s--faq-cats > .row > div:nth-child(-n+2) {
      margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .s--faq-cats > .row > div:nth-child(-n+3) {
        margin-top: 0; } }

.faq__item {
  margin-top: 1.6rem;
  border-radius: 0 2.3rem 2.3rem 0;
  overflow: hidden; }
  .faq__item:first-child {
    margin-top: 0; }
.faq__q {
  position: relative;
  padding: 1.1rem 5.6rem 1.1rem 1.6rem;
  background: #e5eff5;
  border-left: 0.8rem solid #F4BD62;
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .faq__q {
      padding: 1.1rem 10rem 1.1rem 2.4rem;
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  .faq__q span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    background: #F4BD62;
    color: #fff;
    font-size: 0.8rem; }
    @media only screen and (min-width: 768px) {
      .faq__q span {
        width: 7.6rem; } }
    .faq__q span:before {
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
.faq__a {
  display: none;
  padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  background: #fff;
  border: 1px solid #E88500;
  border-top: 0 none;
  border-bottom-right-radius: 2.5rem; }
  @media only screen and (min-width: 768px) {
    .faq__a {
      padding: 1.2rem 7.6rem 1.2rem 3.2rem; } }
.faq .js-expanded .faq__q span:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.faq.show-less .faq__item:nth-child(n+6) {
  display: none; }

.s--topics .faq__q {
  background: #003878;
  color: #FFF;
  border-left: 0.8rem solid #0078c3; }
  .s--topics .faq__q span {
    background: #0078c3; }
.s--topics .faq__a {
  border: 1px solid #003878; }

.s--topiclist .topic-title-wrapper:before {
  background-color: #0078c3 !important; }
.s--topiclist .topic-title-wrapper .topic-title {
  border: 1px solid #003878 !important; }
  .s--topiclist .topic-title-wrapper .topic-title span {
    background: #0078c3 !important;
    border: 1px solid #0078c3 !important; }
.s--topiclist .topic-title-wrapper .topic-description {
  border: 1px solid #003878 !important; }
.s--topiclist .category .category-title:before {
  background-color: #0078c3 !important; }
.s--topiclist .category .category-title span {
  background: #0078c3 !important;
  border: 1px solid #0078c3 !important; }

.duk-back-button {
  margin: 10px 0;
  text-align: right; }

/* News list */
.s--news-list {
  margin: 0 -1.6rem; }
  .s--news-list > * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 2rem;
    padding: 0 1.6rem; }
    .s--news-list > *:first-child {
      margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .s--news-list > *:nth-child(-n+2) {
        margin-top: 0; } }
    @media only screen and (min-width: 992px) {
      .s--news-list > *:nth-child(-n+3) {
        margin-top: 0; } }
  .s--news-list .news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 3rem;
    box-shadow: 0 5px 10px #d9e5ea;
    overflow: hidden; }
    .s--news-list .news__image {
      margin: 0;
      border-radius: 0; }
    .s--news-list .news__label {
      height: 36px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 10px;
      padding: 0 27px;
      width: 100%;
      text-transform: uppercase;
      font-family: "Barlow", Arial, sans-serif;
      font-weight: 700; }
      .s--news-list .news__label .icon {
        margin-right: 10px; }
      .s--news-list .news__label.invitation-expired {
        background-color: #fcf0f3;
        color: #DD7485; }
        .s--news-list .news__label.invitation-expired .icon {
          font-size: 25px; }
    .s--news-list .news__info {
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 1.6rem 1.6rem 2.4rem;
      background: #fcffff;
      background-image: linear-gradient(180deg, #fcffff 0%, #f4fafa 100%); }
      @media only screen and (min-width: 960px) {
        .s--news-list .news__info {
          padding: 1.6rem 2.4rem 3.2rem; } }
      .s--news-list .news__info .title {
        max-height: none;
        margin-top: 0; }
      .s--news-list .news__info .desc {
        max-height: none; }
    .s--news-list .news.is-invitation .news__image {
      position: relative; }
      .s--news-list .news.is-invitation .news__image:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url("../img/invitation-image.png") 0/62px, rgba(4, 53, 123, 0.7);
        background-repeat: no-repeat;
        background-position: center center; }

.news_container > .s > .wrapper {
  max-width: 66rem; }
.news_container .main .s--news-preview .wrapper {
  max-width: 63rem; }
@media only screen and (min-width: 992px) {
  .news_container .main .s--news-preview blockquote {
    margin-left: -6rem;
    margin-right: -6rem; } }

.s--news-preview {
  position: relative; }
  .s--news-preview .news_image {
    margin-bottom: 2.4rem; }
    .s--news-preview .news_image img {
      border-radius: 20px; }

.s--news-gallery > .row > div {
  margin-top: 1.2rem; }
  .s--news-gallery > .row > div:first-child {
    margin-top: 0; }
  .s--news-gallery > .row > div:nth-child(-n+2) {
    margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .s--news-gallery > .row > div:nth-child(-n+3) {
      margin-top: 0; } }

.images-gallery .image {
  border-radius: 2rem;
  overflow: hidden; }

/* Polls style start */
.poll_wrapper {
  padding-bottom: 3.2rem; }
  @media only screen and (min-width: 475px) {
    .poll_wrapper {
      padding-bottom: 6.4rem; } }

.poll_index {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  @media only screen and (min-width: 475px) {
    .poll_index {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .poll_index a.btn:not(:last-child), .poll_index button:not(:last-child), .poll_index input[type=submit]:not(:last-child), .poll_index input[type=button]:not(:last-child), .poll_index input[type=reset]:not(:last-child), .poll_index .btn:not(:last-child) {
    margin: 0 0 1.6rem 0; }
    @media only screen and (min-width: 475px) {
      .poll_index a.btn:not(:last-child), .poll_index button:not(:last-child), .poll_index input[type=submit]:not(:last-child), .poll_index input[type=button]:not(:last-child), .poll_index input[type=reset]:not(:last-child), .poll_index .btn:not(:last-child) {
        margin: 0 3.2rem 0 0; } }

#poll_form .type_item {
  margin: 0 0 4.1rem 0; }
  #poll_form .type_item:nth-last-child(2) {
    margin: 0 0 3.2rem 0; }

.text_above_poll_results {
  margin: 0 0 4.2rem 0; }

.poll_results {
  margin: 0px 0 42px 0;
  padding: 0px 0; }
  .poll_results:last-child {
    margin: 0 0 32px 0; }
  @media only screen and (min-width: 1024px) {
    .poll_results {
      width: 100%; } }
  .poll_results .question {
    color: #202020;
    margin: 0 0 1.5rem 0;
    line-height: 2.4rem; }
  .poll_results .poll_item {
    width: 100%;
    margin: 0px; }
    .poll_results .poll_item:not(:last-child) {
      padding: 0 0 16px 0; }
    .poll_results .poll_item .answer_values {
      float: left;
      width: 100%;
      padding: 0 0 8px 0; }
      .poll_results .poll_item .answer_values .answer_name {
        font-size: 13px;
        line-height: 20px; }
        @media only screen and (min-width: 1024px) {
          .poll_results .poll_item .answer_values .answer_name {
            width: 80%; } }
        @media only screen and (max-width: 1024px) {
          .poll_results .poll_item .answer_values .answer_name {
            width: 80%; } }
        @media only screen and (max-width: 768px) {
          .poll_results .poll_item .answer_values .answer_name {
            width: 60%; } }
      .poll_results .poll_item .answer_values .answer_value {
        /*width: 5%;*/
        font-size: 13px;
        line-height: 20px;
        text-align: right; }
        @media only screen and (min-width: 1024px) {
          .poll_results .poll_item .answer_values .answer_value {
            width: 10%; } }
      .poll_results .poll_item .answer_values .answer_count {
        /*width: 5%;*/
        text-align: right;
        border-left: 1px #191919 solid;
        line-height: 1;
        padding-left: 10px; }
        @media only screen and (min-width: 1024px) {
          .poll_results .poll_item .answer_values .answer_count {
            width: auto; } }
    .poll_results .poll_item .answer_progress {
      width: 100%;
      height: 19px;
      background-color: #eeeeee;
      padding: 0px;
      border: 1px solid #e4e4e4;
      box-sizing: content-box;
      border-radius: 0.4rem;
      -webkit-border-radius: 0.4rem;
      -moz-border-radius: 0.4rem;
      -ms-border-radius: 0.4rem;
      -o-border-radius: 0.4rem; }
      .poll_results .poll_item .answer_progress .progress {
        height: 19px;
        background-color: #003878;
        border-radius: 0.4rem;
        -webkit-border-radius: 0.4rem;
        -moz-border-radius: 0.4rem;
        -ms-border-radius: 0.4rem;
        -o-border-radius: 0.4rem; }
    .poll_results .poll_item.total {
      padding: 0 0 14px 0; }
      .poll_results .poll_item.total .answer_values {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 12px; }
        .poll_results .poll_item.total .answer_values .answer_name {
          line-height: 1; }
          @media only screen and (min-width: 1024px) {
            .poll_results .poll_item.total .answer_values .answer_name {
              width: 80%; } }
          @media only screen and (max-width: 1024px) {
            .poll_results .poll_item.total .answer_values .answer_name {
              width: 80%; } }
          @media only screen and (max-width: 768px) {
            .poll_results .poll_item.total .answer_values .answer_name {
              width: 60%; } }
        .poll_results .poll_item.total .answer_values .answer_total {
          /*width: 5%;*/
          line-height: 1; }
          @media only screen and (min-width: 1024px) {
            .poll_results .poll_item.total .answer_values .answer_total {
              width: auto; } }
        .poll_results .poll_item.total .answer_values .answer_count {
          /*width: 5%;*/
          line-height: 1;
          text-align: right;
          padding-left: 10px;
          border-left: 0px; }
          @media only screen and (min-width: 1024px) {
            .poll_results .poll_item.total .answer_values .answer_count {
              width: auto; } }

.total_results {
  margin: 8px 0 0px 0; }

/* Polls style end */
.topicslist .category {
  margin-top: 1.6rem; }
  .topicslist .category:first-child {
    margin-top: 0; }
  .topicslist .category:last-child .topics {
    margin-bottom: 0; }
  .topicslist .category .category-title,
  .topicslist .category .topic-title-wrapper {
    position: relative; }
    .topicslist .category .category-title:before,
    .topicslist .category .topic-title-wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: .8rem;
      background-color: #F4BD62;
      z-index: 1; }
  .topicslist .category .category-topdescription {
    width: 100%; }
  .topicslist .category .category-title {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Raleway", Arial, sans-serif;
    width: 100%;
    padding: 1.1rem 5.6rem 1.1rem 2.4rem;
    background-color: #003878;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0 2.3rem 2.3rem 0;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out;
    -ms-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out; }
    @media only screen and (min-width: 768px) {
      .topicslist .category .category-title {
        padding: 1.1rem 10rem 1.1rem 3.2rem; } }
    .topicslist .category .category-title[data-category-role="open"] {
      background-color: #0078c3; }
      .topicslist .category .category-title[data-category-role="open"] > span:after {
        content: '';
        position: absolute;
        left: -1px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #003878; }
      .topicslist .category .category-title[data-category-role="open"] > span:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .topicslist .category .category-title span {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      position: absolute;
      top: 0;
      right: 0;
      width: 4rem;
      height: 100%;
      background: #F4BD62;
      color: #fff;
      font-size: 1rem; }
      @media only screen and (min-width: 768px) {
        .topicslist .category .category-title span {
          width: 7.6rem; } }
      .topicslist .category .category-title span:before, .topicslist .category .category-title span:after {
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
  .topicslist .category .topics {
    width: 100%;
    padding: 0 3.2rem;
    margin-bottom: 3.8rem;
    display: none; }
    @media only screen and (min-width: 475px) {
      .topicslist .category .topics {
        padding: 0 6.4rem; } }
    .topicslist .category .topics .topic-title-wrapper {
      margin-top: 1.6rem;
      border-radius: 0 2.3rem 2.3rem 0;
      overflow: hidden; }
      .topicslist .category .topics .topic-title-wrapper.open {
        box-shadow: 0 8px 16px rgba(213, 213, 213, 0.3); }
      .topicslist .category .topics .topic-title-wrapper .desc p {
        margin: 0; }
    .topicslist .category .topics .topic-topdescription {
      width: 100%; }
    .topicslist .category .topics .topic-title {
      position: relative;
      width: calc(100% - 4rem);
      padding: 1.1rem 1.6rem 1.1rem 2.4rem;
      background-color: transparent;
      color: #04357b;
      font-weight: 700;
      cursor: pointer;
      border: 1px solid #F4BD62; }
      @media only screen and (min-width: 768px) {
        .topicslist .category .topics .topic-title {
          width: calc(100% - 7.6rem);
          padding: 1.1rem 2.4rem 1.1rem 3.2rem; } }
      .topicslist .category .topics .topic-title[data-topic-role="open"] > span:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .topicslist .category .topics .topic-title span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        position: absolute;
        top: -1px;
        right: calc(-4rem - 2px);
        width: 4rem;
        height: 100%;
        background: #F4BD62;
        border: 1px solid #F4BD62;
        color: #fff;
        font-size: .9rem;
        box-sizing: content-box; }
        @media only screen and (min-width: 768px) {
          .topicslist .category .topics .topic-title span {
            width: 7.6rem;
            right: calc(-7.6rem - 2px); } }
        .topicslist .category .topics .topic-title span:before {
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
    .topicslist .category .topics .topic-description {
      display: none;
      width: 100%;
      padding: 1.1rem 5.6rem 1.1rem 2.4rem;
      background-color: #fcffff;
      border: 1px solid #F4BD62;
      border-top: 0 none;
      border-bottom-right-radius: 2.5rem; }
      @media only screen and (min-width: 768px) {
        .topicslist .category .topics .topic-description {
          padding: 1.1rem 10rem 1.1rem 3.2rem; } }
    .topicslist .category .topics.show {
      display: block !important;
      margin: 0;
      padding: 0; }
      .topicslist .category .topics.show .topic-title-wrapper {
        margin-top: 1.6rem; }
        .topicslist .category .topics.show .topic-title-wrapper:first-child {
          margin-top: 0; }
      .topicslist .category .topics.show .topic-title {
        padding: 1.1rem 5.6rem 1.1rem 2.4rem;
        background-color: #003878;
        color: #fff;
        font-family: "Raleway", Arial, sans-serif;
        font-size: 1.6rem;
        font-weight: 700; }
        @media only screen and (min-width: 768px) {
          .topicslist .category .topics.show .topic-title {
            padding: 1.1rem 10rem 1.1rem 3.2rem; } }
        @media only screen and (min-width: 992px) {
          .topicslist .category .topics.show .topic-title {
            font-size: 1.8rem; } }
  .topicslist .category .visible {
    display: block; }
  .topicslist .category .hidden {
    display: none; }

[ng-cloak] .miniguide__loader {
  display: none; }

.s--miniguide .hero {
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3rem 3rem 0 0;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .s--miniguide .hero + .miniguide {
      margin-top: -12rem;
      margin-left: 3.2rem;
      margin-right: 3.2rem; } }

.miniguide {
  position: relative;
  padding: 2rem;
  background: #fcffff;
  border-radius: 0.8rem;
  box-shadow: 0 5px 10px #d9e5ea; }
  @media only screen and (min-width: 768px) {
    .miniguide {
      padding: 4rem 6rem; } }
  .miniguide__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2; }
  .miniguide .formatted_text, .miniguide blockquote {
    margin-bottom: 3.2rem; }
    .miniguide .formatted_text:last-child, .miniguide blockquote:last-child {
      margin-bottom: 0; }
  .miniguide__form {
    max-width: 30rem;
    margin: 0 auto; }
    .miniguide__form .type_item {
      margin-bottom: 3.2rem; }
    .miniguide__form .type_question {
      font-size: 1.6rem;
      line-height: 1.375;
      font-weight: normal; }
  .miniguide__step2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .miniguide__step2.loading {
      opacity: 0;
      visibility: hidden; }

.provision {
  min-height: 11rem;
  border-radius: 0.8rem;
  box-shadow: 0 5px 10px #d9e5ea;
  overflow: hidden; }
  .provision__time {
    padding: 1.2rem;
    background: #FBDB00;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .provision__time {
        -webkit-box-flex: 0 0 16.2rem;
        -moz-box-flex: 0 0 16.2rem;
        -webkit-flex: 0 0 16.2rem;
        -ms-flex: 0 0 16.2rem;
        flex: 0 0 16.2rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        max-width: 16.2rem; } }
  .provision__time-text {
    color: #003878;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: bold; }
  .provision__timer .timer {
    margin: 0;
    color: #003878; }
  .provision__text {
    text-align: center;
    padding: 1.6rem 2rem; }
    @media only screen and (min-width: 768px) {
      .provision__text {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; } }
  .provision__actions {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1.6rem 2rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .provision__actions {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        padding-left: 0; } }
    .provision__actions > * {
      display: block;
      margin-top: 2rem; }
      .provision__actions > *:first-child {
        margin-top: 0; }
    .provision__actions .link {
      font-family: "Barlow", Arial, sans-serif;
      font-size: 1rem;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.1rem;
      line-height: 1.1rem;
      text-decoration: underline; }
      .provision__actions .link:hover {
        text-decoration: none; }

.s--tabs-block {
  padding: 0; }
  .s--tabs-block .ms {
    margin-bottom: 4rem; }

.s--contacts .contacts {
  border: 1px solid #eeeeee;
  border-left: 0;
  border-right: 0; }

.contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0.8rem 0; }
  .contacts .contact {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.4rem 2rem 0.4rem 0;
    padding: 0.4rem 0;
    color: #003878;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .contacts .contact {
        margin-right: 4rem; } }
    @media only screen and (min-width: 992px) {
      .contacts .contact {
        margin-right: 6rem; } }
    .contacts .contact span {
      display: block;
      margin-right: 1.2rem;
      font-size: 1.8rem; }
    .contacts .contact:hover {
      color: #00ABDA; }

@media only screen and (min-width: 768px) {
  .s--instruments-filters .row {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }
.s--instruments-filters .row > .type_item {
  margin: 0;
  padding: 0 0.8rem; }
.s--instruments-filters .row > .type_select {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%; }
  @media only screen and (max-width: 479px) {
    .s--instruments-filters .row > .type_select:not(:first-child) {
      margin-top: 2.4rem; } }
  @media only screen and (min-width: 480px) {
    .s--instruments-filters .row > .type_select {
      -webkit-box-flex: 1 1 50%;
      -moz-box-flex: 1 1 50%;
      -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    .s--instruments-filters .row > .type_select {
      -webkit-box-flex: 1 1 30rem;
      -moz-box-flex: 1 1 30rem;
      -webkit-flex: 1 1 30rem;
      -ms-flex: 1 1 30rem;
      flex: 1 1 30rem;
      max-width: 30rem; } }
  .s--instruments-filters .row > .type_select .fake-select,
  .s--instruments-filters .row > .type_select .select2 {
    max-width: 100%; }
@media only screen and (max-width: 767px) {
  .s--instruments-filters .row > .type_actions {
    margin-top: 2.4rem; } }
.s--instruments-filters .row button, .s--instruments-filters .row .btn {
  min-width: 17rem; }

.s--instruments {
  margin: 0 -1.6rem; }
  .s--instruments > div {
    margin-top: 3.2rem;
    padding: 0 1.6rem; }
    @media only screen and (min-width: 768px) {
      .s--instruments > div {
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
        .s--instruments > div:nth-child(-n+2) {
          margin-top: 0; } }
    .s--instruments > div:first-child {
      margin-top: 0; }

body:not(.has-sb) .s--instruments {
  margin: 0 -1.6rem; }
  body:not(.has-sb) .s--instruments > div {
    padding: 0 1.6rem; }
    @media only screen and (min-width: 1200px) {
      body:not(.has-sb) .s--instruments > div {
        -webkit-box-flex: 0 0 33.333%;
        -moz-box-flex: 0 0 33.333%;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%; }
        body:not(.has-sb) .s--instruments > div:nth-child(-n+3) {
          margin-top: 0; } }

.instrument {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
  padding: 0 3.2rem 2.4rem 3.2rem;
  border: 1px solid #003878;
  border-radius: 3rem;
  box-shadow: 0 5px 10px #d9e5ea;
  color: #191919;
  font-weight: normal;
  text-decoration: none !important;
  outline: none;
  overflow: hidden; }
  .instrument__h, .instrument__b, .instrument__f,
  .instrument .title,
  .instrument .desc {
    display: block; }
  .instrument__h {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 1.6rem 0;
    border-bottom: 1px solid #003878;
    font-weight: 500; }
  .instrument__h-purps {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto; }
    .instrument__h-purps > span {
      display: block;
      margin-left: 0.8rem;
      font-size: 2.2rem; }
    .instrument__h-purps .icon-pradedu-versla {
      color: #2FB6E3; }
    .instrument__h-purps .icon-vykdau-versla {
      color: #0079C3; }
    .instrument__h-purps .icon-auginu-versla {
      color: #194BAB; }
  .instrument__b {
    position: relative;
    padding-top: 2.4rem; }
    .instrument__b .tooltip {
      position: absolute;
      top: 2.4rem;
      right: 0;
      margin: 0;
      width: 2.2rem;
      height: 2.2rem;
      font-size: 1.8rem;
      line-height: 2rem; }
      .instrument__b .tooltip + .title {
        min-height: 6.6rem;
        padding-right: 3rem; }
        @media only screen and (min-width: 768px) {
          .instrument__b .tooltip + .title {
            min-height: 7.5rem; } }
        @media only screen and (min-width: 1200px) {
          .instrument__b .tooltip + .title {
            min-height: 9rem; } }
    .instrument__b .title {
      min-height: 4.4rem;
      margin: 0;
      color: #191919; }
      @media only screen and (min-width: 768px) {
        .instrument__b .title {
          min-height: 5rem; } }
      @media only screen and (min-width: 1200px) {
        .instrument__b .title {
          min-height: 6rem; } }
    .instrument__b .desc {
      margin-top: 2rem; }
    .instrument__b .pills {
      margin-top: auto;
      padding-top: 3.2rem; }
    .instrument__b.has-pill {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .instrument__f {
    position: relative;
    margin-top: 1.6rem;
    padding-top: 2.4rem; }
    .instrument__f:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 7.4rem;
      height: 0.2rem;
      background: #0078c3; }
    .instrument__f .action {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #003878;
      font-family: "Raleway", Arial, sans-serif;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1.6rem;
      text-transform: uppercase;
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      -o-transition: color 150ms ease-in-out;
      -ms-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out; }
      .instrument__f .action:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e903';
        display: block;
        margin-left: 0.8rem;
        font-size: 1rem; }
        .instrument__f .action:after:first-child {
          margin: 0; }
  .instrument.has-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .instrument.has-footer .instrument__b {
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .instrument.has-lines {
    padding: 0 3.2rem 4rem 3.2rem; }
    .instrument.has-lines .lines {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: -1px;
      padding: 0 0.6rem; }
      .instrument.has-lines .lines > span {
        -webkit-box-flex: 1 1 100%;
        -moz-box-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: block;
        height: 0.9rem; }
  .instrument:hover {
    text-decoration: none; }
    .instrument:hover .instrument__f .action {
      color: #0078c3; }

.pill {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1.2rem;
  background: rgba(0, 56, 120, 0.1);
  border-radius: 2rem;
  color: #003878;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .pill__icon {
    display: block;
    margin-right: 0.8rem;
    font-size: 2.6rem; }

.pill--suspend {
  background: rgba(221, 117, 133, 0.1);
  color: #dd7585; }

.faq-load {
  background: transparent;
  text-decoration: underline !important;
  color: #053a76;
  font-size: 10px;
  font-weight: 700; }
  .faq-load:hover {
    text-decoration: none !important;
    color: #053a76;
    background: transparent; }

.invitation-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .invitation-list .invitation-item {
    padding: 0;
    margin-bottom: 25px; }
    .invitation-list .invitation-item:before {
      content: none; }
    .invitation-list .invitation-item > a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none; }
      .invitation-list .invitation-item > a .icon-megaphone {
        font-size: 60px;
        margin-right: 15px;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #003878; }
      .invitation-list .invitation-item > a .invitation-info .invitation-title {
        text-decoration: underline; }
      .invitation-list .invitation-item > a:hover .invitation-title {
        text-decoration: none; }

.s--invegacalc .hero {
  position: relative;
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3rem 3rem 0 0;
  overflow: hidden; }
  .s--invegacalc .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 56, 120, 0.8); }
  .s--invegacalc .hero + .calc {
    border-radius: 0 0 3rem 3rem; }
    @media only screen and (min-width: 768px) {
      .s--invegacalc .hero + .calc {
        margin-left: 3.2rem;
        margin-right: 3.2rem; } }
  .s--invegacalc .hero .type_item {
    position: relative; }
  .s--invegacalc .hero .type_question {
    color: #fff; }
  .s--invegacalc .hero input[type="number"] {
    color: #0078c3;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold; }
  .s--invegacalc .hero.has-input .type_item {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    max-width: 30rem;
    margin: 0 auto; }
  .s--invegacalc .hero ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 120, 195, 0.4); }
  .s--invegacalc .hero ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 120, 195, 0.4); }
  .s--invegacalc .hero :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 120, 195, 0.4); }
  .s--invegacalc .hero :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 120, 195, 0.4); }

.calc {
  background: #fcffff;
  border-radius: 3rem;
  box-shadow: 0 5px 10px #d9e5ea; }
  .calc__block {
    padding: 3.2rem 2rem; }
    @media only screen and (min-width: 768px) {
      .calc__block {
        padding: 4rem 6.4rem; } }
    .calc__block:not(:first-child) {
      border-top: 0.4rem solid #003878; }
  .calc__fieldset {
    margin: 1.6rem 0 0;
    padding: 2rem;
    background: #fff;
    border: 1px solid #d9e5ea;
    border-radius: 2rem; }
    @media only screen and (min-width: 768px) {
      .calc__fieldset {
        margin: 1.6rem -3.2rem 0;
        padding: 3.2rem;
        border-radius: 3rem; } }
    .calc__fieldset:first-child {
      margin-top: 0; }
  .calc__fieldset-t {
    margin: 0 0 1.2rem; }
  .calc .ms:not(:first-child) {
    margin-top: 0.8rem; }
  .calc .s-title {
    margin: 0 0 2rem 0; }
  .calc .type_row:not(:first-child) {
    margin-top: 3.2rem; }
    @media only screen and (max-width: 767px) {
      .calc .type_row:not(:first-child):not(:first-child) {
        margin-top: 2rem; } }
  .calc .type_row .type_item {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .calc .type_row .type_item:not(:first-child) {
        margin: 2rem 0 0 0; } }
  .calc *:not(.type_row) + .type_row {
    margin-top: 0; }
  .calc .type_question {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.375;
    font-family: "Barlow", Arial, sans-serif;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .calc .type_question {
        font-size: 1.3rem; } }
  .calc .type_answers input[type=text], .calc .type_answers input[type=email], .calc .type_answers input[type=password], .calc .type_answers input[type=url], .calc .type_answers input[type=tel], .calc .type_answers input[type=number], .calc .type_answers input[type=search], .calc .type_answers input[type=date], .calc .type_answers input[type=month], .calc .type_answers input[type=week], .calc .type_answers input[type=datetime], .calc .type_answers input[type=datetime-local], .calc .type_answers textarea {
    max-width: 100%;
    border-color: #d9d9d9; }
    .calc .type_answers input[type=text]:focus, .calc .type_answers input[type=email]:focus, .calc .type_answers input[type=password]:focus, .calc .type_answers input[type=url]:focus, .calc .type_answers input[type=tel]:focus, .calc .type_answers input[type=number]:focus, .calc .type_answers input[type=search]:focus, .calc .type_answers input[type=date]:focus, .calc .type_answers input[type=month]:focus, .calc .type_answers input[type=week]:focus, .calc .type_answers input[type=datetime]:focus, .calc .type_answers input[type=datetime-local]:focus, .calc .type_answers textarea:focus {
      border-color: #003878; }
  .calc .notice {
    color: #e40d41; }
  .calc .result:not(:first-child) {
    margin-top: 2.4rem; }
  .calc .result__label, .calc .result__value {
    color: #003878;
    font-family: "Raleway", Arial, sans-serif;
    line-height: 2.4rem; }
    @media only screen and (min-width: 600px) {
      .calc .result__label, .calc .result__value {
        line-height: 2rem; } }
  .calc .result__label {
    font-size: 1.6rem;
    font-weight: 500; }
    @media only screen and (min-width: 600px) {
      .calc .result__label {
        font-size: 1.8rem; } }
  .calc .result__value {
    font-size: 1.8rem;
    font-weight: 700; }
    @media only screen and (min-width: 600px) {
      .calc .result__value {
        font-size: 2.1rem; } }
    .calc .result__value span {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 1.6rem;
      padding-right: 1.6rem;
      border-right: 1px solid #003878;
      font-size: inherit;
      line-height: inherit; }
      .calc .result__value span:last-child {
        margin-right: 0;
        padding-right: 0;
        border: 0 none; }
  .calc .select2, .calc .ewsite-select, .calc .ewsite-select-placeholder {
    max-width: 100%; }
  .calc .fake-select {
    max-width: 100%; }

.btn--addfields {
  position: relative;
  height: 4rem;
  line-height: 1.2rem;
  padding: 0;
  padding-left: 5.2rem;
  background: transparent;
  border-radius: 0;
  color: #003878;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal; }
  .btn--addfields:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    background-image: url("../img/icons/file_upload.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .btn--addfields:focus, .btn--addfields:hover {
    background: transparent;
    color: #00ABDA; }

.search_form {
  margin: 0 0 16px 0; }
  .search_form input {
    width: 100%;
    max-width: 100%; }
  .search_form_holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .search_form_holder input {
      margin-right: 16px;
      border: 1px solid #d9d9d9; }
    .search_form_holder button {
      margin-right: 16px; }
    .search_form_holder a {
      white-space: nowrap;
      text-decoration: underline;
      color: #04357b;
      font-family: Raleway;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px; }
    @media only screen and (max-width: 550px) {
      .search_form_holder {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .search_form_holder > * {
          margin-bottom: 10px !important; } }

p.results-count {
  margin: 0;
  padding: 6px 0;
  text-align: right;
  font-family: Barlow;
  font-size: 16px; }
  p.results-count strong {
    color: #04357b; }

.search_results_main {
  margin-bottom: 22px; }
  .search_results_main p {
    margin: 0; }

.search_modules {
  margin: 16px 0 32px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* The container */ }
  .search_modules li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    margin: 0 22px 0 0;
    padding: 0; }
    .search_modules li:before {
      content: none; }
    .search_modules li input {
      margin: 0 8px 0 0; }
    .search_modules li a {
      color: #04357b;
      font-family: Raleway;
      font-size: 13px;
      font-weight: 600; }
  .search_modules li {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .search_modules .input_group_parent .radio_design {
    top: 0.3em; }

.suggest-search-results {
  position: absolute;
  padding: 30px 0 0px;
  border: 1px solid #ccc;
  width: 265px;
  margin-top: 40px;
  background-color: #fff;
  z-index: 99;
  display: none; }
  .suggest-search-results.showres {
    display: block; }
  .suggest-search-results .close_btn {
    position: absolute;
    right: 9px;
    top: 6px;
    color: #0078c3;
    cursor: pointer;
    text-decoration: none; }
    .suggest-search-results .close_btn a {
      cursor: pointer;
      text-decoration: none; }
      .suggest-search-results .close_btn a:hover {
        color: #003878; }
  .suggest-search-results .search_results img {
    max-width: 125px;
    float: left;
    margin: 6px 16px 10px 0; }
    @media only screen and (max-width: 600px) {
      .suggest-search-results .search_results img {
        max-width: 90px; } }
  .suggest-search-results .search_results a {
    color: #191919;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 12px; }
    .suggest-search-results .search_results a:after {
      content: "";
      display: block;
      clear: both; }
    .suggest-search-results .search_results a span {
      font-size: 13px;
      display: block; }
    .suggest-search-results .search_results a span.search_title {
      font-size: 18px;
      color: #000000;
      font-weight: 700;
      display: block;
      line-height: 1.25;
      margin: 0 0 5px 0; }
      @media only screen and (max-width: 600px) {
        .suggest-search-results .search_results a span.search_title {
          font-size: 16px; } }
  .suggest-search-results .search_bottom_line {
    position: relative;
    padding: 12px 0;
    text-align: center; }
    .suggest-search-results .search_bottom_line .bott_left {
      color: #3b3b3b;
      float: left;
      font-weight: 600; }
    .suggest-search-results .search_bottom_line .bott_right {
      float: right; }
      .suggest-search-results .search_bottom_line .bott_right a {
        text-decoration: none; }
        .suggest-search-results .search_bottom_line .bott_right a span.t {
          text-decoration: underline;
          font-weight: 600;
          text-transform: uppercase; }
        .suggest-search-results .search_bottom_line .bott_right a span.icon-arrow {
          vertical-align: 0px;
          margin-left: 8px;
          font-size: 10px; }
        .suggest-search-results .search_bottom_line .bott_right a:hover span.t {
          text-decoration: none; }

.search-widget {
  width: 100%;
  display: none;
  max-height: 215px;
  position: absolute;
  top: 40px;
  background: linear-gradient(rgba(4, 53, 123, 0.8), rgba(4, 53, 123, 0.8)), url("../img/search-widget-bg.png");
  background-size: cover;
  background-repeat: no-repeat; }
  .search-widget > div {
    position: relative; }
    .search-widget > div .widget-holder {
      padding: 64px 0 64px 100px;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .search-widget > div .widget-holder label.h1 {
        color: white;
        margin: 0 0 12px 0;
        font-weight: 500;
        width: 100%;
        text-align: left; }
      .search-widget > div .widget-holder .search-suggest-form {
        width: 100%;
        position: relative; }
        .search-widget > div .widget-holder .search-suggest-form form {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
          .search-widget > div .widget-holder .search-suggest-form form input[type=text] {
            max-width: 100%;
            margin-right: 32px; }
        .search-widget > div .widget-holder .search-suggest-form .search-btn {
          background: #FFF; }
          .search-widget > div .widget-holder .search-suggest-form .search-btn .icon {
            padding-left: 10px; }
          .search-widget > div .widget-holder .search-suggest-form .search-btn:hover {
            opacity: 0.8;
            background: #0078c3; }
        .search-widget > div .widget-holder .search-suggest-form .suggest-search-results {
          margin-top: 2px;
          width: calc( 100% - 240px);
          border-radius: 20px;
          box-shadow: 0 5px 10px #d9e5ea;
          border: none;
          padding: 0 22px; }
          .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item {
            padding: 16px 0; }
            .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item:not(:last-child) {
              border-bottom: 1px solid #cfd0d0; }
            .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item:nth-child(n+5) {
              display: none; }
            .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item span {
              display: block; }
            .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item a {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              padding: 0; }
              .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item a
              img {
                border-radius: 20px;
                max-width: 168px;
                margin: 0 16px 0 0; }
              .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item a .info {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column; }
                .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item a .info .title {
                  margin-top: 0; }
                .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item a .info .date {
                  margin: 4px 0;
                  color: #567aa2;
                  font-weight: bold; }
                .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item a .info > * {
                  text-align: left; }
            .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item .title {
              margin: 0;
              color: #053a76;
              font-family: "Raleway", Arial, sans-serif;
              font-size: 18px;
              font-weight: 700;
              width: 100%;
              text-align: left; }
              .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item .title + .desc {
                margin-top: 16px; }
            .search-widget > div .widget-holder .search-suggest-form .suggest-search-results .search-result-item .desc {
              color: #202020;
              font-family: Barlow;
              font-size: 13px;
              line-height: 18px;
              font-weight: 400;
              text-align: left;
              max-height: 36px;
              overflow: hidden; }
  .search-widget .close-widget {
    color: white;
    position: absolute;
    top: 26px;
    right: 15px;
    cursor: pointer; }

.narrow {
  max-width: 830px;
  margin: 0 auto; }

a.search-result-item {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #cfd0d0;
  padding: 16px 0; }
  a.search-result-item:first-child {
    border-top: 1px solid #cfd0d0; }
  a.search-result-item span {
    display: block;
    color: #191919; }
  a.search-result-item img {
    margin-right: 16px;
    border-radius: 20px;
    max-width: 168px;
    width: 100%; }
    @media only screen and (max-width: 550px) {
      a.search-result-item img {
        display: none; } }
  a.search-result-item .title {
    margin: 0;
    color: #053a76;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    line-height: 24px;
    display: block;
    max-height: 48px;
    overflow: hidden; }
    a.search-result-item .title + .desc {
      margin-top: 16px; }
  a.search-result-item .date {
    margin: 4px 0;
    color: #567aa2;
    font-weight: bold; }
  a.search-result-item .desc {
    color: #202020;
    font-family: "Barlow", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    max-height: 36px;
    overflow: hidden; }

.index_container.narrow-container > .s--breadcrumbs > .wrapper,
.index_container.narrow-container > .s--error > .wrapper,
.index_container.narrow-container > .wrapper {
  max-width: 80rem; }

.guide-preview {
  padding-bottom: 2rem; }
  .guide-preview__loader {
    min-height: 30rem; }
  .guide-preview .s-title {
    color: #191919; }
  .guide-preview h1, .guide-preview h2, .guide-preview h3, .guide-preview h4, .guide-preview .h1, .guide-preview .h2, .guide-preview .h3, .guide-preview .h4 {
    color: #191919; }

.s--instguide .hero {
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3rem 3rem 0 0;
  overflow: hidden; }
  .s--instguide .hero + .instguide {
    border-radius: 0 0 3rem 3rem; }
    @media only screen and (min-width: 768px) {
      .s--instguide .hero + .instguide {
        margin-top: -12rem;
        margin-left: 3.2rem;
        margin-right: 3.2rem;
        border-radius: 3rem; } }

.instguide {
  position: relative;
  padding: 2rem;
  background: #fcffff;
  border-radius: 3rem;
  box-shadow: 0 5px 10px #d9e5ea; }
  @media only screen and (min-width: 768px) {
    .instguide {
      padding: 2rem 3.2rem 4rem; } }
  .instguide__title {
    margin: 0;
    color: #191919; }
  .instguide__answers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 4.6rem -0.8rem 0; }
    @media only screen and (min-width: 700px) {
      .instguide__answers {
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
  .instguide__answers-item {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    margin-top: 4rem;
    padding: 0 0.8rem;
    opacity: 0; }
    @media only screen and (min-width: 400px) {
      .instguide__answers-item {
        max-width: 50%; } }
  @media only screen and (min-width: 400px) and (max-width: 699px) {
    .instguide__answers-item:nth-child(-n+2) {
      margin-top: 0; } }

    @media only screen and (min-width: 700px) {
      .instguide__answers-item {
        max-width: 21.2rem;
        margin: 0; } }
    .instguide__answers-item:first-child {
      margin-top: 0; }
  .instguide .card {
    position: relative;
    margin: 0;
    background: #fff;
    border: 1px solid #003878;
    box-shadow: none;
    overflow: visible; }
    .instguide .card__body {
      padding: 5rem 0.4rem 1.6rem; }
    .instguide .card__icon {
      position: absolute;
      top: -3.6rem;
      left: 50%;
      width: 7.2rem;
      height: 7.2rem;
      margin: 0;
      background-color: #fff;
      background-size: 5.4rem;
      border-radius: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .instguide .card__desc {
      margin: 0;
      font-weight: 500; }
    .instguide .card .select {
      max-width: 100%;
      min-width: 0;
      height: 3.6rem;
      line-height: 3.6rem;
      padding: 0;
      border-radius: 0; }
  .instguide__progress {
    position: relative;
    height: 2rem;
    margin-top: 3.2rem;
    padding: 0.3rem 0.4rem;
    background: #fff;
    border: 1px solid #0078c3;
    border-radius: 1rem; }
  .instguide__progress-bar {
    height: 100%;
    border-radius: 1rem;
    overflow: hidden; }
  .instguide__progress-fill {
    position: relative;
    height: 100%;
    background: #0078c3;
    -webkit-transition: width 150ms ease-in-out;
    -moz-transition: width 150ms ease-in-out;
    -o-transition: width 150ms ease-in-out;
    -ms-transition: width 150ms ease-in-out;
    transition: width 150ms ease-in-out; }
  .instguide__progress-val {
    position: absolute;
    top: 100%;
    min-width: 4.8rem;
    margin-top: 0.4rem;
    margin-left: -2.4rem;
    background: #0078c3;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: center;
    border-radius: 1rem;
    -webkit-transition: left 150ms ease-in-out;
    -moz-transition: left 150ms ease-in-out;
    -o-transition: left 150ms ease-in-out;
    -ms-transition: left 150ms ease-in-out;
    transition: left 150ms ease-in-out; }
    .instguide__progress-val:before {
      content: '';
      position: absolute;
      top: -0.6rem;
      left: 50%;
      border: 0.6rem solid transparent;
      border-bottom-color: #0078c3;
      border-top: 0 none;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .instguide__progress-val:after {
      content: '%'; }
  .instguide__answers.allrendered .instguide__answers-item {
    -webkit-animation: FadeIn .25s ease-in-out;
    -moz-animation: FadeIn .25s ease-in-out;
    animation: FadeIn .25s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    .instguide__answers.allrendered .instguide__answers-item:nth-child(1) {
      -webkit-animation-delay: .1s;
      -moz-animation-delay: .1s;
      animation-delay: .1s; }
    .instguide__answers.allrendered .instguide__answers-item:nth-child(2) {
      -webkit-animation-delay: .3s;
      -moz-animation-delay: .3s;
      animation-delay: .3s; }
    .instguide__answers.allrendered .instguide__answers-item:nth-child(3) {
      -webkit-animation-delay: .5s;
      -moz-animation-delay: .5s;
      animation-delay: .5s; }
    .instguide__answers.allrendered .instguide__answers-item:nth-child(4) {
      -webkit-animation-delay: .7s;
      -moz-animation-delay: .7s;
      animation-delay: .7s; }
    .instguide__answers.allrendered .instguide__answers-item:nth-child(5) {
      -webkit-animation-delay: .9s;
      -moz-animation-delay: .9s;
      animation-delay: .9s; }

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes FadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }
@keyframes FadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }
.modal-guide .modal-content {
  padding: 3.2rem 2rem;
  border: 0 none;
  border-radius: 3rem;
  box-shadow: 0 5px 10px rgba(217, 229, 234, 0.2); }
  @media only screen and (min-width: 768px) {
    .modal-guide .modal-content {
      padding: 5.2rem 3.2rem; } }
.modal-guide .modal-body {
  margin: 0;
  padding: 0; }
  .modal-guide .modal-body + .modal-footer {
    margin-top: 3.2rem; }
  .modal-guide .modal-body .formatted_text, .modal-guide .modal-body blockquote {
    color: #191919; }
    .modal-guide .modal-body .formatted_text p, .modal-guide .modal-body blockquote p, .modal-guide .modal-body .formatted_text div, .modal-guide .modal-body blockquote div {
      color: #191919; }
.modal-guide .modal-footer {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -0.8rem;
  padding: 0;
  border: 0 none; }
  .modal-guide .modal-footer > div {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 0.8rem; }
  .modal-guide .modal-footer button {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
    width: 100%; }

.instrumentguide-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important; }

/*
 Tree structure using CSS:
 http://stackoverflow.com/questions/14922247/how-to-get-a-tree-in-html-using-pure-css
*/
.structure_parent {
  margin: 0 0 30px 0; }

.structure_parent > ul {
  /*	background-position: left 8px;
  	background-repeat:no-repeat;
  	background-image: url("../img/dot1.png");*/
  margin-bottom: 40px;
  height: 100%; }

.structure_parent > ul, .structure_parent > ul ul {
  list-style-type: none;
  margin: 0 0 0 0px;
  padding: 0;
  position: relative;
  overflow: hidden; }

.structure_parent > ul ul ul {
  padding: 4px 0 2px 0; }

.structure_parent > ul li, .structure_parent > ul ul {
  background: none;
  margin: 0;
  padding: 0;
  overflow: visible; }

.structure_parent > ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 60px;
  position: relative; }

.structure_parent > ul > li {
  padding: 0 0 0 30px; }

.link_cont {
  margin: 0px 0 -1px -10px; }

.link_cont a {
  line-height: 18px;
  display: inline-block; }

.structure_parent > ul > li > ul > li > .link_cont {
  margin: 10px 0 0 -13px; }

.structure_parent > ul > li > ul > li > .link_cont a, .structure_parent > ul > li > .link_cont a {
  text-decoration: underline; }

.link_cont a:hover {
  text-decoration: none !important; }

.structure_parent > ul li::before, .structure_parent > ul li::after {
  content: '';
  position: absolute;
  left: 0; }

/* horizontal line on inner list items */
.structure_parent > ul li::before {
  border-top: 1px solid #d7e0e8;
  top: 13px;
  width: 52px;
  left: -24px;
  height: 0;
  background: transparent;
  z-index: 1; }

.structure_parent > ul > li::before {
  border-top: none; }

.structure_parent > ul > li > ul > li > ul > li::before {
  top: 25px;
  width: 52px;
  left: -27px; }

/* vertical line on list items */
.structure_parent > ul li:after {
  border-left: 1px solid #d7e0e8;
  height: 93%;
  /* nes neveikia ant Safari*/
  height: -moz-calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  width: 0px;
  top: 18px;
  left: 32px; }

.structure_parent > ul > li > ul li:after {
  height: 66%;
  /* nes neveikia ant Safari*/
  height: -moz-calc(100% - 27px);
  height: -webkit-calc(100% - 27px);
  height: calc(100% - 27px); }

/* lower line on list items from the first level because they don't have parents */
.structure_parent > ul > li::after {
  top: 17px;
  left: 5px;
  padding-bottom: 20px; }

.structure_parent > ul > li li li::after {
  border: none; }

.structure_parent > ul > li li li::before {
  left: -27px; }

.structure_parent > ul > li:first-child:before {
  top: 32px; }

/* hide line from the last of the first level list items */
.structure_parent > ul > li > ul > li {
  background-position: left 7px;
  background-repeat: no-repeat;
  background-image: url("../img/dot2.svg");
  background-size: 9px; }

.structure_parent > ul > li > ul > li {
  background-position: 28px 9px;
  background-repeat: no-repeat;
  background-image: url("../img/dot2.svg");
  background-size: 9px; }

.structure_parent > ul > li > ul > li > ul > li {
  background-position: 25px 21px;
  background-repeat: no-repeat;
  background-image: url("../img/dot2.svg");
  background-size: 9px; }

.structure_parent > ul li, .structure_parent > ul li a {
  color: #text_color;
  font-weight: bold;
  text-decoration: underline; }

.structure_parent > ul li li li a, .structure_parent > ul li li li {
  padding: 7px 0 0 28px; }

.structure_parent > ul > li {
  background-position: 1px 8px;
  background-repeat: no-repeat;
  background-image: url("../img/dot.svg");
  padding-bottom: 15px;
  background-size: 9px; }

.structure_parent > ul > li:last-child::after, .structure_parent > ul > li:last-child {
  padding-bottom: 0px; }

/* Module Site tree END */
.badge {
  height: 36px;
  border-radius: 18px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 10px;
  padding: 0 15px;
  width: auto;
  text-transform: uppercase;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 12px; }
  .badge .icon {
    margin-right: 10px; }
  .badge.invitation-expired {
    background-color: #fcf0f3;
    color: #DD7485; }
    .badge.invitation-expired .icon {
      font-size: 25px; }

.scrollable {
  overflow-x: auto;
  margin-bottom: 20px; }
  .scrollable:last-child {
    margin-bottom: 0; }
  .scrollable table {
    margin: 0; }

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */ }

.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  -webkit-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  content: ''; }

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto; }

.scrollable > div::-webkit-scrollbar {
  height: 12px; }

.scrollable > div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0; }

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc; }

@media print {
  #ads, #printFriendly, header, nav, .footer, .submenu_cont, .search_cont, .print_button, .left, .inlinelink, .social_links, .related_thumbs_side, .one_widget, .langs, .footer_container {
    display: none !important; }

  body {
    background-image: none !important;
    background: #fff; }

  .bgwhite {
    padding: 0 !important; }

  #content {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt; }

  .content_right, .news_images_cont, .dynamic_cont {
    width: 100% !important;
    max-width: none !important;
    float: none !important; }

  .contact_group_title {
    padding: 0;
    margin: 0 0 10px 0; }

  .contact_photo {
    float: left;
    margin: 0px 10px 0 0; }

  img.news_image_with {
    margin: 0 18px 10px 0; } }

/*# sourceMappingURL=style.css.map */
