@charset "UTF-8";
/** Font Awesome */ /**
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8d6d3c81330af4515315b42e59aba88e)
 * Config saved to config.json and https://gist.github.com/8d6d3c81330af4515315b42e59aba88e
 */
/**
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/** normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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;
  margin: -1px;
  padding: 0;
  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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 90%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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-left: 15px;
  padding-right: 15px;
}

.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-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 4px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  font-family: Arial;
  -webkit-user-select: none;
  font-size: 0.9em;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

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

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

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

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cbc6c6;
  font-family: Arial;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 15px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 19px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
  font-weight: 700;
  font-size: 1em;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

.slick-lightbox-close {
  top: 30px;
}
.slick-lightbox-close:before {
  font-size: 40px;
}

.slick-arrow {
  color: #fff;
  border: none;
  background-color: transparent;
  font-size: 25px;
  position: absolute;
  z-index: 999999;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.85;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-right {
  right: 15px;
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * Converts PX to REM
 *
 * @param {string} $size Value in pixels
 * @param {string} $root-size Base value in pixels
 */
/**
 * Returns font-size as REM
 *
 * @param {string} $size Value in pixels
 * @param {string} $root-size Base value in pixels
 */
/**
 * Get the sprite width
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Get the sprite height
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Get the sprite position
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Get the sprite image url
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Generates CSS for the sprite
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Generate the sprite CSS. Returns classes names in the format .sprite-{image-name}
 *
 * @param {object} $sprites Sprites list
 */
body, html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgb(36, 49, 92);
  border-right: 0.6em solid rgb(36, 49, 92);
  border-bottom: 0.6em solid rgb(36, 49, 92);
  border-left: 0.6em solid rgba(36, 49, 92, 0.2);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: 0;
}

input {
  outline: 0;
  -webkit-appearance: none;
}

input::-moz-focus-inner {
  border: 0;
}

/* Roboto */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* Barlow */
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-black-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-blackitalic-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-blackitalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-bold-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-bolditalic-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-extrabold-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-extrabolditalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-extralight-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-extralight-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-italic-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-light-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-lightitalic-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-lightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-medium-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-medium-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-mediumitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-regular-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-semibold-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowcondensed-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/barlowcondensed-semibolditalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?49150715");
  src: url("../fonts/fontello.eot?49150715#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?49150715") format("woff2"), url("../fonts/fontello.woff?49150715") format("woff"), url("../fonts/fontello.ttf?49150715") format("truetype"), url("../fonts/fontello.svg?49150715#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?49150715#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open:before {
  content: "\e800";
} /* '' */
.icon-right-open:before {
  content: "\e801";
} /* '' */
.icon-left-open:before {
  content: "\e802";
} /* '' */
.icon-up-open:before {
  content: "\e803";
} /* '' */
.site-footer .top-footer {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.site-footer .top-footer .footer-menu > ul .menu-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .site-footer .top-footer .footer-menu > ul .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.site-footer .top-footer .footer-menu > ul .menu-item a,
.site-footer .top-footer .footer-menu > ul .menu-item span {
  color: #243059;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.site-footer .top-footer .footer-menu > ul .menu-item .sub-menu {
  padding-top: 12px;
}
.site-footer .top-footer .footer-menu > ul .menu-item .sub-menu li {
  margin-bottom: 10px;
}
.site-footer .top-footer .footer-menu > ul .menu-item .sub-menu li a {
  color: #243059;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: initial;
}
.site-footer .top-footer .private-area img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .site-footer .top-footer .private-area {
    margin-bottom: 20px;
  }
}
.site-footer .top-footer .private-area a span {
  color: #243059;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  display: block;
}
.site-footer .top-footer .private-area a i {
  display: inline-block;
  background-color: #243059;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 55px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  margin-top: 8px;
  transition: all 0.3s;
  border: 1px solid #243059;
}
.site-footer .top-footer .private-area a i:hover {
  color: #243059;
  background-color: #fff;
}
.site-footer .top-footer .social {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .site-footer .top-footer .social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.site-footer .top-footer .social h5 {
  color: #243059;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 20px;
}
.site-footer .top-footer .social ul li {
  display: inline-block;
  margin-right: 16px;
}
.site-footer .top-footer .social ul li:last-child {
  margin-right: 0;
}
.site-footer .top-footer .social ul li a i {
  display: inline-block;
  background-color: #243059;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  margin-top: 8px;
  border: 1px solid #243059;
  transition: all 0.3s;
}
.site-footer .top-footer .social ul li a i:hover {
  color: #243059;
  background-color: #fff;
}
.site-footer .top-footer .newsletter {
  position: relative;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-footer .top-footer .newsletter {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.site-footer .top-footer .newsletter:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  background-color: #243059;
  height: 4px;
  width: 100px;
}
@media (max-width: 767px) {
  .site-footer .top-footer .newsletter:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-footer .top-footer .newsletter h5 {
  color: #243059;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 8px;
}
.site-footer .top-footer .newsletter .newsletter-wrapper {
  display: inline-block;
  max-width: 60%;
}
.site-footer .top-footer .newsletter .newsletter-wrapper p {
  font-family: "Roboto", sans-serif;
  color: #a5a5a5;
  font-size: 10px;
  margin: 7px 0 9px 0;
}
.site-footer .top-footer .newsletter .newsletter-wrapper input[type=email] {
  width: 100%;
  border: none;
  color: #a5a5a5;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 9px;
}
.site-footer .top-footer .newsletter .newsletter-wrapper input[type=submit] {
  font-size: 8px;
  text-transform: uppercase;
  border: none;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  color: #fff;
  background-color: #6ba4d1;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.site-footer .top-footer .newsletter .magazine {
  float: right;
  max-width: 83px;
}
.site-footer .bottom-footer {
  padding: 20px 0;
}
.site-footer .bottom-footer .row {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-footer .bottom-footer .partners h4 {
  color: #243059;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 25px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
  padding-bottom: 10px;
  /*hambuerguer*/
  /* Stick menu */
}
@media (max-width: 600px) {
  .main-header .container-fluid {
    order: 3;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .main-header .container-fluid .phone {
    margin-right: 0;
  }
  .main-header .container-fluid .phone .fa-phone {
    font-size: 21px;
  }
}
@media (max-width: 600px) {
  .main-header .container-fluid.bottom-content {
    order: 2;
  }
}
body.admin-bar .main-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .main-header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar .main-header {
    top: 0;
  }
}
.main-header .search-wrapper {
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  height: 90px;
  line-height: 90px;
  top: -90px;
  transition: all 0.3s;
  width: 100%;
}
.main-header .search-wrapper input {
  border: none;
  border-bottom: 1px solid #414042;
  padding: 15px 10px;
  font-family: "Roboto", sans-serif;
  width: calc(100% - 145px);
}
.main-header .search-wrapper button {
  background-color: #243059;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border: none;
  padding: 15px 0;
  text-align: center;
  width: 120px;
  margin-left: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.main-header .search-wrapper.active {
  top: 0;
}
.main-header .search-wrapper.active + .header-wrapper {
  margin-top: 90px;
}
.main-header .header-wrapper {
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .main-header .header-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    align-items: center;
  }
}
.main-header .header-actions {
  display: inline-block;
  float: right;
  height: 50px;
  line-height: 50px;
  margin-top: -2px;
}
@media (max-width: 991px) {
  .main-header .header-actions {
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .main-header .header-actions {
    margin-bottom: 0px;
  }
}
.main-header .header-actions .actions {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .main-header .header-actions .actions {
    margin-right: 10px;
  }
}
.main-header .header-actions .actions a {
  margin: 0 8px;
  color: #fff;
  text-shadow: -1px 0px 7px rgb(30, 30, 30);
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .main-header .header-actions .actions a {
    font-size: 12px;
    margin: 0 6px;
  }
}
@media (max-width: 600px) {
  .main-header .header-actions .actions a.email, .main-header .header-actions .actions a.search {
    display: none;
  }
}
@media (min-width: 1168px) {
  .main-header .header-actions .actions a.phone {
    display: none;
  }
}
.main-header .header-actions .actions a.private-area {
  font-family: Roboto, sans-serif;
}
@media (max-width: 782px) {
  .main-header .header-actions .actions a.private-area {
    display: none;
  }
}
.main-header .header-actions .actions span {
  margin: 0 8px;
  color: #fff;
  text-shadow: -1px 0px 7px rgb(30, 30, 30);
  transition: all 0.3s;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.main-header .header-actions .actions span.phone {
  display: none;
}
@media (min-width: 1168px) {
  .main-header .header-actions .actions span.phone {
    display: inline;
  }
}
.main-header .header-actions .maps {
  display: inline-block;
}
@media (max-width: 600px) {
  .main-header .header-actions .maps {
    display: none;
  }
}
.main-header .header-actions .maps a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .main-header .header-actions .maps a {
    height: 30px;
    line-height: 30px;
  }
}
.main-header .header-actions .maps a.map-group {
  background-color: #fff;
  color: #243059;
  padding: 0 30px;
  margin-right: -4px;
  margin-left: -4px;
}
@media (max-width: 991px) {
  .main-header .header-actions .maps a.map-group {
    padding: 0 10px;
  }
}
.main-header .header-actions .maps a.map-activities {
  background-color: #243059;
  color: #fff;
  padding: 0 16px;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .main-header .header-actions .maps a.map-activities {
    padding: 0 10px;
  }
}
.main-header .header-actions .maps a.map-activities:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: -15px;
  border-width: 50px 15px 0 0;
  border-color: #243059 transparent transparent transparent;
  line-height: 0px;
  _border-color: #243059 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
@media (max-width: 991px) {
  .main-header .header-actions .maps a.map-activities:after {
    border-width: 30px 15px 0 0;
  }
}
.main-header .header-actions .maps a.map-activities.carreiras {
  margin-right: 0;
  margin-left: 15px;
}
.main-header .header-actions .maps a.map-activities.carreiras:after {
  right: unset;
  left: -15px;
  border-width: 50px 0 0 15px;
}
.main-header .logo-wrapper {
  display: inline-block;
  float: left;
}
.main-header .logo-wrapper.wrapper-desktop img {
  width: 220px;
  margin-top: -8px;
  max-height: 80px;
}
.main-header .logo-wrapper.wrapper-desktop img.logo-sticky {
  display: none;
}
@media (max-width: 600px) {
  .main-header .logo-wrapper.wrapper-desktop.has-mobile {
    display: none;
  }
}
.main-header .logo-wrapper.wrapper-mobile {
  display: none;
}
@media (max-width: 600px) {
  .main-header .logo-wrapper.wrapper-mobile {
    display: inline-block;
  }
  .main-header .logo-wrapper.wrapper-mobile img {
    width: 70px;
    height: auto;
  }
}
.main-header .menu-wrapper {
  display: inline-block;
  float: right;
  margin-top: 50px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .main-header .menu-wrapper {
    display: none;
  }
}
.main-header .menu-wrapper .main-menu .menu {
  padding: 0;
}
@media (max-width: 991px) {
  .main-header .menu-wrapper .main-menu .menu {
    padding-top: 90px;
  }
}
@media (max-width: 600px) {
  .main-header .menu-wrapper .main-menu .menu {
    padding-top: 50px;
    /*padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    position: relative;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
  }
}
.main-header .menu-wrapper .main-menu .menu .menu-item {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .main-header .menu-wrapper .main-menu .menu .menu-item {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .main-header .menu-wrapper .main-menu .menu .menu-item {
    /*height: auto;
    line-height: 32px;*/
  }
}
.main-header .menu-wrapper .main-menu .menu .menu-item a,
.main-header .menu-wrapper .main-menu .menu .menu-item span {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  text-shadow: -1px 0px 7px rgb(30, 30, 30);
  transition: all 0.3s;
  font-weight: 500;
}
@media (max-width: 991px) {
  .main-header .menu-wrapper .main-menu .menu .menu-item a,
.main-header .menu-wrapper .main-menu .menu .menu-item span {
    color: #243059;
    text-shadow: none;
    text-align: center;
    font-weight: 500;
  }
}
.main-header .menu-wrapper .main-menu .menu .menu-item.menu-item-has-children {
  position: relative;
}
.main-header .menu-wrapper .main-menu .menu .menu-item.menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  margin-top: 0;
  z-index: 99;
  margin-left: -10px;
  padding-top: 8px;
  min-width: 170px;
}
.main-header .menu-wrapper .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  display: block;
  padding: 0 10px;
  background-color: #fff;
  margin-left: 0;
  white-space: nowrap;
}
@media (min-width: 601px) {
  .main-header .menu-wrapper .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
    height: 35px;
    line-height: 33px;
  }
  .main-header .menu-wrapper .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item:first-child {
    height: 40px;
    line-height: 48px;
  }
  .main-header .menu-wrapper .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
    height: 40px;
    line-height: 30px;
  }
}
.main-header .menu-wrapper .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: #243059;
  font-size: 12px;
  text-transform: initial;
  text-shadow: none;
}
@media (max-width: 600px) {
  .main-header .menu-wrapper .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .main-header .menu-wrapper .main-menu .menu .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    display: table;
  }
}
.main-header .menu-wrapper.main-menu--shown {
  display: block;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100vh;
  margin-top: 0;
  top: 0;
  overflow-y: auto;
  padding-bottom: 40px;
}
.main-header .menu-wrapper.main-menu--shown .menu .menu-item {
  margin-left: 0;
}
.main-header .menu-wrapper.main-menu--shown .menu .menu-item.menu-item-has-children {
  height: initial;
}
.main-header .menu-wrapper.main-menu--shown .menu .menu-item.menu-item-has-children span:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 11px;
  padding-left: 6px;
  vertical-align: baseline;
}
.main-header .menu-wrapper.main-menu--shown .menu .menu-item.menu-item-has-children.children-shown span:after {
  content: "\f077";
}
.main-header .menu-wrapper.main-menu--shown .menu .menu-item.menu-item-has-children.children-shown .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  position: relative;
  margin: 0 !important;
  z-index: initial;
  padding-top: 0;
}
.main-header .menu-wrapper.main-menu--shown .menu .menu-item.menu-item-has-children.children-shown .sub-menu .menu-item {
  height: 30px;
  line-height: 30px;
}
.main-header .menu-toggle {
  display: none;
  position: absolute;
  right: 15px;
  height: 25px;
  width: 30px;
  bottom: 25px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 9999;
  transition: transform 300ms;
}
@media (max-width: 600px) {
  .main-header .menu-toggle {
    bottom: 35px;
    order: 1;
    position: relative;
    bottom: initial;
    right: initial;
    margin-left: 16px;
  }
}
.main-header .menu-toggle:focus {
  outline: 0;
}
@media (max-width: 991px) {
  .main-header .menu-toggle {
    display: inline-block;
  }
}
.main-header .menu-toggle span {
  background-color: #fff;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.3s;
}
.main-header .menu-toggle span:nth-of-type(2) {
  top: 10px;
}
.main-header .menu-toggle span:nth-of-type(3) {
  top: 18px;
}
.main-header .menu-toggle.menu-toggle--open span {
  background-color: #fff;
  z-index: 99999;
}
.main-header .menu-toggle.menu-toggle--open span:nth-of-type(1) {
  transform: rotate(45deg);
  width: 30px;
  top: 10px;
}
.main-header .menu-toggle.menu-toggle--open span:nth-of-type(2) {
  opacity: 0;
}
.main-header .menu-toggle.menu-toggle--open span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 10px;
}
.main-header .menu-toggle.move-down {
  transform: translateY(88px);
}
.main-header.sticky {
  background-color: #fff !important;
}
@media (max-width: 600px) {
  .main-header.sticky {
    background-color: initial;
  }
}
.main-header.sticky .logo-wrapper.wrapper-desktop img.logo-initial {
  display: none;
}
.main-header.sticky .logo-wrapper.wrapper-desktop img.logo-sticky {
  display: inline-block;
}
.main-header.sticky .menu > li a, .main-header.sticky .menu > li span {
  color: #243059 !important;
  text-shadow: none !important;
}
.main-header.sticky .actions a {
  color: #243059 !important;
  text-shadow: none !important;
}
.main-header.sticky .actions span {
  color: #243059 !important;
  text-shadow: none !important;
}
.main-header.sticky .maps .map-group {
  background-color: #5ea6d6 !important;
}
.main-header.sticky .menu-toggle span {
  background-color: #243059;
}
.main-header.sticky .menu-toggle.menu-toggle--open span {
  background-color: #fff;
}

.home-hero {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.3s;
}
body.admin-bar .home-hero {
  height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  body.admin-bar .home-hero {
    height: calc(100vh - 46px);
  }
}
.home-hero.active {
  visibility: visible;
  opacity: 1;
}
.home-hero .h-100 {
  height: 100%;
}
.home-hero .w-100 {
  width: 100%;
}
.home-hero .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s;
  text-align: center;
  line-height: 40px;
  display: none !important;
}
@media (max-width: 991px) {
  .home-hero .slick-arrow {
    display: none !important;
  }
}
.home-hero .slick-arrow span {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 700;
}
.home-hero .slick-arrow:focus {
  outline: 0;
}
.home-hero .slick-arrow:hover {
  border: 2px solid #fff;
}
.home-hero .slick-arrow.slick-next {
  right: 50px;
}
.home-hero .slick-arrow.slick-prev {
  left: 50px;
}
.home-hero .swiper {
  height: 100%;
}
.home-hero .swiper .swiper-container {
  height: 100%;
}
.home-hero .swiper .swiper-container .swiper-slide {
  height: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 320px;
}
@media (max-width: 991px) {
  .home-hero .swiper .swiper-container .swiper-slide .hero-wrapper {
    height: 250px;
  }
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .gradient-azul {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(20, 50, 111);
  background: -webkit-linear-gradient(left, rgba(20, 50, 111, 0.7) 0%, rgba(55, 128, 187, 0.7) 54%, rgba(73, 170, 231, 0.7) 100%);
  background: -o-linear-gradient(left, rgba(20, 50, 111, 0.7) 0%, rgba(55, 128, 187, 0.7) 54%, rgba(73, 170, 231, 0.7) 100%);
  background: linear-gradient(to right, rgba(20, 50, 111, 0.7) 0%, rgba(55, 128, 187, 0.7) 54%, rgba(73, 170, 231, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b467d",endColorstr="#49aae7",GradientType=1);
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .gradient-green {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(58, 111, 20);
  background: -moz-linear-gradient(90deg, rgba(58, 111, 20, 0.7) 0%, rgba(55, 187, 172, 0.7) 47%, rgba(73, 225, 231, 0.7) 100%);
  background: -webkit-linear-gradient(90deg, rgba(58, 111, 20, 0.7) 0%, rgba(55, 187, 172, 0.7) 47%, rgba(73, 225, 231, 0.7) 100%);
  background: linear-gradient(90deg, rgba(58, 111, 20, 0.7) 0%, rgba(55, 187, 172, 0.7) 47%, rgba(73, 225, 231, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a6f14",endColorstr="#49e1e7",GradientType=1);
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .gradient-orange {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(231, 133, 59);
  background: -moz-linear-gradient(90deg, rgba(231, 133, 59, 0.7) 6%, rgba(54, 123, 181, 0.7) 68%, rgba(73, 170, 231, 0.7) 100%);
  background: -webkit-linear-gradient(90deg, rgba(231, 133, 59, 0.7) 6%, rgba(54, 123, 181, 0.7) 68%, rgba(73, 170, 231, 0.7) 100%);
  background: linear-gradient(90deg, rgba(231, 133, 59, 0.7) 6%, rgba(54, 123, 181, 0.7) 68%, rgba(73, 170, 231, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7853b",endColorstr="#49aae7",GradientType=1);
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper {
  display: inline-block;
  position: absolute;
  padding-top: 50px;
  max-width: 70%;
}
@media (max-width: 500px) {
  .home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper {
    text-align: center;
    max-width: 100%;
    display: block;
    width: 100%;
    padding-top: 20px;
    position: initial;
  }
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper .title {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 4px;
  margin-bottom: 10px;
  transform: translateX(45px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 991px) {
  .home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper .title {
    font-size: 30px;
  }
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper .title.shown {
  transform: translateX(0);
  opacity: 1;
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper .subtitle {
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  transform: translateX(30px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 991px) {
  .home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper .subtitle {
    font-size: 18px;
  }
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .text-wrapper .subtitle.shown {
  transform: translateX(0);
  opacity: 1;
}
.home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .star {
  position: absolute;
  bottom: -23px;
  height: 560px;
  right: -306px;
}
@media (max-width: 991px) {
  .home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .star {
    height: 444px;
    right: -242px;
  }
}
@media (max-width: 500px) {
  .home-hero .swiper .swiper-container .swiper-slide .hero-wrapper .star {
    display: none;
  }
}
.home-hero .swiper .swiper-container .swiper-slide .video-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 9;
}
.home-hero .sound_toggle {
  position: absolute;
  bottom: 40px;
  right: 5%;
  z-index: 10;
}
@media (max-width: 500px) {
  .home-hero .sound_toggle {
    bottom: 12px;
  }
}
.home-hero .sound_toggle img {
  cursor: pointer;
}
.home-hero .sound_toggle .sound_on {
  display: none;
}

.home-hero .swiper-pagination {
  bottom: 70px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .home-hero .swiper-pagination {
    bottom: 60px;
  }
}
@media (max-width: 500px) {
  .home-hero .swiper-pagination {
    bottom: 40px;
  }
}
.home-hero .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  border: none;
  cursor: pointer;
  width: 10px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  font-size: 0;
  margin: 0 10px;
  transition: all 0.3s;
}
.home-hero .swiper-pagination .swiper-pagination-bullet:focus {
  outline: 0;
}
.home-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.home-hero .slick-dots, .numbers-slider .slick-dots {
  left: 50%;
  bottom: 70px;
  transform: translateX(-50px);
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .home-hero .slick-dots, .numbers-slider .slick-dots {
    bottom: 60px;
  }
}
@media (max-width: 500px) {
  .home-hero .slick-dots, .numbers-slider .slick-dots {
    bottom: 40px;
  }
}
.home-hero .slick-dots li, .numbers-slider .slick-dots li {
  display: inline-block;
}
.home-hero .slick-dots li button, .numbers-slider .slick-dots li button {
  border: none;
  cursor: pointer;
  width: 10px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  margin: 0 10px;
  transition: all 0.3s;
}
.home-hero .slick-dots li button:focus, .numbers-slider .slick-dots li button:focus {
  outline: 0;
}
.home-hero .slick-dots li.slick-active button, .numbers-slider .slick-dots li.slick-active button {
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.numbers-slider .slick-dots {
  margin: 60px auto 0;
  text-align: center;
}
.numbers-slider .slick-dots li button {
  background-color: #243059;
  border-color: #243059 !important;
}

.video-lightbox {
  display: none;
}
.video-lightbox.active {
  display: block;
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.video-lightbox button {
  right: 50px;
  top: 50px;
}
.video-lightbox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 70%;
  min-height: 65%;
}

.image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

.video-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-text-wrapper .title {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 4px;
  margin-bottom: 10px;
  transform: translateX(45px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 991px) {
  .video-text-wrapper .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .video-text-wrapper .title {
    font-size: 30px;
  }
}
.video-text-wrapper .title.shown {
  transform: translateX(0);
  opacity: 1;
}
.video-text-wrapper .subtitle {
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 300;
  transform: translateX(30px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 991px) {
  .video-text-wrapper .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .video-text-wrapper .subtitle {
    font-size: 18px;
  }
}
.video-text-wrapper .subtitle.shown {
  transform: translateX(0);
  opacity: 1;
}
.video-text-wrapper .play {
  display: inline-block;
  margin-top: 40px;
  width: 120px;
  height: 120px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
@media (max-width: 991px) {
  .video-text-wrapper .play {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .video-text-wrapper .play {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
}
.video-text-wrapper .play.shown {
  opacity: 1;
  visibility: visible;
}
.video-text-wrapper .play img {
  height: 100%;
  width: 100%;
}

.page-banner {
  height: 420px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 480px) {
  .page-banner {
    height: auto;
    padding-bottom: 40px;
  }
}
.page-banner.gradient {
  background: rgb(43, 70, 125);
  background: -moz-linear-gradient(90deg, rgb(43, 70, 125) 0%, rgb(54, 123, 181) 65%, rgb(73, 170, 231) 100%);
  background: -webkit-linear-gradient(90deg, rgb(43, 70, 125) 0%, rgb(54, 123, 181) 65%, rgb(73, 170, 231) 100%);
  background: linear-gradient(90deg, rgb(43, 70, 125) 0%, rgb(54, 123, 181) 65%, rgb(73, 170, 231) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b467d",endColorstr="#49aae7",GradientType=1);
}
.page-banner.thumbnail {
  height: 100vh;
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.admin-bar .page-banner.thumbnail {
  height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  body.admin-bar .page-banner.thumbnail {
    height: calc(100vh - 46px);
  }
}
.page-banner.thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.page-banner .subtitle {
  font-size: 52px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .page-banner .subtitle {
    font-size: 39px;
  }
}
.page-banner .page-title {
  font-family: "Barlow", sans-serif;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  font-size: 70px;
  letter-spacing: 5px;
  font-weight: 600;
  margin-top: 100px;
  max-width: 660px;
  position: relative;
  max-width: 70%;
  text-shadow: -1px 0 7px rgba(30, 30, 30, 0.5);
}
@media (max-width: 480px) {
  .page-banner .page-title {
    font-size: 52px;
  }
}
.page-banner .stretch {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.page-banner .star {
  position: absolute;
  right: -248px;
  bottom: -20px;
  height: 456px;
}
@media (max-width: 991px) {
  .page-banner .star {
    right: -212px;
    bottom: -17px;
    height: 390px;
  }
}
@media (max-width: 767px) {
  .page-banner .star {
    display: none !important;
  }
}

.single-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: rgb(43, 70, 125);
  background: -moz-linear-gradient(90deg, rgb(43, 70, 125) 0%, rgb(54, 123, 181) 65%, rgb(73, 170, 231) 100%);
  background: -webkit-linear-gradient(90deg, rgb(43, 70, 125) 0%, rgb(54, 123, 181) 65%, rgb(73, 170, 231) 100%);
  background: linear-gradient(90deg, rgb(43, 70, 125) 0%, rgb(54, 123, 181) 65%, rgb(73, 170, 231) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b467d",endColorstr="#49aae7",GradientType=1);
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.admin-bar .single-banner {
  height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  body.admin-bar .single-banner {
    height: calc(100vh - 46px);
  }
}
.single-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.single-banner .stretch {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.single-banner .single-title {
  font-family: "Barlow", sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  font-size: 70px;
  letter-spacing: 5px;
  font-weight: 600;
  margin-top: 100px;
  max-width: 600px;
  z-index: 1;
  position: relative;
}

.social-share p {
  color: #949598 !important;
  display: inline-block;
  margin: 0 !important;
}
.social-share ul {
  display: inline-block;
  margin: initial !important;
  margin-left: -5px !important;
}
.social-share ul li {
  display: inline-block;
  padding-left: 5px !important;
}
.social-share ul li i {
  color: #949598 !important;
}
.social-share ul li:before {
  content: none !important;
}

.wp-block-advgb-table {
  font-family: "Roboto", sans-serif;
  display: block;
  overflow-x: auto;
}
.wp-block-advgb-table.table-border {
  border: 1px solid #ddd;
}
.wp-block-advgb-table thead,
.wp-block-advgb-table tbody {
  display: table;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .advgb-count-up > div {
    width: 33.3333%;
  }
}

.advgb-counter-number {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 600px) {
  .d-sm-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .gcp-fitness-schedule .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
  }
}
.gcp-fitness-schedule .actions a {
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.gcp-fitness-schedule .actions a:focus {
  outline: 0;
}
@media (max-width: 767px) {
  .gcp-fitness-schedule .actions a {
    font-size: 12px;
    padding: 10px;
  }
}
.gcp-fitness-schedule .actions .btn-filter {
  background: #5ea6d6;
  color: #fff;
  font-weight: 400;
}
.gcp-fitness-schedule .actions .btn-download {
  background: #f4f4f4;
  color: #939292;
}
@media (max-width: 767px) {
  .gcp-fitness-schedule .title-name {
    text-align: center;
  }
}
.gcp-fitness-schedule table, .gcp-fitness-schedule tr, .gcp-fitness-schedule td, .gcp-fitness-schedule th {
  vertical-align: middle;
  text-transform: uppercase;
}
.gcp-fitness-schedule .table-mapa-actividades thead tr th {
  padding: 0;
}
.gcp-fitness-schedule .table-mapa-actividades .colunaAlturaDoDia {
  background: #ffffff;
}
.gcp-fitness-schedule .table-mapa-actividades .px2branco {
  width: 2px;
  background: #ffffff;
  padding: 0 !important;
  line-height: 1px;
  font-size: 1px;
}
.gcp-fitness-schedule .table-mapa-actividades .bgHeader {
  background: #5ea6d6;
  height: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .gcp-fitness-schedule .table-mapa-actividades .bgHeader {
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.gcp-fitness-schedule .table-mapa-actividades .conteudo .bgAlturaDoDia {
  background: #f4f4f4 !important;
}
.gcp-fitness-schedule .table-mapa-actividades .conteudo .bgAlturaDoDia div {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #395a82;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  margin: -15px;
}
.gcp-fitness-schedule .table-mapa-actividades .padding0Important {
  padding: 0 !important;
}
.gcp-fitness-schedule .table-mapa-actividades .positionRelative {
  position: relative;
}
.gcp-fitness-schedule .table-mapa-actividades .time {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #243059;
  line-height: 8px;
}
.gcp-fitness-schedule .table-mapa-actividades .className {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #243059;
  line-height: 12px;
}
.gcp-fitness-schedule .table-mapa-actividades .gin {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #243059;
  line-height: 8px;
  font-weight: bold;
}
.gcp-fitness-schedule .table-mapa-actividades .no {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #243059;
  line-height: 8px;
  font-weight: bold;
}
.gcp-fitness-schedule .table-mapa-actividades .height20 {
  height: 20px;
  background: #ffffff;
  padding: 0 !important;
}

#filter-modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
#filter-modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
#filter-modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
}
#filter-modal button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  padding: 10px 20px;
  text-transform: uppercase;
}
#filter-modal button:focus {
  outline: 0;
}
#filter-modal .btn-primary {
  background: #5ea6d6;
  color: #fff;
}
#filter-modal .btn-default {
  background: #cccccc;
  color: #ffffff;
}
#filter-modal .item {
  padding: 15px 5px;
  font-family: "Roboto", sans-serif;
}
#filter-modal .item h3 {
  background: #5ea6d6;
  color: #fff;
  padding: 10px;
}
@media (max-width: 400px) {
  #filter-modal .item h3 {
    height: 50px;
    display: flex;
    align-items: center;
  }
}
#filter-modal .item .items {
  padding: 20px 5px;
}
@media (max-width: 400px) {
  #filter-modal .item .items {
    padding: 20px 0;
  }
}
#filter-modal .item .items label {
  vertical-align: middle;
}
#filter-modal .item .items input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #5ea6d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 400px) {
  #filter-modal .item .items input[type=checkbox] {
    padding: 7px;
  }
}
#filter-modal .item .items input[type=checkbox]:active, #filter-modal .item .items input[type=checkbox]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#filter-modal .item .items input[type=checkbox]:checked {
  background-color: #e9ecee;
  border: 1px solid #5ea6d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
#filter-modal .item .items input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}
@media (max-width: 400px) {
  #filter-modal .item .items input[type=checkbox]:checked:after {
    top: -2px;
    left: 2px;
  }
}
@media (max-width: 400px) {
  #filter-modal .modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
  }
}
@media (max-width: 400px) {
  #filter-modal .modal-buttons button {
    padding: 10px;
  }
}

.gcp-cta-banner {
  padding-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 460px;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-top: 30px;
}
.gcp-cta-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
}
.gcp-cta-banner > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.gcp-cta-banner .container-fluid {
  height: 100%;
  text-align: center;
}
.gcp-cta-banner .container-fluid .stretch {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.gcp-cta-banner .container-fluid .text-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.gcp-cta-banner .container-fluid .text-wrapper .top {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #fff !important;
}
.gcp-cta-banner .container-fluid .text-wrapper .bottom {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff !important;
}

.gcp-data {
  padding: 60px 0;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.gcp-data .data-wrapper {
  display: flex;
  flex-direction: column;
}
.gcp-data .data-wrapper:last-child {
  align-items: center;
}
@media (max-width: 1200px) {
  .gcp-data .data-wrapper:last-child {
    margin-top: 50px;
  }
}
.gcp-data .data-wrapper .metrics {
  margin-bottom: 20px;
}
.gcp-data .data-wrapper .metrics:last-child {
  margin-bottom: 0;
}
.gcp-data .data-wrapper .metrics .fas {
  display: inline-block;
  font-size: 40px;
  color: #fff;
}
.gcp-data .data-wrapper .metrics .metric-wrapper {
  display: inline-block;
  padding-left: 20px;
  width: calc(100% - 100px);
  vertical-align: top;
  margin-top: -5px;
}
@media (max-width: 1200px) {
  .gcp-data .data-wrapper .metrics .metric-wrapper {
    width: calc(100% - 50px);
  }
}
.gcp-data .data-wrapper .metrics .metric-wrapper p {
  margin: 0 !important;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.gcp-data .data-wrapper .metrics .metric-wrapper .bar {
  width: 100%;
  height: 10px;
  background-color: #fff;
  margin-top: 8px;
  overflow: hidden;
  border: 2px solid #fff;
}
.gcp-data .data-wrapper .metrics .metric-wrapper .bar .fill {
  display: inline-block;
  height: 100%;
  position: relative;
  top: -7px;
  background-color: transparent !important;
}
.gcp-data .data-wrapper .circle {
  border: 8px solid #8ebf56;
  height: 270px;
  width: 270px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-top: 10px;
}
.gcp-data .data-wrapper .circle .numbers-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 6px;
}
.gcp-data .data-wrapper .circle .numbers-wrapper .number {
  color: #8ebf56;
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  line-height: 100px;
  font-weight: 600;
  display: block;
}
.gcp-data .data-wrapper .circle .numbers-wrapper .unit {
  display: block;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  color: #8ebf56;
}
.gcp-data .data-wrapper .circle .numbers-wrapper .subtitle {
  color: #8ebf56;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-top: 2px;
}
.gcp-data.aos-animate .progress {
  background-color: #00b485;
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
  display: block;
  height: 100%;
  animation-delay: 1s;
}
.gcp-data.gradient-azul {
  background: rgb(43, 70, 125);
  background: -moz-linear-gradient(90deg, rgb(43, 70, 125) 0%, rgb(54, 123, 181) 65%, rgb(73, 170, 231) 100%);
  background: -webkit-linear-gradient(90deg, rgb(43, 70, 125) 0%, rgb(54, 123, 181) 65%, rgb(73, 170, 231) 100%);
  background: linear-gradient(90deg, rgb(43, 70, 125) 0%, rgb(54, 123, 181) 65%, rgb(73, 170, 231) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b467d",endColorstr="#49aae7",GradientType=1);
}
.gcp-data.gradient-azul .fill {
  background-color: #243059 !important;
}
.gcp-data.gradient-azul .circle {
  border: 8px solid #243059 !important;
}
.gcp-data.gradient-azul .circle .number {
  color: #243059 !important;
}
.gcp-data.gradient-azul .circle .unit {
  color: #243059 !important;
}
.gcp-data.gradient-azul .circle .subtitle {
  color: #243059 !important;
}
.gcp-data.gradient-verde {
  background: rgb(58, 111, 20);
  background: -moz-linear-gradient(90deg, rgb(58, 111, 20) 0%, rgb(55, 187, 172) 47%, rgb(73, 225, 231) 100%);
  background: -webkit-linear-gradient(90deg, rgb(58, 111, 20) 0%, rgb(55, 187, 172) 47%, rgb(73, 225, 231) 100%);
  background: linear-gradient(90deg, rgb(58, 111, 20) 0%, rgb(55, 187, 172) 47%, rgb(73, 225, 231) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a6f14",endColorstr="#49e1e7",GradientType=1);
}
.gcp-data.gradient-verde .fill {
  background-color: #00b485 !important;
}
.gcp-data.gradient-verde .circle {
  border: 8px solid #00b485 !important;
}
.gcp-data.gradient-verde .circle .number {
  color: #00b485 !important;
}
.gcp-data.gradient-verde .circle .unit {
  color: #00b485 !important;
}
.gcp-data.gradient-verde .circle .subtitle {
  color: #00b485 !important;
}
.gcp-data.gradient-laranja {
  background: rgb(231, 133, 59);
  background: -moz-linear-gradient(90deg, rgb(231, 133, 59) 6%, rgb(54, 123, 181) 68%, rgb(73, 170, 231) 100%);
  background: -webkit-linear-gradient(90deg, rgb(231, 133, 59) 6%, rgb(54, 123, 181) 68%, rgb(73, 170, 231) 100%);
  background: linear-gradient(90deg, rgb(231, 133, 59) 6%, rgb(54, 123, 181) 68%, rgb(73, 170, 231) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7853b",endColorstr="#49aae7",GradientType=1);
}
.gcp-data.gradient-laranja .fill {
  background-color: #e7853b !important;
}
.gcp-data.gradient-laranja .circle {
  border: 8px solid #e7853b !important;
}
.gcp-data.gradient-laranja .circle .number {
  color: #e7853b !important;
}
.gcp-data.gradient-laranja .circle .unit {
  color: #e7853b !important;
}
.gcp-data.gradient-laranja .circle .subtitle {
  color: #e7853b !important;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.documents-list h3 {
  font-family: "Barlow", sans-serif !important;
  color: #243059 !important;
  font-size: 28px !important;
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}
.documents-list ul {
  margin-top: 20px !important;
  border-top: 2px solid #243059;
  border-bottom: 2px solid #243059;
}
.documents-list ul li {
  padding: 0 !important;
}
.documents-list ul li:nth-child(even) {
  background-color: #f6f6f6;
}
.documents-list ul li:hover {
  background-color: #f6f6f6;
}
.documents-list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 17px 20px;
}
.documents-list ul li p {
  display: inline-block;
  margin: 0 !important;
  color: #243059 !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px !important;
}
.documents-list ul li p.size {
  float: right;
}
.documents-list ul li p .fa-chevron-right {
  margin-right: 15px;
}
.documents-list ul li p .repeated {
  margin-left: -25px;
}
.documents-list ul li p .fa-file-download {
  margin-left: 20px;
}
.documents-list ul li:before {
  content: none !important;
}

.cpt-hero {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cpt-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
body.admin-bar .cpt-hero {
  height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  body.admin-bar .cpt-hero {
    height: calc(100vh - 46px);
  }
}
.cpt-hero .hero-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 300px;
}
.cpt-hero .hero-wrapper .gradient-azul {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(43, 70, 125);
  background: -moz-linear-gradient(90deg, rgba(43, 70, 125, 0.7) 0%, rgba(54, 123, 181, 0.7) 65%, rgba(73, 170, 231, 0.7) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 70, 125, 0.7) 0%, rgba(54, 123, 181, 0.7) 65%, rgba(73, 170, 231, 0.7) 100%);
  background: linear-gradient(90deg, rgba(43, 70, 125, 0.7) 0%, rgba(54, 123, 181, 0.7) 65%, rgba(73, 170, 231, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b467d",endColorstr="#49aae7",GradientType=1);
}
.cpt-hero .hero-wrapper .gradient-verde {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(58, 111, 20);
  background: -moz-linear-gradient(90deg, rgba(58, 111, 20, 0.7) 0%, rgba(55, 187, 172, 0.7) 47%, rgba(73, 225, 231, 0.7) 100%);
  background: -webkit-linear-gradient(90deg, rgba(58, 111, 20, 0.7) 0%, rgba(55, 187, 172, 0.7) 47%, rgba(73, 225, 231, 0.7) 100%);
  background: linear-gradient(90deg, rgba(58, 111, 20, 0.7) 0%, rgba(55, 187, 172, 0.7) 47%, rgba(73, 225, 231, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a6f14",endColorstr="#49e1e7",GradientType=1);
}
.cpt-hero .hero-wrapper .gradient-laranja {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(231, 133, 59);
  background: -moz-linear-gradient(90deg, rgba(231, 133, 59, 0.7) 6%, rgba(54, 123, 181, 0.7) 68%, rgba(73, 170, 231, 0.7) 100%);
  background: -webkit-linear-gradient(90deg, rgba(231, 133, 59, 0.7) 6%, rgba(54, 123, 181, 0.7) 68%, rgba(73, 170, 231, 0.7) 100%);
  background: linear-gradient(90deg, rgba(231, 133, 59, 0.7) 6%, rgba(54, 123, 181, 0.7) 68%, rgba(73, 170, 231, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7853b",endColorstr="#49aae7",GradientType=1);
}
.cpt-hero .hero-wrapper .badge {
  position: relative;
  z-index: 1;
  top: -20px;
  top: -130px;
  max-width: 260px;
}
@media (max-width: 560px) {
  .cpt-hero .hero-wrapper .badge {
    top: -90px;
    max-width: 160px;
  }
}
.cpt-hero .hero-wrapper .text-wrapper {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 560px) {
  .cpt-hero .hero-wrapper .text-wrapper {
    left: 10px;
    transform: translate(0%, -50%);
  }
}
.cpt-hero .hero-wrapper .text-wrapper .category {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 15px;
}
.cpt-hero .hero-wrapper .text-wrapper .title {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
@media (max-width: 560px) {
  .cpt-hero .hero-wrapper .text-wrapper .title {
    font-size: 56px;
    margin-bottom: 0px;
  }
}
.cpt-hero .hero-wrapper .text-wrapper .subtitle {
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
}
.cpt-hero .hero-wrapper .text-wrapper .subtitle:after {
  position: absolute;
  content: "";
  width: 90%;
  left: 5%;
  bottom: -10px;
  height: 3px;
  background-color: #fff;
}
.cpt-hero .hero-wrapper .star {
  position: absolute;
  bottom: -23px;
  height: 526px;
  right: -286px;
}

.gcp-table {
  padding-top: 60px;
  padding-bottom: 30px;
  display: block;
}
.gcp-table .table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.gcp-table h3 {
  font-family: "Barlow", sans-serif !important;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 30px;
}
.gcp-table h3.color-verde {
  color: #00b485 !important;
}
.gcp-table h3.color-azul {
  color: #243059 !important;
}
.gcp-table h3.color-laranja {
  color: #243059 !important;
}
.gcp-table table {
  width: 100%;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
.gcp-table table thead tr th {
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.gcp-table table tbody tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.gcp-table table tbody tr th {
  padding-left: 30px;
  font-size: 18px;
  vertical-align: middle;
}
.gcp-table table tbody tr th img {
  display: inline-block;
  border: 1px solid #1dbc92;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

table sup {
  vertical-align: top;
  font-size: 0.5em;
}

.gcp-teachers .teacher-card {
  height: 0;
  padding-bottom: 100%;
}
.gcp-teachers .teacher-card .title-wrapper.color-verde {
  background-color: rgba(0, 180, 133, 0.75);
}
.gcp-teachers .teacher-card .title-wrapper.color-verde:after {
  border-color: transparent transparent rgba(0, 180, 133, 0.75) transparent;
  _border-color: #000000 #000000 rgba(0, 180, 133, 0.75) #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.gcp-teachers .teacher-card .title-wrapper.color-azul {
  background-color: rgba(36, 48, 89, 0.75);
}
.gcp-teachers .teacher-card .title-wrapper.color-azul:after {
  border-color: transparent transparent rgba(36, 48, 89, 0.75) transparent;
  _border-color: #000000 #000000 rgba(36, 48, 89, 0.75) #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.gcp-teachers .teacher-card .title-wrapper.color-laranja {
  background-color: rgba(231, 133, 59, 0.75);
}
.gcp-teachers .teacher-card .title-wrapper.color-laranja:after {
  border-color: transparent transparent rgba(231, 133, 59, 0.75) transparent;
  _border-color: #000000 #000000 rgba(231, 133, 59, 0.75) #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.gcp-teachers .teacher-card .title-wrapper .title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #fff !important;
  margin: 0 !important;
}
.gcp-teachers .teacher-card .title-wrapper .subtitle {
  font-family: "Roboto", sans-serif;
  margin: 5px 0 0 0 !important;
  font-weight: 300;
  color: #fff !important;
}

.wp-block-columns {
  padding-bottom: 20px;
}
.wp-block-columns .wp-block-column {
  position: relative;
  padding: 0 40px;
}
.wp-block-columns .wp-block-column:after {
  content: "";
  background-color: #00b485;
  right: -20px;
  width: 4px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-columns .wp-block-column:last-child:after {
  display: none;
}
.wp-block-columns .wp-block-column h3 {
  margin-bottom: 30px;
}
.wp-block-columns .wp-block-column p {
  font-family: "Barlow", sans-serif;
  color: #414042;
  font-size: 16px;
  line-height: 22px;
}

.wp-block-gallery {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.wp-block-gallery .blocks-gallery-grid {
  padding: 0 !important;
  margin: 0 !important;
}
.wp-block-gallery .blocks-gallery-item {
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
.wp-block-gallery .blocks-gallery-item:before {
  content: none !important;
}
.wp-block-gallery.columns-4 .blocks-gallery-item {
  max-height: 260px;
}
.wp-block-gallery.has-nested-images {
  gap: 0;
}
@media (min-width: 480px) {
  .wp-block-gallery.has-nested-images {
    width: 100vw;
    right: calc((100vw - 1185px) / 2);
  }
}

.wp-block-gallery.columns-1 .blocks-gallery-grid .blocks-gallery-item {
  width: 100%;
}

.wp-block-gallery.columns-2 .blocks-gallery-grid .blocks-gallery-item {
  width: 50%;
}

.wp-block-gallery.columns-3 .blocks-gallery-grid .blocks-gallery-item {
  width: 33.3333333333%;
}

.wp-block-gallery.columns-4 .blocks-gallery-grid .blocks-gallery-item {
  width: 25%;
}

.wp-block-gallery.columns-5 .blocks-gallery-grid .blocks-gallery-item {
  width: 20%;
}

.wp-block-gallery.columns-6 .blocks-gallery-grid .blocks-gallery-item {
  width: 16.6666666667%;
}

.wp-block-gallery.columns-7 .blocks-gallery-grid .blocks-gallery-item {
  width: 14.2857142857%;
}

.wp-block-gallery.columns-8 .blocks-gallery-grid .blocks-gallery-item {
  width: 12.5%;
}

.wp-block-gallery .blocks-gallery-item {
  flex-grow: 0;
}

.wp-block-gallery .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.wp-block-gallery .blocks-gallery-item {
  display: flex;
  height: 260px;
}
.wp-block-gallery .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wp-block-quote {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.wp-block-quote p {
  font-style: italic !important;
  display: block !important;
  position: relative !important;
  color: #243059 !important;
  font-family: "Barlow", sans-serif !important;
  font-size: 40px !important;
  line-height: 45px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}
.wp-block-quote p:before {
  content: "“";
  color: #243059;
  font-family: "Roboto", sans-serif;
}
.wp-block-quote p:after {
  content: "”";
  color: #243059;
  font-family: "Roboto", sans-serif;
}
.wp-block-quote cite {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #243059;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.wp-block-quote cite:before {
  content: "-";
  color: #243059;
  margin-right: 5px;
}
.wp-block-quote cite:after {
  content: "-";
  color: #243059;
  margin-left: 5px;
}

.wp-block-pullquote {
  margin-right: auto;
  margin-left: auto;
  padding-left: 150px;
  padding-right: 150px;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.wp-block-pullquote:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  display: inline-block;
  background-image: url("../images/GPC-quoteassets-DARK-BLUE.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
@media (max-width: 560px) {
  .wp-block-pullquote {
    padding-left: 40px;
    padding-right: 40px;
  }
  .wp-block-pullquote:before {
    width: 40px;
    height: 80px;
  }
}
.wp-block-pullquote p {
  color: #4e4d4f;
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
}
.wp-block-pullquote cite {
  color: #243059;
  font-family: "Barlow", sans-serif;
  margin-top: 5px;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: capitalize !important;
}
.wp-block-pullquote cite:before {
  content: "-";
  color: #243059;
  margin-right: 5px;
}
.wp-block-pullquote cite:after {
  content: "-";
  color: #243059;
  margin-left: 5px;
}
.wp-block-pullquote.azul cite {
  color: #243059;
}
.wp-block-pullquote.azul cite:before, .wp-block-pullquote.azul cite:after {
  color: #243059;
}
.wp-block-pullquote.verde:before {
  background-image: url("../images/GPC-quoteassets-GREEN.svg");
}
.wp-block-pullquote.verde cite {
  color: #00b485;
}
.wp-block-pullquote.verde cite:before, .wp-block-pullquote.verde cite:after {
  color: #00b485;
}
.wp-block-pullquote.laranja:before {
  background-image: url("../images/GPC-quoteassets-ORANGE.svg");
}
.wp-block-pullquote.laranja cite {
  color: #e7853b;
}
.wp-block-pullquote.laranja cite:before, .wp-block-pullquote.laranja cite:after {
  color: #e7853b;
}

.wp-block-video {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.wp-block-video video::-webkit-media-controls {
  display: none;
}
.wp-block-video:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  pointer-events: none;
  color: #fff;
  font-size: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-video.playing:after {
  display: none;
}

.gal-video-group .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}
.gal-video-group .wp-block-group__inner-container .is-type-video {
  width: calc((100% - 90px) / 3);
  margin: 15px;
  position: relative;
  height: 0;
  padding-bottom: 18.75%;
}
.gal-video-group .wp-block-group__inner-container .is-type-video .wp-block-embed__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.gal-video-group .wp-block-group__inner-container .is-type-video iframe,
.gal-video-group .wp-block-group__inner-container .is-type-video video {
  width: 100%;
  height: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.panel:not(:first-of-type) {
  border-top: 0;
}

.panel-body, .panel-heading {
  padding: 1rem 1.25rem;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.clearfix:after,
.panel-body:after {
  clear: both;
}

.faq-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.faq-block .title {
  color: #243059;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 60px;
  letter-spacing: 1px;
  text-align: center;
}
.faq-block .img-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 100%;
}
.faq-block .img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.faq-block .panel-title {
  margin: 0 !important;
  color: inherit;
}
.faq-block .panel-title a {
  display: flex;
  align-items: center;
}
.faq-block .panel-title .arrow {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  flex: 0 0 35px;
  background-color: #243059;
  position: relative;
}
.faq-block .panel-title .arrow .bar {
  margin: 0 auto;
  position: absolute;
  background-color: #fff;
}
.faq-block .panel-title .arrow .horizontal {
  width: 60%;
  height: 10%;
  left: 20%;
  top: 45%;
  opacity: 0;
  transition: transform 0.2s ease-in-out;
}
.faq-block .panel-title .arrow .vertical {
  width: 10%;
  height: 60%;
  left: 45%;
  top: 20%;
  transition: transform 0.2s ease-in-out;
  transform: rotate(90deg);
}
.faq-block .panel-title a[aria-expanded=false] .arrow .horizontal {
  opacity: 1;
  transition: transform 0.2s ease-in-out;
}
.faq-block .panel-title a[aria-expanded=false] .arrow .vertical {
  opacity: 1;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.faq-block .panel-body {
  color: #414042;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}
.faq-block + .faq-block:not(.bg-light) {
  padding-top: 0;
}

.home-card .card-header {
  position: relative;
  padding: 25px 15px;
  background: rgb(20, 50, 111);
  background: -webkit-linear-gradient(left, rgb(20, 50, 111) 0%, rgb(55, 128, 187) 54%, rgb(73, 170, 231) 100%);
  background: -o-linear-gradient(left, rgb(20, 50, 111) 0%, rgb(55, 128, 187) 54%, rgb(73, 170, 231) 100%);
  background: linear-gradient(to right, rgb(20, 50, 111) 0%, rgb(55, 128, 187) 54%, rgb(73, 170, 231) 100%);
  margin-bottom: 60px;
}
.home-card .card-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 80px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.home-card .card-header h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.home-card .card-header span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 5px;
}
.home-card .img-wrapper {
  height: 380px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-card .img-wrapper .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  background-color: rgba(36, 48, 89, 0.75);
  width: 100%;
}
.home-card .img-wrapper .subtitle h5 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
.home-card .img-wrapper .subtitle h4 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

body .news-card {
  margin-bottom: 40px;
  height: 260px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
@media (max-width: 767px) {
  body .news-card {
    height: 300px;
  }
}
body .news-card .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
body .news-card img:not(.star) {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
body .news-card:hover .image,
body .news-card:hover img:not(.star) {
  transform: scale(1.04);
}
body .news-card a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body .news-card .date {
  position: absolute;
  display: inline-block;
  background-color: #243159;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 20px 14px 0 14px;
}
body .news-card .date .day {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: white !important;
}
body .news-card .date .month {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: white !important;
}
body .news-card .date:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 20px 0;
  border-color: transparent #243359 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #243359 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  left: 0;
  bottom: -20px;
}
body .news-card .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  height: 70px;
  background-color: rgba(36, 48, 89, 0.75);
  width: 100%;
}
body .news-card .title-wrapper:after {
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 35px 46px;
  border-color: transparent transparent rgba(36, 48, 89, 0.75) transparent;
  line-height: 0px;
  _border-color: #000000 #000000 rgba(36, 48, 89, 0.75) #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
body .news-card .title-wrapper .star {
  position: absolute;
  width: 170px;
  right: -85px;
  top: -149px;
  z-index: 1;
  opacity: 0.8;
}
body .news-card .title-wrapper h4 {
  font-family: "Roboto", sans-serif;
  color: #fff !important;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  line-height: 22px;
}
@supports (-webkit-line-clamp: 2) {
  body .news-card .title-wrapper h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
body .news-card .title-wrapper p {
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
  font-weight: 300;
  color: #fff !important;
  font-size: 13px;
}
body .news-card .title-wrapper p span {
  font-weight: 500;
  margin-left: 3px;
}

.image-boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.image-boxes .image-box {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.image-boxes .image-box .title-wrapper {
  height: auto;
}
.image-boxes .image-box .title-wrapper h4 {
  text-transform: unset;
  font-weight: 300;
  margin: 0;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
body.page-template-template-aulasclasses .spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  border-width: 0.2em;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
body.page-template-template-aulasclasses .aylas-category-post-show .equal-space-bottom {
  padding-right: 15px;
  padding-left: 15px;
}

.post-type-archive-atletas-olimpicos .gcp-page .content-wrapper .lead-p,
.post-type-archive-newsletter .gcp-page .content-wrapper .lead-p {
  margin-bottom: 10px;
}

.champions-wrapper {
  padding-top: 50px;
}
.champions-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

body article.champion {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 0;
}
body article.champion .img-wrap {
  position: relative;
  height: 0;
  padding-bottom: 125%;
  text-transform: uppercase;
}
body article.champion .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
body article.champion .img-wrap .placeholder--grey {
  background-color: grey;
}
body article.champion .text-wrapper {
  background-color: #243059;
  padding: 12px 12px;
  left: 0;
  height: 60px;
  width: 100%;
  position: relative;
}
body article.champion .text-wrapper:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 40px;
  border-color: transparent transparent #243159 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #243159 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
body article.champion .text-wrapper .title {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 22px;
}
body article.champion .text-wrapper .sport {
  color: #fff;
  font-size: 12px;
  margin: 0;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 5px;
}
body article.champion .text-wrapper .category {
  color: #fff;
  font-size: 10px;
  margin: 0;
  line-height: 12px;
  font-weight: 300;
  margin-top: 5px;
}
body article.champion__texto {
  padding: 10px 12px;
  font-size: 14px;
}

.champions-filter-wrapper {
  margin-top: 80px;
}
.champions-filter-wrapper h4 {
  font-size: 16px;
  margin-bottom: 0;
  display: inline-block;
}
.champions-filter-wrapper .filter {
  display: inline-block;
  float: right;
}
.champions-filter-wrapper .filter span {
  text-transform: uppercase;
  color: #949598;
  font-family: 300;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
}
.champions-filter-wrapper .filter .select-wrapper {
  display: inline-block;
  margin-left: 8px;
  margin-right: 50px;
  position: relative;
  /* For IE10 */
}
.champions-filter-wrapper .filter .select-wrapper:after {
  content: "↓";
  color: #fff;
  position: absolute;
  right: 12px;
  top: 4px;
  font-size: 14px;
}
.champions-filter-wrapper .filter .select-wrapper:before {
  position: absolute;
  content: "";
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 30px 0 0;
  border-color: #949598 transparent transparent transparent;
  line-height: 0px;
  _border-color: #949598 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.champions-filter-wrapper .filter .select-wrapper select {
  border: none;
  background-color: #949598;
  color: #fff;
  padding: 4px 25px 4px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.champions-filter-wrapper .filter .select-wrapper select::-ms-expand {
  display: none;
}

.newsletter .champion {
  max-width: 80px;
  margin-bottom: 0;
}

.single-classes .gcp-page .content-wrapper {
  padding-top: 20px;
}
.single-classes .gcp-page .content-wrapper .lead_content {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .single-classes .gcp-page .content-wrapper .lead_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.single-classes .gcp-page .content-wrapper .lead_content .content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 60px;
}
@media (max-width: 480px) {
  .single-classes .gcp-page .content-wrapper .lead_content .content {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .single-classes .gcp-page .content-wrapper .lead_content .content {
    width: 50%;
  }
  .single-classes .gcp-page .content-wrapper .lead_content .content:last-child {
    position: relative;
  }
  .single-classes .gcp-page .content-wrapper .lead_content .content:last-child:after {
    content: "";
    position: absolute;
    left: -2px;
    top: 45%;
    width: 4px;
    height: 33%;
  }
  .single-classes .gcp-page .content-wrapper .lead_content .content:last-child.verde:after {
    background-color: #00b485;
  }
  .single-classes .gcp-page .content-wrapper .lead_content .content:last-child.laranja:after {
    background-color: #e7853b;
  }
  .single-classes .gcp-page .content-wrapper .lead_content .content:last-child.azul:after {
    background-color: #243059;
  }
  .single-classes .gcp-page .content-wrapper .lead_content .content h2 {
    margin-bottom: 30px;
  }
  .single-classes .gcp-page .content-wrapper .lead_content .content p {
    line-height: 1.75;
  }
}
.single-classes .gcp-page .content-wrapper .l-video {
  height: 50vh;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
.single-classes .gcp-page .content-wrapper .l-video .play {
  opacity: 1;
  visibility: visible;
}
.single-classes .gcp-page .content-wrapper h2.verde {
  color: #00b485;
}
.single-classes .gcp-page .content-wrapper h2.laranja {
  color: #e7853b;
}
.single-classes .gcp-page .content-wrapper h2.azul {
  color: #243059;
}
.single-classes .gcp-page .content-wrapper iframe {
  margin-left: 0;
  left: 50%;
}

.gcp-single .content-wrapper iframe {
  width: 100vw;
  height: 70vh;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.gcp-single .content-wrapper .wp-block-gallery {
  margin-bottom: 0 !important;
}

.gcp-page article,
.gcp-single article {
  padding-bottom: 70px;
}
.gcp-page article.cpt-single,
.gcp-single article.cpt-single {
  padding-bottom: 0;
}
.gcp-page .content-wrapper,
.gcp-single .content-wrapper {
  padding-top: 60px;
}
.gcp-page .content-wrapper h1,
.gcp-single .content-wrapper h1 {
  color: #243059;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0;
}
.gcp-page .content-wrapper h2,
.gcp-page .content-wrapper .vagrounded17Azul,
.gcp-single .content-wrapper h2,
.gcp-single .content-wrapper .vagrounded17Azul {
  color: #243059;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0;
  letter-spacing: 1px;
}
.gcp-page .content-wrapper h3,
.gcp-single .content-wrapper h3 {
  color: #243059;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin: 10px 0;
  font-weight: 600;
  margin: 25px 0;
}
.gcp-page .content-wrapper h4,
.gcp-single .content-wrapper h4 {
  color: #243059;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
  letter-spacing: 1px;
}
.gcp-page .content-wrapper h5,
.gcp-single .content-wrapper h5 {
  color: #243059;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.gcp-page .content-wrapper h6,
.gcp-single .content-wrapper h6 {
  color: #243059;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  letter-spacing: 1px;
}
.gcp-page .content-wrapper a,
.gcp-single .content-wrapper a {
  color: #243059;
  font-weight: 500;
}
.gcp-page .content-wrapper p,
.gcp-page .content-wrapper pre,
.gcp-single .content-wrapper p,
.gcp-single .content-wrapper pre {
  color: #414042;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  margin-bottom: 25px;
}
.gcp-page .content-wrapper b,
.gcp-page .content-wrapper strong,
.gcp-single .content-wrapper b,
.gcp-single .content-wrapper strong {
  font-weight: bold;
}
.gcp-page .content-wrapper em,
.gcp-single .content-wrapper em {
  font-style: italic;
}
.gcp-page .content-wrapper ol,
.gcp-single .content-wrapper ol {
  margin: 25px 0;
  counter-reset: LIST-ITEMS;
  text-align: left;
}
.gcp-page .content-wrapper ol li,
.gcp-single .content-wrapper ol li {
  box-sizing: border-box;
  position: relative;
  padding-left: 18px;
  font-family: "Barlow", sans-serif;
  color: #414042;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}
.gcp-page .content-wrapper ol li:before,
.gcp-single .content-wrapper ol li:before {
  position: absolute;
  content: counter(LIST-ITEMS) ".";
  counter-increment: LIST-ITEMS;
  padding-right: 0.25em;
  font-weight: bold;
  color: #00b485;
  left: 0;
  top: 0px;
}
body.single .gcp-page .content-wrapper ol li:before,
body.single .gcp-single .content-wrapper ol li:before {
  color: #6ba4d1;
}
.gcp-page .content-wrapper ul:not(.slick-dots),
.gcp-single .content-wrapper ul:not(.slick-dots) {
  margin: 25px 0;
  text-align: left;
  list-style-type: none;
}
.gcp-page .content-wrapper ul:not(.slick-dots) li,
.gcp-single .content-wrapper ul:not(.slick-dots) li {
  box-sizing: border-box;
  position: relative;
  padding-left: 18px;
  font-family: "Barlow", sans-serif;
  color: #414042;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}
.gcp-page .content-wrapper ul:not(.slick-dots) li:before,
.gcp-single .content-wrapper ul:not(.slick-dots) li:before {
  position: absolute;
  content: " - ";
  color: #414042;
  left: 4px;
  top: 1px;
  font-weight: 500;
}
.gcp-page .content-wrapper .post-date,
.gcp-single .content-wrapper .post-date {
  font-size: 14px !important;
  color: #949598;
  margin-bottom: 0;
}
.gcp-page .content-wrapper .social,
.gcp-single .content-wrapper .social {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .gcp-page .content-wrapper .social,
.gcp-single .content-wrapper .social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.gcp-page .content-wrapper .social h5,
.gcp-single .content-wrapper .social h5 {
  color: #243059;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0;
  letter-spacing: 1px;
}
.gcp-page .content-wrapper .social ul li,
.gcp-single .content-wrapper .social ul li {
  display: inline-block;
  padding: 0;
  margin-right: 12px;
}
.gcp-page .content-wrapper .social ul li:last-child,
.gcp-single .content-wrapper .social ul li:last-child {
  margin-right: 0;
}
.gcp-page .content-wrapper .social ul li:before,
.gcp-single .content-wrapper .social ul li:before {
  content: "";
}
.gcp-page .content-wrapper .social ul li a i,
.gcp-single .content-wrapper .social ul li a i {
  display: inline-block;
  background-color: #243059;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  margin-top: 8px;
  border: 1px solid #243059;
  transition: all 0.3s;
}
.gcp-page .content-wrapper .social ul li a i:hover,
.gcp-single .content-wrapper .social ul li a i:hover {
  color: #243059;
  background-color: #fff;
}
.gcp-page .other-posts,
.gcp-single .other-posts {
  padding-bottom: 30px;
}
.gcp-page .other-posts h4,
.gcp-single .other-posts h4 {
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #243059;
  margin-bottom: 50px;
}
.gcp-page .l-video,
.gcp-single .l-video {
  height: 80vh;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
.gcp-page .l-video .play,
.gcp-single .l-video .play {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .gcp-page .l-video,
.gcp-single .l-video {
    height: 30vh;
  }
}

.gcp-single .l-video.with--container {
  width: 100%;
  left: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  body .hide-under-600px {
    display: none;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.gcp-home .home-content {
  padding-top: 60px;
}
.gcp-home .content-wrapper {
  padding-top: 0 !important;
}
.gcp-home .home-cta-buttons .cta-button {
  position: relative;
  padding: 25px 15px;
  background: rgb(20, 50, 111);
  background: -webkit-linear-gradient(left, rgb(20, 50, 111) 0%, rgb(55, 128, 187) 54%, rgb(73, 170, 231) 100%);
  background: -o-linear-gradient(left, rgb(20, 50, 111) 0%, rgb(55, 128, 187) 54%, rgb(73, 170, 231) 100%);
  background: linear-gradient(to right, rgb(20, 50, 111) 0%, rgb(55, 128, 187) 54%, rgb(73, 170, 231) 100%);
  margin-bottom: 60px;
}
.gcp-home .home-cta-buttons .cta-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 80px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.gcp-home .home-cta-buttons .cta-button h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.gcp-home .home-cta-buttons .cta-button span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
}

.dropdown-wrap {
  display: flex;
  padding: 30px 15px;
  justify-content: flex-end;
  align-items: center;
  font-family: "Roboto", sans-serif;
  color: #888;
}
.dropdown-wrap .dropdown {
  position: relative;
  z-index: 10;
}
.dropdown-wrap .dropdown i {
  margin-left: 5px;
}
.dropdown-wrap .dropdown .dropbtn {
  background-color: #888;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 0px 5px 10px;
  min-width: 110px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.dropdown-wrap .dropdown .dropbtn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-left: 0px solid #888;
  border-right: 30px solid transparent;
  border-top: 27px solid #888;
  transition: all 0.2s ease-in-out;
}
.dropdown-wrap .dropdown:hover .dropbtn {
  background-color: #e9e9e9;
  color: #000;
}
.dropdown-wrap .dropdown:hover .dropbtn:after {
  border-color: #e9e9e9;
}
.dropdown-wrap .dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-wrap .dropdown .dropdown-content {
  display: none;
  position: absolute;
  left: 10px;
  background-color: #f9f9f9;
  min-width: 140px;
  z-index: 1;
}
.dropdown-wrap .dropdown .dropdown-content a,
.dropdown-wrap .dropdown .dropdown-content button {
  float: none;
  color: #000;
  padding: 5px 0px 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-wrap .dropdown .dropdown-content a:hover,
.dropdown-wrap .dropdown .dropdown-content button:hover {
  background-color: #ddd;
  color: #000;
}
.dropdown-wrap .dropdown .dropdown-content button {
  width: 100%;
  border: none;
  font-size: inherit;
}

.single-momentos-historicos .gcp-single .content-wrapper {
  padding-top: 0;
}
.single-momentos-historicos .gcp-single .content-wrapper .yeear {
  display: block;
  margin-bottom: 60px;
}
.single-momentos-historicos .gcp-single .content-wrapper .content {
  padding-left: 70px;
}
.single-momentos-historicos .gcp-single .content-wrapper ul {
  padding-left: 15px;
}
.single-momentos-historicos .gcp-single .content-wrapper ul li:before {
  content: " • ";
}

.gcp-news .posts-wrapper {
  padding: 60px 0 0;
}
.gcp-news .posts-wrapper .filter-wrapper {
  margin-bottom: 50px;
}
.gcp-news .posts-wrapper .filter-wrapper a.filter {
  float: right;
  padding-right: 15px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #9b9c9f;
  font-weight: 300;
  font-size: 14px;
}
.gcp-news .posts-wrapper .filter-wrapper a.filter .fas {
  font-size: 14px;
  margin-left: 5px;
}
.gcp-news .tag-title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #243059;
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: 500;
}

.single-parceiros .gcp-single .content-wrapper .main-content .col-md-8,
.single-parceiros .gcp-single .content-wrapper .main-content .col-md-4 {
  margin-bottom: 30px;
}
.single-parceiros .gcp-single .content-wrapper .col-md-4 img {
  margin-bottom: 20px;
}
.single-parceiros .gcp-single .content-wrapper p {
  margin-bottom: 10px;
}

.search-wrapper h3 {
  font-size: 21px;
  text-align: center;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.image-quote-block {
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  position: relative;
  aspect-ratio: 1360/480;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .image-quote-block {
    aspect-ratio: 4/5;
  }
}
.image-quote-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.4) 50.52%, rgba(0, 0, 0, 0.12) 100%);
}
.image-quote-block .content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  color: white;
  z-index: 99;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .image-quote-block .content {
    width: 55%;
    margin: 0 auto;
  }
}
.image-quote-block .content blockquote {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Barlow";
  font-style: italic;
}
.image-quote-block .content strong {
  font-family: "Barlow";
  font-weight: 200;
  font-size: 24px;
  position: relative;
  display: flex;
  gap: 25px;
}
.image-quote-block .content strong .line {
  height: 1.5px;
  width: 100px;
  background: white;
  display: table;
  margin: auto;
  position: relative;
  top: 2px;
}

.image-text-block {
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  position: relative;
}
.image-text-block .d-block {
  display: block;
}
.image-text-block .d-flex {
  display: flex;
  flex-wrap: wrap;
}
.image-text-block .p-0 {
  padding: 0 !important;
}
.image-text-block.dark_blue .content {
  background-color: #253158;
}
.image-text-block.light_blue .content {
  background-color: #509CD4;
}
.image-text-block.white .content {
  background-color: #fff;
}
.image-text-block.white .content h3, .image-text-block.white .content strong, .image-text-block.white .content p {
  color: #000;
}
.image-text-block img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 680/480;
  width: 100%;
}
.image-text-block .content {
  height: 100%;
  display: flex;
  color: white;
  align-content: center;
  flex-direction: column;
  font-family: "Barlow";
  justify-content: center;
  padding: 15%;
  gap: 35px;
}
.image-text-block .content h3 {
  font-size: 33px;
  line-height: 42px;
  color: #fff;
}
.image-text-block .content strong {
  font-size: 30px;
  font-weight: 100;
}
.image-text-block .content p {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
}
.image-text-block .content .buttons-row {
  gap: 20px;
  display: flex;
}
.image-text-block .content .buttons-row .link-btn {
  padding: 13px 25px 10px;
  font-size: 20px;
}

.image-list-block {
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  position: relative;
  padding: 80px 0;
}
.image-list-block.dark_blue {
  background-color: #253158;
}
.image-list-block.light_blue {
  background-color: #509CD4;
}
.image-list-block.white {
  background-color: #fff;
}
.image-list-block h3 {
  text-align: center;
  color: white !important;
  font-size: 26px;
  font-weight: 400 !important;
  border-bottom: 2px solid;
  padding-bottom: 25px;
  margin-bottom: 50px !important;
}
.image-list-block.white h3 {
  color: #253158 !important;
  border-color: #253158;
}
.image-list-block .row-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image-list-block .row-list .item {
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .image-list-block .row-list .item {
    width: 100% !important;
    margin-bottom: 40px;
  }
}
.image-list-block.rectangle .row-list .item img {
  width: 100%;
  height: 100%;
}
.image-list-block.rectangle .row-list .item a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.image-list-block.rectangle .row-list .item a strong {
  color: #fff;
  font-size: 19px;
  line-height: 27px;
  margin-top: 25px;
  text-align: center;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}
.image-list-block.square .row-list .item a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.image-list-block.square .row-list .item a:hover .overlay {
  opacity: 0.5 !important;
}
.image-list-block.square .row-list .item a:after {
  content: "";
  border: 1px solid white;
  width: 90%;
  height: 90%;
  left: 0;
  position: absolute;
  display: table;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 0;
}
.image-list-block.square .row-list .item a .overlay {
  background-color: #253158;
  width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.image-list-block.square .row-list .item a img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.image-list-block.square .row-list .item a strong {
  text-transform: uppercase;
  line-height: 35px;
  position: absolute;
  color: #fff !important;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.image-list-block.white .row-list .item a strong {
  color: #555;
}

/**
 * New styles
 */
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
@font-face {
  font-family: "NonBreakingSpaceOverride";
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
}
/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Calculates maximum width for post content */
/* Nested sub-menu padding: 10 levels deep */
/* Ensure all font family declarations come with non-latin fallbacks */
/* Build our non-latin font styles */
.comment-navigation .nav-previous:lang(ar),
.comment-navigation .nav-next:lang(ar) {
  font-family: Tahoma, Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(ary),
.comment-navigation .nav-next:lang(ary) {
  font-family: Tahoma, Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(azb),
.comment-navigation .nav-next:lang(azb) {
  font-family: Tahoma, Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(ckb),
.comment-navigation .nav-next:lang(ckb) {
  font-family: Tahoma, Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(fa-IR),
.comment-navigation .nav-next:lang(fa-IR) {
  font-family: Tahoma, Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(haz),
.comment-navigation .nav-next:lang(haz) {
  font-family: Tahoma, Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(ps),
.comment-navigation .nav-next:lang(ps) {
  font-family: Tahoma, Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(be),
.comment-navigation .nav-next:lang(be) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(bg-BG),
.comment-navigation .nav-next:lang(bg-BG) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(kk),
.comment-navigation .nav-next:lang(kk) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(mk-MK),
.comment-navigation .nav-next:lang(mk-MK) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(mn),
.comment-navigation .nav-next:lang(mn) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(ru-RU),
.comment-navigation .nav-next:lang(ru-RU) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(sah),
.comment-navigation .nav-next:lang(sah) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(sr-RS),
.comment-navigation .nav-next:lang(sr-RS) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(tt-RU),
.comment-navigation .nav-next:lang(tt-RU) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(uk),
.comment-navigation .nav-next:lang(uk) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(zh-HK),
.comment-navigation .nav-next:lang(zh-HK) {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
}
.comment-navigation .nav-previous:lang(zh-TW),
.comment-navigation .nav-next:lang(zh-TW) {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
}
.comment-navigation .nav-previous:lang(zh-CN),
.comment-navigation .nav-next:lang(zh-CN) {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
}
.comment-navigation .nav-previous:lang(bn-BD),
.comment-navigation .nav-next:lang(bn-BD) {
  font-family: Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(hi-IN),
.comment-navigation .nav-next:lang(hi-IN) {
  font-family: Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(mr),
.comment-navigation .nav-next:lang(mr) {
  font-family: Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(ne-NP),
.comment-navigation .nav-next:lang(ne-NP) {
  font-family: Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(el),
.comment-navigation .nav-next:lang(el) {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(gu),
.comment-navigation .nav-next:lang(gu) {
  font-family: Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(he-IL),
.comment-navigation .nav-next:lang(he-IL) {
  font-family: "Arial Hebrew", Arial, sans-serif;
}
.comment-navigation .nav-previous:lang(ja),
.comment-navigation .nav-next:lang(ja) {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
}
.comment-navigation .nav-previous:lang(ko-KR),
.comment-navigation .nav-next:lang(ko-KR) {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}
.comment-navigation .nav-previous:lang(th),
.comment-navigation .nav-next:lang(th) {
  font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif;
}
.comment-navigation .nav-previous:lang(vi),
.comment-navigation .nav-next:lang(vi) {
  font-family: "Libre Franklin", sans-serif;
}

/** === Main menu === */
.main-navigation {
  display: block;
  margin-top: 70px;
  /* Un-style buttons */
  /*
   * Sub-menu styles
   *
   * :focus-within needs its own selector so other similar
   * selectors don’t get ignored if a browser doesn’t recognize it
   */
  /**
   * fade animation for top-level submenus
   */
  /**
   * Off-canvas touch device styles
   */
}
body.page .main-navigation {
  display: block;
}
.main-navigation > div {
  display: block;
}
.main-navigation button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.main-navigation button:hover, .main-navigation button:focus {
  background: transparent;
}
.main-navigation button:focus {
  outline: 1px solid transparent;
  outline-offset: -4px;
}
.main-navigation button:active {
  transform: scale(0.99);
}
.main-navigation .main-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.main-navigation .main-menu > li {
  color: #0073aa;
  display: inline;
  position: relative;
}
.main-navigation .main-menu > li > a {
  font-weight: 700;
  color: #0073aa;
  margin-right: 0.5rem;
}
.main-navigation .main-menu > li > a + svg {
  margin-right: 0.5rem;
}
.main-navigation .main-menu > li > a:hover, .main-navigation .main-menu > li > a:hover + svg {
  color: #005177;
}
.main-navigation .main-menu > li.menu-item-has-children {
  display: inline-block;
  position: inherit;
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu > li.menu-item-has-children {
    position: relative;
  }
}
.main-navigation .main-menu > li.menu-item-has-children > a {
  margin-right: 0.125rem;
}
.main-navigation .main-menu > li.menu-item-has-children > a:after,
.main-navigation .main-menu > li.menu-item-has-children .menu-item-has-children > a:after {
  content: "";
  display: none;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  margin-right: 0.25rem;
  /* Priority+ Menu */
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
  position: relative;
  height: 24px;
  line-height: 1.2;
  width: 24px;
  padding: 0;
  margin-left: 0.5rem;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle svg {
  height: 24px;
  width: 24px;
  top: -0.125rem;
  vertical-align: text-bottom;
}
.wp-customizer-unloading .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, .main-navigation .main-menu > li.menu-item-has-children .submenu-expand.is-empty {
  display: none;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
  position: relative;
  top: 0.2rem;
}
.main-navigation .main-menu > li:last-child > a, .main-navigation .main-menu > li:last-child.menu-item-has-children .submenu-expand {
  margin-right: 0;
}
.main-navigation .sub-menu {
  background-color: #0073aa;
  color: #fff;
  list-style: none;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
}
@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu {
    width: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}
.main-navigation .sub-menu > li {
  display: block;
  float: none;
  position: relative;
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem );
  right: 0;
  top: calc( .125 * 1rem );
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem );
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand svg {
  top: 0;
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu > li.menu-item-has-children .menu-item-has-children > a:after {
    content: "›";
  }
}
.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return {
  color: #fff;
  display: block;
  line-height: 1.2;
  text-shadow: none;
  padding: calc( .5 * 1rem ) calc( 24px + 1rem ) calc( .5 * 1rem ) 1rem;
  white-space: nowrap;
}
.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,
.main-navigation .sub-menu > li > .menu-item-link-return:hover,
.main-navigation .sub-menu > li > .menu-item-link-return:focus {
  background: #005177;
}
.main-navigation .sub-menu > li > a:hover:after, .main-navigation .sub-menu > li > a:focus:after,
.main-navigation .sub-menu > li > .menu-item-link-return:hover:after,
.main-navigation .sub-menu > li > .menu-item-link-return:focus:after {
  background: #005177;
}
.main-navigation .sub-menu > li > .menu-item-link-return {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}
.main-navigation .sub-menu > li > a:empty {
  display: none;
}
.main-navigation .sub-menu > li.mobile-parent-nav-menu-item {
  display: none;
  font-size: 0.8888888889em;
  font-weight: normal;
}
.main-navigation .sub-menu > li.mobile-parent-nav-menu-item svg {
  position: relative;
  top: 0.2rem;
  margin-right: calc( .25 * 1rem );
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: block;
    width: max-content;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .submenu-expand {
  display: none;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  counter-reset: submenu;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
    display: block;
    float: none;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: table;
    width: max-content;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .submenu-expand {
  display: none;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  counter-reset: submenu;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
  animation: fade_in 0.1s forwards;
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .submenu-expand .svg-icon {
  transform: rotate(270deg);
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-100%);
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:focus,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:focus {
  background-color: transparent;
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > a,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  white-space: inherit;
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  display: table;
  margin-top: 0;
  opacity: 1;
  padding-left: 0;
  /* Mobile position */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000; /* Make sure appears above mobile admin bar */
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  transform: translateX(100%);
  animation: slide_in_right 0.3s forwards;
  /* Prevent menu from being blocked by admin bar */
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true > .mobile-parent-nav-menu-item {
  display: block;
}
.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  top: 46px;
  height: calc(100vh - 46px);
  /* WP core breakpoint */
}
.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
  top: 0;
}
@media only screen and (min-width: 782px) {
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
    top: 32px;
    height: calc(100vh - 32px);
  }
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
    top: 0;
  }
}
.main-navigation .main-menu-more:nth-child(n+3) {
  display: none;
}

/* Menu animation */
@keyframes slide_in_right {
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  transition: color 110ms ease-in-out;
  color: #0073aa;
}
a:visited {
  color: #0073aa;
}
a:hover, a:active {
  color: #005177;
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

/** === Footer menu === */
.footer-navigation {
  display: inline;
}
.footer-navigation > div {
  display: inline;
}
.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}
.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 1rem;
}

/** === Main menu === */
.main-navigation {
  display: block;
  margin-top: 70px;
  /* Un-style buttons */
  /*
   * Sub-menu styles
   *
   * :focus-within needs its own selector so other similar
   * selectors don’t get ignored if a browser doesn’t recognize it
   */
  /**
   * fade animation for top-level submenus
   */
  /**
   * Off-canvas touch device styles
   */
}
body.page .main-navigation {
  display: block;
}
.main-navigation > div {
  display: block;
}
.main-navigation button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.main-navigation button:hover, .main-navigation button:focus {
  background: transparent;
}
.main-navigation button:focus {
  outline: 1px solid transparent;
  outline-offset: -4px;
}
.main-navigation button:active {
  transform: scale(0.99);
}
.main-navigation .main-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.main-navigation .main-menu > li {
  color: #0073aa;
  display: inline;
  position: relative;
}
.main-navigation .main-menu > li > a {
  font-weight: 700;
  color: #0073aa;
  margin-right: 0.5rem;
}
.main-navigation .main-menu > li > a + svg {
  margin-right: 0.5rem;
}
.main-navigation .main-menu > li > a:hover, .main-navigation .main-menu > li > a:hover + svg {
  color: #005177;
}
.main-navigation .main-menu > li.menu-item-has-children {
  display: inline-block;
  position: inherit;
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu > li.menu-item-has-children {
    position: relative;
  }
}
.main-navigation .main-menu > li.menu-item-has-children > a {
  margin-right: 0.125rem;
}
.main-navigation .main-menu > li.menu-item-has-children > a:after,
.main-navigation .main-menu > li.menu-item-has-children .menu-item-has-children > a:after {
  content: "";
  display: none;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  margin-right: 0.25rem;
  /* Priority+ Menu */
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
  position: relative;
  height: 24px;
  line-height: 1.2;
  width: 24px;
  padding: 0;
  margin-left: 0.5rem;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle svg {
  height: 24px;
  width: 24px;
  top: -0.125rem;
  vertical-align: text-bottom;
}
.wp-customizer-unloading .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, .main-navigation .main-menu > li.menu-item-has-children .submenu-expand.is-empty {
  display: none;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
  position: relative;
  top: 0.2rem;
}
.main-navigation .main-menu > li:last-child > a, .main-navigation .main-menu > li:last-child.menu-item-has-children .submenu-expand {
  margin-right: 0;
}
.main-navigation .sub-menu {
  background-color: #0073aa;
  color: #fff;
  list-style: none;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
}
@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu {
    width: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}
.main-navigation .sub-menu > li {
  display: block;
  float: none;
  position: relative;
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem );
  right: 0;
  top: calc( .125 * 1rem );
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem );
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand svg {
  top: 0;
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu > li.menu-item-has-children .menu-item-has-children > a:after {
    content: "›";
  }
}
.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return {
  color: #fff;
  display: block;
  line-height: 1.2;
  text-shadow: none;
  padding: calc( .5 * 1rem ) calc( 24px + 1rem ) calc( .5 * 1rem ) 1rem;
  white-space: nowrap;
}
.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,
.main-navigation .sub-menu > li > .menu-item-link-return:hover,
.main-navigation .sub-menu > li > .menu-item-link-return:focus {
  background: #005177;
}
.main-navigation .sub-menu > li > a:hover:after, .main-navigation .sub-menu > li > a:focus:after,
.main-navigation .sub-menu > li > .menu-item-link-return:hover:after,
.main-navigation .sub-menu > li > .menu-item-link-return:focus:after {
  background: #005177;
}
.main-navigation .sub-menu > li > .menu-item-link-return {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}
.main-navigation .sub-menu > li > a:empty {
  display: none;
}
.main-navigation .sub-menu > li.mobile-parent-nav-menu-item {
  display: none;
  font-size: 0.8888888889em;
  font-weight: normal;
}
.main-navigation .sub-menu > li.mobile-parent-nav-menu-item svg {
  position: relative;
  top: 0.2rem;
  margin-right: calc( .25 * 1rem );
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: block;
    width: max-content;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .submenu-expand {
  display: none;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  counter-reset: submenu;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
    display: block;
    float: none;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: table;
    width: max-content;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .submenu-expand {
  display: none;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  counter-reset: submenu;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
  animation: fade_in 0.1s forwards;
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .submenu-expand .svg-icon {
  transform: rotate(270deg);
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-100%);
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:focus,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:focus {
  background-color: transparent;
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > a,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  white-space: inherit;
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  display: table;
  margin-top: 0;
  opacity: 1;
  padding-left: 0;
  /* Mobile position */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000; /* Make sure appears above mobile admin bar */
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  transform: translateX(100%);
  animation: slide_in_right 0.3s forwards;
  /* Prevent menu from being blocked by admin bar */
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true > .mobile-parent-nav-menu-item {
  display: block;
}
.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  top: 46px;
  height: calc(100vh - 46px);
  /* WP core breakpoint */
}
.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
  top: 0;
}
@media only screen and (min-width: 782px) {
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
    top: 32px;
    height: calc(100vh - 32px);
  }
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
    top: 0;
  }
}
.main-navigation .main-menu-more:nth-child(n+3) {
  display: none;
}

/* Menu animation */
@keyframes slide_in_right {
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Social menu */
.social-navigation {
  margin-top: calc(1rem / 2 );
  text-align: left;
}
.social-navigation ul.social-links-menu {
  content: "";
  display: table;
  table-layout: fixed;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
}
.social-navigation ul.social-links-menu li:nth-child(n+2) {
  margin-left: 0.1em;
}
.social-navigation ul.social-links-menu li a {
  border-bottom: 1px solid transparent;
  display: block;
  color: #111;
  margin-bottom: -1px;
  transition: opacity 110ms ease-in-out;
}
.social-navigation ul.social-links-menu li a:hover, .social-navigation ul.social-links-menu li a:active {
  color: #111;
  opacity: 0.6;
}
.social-navigation ul.social-links-menu li a:focus {
  color: #111;
  opacity: 1;
  border-bottom: 1px solid #111;
}
.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 32px;
  height: 32px;
  transform: translateZ(0);
}
.social-navigation ul.social-links-menu li a svg#ui-icon-link {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .site-title + .social-navigation,
.site-description + .social-navigation {
    margin-top: calc(1rem / 5 );
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: color 110ms ease-in-out;
  color: #0073aa;
}
a:visited {
  color: #0073aa;
}
a:hover, a:active {
  color: #005177;
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
.main-navigation {
  display: block;
  margin-top: 70px;
  /* Un-style buttons */
  /*
   * Sub-menu styles
   *
   * :focus-within needs its own selector so other similar
   * selectors don’t get ignored if a browser doesn’t recognize it
   */
  /**
   * fade animation for top-level submenus
   */
  /**
   * Off-canvas touch device styles
   */
}
body.page .main-navigation {
  display: block;
}
.main-navigation > div {
  display: block;
}
.main-navigation button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.main-navigation button:hover, .main-navigation button:focus {
  background: transparent;
}
.main-navigation button:focus {
  outline: 1px solid transparent;
  outline-offset: -4px;
}
.main-navigation button:active {
  transform: scale(0.99);
}
.main-navigation .main-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.main-navigation .main-menu > li {
  color: #0073aa;
  display: inline;
  position: relative;
}
.main-navigation .main-menu > li > a {
  font-weight: 700;
  color: #0073aa;
  margin-right: 0.5rem;
}
.main-navigation .main-menu > li > a + svg {
  margin-right: 0.5rem;
}
.main-navigation .main-menu > li > a:hover, .main-navigation .main-menu > li > a:hover + svg {
  color: #005177;
}
.main-navigation .main-menu > li.menu-item-has-children {
  display: inline-block;
  position: inherit;
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu > li.menu-item-has-children {
    position: relative;
  }
}
.main-navigation .main-menu > li.menu-item-has-children > a {
  margin-right: 0.125rem;
}
.main-navigation .main-menu > li.menu-item-has-children > a:after,
.main-navigation .main-menu > li.menu-item-has-children .menu-item-has-children > a:after {
  content: "";
  display: none;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  margin-right: 0.25rem;
  /* Priority+ Menu */
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
  position: relative;
  height: 24px;
  line-height: 1.2;
  width: 24px;
  padding: 0;
  margin-left: 0.5rem;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle svg {
  height: 24px;
  width: 24px;
  top: -0.125rem;
  vertical-align: text-bottom;
}
.wp-customizer-unloading .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, .main-navigation .main-menu > li.menu-item-has-children .submenu-expand.is-empty {
  display: none;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
  position: relative;
  top: 0.2rem;
}
.main-navigation .main-menu > li:last-child > a, .main-navigation .main-menu > li:last-child.menu-item-has-children .submenu-expand {
  margin-right: 0;
}
.main-navigation .sub-menu {
  background-color: #0073aa;
  color: #fff;
  list-style: none;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
}
@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu {
    width: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}
.main-navigation .sub-menu > li {
  display: block;
  float: none;
  position: relative;
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem );
  right: 0;
  top: calc( .125 * 1rem );
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem );
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand svg {
  top: 0;
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu > li.menu-item-has-children .menu-item-has-children > a:after {
    content: "›";
  }
}
.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return {
  color: #fff;
  display: block;
  line-height: 1.2;
  text-shadow: none;
  padding: calc( .5 * 1rem ) calc( 24px + 1rem ) calc( .5 * 1rem ) 1rem;
  white-space: nowrap;
}
.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,
.main-navigation .sub-menu > li > .menu-item-link-return:hover,
.main-navigation .sub-menu > li > .menu-item-link-return:focus {
  background: #005177;
}
.main-navigation .sub-menu > li > a:hover:after, .main-navigation .sub-menu > li > a:focus:after,
.main-navigation .sub-menu > li > .menu-item-link-return:hover:after,
.main-navigation .sub-menu > li > .menu-item-link-return:focus:after {
  background: #005177;
}
.main-navigation .sub-menu > li > .menu-item-link-return {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}
.main-navigation .sub-menu > li > a:empty {
  display: none;
}
.main-navigation .sub-menu > li.mobile-parent-nav-menu-item {
  display: none;
  font-size: 0.8888888889em;
  font-weight: normal;
}
.main-navigation .sub-menu > li.mobile-parent-nav-menu-item svg {
  position: relative;
  top: 0.2rem;
  margin-right: calc( .25 * 1rem );
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: block;
    width: max-content;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .submenu-expand {
  display: none;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  counter-reset: submenu;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
    display: block;
    float: none;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: table;
    width: max-content;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .submenu-expand {
  display: none;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  counter-reset: submenu;
}
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
  animation: fade_in 0.1s forwards;
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .submenu-expand .svg-icon {
  transform: rotate(270deg);
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-100%);
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:focus,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:focus {
  background-color: transparent;
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > a,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  white-space: inherit;
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  display: table;
  margin-top: 0;
  opacity: 1;
  padding-left: 0;
  /* Mobile position */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000; /* Make sure appears above mobile admin bar */
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  transform: translateX(100%);
  animation: slide_in_right 0.3s forwards;
  /* Prevent menu from being blocked by admin bar */
}
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true > .mobile-parent-nav-menu-item {
  display: block;
}
.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  top: 46px;
  height: calc(100vh - 46px);
  /* WP core breakpoint */
}
.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
  top: 0;
}
@media only screen and (min-width: 782px) {
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
    top: 32px;
    height: calc(100vh - 32px);
  }
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
    top: 0;
  }
}
.main-navigation .main-menu-more:nth-child(n+3) {
  display: none;
}

/* Menu animation */
@keyframes slide_in_right {
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Social menu */
.social-navigation {
  margin-top: calc(1rem / 2 );
  text-align: left;
}
.social-navigation ul.social-links-menu {
  content: "";
  display: table;
  table-layout: fixed;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
}
.social-navigation ul.social-links-menu li:nth-child(n+2) {
  margin-left: 0.1em;
}
.social-navigation ul.social-links-menu li a {
  border-bottom: 1px solid transparent;
  display: block;
  color: #111;
  margin-bottom: -1px;
  transition: opacity 110ms ease-in-out;
}
.social-navigation ul.social-links-menu li a:hover, .social-navigation ul.social-links-menu li a:active {
  color: #111;
  opacity: 0.6;
}
.social-navigation ul.social-links-menu li a:focus {
  color: #111;
  opacity: 1;
  border-bottom: 1px solid #111;
}
.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 32px;
  height: 32px;
  transform: translateZ(0);
}
.social-navigation ul.social-links-menu li a svg#ui-icon-link {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .site-title + .social-navigation,
.site-description + .social-navigation {
    margin-top: calc(1rem / 5 );
  }
}

/** === Footer menu === */
.footer-navigation {
  display: inline;
}
.footer-navigation > div {
  display: inline;
}
.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}
.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.post-navigation {
  margin: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .post-navigation {
    margin: 3rem calc(10% + 60px);
    max-width: 50vw;
  }
}
@media only screen and (min-width: 1168px) {
  .post-navigation {
    margin: 3rem 0;
    max-width: 100%;
  }
}
.post-navigation .nav-links {
  margin: 0 1rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .post-navigation .nav-links {
    margin: 0;
  }
}
@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links {
    flex-direction: row;
    margin: 0 calc(10% + 60px);
    max-width: calc(50vw - 28px);
  }
}
.post-navigation .nav-links a .meta-nav {
  color: #767676;
  user-select: none;
}
.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
  display: none;
  content: "—";
  width: 2em;
  color: #767676;
  height: 1em;
}
.post-navigation .nav-links a .post-title {
  hyphens: auto;
}
.post-navigation .nav-links a:hover {
  color: #005177;
}
@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    min-width: calc(50% - 2 * 1rem);
  }
}
.post-navigation .nav-links .nav-previous {
  order: 2;
}
@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous {
    order: 1;
  }
}
.post-navigation .nav-links .nav-previous + .nav-next {
  margin-bottom: 1rem;
}
.post-navigation .nav-links .nav-previous .meta-nav:before {
  display: inline;
}
.post-navigation .nav-links .nav-next {
  order: 1;
}
@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-next {
    order: 2;
    padding-left: 1rem;
  }
}
.post-navigation .nav-links .nav-next .meta-nav:after {
  display: inline;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(.5 * 1rem);
}
.pagination .nav-links > * {
  padding: calc(.5 * 1rem);
}
.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  padding-left: 0;
}
.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  padding-right: 0;
}
.pagination .nav-links a:focus {
  text-decoration: underline;
  outline-offset: -1px;
}
.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
  text-decoration: none;
}
.pagination .nav-links a:focus.prev .nav-prev-text,
.pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
.pagination .nav-links a:focus.next .nav-next-text {
  text-decoration: underline;
}
.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-left: calc(10% + 60px);
    padding: 0;
  }
  .pagination .nav-links .prev > *,
.pagination .nav-links .next > * {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .pagination .nav-links > * {
    padding: 1rem;
  }
}

.comment-navigation .nav-links {
  display: flex;
  flex-direction: row;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}
.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}
.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}
.comment-navigation .nav-next {
  text-align: right;
}

/* Next/Previous navigation */
.post-navigation {
  margin: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .post-navigation {
    margin: 3rem calc(10% + 60px);
    max-width: 50vw;
  }
}
@media only screen and (min-width: 1168px) {
  .post-navigation {
    margin: 3rem 0;
    max-width: 100%;
  }
}
.post-navigation .nav-links {
  margin: 0 1rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .post-navigation .nav-links {
    margin: 0;
  }
}
@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links {
    flex-direction: row;
    margin: 0 calc(10% + 60px);
    max-width: calc(50vw - 28px);
  }
}
.post-navigation .nav-links a .meta-nav {
  color: #767676;
  user-select: none;
}
.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
  display: none;
  content: "—";
  width: 2em;
  color: #767676;
  height: 1em;
}
.post-navigation .nav-links a .post-title {
  hyphens: auto;
}
.post-navigation .nav-links a:hover {
  color: #005177;
}
@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    min-width: calc(50% - 2 * 1rem);
  }
}
.post-navigation .nav-links .nav-previous {
  order: 2;
}
@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous {
    order: 1;
  }
}
.post-navigation .nav-links .nav-previous + .nav-next {
  margin-bottom: 1rem;
}
.post-navigation .nav-links .nav-previous .meta-nav:before {
  display: inline;
}
.post-navigation .nav-links .nav-next {
  order: 1;
}
@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-next {
    order: 2;
    padding-left: 1rem;
  }
}
.post-navigation .nav-links .nav-next .meta-nav:after {
  display: inline;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(.5 * 1rem);
}
.pagination .nav-links > * {
  padding: calc(.5 * 1rem);
}
.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  padding-left: 0;
}
.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  padding-right: 0;
}
.pagination .nav-links a:focus {
  text-decoration: underline;
  outline-offset: -1px;
}
.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
  text-decoration: none;
}
.pagination .nav-links a:focus.prev .nav-prev-text,
.pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
.pagination .nav-links a:focus.next .nav-next-text {
  text-decoration: underline;
}
.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-left: calc(10% + 60px);
    padding: 0;
  }
  .pagination .nav-links .prev > *,
.pagination .nav-links .next > * {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .pagination .nav-links > * {
    padding: 1rem;
  }
}

.comment-navigation .nav-links {
  display: flex;
  flex-direction: row;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}
.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}
.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}
.comment-navigation .nav-next {
  text-align: right;
}

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
@font-face {
  font-family: "NonBreakingSpaceOverride";
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
}
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
@font-face {
  font-family: "NonBreakingSpaceOverride";
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
}
.events-spacing h2 {
  font-family: "Barlow", sans-serif !important;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  margin: 0px 0px 30px;
  text-transform: uppercase;
  color: #243059 !important;
}

.page-template-template-news .news-card .title-wrapper h4 {
  text-transform: uppercase;
}

.single-post .post.type-post b {
  font-family: "Roboto", sans-serif;
}
.single-post .post.type-post .content-wrapper div {
  font-family: "Roboto", sans-serif;
}
.single-post .post.type-post .content-wrapper p {
  font-family: "Roboto", sans-serif;
}
.single-post .post.type-post .content-wrapper span {
  font-family: "Roboto", sans-serif !important;
}

.single-classes .gcp-page .content-wrapper .lead_content .content h2 {
  font-size: 30px;
}

#retreat_select {
  font-weight: 500;
  width: 92%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #cbc6c6;
  margin-bottom: 15px;
  font-family: Arial;
}

.remove-space-select {
  padding: 0px;
}

.photo-content-show figcaption.blocks-gallery-item__caption {
  display: none;
}

.single-photo-galleries #colorbox.advgb_lightbox #cboxTitle {
  bottom: -30px !important;
}

.search-title-search-page {
  font-family: "Roboto", sans-serif;
  color: #243059;
  margin-bottom: 0;
  font-size: 18px;
  margin: 0;
  line-height: 22px;
  font-weight: 500;
}

.home-hero .slick-dots {
  bottom: 40px;
  left: inherit;
  text-align: center;
  width: 100% !important;
  transform: inherit;
}

table.advgb-table-frontend {
  line-height: 18px;
}

.gcp-page .content-wrapper .azul_claro ol li:before {
  color: #6ba4d1 !important;
}
.gcp-page .content-wrapper .verde ol li:before {
  color: #00b485 !important;
}
.gcp-page .content-wrapper .azul ol li:before {
  color: #243059 !important;
}
.gcp-page .content-wrapper .laranja ol li:before {
  color: #e7853b !important;
}

.gcp-single .content-wrapper .azul_claro ol li:before {
  color: #6ba4d1;
}
.gcp-single .content-wrapper .verde ol li:before {
  color: #00b485;
}
.gcp-single .content-wrapper .azul ol li:before {
  color: #243059;
}
.gcp-single .content-wrapper .laranja ol li:before {
  color: #e7853b;
}

.parceiros-template-default.single.single-parceiros .more-space-both-column-left img {
  width: 100%;
  height: auto;
}

.cpt-hero .hero-wrapper .text-wrapper {
  top: 62%;
}

.percentage-number {
  float: left;
  margin-left: 15px;
}

.gcp-data .data-wrapper .metrics .metric-wrapper .bar {
  float: left;
  width: 92% !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext {
  visibility: hidden;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 12px;
  width: 130px;
  background-color: #555;
  transition: opacity 0.3s;
  line-height: 18px;
  padding: 5px 5px 5px 5px;
  position: absolute;
  z-index: 1;
  left: -50px;
  margin-top: -29px;
}

.tooltip i:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 35%;
  transform: translate(-50%, -80%) rotate(45deg);
  background-color: #555555;
}

.tooltip:hover i {
  visibility: visible !important;
}

.professor-image-show .tooltip i {
  visibility: hidden;
}
.professor-image-show .tooltip:last-child .tooltiptext {
  width: 110px;
}

.size_of_img {
  cursor: pointer;
  object-position: center top;
}

/*.gcp-single {
	.content-wrapper {
		iframe {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			min-width: 70%;
			min-height: 65%;
			width: auto;
			height: auto;
		}
	}
}*/
#colorbox.advgb_lightbox #cboxTitle {
  font-size: 12px !important;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  white-space: unset !important;
  bottom: -48px !important;
}

.cpt-hero .hero-wrapper .text-wrapper .subtitle {
  font-size: 18px;
  text-transform: capitalize;
}
.cpt-hero .hero-wrapper .text-wrapper .category {
  font-size: 15px;
  margin-bottom: 30px;
  margin-top: 12px;
}

.home-hero .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  border-radius: 100% !important;
  margin: 0 5px !important;
}
.home-hero .slick-dots .slick-active button {
  background-color: #fff;
}

.documents-list ul li:hover a p span {
  color: white;
}
.documents-list ul li p.size span {
  color: #878787;
}

footer article.champion .img-wrap img {
  object-fit: contain;
  left: -4px;
}

.single-classes .gcp-page .content-wrapper .l-video {
  height: 80vh;
}
.single-classes .gcp-page .content-wrapper .lead_content .content:last-child.azul_claro:after {
  background-color: #6ba4d1;
}

.mini-cv {
  padding: 20px 20px 20px 20px !important;
}

.champion__texto {
  color: white;
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 19px !important;
  text-transform: capitalize;
}
.champion__texto p {
  color: white !important;
  text-transform: initial;
  font-size: 12px;
  line-height: 19px !important;
}

.post-type-archive-campeaos .champion .text-wrapper {
  height: 130px !important;
}
.post-type-archive-campeaos .escolha-o-ano {
  text-transform: uppercase;
  color: #888 !important;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.post-type-archive-campeaos .destacamos-same {
  color: black;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.post-type-archive-campeaos .dropdown-wrap.drop-year .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.post-type-archive-campeaos .dropdown-wrap.drop-year .col-md-12 .col-md-9 {
  padding-left: 0px;
  padding-right: 0px;
}

.post-type-archive-newsletter .champions-wrapper .champion .text-wrapper {
  padding: 15px 12px;
  height: auto !important;
  margin-top: -1px;
}
.post-type-archive-newsletter .champions-wrapper .champion .text-wrapper .title {
  margin-bottom: 10px;
}
.post-type-archive-newsletter .champions-wrapper .champion .img-wrap {
  padding-bottom: 0px;
  width: 100%;
  height: 100%;
}
.post-type-archive-newsletter .champions-wrapper .champion .img-wrap img {
  position: inherit;
  object-fit: contain;
  height: 383px;
}
.post-type-archive-newsletter .text-wrapper:after {
  position: inherit !important;
  top: 0px !important;
  border-style: none !important;
}
.post-type-archive-newsletter .champion__texto {
  text-transform: initial;
  padding: 0px 12px;
  margin-top: 15px;
}
.post-type-archive-newsletter .champion__texto p {
  color: #243159 !important;
  font-size: 14px;
}
.post-type-archive-newsletter .champion__texto p strong {
  display: block;
  margin-bottom: 10px;
}
.post-type-archive-newsletter .champion__texto p strong br {
  display: none;
}
.post-type-archive-newsletter .champion__texto p br {
  display: none;
}
.post-type-archive-newsletter .champion__texto p.p1 strong {
  display: block;
  margin-bottom: 10px;
}
.post-type-archive-newsletter .champion__texto p.p1 strong br {
  display: none;
}
.post-type-archive-newsletter .champion-wrapper a .img-wrap {
  line-height: 0px;
}

.dropdown.years-hover-remove button {
  display: none !important;
}

.single-parceiros .more-space-both-column-left {
  padding-right: 40px;
}
.single-parceiros .more-space-both-column-right {
  padding-left: 40px;
}

.image-boxes .image-box .title-wrapper h6 {
  font-weight: 300;
  color: #fff !important;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}

.content-formas-page {
  margin-bottom: 0px;
  padding: 15px 0 15px 0;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  font-size: 14px;
}

.formas-page-content {
  margin-bottom: 0px !important;
}

.rectangular-box .news-card.image-box.formas-page-content {
  padding-bottom: 60%;
}

.display-color-name.Azul .title-wrapper {
  background-color: rgba(36, 48, 89, 0.6);
}
.display-color-name.Azul .title-wrapper:after {
  border-color: transparent transparent rgba(36, 48, 89, 0.6) transparent;
}

.display-color-name.Laranja .title-wrapper {
  background-color: rgba(231, 133, 59, 0.6);
}
.display-color-name.Laranja .title-wrapper:after {
  border-color: transparent transparent rgba(231, 133, 59, 0.6) transparent;
}

.display-color-name.Verde .title-wrapper {
  background-color: rgba(0, 180, 133, 0.6);
}
.display-color-name.Verde .title-wrapper:after {
  border-color: transparent transparent rgba(0, 180, 133, 0.6) transparent;
}

.display-color-name.azul_claro .title-wrapper {
  background: rgba(107, 164, 209, 0.6);
}
.display-color-name.azul_claro .title-wrapper:after {
  border-color: transparent transparent rgba(107, 164, 209, 0.6) transparent;
}

.links-post-type {
  padding-top: 0px;
}
.links-post-type .title-name h4 {
  margin-top: 25px;
  margin-bottom: 60px;
  margin-left: 15px;
  font-size: 30px;
  font-weight: 500;
}

.links-all-show-post {
  margin-bottom: 20px;
}
.links-all-show-post .col-md-9 {
  padding-left: 0px;
  margin-top: 30px;
}
.links-all-show-post .title {
  margin-bottom: 0px !important;
  font-size: 16px;
  font-weight: bold;
}
.links-all-show-post a {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #414042;
}
.links-all-show-post img {
  width: 42px;
  height: 42px;
  object-fit: cover;
}
.links-all-show-post .col-md-2 {
  margin-right: -40px;
}

.gcp-table .display-color-name.azul {
  color: #243159 !important;
}
.gcp-table .display-color-name.laranja {
  color: #e7853b !important;
}
.gcp-table .display-color-name.verde {
  color: #00b485 !important;
}
.gcp-table .display-color-name.azul_claro {
  color: #6ba4d1 !important;
}
.gcp-table table thead tr th {
  color: #949598;
  padding-left: 0px;
}
.gcp-table table tbody tr .display-color-name.azul img {
  border: 2px solid #243159;
  vertical-align: middle;
}
.gcp-table table tbody tr .display-color-name.laranja img {
  border: 2px solid #e7853b;
  vertical-align: middle;
}
.gcp-table table tbody tr .display-color-name.verde img {
  border: 2px solid #00b485;
  vertical-align: middle;
}
.gcp-table table tbody tr .display-color-name.azul_claro img {
  border: 2px solid #6ba4d1;
  vertical-align: middle;
}
.gcp-table table tbody tr th {
  padding-left: 0px;
}
.gcp-table .row {
  line-height: 48px;
  vertical-align: middle;
}
.gcp-table h3.color-verde {
  color: #00b485 !important;
  color: #00b485 !important;
}

.title-wrapper.color-azul_claro {
  background: rgba(107, 164, 209, 0.6) !important;
}
.title-wrapper.color-azul_claro:after {
  border-color: transparent transparent rgba(107, 164, 209, 0.6) transparent !important;
}

.m-0 {
  margin: 0 !important;
}

.gcp-teachers .display-color-name.azul {
  color: #243159 !important;
}
.gcp-teachers .display-color-name.laranja {
  color: #e7853b !important;
}
.gcp-teachers .display-color-name.verde {
  color: #00b485 !important;
}
.gcp-teachers .display-color-name.azul_claro {
  color: #6ba4d1 !important;
}
.gcp-teachers h3 {
  font-size: 30px;
  font-family: "Barlow", sans-serif !important;
  letter-spacing: 2px;
}
.gcp-teachers .row.stretched .col-sm-4 {
  padding-left: 0px;
}
.gcp-teachers .teacher-card {
  padding-bottom: 130%;
}
.gcp-teachers .teacher-card .title-wrapper .subtitle {
  line-height: 18px;
}

body.single-classes .gcp-teachers .teacher-card .title-wrapper .subtitle {
  display: none;
}

.main-header .menu-wrapper {
  margin-top: 20px;
}
.main-header .logo-wrapper.wrapper-desktop img {
  margin-top: -35px;
  width: 200px;
}

.main-header.sticky .maps .map-group {
  color: white !important;
}

.aulas-tem #hero .video-text-wrapper {
  left: 30%;
  transform: translate(-24%, -25%);
}
.aulas-tem #hero .video-text-wrapper .title {
  font-weight: bold;
}

.aylas-category-post-show ul.categories {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}
.aylas-category-post-show ul.categories li {
  margin: 0 10px;
  font-size: 16px;
}
.aylas-category-post-show ul.categories li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  text-align: center;
}
.aylas-category-post-show ul.categories li a .spinner-border {
  margin: 0 0 0 10px;
  display: none;
}
.aylas-category-post-show ul.categories li.active a, .aylas-category-post-show ul.categories li:hover a {
  color: #243059;
}
.aylas-category-post-show ul.categories li.active a {
  font-weight: bold;
}
.aylas-category-post-show ul.categories li.loading a .spinner-border {
  display: inline-block;
}
@media (max-width: 767px) {
  .aylas-category-post-show ul.categories li {
    font-size: 20px;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.aylas-category-post-show .title-name h4 {
  font-family: "Barlow", sans-serif !important;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0;
  text-transform: uppercase;
  color: #243059 !important;
}
.aylas-category-post-show .image-boxes {
  margin-top: 80px;
}
.aylas-category-post-show .image-boxes .title-name {
  padding-left: 5px;
}
.aylas-category-post-show .image-boxes .image-box {
  padding-bottom: 75%;
}
.aylas-category-post-show .image-boxes .col-md-12 .title-name.col-md-12:first-child h4 {
  margin-top: 0;
}
.aylas-category-post-show .title-wrapper h4 {
  font-weight: 400 !important;
}
.aylas-category-post-show .title-wrapper h4 a {
  position: inherit;
  color: white;
}
.aylas-category-post-show .equal-space-bottom {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .aylas-category-post-show .equal-space-bottom {
    padding-right: 0;
    padding-left: 0;
  }
}

.gcp-parceiros-page .news-card.image-box.formas-page-content {
  background: transparent;
}
.gcp-parceiros-page .news-card.image-box.formas-page-content img {
  object-fit: cover;
}
.gcp-parceiros-page .image-boxes .image-box {
  padding-bottom: 70%;
}
.gcp-parceiros-page .image-boxes .image-box .title-wrapper h4 {
  font-weight: 400;
}
.gcp-parceiros-page .equal-space-bottom {
  margin-bottom: 80px;
}

.bottom-footer h4 {
  text-align: left;
}
.bottom-footer .parceiros-post-image img {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) scale(0.8);
}
.bottom-footer .parceiros-post-image:nth-child(2) {
  padding-left: 0px;
}

.aylas-category-post-show-main .content-wrapper {
  padding-top: 60px !important;
}

.gcp-data.gradient-azul {
  background: -moz-linear-gradient(90deg, rgb(107, 164, 209) 6%, rgb(38, 70, 129) 68%) !important;
  background: -webkit-linear-gradient(90deg, rgb(107, 164, 209) 6%, rgb(38, 70, 129) 68%) !important;
  background: linear-gradient(90deg, rgb(107, 164, 209) 6%, rgb(38, 70, 129) 68%) !important;
}

.cpt-hero .hero-wrapper .gradient-azul_claro {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: #6ba4d1;
  background: -moz-linear-gradient(90deg, rgba(38, 70, 129, 0.6) 6%, rgba(107, 164, 209, 0.6) 71%);
  background: -webkit-linear-gradient(90deg, rgba(38, 70, 129, 0.6) 6%, rgba(107, 164, 209, 0.6) 71%);
  background: linear-gradient(90deg, rgba(38, 70, 129, 0.6) 6%, rgba(107, 164, 209, 0.6) 71%);
}
.cpt-hero .hero-wrapper .star {
  right: -287px;
}
.cpt-hero .hero-wrapper .text-wrapper .title {
  font-size: 60px;
}
.cpt-hero .badge.azul_claro {
  background-image: url("../images/Azul Claro.svg");
  min-height: 260px;
  background-repeat: no-repeat;
}
.cpt-hero .badge.azul {
  background-image: url("../images/Azul.svg");
  min-height: 260px;
  background-repeat: no-repeat;
}
.cpt-hero .badge.laranja {
  background-image: url("../images/Laranja.svg");
  min-height: 260px;
  background-repeat: no-repeat;
}
.cpt-hero .badge.verde {
  background-image: url("../images/Verde.svg");
  min-height: 260px;
  background-repeat: no-repeat;
}

.azul_claro {
  color: #6ba4d1 !important;
}

.gcp-data.gradient-azul_claro {
  background: #6ba4d1;
  background: -moz-linear-gradient(90deg, rgb(38, 70, 129) 6%, rgb(107, 164, 209) 71%);
  background: -webkit-linear-gradient(90deg, rgb(38, 70, 129) 6%, rgb(107, 164, 209) 71%);
  background: linear-gradient(90deg, rgb(38, 70, 129) 6%, rgb(107, 164, 209) 71%);
}
.gcp-data.gradient-azul_claro .fill {
  background-color: #6ba4d1 !important;
}

.gcp-data .data-wrapper .circle {
  border: 8px solid #ADD8E6;
  box-shadow: 0 4px 30px 1px rgba(0, 0, 0, 0.3);
}
.gcp-data .data-wrapper .circle .numbers-wrapper .number {
  color: #ADD8E6;
}
.gcp-data .data-wrapper .circle .numbers-wrapper .unit {
  color: #ADD8E6;
}
.gcp-data .data-wrapper .circle .numbers-wrapper .subtitle {
  color: #ADD8E6;
}

.wpcf7-form {
  margin-top: 50px;
}
.wpcf7-form input[type=text] {
  font-weight: 500;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #cbc6c6;
  color: #cbc6c6;
  margin-bottom: 15px;
  font-family: Arial;
  height: 40px;
}
.wpcf7-form input[type=radio] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: radio;
  box-sizing: border-box;
  margin: 3px 5px 0px 5px;
  padding: initial;
  border: initial;
  height: 17px;
  width: 17px;
  float: left;
}
.wpcf7-form h5 {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  margin-bottom: 35px !important;
}
.wpcf7-form span.wpcf7-list-item {
  margin-left: 0px;
}
.wpcf7-form span.wpcf7-list-item span.wpcf7-list-item-label {
  font-weight: normal;
  color: #cbc6c6;
}
.wpcf7-form span.wpcf7-list-item-label {
  font-weight: 500;
  font-size: 18px;
}
.wpcf7-form .row {
  margin-top: 40px;
}
.wpcf7-form p {
  font-weight: 500;
  font-size: 18px;
}
.wpcf7-form span.wpcf7-list-item.last {
  padding-left: 20px;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  background: #5ea6d6;
  color: white;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  width: 140px;
  height: 50px;
  cursor: pointer;
}
.wpcf7-form textarea {
  height: 110px;
}

input[type=email] {
  font-weight: 500;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #cbc6c6;
  color: #cbc6c6;
  margin-bottom: 15px;
  font-family: Arial;
  height: 40px;
}

textarea {
  font-weight: 500;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #cbc6c6;
  color: #cbc6c6;
  margin-bottom: 15px;
  font-family: Arial;
}

input[type=tel] {
  font-weight: 500;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #cbc6c6;
  color: #cbc6c6;
  margin-bottom: 15px;
  font-family: Arial;
  height: 40px;
}

input[type=number] {
  font-weight: 500;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #cbc6c6;
  color: #cbc6c6;
  margin-bottom: 15px;
  font-family: Arial;
  height: 40px;
}

.destino-mensagem-form {
  margin-left: 10px;
}

span.vagrounded17Azul {
  padding-left: 40px;
}
span.vagrounded17Azul br {
  display: none;
}

.single-momentos-historicos .gcp-single .content-wrapper ul {
  padding-left: 60px;
}
.single-momentos-historicos .gcp-single .content-wrapper ul li:before {
  height: 5px;
  width: 5px;
  content: " " !important;
  background: black;
  border-radius: 50%;
  margin-top: 8px;
}
.single-momentos-historicos .gcp-single .content-wrapper h4 {
  padding-left: 40px;
}

.gcp-page .content-wrapper ul {
  margin-bottom: 25px;
}
.gcp-page .content-wrapper ul li {
  margin-bottom: 15px;
}
.gcp-page .wp-block-columns .wp-block-column:after {
  background: transparent !important;
}
.gcp-page figure .blocks-gallery-grid {
  margin-bottom: 100px !important;
  margin-top: 40px !important;
}

.gcp-single .content-wrapper ul {
  margin-bottom: 25px;
}
.gcp-single .content-wrapper ul li {
  margin-bottom: 15px;
}

#prof-table tr {
  text-align: center;
}
#prof-table .professor-image-show {
  text-align: center;
  padding-left: 0px;
}

body .news-card {
  height: 300px;
}
body .news-card .title-wrapper {
  height: 75px;
}
body .news-card .date {
  padding: 20px 0px 0 0px;
  width: 60px;
}

.lead_content .content:nth-child(1):after {
  background: transparent !important;
}

.sport-same {
  font-weight: 300;
  color: #f7f7f7;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.apois-logos-footer {
  text-align: left;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .apois-logos-footer {
    display: block;
  }
}
.apois-logos-footer a {
  display: flex;
  margin: 0 22px 0 0;
}
.apois-logos-footer a:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .apois-logos-footer a {
    margin: 15px 20px 0 0;
    max-width: 20%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .apois-logos-footer a {
    margin: 15px 0 0 0;
    width: 100%;
  }
}
.apois-logos-footer a img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .apois-logos-footer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
  }
  .apois-logos-footer a {
    margin-right: 0;
    margin-bottom: 15px;
    flex-grow: 1;
    width: 33% !important;
    display: inline-block;
    text-align: center;
  }
}

.parceiros-post-images {
  text-align: left;
  display: flex;
  align-items: center;
}
.parceiros-post-images a {
  display: flex;
  margin: 0 22px 0 0;
  width: 125px;
}
.parceiros-post-images a:nth-child(2) {
  width: 50px;
}
.parceiros-post-images a:nth-child(3) {
  width: 50px;
}
.parceiros-post-images a:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .parceiros-post-images a {
    width: 90px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .parceiros-post-images a {
    width: 150px;
    margin-top: 15px;
  }
}
.parceiros-post-images a img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .parceiros-post-images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
  }
  .parceiros-post-images a {
    margin-right: 0;
    margin-bottom: 15px;
    flex-grow: 1;
    width: 33% !important;
    display: inline-block;
    text-align: center;
  }
  .parceiros-post-images a img {
    width: 75px;
  }
}

.bottom-footer h4 {
  color: #243059;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 25px;
}
.bottom-footer h4.parceiros_title {
  margin-bottom: 12px;
}

.partners.col-sm-3 > div:nth-child(3) img {
  margin-left: -46px;
}

.partners.col-sm-3 h4 {
  margin-left: -5px;
}

.partners.col-sm-7 h4 {
  margin-left: 8px;
}

.partners.col-sm-7 > div:nth-child(3) img {
  transform: translateY(-50%) scale(0.6);
}

.grecaptcha-badge {
  visibility: hidden;
}

span.wpcf7-not-valid-tip {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 14px;
}

.wpcf7-response-output {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

div.wpcf7-validation-errors {
  border: none;
  color: #ff0000;
  padding-left: 0px;
}

div.wpcf7-acceptance-missing {
  border: none;
  color: #ff0000;
  padding-left: 0px;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #398f14;
  padding-left: 0px;
}

.single.single-post .gcp-single .content-wrapper .wp-block-gallery {
  margin-top: 40px;
  margin-bottom: 40px !important;
}

.documents-list ul li:hover {
  background-color: #243159 !important;
}
.documents-list ul li:hover a p {
  color: #fff !important;
}
.documents-list ul li:nth-child(even) {
  background-color: #eeeeee;
}

section.documents-list ul li {
  margin-bottom: 0 !important;
}

.gradient-laranja {
  background: #e7853b !important;
  background: -moz-linear-gradient(90deg, rgba(231, 133, 59, 0.6) 6%, rgba(245, 128, 32, 0.6) 68%) !important;
  background: -webkit-linear-gradient(90deg, rgba(231, 133, 59, 0.6) 6%, rgba(245, 128, 32, 0.6) 68%) !important;
  background: linear-gradient(90deg, rgba(231, 133, 59, 0.6) 6%, rgba(245, 128, 32, 0.6) 68%) !important;
}

.gradient-azul {
  background: #243159 !important;
  background: -moz-linear-gradient(90deg, rgba(107, 164, 209, 0.6) 6%, rgba(38, 70, 129, 0.6) 68%) !important;
  background: -webkit-linear-gradient(90deg, rgba(107, 164, 209, 0.6) 6%, rgba(38, 70, 129, 0.6) 68%) !important;
  background: linear-gradient(90deg, rgba(107, 164, 209, 0.6) 6%, rgba(38, 70, 129, 0.6) 68%) !important;
}

.title-wrapper.color-azul {
  background-color: rgba(38, 70, 129, 0.6) !important;
}
.title-wrapper.color-azul:after {
  border-color: transparent transparent rgba(38, 70, 129, 0.6) transparent !important;
}

.gradient-verde {
  background: #00b485 !important;
  background: -moz-linear-gradient(90deg, rgba(127, 195, 67, 0.6) 0%, rgba(0, 180, 133, 0.6) 74%) !important;
  background: -webkit-linear-gradient(90deg, rgba(127, 195, 67, 0.6) 0%, rgba(0, 180, 133, 0.6) 74%) !important;
  background: linear-gradient(90deg, rgba(127, 195, 67, 0.6) 0%, rgba(0, 180, 133, 0.6) 74%) !important;
}

.title-wrapper.color-verde {
  background-color: rgba(0, 180, 133, 0.6) !important;
}
.title-wrapper.color-verde:after {
  border-color: transparent transparent rgba(0, 180, 133, 0.6) transparent !important;
}

section.gcp-data.gradient-verde {
  background: #00b485 !important;
  background: -moz-linear-gradient(90deg, rgb(127, 195, 67) 0%, rgb(0, 180, 133) 74%) !important;
  background: -webkit-linear-gradient(90deg, rgb(127, 195, 67) 0%, rgb(0, 180, 133) 74%) !important;
  background: linear-gradient(90deg, rgb(127, 195, 67) 0%, rgb(0, 180, 133) 74%) !important;
}

.gcp-data.gradient-verde .fill {
  background-color: #00b485 !important;
}
.gcp-data.gradient-verde .circle {
  border: 8px solid #00b485 !important;
}

.gcp-page.gcp-single .gcp-data.gradient-verde .circle span {
  color: #00b485 !important;
}

.page-banner.thumbnail:before {
  background-color: transparent;
}

body.admin-bar .page-banner.thumbnail {
  height: 420px;
}

.classes-template-default .gcp-page figure .blocks-gallery-grid {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.main-header.sticky .logo-wrapper.wrapper-mobile img.logo-sticky {
  display: inline-block;
}
.main-header.sticky .logo-wrapper.wrapper-mobile img.logo-initial {
  display: none;
}

.main-header .logo-wrapper.wrapper-mobile img.logo-sticky {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sub-menu {
    display: block !important;
  }
  .gcp-table {
    overflow-x: inherit;
  }
}
@media only screen and (min-width: 1000px) {
  .page-banner.gradient h1 {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1400px) {
  .cpt-hero .hero-wrapper {
    height: 350px;
  }
  .cpt-hero .hero-wrapper .star {
    position: absolute;
    bottom: -26px;
    height: 612px;
    right: -336px;
  }
}
@media only screen and (max-width: 767px) {
  .gcp-teachers h3 {
    text-align: center;
  }
  .single-classes .cpt-hero .hero-wrapper .star {
    display: none;
  }
  .gcp-table table thead tr th {
    font-size: 14px;
    padding-bottom: 0px;
  }
  .gcp-table table tbody tr th {
    font-size: 14px;
  }
  .gcp-table .professor-image-show {
    min-width: 220px !important;
  }
  .video-lightbox iframe {
    min-height: 40% !important;
    width: 90% !important;
    height: auto !important;
  }
  .slick-lightbox .slick-next {
    right: 4px;
  }
  .slick-lightbox .slick-prev {
    left: 4px;
  }
  .gcp-page .wp-block-columns {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .gcp-page .wp-block-columns .wp-block-column {
    padding: 0px;
  }
  .more-space-both-column-right .extra-info {
    margin-top: 40px;
  }
  .gcp-data .data-wrapper .metrics .metric-wrapper .bar {
    width: 83% !important;
  }
  table.advgb-table-frontend td {
    padding: 0.7em;
    font-size: 14px;
    text-align: left !important;
  }
  table.advgb-table-frontend tr {
    padding: 0.7em;
    font-size: 14px;
    text-align: left !important;
  }
  .single-parceiros .gcp-page .content-wrapper {
    padding-top: 20px;
  }
  .single-parceiros .more-space-both-column-left {
    padding: 0px;
    margin-bottom: 80px !important;
  }
  .single-parceiros .more-space-both-column-right {
    padding: 0px;
  }
  .single-parceiros .gcp-single .content-wrapper .col-md-4 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .gcp-single .content-wrapper {
    padding-top: 20px;
  }
  .single-parceiros .cpt-hero .hero-wrapper .star {
    display: none;
  }
  .page-template-default .wp-block-spacer {
    height: 50px !important;
  }
  .links-all-show-post .col-md-2 {
    margin-right: 0px;
    width: 55px;
    float: left;
  }
  .links-all-show-post .col-md-10 {
    display: grid;
  }
  .links-post-type .title-name h4 {
    margin-bottom: 40px;
    clear: both;
    padding-top: 30px;
    font-size: 28px;
  }
  .post-type-archive-links .container-fluid.content-wrapper {
    padding-top: 30px;
  }
  .links-all-show-post .title {
    font-weight: normal !important;
    font-size: 14px;
    margin-bottom: 6px !important;
    line-height: 17px !important;
  }
  .links-all-show-post a {
    font-weight: normal !important;
  }
  .cpt-hero .hero-wrapper .badge {
    top: -65px !important;
    max-width: 100px;
  }
  .parceiros-template-default.single.single-parceiros .wp-block-gallery.columns-4 .blocks-gallery-item {
    height: 137px;
  }
  .gcp-table .display-color-name {
    text-align: center;
  }
  .gcp-page.gcp-single .lead_content h2 {
    font-size: 30px;
  }
  .cpt-hero .hero-wrapper .text-wrapper .category {
    /*font-size: 24px;
    margin-bottom: 22px;
    margin-top: 12px;*/
    font-size: 14px;
    margin-bottom: 22px;
  }
  .cpt-hero .hero-wrapper .text-wrapper .subtitle {
    font-size: 18px;
    margin-top: 0px;
  }
  .classes-template-default.single.single-classes .cpt-hero .hero-wrapper .text-wrapper .title {
    font-size: 40px;
  }
  .single-classes .gcp-page .content-wrapper .lead_content .content:nth-child(2):before {
    content: "";
    border-top: 4px solid #00b485;
    width: 50%;
  }
  .classes-template-default .cpt-hero .hero-wrapper .text-wrapper {
    top: 55%;
  }
  .documents-list ul li p.size {
    float: left;
  }
  .documents-list ul li p.title {
    display: flex !important;
  }
  .documents-list ul li p .fa-file-download {
    margin-left: 30px;
    float: left;
    margin-right: 10px;
  }
  .gcp-page article {
    padding-bottom: 35px;
  }
  .gcp-single article {
    padding-bottom: 35px;
  }
  .post-type-archive-newsletter .champion .img-wrap img {
    height: 100%;
  }
  .champions-wrapper .champion-wrapper {
    width: 100%;
  }
  .single-banner {
    height: 420px;
  }
  .single-banner .single-title {
    font-size: 40px;
    margin-top: 70px;
    max-width: 70%;
    word-break: break-word;
  }
  .cpt-hero .hero-wrapper .text-wrapper {
    width: 95%;
  }
  .cpt-hero .hero-wrapper .text-wrapper .title {
    font-size: 30px;
  }
  .single-momentos-historicos .gcp-single .content-wrapper .content {
    padding-left: 0px;
  }
  .single-momentos-historicos .gcp-single .content-wrapper ul {
    padding-left: 0px;
  }
  .single-momentos-historicos .gcp-single .content-wrapper h4 {
    padding-left: 0px;
  }
  .page-banner .page-title {
    font-size: 30px;
  }
  .single-classes .gcp-page .content-wrapper .lead_content .content {
    padding: 0;
  }
  .single-classes .gcp-page .content-wrapper .l-video {
    height: 30vh;
  }
  .classes-template-default .l-video .image {
    height: 30vh;
  }
  .classes-template-default .gcp-data .data-wrapper .metrics {
    margin-bottom: 30px;
  }
  .classes-template-default .gcp-data .data-wrapper .metrics .metric-wrapper {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
  .classes-template-default .gcp-table {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .classes-template-default .gcp-table .display-color-name.verde {
    text-align: center;
    margin-top: 0px;
  }
  .classes-template-default table#prof-table th {
    width: 100%;
    min-width: 135px;
  }
  .classes-template-default .gcp-teachers .display-color-name.verde {
    text-align: center;
  }
  .classes-template-default .gcp-teachers .teacher-card {
    padding-bottom: 100%;
  }
  .classes-template-default .gcp-teachers .row.stretched .col-sm-4 {
    padding-left: 0px;
    padding-right: 0;
  }
  .classes-template-default .card-cartao-gold .cpt-hero .hero-wrapper .text-wrapper {
    top: 50%;
    left: 0%;
  }
  .classes-template-default .card-cartao-gold .cpt-hero .hero-wrapper .badge {
    top: -100px;
    max-width: 130px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-grid .blocks-gallery-item {
    width: 50%;
  }
  .gcp-page figure .blocks-gallery-grid {
    margin-bottom: 0 !important;
  }
  .home-hero .slick-dots {
    bottom: 40px;
    left: inherit;
    text-align: center;
    width: 100% !important;
    transform: inherit;
  }
  #menu-menu-principal .menu-item-has-children span:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #243159;
    margin-left: 5px;
  }
  #menu-menu-principal .menu-item-has-children.downarrow span:after {
    content: "\f077";
  }
  .home-card .img-wrapper {
    height: 345px;
  }
  footer .newsletter .champion {
    max-width: 130px;
  }
  footer .col-md-4.apois-logo-footer {
    width: 30%;
    float: left;
    padding: 0px;
    text-align: center;
    display: flex;
  }
  footer .apois-logo-footer img {
    margin-left: 0px;
  }
  .main-header.sticky .actions a {
    text-shadow: none !important;
  }
  .cpt-hero .hero-wrapper .text-wrapper {
    top: -30px;
  }
  .cpt-hero .hero-wrapper .star {
    right: -82px;
    bottom: 208px;
    height: 150px;
  }
  .bottom-footer .parceiros-post-image img {
    width: 33%;
    height: 70px;
    transform: none;
    float: left;
    object-fit: contain;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 380px) {
  .gcp-data .data-wrapper .metrics .metric-wrapper p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .single-parceiros .more-space-both-column-right {
    padding-left: 15px;
  }
  #menu-menu-principal .menu-item-has-children span:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #243159;
    margin-left: 5px;
  }
  #menu-menu-principal .menu-item-has-children.downarrow span:after {
    content: "\f077";
  }
  .parceiros-post-image {
    width: 16%;
    float: left;
  }
  .apois-logo-footer {
    width: 27%;
    float: left;
  }
  .apois-logo-footer img {
    margin-left: -14px;
    width: 40px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .gcp-data .data-wrapper .metrics .metric-wrapper {
    width: calc(100% - 65px);
  }
  .gcp-data .data-wrapper .metrics .metric-wrapper .bar {
    width: 92% !important;
  }
}
@media only screen and (max-width: 415px) {
  .gcp-data .data-wrapper .metrics .metric-wrapper .bar {
    width: 79% !important;
  }
}
#retreat_select .subgroup {
  font-size: 0.9em !important;
  padding-left: 10px;
}

.slick-lightbox-slick-caption {
  max-width: 60%;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.3em;
}

.cf7-form-wrapper h5 {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  margin-bottom: -20px !important;
  margin-top: 40px !important;
}

#fc_frame, #fc_frame.fc-widget-normal {
  z-index: 999 !important;
}

.select2-container {
  width: 100% !important;
}

.menu-wrapper.mobile-menu {
  display: none;
}
.menu-wrapper.mobile-menu .menu-from-footer ul {
  padding-top: 0 !important;
}
.menu-wrapper.mobile-menu .menu-from-header ul {
  padding-bottom: 20px !important;
}
.menu-wrapper.mobile-menu .mobile-menu-header {
  background: #243059;
  font-family: "Roboto", sans-serif;
  float: right;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
  z-index: 99;
  transition: all 0.3s;
}
.menu-wrapper.mobile-menu .mobile-menu-header #site-search-mobile {
  background-color: #fff;
  padding: 0 10px;
  line-height: 90px;
  transition: all 0.3s;
  width: 100%;
  height: 90px;
  top: -90px;
  position: absolute;
}
.menu-wrapper.mobile-menu .mobile-menu-header #site-search-mobile input {
  border: none;
  border-bottom: 1px solid #414042;
  padding: 15px 10px;
  font-family: "Roboto", sans-serif;
  width: calc(100% - 145px);
}
.menu-wrapper.mobile-menu .mobile-menu-header #site-search-mobile button {
  background-color: #243059;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border: none;
  padding: 15px 0;
  text-align: center;
  width: 120px;
  margin-left: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.menu-wrapper.mobile-menu .mobile-menu-header #site-search-mobile.active {
  top: 0;
}
.menu-wrapper.mobile-menu .mobile-menu-header #site-search-mobile.active + .quick_access {
  margin-top: 90px;
}
.menu-wrapper.mobile-menu .mobile-menu-header #site-search-mobile.active + .quick_access + .logo {
  margin-top: 90px;
}
.menu-wrapper.mobile-menu .mobile-menu-header .logo {
  text-align: right;
  padding-top: 15px;
  float: left;
  width: 60%;
  transition: all 0.3s;
}
.menu-wrapper.mobile-menu .mobile-menu-header .logo img {
  width: 70px;
}
.menu-wrapper.mobile-menu .mobile-menu-header .quick_access {
  float: right;
  width: 40%;
  padding: 30px 10px 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s;
}
.menu-wrapper.mobile-menu .mobile-menu-header .quick_access a {
  color: #fff;
  text-transform: uppercase;
  margin: 0 10px;
}
.menu-wrapper.mobile-menu .mobile-menu-header .quick_access a.private-area {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 0 15px;
}
.menu-wrapper.mobile-menu .mobile-menu-shortcuts {
  margin: 30px 0;
  float: right;
  width: 100%;
  text-align: center;
}
.menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps {
  display: inline-block;
}
.menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a {
    height: 40px;
    line-height: 40px;
  }
}
.menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a.map-group {
  background-color: #fff;
  color: #243059;
  padding: 0 30px;
  margin-right: -4px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a.map-group {
    padding: 0 10px;
  }
}
.menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a.map-activities {
  background-color: #243059;
  color: #fff;
  padding: 0 16px;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a.map-activities {
    padding: 0 10px;
  }
}
.menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a.map-activities:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: -15px;
  border-width: 50px 15px 0 0;
  border-color: #243059 transparent transparent transparent;
  line-height: 0;
  _border-color: #243059 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
@media (max-width: 991px) {
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a.map-activities:after {
    border-width: 40px 15px 0 0;
  }
}
@media (max-width: 415px) {
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a {
    display: block;
    min-width: 190px;
    margin-right: 0;
  }
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a.map-group {
    background: #5ea6d6;
    margin-bottom: 15px;
    color: #fff;
    margin-right: 0;
  }
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a.map-activities {
    margin-right: 0;
  }
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps a.map-activities:after {
    display: none;
  }
}

.content-wrapper .image-boxes .col-md-12 {
  padding: 0;
}

@media (max-width: 360px) {
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts .maps {
    margin-bottom: 20px;
  }
  .menu-wrapper.mobile-menu .mobile-menu-shortcuts nav.main-menu.menu-from-header {
    margin-bottom: 40px;
  }
  .main-header .menu-wrapper.main-menu--shown .menu .menu-item.menu-item-has-children {
    line-height: 16px;
    margin-bottom: 13px;
  }
  .main-header .menu-wrapper .main-menu .menu {
    padding: 0 !important;
  }
  .menu-wrapper.mobile-menu .mobile-menu-header .quick_access a {
    margin: 0 7px;
  }
  .main-header .menu-wrapper.main-menu--shown {
    padding-bottom: 0;
  }
  .main-header .menu-wrapper.main-menu--shown #menu-footer.menu .menu-item.menu-item-has-children:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 360px) and (max-width: 400px) {
  .main-header .menu-wrapper .main-menu .menu {
    padding-top: 10px;
  }
}
.container-fluid .wp-block-gallery {
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}
/*# sourceMappingURL=sourcemaps/app-d5884fc65c.css.map */
