@charset "UTF-8";

/*** RTL websites ***/

/**
 * CSS Syntax: flex-start|flex-end|center|space-between|space-around|initial|inherit
 */

body .lg-outer {
  direction: ltr;
}

body .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

body .lg-actions .lg-next:before {
  font-family: "Font Awesome 5 Pro";
  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;
  content: "\f061";
}

body .lg-actions .lg-prev:after {
  font-family: "Font Awesome 5 Pro";
  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;
  content: "\f060";
}

body .lg-toolbar .lg-close:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00d";
}

body .lg-toolbar .lg-download:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f56d";
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  right: auto;
  left: auto;
  z-index: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 5px solid #ffffff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  font-size: 2.2rem;
}

.slick-next:before,
.slick-prev:before {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
  font-family: "Font Awesome 5 Pro";
  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;
  display: inline-block;
  color: #ffffff;
  font-size: inherit;
  opacity: 1;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background-color: black;
}

.slick-next:before {
  content: "\f053" !important;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.slick-prev:before {
  content: "\f054" !important;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.slick-slide {
  height: auto;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  width: 100%;
  height: auto;
  color: #000000;
  background-color: #ffffff;
  direction: rtl;
  font-family: "SimplerPro", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.389;
  overflow: visible;
  overflow-x: hidden;
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  body {
    font-variant-ligatures: none;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  cursor: none;
}

a:hover,
a:focus {
  cursor: pointer;
  text-decoration: underline;
}

a:not([class]):hover,
a:not([class]):focus {
  color: #000;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

hr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 0px;
  margin-bottom: 0px;
}

hr:not([class^=m-]) {
  margin-top: 25px;
  margin-bottom: 25px;
}

.sr-only,
.section__headline--sr-only,
.section__headline--sr-only * {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role=button] {
  cursor: pointer;
}

b,
strong {
  font-weight: 700;
}

picture {
  display: block;
}

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

p {
  line-height: 1.4;
}

iframe {
  width: 100%;
  height: 600px;
  border: none;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.12);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

h1 {
  font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 1.6666666667rem;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 5.94rem;
}

h2,
.h2 {
  font-size: 2.88rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

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

p {
  display: block;
  letter-spacing: normal;
  margin: 0 0 2rem;
  font-style: normal;
  white-space: normal;
}

.lead {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
}

.list-inline {
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
  margin-right: -5px;
}

.list-inline > li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

dt,
dd {
  line-height: 1.389;
}

dt {
  font-weight: bold;
}

dd {
  margin-right: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted currentColor;
}

blockquote {
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  font-size: inherit;
  border-right: 5px solid;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.389;
  color: inherit;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

address {
  margin-bottom: 2rem;
  font-style: normal;
  line-height: 1.389;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

table {
  background-color: #ffffff;
}

caption {
  padding-right: 0px;
  padding-left: 0px;
  color: #000000;
  text-align: right;
}

th {
  text-align: right;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 5px 10px;
  line-height: 1.2;
  font-weight: 500;
  vertical-align: top;
  border-top: 1px solid #000000;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #000000;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #000000;
}

.table .table {
  background-color: #ffffff;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

.modal-content {
  position: relative;
  background-clip: padding-box;
  background-color: #ffffff;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}

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

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-body {
  position: relative;
}

.modal .modal-dialog {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  max-height: 85vh;
  overflow: auto;
}

.modal .modal-dialog--small {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 10px;
}

.modal .modal-content {
  position: relative;
  height: auto;
}

.modal .youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.single.single-guidebook main .gray-title .num,
body.page-template-support section.tabs-content .items-container .item-wrp .num,
body.page-template-support section.tabs > .site-container .tabs-cont .tabs-wrp ul.nav-tabs li.active:after,
.whatsapp-share .whatsapp-share__icon:after,
.confirmation .confirmation__title,
.slick-dots > li.slick-active button:before,
.confirmation .confirmation__icon,
.brand-color-brush {
  background-image: -webkit-linear-gradient(90deg, rgba(0,140,177,1) 0%, rgba(0,135,152,1) 29%, rgba(26,142,90,1) 65%, rgba(114,167,34,1) 88%, rgba(187,196,11,1) 100%);
  background-image: -o-linear-gradient(90deg, rgba(0,140,177,1) 0%, rgba(0,135,152,1) 29%, rgba(26,142,90,1) 65%, rgba(114,167,34,1) 88%, rgba(187,196,11,1) 100%);
  background: linear-gradient(90deg, rgba(0,140,177,1) 0%, rgba(0,135,152,1) 29%, rgba(26,142,90,1) 65%, rgba(114,167,34,1) 88%, rgba(187,196,11,1) 100%);
  background-repeat: repeat-x;
}

.call-us-link {
  display: inline-block;
}

.call-us-link > span {
  display: inline-block;
  text-align: left;
  direction: ltr;
}

@supports not (-ms-high-contrast: none) {
  .call-us-link {
    /* Non-IE styles here */
    background-image: -webkit-linear-gradient(90deg, rgba(0,140,177,1) 0%, rgba(0,135,152,1) 29%, rgba(26,142,90,1) 65%, rgba(114,167,34,1) 88%, rgba(187,196,11,1) 100%);
    background-image: -o-linear-gradient(90deg, rgba(0,140,177,1) 0%, rgba(0,135,152,1) 29%, rgba(26,142,90,1) 65%, rgba(114,167,34,1) 88%, rgba(187,196,11,1) 100%);
    background: linear-gradient(90deg, rgba(0,140,177,1) 0%, rgba(0,135,152,1) 29%, rgba(26,142,90,1) 65%, rgba(114,167,34,1) 88%, rgba(187,196,11,1) 100%);
    background-repeat: repeat-x;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .call-us-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: inherit;
    font-size: 0.8em;
    line-height: 1;
    padding: 0.1em 0.5em;
    color: #ffffff;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding-left: 3px;
  }

  .call-us-link:after {
    display: inline-block;
    width: 28px;
    height: 28px;
    content: url("../../images/call-us-mobile-icon.png");
    margin-right: 0.2em;
  }

  .call-us-link > span {
    margin-right: 4px;
  }
}

.widget-menu,
.site-logo,
.section {
  position: relative;
  display: block;
}

.confirmation .confirmation__icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  -webkit-flex: 0 0 54px;
  /* Safari 6.1+ */
  -ms-flex: 0 0 54px;
  /* IE 10 */
  max-width: 54px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.5em;
}

.confirmation .confirmation__icon:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
}

.section__cover,
.section__cover-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section__cover-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.benefits-list,
.widget-menu .widget-menu__menu,
.primary-menu,
.dropdown-menu {
  margin-bottom: 0;
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}

.site-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.site-row > * {
  flex: 0 0 calc( 100% - 0 * 2);
  -webkit-flex: 0 0 calc( 100% - 0 * 2);
  /* Safari 6.1+ */
  -ms-flex: 0 0 calc( 100% - 0 * 2);
  /* IE 10 */
  max-width: calc( 100% - 0 * 2);
  margin-right: 0;
  margin-left: 0;
}

.bod {
  font-weight: bold;
}

.light {
  font-weight: 200;
}

.lighter {
  font-weight: 100;
}

.bolder {
  font-weight: bolder;
}

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

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

.pad-top-10 {
  padding-top: 10px;
}

.screen-height {
  background: green;
  border: 1px solid black;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 16s linear infinite;
  -moz-animation: rotating 16s linear infinite;
  -ms-animation: rotating 16s linear infinite;
  -o-animation: rotating 16s linear infinite;
  animation: rotating 16s linear infinite;
}

.green {
  color: #45ac34;
}

.yellow {
  color: #ffdd00;
}

.pink {
  color: #e24f36;
}

.cian {
  color: #0085b7;
}

.bg-green {
  background-color: #45ac34;
}

.bg-yellow {
  background-color: #ffdd00;
}

.bg-pink {
  background-color: #e24f36;
}

.bg-cian {
  background-color: #0085b7;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: lighter;
}

.normal {
  font-weight: normal;
}

.container {
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}

.row-6 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row-6 > * {
  margin: 7.5px;
}

.row-6--sm-2 > * {
  flex-basis: 43%;
}

.row-5 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row-5 > * {
  margin: 7.5px;
}

.row-5--sm-2 > * {
  flex-basis: 43%;
}

.row-4 {
  margin-right: -6px;
  margin-left: -6px;
  justify-content: flex-start;
}

.row-4 > * {
  margin: 6px;
  flex-basis: calc(50% - 12px);
}

@media (min-width: 480px) {
  .row-4 > * {
    flex-basis: calc(50% - 12px);
  }
}

.row-3 {
  margin-right: -13px;
  margin-left: -13px;
}

.row-3 > * {
  margin: 13px;
  flex-basis: 100%;
}

@media (min-width: 480px) {
  .row-3 > * {
    flex-basis: calc(50% - 26px);
  }
}

.row-3-small {
  margin-right: -40px;
  margin-left: -40px;
}

.row-3-small > * {
  margin: 40px;
  flex-basis: 100%;
}

@media (min-width: 480px) {
  .row-3-small > * {
    flex-basis: calc(33.3333333333% - 80px);
  }
}

.light-shadow {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.light-shadow-hover {
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 100ms linear;
}

.light-shadow-hover:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.lighter-shadow {
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
}

.lighter-shadow-hover:hover {
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
}

.danger {
  color: #dc3545;
}

.title-aside {
  display: flex;
  flex-wrap: wrap;
}

.title-aside__title-container {
  flex-basis: 100%;
}

.title-aside__title-container--top {
  align-self: flex-start !important;
}

.title-aside__content {
  flex-grow: 1;
}

.pad-header {
  padding-top: 145px;
}

.pad-header-plus {
  padding-top: 130px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-30-sm {
  margin-bottom: 30px;
}

.mb-65-sm {
  margin-bottom: 65px;
}

.reset-link {
  text-decoration: none;
  color: inherit;
}

.reset-link:hover,
.reset-link:visited,
.reset-link:active {
  text-decoration: none;
  color: inherit;
}

.page-title {
  font-size: 35px;
  text-align: center;
  margin: 0;
}

.page-subtitle {
  font-size: 20px;
  margin-bottom: 24px;
}

.mb-65 {
  margin-bottom: 65px;
}

.prevent-scroll {
  max-height: 100vh !important;
  overflow: hidden !important;
}

.hidden {
  display: none;
}

.post-password-form {
  text-align: center;
}

.layout-settings-default {
  position: relative;
  z-index: 2;
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

.layout-settings-default:not([class*=p-v-]) {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.layout-headline {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1em;
}

.layout-headline .whatsapp-share,
.layout-headline .confirmation .confirmation__ref,
.confirmation .layout-headline .confirmation__ref,
.layout-headline .widget-menu .widget-menu__menu > li > a,
.widget-menu .layout-headline .widget-menu__menu > li > a,
.layout-headline .craftedby a,
.craftedby .layout-headline a,
.layout-headline .close,
.layout-headline .call-us-link {
  color: inherit;
}

.layout-headline .whatsapp-share:hover,
.layout-headline .confirmation .confirmation__ref:hover,
.confirmation .layout-headline .confirmation__ref:hover,
.layout-headline .widget-menu .widget-menu__menu > li > a:hover,
.widget-menu .layout-headline .widget-menu__menu > li > a:hover,
.layout-headline .craftedby a:hover,
.craftedby .layout-headline a:hover,
.layout-headline .close:hover,
.layout-headline .call-us-link:hover,
.layout-headline .whatsapp-share:focus,
.layout-headline .confirmation .confirmation__ref:focus,
.confirmation .layout-headline .confirmation__ref:focus,
.layout-headline .widget-menu .widget-menu__menu > li > a:focus,
.widget-menu .layout-headline .widget-menu__menu > li > a:focus,
.layout-headline .craftedby a:focus,
.craftedby .layout-headline a:focus,
.layout-headline .close:focus,
.layout-headline .call-us-link:focus {
  text-decoration: none;
  color: inherit;
}

.layout-headline .confirmation .confirmation__headline,
.confirmation .layout-headline .confirmation__headline,
.layout-headline .section__headline,
.layout-headline .confirmation .confirmation__title,
.confirmation .layout-headline .confirmation__title,
.layout-headline .widget-menu .widget-menu__title,
.widget-menu .layout-headline .widget-menu__title,
.layout-headline .section__title,
.layout-headline .layout-headline__title {
  position: relative;
  display: block;
  line-height: 1;
}

.layout-headline .confirmation .confirmation__title,
.confirmation .layout-headline .confirmation__title,
.layout-headline .widget-menu .widget-menu__title,
.widget-menu .layout-headline .widget-menu__title,
.layout-headline .section__title {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.layout-headline .layout-headline__subtitle {
  display: block;
  font-size: 1.1em;
  margin-bottom: 0;
}

.layout-headline .layout-headline__title {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 900;
}

.layout-headline .layout-headline__title + .layout-headline__subtitle {
  margin-top: 0.3em;
}

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

.partner,
.panel {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 28.8px 1.2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 20px 28.8px 1.2px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.whatsapp-share,
.confirmation .confirmation__ref,
.widget-menu .widget-menu__menu > li > a,
.craftedby a,
.close,
.call-us-link {
  color: inherit;
}

.whatsapp-share:hover,
.confirmation .confirmation__ref:hover,
.widget-menu .widget-menu__menu > li > a:hover,
.craftedby a:hover,
.close:hover,
.call-us-link:hover,
.whatsapp-share:focus,
.confirmation .confirmation__ref:focus,
.widget-menu .widget-menu__menu > li > a:focus,
.craftedby a:focus,
.close:focus,
.call-us-link:focus {
  text-decoration: none;
  color: inherit;
}

.confirmation .confirmation__headline,
.section__headline,
.confirmation .confirmation__title,
.widget-menu .widget-menu__title,
.section__title,
.layout-headline .section__title,
.layout-headline .layout-headline__title {
  position: relative;
  display: block;
  line-height: 1;
}

.confirmation .confirmation__title,
.widget-menu .widget-menu__title,
.section__title {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes ripple {
  to {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-ms-keyframes ripple {
  to {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  to {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.section__title {
  color: #000000;
  font-size: 2.88rem;
  font-weight: 400;
}

.section__title > strong {
  display: block;
  font-weight: 900;
}

.section__title--small {
  font-size: 28px !important;
}

.section__headline {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.section__headline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-container {
  position: relative;
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

.slick-slide,
.slick-track {
  height: 100%;
}

.slick-dots {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -30px;
  left: auto;
}

.slick-dots > li {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.slick-dots > li button {
  position: relative;
  width: 14px;
  height: 14px;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.slick-dots > li button:before {
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: 1;
  content: "";
  opacity: 1;
  color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.slick-dots > li + li {
  margin-right: 10px;
}

.thematic-break {
  display: block;
  width: 100%;
  border-top: 1px solid #f4f4f4;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  display: none;
  font-size: 1.8rem;
  line-height: 1;
  background-color: inherit;
  background-clip: padding-box;
}

.dropdown-menu > li > a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  clear: none;
  font-size: 100%;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

.dropdown-menu > li > a:hover:after,
.dropdown-menu > li > a:focus:after {
  opacity: 1;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.site-logo:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../images/site-logo-bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  /* @include absolute(null, 0, 0);
   display: block;
   @include size(100%, 4rem);
   content: '';
   background-color: green;
   border-bottom-right-radius: 2rem;
   border-bottom-left-radius: 2rem;
   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
   clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%)*/
}

.close {
  font-size: 24px;
  line-height: 1;
  color: #c0c0c0;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 10px;
}

.close:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00d";
}

.partner {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.partner img {
  margin-right: auto;
  margin-left: auto;
  max-height: 100%;
}

.whatsapp-share,
.close {
  position: relative;
}

@supports not (-ms-high-contrast: none) {
  .button {
    /* Non-IE styles here */
  }
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.confirmation .confirmation__headline,
.confirmation .confirmation__body,
.confirmation .confirmation__footer,
.confirmation,
.hamburger-toggle,
.hamburger-toggle--active,
.confirmation .confirmation__icon,
.partner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.close {
  font-size: 24px;
  line-height: 1;
  color: #c0c0c0;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 10px;
}

.close:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00d";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  display: none;
  font-size: 1.8rem;
  line-height: 1;
  background-color: inherit;
  background-clip: padding-box;
}

.dropdown-menu > li > a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  clear: none;
  font-size: 100%;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

.dropdown-menu > li > a:hover:after,
.dropdown-menu > li > a:focus:after {
  opacity: 1;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

figure {
  display: block;
}

figure img {
  margin-right: auto;
  margin-left: auto;
}

.hamburger-toggle,
.hamburger-toggle--active {
  position: relative;
  width: 36px;
  height: 22px;
  overflow: visible;
  padding: 0;
  border: 0;
  margin: 0;
  color: inherit;
  background-color: transparent;
  text-transform: none;
  cursor: pointer;
  outline: none;
}

.hamburger-toggle:before,
.hamburger-toggle--active:before,
.hamburger-toggle:after,
.hamburger-toggle--active:after {
  position: absolute;
  top: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  display: block;
  width: 28px;
  height: 2px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #000000;
  content: "";
}

.hamburger-toggle:before,
.hamburger-toggle--active:before {
  top: 0px;
}

.hamburger-toggle:after,
.hamburger-toggle--active:after {
  bottom: 0px;
}

.hamburger-toggle .hamburger-toggle__inner,
.hamburger-toggle--active .hamburger-toggle__inner {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #000000;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.hamburger-toggle--active:before,
.hamburger-toggle--active:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
}

.hamburger-toggle--active:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-toggle--active:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.hamburger-toggle--active .hamburger-toggle__inner {
  display: none;
}

.partner {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.partner img {
  margin-right: auto;
  margin-left: auto;
  max-height: 100%;
}

.ripple {
  position: relative;
  overflow: hidden;
}

.-pre-ripple {
  display: block;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}

.btn:not(.btn--green):not(.btn--pink):not(.btn--yellow) .-pre-ripple {
  background-color: rgba(0, 133, 183, 0.7);
}

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-moz-keyframes ripple {
  to {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-ms-keyframes ripple {
  to {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes ripple {
  to {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

.site-logo:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../images/site-logo-bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  /* @include absolute(null, 0, 0);
   display: block;
   @include size(100%, 4rem);
   content: '';
   background-color: green;
   border-bottom-right-radius: 2rem;
   border-bottom-left-radius: 2rem;
   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
   clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%)*/
}

.thematic-break {
  display: block;
  width: 100%;
  border-top: 1px solid #f4f4f4;
}

.typeahead.dropdown-menu {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 0;
  font-size: 0.8em;
  position: absolute;
  z-index: 1;
  border: 1px solid #e5e5e5;
  border-top: 0;
  max-height: 250px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 8px 30.1px 4.9px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 30.1px 4.9px rgba(0, 0, 0, 0.4);
  text-align: right;
}

.typeahead.dropdown-menu > li {
  display: block;
}

.typeahead.dropdown-menu > li > a {
  display: block;
  padding: 0.5em 1em;
  font-size: inherit;
  background-color: #ffffff;
  text-align: inherit;
  font-weight: 400;
}

.typeahead.dropdown-menu > li.active > a,
.typeahead.dropdown-menu > li.active a:focus,
.typeahead.dropdown-menu > li.active a:hover {
  background-color: #f5f5f5;
}

.typeahead.dropdown-menu > li + li {
  border-top: 1px solid #e5e5e5;
}

body.mk-aweb-stop-animation #page-content:before,
body.mk-aweb-stop-animation #page-content:after {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

body.mk-aweb-stop-animation .is_gif {
  display: none;
}

body.mk-aweb-stop-animation .is_png_replacement_for_gif {
  display: block;
}

body:not(mk-aweb-stop-animation) .is_gif {
  display: block;
}

body:not(mk-aweb-stop-animation) .is_png_replacement_for_gif {
  display: none;
}

.primary-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.primary-menu > * {
  flex: 0 0 calc( 100% - 0 * 2);
  -webkit-flex: 0 0 calc( 100% - 0 * 2);
  /* Safari 6.1+ */
  -ms-flex: 0 0 calc( 100% - 0 * 2);
  /* IE 10 */
  max-width: calc( 100% - 0 * 2);
  margin-right: 0;
  margin-left: 0;
}

.primary-menu a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  font-size: 1em;
}

.primary-menu a:hover,
.primary-menu a:focus {
  color: inherit;
}

.primary-menu a.dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f078";
  margin-right: 0.5em;
  color: #868686;
  font-size: 65%;
}

.primary-menu li {
  display: inline-block;
}

.primary-menu .dropdown-menu {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  font-size: 0.9em;
  padding: 1.2em 0;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 48px 26.6px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 48px 26.6px 0px rgba(0, 0, 0, 0.125);
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.primary-menu .dropdown-menu > * {
  flex: 0 0 calc( 100% - 0 * 2);
  -webkit-flex: 0 0 calc( 100% - 0 * 2);
  /* Safari 6.1+ */
  -ms-flex: 0 0 calc( 100% - 0 * 2);
  /* IE 10 */
  max-width: calc( 100% - 0 * 2);
  margin-right: 0;
  margin-left: 0;
}

.primary-menu .dropdown-menu > li > a {
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.2em 2em;
}

.primary-menu .dropdown-menu > li > a > .menu-item__icon {
  display: block;
  margin-bottom: 0.4em;
}

.primary-menu .dropdown-menu > li + li {
  border-right: 1px solid #ececec;
}

.primary-menu .dropdown.open > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.primary-menu > li {
  padding-right: 0.8em;
  padding-left: 0.8em;
}

.primary-menu > li > a {
  overflow: hidden;
}

.primary-menu > li > a > .menu-item__icon {
  margin-left: 0.6em;
}

.primary-menu > li > a > [data-hover] {
  position: relative;
  display: inline-block;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}

.primary-menu > li > a > [data-hover]:before {
  position: absolute;
  top: calc(100% + 3px);
  display: none;
  width: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@supports not (-ms-high-contrast: none) {
  .primary-menu > li > a > [data-hover]:before {
    /* Non-IE styles here */
    background-image: -webkit-linear-gradient(90deg, rgba(0,140,177,1) 0%, rgba(0,135,152,1) 29%, rgba(26,142,90,1) 65%, rgba(114,167,34,1) 88%, rgba(187,196,11,1) 100%);
    background-image: -o-linear-gradient(90deg, rgba(0,140,177,1) 0%, rgba(0,135,152,1) 29%, rgba(26,142,90,1) 65%, rgba(114,167,34,1) 88%, rgba(187,196,11,1) 100%);
    background: linear-gradient(90deg, rgba(0,140,177,1) 0%, rgba(0,135,152,1) 29%, rgba(26,142,90,1) 65%, rgba(114,167,34,1) 88%, rgba(187,196,11,1) 100%);
    background-repeat: repeat-x;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.primary-menu > li > a:hover,
.primary-menu > li > a:focus {
  text-decoration: none;
}

.craftedby {
  display: inline-block;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center;
}

.widget-menu {
  font-size: 1.8rem;
  line-height: 1;
}

.widget-menu .widget-menu__menu {
  font-size: 0.8em;
  line-height: inherit;
}

.widget-menu .widget-menu__menu > li {
  display: block;
}

.widget-menu .widget-menu__menu > li > a {
  color: rgba(255, 255, 255, 0.8);
}

.widget-menu .widget-menu__menu > li + li {
  margin-top: 0.3em;
}

.widget-menu .widget-menu__title {
  font-size: 1em;
  color: inherit;
  margin-bottom: 0.3em;
}

.confirmation {
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.confirmation .confirmation__ref {
  display: inline-block;
}

.confirmation .confirmation__footer {
  margin-top: 1em;
  line-height: 1;
  text-align: right;
  font-weight: 400;
}

.confirmation .confirmation__footer .confirmation__image {
  margin-left: 0.5em;
}

.confirmation .confirmation__footer a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

.confirmation .confirmation__footer a:hover,
.confirmation .confirmation__footer a:focus {
  color: inherit;
  text-decoration: underline;
}

.confirmation .confirmation__image img {
  margin-right: auto;
  margin-left: auto;
}

.confirmation .confirmation__body {
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1em;
}

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

.confirmation .confirmation__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 2.8em;
}

.confirmation .confirmation__headline {
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benefits-list {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.1;
  text-align: right;
}

.benefits-list > li {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.benefits-list > li:before {
  display: inline-block;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  /* Safari 6.1+ */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  margin-left: 0.5em;
  content: url("../../images/benefit-icon.png");
}

.benefits-list > li + li {
  margin-top: 0.8em;
}

.infographic-texts {
  display: block;
  font-size: 85%;
  text-align: center;
}

.infographic-texts small {
  display: block;
}

.pagination {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: inherit;
  font-weight: 700;
}

.pagination > * {
  flex: 0 0 calc( 100% - 0 * 2);
  -webkit-flex: 0 0 calc( 100% - 0 * 2);
  /* Safari 6.1+ */
  -ms-flex: 0 0 calc( 100% - 0 * 2);
  /* IE 10 */
  max-width: calc( 100% - 0 * 2);
  margin-right: 0;
  margin-left: 0;
}

.pagination .page-numbers {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 2px;
  margin-left: 2px;
  font-size: 100%;
  font-weight: inherit;
  line-height: 32.5px;
  background-color: transparent;
  -webkit-transition: color 0.2 ease;
  -moz-transition: color 0.2 ease;
  -o-transition: color 0.2 ease;
  transition: color 0.2 ease;
  text-align: center;
  color: #000000;
}

@supports not (-ms-high-contrast: none) {
  .pagination .page-numbers {
    /* Non-IE styles here */
  }
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  text-decoration: none;
  color: #000000;
}

.pagination .page-numbers.current {
  background-color: #45ac34;
  color: #ffffff;
}

@supports not (-ms-high-contrast: none) {
  .pagination .page-numbers.current {
    /* Non-IE styles here */
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
  }
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  line-height: 1;
  font-size: 140%;
  background-color: transparent;
}

.pagination .page-numbers.next {
  margin-right: 8px;
}

.pagination .page-numbers.next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
}

.pagination .page-numbers.prev {
  margin-left: 8px;
}

.pagination .page-numbers.prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f104";
}

.pagination h2 {
  display: none;
}

.pagination .nav-links {
  display: flex;
  direction: ltr;
}

.pagination .nav-links a,
.pagination .nav-links a:hover {
  color: #747474;
  background: none;
  -webkit-text-fill-color: initial;
}

.whatsapp-share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.15;
  color: #000000;
  background-color: #ffffff;
  padding-right: 0.8em;
  -webkit-box-shadow: 0px 6px 34.03px 6.97px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 34.03px 6.97px rgba(0, 0, 0, 0.08);
}

.whatsapp-share .whatsapp-share__caption {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.whatsapp-share .whatsapp-share__caption strong {
  font-weight: 900;
}

.whatsapp-share .whatsapp-share__icon {
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

.whatsapp-share .whatsapp-share__icon:before,
.whatsapp-share .whatsapp-share__icon:after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f232";
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  -webkit-flex: 0 0 75px;
  /* Safari 6.1+ */
  -ms-flex: 0 0 75px;
  /* IE 10 */
  max-width: 75px;
  margin-right: 0.4em;
  color: #ffffff;
  background-color: #25d366;
  font-size: 2.2em;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.whatsapp-share .whatsapp-share__icon:after {
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: rotateX(-88deg) translateY(-75px);
  -ms-transform: rotateX(-88deg) translateY(-75px);
  -o-transform: rotateX(-88deg) translateY(-75px);
  transform: rotateX(-88deg) translateY(-75px);
}

.whatsapp-share:hover .whatsapp-share__icon:before,
.whatsapp-share:before .whatsapp-share__icon:before {
  -webkit-transform: rotateX(88deg) translateY(-75px);
  -ms-transform: rotateX(88deg) translateY(-75px);
  -o-transform: rotateX(88deg) translateY(-75px);
  transform: rotateX(88deg) translateY(-75px);
}

.whatsapp-share:hover .whatsapp-share__icon:after,
.whatsapp-share:before .whatsapp-share__icon:after {
  -webkit-transform: rotateX(0deg) translateY(-75px);
  -ms-transform: rotateX(0deg) translateY(-75px);
  -o-transform: rotateX(0deg) translateY(-75px);
  transform: rotateX(0deg) translateY(-75px);
}

.about-menu-1 {
  position: relative;
  padding: 0;
}

.about-menu-1--desktop {
  display: none;
}

.about-menu-1__wrapper {
  position: fixed;
  min-height: 100vh;
  background-color: #1b2546;
  color: #ffffff;
  width: 420px;
  max-width: 100vw;
  left: 0;
  transform: translateX(-100%);
  bottom: 0;
  transition: transform 350ms ease-out;
  top: 0;
  overflow-y: auto;
  z-index: 20;
}

.about-menu-1__wrapper--active {
  transform: none;
}

.about-menu-1__close {
  font-size: 40px;
  margin: 12px 33px;
  position: absolute;
  left: 0;
}

.about-menu-1__close i {
  cursor: pointer;
  font-weight: 100;
}

.about-menu-1__img {
  display: none;
  margin: 80px auto 50px auto;
  width: 110px;
  height: auto;
}

.about-menu-1__inner {
  margin-top: 100px;
}

.about-menu-1 .menu-item-has-children {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.about-menu-1 .menu-item-has-children::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f053";
  position: relative;
  left: 20px;
}

.about-menu-1__back {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 70px;
  align-items: center;
  line-height: 1;
  background-color: #1f2b51;
}

.about-menu-1__back::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
}

.about-menu-1 .menu-item {
  font-size: 26px;
  padding: 8px 0;
  cursor: pointer;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media (min-width: 480px) {
  .about-menu-1 .menu-item {
    width: calc(100% - 140px);
  }
}

.about-menu-1 .menu-item:hover {
  color: #0085b7;
}

.about-menu-1 .menu-item:hover > a {
  color: #0085b7;
}

.about-menu-1 .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-menu-1 a,
.about-menu-1 a:visited {
  color: #ffffff;
}

.about-menu-1 a:hover,
.about-menu-1 a:focus,
.about-menu-1 a:active {
  color: #0085b7;
}

.about-menu-1 a {
  color: #ffffff;
}

.about-menu-1 .sub-menu {
  position: fixed;
  height: calc(100vh - 90px);
  top: 85px;
  overflow-y: auto;
  background-color: #1b2546;
  color: #ffffff;
  width: 420px;
  max-width: 100vw;
  left: 0;
  transform: translateX(-100%);
  transition: transform 350ms ease-out;
  bottom: 10px;
  z-index: 10;
  padding: 10px 0;
  overflow-y: auto;
  padding-bottom: 30px;
}

.about-menu-1 .sub-menu--active {
  transform: none;
}

.about-menu {
  position: relative;
  padding: 0;
}

.about-menu--desktop {
  display: none;
}

.about-menu__wrapper {
  position: fixed;
  height: 100vh;
  background-color: #1b2546;
  color: #ffffff;
  width: 420px;
  max-width: 100vw;
  left: 0;
  transform: translateX(-100%);
  bottom: 0;
  transition: transform 350ms ease-out;
  top: 0;
  overflow-y: auto;
  z-index: 20;
  overflow-x: hidden;
}

.about-menu__wrapper--active {
  transform: translateX(0);
}

.about-menu__wrapper .btn {
  margin: 30px auto !important;
}

.about-menu__close {
  font-size: 40px;
  margin: 12px 33px;
  position: absolute;
  left: 0;
}

.about-menu__close i {
  cursor: pointer;
  font-weight: 100;
}

.about-menu__login {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
  margin: 12px 25px;
}

.about-menu__img {
  height: auto;
}

.about-menu__img--top {
  display: none;
  margin: 80px auto 50px auto;
  width: 110px;
}

.about-menu__img--bottom {
  width: 75px;
  display: block;
  margin: 0 auto;
}

.about-menu__inner {
  margin: 85px 0;
  position: relative;
}

.about-menu .menu-item-has-children {
  display: flex;
  justify-content: space-between;
}

.about-menu .menu-item-has-children::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f053";
  position: relative;
  left: 20px;
  display: flex;
  align-items: center;
}

.about-menu__back {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  align-items: center;
  line-height: 1;
  background-color: #1f2b51;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .about-menu__back {
    padding: 15px 70px;
  }
}

.about-menu__back::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
}

.about-menu .menu-item {
  font-size: 26px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media (min-width: 480px) {
  .about-menu .menu-item {
    width: calc(100% - 140px);
  }
}

.about-menu .menu-item:hover {
  color: #0085b7;
}

.about-menu .menu-item:hover > a {
  color: #0085b7;
}

.about-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-menu a,
.about-menu a:visited {
  color: #ffffff;
}

.about-menu a:hover,
.about-menu a:focus,
.about-menu a:active {
  color: #0085b7;
}

.about-menu a {
  color: #ffffff;
  padding: 8px 0;
  display: inline-block;
  width: 100%;
}

.about-menu .sub-menu {
  position: absolute;
  height: calc(100vh - 85px);
  overflow-y: auto;
  top: -12px;
  background-color: #1b2546;
  color: #ffffff;
  width: 420px;
  max-width: 100vw;
  left: 0;
  transform: translateX(-100%);
  transition: transform 350ms ease-out;
  bottom: 10px;
  z-index: 50;
  padding: 10px 0;
  padding-bottom: 85px;
}

.about-menu .sub-menu--active {
  transform: none;
  min-height: 100%;
}

.ie .about-menu__wrapper {
  visibility: hidden;
}

.ie .about-menu__wrapper--active {
  visibility: visible;
}

.acf-map {
  width: 100%;
  height: 100%;
  border: #ccc solid 1px;
  display: block;
}

.acf-map .gm-style .gm-style-iw {
  font-size: 20px;
  padding: 25px !important;
  font-family: oe_meoded, Arial, sans-serif;
}

.acf-map a,
.acf-map a:focus,
.acf-map a:active,
.acf-map a:hover,
.acf-map a:visited {
  color: #45ac34 !important;
}

.acf-map .marker-element:not(:last-child) {
  margin-bottom: 10px;
  display: block;
}

.acf-map .marker-icon {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #0cc66b;
  border-radius: 50%;
  font-size: 20px;
  color: inherit;
  margin-left: 5px;
}

.acf-map .marker-icon:hover,
.acf-map .marker-icon:focus {
  text-decoration: none;
  color: inherit;
}

.acf-map .marker-icon i {
  color: #ffffff !important;
}

.acf-map .marker-icon--waze {
  background-color: #79d1e9;
  color: #000000;
}

.acf-map .marker-icon--mail {
  background-color: #45ac34;
  color: #ffffff;
}

.acf-map .marker-icon--mail:hover {
  color: #ffffff;
}

.acf-map .marker-icon i {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.breadcrumbs {
  position: absolute;
  font-size: 17px;
  right: 0;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 400;
  top: 22px;
  padding-right: 25px;
}

.breadcrumbs--page {
  top: 110px;
}

.breadcrumbs--black * {
  color: #000 !important;
}

.breadcrumbs--desktop-only {
  display: none;
}

.breadcrumbs--mobile-only {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  font-size: 14px;
  padding-right: 0;
}

.breadcrumbs a,
.breadcrumbs a:hover {
  color: #ffffff;
}

.breadcrumbs a,
.breadcrumbs strong {
  display: inline-block;
  padding: 0 5px;
}

.career-item {
  padding-top: 40px;
}

.career-item:not(:last-child) {
  border-bottom: 2px solid #e2e2e2;
}

.career-item--open .career-item__header {
  position: relative;
}

.career-item--open .career-item__header::after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  bottom: -40px;
  right: 4%;
  transform: rotate(45deg);
}

.career-item--open .career-item__header .career-item__open {
  border-color: rgba(116, 116, 116, 0.6);
  color: #282828;
}

.career-item--open .career-item__open-text {
  display: none;
}

.career-item--open .career-item__close-text {
  display: initial;
  color: rgba(116, 116, 116, 0.6);
}

.career-item__header {
  margin-bottom: 30px;
  position: relative;
}

.career-item__header img {
  width: 110px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.career-item__header-col {
  margin-bottom: 15px;
  display: block;
  flex-basis: 40%;
}

.career-item__open {
  align-self: center;
  padding: 10px;
  border: 2px solid #45ac34;
  border-radius: 40px;
  color: #45ac34;
  min-width: 140px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  background: none;
}

.career-item__open-text {
  display: initial;
}

.career-item__close-text {
  display: none;
}

.career-item__content {
  padding: 30px;
  background-color: #ffffff;
  position: relative;
  display: none;
}

.career-item__content p {
  line-height: 1.65;
}

.career-item__content-col:nth-child(1) {
  flex-basis: 85%;
}

.career-item__content-col:nth-child(2) {
  flex-basis: 55%;
}

.career-item__content-col:nth-child(3) {
  flex-basis: 10%;
  text-align: center;
  align-self: center;
}

.career-item__content-col:nth-child(3) img.emoji {
  display: block !important;
  margin: 0 auto;
}

.career-item__content-wrapper {
  position: relative;
  background: green;
}

.career-item__content-wrapper--open .career-item__gradient {
  background-image: linear-gradient(to right, #64c2d6, #748d24, #ffce0c, #ed1078);
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  display: block;
}

.categories {
  display: none;
  justify-content: flex-start;
  overflow: auto;
  padding: 0;
}

.categories__item {
  list-style: none;
  padding: 6px 30px;
  font-size: 20px;
  margin: 0 10px;
  white-space: nowrap;
  position: relative;
}

.categories__item--active {
  background-color: #45ac34;
  border-radius: 20px;
  box-shadow: 0px 7px 9px 1px rgba(0, 0, 0, 0.12);
}

.categories__item--active a,
.categories__item--active a:hover,
.categories__item--active a:focus,
.categories__item--active a:visited,
.categories__item--active a:active {
  color: #ffffff;
}

.posts-excerpt {
  padding-right: 15%;
  padding-left: 15%;
  margin-bottom: 15px;
}

.categories-select {
  background: none;
  font-size: 18px;
  padding: 10px;
  margin: 0 auto;
  display: block;
  border-color: #45ac34;
  border-width: 2px;
  border-radius: 5px;
}

.contact-page__col {
  display: flex;
  flex-basis: 50%;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-size: cover;
}

.contact-page__col:first-child {
  margin-bottom: 60px;
}

.contact-page__col:last-child {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-page .gform_wrapper form ul li {
  flex-basis: 100%;
  margin-bottom: 10px;
}

.contact-page .gform_wrapper form ul li select {
  background-image: linear-gradient(rgba(238, 238, 238, 0.5), rgba(238, 238, 238, 0.5)), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) !important;
  background-repeat: no-repeat !important;
  background-position-x: 100% !important;
  background-position-x: 0% !important;
  background-position-y: 50% !important;
  background-size: 30px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}

.contact-page .gform_wrapper form ul li select::-ms-expand {
  display: none;
}

.contact-page .contact-page-textarea {
  flex-basis: 100% !important;
}

.contact-page .contact-page-textarea textarea {
  height: 135px !important;
}

.contact-page .contact-page-checkbox {
  flex-basis: 100% !important;
  display: inline-block;
}

.contact-page .contact-page-checkbox li {
  flex-basis: 100% !important;
}

.contact-page .contact-page-checkbox li {
  flex-basis: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.contact-page .contact-page-checkbox li label {
  padding: 0 10px;
  color: #747474;
}

.contact-page .gform_footer {
  width: 100%;
  display: inline-block;
}

.contact-page .gform_footer .gform_button {
  width: 100%;
  font-weight: bold;
  padding: 12px;
  border-radius: 40px;
  font-size: 18px;
}

.contact-page .gform_wrapper {
  position: relative;
}

li#field_2_6 {
  margin-bottom: 0;
}

.contact-page-info__item {
  min-height: 85px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  background-color: #ffffff;
  color: inherit;
  display: flex;
  position: relative;
}

.contact-page-info__item--green {
  background-color: #45ac34;
  color: #ffffff;
}

.contact-page-info__content {
  font-size: 16px;
  flex-basis: 65%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px;
}

.contact-page-info__content strong {
  display: block;
  flex-basis: 100%;
}

.contact-page-info__phone-number {
  font-size: 26px;
  color: inherit;
  line-height: 0.95;
}

.contact-page-info__icons {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.contact-page-info__icon {
  justify-self: flex-end;
  width: 28px;
  margin-left: 20px;
}

.contact-page-info__icon:last-child {
  margin-left: 40px;
}

body img.gform_ajax_spinner {
  position: absolute !important;
  left: 0%;
  top: 45px;
}

.contact-social {
  color: #ffffff;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
}

.contact-social__title {
  font-size: 19px;
  font-weight: 500;
}

.contact-social__icons {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius: 30px;
  color: #000;
  justify-content: space-around;
  font-size: 30px;
}

.contact-social__icons a {
  display: flex;
}

.contact-social__icons a:hover,
.contact-social__icons a:active,
.contact-social__icons a:focus {
  text-decoration: none;
}

.contact-social__icon {
  transform: scale(1);
  transition: transform 150ms linear;
}

.contact-social__icon:hover {
  transform: scale(1.1);
}

.course__headline {
  align-items: center;
}

.course__title {
  flex-basis: 50%;
}

.course__date {
  flex-basis: 50%;
}

.course__side-item {
  margin-bottom: 20px;
  font-weight: 400;
}

.course__side-item strong {
  display: block;
}

.course a:hover,
.course a:focus {
  text-decoration: none;
}

.documents__items {
  display: flex;
  list-style: none;
  padding: 0;
}

.documents__item {
  background: #ffffff;
  margin: 4px 0;
  border-radius: 10px;
  border: 2px solid #ffffff;
  position: relative;
}

@media (min-width: 480px) {
  .documents__item {
    margin: 13px;
  }
}

.documents__item:hover {
  border: 2px solid #e24f36;
  box-shadow: 0px 4px 9.9px 0.1px rgba(236, 16, 119, 0.25);
}

.documents__item a,
.documents__item strong {
  text-decoration: none;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}

.documents__item a::after,
.documents__item strong::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f053";
  color: #e24f36;
}

.faq {
  width: 100%;
}

.faq__headline {
  position: relative;
  padding: 20px 25px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
}

.faq__headline::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f067";
  position: absolute;
  left: 25px;
  font-size: 21px;
  font-weight: 300;
  color: #e24f36;
  line-height: 28px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid transparent;
  border-radius: 50%;
}

.faq__headline:hover::after {
  color: #e24f36;
  border-color: #e24f36;
}

.faq__title {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.faq__body {
  padding: 20px;
}

.faq .js-accordion-open .faq__headline {
  border-bottom: 1px solid #e2e2e2;
  background: none;
}

.faq .js-accordion-open .faq__headline::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f068";
  position: absolute;
  left: 25px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  height: 30px;
  width: 30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.faq-two-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq-two-col__col {
  flex-basis: 100%;
}

@media (min-width: 480px) {
  .faq-two-col__col {
    flex-basis: 49%;
  }
}

.flex-content > :first-child {
  border-top: none !important;
}

.footer {
  position: relative;
  min-height: 200px;
}

.footer__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer__inner {
  position: relative;
  z-index: 10;
}

.footer__title {
  text-align: center;
  padding-top: 55px;
  font-size: 34px;
  color: #ffffff;
}

.footer a,
.footer * {
  color: #ffffff;
}

.footer a,
.footer a:hover,
.footer a:focus,
.footer a:visited {
  color: #ffffff;
}

.footer a.btn,
.footer a.btn:hover,
.footer a.btn:focus,
.footer a.btn:focus {
  color: #000000;
}

.footer li {
  list-style: none;
}

.footer .bottom-bar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.footer .bottom-bar__item {
  padding: 10px;
  padding-right: 0;
  text-align: center;
}

.footer .bottom-bar__nav {
  display: flex;
}

.footer .bottom-bar__nav li {
  padding: 0 20px;
}

.footer .terms-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.footer .terms-menu a {
  display: inline-block;
  padding: 10px 20px;
  padding-right: 0;
  white-space: nowrap;
}

.gform_wrapper form ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.gform_wrapper form ul li {
  flex-basis: 100%;
  margin-bottom: 10px;
}

.gform_wrapper form ul li input:not([type=checkbox]),
.gform_wrapper form ul li select,
.gform_wrapper form ul li textarea {
  width: 100%;
  border: none;
  font-size: 18px;
  padding: 10px;
  box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
}

.gform_wrapper form ul li input:not([type=checkbox])::placeholder,
.gform_wrapper form ul li select::placeholder,
.gform_wrapper form ul li textarea::placeholder {
  color: #747474;
}

.gform_wrapper form ul li input:not([type=checkbox]):focus,
.gform_wrapper form ul li select:focus,
.gform_wrapper form ul li textarea:focus {
  outline: 1px dotted #747474;
}

.gform_wrapper form .gform_footer {
  text-align: left;
}

.gform_wrapper form .gform_button {
  padding: 12px 60px;
  background-color: #45ac34;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  font-size: 16px;
}

.gform_wrapper form .gfield_required {
  color: #45ac34;
  position: relative;
  right: 3px;
}

.gform_wrapper form .gfield_label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #dc3545;
}

.gform_wrapper .gform_confirmation_message {
  font-weight: bold;
  font-size: 24px;
  color: #45ac34;
}

#gform_wrapper_2 .contact-page-checkbox {
  z-index: 10;
}

.front-gallery {
  padding-top: 20px;
  padding-bottom: 20px;
}

.front-gallery__wrapper {
  box-shadow: 0 0 81.7px 13.3px rgba(48, 5, 46, 0.15);
  background: #1b2546;
  color: #ffffff;
}

.front-gallery__slider {
  margin-top: 40px;
}

.front-gallery__slide {
  margin: 0 25px;
}

.front-gallery__title {
  color: #ffffff !important;
  margin-bottom: 34px;
}

.front-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}

.front-gallery .slick-arrow::before,
.front-gallery .slick-arrow::after {
  color: #ffffff;
}

.front-gallery .slick-prev {
  right: -60px;
  border: none;
  color: transparent;
}

.front-gallery .slick-next {
  left: -60px;
  border: none;
  color: transparent;
}

.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.ie .front-gallery {
  display: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #ffffff;
  margin: 0 !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  height: 12px !important;
  width: 12px !important;
  left: initial !important;
  top: initial !important;
  margin: 0 !important;
}

#fp-nav {
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 20px;
}

#fp-nav ul li {
  opacity: 0.7;
}

#fp-nav ul li a {
  right: 1px !important;
}

#fp-nav ul li:not(:last-child) {
  margin-bottom: 20px !important;
}

#fp-nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: #333;
  position: absolute;
  left: calc(50% - 1px);
  transform: translate(50%, 90%);
  display: block;
  bottom: 0;
}

.scroll-down {
  position: absolute;
  background: #ffffff;
  z-index: 99;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  display: none;
  cursor: initial;
}

.scroll-down__wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  height: 200px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.scroll-down__wrapper--white {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.scroll-down--white {
  color: #fff;
}

.scroll-down:focus {
  outline: none;
}

.scroll-down:hover::after {
  animation: updown 600ms linear infinite;
}

.scroll-down::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 100;
}

@keyframes updown {
  0% {
    transform: translate(-50%, -3px);
  }

  50% {
    transform: translate(-50%, 3px);
  }

  100% {
    transform: translate(-50%, -3px);
  }
}

.scroll-down span {
  display: block;
  position: relative;
  cursor: pointer;
}

body {
  color: #000;
  font-weight: 500;
}

.graph {
  display: flex;
  flex-wrap: wrap;
}

.graph__block {
  flex-grow: 1;
}

.graph__block:first-child {
  display: flex;
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.graph__item {
  display: flex;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
}

.graph__txt {
  padding: 0 20px;
  font-size: 18px;
  white-space: nowrap;
}

.graph__amount {
  font-weight: bold;
  font-size: 30px;
  line-height: 0.8;
}

.graph__line {
  height: 66px;
}

.header-search {
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms linear;
  position: absolute;
  top: 65px;
  padding: 40px 10px;
  background-color: #3a7d95;
  color: #ffffff;
  width: 100%;
}

.header-search--open {
  visibility: visible;
  opacity: 1;
}

.header-search__form {
  display: block;
  justify-content: center;
  align-items: center;
}

.header-search label {
  font-size: 42px;
}

.header-search input[type=text] {
  background: none;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  width: 90%;
  font-size: 28px;
  margin: 0 20px;
  margin-bottom: 30px;
}

.header-search input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header-search .btn {
  font-size: 20px;
  color: #3a7d95;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
}

.header {
  height: 65px;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  justify-content: space-between;
  box-shadow: 0 0 52px rgba(34, 9, 64, 0.2);
  -webkit-box-shadow: 0 0 52px rgba(34, 9, 64, 0.2);
  -moz-box-shadow: 0 0 52px rgba(34, 9, 64, 0.2);
  z-index: 110;
}

.header__icons {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__icons--mobile-only {
  height: 100%;
  justify-content: flex-start;
}

.header__icons:not(.header__icons--mobile-only) > *:not(.header-menu-icon-wrapper) {
  display: none;
}

.header__icons i {
  font-size: 18px;
  height: 30px;
  width: 30px;
  background-color: #e2e2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.header__icons > * {
  margin-right: 10px;
}

.header li {
  list-style: none;
}

.header .btn {
  margin: 0;
}

.header .btn-donation {
  padding-top: 12.5px !important;
}

.logo {
  display: flex;
  justify-content: center;
  min-width: 150px;
}

.logo picture {
  flex-shrink: 0;
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.logo picture img {
  height: 44px;
  max-width: initial;
}

.lang-icons {
  margin: 0;
  margin-left: -25px;
  /* .lang-icons--mobile-only */
}

.lang-icons ul {
  display: flex;
  font-weight: bold;
  list-style: initial;
}

.lang-icons ul li {
  position: relative;
  padding: 0 5px !important;
}

.lang-icons ul li:first-child::after {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 16px;
  opacity: 0.5;
}

.lang-icons--mobile-only {
  margin-right: 5px;
}

.lang-icons--mobile-only ul {
  text-align: left;
}

.lang-icons--mobile-only li {
  display: block !important;
}

.lang-icons--mobile-only li a {
  font-size: 18px;
  height: 30px;
  width: 30px;
  background-color: #e2e2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.lang-icons--mobile-only li::after {
  display: none;
}

.lang-icons .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.homepage-news__inner {
  display: flex;
  flex-wrap: wrap;
}

.homepage-news__col {
  flex-grow: 1;
  position: relative;
  padding-bottom: 50px !important;
}

.homepage-news__col:last-child {
  padding: 60px 0;
}

.homepage-news__title {
  font-size: 34px;
  margin-bottom: 10px;
}

.homepage-news__title--center-on-mobile {
  text-align: center;
}

.homepage-news .btn {
  float: left;
  margin: 0;
  margin-top: 30px;
  padding: 10px 25px;
}

/**
* news list
*/

.homepage-news-list__items {
  padding: 0;
  list-style: none;
  position: relative;
  top: 24px;
}

.homepage-news-list__item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.15;
  padding: 16px 0;
  border-bottom: 1px solid #d5d5d5;
}

.homepage-news-list__item:first-child {
  padding-top: 0;
}

.homepage-news-list img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 20px;
}

.homepage-news-info__cats {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  top: 8px;
}

.homepage-news-info__row {
  text-align: center;
}

.homepage-news-info__row > :first-child {
  padding-left: 20px;
}

.homepage-news-info__cat {
  background: rgba(69, 172, 52, 0.25);
  padding: 2px 16px;
  margin-right: 8px;
  border-radius: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}

.homepage-news-info .info-center-item__img {
  height: 120px;
}

.info-center__sec {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  flex-wrap: wrap;
  margin: 0 -2px;
  justify-content: center;
}

.info-center-cat {
  flex-basis: calc(33.3333333333% - 8px);
  min-width: 100px;
  margin: 4px;
  color: inherit;
}

.info-center-cat:hover,
.info-center-cat:focus {
  text-decoration: none;
  color: inherit;
}

.info-center-cat__name {
  position: relative;
  z-index: 10;
}

.newsletter {
  display: none;
  position: relative;
}

.newsletter__inner {
  display: flex;
  position: relative;
  overflow: auto;
}

.newsletter__icon {
  display: none;
  flex-basis: 250px;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #2b647d;
  background-color: rgba(43, 100, 125, 0.1);
}

.newsletter__form {
  padding: 30px 15px;
  position: relative;
}

.newsletter .gform_title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 30px;
}

.newsletter .gform_button {
  width: 100%;
}

.newsletter ul {
  margin: 0;
  padding: 0;
}

.newsletter ul li {
  flex-basis: 100% !important;
}

.newsletter .gchoice_3_5_1 {
  margin-bottom: 10px;
}

.newsletter #field_3_5 li {
  flex-basis: 100% !important;
  align-items: center;
  display: flex;
  font-size: 15px;
}

.newsletter #field_3_5 li input {
  margin-left: 5px;
}

.page-branches {
  min-height: 890px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.page-branches__col {
  min-height: 400px;
  flex-basis: 100%;
}

.page-branches__col:first-child {
  flex-basis: 100%;
  margin-bottom: 30px;
}

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

.page-branches__container {
  padding: 15px;
}

.page-branches__form label {
  display: block;
  margin-bottom: 5px;
}

.page-branches__form input {
  width: 100%;
  margin-bottom: 15px;
  padding: 8px;
  border: none;
}

.page-branches__form input::placeholder {
  color: #747474;
}

.page-branches__form input:focus {
  outline: 1px dotted #747474;
}

.page-branches__form select {
  border: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
}

.page-branches__form select:focus {
  outline: 1px dotted #747474;
}

.page-branches__form button {
  width: 100%;
  justify-content: center;
  position: relative;
  margin: 0;
}

.page-branches__form button:focus {
  outline: 1px dotted #747474;
}

.page-branches__form button::before {
  position: absolute;
  font-weight: 300;
  left: 15px;
  right: initial;
}

.people__inner {
  justify-content: center;
}

.people__title {
  flex-basis: 100%;
  text-align: center !important;
  margin-bottom: 35px !important;
}

.people__item {
  position: relative;
  flex-basis: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 100vw;
}

@media (min-width: 480px) {
  .people__item {
    min-width: 320px;
    height: 320px;
  }
}

.people__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.people__item-wrapper {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}

.people__item-wrapper:nth-child(2) {
  order: -1;
}

.people__item-wrapper:hover .people__plus {
  display: none;
}

.people__item-wrapper:hover .people__minus {
  display: flex;
  background-color: #0085b7;
  color: #ffffff;
}

.people__item-wrapper:hover .people__content {
  top: 0;
  height: 100%;
  position: absolute;
}

.people__content {
  padding: 20px;
  height: 100%;
  width: 100%;
  position: absolute;
  color: #ffffff;
  z-index: 10;
  transition: all 250ms ease;
  top: 100%;
}

.people__content::after {
  content: "";
  background-color: rgba(27, 37, 70, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.people__content a,
.people__content a:hover,
.people__content a:focus,
.people__content a:visited {
  color: inherit;
}

.people__name {
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.people__role {
  font-size: 18px;
  color: #747474;
  padding: 3px 0 0 0;
}

.people__email {
  color: #3a7d95;
  display: block;
  text-align: center;
  font-size: 16px;
}

.people__txt {
  font-size: 17px;
  z-index: 10;
  position: relative;
}

.people__bottom {
  position: relative;
  bottom: 30px;
  z-index: 10;
}

.people__icon {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  z-index: 10;
  font-size: 40px;
  color: #0085b7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 30.1px 4.9px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  margin-bottom: 20px;
}

.people__minus {
  display: none;
}

.program-nav__list {
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
  display: flex;
  overflow-x: scroll;
  background-color: #ffffff;
  position: relative;
  transform: none;
  margin: 0;
}

.program-nav__item {
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  position: relative;
}

.program-nav__item:hover {
  border-bottom: 2px solid #e24f36;
}

.program-nav__item:last-child a {
  border-left: none;
}

.program-nav__item a {
  color: inherit;
  display: block;
  padding: 0 25px;
  border-left: 1px solid #e2e2e2;
  white-space: nowrap;
}

.program-nav__item a:hover,
.program-nav__item a:focus {
  text-decoration: none;
  color: inherit;
}

.search__title {
  font-size: 26px;
}

.search-item {
  position: relative;
  align-items: center;
  padding: 20px;
}

.search-item:hover {
  background-color: #ffffff;
}

.search-item:hover .btn {
  background-color: #45ac34;
  color: #ffffff;
}

.search-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.search-item img {
  margin-left: 30px;
  display: none;
  height: 56px;
}

.search-item .btn {
  background-color: initial;
  color: #45ac34;
  border: 2px solid #45ac34;
  font-weight: bold;
  width: 100%;
  margin: 0;
  text-align: center;
}

.search-item__content {
  flex-grow: 1;
  font-size: 18px;
  flex-basis: 80%;
}

.search-item__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.section {
  padding: 35px 25px;
  position: relative;
}

.section--no-pad-top {
  padding-top: 0 !important;
}

.section--no-pad-bottom {
  padding-bottom: 0 !important;
}

.section--less-pad-bottom {
  padding-bottom: 35px !important;
}

.section--no-pad {
  padding: 0 !important;
}

.section--no-side-pad-mobile {
  padding: 35px 0;
}

.section--nb {
  border: none !important;
}

.section--nbt {
  border-top: none !important;
}

.section--nbb + .section {
  border-top: none !important;
}

.section__wrapper {
  background-size: 100%;
}

.section__sub {
  padding: 0 25px;
}

.section__title {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 22px;
  color: #000;
  text-align: center;
}

.section__title--no-marg {
  margin: 0;
}

.section__title--with-breadcrumbs {
  margin-bottom: 0;
}

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

.section__txt {
  font-size: 14px;
  line-height: 1.5;
}

#fullpage .section {
  padding: 0;
  margin: 0;
}

.ie #fullpage > * {
  display: block !important;
  width: 100% !important;
}

.split-page__sec {
  display: flex;
  background-repeat: no-repeat;
  padding: 0 !important;
  color: #ffffff;
}

.split-page__sec:first-child {
  background-color: transparent !important;
  color: #000000;
  padding-top: 60px !important;
}

.split-page__sec:nth-child(3n+1) {
  background-color: #ffdd00;
  color: #000000;
}

.split-page__sec:nth-child(3n+2) {
  background-color: #45ac34;
}

.split-page__sec:nth-child(3n+3) {
  background-color: #3a9fb6;
}

.split-page__inner {
  display: block;
}

.split-page__col {
  min-height: 130vw;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.split-page__content {
  padding: 25%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.split-page__content h1 {
  font-size: 45px;
  color: #45ac34;
  font-weight: bold;
  margin-bottom: 0;
}

.split-page__content h2 {
  font-size: 45px;
  color: inherit;
  font-weight: bold;
}

.split-page img {
  margin: 0 auto;
}

.split-page .footer {
  height: 100%;
}

.split-page .scroll-down {
  left: 75%;
  right: initial;
}

.split-page__source {
  font-size: 16px;
  font-weight: 400;
  color: inherit;
}

.split-page__source a,
.split-page__source a:hover,
.split-page__source a:active,
.split-page__source a:visited {
  text-decoration: underline;
  color: inherit;
}

.text-image-block {
  display: flex;
  flex-flow: column;
}

.text-image-block__row--img {
  margin: 0 auto 30px auto;
}

.text-image-block__row--img img {
  max-width: 180px;
  display: block;
}

.two-text-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.two-text-columns__col {
  flex-basis: 100%;
  margin-bottom: 30px;
}

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

.two-text-columns__txt {
  text-align: justify;
}

.article-box {
  display: block;
  border-radius: 10px;
  box-shadow: 1px 1px 30px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 240px;
  color: #000;
  margin-bottom: 20px;
}

.article-box:hover {
  background-color: #000;
  color: #ffffff;
  text-decoration: none;
}

.article-box__img {
  object-fit: cover;
  width: 100%;
}

.article-box__content {
  margin-bottom: 16px;
}

.article-box__title {
  font-size: 17.5px;
  margin-top: 16px;
  margin-bottom: 0;
}

.article-box__date {
  font-size: 12.5px;
}

.btn {
  color: #ffffff;
  background-color: #000;
  padding: 10px;
  border: none;
  margin: 20px 5px 0 5px;
  border-radius: 30px;
  display: inline-block;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}

.btn--wide {
  padding-right: 50px;
  padding-left: 50px;
}

.btn--green {
  background-color: #45ac34;
}

.btn--yellow {
  background-color: #ffdd00;
}

.btn--pink {
  background-color: #e24f36;
}

.btn--with-icon {
  padding-right: 0;
  padding-left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.btn--with-icon::before {
  content: "";
  position: relative;
  font-size: 20px;
  left: 8px;
  background-position: center;
}

.btn--reverse {
  flex-direction: row-reverse;
}

.btn--reverse::before {
  right: 8px;
}

.btn--with-heart::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f004";
  font-weight: 900;
}

.btn--with-search::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f002";
  font-weight: 900;
}

.btn--with-pen::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\303";
  font-weight: 900;
  font-size: 15px;
}

.btn--with-enter::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f090";
}

.btn--with-fb::before {
  font-family: "Font Awesome 5 Brands";
  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;
  content: "\f09a";
  color: #3b5998;
}

.btn--with-inst::before {
  font-family: "Font Awesome 5 Brands";
  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;
  content: "\f16d";
  color: #e4405f;
}

.btn--with-yt::before {
  font-family: "Font Awesome 5 Brands";
  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;
  content: "\f167";
  color: #ff0000;
}

.btn--with-download::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f33d";
}

.btn--with-plane::before {
  font-family: "Font Awesome 5 Pro";
  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;
  content: "\f1d8";
  color: #2b647d;
}

.btn--with-donate::before {
  content: "";
  background-image: url("/wp-content/themes/aluma/assets/images/donate-icon.png");
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn--white {
  color: #000;
  background: #ffffff;
}

.btn--pad-plus {
  padding: 12px 35px !important;
}

.btn--white-empty {
  background: none;
  border: 1px solid #ffffff;
}

.btn--white-empty:hover {
  background: none;
}

.btn--fit-content {
  width: fit-content !important;
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .btn--rounded-sm {
    border-radius: 50% !important;
    height: 50px;
    min-width: initial !important;
    flex-basis: 50px;
  }

  .btn--rounded-sm::before {
    right: initial !important;
    left: initial !important;
    height: 30px;
    width: 30px;
    background-position: center;
  }

  .btn--rounded-sm span.btn__txt {
    display: none;
  }
}

.btn--rounded-sm span.btn__txt {
  color: #000000;
}

.btns-row {
  margin-bottom: 40px;
}

.btns-row .btn {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  min-width: 160px;
  border-radius: 20px;
}

.colorful-bar {
  height: 10px;
  background-image: linear-gradient(45deg, #0085b7 0%, #45ac34 33.3%, #ffdd00 66.6%, #e24f36 100%);
}

.contact-block {
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: center;
  padding: 40px 0;
  border-radius: 10px;
}

.contact-block > * {
  flex: 0 0 calc( 50% - 0px * 2);
  -webkit-flex: 0 0 calc( 50% - 0px * 2);
  /* Safari 6.1+ */
  -ms-flex: 0 0 calc( 50% - 0px * 2);
  /* IE 10 */
  max-width: calc( 50% - 0px * 2);
  margin-right: 0px;
  margin-left: 0px;
}

.contact-block__item {
  padding: 0px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.contact-block__item:not(:last-child):nth-child(odd) {
  border-left: 1px solid #e2e2e2;
}

.contact-block__item picture {
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  padding-bottom: 16px;
  width: 72px;
}

.contact-block__item img {
  margin: 0 auto;
  border-radius: 50%;
  width: 72px;
}

.contact-block__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #e24f36;
  border-radius: 50%;
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 16px;
}

.contact-block__link {
  color: inherit;
  display: block;
}

.contact-block__link:hover,
.contact-block__link:focus {
  text-decoration: none;
  color: inherit;
}

.contact-block__text {
  display: block;
}

.donation-floater {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  background-color: #e24f36;
  color: #ffffff !important;
  font-size: 28px;
  z-index: 50;
  bottom: 30px;
  right: 30px;
  transition: all 250ms linear;
  overflow: hidden;
}

.donation-floater:hover .donation-floater__text {
  visibility: visible;
}

.donation-floater i {
  margin-left: 10px;
}

.donation-floater__inner {
  display: flex;
  position: absolute;
  right: 0;
  padding: 16px;
}

.donation-floater__text {
  visibility: hidden;
  white-space: nowrap;
  font-size: 20px;
  font-weight: lighter;
  transition: all 250ms linear;
}

.ie .donation-floater {
  align-items: initial;
}

.ie .donation-floater:hover {
  display: block;
  width: auto !important;
}

.ie .donation-floater__inner {
  position: relative;
}

.donation .btn--green {
  background-image: linear-gradient(to left, #63c33a, #4f9c2e);
}

.donation .btn--blue {
  background-image: linear-gradient(to left, #75c1d2, #4eb0c6);
}

.donation-methods {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  justify-content: space-between;
}

.donation-methods__item {
  position: relative;
  padding: 35px 10px;
  background-color: #ffffff;
  flex-basis: 100%;
  border-radius: 10px;
  margin: 5px auto;
  width: 100%;
}

.donation-methods__item img {
  display: block;
  margin: 0 auto;
  max-height: 70px;
}

.donation-methods__title {
  margin: 40px 0 5px 0;
  font-size: 30px;
  font-weight: bold;
}

.donation-methods__txt {
  margin: 0;
  font-size: 18px;
}

.donation-methods__credit-card-icons {
  display: flex;
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.donation-methods__credit-card-icons img {
  height: 10px;
  margin: 0 5px;
}

.donation-methods__or {
  position: absolute;
  display: flex;
  border-radius: 50%;
  background-color: #ececec;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 0%;
  transform: translate(-50%, calc(-50% - 5px));
}

.facts__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fact {
  text-align: center;
  flex-basis: 100%;
  padding: 40px 0;
  font-size: 18px;
}

.fact:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.fact__img {
  height: 64px;
  margin: 0 auto;
  max-width: 60%;
}

.fact__num {
  font-size: 80px;
  font-weight: bolder;
}

.fact__desc {
  padding: 0;
}

.file {
  display: inline-block;
  padding: 12px 76px 12px 20px;
  box-shadow: 1px 1px 30px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  color: #000;
  width: 100%;
}

@media (min-width: 480px) {
  .file {
    width: initial;
    padding: 12px 60px 12px 20px;
  }
}

.file::before {
  color: #000;
  font-weight: 900;
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #e2e2e2;
  padding-left: 10px;
}

.file--pdf::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f1c1";
  font-weight: 900;
}

.file--ppt::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f1c4";
  font-weight: 900;
}

.file--xls::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f1c3";
  font-weight: 900;
}

.file--image::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f03e";
  font-weight: 900;
}

.file--doc::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f1c2";
  font-weight: 900;
}

.file--type-2 {
  box-shadow: none;
  flex-basis: 40%;
  padding: 0;
  padding-top: 40px;
  text-align: center;
}

.file--type-2::before {
  border: none;
  font-size: 35px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.file__subtxt {
  display: block;
  font-size: 15px;
  color: #747474;
}

.file__title {
  font-size: 20px;
}

.footer-menu {
  border-top: 1px solid rgba(226, 226, 226, 0.3);
  border-bottom: 1px solid rgba(226, 226, 226, 0.3);
  padding: 30px 0;
  margin: 30px 0;
  width: 210px;
  flex-basis: 100%;
}

.footer-menu__title {
  margin-bottom: 25px;
  font-size: 18px;
}

.footer-menu__list-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}

.footer-menu__list-wrapper:last-child {
  border-top: none;
}

.footer-menu__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-content: baseline;
  flex-basis: 40%;
  text-align: center;
  justify-content: space-between;
}

.footer-menu__list li {
  flex-basis: 33.33%;
}

.footer-menu__list li {
  flex-basis: 33.333%;
  text-align: initial;
}

.ie .footer__menus-wrapper {
  display: block;
}

.gallery-block {
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -2px;
  margin-left: -2px;
}

.gallery-block > * {
  flex: 0 0 calc( 25% - 2px * 2);
  -webkit-flex: 0 0 calc( 25% - 2px * 2);
  /* Safari 6.1+ */
  -ms-flex: 0 0 calc( 25% - 2px * 2);
  /* IE 10 */
  max-width: calc( 25% - 2px * 2);
  margin-right: 2px;
  margin-left: 2px;
}

.gallery-block__item {
  height: 0;
  overflow: hidden;
  padding-top: 25%;
  position: relative;
  margin-bottom: 4px;
  cursor: pointer;
}

.gallery-block__item::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f002";
  opacity: 0;
  height: 100%;
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 350ms ease;
  z-index: 10;
  display: flex;
  position: absolute;
}

.gallery-block__item:hover::after {
  background-color: rgba(226, 79, 54, 0.7);
  opacity: 1;
}

.gallery-block img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-menu-icon-wrapper {
  display: flex;
  position: relative;
  left: -40px;
  background-color: #ffdd00;
  height: 65px;
  align-items: center;
  transform: skewX(-15deg);
  padding-left: 60px;
  padding-right: 20px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.header-menu-icon-wrapper strong {
  margin-left: 20px;
  font-size: 20px;
  display: none;
}

.header-menu-icon-inner {
  display: flex;
  transform: skewX(15deg);
}

.header-menu-icon {
  width: 35px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.header-menu-icon__line {
  background-color: #000;
  flex-basis: 3px;
  flex-grow: 0;
  transform: rotate(0deg);
  transition: transform 250ms linear, opacity 250ms linear;
}

.header-menu-icon--active {
  justify-content: center;
}

.header-menu-icon--active .header-menu-icon__line:nth-child(1) {
  transform: rotate(45deg);
}

.header-menu-icon--active .header-menu-icon__line:nth-child(2) {
  opacity: 0;
}

.header-menu-icon--active .header-menu-icon__line:nth-child(3) {
  transform: rotate(135deg);
  position: relative;
  left: 0px;
  top: -1px;
}

.hero-block {
  color: #ffffff;
  background-size: cover;
}

.hero-block .section {
  border: none;
  padding: 120px 0;
}

.hero-block__title {
  font-size: 40px;
}

.hero-block__txt {
  font-size: 20px;
  max-width: 400px;
  margin: 0 auto;
}

.hero-page {
  padding-top: 65px;
  width: 100%;
}

.hero-page__inner {
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

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

.hero-page__title {
  font-size: 35px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.hero__content {
  position: relative;
  height: 85vw;
  width: 85vw;
}

.hero__content--open .hero__circle--1 {
  right: 20px;
  left: initial;
  bottom: 10px;
  top: initial;
}

.hero__content--open .hero__circle--2 {
  left: 20px;
  right: initial;
  bottom: 10px;
  top: initial;
}

.hero__content--open .hero__circle--3 {
  left: initial;
  right: initial;
  top: 17px;
  bottom: initial;
}

.hero__content p {
  line-height: 1.27;
  margin-bottom: 6px;
}

.hero__small {
  font-size: 20px;
  margin-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__circle {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  transition: all 2s linear;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0.6;
  padding: 25px;
  text-align: center;
}

.hero__circle--main {
  background-color: #ffffff;
  z-index: 10;
  opacity: 1;
}

.hero__title {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 3vw;
}

@media (min-width: 480px) {
  .hero__title {
    margin-top: 60px;
  }
}

.hero__title .light {
  font-size: 40px;
}

.hero__txt {
  font-size: 5vw;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.hero img.emoji {
  display: inline-block !important;
  margin: 0 3px !important;
}

.hero-wrapper {
  height: 122vw;
  display: flex;
  justify-content: center;
  top: 0;
  position: relative;
  left: 0;
  z-index: 10;
  width: 100%;
}

.hero-wrapper + .scroll-down__wrapper {
  display: none;
}

.hexagon-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hexagon {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  list-style: none;
  position: relative;
  width: 100px;
  height: 57.74px;
  margin: 28.87px 0;
  z-index: 10;
  border-left: solid 2px #333333;
  border-right: solid 2px #333333;
  text-align: center;
  padding: 5px;
}

.hexagon__item {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.hexagon__item:not(last-child) {
  margin-left: 4px;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 12.6447px;
  width: 70.71px;
  height: 70.71px;
}

.hexagon:before {
  top: -35.3553px;
  border-top: solid 2.8284px #333333;
  border-right: solid 2.8284px #333333;
}

.hexagon:after {
  bottom: -35.3553px;
  border-bottom: solid 2.8284px #333333;
  border-left: solid 2.8284px #333333;
}

.inner-hexagon {
  position: absolute;
  z-index: 0;
  top: -43px;
  filter: blur(30px);
}

.ie .inner-hexagon {
  display: none;
}

.hover-info__items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.hover-info__item {
  flex-basis: 100%;
  overflow: hidden;
  border-radius: 20px;
  height: 500px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  min-width: 280px;
  margin-bottom: 10px;
}

.hover-info__item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}

.hover-info__index {
  height: 38px;
  width: 38px;
  background-color: #ffdd00;
  color: #000000;
  display: inline-block;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  z-index: 10;
  position: relative;
}

.hover-info__content {
  padding: 25px;
  font-size: 18px;
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 0px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 350ms ease;
  transform: translateY(0);
  z-index: 10;
}

.hover-info__title {
  font-size: 22px;
  font-weight: bold;
}

.hover-info__item:hover::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}

.hover-info__item:hover .hover-info__index {
  background-color: #ffffff;
}

.hover-info__item:hover .hover-info__content {
  transform: translateY(0);
  z-index: 10;
}

.hover-list__item {
  border-radius: 10px;
  height: auto;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  margin-bottom: 10px;
  background-color: #ddd;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all 450ms linear;
}

.hover-list__item::after {
  content: "";
  opacity: 0;
  transition: all 450ms ease;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  opacity: 0.9;
}

.hover-list__content {
  display: none;
  font-size: 18px;
  color: #000000;
}

.hover-list__content--active {
  display: flex;
}

.hover-list__content ul {
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
}

.hover-list__content ul li::before {
  background: #e24f36;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  bottom: 3px;
  margin-left: 10px;
}

.hover-list__txt {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 100%;
  padding: 20px;
  background: #fff;
}

.hover-list__title {
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  bottom: 30px;
  right: 30px;
  flex-basis: 100%;
  padding: 15px;
  background-position: center;
}

.hover-list__title::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f067";
  position: absolute;
  left: 15px;
}

.hover-list__title--active::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f068";
  position: absolute;
  left: 15px;
}

.hover-list__inner-title {
  display: none;
}

.hover-list__item:hover .hover-list__content {
  z-index: 10;
  top: 0;
}

@media (min-width: 480px) {
  .images-blocks__items {
    display: flex;
    justify-content: space-between;
  }
}

.images-blocks__item {
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .images-blocks__item {
    flex-basis: 50%;
  }

  .images-blocks__item:nth-child(odd) {
    border-left: 1px solid #e2e2e2;
    padding-left: 30px;
  }

  .images-blocks__item:nth-child(even) {
    padding-right: 30px;
  }
}

.info-center-item {
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 2px 17.2px 2.8px rgba(0, 0, 0, 0.05);
  position: relative;
  color: inherit;
  transition: all 150ms linear;
  margin-bottom: 7px;
  margin-top: 7px;
}

.info-center-item:hover,
.info-center-item:focus {
  text-decoration: none;
  color: inherit;
}

.info-center-item:hover {
  transform: translateY(-2px);
  box-shadow: 0px 2px 17.2px 2.8px rgba(0, 0, 0, 0.15);
}

.info-center-item__content {
  padding: 12px;
  position: relative;
}

.info-center-item__img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.info-center-item__img-wrapper {
  position: relative;
}

.info-center-item__img-wrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.info-center-item__year {
  position: absolute;
  color: #838383;
  top: 0;
  transform: translateY(-100%);
  padding: 2px 10px;
  line-height: 1;
  z-index: 10;
  background: #ffffff;
  display: block;
  border-radius: 4px 4px 0 0;
}

.info-center-item__cat {
  color: #45ac34;
  font-weight: bold;
  margin-bottom: 4px;
}

.info-center-item__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

.info-center-item p {
  margin-bottom: 6px;
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.2;
}

.info-center-important {
  background-image: linear-gradient(90deg, #779025 0%, #637c12 100%);
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.info-center-important strong {
  display: block;
  background: #3d982e;
  width: fit-content;
  margin: 0 auto 6px;
  line-height: 1.2;
  padding: 2px 10px 0;
  font-size: 16px;
}

.info-file {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: inherit;
}

.info-file:hover,
.info-file:focus {
  text-decoration: none;
  color: inherit;
}

.info-file:hover {
  border-color: #e24f36;
  background-color: #ffffff;
}

.info-file__wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  flex-grow: 1;
}

.info-file__wrapper > * {
  flex: 0 0 calc( 50% - 5px * 2);
  -webkit-flex: 0 0 calc( 50% - 5px * 2);
  /* Safari 6.1+ */
  -ms-flex: 0 0 calc( 50% - 5px * 2);
  /* IE 10 */
  max-width: calc( 50% - 5px * 2);
  margin-right: 5px;
  margin-left: 5px;
}

.info-file__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  background-color: #e24f36;
  border-radius: 50%;
  flex-shrink: 0;
}

.info-file__icon img {
  height: 30px;
}

.info-slider {
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

.info-slider__slide {
  padding: 50px 10px;
}

.info-slider__slide:focus {
  outline: 1px dotted #e2e2e2;
}

.info-slider__bg {
  display: none;
  position: absolute;
  height: 110%;
  bottom: -7px;
  fill: rgba(226, 79, 54, 0.1);
  left: 150px;
  transform: rotate(-25deg);
}

.info-slider__title {
  font-size: 22px;
}

.info-slider .slick-next,
.info-slider .slick-prev {
  border: none;
  color: #747474;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
}

.info-slider .slick-next:hover,
.info-slider .slick-prev:hover {
  background: none;
}

.info-slider .slick-next::before,
.info-slider .slick-prev::before {
  color: #e2e2e2;
  visibility: visible;
  font-size: 30px;
}

.info-slider .slick-dots {
  bottom: 10px;
}

.info-slider .slick-dots > li.slick-active button:before {
  background: #e24f36;
}

[dir=rtl] .info-slider .slick-prev {
  right: 0;
}

.info-slider .slick-prev {
  left: 0;
  right: initial;
}

.info-slider .slick-next {
  right: 0;
}

[dir=rtl] .info-slider .slick-next {
  left: 0;
  right: initial;
}

.items-with-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-with-icon {
  flex-basis: 45%;
  padding: 0;
  text-align: center;
  min-width: initial;
  margin-bottom: 30px;
}

.item-with-icon__icon {
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.junctions__items {
  display: flex;
  overflow-x: auto;
}

.junction {
  display: flex;
  flex-shrink: 0;
  position: relative;
  flex-basis: auto;
  justify-content: center;
}

.junction:not(:last-child) {
  flex-grow: 1;
}

@media (min-width: 479px) {
  .junction {
    flex-basis: initial;
    margin: 20px auto;
  }
}

.junction__img {
  height: 265px;
}

.junction__left {
  text-align: center;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 479px) {
  .junction__left {
    margin: 0 auto;
  }
}

.junction__icon {
  height: 110px;
  margin: 0 auto;
}

.junction__txt {
  margin: 10px 0;
}

.ie .junctions .junction {
  flex-basis: 10% !important;
}

.latest-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.latest-posts__post {
  box-shadow: 1px 1px 30px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  flex-basis: 100%;
  margin-bottom: 30px;
}

.latest-posts__post:hover {
  background-color: #000;
  color: #ffffff;
}

.latest-posts__post img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.latest-posts__content {
  padding: 20px;
  position: relative;
}

.latest-posts__content::after {
  content: ">";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f053";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  opacity: 0.4;
}

.latest-posts__title {
  margin: 0;
}

.latest-posts__date {
  font-weight: 400;
}

.latest-posts a:hover {
  text-decoration: none;
}

.news-text-image-block__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.news-text-image-block__col {
  flex: 0 0 50%;
}

.news-text-image-block__col--img {
  margin-bottom: 30px;
}

.news-text-image-block__col--img img {
  margin: 0 auto;
}

.news-text-image-block .btn {
  margin: 0;
}

.news-text-image-block:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e2e2e2;
}

.pages-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.pages-block > * {
  flex: 0 0 calc( 100% - 0px * 2);
  -webkit-flex: 0 0 calc( 100% - 0px * 2);
  /* Safari 6.1+ */
  -ms-flex: 0 0 calc( 100% - 0px * 2);
  /* IE 10 */
  max-width: calc( 100% - 0px * 2);
  margin-right: 0px;
  margin-left: 0px;
}

@media (min-width: 480px) {
  .pages-block {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    justify-content: center;
  }

  .pages-block > * {
    flex: 0 0 calc( 33.333% - 10px * 2);
    -webkit-flex: 0 0 calc( 33.333% - 10px * 2);
    /* Safari 6.1+ */
    -ms-flex: 0 0 calc( 33.333% - 10px * 2);
    /* IE 10 */
    max-width: calc( 33.333% - 10px * 2);
    margin-right: 10px;
    margin-left: 10px;
  }
}

.pages-block__item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .pages-block__item {
    margin-bottom: 0;
  }
}

.pages-block__img-wrapper {
  height: 160px;
}

.pages-block__img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  object-position: center;
}

.pages-block__title {
  padding: 20px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  border-top: 3px solid #e24f36;
}

.partners__icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.partners li {
  height: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  position: relative;
  background-color: #ffffff;
  width: calc(33.3333333333% - 4px);
  padding-top: calc(33.3333333333% - 4px);
}

@media (min-width: 480px) {
  .partners li {
    width: calc(16.6666666667% - 4px);
    padding-top: calc(16.6666666667% - 4px);
  }

  .partners li.clickable {
    cursor: pointer;
  }
}

.partners li:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}

.partners img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 250ms ease;
}

.partner-info {
  padding: 10px 20px;
}

.partner-info img {
  width: 50%;
  height: auto;
  margin: 0 auto 10px;
}

.people-list__items {
  list-style: none;
  padding: 0;
}

.people-list__item {
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .people-list__item {
    flex-wrap: nowrap;
  }
}

.people-list__item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.people-list__item::before {
  content: "•";
  color: #e24f36;
  font-weight: bold;
  display: inline-block;
  flex: 0 0 12px;
  width: 12px;
}

.people-list__name {
  min-width: 200px;
}

.people-list__title {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #3a7d95;
}

.people-list__role {
  padding-right: 14px;
}

.play {
  border: none;
  border-radius: 50%;
  height: 20vw;
  width: 20vw;
  color: #ffffff;
  font-size: 30px;
  line-height: 0.2;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.play i {
  position: relative;
  left: 3px;
}

.post-items {
  margin: 10px 0;
}

.post-item {
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  justify-content: space-between;
  min-width: 320px;
  transition: background-color 150ms linear;
  margin-bottom: 5px;
  box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.08);
}

.post-item:hover {
  background-color: #ffffff;
  text-decoration: none;
}

.post-item__content {
  flex-grow: 1;
}

.post-item__category {
  color: #45ac34;
}

.post-item__title {
  font-size: 20px;
}

.post-item__date {
  color: #747474;
}

.post-item img {
  display: block;
  max-width: 120px;
}

.program-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.program-category {
  width: calc(50% - 10px);
  margin: 10px 0;
  text-align: center;
  height: calc(50vw - 28px - 10px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}

.program-category:hover {
  text-decoration: none;
}

.program-category::before {
  content: "";
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 1;
}

.program-category__content {
  color: #ffffff;
  z-index: 10;
  font-size: 18px;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 0 0 10px;
  text-align: center;
}

.program {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.program__title {
  padding: 13px 0;
  margin: 0;
  font-size: 18px;
  background-color: rgba(0, 133, 183, 0.2);
  width: 100%;
  text-align: center;
}

.program img {
  width: auto;
  display: block;
  margin: 5px auto 0 auto;
}

.quote {
  text-align: center;
  font-size: 17.5px;
}

.quote__img {
  width: 36px;
  display: block;
  margin: 0 auto;
}

.quote__txt {
  margin-bottom: 5px;
}

.quote__name {
  font-size: 14px;
}

.single-image {
  margin: 0 auto;
}

.social-block {
  padding-right: 0px;
  padding-left: 0px;
  list-style: none;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0px 7px 72.8px 7.2px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.1);
}

.social-block__item {
  padding: 0px;
  text-align: center;
  flex-grow: 1;
}

.social-block__item:not(:last-child) {
  border-left: 2px solid rgba(226, 226, 226, 0.8);
}

.social-block__content {
  display: none;
}

.social-block__img {
  height: 32px;
  margin: 0 auto;
}

.social-block__link {
  color: inherit;
  display: block;
}

.social-block__link:hover,
.social-block__link:focus {
  text-decoration: none;
  color: inherit;
}

.social {
  position: fixed;
  left: 5px;
  top: 250px;
  z-index: 20;
}

.social__item {
  background-color: #0085b7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  font-size: 30px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 30px;
  height: 30px;
  transition: background-color 250ms linear;
}

.social__item:hover {
  background-color: #0085b7 !important;
}

.social__item:hover i {
  color: #ffffff;
}

.social__item i {
  color: #ffffff;
  font-size: 16px;
}

.social a,
.social a:visited,
.social a:focus,
.social a:hover {
  text-decoration: none;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider__slide {
  text-align: center;
  padding: 0 15px;
}

.testimonial-slider__inner:focus {
  outline: 1px dotted #e2e2e2;
}

.testimonial-slider__title {
  font-size: inherit;
  padding-bottom: 0;
  margin-bottom: 3px;
}

.testimonial-slider__img {
  width: 144px;
  height: 144px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 16px auto;
}

.testimonial-slider__img picture {
  height: 100%;
  object-fit: cover;
}

.testimonial-slider__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}

.testimonial-slider .slick-next,
.testimonial-slider .slick-prev {
  border: none;
  color: #747474;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-slider .slick-next:hover,
.testimonial-slider .slick-prev:hover {
  background: none;
}

.testimonial-slider .slick-next::before,
.testimonial-slider .slick-prev::before {
  color: #e2e2e2;
  visibility: visible;
  font-size: 30px;
}

[dir=rtl] .info-slider .slick-prev {
  right: 0;
}

.info-slider .slick-prev {
  left: 0;
  right: initial;
}

.info-slider .slick-next {
  right: 0;
}

[dir=rtl] .info-slider .slick-next {
  left: 0;
  right: initial;
}

.text-form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.text-form__item {
  font-size: 18px;
}

.text-form__item:first-child {
  flex-basis: 50%;
}

.text-form .section__title {
  margin: 0 0 10px 0;
  text-align: right;
}

.ie .text-form__item {
  flex-basis: 50%;
}

.txt-img-item {
  display: flex;
  padding: 50px 0;
  flex-wrap: wrap;
}

.txt-img-item__img {
  border-radius: 20px;
  width: 100%;
  height: 60vw;
  object-fit: cover;
  margin-bottom: 20px;
}

.txt-img-item__content {
  padding: 10px;
  flex-basis: 500px;
  flex-grow: 1;
}

.txt-img-item__title {
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .videos {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }

  .videos > * {
    flex: 0 0 calc( 50% - 8px * 2);
    -webkit-flex: 0 0 calc( 50% - 8px * 2);
    /* Safari 6.1+ */
    -ms-flex: 0 0 calc( 50% - 8px * 2);
    /* IE 10 */
    max-width: calc( 50% - 8px * 2);
    margin-right: 8px;
    margin-left: 8px;
  }
}

.video {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 30px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  position: relative;
}

.video__content {
  position: absolute;
  padding: 20px;
  bottom: 0;
  color: #ffffff;
  font-weight: bold;
  z-index: 15;
}

.video__img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.video__img:hover img {
  transform: scale(1.05);
}

.video__img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 150ms linear;
}

.video__img::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f04b";
  font-weight: 900;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  letter-spacing: -5px;
  background-color: #e24f36;
  z-index: 15;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.video__title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.youtube {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.flex-content .section:not(first-child),
.program-page .section:not(first-child) {
  border-top: 1px solid #e2e2e2;
}

.flex-top + .section {
  border-top: none !important;
}

.flex-top p {
  margin: 0;
}

.flex-top .section {
  padding: 25px;
}

.header-group {
  flex-basis: 33.333%;
  height: 100%;
  flex-grow: 1;
}

.header-group:last-child {
  justify-content: flex-end;
}

.header-group:nth-child(2) {
  flex-basis: 10%;
  flex-grow: 0;
  max-width: 72px;
}

.header-group--active {
  visibility: visible;
  opacity: 1;
}

.header-group__btns {
  display: flex;
}

.header-group__btns:first-child {
  margin-right: 0;
}

.header-group__btns .btn {
  font-size: 13px;
}

.header-menu {
  padding: 0;
  font-size: 17px;
  height: 100%;
  display: none;
}

.header-menu .sub-menu {
  display: none;
  padding: 0;
  font-size: 14px;
  z-index: 10;
}

.header-menu .sub-menu a {
  padding-right: 20px;
  position: relative;
}

.header-menu .sub-menu a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0d7";
  position: relative;
  left: 15px;
}

.header-menu .sub-menu .menu-item {
  position: relative;
  padding-right: 15px;
}

.header-menu .sub-menu .menu-item::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0d7";
  right: 0;
  transform: translateY(50%) rotate(90deg);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  position: absolute;
  opacity: 0.4;
}

.header-menu .menu-item {
  height: 100%;
  white-space: nowrap;
}

.header-menu .menu-item a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.header-menu .menu-item a,
.header-menu .menu-item a:visited,
.header-menu .menu-item a:active {
  color: #ffffff;
}

.header-menu .menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0d7";
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 15px;
  transition: transform 250ms linear;
}

.header-menu > .menu-item:first-child > a {
  border-top: none;
}

body.page_for_address_results #page-inner {
  margin-top: -80px;
}

body.page_for_address_results .faq__inner {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 0) and (max-width: 767px) {
  body.page-template-about .management {
    padding-bottom: 0;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  body.page-template-business-packages .faq .faq__image {
    display: none;
  }
}

body.page-template-infrastructure #page-inner {
  margin-top: -115px;
}

body.page-template-infrastructure #page-inner .be-in-touch {
  z-index: 3;
  margin-bottom: 30px;
}

body.page-template-support section.tabs > .site-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-left: 0;
  padding-right: 0;
}

body.page-template-support section.tabs > .site-container > div {
  padding-left: 0;
  padding-right: 0;
}

body.page-template-support section.tabs > .site-container .tabs-cont {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 40px 0 0;
}

body.page-template-support section.tabs > .site-container .tabs-cont .title {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
  max-width: 746px;
  padding: 0 50px 25px;
}

body.page-template-support section.tabs > .site-container .tabs-cont .img-mob {
  margin-bottom: 25px;
}

body.page-template-support section.tabs > .site-container .tabs-cont .img-mob img {
  max-width: 50%;
  margin: 0 auto;
}

body.page-template-support section.tabs > .site-container .tabs-cont .tabs-wrp ul.nav-tabs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  list-style: none;
  padding: 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 0 12px 32px 8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 12px 32px 8px rgba(0, 0, 0, 0.09);
}

body.page-template-support section.tabs > .site-container .tabs-cont .tabs-wrp ul.nav-tabs li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  position: relative;
  margin: 0 5%;
}

body.page-template-support section.tabs > .site-container .tabs-cont .tabs-wrp ul.nav-tabs li.active:after {
  content: " ";
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
}

body.page-template-support section.tabs > .site-container .tabs-cont .tabs-wrp ul.nav-tabs li a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 11px 0;
  color: #000000;
  text-decoration: none;
  font-size: 19px;
  text-align: center;
  line-height: 1;
}

body.page-template-support section.tabs > .site-container .img img {
  max-width: 50%;
  margin: 30px auto;
}

body.page-template-support section.tabs-content {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px 0;
}

body.page-template-support section.tabs-content .content-title {
  font-weight: 900;
  font-size: 30px;
}

body.page-template-support section.tabs-content .items-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

body.page-template-support section.tabs-content .items-container .item-wrp {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 0 0 85%;
  -webkit-flex: 0 0 85%;
  /* Safari 6.1+ */
  -ms-flex: 0 0 85%;
  /* IE 10 */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 20px 30px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 30px 4px rgba(0, 0, 0, 0.07);
  position: relative;
  background-color: #ffffff;
  margin: 17px 10%;
  border-radius: 25px;
}

body.page-template-support section.tabs-content .items-container .item-wrp a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  color: #000000;
  padding: 22px 40px 22px 20px;
  min-height: 75px;
  line-height: 1;
  text-decoration: none;
}

body.page-template-support section.tabs-content .items-container .item-wrp a i {
  color: #d9d9d9;
  font-size: 22px;
}

body.page-template-support section.tabs-content .items-container .item-wrp .num {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 11px #ffffff;
  box-shadow: 0 0 0 11px #ffffff;
  position: absolute;
  right: -20px;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
}

body.single.single-guidebook main {
  background-color: #ffffff;
}

body.single.single-guidebook main .green-title,
body.single.single-guidebook main .gray-title {
  padding: 25px 32px;
  font-size: 28px;
}

body.single.single-guidebook main .green-title h3,
body.single.single-guidebook main .gray-title h3 {
  margin: 0;
}

body.single.single-guidebook main .green-title {
  background-color: #026463;
  color: #fff;
}

body.single.single-guidebook main .gray-title {
  background-color: #f5f5f5;
  color: #000;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.single.single-guidebook main .gray-title .num {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 5px #ffffff;
  box-shadow: 0 0 0 5px #ffffff;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 28px;
  margin-left: 25px;
  padding-bottom: 3px;
}

body.single.single-guidebook main .rep-wrp .s-img-txt-wrp {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

body.single.single-guidebook main .rep-wrp .s-img-txt-wrp:last-child {
  border-bottom: 1px solid #ccc;
}

body.single.single-guidebook main .b-img-txt-wrp {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.single.single-guidebook main .b-img-txt-wrp .img {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 15px;
}

body.single.single-guidebook main .ban {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 32px 0;
  color: #ffffff;
}

body.single.single-guidebook main .ban h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
}

body.single.single-guidebook main .ban h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

body.single.single-guidebook main .ban a {
  font-size: 50px;
  color: #94c11e;
  text-decoration: none;
  line-height: 1;
}

body.single.single-guidebook main .ban a span {
  position: relative;
  top: 7px;
}

body.single.single-guidebook main .faq .faq__faq {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  /* Safari 6.1+ */
  -ms-flex: 0 0 100%;
  /* IE 10 */
  max-width: 100%;
}

body.single.single-guidebook main .faq .faq-bundle__title-icon {
  margin-left: 1em;
}

body.single.single-guidebook main .faq .faq-grid__item {
  border-width: 2px;
}

body.single.single-guidebook main .faq .faq__inner {
  padding-bottom: 0;
}

body.single.single-guidebook main .w-a {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #ccc;
}

.dropdown-backdrop {
  display: none;
}

.livereload-listen {
  background-color: rgb(56, 162, 209, 1);
  position: fixed;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 9999;
  box-shadow: 5px 5px 5px #888888;
}