@charset "UTF-8";
/*
 * Bootstrap */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 640px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 960px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 640px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 960px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 640px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 640px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/*
 * Plugins */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}

.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*
 * Framework */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?wiqgmx");
  src: url("../fonts/icomoon.eot?wiqgmx#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wiqgmx") format("truetype"), url("../fonts/icomoon.woff?wiqgmx") format("woff"), url("../fonts/icomoon.svg?wiqgmx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?gt1wc");
  src: url("fonts/icomoon.eot?gt1wc#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gt1wc") format("truetype"), url("fonts/icomoon.woff?gt1wc") format("woff"), url("fonts/icomoon.svg?gt1wc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone-outline:before {
  content: "\e932";
}

.icon-monitor-net:before {
  content: "\e933";
}

.icon-marker-pin:before {
  content: "\e934";
}

.icon-burguer-2:before {
  content: "\e931";
}

.icon-car:before {
  content: "\e92d";
}

.icon-house-key:before {
  content: "\e92e";
}

.icon-piggybank:before {
  content: "\e92f";
}

.icon-monitor:before {
  content: "\e930";
}

.icon-card:before {
  content: "\e919";
}

.icon-pay:before {
  content: "\e91a";
}

.icon-receive:before {
  content: "\e91b";
}

.icon-double-up:before {
  content: "\e916";
}

.icon-left:before {
  content: "\e917";
}

.icon-up:before {
  content: "\e918";
}

.icon-phone-circle:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e901";
}

.icon-info:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e903";
}

.icon-magnifier:before {
  content: "\e904";
}

.icon-marker:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e906";
}

.icon-cross:before {
  content: "\e907";
}

.icon-collapsed:before {
  content: "\e908";
}

.icon-expanded:before {
  content: "\e909";
}

.icon-double-down:before {
  content: "\e90a";
}

.icon-double-right:before {
  content: "\e90b";
}

.icon-down:before {
  content: "\e90c";
}

.icon-right2:before {
  content: "\e90d";
}

.icon-column-marker:before {
  content: "\e90e";
}

.icon-download:before {
  content: "\e90f";
}

.icon-external:before {
  content: "\e910";
}

.icon-circle:before {
  content: "\e911";
}

.icon-facebook:before {
  content: "\e912";
}

.icon-googleplus:before {
  content: "\e913";
}

.icon-linkedin:before {
  content: "\e914";
}

.icon-twitter:before {
  content: "\e915";
}

.icon-direct:before {
  content: "\e92a";
}

.icon-time:before {
  content: "\e92b";
}

.icon-net:before {
  content: "\e92c";
}

.icon-access:before {
  content: "\e927";
}

.icon-economic:before {
  content: "\e928";
}

.icon-safety:before {
  content: "\e929";
}

.icon-youtube:before {
  content: "\e926";
}

.icon-whatsapp:before {
  content: "\e925";
}

.icon-leasing:before {
  content: "\e924";
}

.icon-insurance:before {
  content: "\e922";
}

.icon-transfers:before {
  content: "\e923";
}

.icon-filters:before {
  content: "\e921";
}

.icon-target:before {
  content: "\e920";
}

.icon-credit-cards:before {
  content: "\e91d";
}

.icon-screens:before {
  content: "\e91f";
}

.icon-clock:before {
  content: "\e91c";
}

.icon-money:before {
  content: "\e91e";
}

.icon-burguer:before {
  content: "\e3c7";
}

.icon-instagram:before {
  content: "\e935";
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-ExtraLight';
  src: url("../fonts/Raleway-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraLight.woff") format("woff"), url("../fonts/Raleway-ExtraLight.ttf") format("truetype"), url("../fonts/Raleway-ExtraLight.svg#Raleway-ExtraLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Semi-Bold';
  src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"), url("../fonts/Raleway-SemiBold.svg#Raleway-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansRounded-700';
  src: url("../fonts/MuseoSansRounded-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansRounded-700.otf") format("opentype"), url("../fonts/MuseoSansRounded-700.woff") format("woff"), url("../fonts/MuseoSansRounded-700.ttf") format("truetype"), url("../fonts/MuseoSansRounded-700.svg#MuseoSansRounded-700") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansRounded-900';
  src: url("../fonts/MuseoSansRounded-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansRounded-900.otf") format("opentype"), url("../fonts/MuseoSansRounded-900.woff") format("woff"), url("../fonts/MuseoSansRounded-900.ttf") format("truetype"), url("../fonts/MuseoSansRounded-900.svg#MuseoSansRounded-900") format("svg");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.gutted, .constrained, .half-constrained, .rte-content, .fullscreen__item__texts, .menu__level3.results, .newsletter, .mediakit-block, .mediakit-block__item, .call-to-action {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 640px) {
  .gutted, .constrained, .half-constrained, .rte-content, .fullscreen__item__texts, .menu__level3.results, .newsletter, .mediakit-block, .mediakit-block__item, .call-to-action {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 960px) {
  .gutted, .constrained, .half-constrained, .rte-content, .fullscreen__item__texts, .menu__level3.results, .newsletter, .mediakit-block, .mediakit-block__item, .call-to-action {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1460px) {
  .gutted, .constrained, .half-constrained, .rte-content, .fullscreen__item__texts, .menu__level3.results, .newsletter, .mediakit-block, .mediakit-block__item, .call-to-action {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.pull-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
@media screen and (min-width: 640px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .mobile-hide {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .tablet-only {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .tablet-hide {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .desktop-hide {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .text-right-small-desktop {
    text-align: right;
  }
}

@media screen and (max-width: 640px) {
  .spacer-mobile-tablet {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 960px) {
  .spacer-mobile-tablet {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 960px) {
  .spacer-small-desktop {
    margin-bottom: 10px !important;
  }
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.spacer-xx-small {
  margin-bottom: 5px;
}

.spacer-x-small {
  margin-bottom: 10px;
}

.spacer-small, .rte-content p {
  margin-bottom: 20px;
}

.spacer-small__top {
  margin-top: 20px;
}

.spacer-medium, .action-columns__item-icon {
  margin-bottom: 30px;
}

.spacer-medium__top {
  margin-top: 30px;
}

.spacer-large {
  margin-bottom: 40px;
}

.spacer-x-large {
  margin-bottom: 50px;
}

.spacer-xx-large, .action-columns__item {
  margin-bottom: 60px;
}

.spacer-mega {
  margin-bottom: 80px;
}

.spacer-x-mega {
  margin-bottom: 100px;
}

.spacer-xx-mega {
  margin-bottom: 130px;
}

.spacer-xx-mega-top {
  margin-top: 30px;
}

@media screen and (min-width: 640px) {
  .spacer-xx-mega-top {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1280px) {
  .spacer-xx-mega-top {
    margin-top: 130px;
  }
}

.spacer-small-responsive, .block-modules-item__title, .block-modules-item__subtitle, .block-alternate-item__title {
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .spacer-small-responsive, .block-modules-item__title, .block-modules-item__subtitle, .block-alternate-item__title {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 960px) {
  .spacer-small-responsive, .block-modules-item__title, .block-modules-item__subtitle, .block-alternate-item__title {
    margin-bottom: 20px;
  }
}

.spacer-medium-responsive, .hero__item__text-title {
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .spacer-medium-responsive, .hero__item__text-title {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 960px) {
  .spacer-medium-responsive, .hero__item__text-title {
    margin-bottom: 30px;
  }
}

.spacer-large-responsive {
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .spacer-large-responsive {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px) {
  .spacer-large-responsive {
    margin-bottom: 40px;
  }
}

.spacer-x-large-responsive, .block-modules-item img {
  margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
  .spacer-x-large-responsive, .block-modules-item img {
    margin-bottom: 40px;
  }
}

.spacer-xx-large-responsive {
  margin-bottom: 40px;
}

@media screen and (min-width: 640px) {
  .spacer-xx-large-responsive {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 960px) {
  .spacer-xx-large-responsive {
    margin-bottom: 60px;
  }
}

.spacer-mega-responsive {
  margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .spacer-mega-responsive {
    margin-bottom: 70px;
  }
}

.spacer-x-mega-responsive {
  margin-bottom: 60px;
}

@media screen and (min-width: 640px) {
  .spacer-x-mega-responsive {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .spacer-x-mega-responsive {
    margin-bottom: 100px;
  }
}

.spacer-xx-mega-responsive {
  margin-bottom: 80px;
}

@media screen and (min-width: 640px) {
  .spacer-xx-mega-responsive {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 960px) {
  .spacer-xx-mega-responsive {
    margin-bottom: 130px;
  }
}

/*
context-homepage: must be placed on the homepage; affects the main menu filling
context-detail: must be placed on all interior pages with .block-modules; adds a shadow on the .block-modules element
context-sticky: must be placed on all pages with sticky aside; affects the mobile footer
menu__double: z-index 9
menu: z-index 8
*/
body {
  background: #fff;
  padding-top: 100px;
}

@media screen and (min-width: 960px) {
  body {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1280px) {
  body {
    padding-top: 140px;
  }
}

.constrained {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1460px) {
  .constrained {
    padding-left: 0;
    padding-right: 0;
  }
  .constrained--fit {
    max-width: 50%;
  }
}

.half-constrained {
  max-width: 1400px;
  margin-right: 0;
}

@media screen and (min-width: 1460px) {
  .half-constrained {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1460px) {
  .rte-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-shadowed {
  position: relative;
}

.container-shadowed:before {
  content: '';
  display: block;
  background: #fff;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 10%;
  z-index: -1;
}

@media screen and (min-width: 960px) {
  .container-shadowed:before {
    width: 100%;
    height: 80%;
    top: 20%;
  }
}

.lineHeight25 {
  line-height: 25px !important;
}

body {
  font-style: normal;
  line-height: 1.42;
  font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #999;
}

@media screen and (min-width: 640px) {
  body {
    font-size: 15px;
  }
}

@media screen and (min-width: 960px) {
  body {
    font-size: 15px;
  }
}

@media screen and (min-width: 1460px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #777;
  text-decoration: none;
}

a:hover, a:focus {
  color: #9C50CD;
  text-decoration: underline;
}

.context-private a:hover, .context-private a:focus {
  color: #7E6C47;
}

.mega {
  font-family: "Raleway-ExtraLight";
  font-size: 30px;
  color: #d7d7d7;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .mega {
    font-size: 35px;
  }
}

@media screen and (min-width: 960px) {
  .mega {
    font-size: 45px;
  }
}

@media screen and (min-width: 1460px) {
  .mega {
    font-size: 55px;
  }
}

h1,
.alpha {
  font-family: "MuseoSansRounded-900";
  font-size: 30px;
  color: #00B1D7;
  line-height: 1;
}

@media (min-width: 640px) {
  h1,
  .alpha {
    font-size: 50px;
  }
}

@media (min-width: 960px) {
  h1,
  .alpha {
    font-size: 55px;
  }
}

@media screen and (min-width: 1460px) {
  h1,
  .alpha {
    font-size: 80px;
  }
}

h2,
.beta {
  font-family: "MuseoSansRounded-900";
  font-size: 25px;
  color: #4D1A64;
  line-height: 1;
}

@media (min-width: 640px) {
  h2,
  .beta {
    font-size: 40px;
  }
}

@media (min-width: 960px) {
  h2,
  .beta {
    font-size: 50px;
  }
}

@media screen and (min-width: 1460px) {
  h2,
  .beta {
    font-size: 55px;
  }
}

h3,
.gamma900,
.menu__level3__image-text strong {
  font-family: "MuseoSansRounded-900";
  font-size: 25px;
  color: #4D1A64;
  line-height: 1.1;
}

@media (min-width: 640px) {
  h3,
  .gamma900,
  .menu__level3__image-text strong {
    font-size: 28px;
  }
}

@media (min-width: 960px) {
  h3,
  .gamma900,
  .menu__level3__image-text strong {
    font-size: 30px;
  }
}

.gamma700 {
  font-family: "MuseoSansRounded-700";
  font-size: 25px;
  color: #4D1A64;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .gamma700 {
    font-size: 28px;
  }
}

@media (min-width: 960px) {
  .gamma700 {
    font-size: 30px;
  }
}

h4,
.delta {
  font-family: "MuseoSansRounded-700";
  font-size: 20px;
  color: #00B1D7;
}

@media (min-width: 640px) {
  h4,
  .delta {
    font-size: 25px;
  }
}

@media (min-width: 960px) {
  h4,
  .delta {
    font-size: 30px;
  }
}

h5,
.epsilon,
.newsletter__label,
.graphic-table__item span {
  font-family: "Raleway-Regular";
  font-size: 18px;
  color: #6E3590;
}

@media (min-width: 640px) {
  h5,
  .epsilon,
  .newsletter__label,
  .graphic-table__item span {
    font-size: 22px;
  }
}

@media (min-width: 960px) {
  h5,
  .epsilon,
  .newsletter__label,
  .graphic-table__item span {
    font-size: 25px;
  }
}

h5.grey,
.epsilon.grey,
.grey.newsletter__label,
.graphic-table__item span.grey {
  color: #999;
}

.context-private h5,
.context-private .epsilon,
.context-private .newsletter__label,
.context-private .graphic-table__item span,
.graphic-table__item .context-private span {
  color: #97845B;
}

h6,
.zeta,
.action-columns__item-lead,
.pac-item,
.parent_infowindow-mylocation .gm-style-iw > div,
.share__trigger,
.graphic-table__item__row__cell,
.icons-columns__item p {
  font-family: "Raleway-Regular";
  font-size: 16px;
  color: #999;
}

@media (min-width: 640px) {
  h6,
  .zeta,
  .action-columns__item-lead,
  .pac-item,
  .parent_infowindow-mylocation .gm-style-iw > div,
  .share__trigger,
  .graphic-table__item__row__cell,
  .icons-columns__item p {
    font-size: 17px;
  }
}

@media (min-width: 960px) {
  h6,
  .zeta,
  .action-columns__item-lead,
  .pac-item,
  .parent_infowindow-mylocation .gm-style-iw > div,
  .share__trigger,
  .graphic-table__item__row__cell,
  .icons-columns__item p {
    font-size: 18px;
  }
}

.eta, .ui-accordion .ui-accordion-header, .ui-tabs .ui-tabs-nav .ui-tabs-anchor, .map-full__search__container__item__title, .info-window-container__title, .icons-columns__item__title {
  font-family: "Raleway-Bold";
  font-size: 16px;
  color: #999;
}

@media (min-width: 640px) {
  .eta, .ui-accordion .ui-accordion-header, .ui-tabs .ui-tabs-nav .ui-tabs-anchor, .map-full__search__container__item__title, .info-window-container__title, .icons-columns__item__title {
    font-size: 17px;
  }
}

@media (min-width: 960px) {
  .eta, .ui-accordion .ui-accordion-header, .ui-tabs .ui-tabs-nav .ui-tabs-anchor, .map-full__search__container__item__title, .info-window-container__title, .icons-columns__item__title {
    font-size: 18px;
  }
}

.centi, .info-columns__item p, .block-modules-item__subtitle, .list-icon__item-text {
  font-family: "Raleway-Regular";
  font-size: 15px;
}

@media (min-width: 640px) {
  .centi, .info-columns__item p, .block-modules-item__subtitle, .list-icon__item-text {
    font-size: 15px;
  }
}

@media (min-width: 960px) {
  .centi, .info-columns__item p, .block-modules-item__subtitle, .list-icon__item-text {
    font-size: 15px;
  }
}

.milli {
  font-family: "Raleway-Regular";
  font-size: 13px;
}

@media (min-width: 640px) {
  .milli {
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  .milli {
    font-size: 14px;
  }
}

.white {
  color: #fff !important;
}

.blue {
  color: #00B1D7 !important;
}

.purple {
  color: #6E3590 !important;
}

.black {
  color: #000 !important;
}

.gray-dark {
  color: #999 !important;
}

.context-private .gold {
  color: #97845B !important;
}

.link-color {
  color: #00B1D7;
}

.link-color a {
  color: #00B1D7;
}

.context-private .blue {
  color: #000 !important;
}

.context-private .purple {
  color: #7E6C47 !important;
}

.context-private .link-color {
  color: #777;
}

.context-private .link-color a {
  color: #777;
}

.context-private .fullscreen .blue {
  color: #fff !important;
}

.context-private .fullscreen .purple {
  color: #fff !important;
}

.purple-dark {
  color: #4D1A64 !important;
}

.context-private .purple-dark {
  color: #7E6C47 !important;
}

.strong {
  font-weight: 700;
}

.underline-blue {
  border-bottom: 1px solid #00B1D7;
}

.word-break {
  word-break: break-all;
}

.rte-content p img {
  max-width: 100%;
  margin-bottom: 20px;
}

.rte-content p.centi, .rte-content .info-columns__item p, .info-columns__item .rte-content p, .rte-content p.block-modules-item__subtitle, .rte-content p.list-icon__item-text {
  color: #00B1D7;
  font-weight: 700;
}

.rte-content p.negative-margin {
  margin-top: -15%;
}

.context-private .rte-content p.centi, .context-private .rte-content .info-columns__item p, .info-columns__item .context-private .rte-content p, .context-private .rte-content p.block-modules-item__subtitle, .context-private .rte-content p.list-icon__item-text {
  color: #000;
}

.context-private .rte-content p.epsilon, .context-private .rte-content p.newsletter__label {
  color: #000;
}

/*
 * Patterns */
.btn {
  transition: all 0.2s ease;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-family: "Raleway-Regular";
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 400;
  border: 0 solid transparent;
  white-space: nowrap;
  cursor: pointer;
  max-width: 100%;
  /**/
  font-size: 14px;
  line-height: 40px;
  padding: 0 26.66667px;
}

@media screen and (min-width: 640px) {
  .btn {
    font-size: 16px;
    line-height: 50px;
    padding: 0 33.33333px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
}

@media screen and (min-width: 960px) {
  .btn {
    font-size: 18px;
    line-height: 60px;
    padding: 0 40px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
  .btn:hover {
    color: #fff;
    background-color: #d7d7d7;
    background-image: none;
    filter: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
  }
}

.btn:focus {
  outline: 0 none;
}

.btn:active {
  color: #fff;
  box-shadow: none;
  position: relative;
  border-color: transparent;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
}

.btn.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.btn-blue {
  background: #00B1D7;
  border: 3px solid #00B1D7;
  border-radius: 100vmax;
}

@media screen and (min-width: 960px) {
  .btn-blue {
    line-height: 54px;
  }
  .btn-blue:hover {
    background-color: #63E6FD;
    color: #fff;
    border: 3px solid #63E6FD;
  }
}

.btn-blue:focus {
  background-color: #038EB7;
  border: 3px solid #144C65;
}

.btn-blue:active {
  background-color: #144C65;
}

.btn-blue:focus, .btn-blue:active {
  color: #fff;
  text-decoration: none;
}

.btn-blue.btn-red {
  font-size: 0;
  height: 40px;
  line-height: 1;
}

@media screen and (min-width: 640px) {
  .btn-blue.btn-red {
    height: 50px;
  }
}

@media screen and (min-width: 960px) {
  .btn-blue.btn-red {
    height: 60px;
  }
}

.btn-blue.btn-red::after {
  font-size: 22px;
  font-family: icomoon;
  margin-left: 0;
  line-height: 28px;
}

.btn-blue.btn-green {
  background: green;
  font-size: 0;
}

.btn-blue.btn-green::after {
  content: '\e906';
  font-size: 16px;
  font-family: icomoon;
}

.btn-purple {
  background: #5C2D76;
  border: 3px solid #5C2D76;
  border-radius: 100vmax;
}

@media screen and (min-width: 960px) {
  .btn-purple {
    line-height: 54px;
  }
  .btn-purple:hover {
    background-color: #DCC0F2;
    color: #fff;
    border: 3px solid #DCC0F2;
  }
}

.btn-purple:focus {
  background-color: #853DB3;
  border: 3px solid #5C2D76;
}

.btn-purple:active {
  background-color: #5C2D76;
}

.btn-purple:focus, .btn-purple:active {
  color: #fff;
  text-decoration: none;
}

.btn-purple.btn-red {
  font-size: 0;
  height: 40px;
  line-height: 1;
}

@media screen and (min-width: 640px) {
  .btn-purple.btn-red {
    height: 50px;
  }
}

@media screen and (min-width: 960px) {
  .btn-purple.btn-red {
    height: 60px;
  }
}

.btn-purple.btn-red::after {
  font-size: 22px;
  font-family: icomoon;
  margin-left: 0;
  line-height: 28px;
}

.btn-purple.btn-green {
  background: green;
  font-size: 0;
}

.btn-purple.btn-green::after {
  content: '\e906';
  font-size: 16px;
  font-family: icomoon;
}

.btn-purple-light {
  background: #6E3590;
}

.btn-purple-light:focus, .btn-purple-light:active {
  color: #fff;
  text-decoration: none;
}

.btn-gray {
  background: #999;
}

.btn-gray:focus, .btn-gray:active {
  color: #fff;
  text-decoration: none;
}

.btn-gray.btn-green {
  background: green;
}

.btn-gray.btn-green::after {
  content: '\e906';
  font-family: icomoon;
}

.btn-gray.btn-red::after {
  margin-left: 0;
}

.btn-white {
  background: #fff;
  color: #4D1A64;
}

.btn-white:focus, .btn-white:active {
  text-decoration: none;
}

.btn .tablet-only [class^="icon-"] {
  display: inline-block;
  transform: scale(1.3);
  font-size: 12px;
}

.btn-submit {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 40px;
  margin-left: -40px;
  font-size: 14px;
}

@media screen and (min-width: 640px) {
  .btn-submit {
    width: 50px;
    margin-left: -50px;
  }
}

@media screen and (min-width: 960px) {
  .btn-submit {
    width: 60px;
    margin-left: -60px;
  }
}

.btn-submit::after {
  content: "\e90d";
  font-family: icomoon;
  line-height: 1;
  margin-left: 6px;
}

.btn-red {
  background: #f00;
}

@media screen and (min-width: 960px) {
  .btn-red:hover, .btn-red:focus, .btn-red:active {
    background: #f00;
  }
}

.btn-red::after {
  content: "\e907";
  font-weight: 700;
  color: #fff;
  font-family: icomoon;
  font-weight: 700;
  margin-left: 4px;
}

.btn-loading {
  position: relative;
  text-indent: -9999px;
}

.btn-loading .btn-loading-spinner {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  -webkit-animation: spinner 1.4s infinite linear;
          animation: spinner 1.4s infinite linear;
  transform: translateZ(0);
  top: 25%;
  left: 34%;
}

.btn-loading .btn-loading-spinner:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  -moz-border-radius: 100% 0 0 0;
  -webkit-border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.btn-loading .btn-loading-spinner::after {
  background: transparent;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.context-private .btn-purple,
.context-private .btn-purple-light {
  background: #7E6C47;
  border: 3px solid #7E6C47;
}

@media screen and (min-width: 960px) {
  .context-private .btn-purple:hover, .context-private .btn-purple:focus,
  .context-private .btn-purple-light:hover,
  .context-private .btn-purple-light:focus {
    background-color: #d7d7d7;
    color: #7E6C47;
  }
}

.context-private .btn-blue {
  background: #7E6C47;
  border: 3px solid #7E6C47;
  border-radius: 100vmax;
}

@media screen and (min-width: 960px) {
  .context-private .btn-blue {
    line-height: 54px;
  }
  .context-private .btn-blue:hover {
    background-color: #BCB488;
    color: #fff;
    border: 3px solid #BCB488;
  }
}

.context-private .btn-blue:focus {
  background-color: #7E6C47;
  border: 3px solid #4F4134;
}

.context-private .btn-blue:active {
  background-color: #4F4134;
}

.context-private .btn-blue:focus, .context-private .btn-blue:active {
  color: #fff;
  text-decoration: none;
}

.context-private .btn-white {
  background: #fff;
  color: #000 !important;
}

@media screen and (min-width: 960px) {
  .context-private .btn-white:hover {
    background-color: #d7d7d7;
    color: #7E6C47 !important;
  }
}

.btn-download {
  border-top: 1px solid #d7d7d7;
  width: 100%;
  display: inline-block;
  line-height: 25px;
  position: relative;
  padding: 5px 0 10px;
  cursor: pointer;
}

.btn-download::after {
  content: "\e90f";
  font-family: 'icomoon';
  float: right;
  margin-right: 5px;
}

.btn-download:hover {
  text-decoration: none;
}

.btn-download:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.ripple-obj {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  fill: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

@media screen and (min-width: 640px) {
  .ripple-obj {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
}

@media screen and (min-width: 960px) {
  .ripple-obj {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}

.ripple-obj use {
  opacity: 0;
}

.g-recaptcha {
  width: 304px;
  margin: 0 auto 30px;
}

.has-value {
  cursor: pointer;
  transition: background-color 250ms ease-out;
  position: relative;
}

.has-value .btn-remove-it::before {
  position: absolute;
  font-size: 12px;
  transition: color 250ms ease-out;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
}

@media screen and (min-width: 640px) {
  .has-value .btn-remove-it::before {
    right: 100px;
  }
}

@media screen and (min-width: 960px) {
  .has-value .btn-remove-it::before {
    right: 110px;
  }
}

.form-item {
  display: inline-block;
  position: relative;
}

.form-item:not(.multiple) {
  width: 100%;
}

.form-item-wrap .text-left {
  padding-left: 40px;
  margin-bottom: 10px;
}

label.error {
  position: absolute;
  display: block;
  color: #f00;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 960px) {
  label.error {
    text-align: left;
    left: 5%;
    width: auto;
  }
}

#generic-form label.error {
  left: 0;
  right: 0;
  text-align: center;
}

.checkbox-wrap label.error {
  position: relative;
}

.g-recaptcha ~ .error {
  text-align: center;
  width: 100%;
  left: 0;
  margin-top: -25px;
}

.form-item-text {
  width: 95%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  display: inline-block;
  background: #fff;
  font-weight: 700;
  vertical-align: middle;
  text-overflow: ellipsis;
  border: 1px solid transparent;
  height: 40px;
  font-size: 14px;
  padding: 0 26.66667px;
}

.form-item-text.textarea {
  min-height: 150px;
  padding-top: 15px;
  resize: none;
}

.form-item-text:not(.big) {
  width: 90%;
}

.js-dropdown .form-item-text {
  cursor: default;
}

.form-item-text::-webkit-input-placeholder {
  font-weight: 400;
}

.form-item-text:-moz-placeholder {
  font-weight: 400;
}

.form-item-text::-moz-placeholder {
  font-weight: 400;
}

.form-item-text:-ms-input-placeholder {
  font-weight: 400;
}

@media screen and (min-width: 640px) {
  .form-item-text {
    height: 50px;
    font-size: 16px;
    padding: 0 33.33333px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
}

@media screen and (min-width: 960px) {
  .form-item-text {
    height: 60px;
    font-size: 18px;
    padding: 0 40px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}

.form-item-text:focus, .form-item-text:active {
  outline: 0 none;
}

.form-item-text.error {
  color: #f00 !important;
  border: 1px solid #f00 !important;
}

.form-success-message {
  color: green !important;
  display: none;
  max-width: 100%;
  margin: auto;
}

.form-success-message.show {
  display: inline-block;
}

.form-success-message ~ .btn-green {
  margin-left: 0;
}

.radio-btns-group {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.radio-btns-group.multiple {
  width: auto;
  margin-top: 15px;
}

.radio-btns-group.multiple p {
  height: auto;
}

@media screen and (min-width: 640px) {
  .radio-btns-group.multiple p {
    height: 60px;
  }
}

.radio-btns-group.multiple p span {
  display: block;
  margin-bottom: 2rem;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .radio-btns-group.multiple p span {
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 0;
    display: inline;
  }
}

.radio-btns-group.multiple .form-item-radio + label {
  padding-left: 75px;
  left: 0;
  margin-right: 20px;
}

.radio-btns-group.multiple .form-item-radio + label::after {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  top: -20px;
  left: 0;
}

.radio-btns-group.multiple .form-item-radio + label:first-of-type {
  margin-bottom: 60px;
}

@media screen and (min-width: 640px) {
  .radio-btns-group.multiple .form-item-radio + label:first-of-type {
    margin-bottom: 0;
  }
}

.radio-btns-group.multiple .form-item-radio:checked + label::before {
  left: 21px;
  top: 0;
}

.radio-btns-group p {
  flex: 0 50%;
  height: 40px;
}

@media screen and (max-width: 640px) {
  .radio-btns-group p {
    flex: 0 100%;
  }
}

.radio-btns-group p .form-item-radio {
  display: none;
}

.radio-btns-group p .form-item-radio + label {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding-left: 60px;
}

.radio-btns-group p .form-item-radio + label::before {
  transition: all 0.2s ease-in-out;
  position: absolute;
  content: '';
  border-radius: 30px;
  background-color: #6E3590;
}

.radio-btns-group p .form-item-radio + label::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
  left: 0;
  top: -8px;
}

.radio-btns-group p .form-item-radio:checked + label::before {
  width: 20px;
  height: 20px;
  left: 10px;
  top: 2px;
  opacity: 1;
}

.checkbox-wrap input[type=checkbox],
.checkbox-wrap input[type=radio] {
  display: none;
}

.checkbox-wrap input[type=checkbox] + label,
.checkbox-wrap input[type=radio] + label {
  left: 0;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding-left: 40px;
}

@media screen and (min-width: 960px) {
  .checkbox-wrap input[type=checkbox] + label,
  .checkbox-wrap input[type=radio] + label {
    padding-left: 80px;
  }
}

.checkbox-wrap input[type=checkbox] + label::before,
.checkbox-wrap input[type=radio] + label::before {
  transition: all 0.2s ease-in-out;
  position: absolute;
  font-family: icomoon !important;
  content: "\e906";
  color: #6E3590;
  opacity: 0;
  font-size: 25px;
  left: 8px;
  top: -5px;
}

@media screen and (min-width: 960px) {
  .checkbox-wrap input[type=checkbox] + label::before,
  .checkbox-wrap input[type=radio] + label::before {
    font-size: 30px;
    left: 15px;
    top: -10px;
  }
}

.checkbox-wrap input[type=checkbox] + label::after,
.checkbox-wrap input[type=radio] + label::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  left: 0;
  top: -7px;
}

@media screen and (min-width: 960px) {
  .checkbox-wrap input[type=checkbox] + label::after,
  .checkbox-wrap input[type=radio] + label::after {
    top: -17px;
    width: 60px;
    height: 60px;
  }
}

.checkbox-wrap input[type=checkbox]:checked + label::before,
.checkbox-wrap input[type=radio]:checked + label::before {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .checkbox-wrap input[type=radio] + label {
    line-height: 24px;
  }
}

.checkbox-wrap input[type=radio] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #6E3590;
  border-radius: 50%;
  top: 3px;
  left: 10px;
}

@media screen and (min-width: 960px) {
  .checkbox-wrap input[type=radio] + label::before {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.checkbox-wrap input[type=radio] + label::after {
  border-radius: 50%;
}

.context-private .radio-btns-group p .form-item-radio + label::before {
  background-color: #97845B;
}

.modal__body.form-success-message {
  display: none;
}

.modal__body.form-success-message .icon-check {
  color: #4D1A64 !important;
  font-size: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;
  height: 100vh;
  width: 100vw;
  max-width: 235px;
  max-height: 235px;
  padding: 10%;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}

.modal__body.form-success-message .centi.info-text, .modal__body.form-success-message .info-columns__item p.info-text, .info-columns__item .modal__body.form-success-message p.info-text, .modal__body.form-success-message .info-text.block-modules-item__subtitle, .modal__body.form-success-message .info-text.list-icon__item-text {
  color: #999;
}

.daterangepicker {
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.28);
  border: 0;
  font-family: "Raleway-Regular";
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .daterangepicker {
    padding: 30px 40px;
  }
}

.daterangepicker::before, .daterangepicker::after {
  display: none;
}

.daterangepicker .month {
  font-family: "MuseoSansRounded-900";
  color: #00B1D7;
  text-transform: uppercase;
  font-size: 24px !important;
  padding-bottom: 10px;
  line-height: 30px;
}

.daterangepicker thead th {
  border: 0 !important;
  line-height: 1 !important;
}

.daterangepicker tbody td {
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  line-height: 1 !important;
}

.daterangepicker tbody td.start-date, .daterangepicker tbody td.start-date.end-date, .daterangepicker tbody td.end-date {
  border-radius: 18px;
  background-color: #6E3590 !important;
  z-index: 1;
}

.daterangepicker tbody td.start-date:hover, .daterangepicker tbody td.start-date.end-date:hover, .daterangepicker tbody td.end-date:hover {
  background-color: #6E3590 !important;
  border-radius: 18px;
}

.daterangepicker tbody td.available:not(.in-range):hover {
  border-radius: 18px;
}

.daterangepicker tbody td.in-range {
  background-color: rgba(0, 0, 0, 0.07);
}

.social-facebook,
.social-linkedin,
.social-googleplus,
.social-youtube,
.social-whatsapp,
.social-instagram,
.scrollup {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.social-facebook:before, .social-facebook:after,
.social-linkedin:before,
.social-linkedin:after,
.social-googleplus:before,
.social-googleplus:after,
.social-youtube:before,
.social-youtube:after,
.social-whatsapp:before,
.social-whatsapp:after,
.social-instagram:before,
.social-instagram:after,
.scrollup:before,
.scrollup:after {
  position: absolute;
  font-family: icomoon;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.social-facebook:before,
.social-linkedin:before,
.social-googleplus:before,
.social-youtube:before,
.social-whatsapp:before,
.social-instagram:before,
.scrollup:before {
  content: "\e911";
  font-size: 32px;
  border: solid 1px transparent;
  color: #fff;
  left: 0;
  top: 0;
}

.social-facebook:after,
.social-linkedin:after,
.social-googleplus:after,
.social-youtube:after,
.social-whatsapp:after,
.social-instagram:after,
.scrollup:after {
  left: 50%;
  top: 50%;
  font-size: 16px;
  margin: -7px 0 0 -7px;
}

.social-facebook:after {
  content: "\e912";
  color: #507cbe;
}

.social-facebook:hover:before {
  color: #507cbe;
}

.social-facebook:hover:after {
  color: #fff;
}

.social-linkedin:after {
  content: "\e914";
  color: #1e88c9;
  margin: -7px 0 0 -6px;
}

.social-linkedin:hover:before {
  color: #1e88c9;
}

.social-linkedin:hover:after {
  color: #fff;
}

.social-googleplus:after {
  content: "\e913";
  color: #de4f42;
}

.social-googleplus:hover:before {
  color: #de4f42;
}

.social-googleplus:hover:after {
  color: #fff;
}

.social-youtube:after {
  content: "\e926";
  color: #cd201f;
  margin: -7px 0 0 -10px;
}

.social-youtube:hover:before {
  color: #cd201f;
}

.social-youtube:hover:after {
  color: #fff;
}

.social-whatsapp:after {
  content: "\e925";
  color: #25D366;
}

.social-whatsapp:hover:before {
  color: #25D366;
}

.social-whatsapp:hover:after {
  color: #fff;
}

.social-instagram:after {
  content: '\e935';
  color: #000000;
}

.social-instagram:hover:before {
  color: #777;
}

.social-instagram:hover:after {
  color: #fff;
}

.scrollup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  right: 40px;
}

@media screen and (max-width: 960px) {
  .scrollup {
    display: none;
  }
}

.scrollup:before {
  color: #00B1D7;
  font-size: 60px;
}

.scrollup:after {
  content: "\e918";
  color: #fff;
  font-size: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -6px;
}

.scrollup:hover:before {
  color: #fff;
}

.scrollup:hover:after {
  color: #00B1D7;
}

.info-columns__item__socials a {
  display: inline-block;
}

.info-columns__item__socials .social-facebook,
.info-columns__item__socials .social-linkedin,
.info-columns__item__socials .social-googleplus,
.info-columns__item__socials .social-youtube,
.info-columns__item__socials .social-whatsapp,
.info-columns__item__socials .social-instagram {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.info-columns__item__socials .social-facebook:before, .info-columns__item__socials .social-facebook:after,
.info-columns__item__socials .social-linkedin:before,
.info-columns__item__socials .social-linkedin:after,
.info-columns__item__socials .social-googleplus:before,
.info-columns__item__socials .social-googleplus:after,
.info-columns__item__socials .social-youtube:before,
.info-columns__item__socials .social-youtube:after,
.info-columns__item__socials .social-whatsapp:before,
.info-columns__item__socials .social-whatsapp:after,
.info-columns__item__socials .social-instagram:before,
.info-columns__item__socials .social-instagram:after {
  position: absolute;
  font-family: icomoon;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.info-columns__item__socials .social-facebook:before,
.info-columns__item__socials .social-linkedin:before,
.info-columns__item__socials .social-googleplus:before,
.info-columns__item__socials .social-youtube:before,
.info-columns__item__socials .social-whatsapp:before,
.info-columns__item__socials .social-instagram:before {
  content: "\e911";
  font-size: 30px;
  border: solid 1px transparent;
  color: #00B1D7;
  left: 0;
  top: 0;
}

.info-columns__item__socials .social-facebook:after,
.info-columns__item__socials .social-linkedin:after,
.info-columns__item__socials .social-googleplus:after,
.info-columns__item__socials .social-youtube:after,
.info-columns__item__socials .social-whatsapp:after,
.info-columns__item__socials .social-instagram:after {
  left: 50%;
  top: 50%;
  font-size: 14px;
}

.info-columns__item__socials .social-facebook:after {
  content: "\e912";
  color: #fff;
}

.info-columns__item__socials .social-facebook:hover:before {
  color: #507cbe;
}

.info-columns__item__socials .social-facebook:hover:after {
  color: #fff;
}

.info-columns__item__socials .social-linkedin:after {
  content: "\e914";
  color: #fff;
}

.info-columns__item__socials .social-linkedin:hover:before {
  color: #1e88c9;
}

.info-columns__item__socials .social-linkedin:hover:after {
  color: #fff;
}

.info-columns__item__socials .social-youtube:after {
  content: "\e926";
  color: #fff;
}

.info-columns__item__socials .social-youtube:hover:before {
  color: #cd201f;
}

.info-columns__item__socials .social-youtube:hover:after {
  color: #fff;
}

.info-columns__item__socials .social-instagram:after {
  content: '\e935';
  color: #fff;
}

.info-columns__item__socials .social-instagram:hover:before {
  color: #000000;
}

.info-columns__item__socials .social-instagram:hover:after {
  color: #fff;
}

.context-private .scrollup:before {
  color: #97845B;
  font-size: 60px;
}

.context-private .scrollup:hover:before {
  color: #fff;
}

.context-private .scrollup:hover:after {
  color: #97845B;
}

.context-private .info-columns__item__socials a {
  display: inline-block;
}

.context-private .info-columns__item__socials .social-facebook,
.context-private .info-columns__item__socials .social-linkedin,
.context-private .info-columns__item__socials .social-googleplus,
.context-private .info-columns__item__socials .social-youtube,
.context-private .info-columns__item__socials .social-whatsapp,
.context-private .info-columns__item__socials .social-instagram {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.context-private .info-columns__item__socials .social-facebook:before, .context-private .info-columns__item__socials .social-facebook:after,
.context-private .info-columns__item__socials .social-linkedin:before,
.context-private .info-columns__item__socials .social-linkedin:after,
.context-private .info-columns__item__socials .social-googleplus:before,
.context-private .info-columns__item__socials .social-googleplus:after,
.context-private .info-columns__item__socials .social-youtube:before,
.context-private .info-columns__item__socials .social-youtube:after,
.context-private .info-columns__item__socials .social-whatsapp:before,
.context-private .info-columns__item__socials .social-whatsapp:after,
.context-private .info-columns__item__socials .social-instagram:before,
.context-private .info-columns__item__socials .social-instagram:after {
  position: absolute;
  font-family: icomoon;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.context-private .info-columns__item__socials .social-facebook:before,
.context-private .info-columns__item__socials .social-linkedin:before,
.context-private .info-columns__item__socials .social-googleplus:before,
.context-private .info-columns__item__socials .social-youtube:before,
.context-private .info-columns__item__socials .social-whatsapp:before,
.context-private .info-columns__item__socials .social-instagram:before {
  content: "\e911";
  font-size: 30px;
  border: solid 1px transparent;
  color: #7E6C47;
  left: 0;
  top: 0;
}

.context-private .info-columns__item__socials .social-facebook:after,
.context-private .info-columns__item__socials .social-linkedin:after,
.context-private .info-columns__item__socials .social-googleplus:after,
.context-private .info-columns__item__socials .social-youtube:after,
.context-private .info-columns__item__socials .social-whatsapp:after,
.context-private .info-columns__item__socials .social-instagram:after {
  left: 50%;
  top: 50%;
  font-size: 14px;
}

.context-private .info-columns__item__socials .social-facebook:after {
  content: "\e912";
  color: #fff;
}

.context-private .info-columns__item__socials .social-facebook:hover:before {
  color: #507cbe;
}

.context-private .info-columns__item__socials .social-facebook:hover:after {
  color: #fff;
}

.context-private .info-columns__item__socials .social-linkedin:after {
  content: "\e914";
  color: #fff;
}

.context-private .info-columns__item__socials .social-linkedin:hover:before {
  color: #1e88c9;
}

.context-private .info-columns__item__socials .social-linkedin:hover:after {
  color: #fff;
}

.context-private .info-columns__item__socials .social-youtube:after {
  content: "\e926";
  color: #fff;
}

.context-private .info-columns__item__socials .social-youtube:hover:before {
  color: #cd201f;
}

.context-private .info-columns__item__socials .social-youtube:hover:after {
  color: #fff;
}

.context-private .info-columns__item__socials .social-instagram:after {
  content: '\e935';
  color: #fff;
}

.context-private .info-columns__item__socials .social-instagram:hover:before {
  color: #000000;
}

.context-private .info-columns__item__socials .social-instagram:hover:after {
  color: #fff;
}

.owl-dot {
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  background: none;
  border: none;
}

.owl-dot span {
  display: block;
  position: relative;
  height: 14px;
  width: 14px;
}

.owl-dot span:before {
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  content: "\e911";
  font-family: 'icomoon';
  height: 6px;
  width: 6px;
  font-size: 6px;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 640px) {
  .owl-dot span {
    height: 20px;
    width: 20px;
  }
  .owl-dot span:before {
    left: 10px;
    top: 10px;
  }
}

.owl-dot.active span:before {
  left: 0;
  top: 0;
  content: "\e905";
  height: 14px;
  width: 14px;
  font-size: 14px;
}

@media screen and (min-width: 640px) {
  .owl-dot.active span:before {
    height: 20px;
    width: 20px;
    font-size: 20px;
  }
}

.owl-dot:first-child:last-child {
  display: none;
}

.owl-item .small-slider__item__text-title.gamma700 {
  font-size: 20px;
}

@media screen and (min-width: 640px) {
  .owl-item .small-slider__item__text-title.gamma700 {
    font-size: 24px;
  }
}

@media screen and (min-width: 640px) {
  .owl-item .small-slider__item__text-title.gamma700 {
    font-size: 26px;
  }
}

.owl-item .small-slider__item__text-subtitle.zeta, .owl-item .small-slider__item__text-subtitle.action-columns__item-lead, .owl-item .small-slider__item__text-subtitle.pac-item, .owl-item .parent_infowindow-mylocation .gm-style-iw > div.small-slider__item__text-subtitle, .parent_infowindow-mylocation .owl-item .gm-style-iw > div.small-slider__item__text-subtitle, .owl-item .small-slider__item__text-subtitle.share__trigger, .owl-item .small-slider__item__text-subtitle.graphic-table__item__row__cell, .owl-item .icons-columns__item p.small-slider__item__text-subtitle, .icons-columns__item .owl-item p.small-slider__item__text-subtitle {
  font-size: 14px;
}

@media screen and (min-width: 640px) {
  .owl-item .small-slider__item__text-subtitle.zeta, .owl-item .small-slider__item__text-subtitle.action-columns__item-lead, .owl-item .small-slider__item__text-subtitle.pac-item, .owl-item .parent_infowindow-mylocation .gm-style-iw > div.small-slider__item__text-subtitle, .parent_infowindow-mylocation .owl-item .gm-style-iw > div.small-slider__item__text-subtitle, .owl-item .small-slider__item__text-subtitle.share__trigger, .owl-item .small-slider__item__text-subtitle.graphic-table__item__row__cell, .owl-item .icons-columns__item p.small-slider__item__text-subtitle, .icons-columns__item .owl-item p.small-slider__item__text-subtitle {
    font-size: 15px;
  }
}

@media screen and (min-width: 640px) {
  .owl-item .small-slider__item__text-subtitle.zeta, .owl-item .small-slider__item__text-subtitle.action-columns__item-lead, .owl-item .small-slider__item__text-subtitle.pac-item, .owl-item .parent_infowindow-mylocation .gm-style-iw > div.small-slider__item__text-subtitle, .parent_infowindow-mylocation .owl-item .gm-style-iw > div.small-slider__item__text-subtitle, .owl-item .small-slider__item__text-subtitle.share__trigger, .owl-item .small-slider__item__text-subtitle.graphic-table__item__row__cell, .owl-item .icons-columns__item p.small-slider__item__text-subtitle, .icons-columns__item .owl-item p.small-slider__item__text-subtitle {
    font-size: 16px;
    white-space: nowrap;
  }
}

.owl-item .small-slider__item__text-label.centi, .owl-item .info-columns__item p.small-slider__item__text-label, .info-columns__item .owl-item p.small-slider__item__text-label, .owl-item .small-slider__item__text-label.block-modules-item__subtitle, .owl-item .small-slider__item__text-label.list-icon__item-text {
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  .owl-item .small-slider__item__text-label.centi, .owl-item .info-columns__item p.small-slider__item__text-label, .info-columns__item .owl-item p.small-slider__item__text-label, .owl-item .small-slider__item__text-label.block-modules-item__subtitle, .owl-item .small-slider__item__text-label.list-icon__item-text {
    font-size: 13px;
  }
}

@media screen and (min-width: 640px) {
  .owl-item .small-slider__item__text-label.centi, .owl-item .info-columns__item p.small-slider__item__text-label, .info-columns__item .owl-item p.small-slider__item__text-label, .owl-item .small-slider__item__text-label.block-modules-item__subtitle, .owl-item .small-slider__item__text-label.list-icon__item-text {
    font-size: 14px;
  }
}

.owl-item .small-slider__item__text-value.epsilon, .owl-item .small-slider__item__text-value.newsletter__label, .owl-item .graphic-table__item span.small-slider__item__text-value, .graphic-table__item .owl-item span.small-slider__item__text-value {
  font-size: 17px;
}

@media screen and (min-width: 640px) {
  .owl-item .small-slider__item__text-value.epsilon, .owl-item .small-slider__item__text-value.newsletter__label, .owl-item .graphic-table__item span.small-slider__item__text-value, .graphic-table__item .owl-item span.small-slider__item__text-value {
    font-size: 20px;
  }
}

@media screen and (min-width: 640px) {
  .owl-item .small-slider__item__text-value.epsilon, .owl-item .small-slider__item__text-value.newsletter__label, .owl-item .graphic-table__item span.small-slider__item__text-value, .graphic-table__item .owl-item span.small-slider__item__text-value {
    font-size: 23px;
  }
}

.owl-item .small-slider__item {
  margin: 0 20%;
}

.form-datalist {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.form-datalist:not(.multiple) {
  width: 280px;
}

.form-datalist:not(.multiple) .form-item-text {
  width: 100%;
}

.form-datalist.opened .form-datalist__pointer {
  transform: rotate(180deg);
}

.form-datalist.opened .form-datalist__options {
  display: block;
}

.form-datalist.opened .form-item-text {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media screen and (min-width: 960px) {
  .form-datalist.multiple .form-datalist__pointer {
    right: 50px;
  }
}

@media screen and (min-width: 960px) {
  .form-datalist.multiple:not(.col-md-8) .form-datalist__options {
    left: 20px;
  }
}

@media screen and (min-width: 960px) {
  .max-width-form {
    max-width: 330px;
  }
}

.form-datalist__pointer {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -6px;
  font-size: 0;
  /**/
  right: 20px;
}

.form-datalist__pointer:after {
  font-family: icomoon;
  font-size: 12px;
  content: "\e90c";
  color: #4D1A64;
  line-height: 1;
}

@media screen and (min-width: 640px) {
  .form-datalist__pointer {
    right: 25px;
  }
}

@media screen and (min-width: 960px) {
  .form-datalist__pointer {
    right: 30px;
  }
}

.context-private .form-datalist__pointer:after {
  color: #000;
}

.form-datalist__options {
  transition: all 0.2s ease-in-out;
  -ms-box-shadow:  15px 15px 15px rgba(0, 0, 0, 0.2);
  box-shadow:  15px 15px 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  display: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: solid 2px #ccc;
  position: absolute;
  left: 0;
  z-index: 1;
  background: #fff;
  /**/
  padding: 10px 26.66667px;
}

@media screen and (min-width: 640px) {
  .form-datalist__options {
    padding: 10px 33.33333px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
}

@media screen and (min-width: 960px) {
  .form-datalist__options {
    padding: 10px 40px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}

.form-datalist-item {
  cursor: pointer;
  display: block;
  color: #6E3590;
  line-height: 2em;
  font-weight: 700;
}

.form-datalist-item:hover {
  text-decoration: none;
  color: #00B1D7;
}

.context-private .form-datalist-item {
  color: #777;
}

.context-private .form-datalist-item:hover {
  text-decoration: none;
  color: #97845B;
}

.form-white .form-item-text {
  color: #000;
  border: solid 1px #d7d7d7;
}

.form-white .form-item-text::-webkit-input-placeholder {
  color: #777;
}

.form-white .form-item-text:-moz-placeholder {
  color: #777;
}

.form-white .form-item-text::-moz-placeholder {
  color: #777;
}

.form-white .form-item-text:-ms-input-placeholder {
  color: #777;
}

.form-gray .form-item-text {
  color: #000;
}

.form-gray .form-item-text::-webkit-input-placeholder {
  color: #d7d7d7;
}

.form-gray .form-item-text:-moz-placeholder {
  color: #d7d7d7;
}

.form-gray .form-item-text::-moz-placeholder {
  color: #d7d7d7;
}

.form-gray .form-item-text:-ms-input-placeholder {
  color: #d7d7d7;
}

.form-purple .form-item-text {
  max-width: 300px;
  color: #4D1A64;
}

@media screen and (min-width: 640px) {
  .form-purple .form-item-text {
    max-width: 360px;
  }
}

.form-purple .form-item-text::-webkit-input-placeholder {
  color: #6E3590;
}

.form-purple .form-item-text:-moz-placeholder {
  color: #6E3590;
}

.form-purple .form-item-text::-moz-placeholder {
  color: #6E3590;
}

.form-purple .form-item-text:-ms-input-placeholder {
  color: #6E3590;
}

@media screen and (max-width: 640px) {
  .form-purple ~ .container-fluid .contact-block > strong {
    display: block;
  }
}

.form-wrap .form-item-text {
  color: #000;
}

.form-wrap .form-item-text.motive.valid {
  color: #4D1A64;
}

.form-wrap .form-datalist__pointer {
  right: 80px !important;
}

@media screen and (max-width: 960px) {
  .form-wrap .form-datalist__pointer {
    right: 70px !important;
  }
}

@media screen and (max-width: 960px) {
  .form-wrap .form-datalist__pointer {
    right: 70px !important;
  }
}

@media screen and (max-width: 480px) {
  .form-wrap .form-datalist__pointer {
    right: 50px !important;
  }
}

.form-wrap hr {
  margin-top: 0;
}

.form-wrap .form-datalist.multiple .form-datalist__options {
  left: 0;
}

.form-wrap .form-datalist .form-item-text {
  font-weight: 700;
  line-height: 3;
}

.form-wrap .checkbox-wrap .js-error {
  position: relative;
  z-index: -1;
}

.context-private .form-purple .form-item-text {
  color: #000;
}

.context-private .form-purple .form-item-text::-webkit-input-placeholder {
  color: #777;
}

.context-private .form-purple .form-item-text:-moz-placeholder {
  color: #777;
}

.context-private .form-purple .form-item-text::-moz-placeholder {
  color: #777;
}

.context-private .form-purple .form-item-text:-ms-input-placeholder {
  color: #777;
}

.modal {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 700px;
  margin: auto;
}

.modal-video {
  max-width: 1200px;
}

.modal_fullscreen {
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  max-width: 100%;
}

.modal__body {
  padding: 40px;
}

.modal__footer {
  padding: 25px 40px;
  border-top: solid 1px #f2f2f2;
  font-size: 13px;
}

.modal__footer .col-md-6 {
  padding: 0 25px;
}

.modal__body .modal__footer {
  margin: 0 -40px -20px;
  padding: 25px 40px 0;
  text-align: left;
}

.mfp-video .modal__body {
  padding: 0;
}

.modal__blue {
  background: #00B1D7;
  color: #fff;
}

.modal__blue .mfp-close {
  color: #fff;
}

.modal__blue a {
  color: #fff;
}

.modal__white {
  background: #fff;
  color: #6E3590;
}

.modal__white .mfp-close {
  color: #6E3590;
}

.modal__white a {
  color: #6E3590;
}

.modal__purple {
  background: #38034C;
  color: #fff;
}

.modal__purple .mfp-close {
  color: #fff;
}

.modal__purple a {
  color: #fff;
}

.modal__video {
  height: 100%;
  width: 100%;
}

.modal__video video {
  height: 100%;
  width: 100%;
  display: block;
}

.context-private .modal__body .gamma900, .context-private .modal__body .menu__level3__image-text strong, .menu__level3__image-text .context-private .modal__body strong {
  color: #97845B;
}

/* Animations */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-bg.mfp-video {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  background: #d7d7d7;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready.mfp-bg.mfp-video {
  opacity: 0.8;
  background: #6E3590;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg.mfp-video {
  opacity: 0;
}

.mfp-move-from-bottom .mfp-content {
  vertical-align: bottom;
}

.mfp-move-from-bottom .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-bottom.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-bottom.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(-150px);
}

.mfp-move-from-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-bottom.mfp-removing .mfp-with-anim {
  transform: translateY(50px);
  opacity: 0;
}

.mfp-move-from-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-video .mfp-close {
  color: #00B1D7;
  font-size: 50px;
}

@media screen and (max-width: 640px) {
  .mfp-container {
    height: auto;
  }
  .mfp-video .mfp-container {
    height: 100%;
  }
  .modal {
    height: 100vh;
  }
  .mfp-video .modal {
    height: auto;
  }
}

#modal-accounttype .js-tab > div {
  padding-top: 40px;
}

#modal-accounttype .form-item-text {
  width: 70%;
  max-width: 345px;
}

#modal-startpage img {
  max-width: 100%;
}

.breadcrumbs.fixed {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: all .25s;
  background-color: #fff;
  padding: 10px;
  max-width: none;
}

@media screen and (min-width: 960px) {
  .goingUp .breadcrumbs.fixed {
    margin-top: 62px;
  }
}

@media screen and (min-width: 1280px) {
  .goingUp .breadcrumbs.fixed {
    margin-top: 0;
  }
}

.breadcrumbs > .row {
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs > .row a {
  color: #999999;
}

.breadcrumbs > .row a:hover {
  color: #9C50CD;
}

.ui-accordion .ui-accordion-header {
  position: relative;
  color: #777;
  font-family: "Raleway-Bold";
  cursor: pointer;
  border-top: solid 1px #d7d7d7;
  padding: 25px 0;
}

.ui-accordion .ui-accordion-header:first-child {
  border-top: 0;
}

.ui-accordion .ui-accordion-header:after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 25px;
  content: "\e909";
  font-family: icomoon;
  font-size: 20px;
}

.ui-accordion .ui-accordion-header:focus {
  outline: 0 none;
}

.ui-accordion .ui-accordion-header .title {
  display: block;
}

@media screen and (min-width: 640px) {
  .ui-accordion .ui-accordion-header .title {
    display: inline-block;
    width: 40%;
  }
}

.ui-accordion .ui-accordion-header .accordion-section__local {
  color: #B59EC8;
  font-size: 16px;
  font-family: "Raleway-Bold";
  width: 40%;
  display: inline-block;
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  .ui-accordion .ui-accordion-header .accordion-section__local {
    text-align: right;
    width: 20%;
    margin-top: 3px;
  }
}

.ui-accordion .ui-accordion-header .accordion-section__time {
  font-size: 16px;
  color: #B59EC8;
  font-family: "Raleway-Bold";
  margin-top: 20px;
  width: 40%;
  display: inline-block;
}

@media screen and (min-width: 640px) {
  .ui-accordion .ui-accordion-header .accordion-section__time {
    text-align: right;
    width: 20%;
    margin-top: 3px;
  }
}

.ui-accordion .ui-accordion-header-active {
  color: #00B1D7;
}

.ui-accordion .ui-accordion-header-active:after {
  content: "\e908";
}

.ui-accordion .ui-accordion-header-active.accordion-section span {
  background-color: #00B1D7;
  color: #fff;
}

.ui-accordion .ui-accordion-header-active.accordion-section span.title {
  background-color: transparent;
  color: #00B1D7;
  display: block;
}

@media screen and (min-width: 640px) {
  .ui-accordion .ui-accordion-header-active.accordion-section span.title {
    display: inline-block;
  }
}

.ui-accordion .ui-accordion-header-active.accordion-section span.accordion-section__local {
  background-color: transparent;
  color: #B59EC8;
}

.ui-accordion .ui-accordion-header-active.accordion-section span.accordion-section__time {
  background-color: transparent;
  color: #B59EC8;
}

.ui-accordion .ui-accordion-content {
  font-family: "Raleway-Regular";
  padding: 0 0 20px 0;
}

.context-private .ui-accordion-header-active {
  color: #97845B;
}

.accordion-numbered .accordion-section {
  position: relative;
  padding-left: 60px !important;
}

.accordion-numbered .accordion-section span {
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 18px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background: #d7d7d7;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.accordion-section,
.accordion-section + div {
  padding-right: 50px !important;
}

.accordion-numbered .accordion-section + div {
  padding-left: 60px !important;
}

.ui-tabs .ui-tabs-nav {
  position: relative;
  display: -moz-flex;
  display: flex;
  margin: 0 0 15px 0;
}

.ui-tabs .ui-tabs-nav li.small-slider__tab-item {
  flex: 1;
  list-style: none;
  white-space: nowrap;
  border-bottom: solid 1px #d7d7d7;
  text-align: center;
}

.ui-tabs .ui-tabs-nav span.filet {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00B1D7;
  height: 3px;
  width: 50px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  display: block;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 15px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:active {
  outline: 0 none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #00B1D7;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border: none;
}

.ui-tabs .ui-tabs-panel .small-slider__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #00B1D7;
  font-size: 24px;
}

.ui-tabs .ui-tabs-panel .small-slider__button.icon-left {
  left: 0;
}

.ui-tabs .ui-tabs-panel .small-slider__button.icon-right2 {
  right: 0;
}

.modal__white li.ui-tabs-tab a.ui-tabs-anchor {
  color: #777;
}

.modal__white li.ui-tabs-active a.ui-tabs-anchor {
  color: #00B1D7;
}

.context-private .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #000;
}

.context-private .ui-tabs .ui-tabs-nav span.filet {
  background: #fff;
}

.context-private .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding-bottom: 15px;
}

.rounded__tabs.ui-tabs .ui-tabs-nav {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.rounded__tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-family: "Raleway-Regular";
  color: #6E3590;
  background: #f2f2f2;
  display: inline-block;
  padding: 8.5px 30px;
  border-radius: 40px;
  margin-bottom: 15px;
}

.rounded__tabs.ui-tabs .ui-tabs-nav li {
  border-bottom: none;
  flex: 0 auto;
  margin-right: 20px;
}

.rounded__tabs.ui-tabs .ui-tabs-nav li.ui-state-active a {
  background: #6E3590;
  color: #fff;
}

.downloads-area .col-md-11.buttons-container,
.downloads-area .col-md-6.buttons-container {
  margin-bottom: 50px;
}

.inline-list {
  display: -moz-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inline-list li {
  margin: 0;
  padding: 0 5px;
}

.inline-list li:first-child {
  padding-left: 0;
}

.inline-list li:last-child {
  padding-right: 0;
}

.inline-list-piped li {
  border-right: solid 1px #B59EC8;
}

.inline-list-piped li:last-child {
  border-right: none;
}

.context-private .inline-list-piped li {
  border-right: solid 1px #97845B;
}

.context-private .inline-list-piped li:last-child {
  border-right: none;
}

.job-form__block {
  border-bottom: 1px solid #d7d7d7;
}

.job-form__block:last-child {
  margin-bottom: 0;
}

.job-form__block h3 {
  color: #6E3590;
  float: left;
}

.job-form__block h6 span {
  font-family: "Raleway-Bold";
}

.job-form__block input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.job-form__block input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.job-form__block .js-form {
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .job-form__block .js-form {
    width: calc(100% + 3%);
  }
}

.job-form__block .wildcard {
  float: right;
  color: #6E3590;
  margin-top: -20px;
}

@media screen and (min-width: 960px) {
  .job-form__block .wildcard {
    margin-top: 40px;
  }
}

.job-form__block .description {
  max-width: 850px;
  line-height: 25px;
}

.job-form__block .form-datalist .form-item-text {
  color: #000;
}

.job-form__block .form-item-text {
  border: 1px solid #d7d7d7;
  width: 100%;
  max-width: inherit;
  color: #000;
}

.job-form__block .form-item-text[type="date"] {
  font-family: "Raleway-Regular";
  color: #777;
  font-weight: 400;
}

.job-form__block .form-item-text::-webkit-input-placeholder {
  color: #777;
}

.job-form__block .form-item-text:-moz-placeholder {
  color: #777;
}

.job-form__block .form-item-text::-moz-placeholder {
  color: #777;
}

.job-form__block .form-item-text:-ms-input-placeholder {
  color: #777;
}

@media screen and (min-width: 640px) {
  .job-form__block .form-item-text {
    width: 95%;
  }
}

@media screen and (min-width: 960px) {
  .job-form__block .form-item-text:not(.textarea) {
    width: 90%;
  }
}

.job-form__block .form-item.col-md-4 {
  width: 100%;
}

.job-form__block .form-item.col-md-2 {
  width: 100%;
}

.job-form__block .form-item.col-md-8 {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .job-form__block .form-item.col-md-4 {
    width: calc(50% - 2px);
  }
  .job-form__block .form-item.col-md-4:nth-child(odd) .form-datalist__pointer {
    right: 40px;
  }
  .job-form__block .form-item.col-md-4:nth-child(even) {
    text-align: right;
  }
  .job-form__block .form-item.col-md-4:nth-child(even) .form-datalist__options {
    right: 0;
    left: inherit !important;
    text-align: left;
  }
  .job-form__block .form-item.col-md-2 {
    width: calc(50% - 2px);
  }
}

@media screen and (min-width: 960px) {
  .job-form__block .form-item.col-md-4 {
    width: calc(100% / 3);
  }
  .job-form__block .form-item.col-md-4:nth-child(odd) .form-datalist__pointer {
    right: 80px;
  }
  .job-form__block .form-item.col-md-4:nth-child(even) {
    text-align: left;
  }
  .job-form__block .form-item.col-md-4:nth-child(even) .form-datalist__options {
    left: 0;
    right: inherit !important;
  }
  .job-form__block .form-item.col-md-2 {
    width: calc(50% / 3);
  }
  .job-form__block .form-item.col-md-8 {
    width: 66%;
  }
}

.job-form__block .form-item.form-datalist.multiple .form-datalist__options {
  left: 0;
  border: 1px solid #d7d7d7;
}

.job-form__block .form-item.form-datalist.multiple .form-datalist-item {
  display: block;
  color: #6E3590;
  line-height: 2em;
  cursor: pointer;
}

.job-form__block .form-item.form-datalist.multiple .form-datalist-item:hover {
  text-decoration: none;
  color: #00B1D7;
}

.job-form__block .form-item.form-datalist .form-datalist__pointer {
  right: 25px;
}

@media screen and (min-width: 960px) {
  .job-form__block .form-item.form-datalist .form-datalist__pointer {
    right: 80px;
  }
}

.job-form__block .btn-area {
  text-align: center;
}

.job-form__block .btn-area .btn {
  padding: 0 70px;
}

.job-form__block .btn-area .btn.btn-purple.btn-red:after {
  margin-left: -2px;
}

.job-form__block .job-form__radio-btns-container__title {
  display: block;
  position: relative;
  top: 18px;
  font-size: 14px;
  padding-right: 40px;
  color: #777779;
}

@media screen and (min-width: 640px) {
  .job-form__block .job-form__radio-btns-container__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .job-form__block .job-form__radio-btns-container__title {
    display: inline-block;
  }
}

.job-form__block .job-form__radio-btns-container__bullet {
  cursor: pointer;
  display: inline-block;
  width: calc((100% / 5) - 4px);
  position: relative;
  margin-top: 30px;
  height: 40px;
}

@media screen and (max-width: 480px) {
  .job-form__block .job-form__radio-btns-container__bullet {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .job-form__block .job-form__radio-btns-container__bullet {
    width: 100px;
    margin-top: 0;
  }
}

.job-form__block .job-form__radio-btns-container__bullet span {
  position: absolute;
  top: 10px;
  color: #777779;
  right: 65%;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .job-form__block .job-form__radio-btns-container__bullet span {
    right: 85%;
  }
}

@media screen and (min-width: 640px) {
  .job-form__block .job-form__radio-btns-container__bullet span {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .job-form__block .job-form__radio-btns-container__bullet span {
    position: relative;
    top: 18px;
    right: inherit;
    margin-left: 20px;
  }
}

.job-form__block .job-form__radio-btns-container__bullet:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
  right: 0;
}

@media screen and (min-width: 640px) {
  .job-form__block .job-form__radio-btns-container__bullet:after {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}

.job-form__block .job-form__radio-btns-container__bullet.selected:before {
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .job-form__block .job-form__radio-btns-container__bullet.selected:before {
    top: 10px;
    right: 10px;
  }
}

.job-form__block .job-form__radio-btns-container__bullet:before {
  transition: all 0.2s ease-in-out;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-radius: 30px;
  background-color: #6E3590;
  right: 30px;
  opacity: 0;
  top: 30px;
}

.job-form__block .js-upload {
  position: relative;
}

.job-form__block .js-upload span {
  position: absolute;
  left: 35px;
  top: 75px;
}

.job-form__block .col-md-12 {
  max-width: 1400px;
  width: 100%;
}

.job-form__block textarea {
  border: 1px solid #d7d7d7;
}

.job-form__block textarea:focus {
  outline: none !important;
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

.job-form__block p {
  max-width: 850px;
  line-height: 25px;
}

.job-form__block .checkbox {
  width: 42px;
  border: 1px solid #d7d7d7;
  height: 42px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 70px;
  cursor: pointer;
}

.job-form__block .checkbox.selected:after {
  opacity: 1;
}

.job-form__block .checkbox label {
  padding-left: 60px;
  margin-top: 55px;
  width: 400px;
}

@media screen and (min-width: 496px) {
  .job-form__block .checkbox label {
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .job-form__block .checkbox label {
    padding-left: 84px;
    margin-top: 45px;
  }
}

.job-form__block .checkbox:after {
  font-family: icomoon !important;
  content: "\e906";
  position: absolute;
  color: #6E3590;
  opacity: 0;
  font-size: 25px;
  left: 9px;
  top: 4px;
  transition: opacity 150ms ease-out;
}

@media screen and (min-width: 960px) {
  .job-form__block .checkbox:after {
    font-size: 30px;
    left: 16px;
    top: 8px;
  }
}

@media screen and (min-width: 960px) {
  .job-form__block .checkbox {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
}

.job-form__block .checkbox-label {
  position: absolute;
  margin-left: 60px;
  top: 10px;
}

@media screen and (min-width: 960px) {
  .job-form__block .checkbox-label {
    margin-left: 87px;
    top: 14px;
  }
}

.job-form__block .add-form-block {
  background-color: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 40px 10px;
  position: relative;
  margin-bottom: 30px;
  /* &:after {
            position: absolute;
            content: "\e907";
            width: 30px;
            height: 30px;
            background-color: #fff;
            border-radius: 15px;
            right: 0;
            top: -10px;
            font-family: icomoon!important;
            color: #777779;
            font-size: 12px;
            text-align: center;
            line-height: 31px;
            @include small-laptop-min() {
                top: 50px;
                right: -13px;
            }
        }*/
}

@media screen and (min-width: 960px) {
  .job-form__block .add-form-block {
    height: 125px;
    border-radius: 90px;
    padding: 33px 13px 33px 29px;
  }
}

.job-form__block .add-form-block .form-item-text {
  border: 0;
}

.job-form__block .add-form-block .btn-remove {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  right: 0;
  top: -10px;
  cursor: pointer;
  transition: background-color 250ms ease-out;
}

.job-form__block .add-form-block .btn-remove:hover {
  background-color: #777779;
}

.job-form__block .add-form-block .btn-remove:hover:after {
  color: #fff;
}

.job-form__block .add-form-block .btn-remove:after {
  position: absolute;
  text-align: center;
  line-height: 31px;
  content: "\e907";
  width: 30px;
  height: 30px;
  font-family: icomoon !important;
  color: #777779;
  font-size: 12px;
  transition: color 250ms ease-out;
}

@media screen and (min-width: 960px) {
  .job-form__block .add-form-block .btn-remove {
    top: 50px;
    right: -13px;
  }
}

.job-form__block .add-form-block .btn {
  position: absolute;
  font-size: 30px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 960px) {
  .job-form__block .add-form-block .btn {
    width: 60px;
    height: 60px;
    bottom: -35px;
  }
}

.job-form__block .disclaimer {
  position: relative;
}

.page-404__section {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh;
}

.page-404__section h2 {
  background: url("/assets/images/404.png") no-repeat center/100%;
  min-height: 450px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.page-404__section .btn-blue {
  margin: 50px 0 0;
}

.page-500 {
  margin: 50px 0;
  padding: 0;
}

.page-500 img {
  max-width: 171px;
  margin-left: 50px;
}

.page-500__section {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh;
  max-width: 90%;
  margin: auto;
  text-align: center;
}

.cc-window {
  font: 14px/18px "Raleway-Regular";
}

.cc-window.cc-banner {
  padding-right: 7em;
}

.cc-window.cc-banner .cc-btn {
  padding: .8em !important;
}

.cc-window.cc-banner .cc-btn:last-child {
  min-width: 80px !important;
}

.cc-window.cc-banner .cc-btn:hover {
  background-color: #fff !important;
  color: #00B1D7 !important;
  text-decoration: none !important;
}

.context-private .cc-window {
  background-color: #000 !important;
}

.context-private .cc-window.cc-banner .cc-btn:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.fullscreen {
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
  /*@extend .spacer-xx-mega;*/
  top: -100px;
}

@media screen and (min-width: 960px) {
  .fullscreen {
    top: -200px;
  }
}

@media screen and (min-width: 1280px) {
  .fullscreen {
    top: -140px;
  }
}

.fullscreen__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
}

.fullscreen__item__wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fullscreen__item__texts {
  max-width: 1400px;
  margin: auto;
}

@media screen and (min-width: 1460px) {
  .fullscreen__item__texts {
    padding-left: 0;
    padding-right: 0;
  }
}

.fullscreen__item__texts-title,
.fullscreen__item__texts-subtitle {
  max-width: 925px;
  overflow: hidden;
}

.fullscreen__item__texts-title {
  max-height: 3em;
}

@media screen and (min-width: 960px) {
  .fullscreen__item__texts-title {
    margin-top: 90px;
  }
}

.fullscreen__item__texts-subtitle {
  max-height: 4em;
  display: none;
}

@media screen and (min-width: 640px) {
  .fullscreen__item__texts-subtitle {
    display: block;
  }
}

@media screen and (min-width: 1460px) {
  .fullscreen__item__texts-subtitle {
    font-size: 30px;
  }
}

.fullscreen__pagination {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
}

.fullscreen__arrow {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.fullscreen__arrow:before {
  font-family: icomoon;
  content: "\e90a";
}

.context-private .icon-right2 {
  color: #fff;
}

footer,
.footer {
  background: #00B1D7;
  color: #000;
  font-size: 12px;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  footer,
  .footer {
    padding: 40px;
    text-align: left;
  }
}

footer a,
.footer a {
  color: #000;
}

footer a:hover,
.footer a:hover {
  color: #000;
  text-decoration: underline;
}

.context-private footer,
.context-private .footer {
  background: #97845B;
  color: #fff;
}

.context-private footer a,
.context-private .footer a {
  color: #fff;
}

.context-sticky footer,
.context-sticky .footer {
  margin-bottom: 60px;
}

@media screen and (min-width: 640px) {
  .context-sticky footer,
  .context-sticky .footer {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
  .context-sticky footer,
  .context-sticky .footer {
    margin-bottom: 0;
  }
}

.footer__column .icon-up {
  margin-left: 5px;
}

.footer__links {
  display: block;
}

.footer__links a {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (min-width: 960px) {
  .footer__links {
    display: inline-block;
    vertical-align: middle;
  }
  .footer__links a {
    margin-left: 10px;
    margin-right: 0;
  }
}

.footer__social-media {
  display: block;
}

@media screen and (min-width: 960px) {
  .footer__social-media {
    display: inline-block;
    vertical-align: middle;
  }
}

.hero {
  position: relative;
  margin-bottom: 25px;
}

@media screen and (min-width: 1280px) {
  .hero {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 640px) {
  .hero__slider {
    top: -100px;
  }
}

@media screen and (min-width: 1280px) {
  .hero__slider {
    top: 0;
  }
}

.hero + div.container-fluid:not(.breadcrumbs) {
  position: relative;
  z-index: 2;
}

.hero__item {
  position: relative;
  min-height: 225px;
}

@media screen and (min-width: 640px) {
  .hero__item {
    min-height: 450px;
  }
}

@media screen and (min-width: 960px) {
  .hero__item {
    min-height: 500px;
  }
}

.hero__item--cta {
  min-height: 180px;
}

.hero__item.hero--video video {
  height: 225px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media screen and (min-width: 640px) {
  .hero__item.hero--video video {
    height: 450px;
  }
}

@media screen and (min-width: 960px) {
  .hero__item.hero--video video {
    height: 500px;
  }
}

.hero__item.no-image .hero__item__text-lead {
  color: #999;
  max-height: initial;
  max-width: 790px;
  width: 100%;
}

.hero__item.no-image .hero__item__text-title {
  max-width: 790px;
  width: 100%;
}

.hero__item.no-image:after {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #00B1D7;
  bottom: 0px;
  right: 0px;
  width: 100%;
}

.hero__item.no-lead {
  min-height: 210px;
}

.hero__item.no-lead .hero__item__text-lead {
  margin-bottom: 0px;
}

.hero__item.no-lead .hero__item__text-title {
  max-width: 790px;
  width: 100%;
}

.hero__item.no-lead:after {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #00B1D7;
  bottom: 0px;
  right: 0px;
  width: 100%;
}

.hero__item__background {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .hero__item__background {
    background-size: cover;
  }
}

.hero__item--cta .hero__item__background {
  background-size: cover;
}

.hero__item__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__item__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.hero__item__picture--left img {
  -o-object-position: top left;
     object-position: top left;
}

.hero__item__picture--right img {
  -o-object-position: top right;
     object-position: top right;
}

.hero__item__wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero__slider .hero__item__wrapper {
  width: auto;
  position: relative;
  top: 0;
  transform: translateY(0);
}

.hero__item__text {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (min-width: 640px) {
  .hero__item__text {
    padding: 0 40px;
  }
}

.hero__item--cta .hero__item__text {
  text-align: center;
}

.hero__item__text-title,
.hero__item__text-lead {
  max-width: 60%;
}

.hero__item__text-title {
  line-height: 1;
  max-height: 3em;
}

.hero__item__text-title.no-margin {
  margin: 0px;
}

.context-private .hero__item__text-title {
  color: #fff;
}

.hero__item__text-lead {
  color: #fff;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  display: none;
}

@media screen and (min-width: 640px) {
  .hero__item__text-lead {
    display: block;
  }
}

@media screen and (min-width: 1460px) {
  .hero__item__text-lead {
    font-size: 30px;
  }
}

.hero__item__text-small-title {
  top: 75px;
  position: relative;
}

@media screen and (min-width: 640px) {
  .hero__item__text-small-title {
    top: 50px;
  }
}

.hero__pagination {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 15px;
}

.hero__pagination .owl-dot {
  color: #fff;
}

@media screen and (min-width: 640px) {
  .hero__pagination {
    left: 40px;
  }
}

@media screen and (min-width: 960px) {
  .hero__pagination {
    bottom: 25px;
  }
}

.hero__item__link {
  display: inline-block;
  padding: 0 26.66667px;
  color: #6E3590;
  text-decoration: underline;
  font-size: 14px;
  line-height: 40px;
}

@media screen and (min-width: 640px) {
  .hero__item__link {
    font-size: 16px;
    line-height: 50px;
    padding: 0 33.33333px;
  }
}

@media screen and (min-width: 960px) {
  .hero__item__link {
    font-size: 18px;
    line-height: 60px;
    padding: 0 40px;
  }
}

.context-homepage .hero__pagination {
  right: 40px;
  left: inherit;
}

@media screen and (min-width: 960px) {
  .context-homepage .hero__pagination {
    right: 90px;
  }
}

.context-homepage .hero__item__text-title {
  margin-top: 90px;
}

.context-homepage .hero__item__text-title.no-margin {
  margin: 0px;
}

.context-homepage .hero__item__text-title,
.context-homepage .hero__item__text-lead {
  max-width: 70%;
}

@media screen and (min-width: 960px) {
  .hero-noticias {
    display: flex;
  }
  .hero-noticias div {
    margin-top: auto;
  }
  .hero-noticias .col-md-4 {
    margin-bottom: 10px;
    padding-right: 30px;
    text-align: right;
  }
  .hero-noticias .btn {
    margin-top: 0px;
  }
}

.hero-noticias .btn {
  margin-top: 40px;
  padding: 0 50px;
  color: #999;
  background-color: #f2f2f2;
}

.hero-noticias .btn::after {
  position: relative;
  color: #999;
  font-family: icomoon;
  font-size: 12px;
  content: "\e90c";
  right: -20px;
  line-height: 1;
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
}

.menu a:hover {
  text-decoration: none;
}

.menu__level1 {
  transition: all 0.1s ease-in-out;
  display: -moz-flex;
  display: flex;
  height: 50px;
  background-color: #F3F3F3;
}

.context-private .menu__level1 {
  background-color: #F3F3F3;
}

.menu__level1__leftside {
  flex: 0 125px;
  font-size: 13px;
  line-height: 13px;
  padding: 18px 0 0 20px;
}

@media screen and (min-width: 1280px) {
  .menu__level1__leftside {
    flex: 0 350px;
  }
}

.menu__level1__leftside li {
  padding-left: 8px;
  padding-right: 8px;
}

.menu__level1__leftside li:nth-child(2) {
  border-right: 0;
}

.menu__level1__leftside li a {
  color: #0A0A0A;
  font-family: "Raleway-Semi-Bold";
  font-weight: 600;
}

.menu__level1__leftside li a:hover {
  color: #00B1D7;
}

.context-private .menu__level1__leftside li a:hover {
  color: #000;
}

.context-private .marker {
  background: #000;
}

.menu__level1__rightside {
  font-size: 0;
}

.menu__level1__rightside .menu__level1__card {
  display: inline-block;
}

.menu__level1__rightside .menu__level1__card a {
  transition: all 0.3s ease-in-out;
  display: block;
  color: #6E3590;
  font-size: 14px;
  font-family: "Raleway-Semi-Bold";
  height: 50px;
  line-height: 50px;
  width: 190px;
  text-align: center;
  text-decoration: underline;
}

.menu__level1__rightside .menu__level1__card a:hover {
  color: #4D1A64;
}

.menu__level1__rightside .menu__level1__card a:focus {
  outline: 0 none;
  text-decoration: none;
}

.context-private .menu__level1__card a {
  color: #7E6C47;
}

.context-private .menu__level1__card a:hover {
  color: #7E6C47;
}

.menu__level1__options {
  position: relative;
  flex: 1;
  text-align: center;
  padding-top: 11px;
  white-space: nowrap;
}

.menu__level1__options > span {
  display: inline-block;
  cursor: pointer;
  color: #454545;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
}

.menu__level1__options > span:hover {
  color: #6E3590;
}

.menu__level1__options > span.active {
  color: #0A0A0A;
  font-family: "Raleway-Semi-Bold";
}

.menu__level1__options .marker {
  position: absolute;
  display: block;
  bottom: 0;
  background: #00B1D7;
  height: 3px;
  width: 0;
}

.context-private .menu__level1__options span {
  color: #000;
}

.context-private .menu__level1__options span.active {
  color: #0A0A0A;
}

.context-private .menuMobile span {
  color: #fff;
}

.context-private .menuMobile span:hover {
  color: #000;
}

.context-private .menuMobile span.active {
  color: #0A0A0A;
}

.context-private .marker {
  background: #000;
}

.menu__level1__net {
  flex: 0 125px;
}

.menu__level1__net .menu__level1__card {
  display: none;
}

@media screen and (min-width: 960px) {
  .menu__level1__net .menu__level1__card {
    display: inline-block;
  }
  .menu__level1__net .menu__level1__card a {
    transition: all 0.3s ease-in-out;
    display: block;
    color: #6E3590;
    font-size: 14px;
    font-family: "Raleway-Semi-Bold";
    line-height: 50px;
    text-align: center;
    text-decoration: underline;
  }
  .menu__level1__net .menu__level1__card a:hover {
    color: #4D1A64;
  }
  .menu__level1__net .menu__level1__card a:focus {
    outline: 0 none;
  }
}

@media screen and (min-width: 1280px) {
  .menu__level1__net {
    display: -moz-flex;
    display: flex;
    align-items: center;
    flex: 0 350px;
    position: relative;
    justify-content: flex-end;
    padding-right: 24px;
  }
}

.menu__login1__net {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0.4);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
}

.menu__login1__net.open {
  opacity: 1;
  z-index: 40;
  pointer-events: auto;
}

.menu__login1__net.open .menu__form {
  transform: translateX(0);
}

.menu__login1__net.open.closing .menu__form {
  transform: translateX(100%);
}

.menu__login1__net .menu__form__container {
  width: 100%;
  position: relative;
  margin-bottom: 21px;
  margin-top: 29px;
}

.menu__login1__net .menu__form__button {
  margin: 0;
  font-size: 15px;
  color: #fff;
  line-height: 39px;
  border-radius: 100vmax;
  padding: 0 32px 0 32px;
  font-family: "Raleway-Semi-Bold";
}

.menu__login1__net .menu__form__input input {
  background: none;
  font-size: 16px;
  line-height: 23px;
  color: black;
  height: 47px;
  width: 100%;
  padding: 0 32px 0 32px;
  border: 2px solid #D1D1D1;
  border-radius: 56px;
}

.menu__login1__net .menu__form__input ::-moz-placeholder {
  color: #5C5C5C;
}

.menu__login1__net .menu__form__input :-ms-input-placeholder {
  color: #5C5C5C;
}

.menu__login1__net .menu__form__input ::placeholder {
  color: #5C5C5C;
}

.menu__login1__net .menu__form__select select {
  background: none;
  font-size: 16px;
  line-height: 23px;
  color: #5C5C5C;
  height: 47px;
  width: 100%;
  padding: 0 32px 0 32px;
  border: 2px solid #D1D1D1;
  border-radius: 56px;
}

.menu__login1__net .menu__form__select span {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 12px;
  color: #4F4F4F;
  pointer-events: none;
}

.menu__login1__net .menu__form__toggle-list a {
  border: none;
  font-size: 16px;
  text-decoration: underline;
  color: #6E3590;
  background: none;
}

.menu__login1__net .menu__form__toggle-list a:hover {
  color: #00B1D7;
}

.menu__login1__net .menu__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  margin-right: 0;
  border-radius: 0;
  padding: 40px;
  transform: translateX(100%);
  transition: .3s transform;
  min-height: 700px;
}

@media screen and (min-width: 960px) {
  .menu__login1__net .menu__form {
    border-bottom-left-radius: 37px;
    border-top-left-radius: 37px;
    max-width: 435px;
  }
}

@media screen and (min-width: 1280px) {
  .menu__login1__net .menu__form {
    border-bottom-left-radius: 37px;
    border-top-left-radius: 37px;
  }
}

.menu__login1__net .menu__form__text {
  font-family: "MuseoSansRounded-900";
  color: #6E3590;
  font-size: 55px;
  margin-right: 0;
}

.menu__login1__net .menu__form .button__close {
  position: absolute;
  background: none;
  border: none;
  top: 43px;
  right: 27px;
}

.menu__login1__net .menu__form .button__close span:before {
  font-size: 18px;
  color: #6E3590;
}

@media screen and (min-width: 960px) {
  .menu__login1__net .menu__form .button__close {
    top: 42px;
    right: 40px;
  }
}

.menu__login1__net .menu__list {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 40px;
}

@media screen and (min-width: 960px) {
  .menu__login1__net .menu__list {
    bottom: 60px;
  }
}

.menu__login1__net .menu__list ul {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
}

@media screen and (min-width: 960px) {
  .menu__login1__net .menu__list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-wrap: nowrap;
    grid-gap: 0 18px;
  }
}

@media screen and (min-width: 1280px) {
  .menu__login1__net .menu__list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-wrap: nowrap;
  }
}

.menu__login1__net .menu__list .menu__list__container li:nth-child(1) {
  order: 1;
}

.menu__login1__net .menu__list .menu__list__container li:nth-child(2) {
  order: 2;
}

.menu__login1__net .menu__list .menu__list__container li:nth-child(3) {
  order: 3;
}

.menu__login1__net .menu__list .menu__list__container li:nth-child(4) {
  order: 4;
}

@media screen and (min-width: 960px) {
  .menu__login1__net .menu__list .menu__list__container li:nth-child(1) {
    order: 1;
  }
  .menu__login1__net .menu__list .menu__list__container li:nth-child(2) {
    order: 3;
  }
  .menu__login1__net .menu__list .menu__list__container li:nth-child(3) {
    order: 2;
  }
  .menu__login1__net .menu__list .menu__list__container li:nth-child(4) {
    order: 4;
  }
}

.menu__login1__net .menu__list__item a {
  font-family: "Raleway-Regular";
  color: #999999;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}

.menu__login1__net .menu__list__item a:hover {
  color: #00B1D7;
}

.menu__login1__net .menu__list__item .purple2 {
  font-family: "Raleway-Semi-Bold";
  color: #6E3590;
}

.menu__login1__net .menu__list__item .grey2 {
  font-family: "Raleway-Regular";
  color: #999999;
}

.menu__login1__net .menu__list__item span {
  font-size: 11px;
  color: #999999;
  margin-right: 6px;
}

.context-private .menu__login1__net .menu__form__text {
  font-family: "MuseoSansRounded-900";
  color: #7E6C47;
}

.context-private .menu__login1__net .menu__form .button__close span:before {
  color: #7E6C47;
}

.context-private .menu__login1__net .menu__form__button {
  background-color: #7E6C47;
}

.context-private .menu__login1__net .menu__list__item a:hover {
  color: #000;
}

.context-private .menu__login1__net .menu__list__item span {
  color: #999999;
}

.context-private .menu__login1__net .menu__list__item .purple2 {
  color: #7E6C47;
}

.context-private .menu__login1__net .menu__list__item .grey2 {
  color: #999999;
}

.context-private .menu__login1__net .menu__form__toggle-list a {
  color: #7E6C47;
}

.context-private .menu__login1__net .menu__form__toggle-list a:hover {
  color: #000;
}

.context-private .menu__login1__net .menu__form__select span {
  color: #4F4F4F;
}

.context-private .menu__level1__net .menu__form__container {
  box-shadow: 0 0 0 1px #97845B;
}

.context-private .menu__level1__net .menu__form__select select {
  color: #000;
}

.context-private .menu__level1__net .menu__form__select span {
  color: #000;
}

.context-private .menu__level1__net .menu__form__input input {
  border-right: 1px solid #97845B;
  color: #d7d7d7;
}

.context-private .menu__level1__net .menu__form__input input::-moz-placeholder {
  color: #d7d7d7;
}

.context-private .menu__level1__net .menu__form__input input:-ms-input-placeholder {
  color: #d7d7d7;
}

.context-private .menu__level1__net .menu__form__input input::placeholder {
  color: #d7d7d7;
}

.context-private .menu__level1__net .menu__form__button {
  background: #97845B;
  color: #d7d7d7;
}

.context-private .menu__level1__net .menu__form__toggle-list.open {
  color: #000;
}

.context-private .menu__level1__net .focused .menu__form__input input {
  color: #000;
}

.context-private .menu__level1__net .focused .menu__form__input input::-moz-placeholder {
  color: #7E6C47;
}

.context-private .menu__level1__net .focused .menu__form__input input:-ms-input-placeholder {
  color: #7E6C47;
}

.context-private .menu__level1__net .focused .menu__form__input input::placeholder {
  color: #7E6C47;
}

.context-private .menu__level1__net .focused.menu__form__container {
  background: #fff;
}

.context-private .menu__level1__net .menu__list {
  background: #7E6C47;
}

.context-private .menu__level1__net .menu__list__item span {
  color: #000;
}

.context-private .menu__level1__net .menu__list__item a:hover {
  color: #d7d7d7;
  text-decoration: underline;
}

.context-private .menu__level1__net .menu__level1__card a {
  color: #7E6C47;
}

.context-private .menu__level2__bottom .menu__form__text {
  color: #7E6C47;
}

.context-private .menu__level2__bottom .menu__form__container {
  box-shadow: 0 0 0 1px #7E6C47;
}

.context-private .menu__level2__bottom .menu__form__input input {
  color: #999;
  border-right: 1px solid #7E6C47;
}

.context-private .menu__level2__bottom .menu__form__input input::-moz-placeholder {
  color: #999;
}

.context-private .menu__level2__bottom .menu__form__input input:-ms-input-placeholder {
  color: #999;
}

.context-private .menu__level2__bottom .menu__form__input input::placeholder {
  color: #999;
}

.context-private .menu__level2__bottom .menu__form__select select {
  color: #000;
}

.context-private .menu__level2__bottom .menu__form__select span {
  color: #000;
}

.context-private .menu__level2__bottom .menu__form__button {
  background: #7E6C47;
}

.context-private .menu__level2__bottom .menu__list__item a {
  color: #7E6C47;
}

.context-private .menu__level2__bottom .menu__list__item span {
  color: #000;
}

.menu__level2 {
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.menu__level2:before, .menu__level2:after {
  display: table;
  content: " ";
}

.menu__level2:after {
  clear: both;
}

@media screen and (min-width: 960px) {
  .menu__level2 {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}

@media screen and (min-width: 1280px) {
  .menu__level2 {
    display: block;
    position: relative;
    height: 90px;
  }
}

.menu__level2 .menu__level2__holder {
  background: #fff;
}

.menu__level2 .menu__level2__options a {
  color: #6E3590;
}

.menu__level2 .menu__level2__options a:hover {
  color: #00B1D7;
}

.menu__level2 .menu__level2__rightside .icon-magnifier {
  color: #6E3590;
}

.menu__level2 .menu__level2__rightside .icon-magnifier:hover {
  color: #00B1D7;
}

.menu__level2 .menu__level2__rightside .menu__level2__net a {
  color: #6E3590;
}

.menu__level2__holder {
  transition: all 0.3s ease-in-out;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #f2f2f2;
  text-align: center;
  flex: 1;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .menu__level2__holder {
    width: 100%;
    position: static;
    left: auto;
    top: auto;
    border-top: none;
    padding-left: 150px;
    padding-right: 150px;
    border-bottom: none;
  }
}

.menu__level2.filled, .desktopScrolling .menu__level2 {
  background: #fff;
}

.menu__level2.filled .menu__level2__holder, .desktopScrolling .menu__level2 .menu__level2__holder {
  background: #fff;
}

.menu__level2.filled .menu__level2__options a, .desktopScrolling .menu__level2 .menu__level2__options a {
  color: #6E3590;
}

.menu__level2.filled .menu__level2__options a:hover, .desktopScrolling .menu__level2 .menu__level2__options a:hover {
  color: #00B1D7;
}

.menu__level2.filled .menu__level2__rightside .icon-magnifier, .desktopScrolling .menu__level2 .menu__level2__rightside .icon-magnifier {
  color: #6E3590;
}

.menu__level2.filled .menu__level2__rightside .icon-magnifier:hover, .desktopScrolling .menu__level2 .menu__level2__rightside .icon-magnifier:hover {
  color: #00B1D7;
}

.menu__level2.filled .menu__level2__rightside .menu__level2__net a, .desktopScrolling .menu__level2 .menu__level2__rightside .menu__level2__net a {
  color: #6E3590;
  background-color: #fff;
}

.context-private .menu__level2.filled .icon-magnifier, .context-private .desktopScrolling .menu__level2 .icon-magnifier, .desktopScrolling .context-private .menu__level2 .icon-magnifier {
  color: #7E6C47 !important;
}

.context-private .menu__level2.filled .icon-magnifier:hover, .context-private .desktopScrolling .menu__level2 .icon-magnifier:hover, .desktopScrolling .context-private .menu__level2 .icon-magnifier:hover {
  color: #7E6C47 !important;
}

.context-private .menu__level2.filled .menu__level2__net a, .context-private .desktopScrolling .menu__level2 .menu__level2__net a, .desktopScrolling .context-private .menu__level2 .menu__level2__net a {
  border: solid 2px #D9D3C8 !important;
  color: #97845B !important;
}

.context-private .menu__level2.filled .menu__level2__options a, .context-private .desktopScrolling .menu__level2 .menu__level2__options a, .desktopScrolling .context-private .menu__level2 .menu__level2__options a {
  color: #97845B;
}

.context-private .menu__level2.filled .menu__level2__options a:hover, .context-private .desktopScrolling .menu__level2 .menu__level2__options a:hover, .desktopScrolling .context-private .menu__level2 .menu__level2__options a:hover {
  color: #000;
}

.context-private .menu__level2__options a {
  color: #97845B;
}

.context-private .menu__level2__options a:hover {
  color: #000;
}

.menu__level2__options {
  display: none;
}

.menu__level2__options ul {
  font-size: 0;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 30px;
}

@media screen and (min-width: 1280px) {
  .menu__level2__options ul {
    display: inline-flex;
    padding: 0;
  }
}

.menu__level2__options li {
  padding: 0;
}

.menu__level2__options li:first-child a {
  padding-left: 0;
}

.menu__level2__options li:last-child a {
  padding-right: 0;
}

.menu__level2__options li.active a {
  color: #00B1D7;
}

.menu__level2__options a {
  font-family: "Raleway-Semi-Bold";
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  /*@include wide-desktop-min() {
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: normal;
        }*/
}

.menu__level2__options a[href] {
  cursor: pointer;
}

.menu__level2__options a:hover {
  color: #00B1D7;
}

@media screen and (min-width: 1280px) {
  .menu__level2__options a {
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: -0.03em;
    height: 90px;
    line-height: 90px;
    color: #6E3590;
    font-size: 16px;
  }
}

@media screen and (min-width: 1600px) {
  .menu__level2__options a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
  }
}

.context-private .menu__level2__options li.active a {
  color: #000;
}

.menu__level2__leftside {
  position: absolute;
  left: 20px;
  top: 25px;
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .menu__level2__leftside {
    min-height: 91px;
    position: static;
    padding-left: 20px;
    display: -moz-flex;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #f2f2f2;
    background: #fff;
  }
}

@media screen and (min-width: 1280px) {
  .menu__level2__leftside {
    height: auto;
    display: inline-block;
    position: absolute;
    padding-left: 0;
    border-bottom: none;
    background: transparent;
  }
}

.menu__level2__rightside {
  top: 20px;
  right: 20px;
  position: absolute;
  padding-right: 24px;
}

@media screen and (min-width: 960px) {
  .menu__level2__rightside {
    position: static;
    display: -moz-flex;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: solid 1px #f2f2f2;
    background: #fff;
    padding-right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .menu__level2__rightside {
    position: absolute;
    display: flex;
    gap: 10px;
    border-bottom: none;
    background: transparent;
    padding-right: 0;
  }
}

.menu__level2__rightside .icon-magnifier {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  color: #6E3590;
  font-size: 22px;
  margin-right: 20px;
  cursor: pointer;
}

.menu__level2__rightside .icon-magnifier:hover {
  color: #00B1D7;
}

.menu__level2__rightside .icon-magnifier.cross:before {
  content: "\e907";
}

.menu__level2__rightside .menu__level2__net {
  display: none;
}

.menu__level2__rightside .login a {
  color: #000;
  width: 107px;
  border: 2px solid #00B1D7;
}

@media screen and (min-width: 960px) {
  .menu__level2__rightside .login a {
    line-height: 54px;
  }
  .menu__level2__rightside .login a:hover {
    border: 2px solid #038EB7;
  }
}

.menu__level2__rightside .login a:focus {
  border: 2px solid #144C65;
}

.menu__level2__rightside .login a:active {
  background-color: #CEF9FF;
}

.menu__level2__rightside .login a:focus, .menu__level2__rightside .login a:active {
  color: #000;
  text-decoration: none;
}

.menu__level2__rightside .account a {
  color: #fff;
  background-color: #00B1D7;
  width: 149px;
  background: #00B1D7;
  border: 2px solid #00B1D7;
}

@media screen and (min-width: 960px) {
  .menu__level2__rightside .account a {
    line-height: 54px;
  }
  .menu__level2__rightside .account a:hover {
    background-color: #63E6FD;
    color: #fff;
    border: 2px solid #63E6FD;
  }
}

.menu__level2__rightside .account a:focus {
  background-color: #038EB7;
  border: 2px solid #144C65;
}

.menu__level2__rightside .account a:active {
  background-color: #144C65;
}

.menu__level2__rightside .account a:focus, .menu__level2__rightside .account a:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .menu__level2__rightside .account {
    margin-right: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .menu__level2__rightside .account {
    margin-right: 0;
  }
}

.menu__level2__rightside .menu__level2__card {
  display: inline-block;
}

.menu__level2__rightside .menu__level2__card a,
.menu__level2__rightside .menu__level2__card button {
  border: solid 2px #00B1D7;
  display: block;
  line-height: 42px;
  font-size: 15px;
  font-family: "Raleway-Semi-Bold";
  text-align: center;
  border-radius: 35px;
}

.menu__level2__rightside .menu__level2__card a:focus,
.menu__level2__rightside .menu__level2__card button:focus {
  outline: 0 none;
  text-decoration: none;
}

.menu__level2__rightside .menu__level2__card button {
  background: transparent;
  padding-left: 32px;
  padding-right: 32px;
  color: #000;
}

.menu__level2__rightside .menu__level2__card button:hover {
  border: 2px solid #038EB7;
}

.menu__level2__rightside .menu__level2__card button:focus {
  border: 2px solid #144C65;
}

.menu__level2__rightside .menu__level2__card button:active {
  background-color: #CEF9FF;
  border: 2px solid #144C65;
}

.menu__level2__bottom {
  display: none;
}

@media screen and (min-width: 960px) {
  .menu__level2__bottom {
    display: none;
    width: 100%;
    background: #fff;
    padding: 15px;
    position: absolute;
    bottom: -61px;
    transition: .2s;
  }
}

@media screen and (min-width: 1280px) {
  .menu__level2__bottom {
    display: none;
  }
}

.context-private .menu__level2__rightside .icon-magnifier {
  color: #7E6C47;
}

.context-private .menu__level2__rightside .icon-magnifier:hover {
  color: #7E6C47;
}

.context-private .menu__level2__rightside .login a {
  color: #000;
  width: 107px;
  border: 2px solid #7E6C47;
}

@media screen and (min-width: 960px) {
  .context-private .menu__level2__rightside .login a:hover {
    border: 2px solid #BCB488;
  }
}

.context-private .menu__level2__rightside .login a:focus {
  border: 2px solid #4F4134;
}

.context-private .menu__level2__rightside .login a:active {
  background-color: #E9E8D8;
}

.context-private .menu__level2__rightside .login a:focus, .context-private .menu__level2__rightside .login a:active {
  color: #000;
  text-decoration: none;
}

.context-private .menu__level2__rightside .account a {
  color: #fff;
  background-color: #7E6C47;
  width: 149px;
  border: 2px solid #7E6C47;
}

@media screen and (min-width: 960px) {
  .context-private .menu__level2__rightside .account a:hover {
    color: #fff;
    background-color: #BCB488;
    border: 2px solid #BCB488;
  }
}

.context-private .menu__level2__rightside .account a:focus {
  background-color: #7E6C47;
  border: 2px solid #4F4134;
}

.context-private .menu__level2__rightside .account a:active {
  background-color: #4F4134;
}

.context-private .menu__level2__rightside .account a:focus, .context-private .menu__level2__rightside .account a:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .context-private .menu__level2__rightside .account {
    margin-right: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .context-private .menu__level2__rightside .account {
    margin-right: 0;
  }
}

.menu__level3 {
  display: none;
  padding-top: 20px;
  min-height: 300px;
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}

.menu__level3:before, .menu__level3:after {
  display: table;
  content: " ";
}

.menu__level3:after {
  clear: both;
}

@media screen and (min-width: 960px) {
  .menu__level3 {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .menu__level3 {
    padding-left: 0;
  }
}

@media screen and (min-width: 1280px) {
  .menu__level3 {
    margin-top: 0;
  }
}

.menu__level3.results {
  margin-top: 0;
  position: fixed;
  overflow-y: scroll;
  width: 101vw;
  height: 100vh;
}

.menu__level3.results .menu__level3__search {
  display: block;
}

.menu__level3.results .menu__level3__holder {
  display: none;
}

.menu__level3__holder {
  max-width: 1000px;
  margin: auto;
}

.menu__level3__options {
  display: -moz-flex;
  display: flex;
  flex-direction: row-reverse;
}

.menu__level3__links {
  display: -moz-flex;
  display: flex;
  padding: 30px 0px;
  flex-flow: column wrap;
  flex: 1;
}

.menu__level3__links__family {
  flex: 0 auto;
  width: 250px;
  padding: 0 20px 20px 0;
}

@media screen and (min-width: 960px) {
  .menu__level3__links__family {
    width: 230px;
  }
}

@media screen and (min-width: 1100px) {
  .menu__level3__links__family {
    width: 250px;
  }
}

.menu__level3__links__family span {
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}

.menu__level3__links__family span strong {
  font-family: "Raleway-Bold";
  font-size: 20px;
  color: #4D1A64;
}

.menu__level3__links__family a {
  color: #6E3590;
}

.menu__level3__links__family a:hover {
  color: #00B1D7;
}

.menu__level3__links__family a[href="javascript:void(0)"] {
  pointer-events: none;
  /*fix IE/EDGE*/
  display: block;
}

.context-private .menu__level3__links__family a {
  color: #97845B;
}

.context-private .menu__level3__links__family a:hover {
  color: #000;
}

.context-private .menu__level3__links__family a[href="javascript:void(0)"] {
  pointer-events: none;
}

.context-private .menu__level3__links__family span strong {
  color: #97845B;
}

.menu__level3__image {
  position: relative;
  float: right;
  margin-bottom: 20px;
}

.menu__level3__image img {
  max-width: 440px;
}

.menu__level3__image:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 70%;
  left: 0;
  top: 30%;
  opacity: .6;
  background: transparent;
  background: linear-gradient(to bottom, transparent, #000);
}

.menu__level3__image-text {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 25px;
  color: #fff;
}

.menu__level3__image-text strong {
  display: block;
  color: #fff;
}

.menu__level3__search {
  display: none;
  max-width: 1000px;
  margin: auto;
  color: #6E3590;
}

.menu__level3__search-label {
  margin-bottom: 20px;
}

.menu__level3__search-results a {
  font-size: 16px;
  color: #6E3590;
}

.menu__level3__search-results a:hover {
  color: #00B1D7;
}

.context-private .menu__level3__search {
  color: #97845B;
}

.context-private .menu__level3__search-results a {
  color: #97845B;
}

.context-private .menu__level3__search-results a:hover {
  color: #000;
}

.menu__mobile__container {
  display: none;
}

/* search bar */
.menu__level2__searchbar {
  display: none;
  top: 0;
  position: absolute;
  width: 100%;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 80px;
  white-space: nowrap;
}

@media screen and (min-width: 960px) {
  .menu__level2__searchbar {
    position: relative;
    width: auto;
    padding-top: 30px;
    flex: 1;
    border-bottom: solid 1px #f2f2f2;
    background: #fff;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .menu__level2__searchbar {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

.menu__level2__searchbar span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.menu__level2__searchbar span:before {
  display: block;
  content: "\e904";
  font-family: icomoon;
}

.menu__level2__searchbar input {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background: transparent;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  padding: 0;
}

.menu__level2__searchbar input:focus, .menu__level2__searchbar input:active {
  outline: 0 none;
}

.desktopScrolling .menu__level2__searchbar {
  border-bottom: solid 1px #f2f2f2;
  height: 62px;
  padding-top: 15px;
}

@media screen and (min-width: 960px) {
  .desktopScrolling .menu__level2__searchbar {
    width: 100%;
    padding-left: 100px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .desktopScrolling .menu__level2__searchbar {
    border-bottom: none;
    height: 61px;
  }
}

/* menu logo */
.menu__logo {
  display: inline-block;
  text-align: left;
}

.menu__logo .menu__logo-regular,
.menu__logo .menu__logo-symbol {
  display: none;
}

.menu__logo .menu__logo-scrolled {
  display: block;
}

.menu__logo .menu__logo-symbol img {
  height: 40px;
}

.menu__logo .menu__logo-regular img,
.menu__logo .menu__logo-scrolled img {
  height: 45px;
}

.menu__level2.filled .menu__logo .menu__logo-regular, .desktopScrolling .menu__level2 .menu__logo .menu__logo-regular,
.menu__level2.filled .menu__logo .menu__logo-symbol,
.desktopScrolling .menu__level2 .menu__logo .menu__logo-symbol {
  display: none;
}

.menu__level2.filled .menu__logo .menu__logo-scrolled, .desktopScrolling .menu__level2 .menu__logo .menu__logo-scrolled {
  display: block;
}

.menu__level2.filled .menu__logo .menu__logo-regular, .desktopScrolling .menu__level2 .menu__logo .menu__logo-regular,
.menu__level2.filled .menu__logo .menu__logo-symbol,
.desktopScrolling .menu__level2 .menu__logo .menu__logo-symbol {
  display: none;
}

.menu__level2.filled .menu__logo .menu__logo-scrolled, .desktopScrolling .menu__level2 .menu__logo .menu__logo-scrolled {
  display: block;
}

/* just for the homepage*/
/* desktop scrolling*/
.desktopScrolling .menu__level1 {
  height: 0;
}

.desktopScrolling.goingUp .menu__level1 {
  transition: all 0.3s ease-in-out;
  height: 50px;
}

.desktopScrolling.goingUp .menu__level1 .menu__level1__rightside {
  opacity: 0;
}

.desktopScrolling .menu__level2__rightside {
  padding-right: 24px;
}

.desktopScrolling .menu__level2 {
  height: 61px;
  background: #fff;
  border-bottom: none;
  z-index: 10;
  position: relative;
}

.desktopScrolling .menu__level2__holder {
  top: 60px;
  border-bottom: solid 1px #eeeeee;
  border-top: solid 1px #eeeeee;
}

@media screen and (min-width: 1280px) {
  .desktopScrolling .menu__level2__holder {
    border-top: none;
    top: auto;
    padding-left: 150px;
    padding-right: 150px;
  }
}

.desktopScrolling .menu__level2__options li.active a {
  color: #00B1D7;
}

@media screen and (min-width: 1280px) {
  .desktopScrolling .menu__level2__options a {
    line-height: 60px;
    height: 60px;
    font-size: 15px;
  }
}

.desktopScrolling.context-private .menu__level2__options li.active a {
  color: #000;
}

.desktopScrolling.context-private .menu__level2__rightside .account a {
  color: #fff;
  background-color: #7E6C47;
  width: 149px;
  border: 2px solid #7E6C47;
}

@media screen and (min-width: 960px) {
  .desktopScrolling.context-private .menu__level2__rightside .account a:hover {
    color: #fff;
    background-color: #BCB488;
    border: 2px solid #BCB488;
  }
}

.desktopScrolling.context-private .menu__level2__rightside .account a:focus {
  background-color: #7E6C47;
  border: 2px solid #4F4134;
}

.desktopScrolling.context-private .menu__level2__rightside .account a:active {
  background-color: #4F4134;
}

.desktopScrolling.context-private .menu__level2__rightside .account a:focus, .desktopScrolling.context-private .menu__level2__rightside .account a:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .desktopScrolling.context-private .menu__level2__rightside .account {
    margin-right: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .desktopScrolling.context-private .menu__level2__rightside .account {
    margin-right: 0;
  }
}

.desktopScrolling .menu__level2__leftside {
  min-height: 62px;
  top: 10px;
}

.desktopScrolling .menu__level2__rightside {
  top: 0;
  right: 0;
  font-size: 0;
}

.desktopScrolling .menu__level2__rightside .icon-magnifier {
  line-height: 60px;
}

.desktopScrolling .menu__level2__rightside .login a {
  color: #000;
  width: 107px;
}

.desktopScrolling .menu__level2__rightside .account a {
  color: #fff;
  background-color: #00B1D7;
  width: 149px;
}

.desktopScrolling .menu__level2__rightside .menu__level2__card {
  display: inline-block;
  vertical-align: top;
}

.desktopScrolling .menu__level2__rightside .menu__level2__card a {
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 15px;
  font-family: "MuseoSansRounded-700";
}

.desktopScrolling .menu__level2__rightside .menu__level2__card a:focus {
  outline: 0 none;
}

.desktopScrolling .menu__level2__rightside .menu__level2__net {
  display: inline-block;
  vertical-align: top;
}

.desktopScrolling .menu__level2__rightside .menu__level2__net a {
  transition: all 0.3s ease-in-out;
  border: none !important;
  color: #fff;
  height: 61px;
  line-height: 60px;
  font-size: 13px;
  font-family: "MuseoSansRounded-700";
  padding: 0 20px;
  background: #38034C;
  width: 170px;
}

.desktopScrolling .menu__level2__rightside .menu__level2__net a:hover {
  background: #ebebeb;
  color: #4D1A64 !important;
}

.desktopScrolling .menu__level2__rightside .menu__level2__net a:focus {
  outline: 0 none;
}

.desktopScrolling .menu__logo .menu__logo-regular,
.desktopScrolling .menu__logo .menu__logo-scrolled {
  display: none !important;
}

.desktopScrolling .menu__logo .menu__logo-symbol {
  display: block !important;
}

.desktopScrolling .menu__level3 {
  margin-top: 0;
}

.desktopScrolling .menu__level2__bottom {
  bottom: -62px;
}

.desktopScrolling.goingDown .menu__level2__bottom {
  bottom: 0;
  z-index: -1;
}

.context-private.desktopScrolling .menu__level2 .menu__level2__options a {
  color: #97845B;
}

.context-private.desktopScrolling .menu__level2 .menu__level2__options a:hover {
  color: #000;
}

.context-private.desktopScrolling .menu__level2 .menu__level2__rightside .icon-magnifier {
  color: #97845B;
}

.context-private.desktopScrolling .menu__level2 .menu__level2__rightside .icon-magnifier:hover, .context-private.desktopScrolling .menu__level2 .menu__level2__rightside .icon-magnifier.cross {
  color: #000 !important;
}

.context-private.desktopScrolling .menu__level2 .menu__level2__rightside .menu__level2__net a {
  border: none;
  color: #fff;
  background: #7E6C47;
}

.context-private.desktopScrolling .menu__level2 .menu__level2__rightside .menu__level2__net a:hover {
  background: #D9D3C8;
  color: #7E6C47 !important;
}

/* device specifics */
.menuDesktop .icon-burguer,
.menuDesktop .menu__double,
.menuDesktop .close-mobile-menu {
  display: none !important;
}

.menuMobile ul li a span {
  color: #fff;
}

.menuMobile.searchOpened {
  overflow: hidden;
}

.menuMobile .menu__level1__rightside,
.menuMobile .menu__level2__holder,
.menuMobile i.marker {
  display: none !important;
}

.menuMobile .menu {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 40px;
  background: #fff;
  border-bottom: none;
}

.menuMobile .menu__level1 {
  display: none;
  height: auto;
  text-align: left;
  background: transparent;
}

.menuMobile .menu__level1__leftside {
  padding-top: 22px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.menuMobile .menu__level1__leftside li {
  border: none;
}

.menuMobile .menu__level1__options {
  display: inline-block;
  text-align: left;
  background: transparent;
  padding: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

.menuMobile .menu__level1__options span {
  color: #B59EC8;
  padding: 0;
  line-height: 50px;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 16px;
}

.menuMobile .menu__level1__options span.active {
  color: #00B1D7;
  border-bottom: solid 3px #00B1D7;
}

@media screen and (min-width: 640px) {
  .menuMobile .menu__level1__options span {
    margin-right: 20px;
    font-size: 30px;
  }
}

.menuMobile .menu__level2 {
  height: 60px;
}

.menuMobile .menu__level2__leftside {
  top: 15px;
}

.menuMobile .menu__level2__rightside {
  top: auto;
  height: 60px;
  width: 100px;
}

.menuMobile .menu__level2__rightside .menu__level2__card,
.menuMobile .menu__level2__rightside .menu__level2__net {
  display: none;
}

.menuMobile .icon-burguer {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 33px;
  right: 0;
  color: #6E3590;
  cursor: pointer;
}

.menuMobile .icon-burguer:hover {
  color: #00B1D7;
}

.menuMobile .icon-magnifier {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  right: 35px;
  color: #6E3590;
  cursor: pointer;
}

.menuMobile .icon-magnifier:hover {
  color: #00B1D7;
}

.menuMobile .icon-magnifier.cross {
  right: 5px;
  margin-right: 0;
}

.menuMobile .close-mobile-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  z-index: 1;
  color: #B59EC8;
  transition: color 0.2s ease-in-out;
}

.menuMobile .close-mobile-menu:after {
  content: "\e907";
  font-family: icomoon;
  font-size: 20px;
}

.menuMobile .close-mobile-menu:hover {
  color: #00B1D7;
}

.menuMobile .menu__logo .menu__logo-regular,
.menuMobile .menu__logo .menu__logo-symbol {
  display: none;
}

.menuMobile .menu__logo .menu__logo-scrolled {
  display: block;
}

.menuMobile .menu__logo .menu__logo-scrolled img {
  width: auto;
  height: 30px;
}

.menuMobile.menuMobileOpened {
  overflow: hidden;
  padding-top: 0;
  height: 100vh;
}

.menuMobile.menuMobileOpened .menu {
  position: static;
  display: block;
  top: auto;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}

.menuMobile.menuMobileOpened .menu__level1 {
  display: block;
  margin-bottom: 41px;
}

.menuMobile.menuMobileOpened .menu__level1__options {
  left: 50px;
}

.menuMobile.menuMobileOpened .menu__level2 {
  display: none;
}

.menuMobile.menuMobileOpened .menu__mobile__container {
  display: block;
  padding-left: 50px;
}

.menuMobile.menuMobileOpened .menu__double {
  height: 0;
  overflow: hidden;
}

.menuMobile.menuMobileOpened > .container-fluid,
.menuMobile.menuMobileOpened > .fullscreen,
.menuMobile.menuMobileOpened > .footer {
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.menuMobile .menu__double {
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  height: 40px;
}

.menuMobile .menu__double .menu__double__card,
.menuMobile .menu__double .menu__double__net {
  display: inline-block;
  font-family: "MuseoSansRounded-700";
  font-size: 14px;
  height: 40px;
  width: 50%;
  transition: color 0.25s ease-in-out;
}

.menuMobile .menu__double .menu__double__card .icon,
.menuMobile .menu__double .menu__double__net .icon {
  position: relative;
  display: inline-block;
  height: 20px;
}

.menuMobile .menu__double .menu__double__card .icon:before,
.menuMobile .menu__double .menu__double__net .icon:before {
  opacity: 0;
  content: "\e918";
  font-family: icomoon;
  position: absolute;
  width: 20px;
  top: -5px;
  right: 10px;
  color: #fff;
  transition: opacity 0.25s ease-in-out;
}

.menuMobile .menu__double .menu__double__card .icon:before {
  color: #6E3590;
}

.menuMobile .menu__double.card-opened .menu__double__card {
  color: #6E3590;
}

.menuMobile .menu__double.card-opened .menu__double__card .icon:before {
  opacity: 1;
}

.menuMobile .menu__double.card-opened .menu__double__body {
  background-color: #4D1A64;
}

.menuMobile .menu__double.net-opened .menu__double__net {
  color: #fff;
}

.menuMobile .menu__double.net-opened .menu__double__net .icon:before {
  opacity: 1;
}

.menuMobile .menu__double.net-opened .menu__double__body {
  background-color: #38034C;
}

.menuMobile .menu__double__body {
  display: none;
  position: fixed;
  left: 0;
  top: 40px;
  z-index: 2;
  font-size: 14px;
  width: 101vw;
  text-align: center;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}

.menuMobile .menu__double__card,
.menuMobile .menu__double__net {
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.menuMobile .menu__double__card {
  background-color: #F3F3F3;
  color: #6E3590;
}

.menuMobile .menu__double__net {
  background: #00A2D5;
  color: #fff;
}

.context-private.menuMobile .menu__double .menu__double__card {
  background-color: #F3F3F3;
  color: #7E6C47;
}

.context-private.menuMobile .menu__double .menu__double__card .icon::before {
  color: #7E6C47;
}

.context-private.menuMobile .menu__double .menu__double__net {
  background-color: #7E6C47;
  color: #fff;
}

.context-private.menuMobile .menu__double.card-opened {
  color: #fff;
}

.context-private.menuMobile .menu__double.card-opened .menu__double__body {
  background-color: #97845B;
}

.context-private.menuMobile .menu__double.net-opened .menu__double__body {
  background-color: #7E6C47;
}

.context-private.menuMobile .menu__double p,
.context-private.menuMobile .menu__double p > a {
  color: #fff !important;
}

.context-private.menuMobile .icon-burguer,
.context-private.menuMobile .close-mobile-menu {
  color: #97845B;
}

.context-private.menuMobile .menu__level1__options span {
  color: #000;
}

.context-private.menuMobile .menu__level1__options span:hover {
  color: #97845B;
}

.context-private.menuMobile .menu__level1__options span.active {
  color: #0A0A0A;
  border-bottom: solid 3px #000;
}

.context-private.menuMobile ul li a span {
  color: #fff;
}

.mobileScrolling .menu__double {
  height: 0;
  overflow: hidden;
}

.mobileScrolling .menu {
  top: 0;
  border-bottom: solid 1px #d7d7d7;
}

.mobileScrolling.opened .menu {
  position: fixed;
  top: 0;
  height: 100vh;
}

.mobileScrolling.goingUp .menu__double {
  height: auto;
  overflow: visible;
}

.mobileScrolling.goingUp .menu {
  top: 40px;
}

.context-private .menu__mobile__container ul.inline-list > li > a {
  color: #000;
}

.context-private .menu__mobile__container ul.inline-list > li.active a {
  color: #000;
}

.context-private .menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family a[href] {
  color: #9A8A58;
}

/* mobile menu opened levels */
.menu__mobile__container ul.inline-list {
  display: block;
  width: 100%;
}

.menu__mobile__container ul.inline-list > li {
  display: block;
  padding: 0;
  text-align: left;
  line-height: normal;
  position: relative;
}

.menu__mobile__container ul.inline-list > li > a {
  display: block;
  cursor: pointer;
  color: #6E3590;
  font-family: "Raleway-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: none;
  margin: 0 0 32px 0;
}

.menu__mobile__container ul.inline-list > li > a.hasSubOptions:before {
  content: "\e90c";
  font-family: icomoon;
  position: absolute;
  font-size: 11px;
  margin-left: -23px;
  margin-top: 2px;
}

@media screen and (min-width: 640px) {
  .menu__mobile__container ul.inline-list > li > a {
    font-size: 25px;
    margin: 0 0 15px 0;
  }
}

.menu__mobile__container ul.inline-list > li.active a {
  color: #00B1D7;
}

.menu__mobile__container ul.inline-list > li.active a.hasSubOptions:before {
  content: "\e918";
  font-family: icomoon;
}

.menu__mobile__container ul.inline-list .menu__level3__links {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 70vw;
  white-space: normal;
}

.menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links_title span a[href] {
  font-size: 20px;
  font-weight: 700;
}

.menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  width: auto;
}

.menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family span.menu__level3__links__title {
  font-size: 20px;
}

.menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family span.menu__level3__links__title a[href] {
  font-size: 20px;
}

.menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family span {
  display: block;
  margin: 0 0 24px 0;
}

.menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family span strong {
  display: block;
  text-transform: none;
  color: #4D1A64;
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family span strong {
    font-size: 18px;
  }
}

@media screen and (min-width: 640px) {
  .menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family span {
    margin: 0 0 12px 0;
  }
}

.menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family span:last-child {
  margin-bottom: 42px;
}

.menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family a[href] {
  display: inline-block;
  color: #6E3590;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 640px) {
  .menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family a[href] {
    font-size: 16px;
  }
}

@media screen and (min-width: 640px) {
  .menu__mobile__container ul.inline-list .menu__level3__links .menu__level3__links__family {
    margin: 0 0 20px 0;
  }
}

/* menu form */
.menu__form {
  display: none;
  /*&__container {
            @include flexbox;
            box-shadow: 0 0 0 1px $bec-purple;
            border-radius: 6px;
            padding: 5px;
            position: relative;
            width: auto;
            margin-right: 8px;
            overflow: hidden;

            &.focused {
                background: $bec-white;
            }

            .menu__level2__bottom & {
                margin-right: 35px;
            }
        }*/
}

@media screen and (min-width: 960px) {
  .menu__level2__bottom .menu__form {
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1280px) {
  .menu__level2__bottom .menu__form {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .menu__form {
    display: -moz-flex;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
}

.menu__form__text {
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}

.menu__level2__bottom .menu__form__text {
  color: #6E3590;
}

.menu__form form {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.menu__form__button {
  border: none;
  background: #00B1D7;
  border: 3px solid #00B1D7;
  color: #fff;
  font-size: 11px;
  margin: -7px -5px -7px 0;
  line-height: 33px;
}

.menu__form__button:hover {
  background-color: #63E6FD;
  border: 3px solid #63E6FD;
}

.menu__form__button:active {
  background-color: #144C65;
  border: 3px solid #144C65;
}

.menu__form__button:focus {
  border: 3px solid #144C65;
}

@media screen and (min-width: 960px) {
  .menu__form__button {
    background: #6E3590;
    border: 3px solid #6E3590;
  }
  .menu__form__button:hover {
    background-color: #DCC0F2;
    border: 3px solid #DCC0F2;
  }
  .menu__form__button:active {
    background-color: #5C2D76;
    border: 3px solid #5C2D76;
  }
  .menu__form__button:focus {
    border: 3px solid #5C2D76;
  }
}

.menu__form__input input {
  background: none;
  border: none;
  font-size: 10px;
  color: #d7d7d7;
  width: 100px;
}

.menu__form__input input:focus {
  outline: none;
}

.menu__form__input input::-moz-placeholder {
  color: #d7d7d7;
}

.focused .menu__form__input input::-moz-placeholder {
  color: #6E3590;
}

.menu__form__input input:-ms-input-placeholder {
  color: #d7d7d7;
}

.focused .menu__form__input input:-ms-input-placeholder {
  color: #6E3590;
}

.menu__form__input input::-moz-placeholder {
  color: #d7d7d7;
}

.menu__form__input input:-ms-input-placeholder {
  color: #d7d7d7;
}

.menu__form__input input::placeholder {
  color: #d7d7d7;
}

.focused .menu__form__input input::-moz-placeholder {
  color: #6E3590;
}

.focused .menu__form__input input:-ms-input-placeholder {
  color: #6E3590;
}

.focused .menu__form__input input::placeholder {
  color: #6E3590;
}

.focused .menu__form__input input {
  color: #6E3590;
}

.menu__level2__bottom .menu__form__input input {
  color: #6E3590;
}

.menu__level2__bottom .menu__form__input input::-moz-placeholder {
  color: #6E3590;
}

.menu__level2__bottom .menu__form__input input:-ms-input-placeholder {
  color: #6E3590;
}

.menu__level2__bottom .menu__form__input input::placeholder {
  color: #6E3590;
}

.menu__form__select {
  position: relative;
}

.menu__form__select select {
  padding: 0 15px 0 5px;
  background: none;
  border: none;
  font-size: 10px;
  color: #00B1D7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.menu__form__select select:focus {
  outline: none;
}

.menu__form__select select::-ms-expand {
  display: none;
}

.menu__form__select span {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 9px;
  color: #00B1D7;
  pointer-events: none;
}

.menu__form__toggle-list {
  font-size: 10px;
  color: #d7d7d7;
}

.menu__form__toggle-list.open {
  color: #00B1D7;
}

.menu__level2__bottom .menu__form__toggle-list {
  display: none;
}

.menu__list {
  position: absolute;
  right: 0;
  z-index: 20;
  width: 380px;
  height: auto;
  padding: 10px 0 20px 30px;
}

.menu__level2__bottom .menu__list {
  display: block;
  position: unset;
  background: none;
  padding: 0;
  z-index: 0;
}

.menu__list ul {
  display: -moz-flex;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
}

.menu__list__item {
  color: #fff;
  font-size: 11px;
}

.menu__list__item a {
  color: #fff;
  font-size: 11px;
  text-decoration: underline;
  margin-right: 10px;
}

.menu__level2__bottom .menu__list__item a {
  color: #6E3590;
}

.menu__level2__bottom .menu__list__item a:hover {
  color: #00B1D7;
  text-decoration: underline;
}

.menu__list__item span {
  font-size: 9px;
  color: #00B1D7;
  margin-right: 5px;
}

.context-private .menu__form__button {
  background-color: #7E6C47;
  border: 3px solid #7E6C47;
}

.context-private .menu__form__button:hover {
  background-color: #BCB488;
  border: 3px solid #BCB488;
}

.context-private .menu__form__button:active {
  background-color: #4F4134;
  border: 3px solid #4F4134;
}

.context-private .menu__form__button:focus {
  border: 3px solid #4F4134;
}

.action-columns {
  display: block;
}

@media screen and (min-width: 1024px) {
  .action-columns {
    display: -moz-flex;
    display: flex;
  }
}

.action-columns__item {
  flex-basis: calc(50% - 10px);
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (min-width: 1024px) {
  .action-columns__item {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.action-columns__item:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 1024px) {
  .action-columns__item:last-child {
    margin-right: 0;
    margin-left: 10px;
  }
}

.action-columns__item-icon {
  color: #00B1D7;
  font-size: 115px;
  line-height: 0px;
  margin-right: 30px;
}

@media screen and (min-width: 640px) {
  .action-columns__item-icon {
    font-size: 155px;
  }
}

.context-private .action-columns__item-icon {
  color: #999;
}

.action-columns__item-title {
  margin-bottom: 5px;
}

.action-columns__item-lead {
  margin-bottom: 15px;
}

.info-column-bg {
  background-color: #F3F3F3;
  padding-top: 64px;
  padding-bottom: 64px;
}

@media screen and (min-width: 1024px) {
  .info-column-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.info-columns {
  flex-direction: column;
  display: -moz-flex;
  display: flex;
}

@media screen and (min-width: 640px) {
  .info-columns {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 35px 0 35px;
  }
}

.info-columns__item {
  margin-bottom: 46px;
  /*&:before {
		content: '\e90e';
		display: block;
		font-family: 'icomoon';
		margin-bottom: 10px;
		font-size: 1.4em;
		color: $bec-gray;
	}*/
}

.info-columns__item:nth-child(2) {
  order: 1;
}

.info-columns__item:last-child {
  order: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .info-columns__item:last-child {
    order: 1;
  }
}

@media screen and (min-width: 640px) {
  .info-columns__item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .info-columns__item {
    flex: 1 1 33%;
    max-width: 34%;
  }
}

.info-columns__item p {
  color: #5C5C5C;
}

.info-columns__item p a {
  color: #999;
}

.info-columns__item p a:hover {
  color: #00B1D7;
  text-decoration: underline;
}

.info-columns__item p:last-child {
  margin-bottom: 0;
}

.info-columns__item__body, .info-columns__item__title {
  padding-right: 5px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .info-columns__item__body, .info-columns__item__title {
    margin-bottom: 42px;
  }
}

.info-columns__item:first-of-type a {
  word-break: break-all;
}

.info-columns__item__links a,
.info-columns__item__socials a {
  margin-right: 16px;
}

.info-columns__item__social-media p {
  margin-bottom: 8px;
}

.info-columns__item__social-media p a {
  display: inline-block;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .info-columns__item__social-media p {
    margin-bottom: 23px;
  }
}

.info-columns__item__paragraph {
  margin-bottom: 42px;
}

.info-columns__item__paragraph p:first-child {
  margin-top: 0;
  margin-bottom: 12px;
}

.info-columns__item__paragraph p:last-child {
  margin-bottom: 0;
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .info-columns__item__paragraph p:first-child {
    margin-bottom: 19px;
  }
  .info-columns__item__paragraph p:last-child {
    margin-top: 19px;
  }
}

.info-columns__item__paragraph p a {
  font-size: 18px;
  line-height: 23px;
  color: #5C2D76;
  font-family: "Raleway-Bold";
}

.info-columns__item__paragraph .info-columns__item__paragraph__spacer {
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .info-columns__item__paragraph .info-columns__item__paragraph__spacer {
    margin-bottom: 10px;
  }
}

.info-columns__item__links {
  margin-bottom: 42px;
}

.info-columns__item__links p a {
  font-size: 18px;
  line-height: 23px;
  color: #5C2D76;
  font-family: "Raleway-Bold";
}

.info-columns__item__body p {
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .info-columns__item__body p {
    margin-bottom: 20px;
  }
}

.info-columns__item__body__spacer {
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .info-columns__item__body__spacer {
    margin-bottom: 28px;
  }
}

.info-columns__item__title {
  color: #5C5C5C;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 23px;
  font-family: "Raleway-Bold";
}

@media screen and (min-width: 1024px) {
  .info-columns__item__title {
    margin-bottom: 42px;
  }
}

.footer-link {
  width: 100%;
  height: auto;
  display: -moz-flex;
  display: flex;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1024px) {
  .footer-link {
    height: 120px;
  }
}

.footer-link__column {
  width: calc(50% - 70px);
}

.footer-link__column:first-of-type {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 25px 0 25px 40px;
}

@media screen and (min-width: 1024px) {
  .footer-link__column:first-of-type {
    display: block;
  }
}

.footer-link__column:last-of-type {
  flex: 1;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  .footer-link__column:last-of-type {
    padding: 25px 40px 25px 0;
  }
}

.footer-link__logo {
  margin-right: 10px;
  max-height: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  .footer-link__logo {
    border-radius: 15px;
    max-height: 70px;
  }
}

.footer-link__text {
  font-size: 15px;
}

@media screen and (min-width: 640px) {
  .footer-link__text {
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .footer-link__text {
    font-size: 21px;
  }
}

.footer-link__image {
  max-height: 48px;
}

@media screen and (min-width: 1024px) {
  .footer-link__image {
    max-height: 43px;
  }
}

.footer-link__link:last-of-type img {
  margin-right: 0;
}

.footer-link__link-container {
  display: -moz-flex;
  display: flex;
  margin: 20px 0 0;
  width: 100%;
  justify-content: center;
}

@media screen and (min-width: 640px) {
  .footer-link__link-container {
    width: auto;
    margin: 0;
  }
}

.context-private .info-columns__item__title {
  color: #5C5C5C;
}

.context-private .info-columns__item__paragraph p a,
.context-private .info-columns__item__links p a {
  color: #7E6C47;
}

.context-private .info-columns__item__paragraph p a:hover,
.context-private .info-columns__item__links p a:hover {
  color: #000;
}

.single-module {
  position: relative;
  text-align: right;
}

@media screen and (min-width: 1460px) {
  .single-module {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }
}

.single-module__item:before, .single-module__item:after {
  display: table;
  content: " ";
}

.single-module__item:after {
  clear: both;
}

@media screen and (max-width: 960px) {
  .single-module__item {
    padding-bottom: 40px;
  }
}

.single-module__item__image {
  position: relative;
  display: block;
  width: 100%;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {
  .single-module__item__image {
    float: right;
    max-width: 60%;
    min-height: 550px;
  }
  .single-module__item__image img {
    display: none !important;
  }
}

@media screen and (min-width: 1460px) {
  .single-module__item__image {
    max-width: 880px;
    min-height: auto;
  }
  .single-module__item__image img {
    display: block !important;
  }
}

.single-module__item__box {
  position: relative;
  background: #fff;
  text-align: left;
  padding: 20px;
  min-height: 230px;
  margin-top: -30px;
  margin-left: 20px;
  margin-right: 20px;
  -ms-box-shadow:  21px 26px 30px rgba(0, 0, 0, 0.15);
  box-shadow:  21px 26px 30px rgba(0, 0, 0, 0.15);
}

.single-module__item__box:before, .single-module__item__box:after {
  display: table;
  content: " ";
}

.single-module__item__box:after {
  clear: both;
}

@media screen and (min-width: 640px) {
  .single-module__item__box {
    min-height: 230px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px;
  }
}

@media screen and (min-width: 960px) {
  .single-module__item__box {
    width: 50%;
    padding: 40px 40px;
    margin-top: 0;
    height: 460px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1460px) {
  .single-module__item__box {
    margin-left: 0;
    margin-right: 0;
    padding-right: 50px;
    height: 480px;
  }
}

.single-module__item__box-texts {
  padding-right: 0;
}

@media screen and (min-width: 960px) {
  .single-module__item__box-texts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 40px;
  }
}

@media screen and (min-width: 1460px) {
  .single-module__item__box-texts {
    padding-right: 180px;
  }
}

.single-module__item__box-texts-description {
  max-height: 4.2em;
  overflow: hidden;
}

.single-module__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.single-module__pagination .owl-dot {
  color: #999;
}

@media screen and (min-width: 960px) {
  .single-module__pagination {
    max-width: 36%;
    bottom: 5px;
    left: 40px;
  }
}

@media screen and (min-width: 1460px) {
  .single-module__pagination {
    left: 0;
    max-width: 37%;
  }
}

.block-modules {
  display: block;
  clear: both;
}

@media screen and (min-width: 960px) {
  .block-modules:not(.no-flex) {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    clear: unset;
  }
  .block-modules.no-flex {
    display: block !important;
  }
}

.block-modules.no-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.block-modules.columns--one .block-modules-item {
  max-width: 50%;
  margin: auto;
  float: none;
}

.block-modules.columns--two .block-modules-item {
  flex: 0 50%;
}

.block-modules.columns--three .block-modules-item {
  flex: 0 33.3%;
}

.block-modules.columns--four .block-modules-item {
  flex: 0 25%;
}

.block-modules-item {
  display: block;
  width: 100%;
}

.columns--two .block-modules-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}

@media screen and (max-width: 1280px) {
  .columns--two .block-modules-item img {
    height: 300px;
  }
}

@media screen and (max-width: 960px) {
  .columns--two .block-modules-item img {
    height: 200px;
  }
}

@media screen and (max-width: 640px) {
  .columns--two .block-modules-item img {
    height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .columns--two .block-modules-item img {
    height: 200px;
  }
}

.block-modules-item a {
  display: block;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.block-modules-item a,
.block-modules-item img {
  display: block;
  width: 100%;
}

.block-modules-item__content {
  padding-bottom: 30px;
}

.block-modules-item__source {
  padding-bottom: 30px;
  font-style: italic;
}

.block-modules-item__source span {
  font-family: "Raleway-Bold";
  font-style: normal;
}

@media screen and (min-width: 640px) {
  .block-modules-item {
    width: 50%;
    float: left;
    /*a:hover, a:focus {
            text-decoration: none;
            color: inherit;
        }*/
  }
  .block-modules-item:after, .block-modules-item:before {
    clear: both;
  }
  .block-modules-item__subtitle, .block-modules-item__title, .block-modules-item__content, .block-modules-item__source {
    display: block;
    background: #fff;
    padding: 0 40px;
  }
  .block-modules-item__content {
    padding-bottom: 40px;
  }
  .block-modules-item__source {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 960px) {
  .block-modules-item {
    flex: 1 1 0;
  }
  .block-modules-item.three-columns {
    width: 33%;
  }
  .block-modules-item a {
    background: #fff;
    transition: all 0.2s ease-in-out;
  }
  .block-modules-item a:hover {
    background: #fff;
    transform: scale(1.04);
    -ms-box-shadow:  21px 26px 29px rgba(0, 0, 0, 0.2);
    box-shadow:  21px 26px 29px rgba(0, 0, 0, 0.2);
    transition: all 0.15s ease-out;
  }
}

.block-modules-item.noticia .block-modules-item__subtitle, .block-modules-item.comunicado .block-modules-item__subtitle {
  float: left;
}

.block-modules-item.noticia .block-modules-item__date, .block-modules-item.comunicado .block-modules-item__date {
  float: right;
  padding: 0 40px;
  color: #6E3590;
  font-family: "Raleway-Bold";
}

.block-modules-item.noticia .block-modules-item__title, .block-modules-item.comunicado .block-modules-item__title {
  clear: both;
}

.block-modules-item.comunicado .block-modules-item__title {
  color: #999;
}

.block-modules-item.comunicado .block-modules-item__date {
  color: #999;
}

.block-modules-item__subtitle {
  font-weight: 700;
}

.context-detail .block-modules-item a {
  background: transparent;
}

@media screen and (min-width: 960px) {
  .context-detail .block-modules-item a:hover {
    background: #fff;
  }
}

.context-detail .block-modules-item__subtitle, .context-detail .block-modules-item__title, .context-detail .block-modules-item__content {
  background: transparent;
}

.context-detail .container-shadowed {
  padding-bottom: 100px;
}

.context-detail .container-shadowed:before {
  background: #f2f2f2;
}

.newsletter {
  position: relative;
  background: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .newsletter {
    text-align: left;
  }
}

.newsletter__field {
  /*.form-item-text {
      width: 100%;
	}*/
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 640px) {
  .newsletter__field {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 960px) {
  .newsletter__field {
    padding-left: 0;
    padding-right: 80px;
  }
  .newsletter__field .form-item-text {
    max-width: 420px;
  }
}

.newsletter__label {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .newsletter__label {
    text-align: right;
    margin-bottom: 0;
    padding-right: 20px;
    line-height: 60px;
  }
}

.list-icon {
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (min-width: 1280px) {
  .list-icon {
    margin-bottom: 150px;
  }
}

.list-icon .owl-carousel {
  margin-bottom: 20px;
  display: -moz-flex;
  display: flex;
  justify-content: center;
}

.list-icon__item {
  padding: 0 15px;
  cursor: pointer;
  margin-top: 12px;
}

.list-icon__item:hover .list-icon__item-icon {
  margin-top: -10px;
  margin-bottom: 30px;
  color: #6E3590;
}

@media screen and (min-width: 640px) {
  .list-icon__item {
    padding: 0 35px;
  }
}

.list-icon__item-icon {
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 70px;
  margin-bottom: 20px;
  color: #B59EC8;
}

@media screen and (min-width: 640px) {
  .list-icon__item-icon {
    font-size: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .list-icon__item-icon {
    font-size: 90px;
  }
}

.context-private .list-icon__item-icon {
  color: #97845B;
}

.list-icon__item-text {
  color: #6E3590;
  font-family: "Raleway-Semi-Bold";
  font-size: 14px;
}

@media screen and (min-width: 640px) {
  .list-icon__item-text {
    font-size: 16px;
  }
}

.list-icon__pagination {
  color: #B59EC8;
}

.context-private .list-icon__item-text {
  color: #7E6C47;
}

.context-private .list-icon__pagination {
  color: #7E6C47;
}

.map {
  display: -moz-flex;
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column-reverse;
}

@media screen and (min-width: 960px) {
  .map {
    flex-direction: row;
  }
}

#map__canvas {
  flex: 1 1 50%;
  min-height: 400px;
}

@media screen and (min-width: 640px) {
  #map__canvas {
    min-height: 460px;
  }
}

.map__search {
  background: #38034C;
  background: linear-gradient(to bottom right, #38034C, #6E3590);
  position: relative;
  flex: 1 1 50%;
  min-height: 400px;
}

@media screen and (min-width: 960px) {
  .map__search {
    min-height: 460px;
  }
}

.context-private .map__search {
  background: #7e6c47;
  background: linear-gradient(to bottom right, #7e6c47, #97845b);
}

.map__search__container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 640px) {
  .map__search__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 960px) {
  .map__search__container {
    text-align: left;
  }
}

@media screen and (min-width: 1460px) {
  .map__search__container {
    padding-left: 120px;
  }
}

.map__search__container .icon-location {
  font-size: 70px;
}

.map-full__search__container {
  color: #fff;
  text-align: left;
  width: 100%;
}

.map-full__filters-container {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: 1px solid #f2f2f2;
}

@media screen and (min-width: 960px) {
  .map-full__filters-container {
    height: 70px;
    margin-top: 1px;
  }
}

.iScrollIndicator {
  border: none !important;
}

.map-full__filters-container__mobile-placeholder {
  background-color: #f2f2f2;
  height: 100%;
  width: 100%;
}

.map-full__filters-container__mobile-placeholder:after {
  position: absolute;
  content: "\e921";
  font-family: 'icomoon';
  font-size: 20px;
  right: 20px;
  top: 5px;
}

.map-full__filters-container__mobile-placeholder span {
  font-family: "Raleway-Semi-Bold";
  font-size: 13px;
  top: 10px;
  position: relative;
  left: 23px;
}

@media screen and (min-width: 960px) {
  .map-full__filters-container__mobile-placeholder {
    display: none;
  }
}

.map-full__filters-container__mobile-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #f2f2f2;
  z-index: 9;
  display: none;
}

.map-full__filters-container__mobile-modal.opened {
  display: block;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__mobile-placeholder {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__mobile-placeholder span {
  color: #6E3590;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__mobile-placeholder:after {
  color: #6E3590;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__input {
  display: block;
  width: 100%;
  float: none;
  height: 60px;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu {
  display: block;
  float: none;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 300px;
  background-color: transparent;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu__label-mobile {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 20px;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu__item {
  height: 100px;
  width: 90%;
  float: none;
  margin: 0 auto;
  max-width: 320px;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 40px;
  font-size: 14px;
  padding: 0 26.66667px;
}

@media screen and (min-width: 640px) {
  .map-full__filters-container__mobile-modal .map-full__filters-container__menu__item {
    height: 50px;
    font-size: 16px;
    padding: 0 33.33333px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu__item span {
  color: #6E3590;
  width: inherit;
  margin-left: 0px;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu__item.opened {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu__item.opened span {
  color: #fff;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu__item:hover span {
  color: #fff;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu__select {
  width: 90%;
  max-width: 320px;
  border-top: solid 2px #ccc;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu__select .form-datalist__options {
  border-top-left-radius: initial !important;
  border-top-right-radius: initial !important;
  border-top: initial !important;
}

.map-full__filters-container__mobile-modal .map-full__filters-container__menu__select.agencies, .map-full__filters-container__mobile-modal .map-full__filters-container__menu__select.location {
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
}

.map-full__filters-container__mobile-modal .btn-cancel,
.map-full__filters-container__mobile-modal .btn-apply {
  position: absolute;
  bottom: 20px;
  width: calc(50% - 30px);
}

@media screen and (min-width: 640px) {
  .map-full__filters-container__mobile-modal .btn-cancel,
  .map-full__filters-container__mobile-modal .btn-apply {
    width: calc(50% - 50px);
  }
}

.map-full__filters-container__mobile-modal .btn-cancel {
  left: 20px;
}

@media screen and (min-width: 640px) {
  .map-full__filters-container__mobile-modal .btn-cancel {
    left: 40px;
  }
}

.map-full__filters-container__mobile-modal .btn-apply {
  right: 20px;
}

@media screen and (min-width: 640px) {
  .map-full__filters-container__mobile-modal .btn-apply {
    right: 40px;
  }
}

@media screen and (min-width: 960px) {
  .map-full__filters-container__mobile-modal {
    display: none !important;
  }
}

.map-full__filters-container__input {
  background-color: #fff;
  height: 100%;
  float: left;
  width: 60%;
  min-width: calc(100% - 570px);
  display: none;
  position: relative;
}

@media screen and (min-width: 960px) {
  .map-full__filters-container__input {
    display: block;
  }
}

.map-full__filters-container__input input {
  width: 80%;
  background: #fff;
  vertical-align: middle;
  text-overflow: ellipsis;
  height: 100%;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 0;
  position: relative;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  .map-full__filters-container__input input {
    font-size: 16px;
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .map-full__filters-container__input input {
    font-size: 18px;
    padding: 0;
    top: 0px;
  }
}

.map-full__filters-container__input input:focus, .map-full__filters-container__input input:active {
  outline: 0 none;
}

.map-full__filters-container__input .target-icon {
  cursor: pointer;
  display: inline-block;
  width: 65px;
  height: 90%;
}

.map-full__filters-container__input .target-icon:hover:before {
  color: #6E3590;
}

.map-full__filters-container__input .target-icon:before {
  content: "\e920";
  font-family: 'icomoon';
  position: relative;
  font-size: 30px;
  color: #d7d7d7;
  top: 10px;
  left: 20px;
  transition: color 250ms ease-out;
}

.pac-container {
  padding-left: 15px;
  width: 100% !important;
  min-width: calc(100% - 570px);
  position: absolute;
  z-index: 999999;
  display: block;
  background-color: #f2f2f2;
  left: 0px !important;
  top: 100px !important;
  box-shadow: none;
  line-height: 30px;
  border-top: 0px;
}

@media screen and (min-width: 960px) {
  .pac-container {
    padding-left: 65px;
    width: 60% !important;
    top: 272px !important;
  }
}

@media screen and (min-width: 1280px) {
  .pac-container {
    top: 211px !important;
  }
}

.pac-logo:after {
  display: none;
}

.pac-item {
  color: #B59EC8;
  transition: color 250ms ease-out;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0px;
  border: none;
}

.pac-item:hover {
  background-color: transparent;
  color: #00B1D7;
}

.pac-item:hover .pac-item-query {
  color: #00B1D7;
}

.pac-item:first-child {
  padding-top: 30px;
}

.pac-item:last-child {
  padding-bottom: 70px;
}

.pac-item-query {
  font-size: inherit;
  color: #6E3590;
}

.pac-icon {
  display: none;
}

.map-full__filters-container__menu {
  float: right;
  position: relative;
  background-color: #4d1a64;
  height: 100%;
  display: none;
  width: 40%;
  max-width: 570px;
}

@media screen and (min-width: 960px) {
  .map-full__filters-container__menu {
    display: block;
  }
}

.map-full__filters-container__menu__item {
  height: 100%;
  background-color: #38034C;
  width: calc(50% - 2px);
  position: relative;
  float: left;
  margin-right: 1px;
  cursor: pointer;
  transition: background-color 150ms ease-out;
}

.map-full__filters-container__menu__item span {
  position: absolute;
  top: 50%;
  margin-left: 40px;
  transform: translate(0%, -50%);
  font-family: "Raleway-Regular";
  font-size: 16px;
  color: #fff;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  align-items: center;
}

.map-full__filters-container__menu__item span:after {
  position: absolute;
  content: "\e90c";
  font-family: 'icomoon';
  font-size: 11px;
  right: 0;
  margin-top: 5px;
}

.map-full__filters-container__menu__item.opened {
  background-color: #6E3590;
}

.map-full__filters-container__menu__item.opened span:after {
  content: "\e918";
}

.map-full__filters-container__menu__item:hover {
  background-color: #6E3590;
}

.map-full__filters-container__menu__select {
  height: 100%;
  width: calc(50% + 60px);
  position: absolute;
  margin-left: -30px;
  display: none;
  margin-top: 70px;
  z-index: 3;
}

.map-full__filters-container__menu__select .form-datalist__options {
  padding: 20px 40px;
  line-height: 36px;
  display: block;
  width: 100%;
  font-weight: 700;
  overflow-y: scroll;
  max-height: 50vh;
  -ms-box-shadow:  15px 15px 40px rgba(0, 0, 0, 0.25);
  box-shadow:  15px 15px 40px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-top: 0px;
  font-family: "Raleway-Regular";
  font-size: 16px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.map-full__filters-container__menu__select .form-datalist__options .form-datalist-item {
  color: #6E3590;
  cursor: pointer;
  transition: color 250ms ease-out;
}

.map-full__filters-container__menu__select .form-datalist__options .form-datalist-item:hover {
  color: #00B1D7;
}

.map-full__filters-container__menu__select.opened {
  display: block;
}

.map-full__filters-container__menu__select.agencies {
  left: calc(50% + 1px);
  margin-left: -65px;
}

.map-full__search__container__item {
  padding: 30px 40px;
  transition: background-color 250ms ease-out;
  cursor: pointer;
}

.map-full__search__container__item.hide {
  display: none;
}

.map-full__search__container__item:hover {
  background-color: #6E3590;
}

.map-full__search__container__item:last-child {
  padding-bottom: 100px;
}

@media screen and (min-width: 960px) {
  .map-full__search__container__item:last-child {
    padding-bottom: 30px;
  }
}

.map-full__search__container__item__tag-container .map-full__search__container__item__tag-container__item:last-child {
  margin-bottom: 25px;
}

.map-full__search__container__item__tag-container__item {
  margin-bottom: 10px;
  padding: 8px 20px;
  border: 2px solid rgba(181, 158, 200, 0.2);
  border-radius: 22px;
  display: inline-block;
  margin-right: 10px;
  font-family: "Raleway-Regular";
  font-size: 13px;
  color: #B59EC8;
}

.map-full__search__container__item__title {
  margin-bottom: 10px;
  color: #00B1D7;
}

.map-full__search__container__item__schedule,
.map-full__search__container__item__address,
.map-full__search__container__item__phone,
.map-full__search__container__item__cellphone,
.map-full__search__container__item__fax {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.map-full__search__container__item__phone,
.map-full__search__container__item__cellphone,
.map-full__search__container__item__fax {
  color: #B59EC8;
}

.map-full__search__container__item__address {
  margin-bottom: 10px;
}

.gmnoprint:not(.gm-bundled-control) {
  display: none;
}

.gm-bundled-control .gmnoprint {
  display: block;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://www.google.com/maps"] {
  display: none !important;
}

.btn.btn-lista {
  position: absolute;
  margin: 0 auto;
  bottom: 30px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
}

.btn.btn-lista:hover {
  background-color: #00B1D7;
}

.btn.btn-info-window {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  background-color: #B59EC8;
}

.btn.btn-info-window a {
  color: inherit;
  text-decoration: none;
}

.btn.btn-info-window:hover {
  background-color: #00B1D7;
}

.gm-style-iw {
  pointer-events: auto;
  width: 280px !important;
  top: 45px !important;
  left: 0px !important;
  background-color: #fff;
  -ms-box-shadow:  15px 15px 40px rgba(0, 0, 0, 0.15);
  box-shadow:  15px 15px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.gm-style-iw > div {
  width: 280px;
  max-width: 280px !important;
}

@media screen and (min-width: 640px) {
  .gm-style-iw {
    width: 400px !important;
    left: 0px !important;
  }
  .gm-style-iw > div {
    width: 400px;
    max-width: 400px !important;
  }
}

.gm-style-iw .btn-info-window {
  margin-left: 20px;
}

.tooltip-gm {
  bottom: -46px !important;
  background-image: url("/assets/images/tooltip.png");
  width: 25px;
  height: 20px;
  margin-left: 12px;
  top: initial !important;
}

@media screen and (min-width: 640px) {
  .tooltip-gm {
    bottom: -10px !important;
  }
}

.tooltip-gm-mylocation {
  bottom: -70px !important;
  background-image: url("/assets/images/tooltip.png");
  width: 25px;
  height: 20px;
  margin-left: 12px;
  top: initial !important;
  left: 50px;
}

.parent_infowindow {
  pointer-events: none;
  width: 280px !important;
  height: 235px !important;
}

@media screen and (min-width: 640px) {
  .parent_infowindow {
    height: 255px !important;
  }
}

.parent_infowindow-mylocation {
  pointer-events: none;
  width: 160px !important;
  height: 40px !important;
}

.parent_infowindow-mylocation .gm-style-iw {
  width: 160px !important;
  height: 40px !important;
  top: 50px !important;
  left: 30px !important;
}

.parent_infowindow-mylocation .gm-style-iw > div {
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #00B1D7;
  font-size: 14px;
  padding-top: 10px;
}

.map__icon-cross {
  pointer-events: auto;
  width: 40% !important;
  left: 150px !important;
  text-align: right;
  height: 30px !important;
  color: #6E3590;
  height: 16px;
  opacity: 1;
  top: 63px !important;
}

.map__icon-cross:before {
  font-family: 'icomoon';
  content: '\e907';
  font-size: 14px;
}

@media screen and (min-width: 640px) {
  .map__icon-cross {
    left: 260px !important;
  }
}

.info-window-container {
  margin-bottom: 10px;
}

.info-window-container__tag-container {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #B59EC8;
  opacity: .5;
  padding-top: 18px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.info-window-container__tag-container__item {
  display: inline-block;
  margin-right: 17px;
  font-family: "Raleway-Regular";
  font-size: 14px;
  color: #6E3590;
}

.info-window-container__title {
  margin-bottom: 10px;
  color: #00B1D7;
  padding-left: 25px;
}

.info-window-container__schedule,
.info-window-container__address,
.info-window-container__phone,
.info-window-container__cellphone,
.info-window-container__fax {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #6E3590;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 640px) {
  .info-window-container__schedule,
  .info-window-container__address,
  .info-window-container__phone,
  .info-window-container__cellphone,
  .info-window-container__fax {
    padding-right: 0px;
  }
}

.info-window-container__phone,
.info-window-container__cellphone,
.info-window-container__fax {
  color: #B59EC8;
  display: none;
}

.info-window-container__cellphone {
  padding-left: 25px;
}

@media screen and (min-width: 640px) {
  .info-window-container__cellphone {
    padding-left: 0px;
  }
}

.info-window-container__address {
  margin-bottom: 10px;
  display: none;
}

.context-ondeestamos .map {
  display: block;
  flex-direction: inherit;
}

.context-ondeestamos .parent_infowindow {
  height: 345px !important;
}

.context-ondeestamos #map__canvas {
  min-height: calc(100vh - 140px);
  display: block;
  flex: none;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .context-ondeestamos #map__canvas {
    min-height: calc(100vh - 271px);
    float: left;
    width: 60%;
    min-width: calc(100% - 570px);
  }
}

@media screen and (min-width: 1280px) {
  .context-ondeestamos #map__canvas {
    min-height: calc(100vh - 211px);
  }
}

.context-ondeestamos .map__search {
  background: #38034C;
  background: linear-gradient(to bottom right, #38034C, #6E3590);
  position: absolute;
  width: 100%;
  flex: none;
  min-height: calc(100vh - 140px);
  height: calc(100vh - 140px);
  position: absolute;
  overflow: hidden;
  top: 40px;
  display: none;
}

@media screen and (min-width: 960px) {
  .context-ondeestamos .map__search {
    top: 0px;
    min-height: calc(100vh - 271px);
    height: calc(100vh - 271px);
    width: 40%;
    max-width: 570px;
    position: relative;
    float: left;
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .context-ondeestamos .map__search {
    min-height: calc(100vh - 211px);
  }
}

.context-ondeestamos .map__search.opened {
  display: block;
}

.context-ondeestamos .info-window-container__phone,
.context-ondeestamos .info-window-container__cellphone,
.context-ondeestamos .info-window-container__fax {
  display: inline-block;
}

.context-ondeestamos .info-window-container__address,
.context-ondeestamos .info-window-container__fax {
  display: block;
}

.share {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  background: #f2f2f2;
  min-height: 200px;
  text-align: center;
}

.share__trigger {
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.share__trigger-icon {
  display: inline-block;
  margin-right: 10px;
}

.share__providers {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  background: #f2f2f2;
  font-size: 0;
}

.share__providers .social-facebook,
.share__providers .social-linkedin,
.share__providers .social-googleplus,
.share__providers .social-whatsapp,
.share__providers .social-youtube {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.share__providers .social-facebook:before,
.share__providers .social-linkedin:before,
.share__providers .social-googleplus:before,
.share__providers .social-whatsapp:before,
.share__providers .social-youtube:before {
  font-size: 40px;
}

.share__providers .social-facebook:after,
.share__providers .social-whatsapp:after {
  font-size: 18px;
  margin: -9px 0 0 -9px;
}

.share__providers .social-linkedin:after {
  font-size: 18px;
  margin: -9px 0 0 -8px;
}

.share__providers .social-googleplus:after {
  font-size: 21px;
  margin: -10px 0 0 -9px;
}

aside,
.aside {
  background: #fff;
  width: 100%;
  z-index: 4;
}

@media screen and (min-width: 960px) {
  aside,
  .aside {
    -ms-box-shadow:  0 7px 20px rgba(0, 0, 0, 0.15);
    box-shadow:  0 7px 20px rgba(0, 0, 0, 0.15);
    padding: 50px 20px;
  }
}

@media screen and (min-width: 1460px) {
  aside,
  .aside {
    padding: 50px 60px 30px;
  }
}

@media screen and (max-width: 960px) {
  aside,
  .aside {
    -ms-box-shadow:  0 -5px 10px rgba(0, 0, 0, 0.15);
    box-shadow:  0 -5px 10px rgba(0, 0, 0, 0.15);
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 80px;
  }
  aside .shield,
  .aside .shield {
    display: none;
  }
  aside.hasShield .shield,
  .aside.hasShield .shield {
    display: block;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    height: 70vh;
    width: 100%;
    opacity: .5;
  }
  aside a.btn,
  .aside a.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  aside .aside__body,
  .aside .aside__body {
    position: fixed;
    z-index: 1;
    width: 100%;
    bottom: 80px;
    background: #fff;
    -ms-box-shadow:  0 -5px 10px rgba(0, 0, 0, 0.15);
    box-shadow:  0 -5px 10px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 640px) {
  aside,
  .aside {
    height: 60px;
  }
  aside .aside__body,
  .aside .aside__body {
    bottom: 60px;
  }
}

.aside__trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  right: 20px;
  font-size: 20px;
  z-index: 3;
}

@media screen and (min-width: 640px) {
  .aside__trigger {
    right: 40px;
  }
}

@media screen and (min-width: 960px) {
  .aside__trigger {
    display: none;
  }
}

.aside__trigger:after {
  font-family: icomoon;
  content: "\e908";
  color: #777;
}

.aside__trigger.opened:after {
  content: "\e909";
  color: #6E3590;
}

.aside__body {
  padding: 20px;
}

@media screen and (min-width: 640px) {
  .aside__body {
    padding: 40px;
  }
}

@media screen and (min-width: 960px) {
  .aside__body {
    display: block;
    background: #fff;
    padding: 0;
  }
}

.aside__downloads__file {
  display: block;
  position: relative;
  padding: 20px;
  border-bottom: solid 1px #d7d7d7;
}

.aside__downloads__file:first-child {
  border-bottom: solid 1px #d7d7d7;
}

.aside__downloads__file a {
  display: block;
  padding-right: 40px;
}

.aside__downloads__file a span {
  display: block;
  width: 20px;
  height: 20px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.aside__bg {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 960px) {
  .aside__bg {
    display: none;
  }
}

.sticky-container {
  padding-left: 0px;
  z-index: 2;
}

@media screen and (min-width: 960px) {
  .sticky-container {
    padding-left: 40px;
  }
  .sticky-container .col-md-11 {
    float: none;
    margin: 0 auto;
  }
}

.menu__double__body {
  color: #fff;
  padding: 60px 30px 0 30px;
}

.menu__double__body p {
  color: #B59EC8;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  .menu__double__body {
    padding: 130px 60px 0 60px;
  }
  .menu__double__body p {
    max-width: 400px;
  }
}

.menu__double__body .btn-blue {
  border: 0;
}

.menu__double__body .container-fluid {
  position: absolute;
  bottom: 10px;
  width: 98%;
  left: 0;
  right: 0;
}

.menu__double__body .container-fluid ul li a {
  color: #fff;
}

.menu__double__body .js-tab > div {
  padding-top: 60px;
}

.menu__double__body-title {
  display: inline-block;
  font-family: "MuseoSansRounded-700";
  font-size: 25px;
}

@media screen and (min-width: 640px) {
  .menu__double__body-title {
    font-size: 35px;
  }
}

.graphic-table {
  width: 100%;
}

.graphic-table__item {
  width: 100%;
}

.graphic-table__item span {
  color: #6E3590;
}

.graphic-table__item__row {
  align-content: stretch;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
}

.graphic-table--half-item .graphic-table__item__row {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .graphic-table__item__row {
    display: -moz-flex;
    display: flex;
  }
}

.graphic-table__item__row__cell {
  background-color: #f2f2f2;
  padding: 35px 30px;
  flex: 1 0 0%;
  max-width: 100%;
  margin: 20px 0;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.graphic-table--half-item .graphic-table__item__row__cell {
  width: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 960px) {
  .graphic-table--half-item .graphic-table__item__row__cell {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    flex-grow: 0;
    margin-bottom: 20px !important;
  }
  .graphic-table--half-item .graphic-table__item__row__cell:nth-of-type(2n) {
    margin-right: 0;
  }
}

.graphic-table__item__row__cell.inactive {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .graphic-table__item__row__cell {
    margin: 0 20px 0 0;
    max-width: 50%;
  }
  .graphic-table__item__row__cell:last-child {
    margin: 0;
  }
}

.ui-accordion-content .graphic-table__item span {
  color: #6E3590;
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .ui-accordion-content .graphic-table__item span {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .ui-accordion-content .graphic-table__item span {
    font-size: 20px;
  }
}

.ui-accordion-content .graphic-table__item__row__cell {
  font-size: 14px;
}

@media screen and (min-width: 640px) {
  .ui-accordion-content .graphic-table__item__row__cell {
    font-size: 16px;
  }
}

@media screen and (min-width: 960px) {
  .ui-accordion-content .graphic-table__item__row__cell {
    font-size: 18px;
  }
}

.icons-columns {
  position: relative;
}

@media screen and (min-width: 640px) {
  .icons-columns {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    top: 15px;
  }
}

.icons-columns__item {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .icons-columns__item {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 960px) {
  .icons-columns__item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1460px) {
  .icons-columns__item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}

.icons-columns__item p {
  margin: 0 0 10px;
  color: #999;
}

.icons-columns__item p:last-child {
  margin-bottom: 0;
}

.icons-columns__item .icon {
  font-size: 60px;
  color: #d7d7d7;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .icons-columns__item .icon {
    font-size: 92px;
    margin-bottom: 36px;
    padding-right: 20px;
  }
}

.icons-columns__item__title {
  color: #00B1D7;
  margin-bottom: 10px;
  display: block;
}

@media screen and (min-width: 640px) {
  .icons-columns__item__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .icons-columns__item__title {
    font-size: 20px;
  }
}

.text-columns {
  display: block;
  clear: both;
  margin-top: 50px;
}

.text-columns__image-container {
  text-align: center;
  border-bottom: 1px solid #B59EC8;
  padding-bottom: 0px;
}

.text-columns__image-container p {
  text-align: left;
}

.text-columns__image-container img {
  padding-bottom: 30px;
  max-width: 100%;
}

@media screen and (min-width: 640px) {
  .text-columns__image-container img {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 640px) {
  .text-columns__image-container {
    padding-bottom: 30px;
  }
}

.text-columns__left-text-container {
  color: #B59EC8;
  font-family: "Raleway-Bold";
  font-style: italic;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (min-width: 640px) {
  .text-columns__left-text-container {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

#modal-sitemap {
  overflow-y: scroll;
  position: fixed;
  font-family: "Raleway-Bold";
}

#modal-sitemap ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

#modal-sitemap a {
  padding-bottom: 10px;
  margin-bottom: 5px;
  display: block;
}

#modal-sitemap .modal__body > ul .sitemap__title {
  display: -moz-flex;
  display: flex;
  flex-flow: column wrap;
}

#modal-sitemap .modal__body > ul .sitemap__title > a {
  font-size: 30px;
  color: #00B1D7;
  border-bottom: 1px solid #00B1D7;
}

#modal-sitemap .modal__body > ul .sitemap__title > ul {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

#modal-sitemap .modal__body > ul .sitemap__title > ul > li {
  flex: 0 20%;
  margin-right: 5%;
}

@media screen and (max-width: 960px) {
  #modal-sitemap .modal__body > ul .sitemap__title > ul > li {
    flex: 0 45%;
  }
}

@media screen and (max-width: 640px) {
  #modal-sitemap .modal__body > ul .sitemap__title > ul > li {
    flex: 0 100%;
    margin: 0;
  }
}

#modal-sitemap .modal__body > ul .sitemap__title > ul > li > a {
  color: #B59EC8;
  font-size: 20px;
  border-bottom: 1px solid #B59EC8;
}

#modal-sitemap .modal__body > ul .sitemap__title > ul > li > ul > li > a {
  color: #4D1A64;
  font-size: 16px;
}

#modal-sitemap .modal__body > ul .sitemap__title > ul > li > ul > li > ul > li > a {
  color: #999;
  font: 15px "Raleway-Regular";
}

@media screen and (min-width: 960px) {
  .eventos-slider .owl-carousel {
    display: flex;
  }
  .eventos-slider .owl-carousel .owl-stage {
    display: flex;
  }
}

.eventos-slider .owl-carousel .owl-item {
  vertical-align: baseline;
  margin: 0px;
  border: 1px solid #d7d7d7;
  border-right: 0px;
}

.eventos-slider .owl-carousel .owl-item:last-child {
  border-right: 1px solid #d7d7d7;
}

.eventos-slider__evento {
  clear: both;
  padding: 42px 42px 80px 42px;
  border: 1px solid #d7d7d7;
  border-top: 0px;
  width: 100%;
}

.eventos-slider__evento:first-child {
  border-top: 1px solid #d7d7d7;
}

@media screen and (min-width: 960px) {
  .eventos-slider__evento {
    padding: 42px 42px 30px 42px;
    border: 0px;
  }
  .eventos-slider__evento:first-child {
    border-top: 0px;
  }
}

.eventos-slider__evento__title {
  text-transform: uppercase;
}

.eventos-slider__evento__description {
  overflow: hidden;
}

.eventos-slider__evento__date {
  font-size: 16px;
  border-top: 1px solid #d7d7d7;
  font-weight: bold;
  color: #6E3590;
  line-height: 22px;
  font-family: 'Roboto-Bold';
  padding-top: 24px;
  float: left;
  width: 50%;
}

.eventos-slider__evento__date span {
  font-family: 'Roboto-regular';
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  .eventos-slider__evento__date {
    float: none;
    padding-top: 36px;
    width: 100%;
    line-height: auto;
  }
}

.eventos-slider__evento__hour {
  font-family: 'Roboto-light';
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  float: right;
  text-align: right;
  width: 50%;
  border-top: 1px solid #d7d7d7;
  padding-top: 15px;
}

@media screen and (min-width: 960px) {
  .eventos-slider__evento__hour {
    float: none;
    width: 100%;
    text-align: left;
    border-top: 0px;
    padding-top: 0px;
  }
}

.contacts-block__block {
  line-height: 28px;
  padding-right: 30px;
}

.contacts-block__block a {
  color: #999;
}

.contacts-block__block .roboto {
  font-family: 'Roboto-light';
  font-size: 18px;
}

@media (min-width: 640px) {
  .contacts-block__block .roboto {
    font-size: 22px;
  }
}

@media (min-width: 960px) {
  .contacts-block__block .roboto {
    font-size: 25px;
  }
}

.form {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.form .text-left {
  text-align: left;
  padding-left: 30px;
}

.form .btn {
  padding: 0 70px;
}

.form .form-item {
  display: block;
}

.form .form-item label {
  left: 60px;
  transform: none;
  margin-top: 6px;
}

@media screen and (min-width: 960px) {
  .form .form-item {
    display: inline-block;
  }
}

.form .form-item .form-item-text:not(.big) {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 960px) {
  .form .form-item:not(.col-md-8) {
    padding: 0 20px;
  }
}

.form .form-item-text {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .form .form-item-text {
    width: 95%;
  }
}

.form .form-item-text.big {
  height: 100px;
}

@media screen and (min-width: 960px) {
  .form .form-item-text.big {
    height: 60px;
  }
}

.form-simulator {
  width: 100%;
  max-width: 850px;
  box-shadow: 0 10px 20px 0 rgba(165, 165, 165, 0.5);
  border-radius: 35px;
  padding: 20px 0;
}

.form-simulator .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 40px 0 20px;
}

.form-simulator .radio-btns-group {
  margin-left: 0;
}

.form-simulator .text-left.col-md-8 {
  padding-left: 0;
}

.form__schedule-events {
  padding-top: 0;
}

.mediakit-block {
  position: relative;
  background: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: left;
}

.mediakit-block .btn {
  padding: 0 70px;
}

@media screen and (min-width: 960px) {
  .mediakit-block {
    padding-bottom: 80px;
  }
}

.mediakit-block__item {
  cursor: pointer;
}

.mediakit-block__item p {
  padding: 10px 20px 0px;
}

.mediakit-block__item .btn-download {
  padding: 0 20px 70px;
  border-top: none;
}

@media screen and (min-width: 960px) {
  .mediakit-block__item p {
    padding: 30px 20px 0px;
    border-top: 1px solid #d7d7d7;
  }
}

.mediakit-block__item:first-child p {
  padding: 30px 20px 0px;
  border-top: 1px solid #d7d7d7;
}

.call-to-action {
  position: relative;
  background: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.call-to-action .btn {
  padding: 0 70px;
}

.call-to-action__title {
  position: relative;
  margin: 0 auto;
  margin-bottom: 65px;
  max-width: 520px;
  color: #6E3590;
  font-size: 40px;
}

.block-alternate-item {
  clear: both;
  display: block;
}

@media screen and (min-width: 960px) {
  .block-alternate-item {
    display: flex;
  }
}

.block-alternate-item:nth-child(odd) .img-right {
  display: none;
}

.block-alternate-item:nth-child(odd) .img-left {
  float: none;
}

@media screen and (min-width: 960px) {
  .block-alternate-item:nth-child(odd) .img-left {
    float: left;
  }
}

.block-alternate-item:nth-child(odd) .block-alternate-item__text-block-container {
  float: none;
}

@media screen and (min-width: 960px) {
  .block-alternate-item:nth-child(odd) .block-alternate-item__text-block-container {
    float: right;
  }
}

.block-alternate-item:nth-child(even) .img-left {
  display: block;
}

@media screen and (min-width: 960px) {
  .block-alternate-item:nth-child(even) .img-left {
    display: none;
  }
}

.block-alternate-item:nth-child(even) .img-right {
  float: none;
  display: none;
}

@media screen and (min-width: 960px) {
  .block-alternate-item:nth-child(even) .img-right {
    display: block;
    float: right;
  }
}

.block-alternate-item:nth-child(even) .block-alternate-item__text-block-container {
  float: none;
}

@media screen and (min-width: 960px) {
  .block-alternate-item:nth-child(even) .block-alternate-item__text-block-container {
    float: left;
  }
}

.block-alternate-item .block-alternate-item__image-block-container {
  width: 100%;
  overflow: hidden;
}

.block-alternate-item .block-alternate-item__image-block-container img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .block-alternate-item .block-alternate-item__image-block-container {
    width: 50%;
  }
}

.block-alternate-item__text-block-container {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 960px) {
  .block-alternate-item__text-block-container {
    width: 50%;
  }
}

.block-alternate-item__text-block {
  position: relative;
  width: 100%;
  padding: 30px;
}

@media screen and (min-width: 640px) {
  .block-alternate-item__text-block {
    padding: 60px;
  }
}

@media screen and (min-width: 960px) {
  .block-alternate-item__text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    padding: 0px;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1460px) {
  .block-alternate-item__text-block {
    width: calc(100% - 140px);
  }
}

.image-text {
  display: -moz-flex;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-height: 700px;
}

@media screen and (max-width: 1024px) {
  .image-text {
    padding: 30px;
  }
}

@media screen and (max-width: 640px) {
  .image-text {
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .image-text__column-image {
    display: none;
  }
}

.image-text__column-text {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  max-width: 45%;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .image-text__column-text {
    max-width: none;
    padding: 0;
  }
}

.image-text__column-text .image {
  position: absolute;
  right: 0;
}

.image-text__column-text .image--top {
  top: 0;
}

.image-text__column-text .image--bottom {
  bottom: 0;
}

.image-text .gamma700 {
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 20px;
  color: inherit;
}

@media screen and (max-width: 1460px) {
  .image-text .gamma700 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 960px) {
  .image-text .gamma700 {
    font-size: 30px;
  }
}

.image-text .delta {
  color: #fa8ef0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .image-text .delta {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}

.image-text .regular {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .image-text .regular {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

.hero + .container-fluid .image-text {
  margin-top: -25px;
}

@media screen and (min-width: 960px) {
  .hero + .container-fluid .image-text {
    margin-top: -50px;
  }
}

.image-text-half {
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .image-text-half {
    max-height: 700px;
  }
}

.image-text-half__column-text .gamma700 {
  font-size: 30px;
  line-height: 40px;
}

@media screen and (min-width: 640px) {
  .image-text-half__column-text .gamma700 {
    font-size: 35px;
  }
}

@media screen and (min-width: 1460px) {
  .image-text-half__column-text .gamma700 {
    font-size: 46px;
  }
}

.image-text-half__icon {
  position: absolute;
  top: 30px;
  left: 30px;
}

.image-text-half--inverted .image-text-half__icon {
  left: auto;
  right: 30px;
}

.image-text-half__icon + img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1280px) {
  .image-text-half__icon + img {
    -o-object-fit: initial;
       object-fit: initial;
    height: auto;
  }
}

.image-text-half__app {
  margin: 50px 0;
}

@media screen and (min-width: 1024px) {
  .image-text-half__app {
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .image-text-half__app {
    right: 40px;
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 1460px) {
  .image-text-half__app {
    right: 85px;
    width: calc(100% - 65px);
  }
}

.image-text-half__app ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.image-text-half__app li:first-of-type {
  flex-grow: 1;
  font-family: "Raleway-Bold";
  font-size: 16px;
}

.image-text-half__app li:first-of-type span {
  margin-left: -20px;
}

.image-text-half__app li:nth-of-type(2) {
  margin-right: 10px;
}

.image-text-half__app a {
  color: #fff;
}

.image-text-half--inverted {
  flex-direction: row-reverse;
}

.image-text-half .column {
  max-width: 100%;
  flex: 0 100%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .image-text-half .column {
    max-width: 50%;
    flex: 0 50%;
  }
}

.image-text-half .column--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

@media screen and (min-width: 1024px) {
  .image-text-half .column--center {
    padding: 0;
  }
}

@media screen and (min-width: 1280px) {
  .image-text-half .column--center {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1460px) {
  .image-text-half .column--center {
    padding-right: 85px;
  }
}

.image-text-half .column--center .btn {
  align-self: flex-start;
}

.image-text-half .column--pattern {
  padding: 40px 50px;
}

@media screen and (min-width: 1024px) {
  .image-text-half .column--pattern {
    padding: 80px 100px;
  }
}

.image-text-half .column--pattern .gamma700,
.image-text-half .column--pattern .epsilon,
.image-text-half .column--pattern .newsletter__label,
.image-text-half .column--pattern .graphic-table__item span,
.graphic-table__item .image-text-half .column--pattern span {
  color: #B59EC8;
}

.image-text-half img {
  max-width: 100%;
}

.hero + .container-fluid .image-text-half {
  margin-top: -25px;
}

@media screen and (min-width: 960px) {
  .hero + .container-fluid .image-text-half {
    margin-top: -50px;
  }
}

.image-bg {
  display: -moz-flex;
  display: flex;
  background-color: #fa8ef0;
  justify-content: flex-end;
  max-height: 700px;
}

@media screen and (max-width: 1024px) {
  .image-bg {
    padding: 30px;
  }
}

@media screen and (max-width: 640px) {
  .image-bg {
    padding: 20px;
  }
}

.image-bg__column-text {
  max-width: 800px;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 185px;
}

@media screen and (max-width: 1460px) {
  .image-bg__column-text {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .image-bg__column-text {
    padding: 0;
    max-width: none;
  }
}

.image-bg__column-text .gamma700 {
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 1460px) {
  .image-bg__column-text .gamma700 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 960px) {
  .image-bg__column-text .gamma700 {
    font-size: 30px;
  }
}

.image-bg__column-text .delta {
  color: #4D1A64;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .image-bg__column-text .delta {
    font-size: 16px;
    line-height: 24px;
  }
}

.image-bg__column-text .regular {
  font-size: 14px;
  color: #4D1A64;
}

@media screen and (max-width: 1024px) {
  .image-bg__column-image {
    display: none;
  }
}

.image-bg__column-image img {
  max-width: 100%;
}

.image-bg__cta {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 60px;
  text-align: center;
}

.image-bg__cta .delta {
  margin: 0 50px 0 0;
}

.square-columns {
  display: -moz-flex;
  display: flex;
  flex-flow: column wrap;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  padding: 30px 0 100px;
}

.square-columns__header {
  text-align: center;
  margin-bottom: 40px;
}

.square-columns__header img {
  margin-bottom: 15px;
}

.square-columns__header .beta {
  color: #00B1D7;
}

.square-columns__list {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
}

.square-columns__list-item {
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 10px;
  padding: 30px;
  max-width: 265px;
  flex-basis: 100%;
}

.square-columns__list-item p {
  text-align: center;
  font-size: 24px;
}

.square-columns__list-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.square-columns__list-item li {
  margin-bottom: 10px;
  font-family: "Raleway-Semi-Bold";
  color: #00B1D7;
}

.square-columns__list-item li span {
  margin-left: 10px;
}

.square-columns__cta {
  display: -moz-flex;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 60px;
  text-align: center;
}

.square-columns__cta .delta {
  text-transform: uppercase;
  color: #fff;
}

.image-full-mobile {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .image-full-mobile {
    width: auto;
  }
}

@media screen and (min-width: 960px) {
  .image-full-mobile {
    width: 100%;
  }
}

.col-md-9 {
  padding: 0;
}

@media screen and (min-width: 960px) {
  .col-md-9 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -190px;
  width: 190px;
  padding: 20px 15px;
  background-color: #00B1D7;
  z-index: 7;
  border-radius: 22px 0 0 22px;
  transition: .3s;
}

.context-private .sidebar {
  background-color: #97845B;
}

@media screen and (min-width: 1024px) {
  .sidebar {
    right: -160px;
    width: 240px;
  }
}

.sidebar.open {
  right: 0;
}

.sidebar__toggle-mobile {
  position: absolute;
  color: #fff;
  top: 0;
  left: -35px;
  width: 60px;
  height: 44px;
  background-color: #97845B;
  border-radius: 22px 0 0 22px;
  z-index: -1;
  display: -moz-flex;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

@media screen and (min-width: 1024px) {
  .sidebar__toggle-mobile {
    display: none;
  }
}

.sidebar__toggle-mobile span {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar__toggle-mobile span::before {
  content: "\e917";
}

.open .sidebar__toggle-mobile span::before {
  content: "\e90d";
}

.sidebar__item {
  margin-bottom: 15px;
  display: -moz-flex;
  display: flex;
  align-items: center;
}

.sidebar__item:hover {
  text-decoration: none;
}

.context-private .sidebar__item:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .sidebar__item {
    margin-bottom: 30px;
  }
}

.sidebar__item:last-of-type {
  margin-bottom: 0;
}

.sidebar__item-icon {
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}

.context-private .sidebar__item-icon {
  color: #000;
}

@media screen and (min-width: 1024px) {
  .sidebar__item-icon {
    font-size: 45px;
    margin-right: 20px;
    width: 50px;
  }
}

.sidebar__item-text {
  text-decoration: underline;
  color: #fff;
}

.context-private .sidebar__item-text {
  color: #000;
}

.sidebar__item-text:hover {
  font-weight: 800;
}

.banner-link {
  width: 100%;
  height: auto;
  display: -moz-flex;
  display: flex;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1024px) {
  .banner-link {
    height: 120px;
  }
}

.banner-link__column {
  width: calc(50% - 70px);
}

.banner-link__column:first-of-type {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 25px 0 25px 40px;
}

@media screen and (min-width: 1024px) {
  .banner-link__column:first-of-type {
    display: block;
  }
}

.banner-link__column:last-of-type {
  flex: 1;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  .banner-link__column:last-of-type {
    padding: 25px 40px 25px 0;
  }
}

.banner-link__logo {
  margin-right: 10px;
  max-height: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  .banner-link__logo {
    border-radius: 15px;
    max-height: 70px;
  }
}

.banner-link__text {
  font-size: 15px;
}

@media screen and (min-width: 640px) {
  .banner-link__text {
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .banner-link__text {
    font-size: 21px;
  }
}

.banner-link__image {
  max-height: 30px;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .banner-link__image {
    max-height: 40px;
  }
}

.banner-link__link:last-of-type img {
  margin-right: 0;
}

.banner-link__link-container {
  display: -moz-flex;
  display: flex;
  margin: 20px 0 0;
  width: 100%;
  justify-content: center;
}

@media screen and (min-width: 640px) {
  .banner-link__link-container {
    width: auto;
    margin: 0;
  }
}

.sticky-cta {
  background: #00B1D7;
  position: fixed;
  left: 0;
  bottom: -100%;
  z-index: 7;
  width: 100%;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: .3s;
}

.sticky-cta.show {
  bottom: 0;
}

.sticky-cta__text {
  color: #fff;
  font-size: 12px;
  margin-right: 15px;
}

@media screen and (min-width: 640px) {
  .sticky-cta__text {
    font-size: 18px;
  }
}

.sticky-cta .btn {
  line-height: 40px;
  font-size: 10px;
  padding: 0 20px;
}

@media screen and (min-width: 640px) {
  .sticky-cta .btn {
    font-size: 14px;
  }
}

.table-responsive {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  box-shadow: 0 10px 20px 0 rgba(165, 165, 165, 0.5);
  padding: 40px;
  background-color: #fff;
}

.table-responsive--fixed {
  table-layout: fixed;
}

.table-responsive__header:not(:first-of-type) {
  border-radius: 20px 20px 0 0;
  background-color: #6E3590;
  color: #fff;
  padding: 10px;
}

.table-responsive__heading .table-responsive__header:not(:first-of-type) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .table-responsive__heading .table-responsive__header:not(:first-of-type) {
    display: table-cell;
  }
}

.table-responsive__header:first-of-type {
  text-align: left;
  color: #00B1D7;
}

.table-responsive__header.table-responsive--optional {
  background-color: #00B1D7;
  color: #fff;
}

.table-responsive__row td:first-of-type div {
  display: none;
}

.table-responsive__row td:nth-of-type(2) {
  border-radius: 20px 20px 0 0;
}

@media screen and (min-width: 1024px) {
  .table-responsive__row td:nth-of-type(2) {
    border-radius: 0;
  }
}

.table-responsive__row td:last-of-type {
  border-radius: 0 0 20px 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .table-responsive__row td:last-of-type {
    border-radius: 0;
    margin-bottom: 0;
  }
}

.table-responsive__row td p:last-of-type {
  margin-bottom: 0;
}

.table-responsive__row.table-responsive--head-mobile-blue .table-responsive__column:not(.table-responsive--optional) .table-responsive__head-mobile {
  color: #00B1D7;
}

.table-responsive__row:nth-of-type(-n+2) .table-responsive--optional {
  background-color: #00B1D7;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .table-responsive__row:last-of-type td:nth-of-type(2) {
    border-bottom-left-radius: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .table-responsive__row:last-of-type td:last-of-type {
    border-bottom-right-radius: 20px;
  }
}

.table-responsive__column {
  padding: 10px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .table-responsive__column {
    display: table-cell;
  }
}

.table-responsive__column:not(:first-of-type) {
  text-align: center;
  background-color: #d7d7d7;
  color: #6E3590;
}

.table-responsive__column:first-of-type {
  text-align: left;
  color: #6E3590;
  font-weight: 600;
  padding-left: 0;
}

.table-responsive__column--mobile-hide .table-responsive__head-mobile {
  display: none;
}

.video__container {
  position: relative;
  aspect-ratio: 16 / 9;
  width: calc(100% - 20px);
  margin-left: 20px;
}

@media screen and (min-width: 640px) {
  .video__container {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}

.video__iframe {
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.text-icon__container {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .text-icon__container {
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-items: center;
  }
}

.text-icon__container__body {
  grid-column: 1 / 4;
}

.text-icon__container__body div {
  margin-bottom: 10px;
}

.text-icon__container__body *:last-child {
  margin-bottom: 0;
}

.text-icon__container__body__title {
  font-family: "MuseoSansRounded-900";
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  color: #6E3590;
}

@media screen and (min-width: 1024px) {
  .text-icon__container__body__title {
    font-size: 30px;
    line-height: 33px;
  }
}

.text-icon__container__body__subtitle {
  color: #00B1D7;
}

.text-icon__container__icon {
  display: grid;
  justify-content: start;
  width: 118px;
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .text-icon__container__icon {
    grid-column: 4 / span 3;
    justify-content: end;
    margin-top: 0;
  }
}

.text-card-bg {
  background-color: #F3F3F3;
}

.text-card--margin-bottom {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .text-card--margin-bottom {
    margin-bottom: 70px;
  }
}

.text-card {
  width: 100%;
  padding: 0;
  margin-top: 31px;
  margin-bottom: 31px;
  background-color: #F3F3F3;
}

@media screen and (min-width: 1024px) {
  .text-card {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.text-card__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media screen and (min-width: 1024px) {
  .text-card__container {
    grid-template-columns: 1fr 1fr;
    gap: 31px;
  }
}

.text-card__container__section {
  background-color: white;
}

@media screen and (min-width: 1024px) {
  .text-card__container__section {
    width: 100%;
  }
}

.text-card__container__section__body {
  font-family: "Raleway-Regular";
  padding: 30px;
}

.text-card__container__section__body__title {
  font-family: "Raleway-Bold";
  font-size: 20px;
  color: #853DB3;
  margin: 0;
  margin-bottom: 16px;
}

.text-card__container__section__body__paragraph {
  font-size: 14px;
  margin: 0;
}

.text-card__container__section__body ul li:before {
  content: "•";
  padding-right: 5px;
}

.text-card__container__section__body ul {
  padding-left: 10px;
}

.text-card__container__section__body ul li {
  list-style-type: none;
  font-size: 14px;
}

/*
 * Templates */

/*# sourceMappingURL=bec.min.css.map */
