/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/*
Theme Name: Carbonn
Author: Anonymous
Author URI:
Version: 1
Description: Carbonn theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ffff00;
  color: #000000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Slick slider styles */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777777;
  background: #ffffff;
  min-width: 150px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #ffffff;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #ffffff !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  cursor: default;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #dddddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #ff0000 !important;
}

.city-graph-legend, .city-info-indicators, .city-info-list, .city-head-info, .team-slider .slick-dots, .fake-select-list, .accordion, .map-box-share-list, .map-box-list, .main-search-results-item-indicators, .main-search-results-list, .partners,
.partners03, .hero-slider .slick-dots, .intro-slider .slick-dots, .tabset, .card-icon-list, .activities-card-slider .slick-dots, .card-list, .info-list, .nav ul, .list-with-icon-before, .btns-list, .developers-img-list, .col-sidebar .partner-list, .col-sidebar .sidebar-accordion, .card-slide-holder .slick-dots, .anchor-list, .card-info-list, .intro-breadcrumb, .breadcrumbs, .footer-social, .profile-social, .footer-menu-list, .map-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-graph-holder:after, .accordion-item:after, .activities-card-lg:after, .navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, #main:after, dl:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #0b233c;
  background: #ffffff;
  font: 1.5rem/1.55 "DM Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.55em;
}

blockquote {
  border-left: 4px solid #f5f9fc;
  padding-left: .5em;
  margin-left: 1.55em;
}

th, td {
  border: 1px solid #f5f9fc;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #f5f9fc;
  padding: .4em .7em;
  background-color: #ffffff;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: rgba(6, 95, 168, .25);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .25);
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f5f9fc;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #f5f9fc;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #f5f9fc;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #f5f9fc;
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #f5f9fc;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  font-size: 1.4rem;
  color: #768ea3;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password] {
  height: 5.8rem;
  padding: 0 12rem 0 2rem;
  font-size: 1.4rem;
  line-height: 5.8rem;
  background-color: #ffffff;
  border-radius: 4rem;
  border: .1rem solid #dde2e7;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  opacity: 1;
  font-size: 1.4rem;
  color: #768ea3;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
  padding: 0 12rem 0 2rem;
  font-size: 1.4rem;
  line-height: 5.8rem;
  background-color: #ffffff;
  border-radius: 1.6rem;
  border: .1rem solid #dde2e7;
}

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

.subscribe-form {
  position: relative;
}

.subscribe-form-title {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #0b233c;
}

.subscribe-form input[type=email] {
  height: 5.8rem;
  padding: 0 12rem 0 2rem;
  font-size: 1.4rem;
  line-height: 5.8rem;
  background-color: #ffffff;
  border-radius: 4rem;
  border: .1rem solid #dde2e7;
}

.subscribe-form input[type=email]::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

.subscribe-form input[type=email]::-moz-placeholder {
  opacity: 1;
  font-size: 1.4rem;
  color: #768ea3;
}

.subscribe-form input[type=email]:-moz-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

.subscribe-form input[type=email]:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

.subscribe-form input[type=email].placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

.subscribe-form input[type=submit],
.subscribe-form button {
  position: absolute;
  right: .8rem;
  top: .8rem;
}

.custom-check {
  margin-bottom: 1.2rem;
}

.custom-check label {
  position: relative;
  display: block;
  padding: 0 0 0 3.3rem;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #0b233c;
}

.custom-check label:before {
  width: 2.1rem;
  height: 2.1rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), box-shadow .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  left: 0;
  top: 0;
  border: .2rem solid #1158c2;
  border-radius: .5rem;
  color: #ffffff;
  background: no-repeat 50% 50%;
  background-size: auto;
  content: "";
  cursor: pointer;
}

.custom-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.custom-check input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10' fill='none'><path d='M1.5 4L5 7.5L10 1' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");
  background-color: #1158c2;
}

.custom-check input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 .4rem rgba(17, 88, 194, .25);
}

.event-form p > * {
  margin-bottom: 1.6rem;
}

.event-form input[type=text],
.event-form input[type=email] {
  display: inline-block;
  height: 5.8rem;
  padding: 0 12rem 0 2rem;
  font-size: 1.4rem;
  line-height: 5.8rem;
  background-color: #ffffff;
  border-radius: 4rem;
  border: .1rem solid #dde2e7;
}

.event-form input[type=text]::-webkit-input-placeholder,
.event-form input[type=email]::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: #768ea3;
}

.event-form input[type=text]::-moz-placeholder,
.event-form input[type=email]::-moz-placeholder {
  opacity: 1;
  font-size: 1.5rem;
  color: #768ea3;
}

.event-form input[type=text]:-moz-placeholder,
.event-form input[type=email]:-moz-placeholder {
  font-size: 1.5rem;
  color: #768ea3;
}

.event-form input[type=text]:-ms-input-placeholder,
.event-form input[type=email]:-ms-input-placeholder {
  font-size: 1.5rem;
  color: #768ea3;
}

.event-form input[type=text].placeholder,
.event-form input[type=email].placeholder {
  font-size: 1.5rem;
  color: #768ea3;
}

.event-form textarea {
  height: 127px;
  resize: none;
}

.event-form textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

.event-form textarea::-moz-placeholder {
  opacity: 1;
  font-size: 1.4rem;
  color: #768ea3;
}

.event-form textarea:-moz-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

.event-form textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

.event-form textarea.placeholder {
  font-size: 1.4rem;
  color: #768ea3;
}

.event-form input[type=submit],
.event-form button {
  font-size: 1.5rem !important;
  text-transform: none !important;
  margin-bottom: 2.8rem;
}

.filters-form .filters-group {
  margin-bottom: 4.9rem;
}

.filters-form .fake-select {
  margin-bottom: 2rem;
}

.filters-form .fake-select-text-wrap:after {
  border-color: #1158c2;
}

.filters-form .fake-select-text {
  color: #1158c2;
}

.filters-form .fake-select-list a {
  text-align: left;
}

.filters-form .custom-check label {
  font-size: 1.4rem;
}

.filters-form .custom-check label:before {
  width: 1.7rem;
  height: 1.7rem;
  background-size: 1.1rem;
  background-position: 1px 2px;
}

.custom-checkbox-switcher-holder {
  display: flex;
  justify-content: space-between;
}

.custom-checkbox-switcher {
  position: relative;
}

.custom-checkbox-switcher label {
  color: #768ea3;
}

.custom-checkbox-switcher [type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.custom-checkbox-switcher [type=checkbox]:checked ~ .label-after:before, .custom-checkbox-switcher [type=checkbox]:checked ~ .label-after:after {
  opacity: 1;
}

.custom-checkbox-switcher [type=checkbox]:checked ~ .label-after:before {
  background-color: #1158c2;
}

.custom-checkbox-switcher [type=checkbox]:checked ~ .label-after:after {
  left: 2rem;
}

.custom-checkbox-switcher .label-before {
  margin-right: 1rem;
}

.custom-checkbox-switcher .label-after {
  position: relative;
  padding-left: 5.8rem;
}

.custom-checkbox-switcher .label-after:before, .custom-checkbox-switcher .label-after:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.custom-checkbox-switcher .label-after:before {
  width: 3.6rem;
  height: 1.7rem;
  background: #d7e5fb;
  border-radius: 3.8rem;
  transition: background .1s;
}

.custom-checkbox-switcher .label-after:after {
  left: .1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  transition: left .1s;
}

.switcher {
  margin-bottom: 1.6rem;
}

.switcher-label {
  position: relative;
  display: flex;
}

.switcher-text {
  flex: 1 1 auto;
  font-size: 1.4rem;
  line-height: 1.3;
}

.switcher-icon {
  position: relative;
  width: 3.4rem;
  height: 1.667rem;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #dde2e7;
  border-radius: 3.8rem;
}

.switcher-icon:after {
  position: absolute;
  left: .1rem;
  top: .1rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
}

.switcher input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.switcher input[type=checkbox]:checked ~ .switcher-icon {
  background-color: #065fa8;
}

.switcher input[type=checkbox]:checked ~ .switcher-icon:after {
  left: 1.8rem;
}

.switcher input[type=checkbox]:focus ~ .switcher-icon {
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .25);
}

.custom-check-2 {
  position: relative;
  margin-bottom: 1.6rem;
}

.custom-check-2 input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.custom-check-2 input[type=checkbox]:checked + .custom-check-2-text:before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10' fill='none'><path d='M1.5 4L5 7.5L10 1' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");
  background-color: #1158c2;
  border-color: #1158c2;
}

.custom-check-2 input[type=checkbox]:focus + .custom-check-2-text:before {
  box-shadow: 0 0 0 .2rem rgba(17, 88, 194, .25);
}

.custom-check-2-label {
  display: block;
}

.custom-check-2-text {
  position: relative;
  display: block;
  padding-left: 3.3rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

.custom-check-2-text:before {
  width: 1.7rem;
  height: 1.7rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  left: 0;
  top: 0;
  border: .1rem solid #cddae3;
  border-radius: .2rem;
  color: #ffffff;
  background: no-repeat 50% 50%;
  background-size: auto;
  content: "";
  cursor: pointer;
}

body.wp-test {
  padding: 15rem 0 0;
}

.widget {
  margin-bottom: 1.55em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  position: relative;
  margin-bottom: 24px;
}

.search-form input[type=search] {
  height: 4.8rem;
  padding: 0 5.5rem 0 2rem;
  line-height: 4.8rem;
  border: 1px solid #dde2e7;
  background-color: #ffffff;
  border-radius: 3.2rem;
}

.search-form input[type=search]::-webkit-input-placeholder {
  color: #768ea3;
}

.search-form input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #768ea3;
}

.search-form input[type=search]:-moz-placeholder {
  color: #768ea3;
}

.search-form input[type=search]:-ms-input-placeholder {
  color: #768ea3;
}

.search-form input[type=search].placeholder {
  color: #768ea3;
}

.search-form input[type=submit] {
  width: 4rem;
  height: 4rem !important;
  position: absolute;
  right: .4rem;
  top: .4rem;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: #f1f5f8 url(images/icons/search.svg) 50% 50% no-repeat !important;
  background-size: 1.6rem 1.6rem;
  border-radius: 50%;
}

.search-form input[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #1d1d1d;
  color: #ffffff;
  height: 2em;
  border: none;
  padding: 0 .5em;
}

.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: .8;
}

.commentlist {
  margin: 0 0 1.55em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.55em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.55em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.55em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #1d1d1d;
  color: #ffffff;
  padding: .4em;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: .8;
}

.navigation-single {
  margin-bottom: 1.55em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #1d1d1d;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: .4em;
  display: block;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #f5f9fc;
  padding: .4em;
  margin-bottom: 1.55em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.55em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.55em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.55em;
}

.mejs-container {
  margin-bottom: 1.55em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #f5f9fc;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  margin: 0 0 .5em;
  color: #0b233c;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #0196ec;
}

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

html {
  font-size: 10px;
}

[id=header] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.3rem;
  z-index: 99;
  background-color: #ffffff;
  min-height: 8.8rem;
}

[id=header].fixed-position {
  box-shadow: 0 0 .2rem .2rem rgba(28, 52, 73, .2);
}

[id=header] .logo {
  position: relative;
  z-index: 2;
  width: 11rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

[id=header] .logo img {
  width: 100%;
}

[id=header] .logo-white {
  display: none;
}

[id=header] .logos {
  white-space: nowrap;
}

[id=header] .drop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  touch-action: pan-y;
  padding: 10rem 2.4rem 3rem;
  background: url(images/nav-decor01.png) 0% 4% no-repeat, url(images/nav-decor02.png) 0 100% no-repeat;
  background-color: #e2eaf8;
  background-size: auto 66%, 100% 41%;
  clip-path: circle(0% at 100% 0%);
  transition: clip-path .5s ease-in .2s;
  pointer-events: none;
}

.nav-active [id=header] .drop {
  clip-path: circle(200% at 100% 0%);
  pointer-events: auto;
}

[id=header] .drop-bottom {
  max-width: 50rem;
  width: 100%;
  margin: auto auto 0;
}

.header.header-bg-white:not(.fixed-position) {
  background-color: #fafcfd;
  border-bottom: .1rem solid #e7eaed;
}

.info-box {
  max-width: 60rem;
  width: 100%;
  padding: 4.8rem 3.2rem;
  background-color: #ffffff;
}

.info-box-title {
  margin-bottom: 2.4rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #0b233c;
}

.info-box-title a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: currentColor;
}

.info-box-title a:hover {
  color: #065fa8;
}

.info-box-text {
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.55;
}

blockquote {
  margin: 0;
  padding: 8.9rem 2.4rem 5.7rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  background: #065fa8 url(images/quotes.svg) 93% 18.7% no-repeat;
  background-size: 24.2rem 14.5rem;
  border: none;
}

blockquote p {
  margin-bottom: 3.1rem;
}

cite {
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
}

.author {
  position: relative;
  display: block;
  padding: 0 0 0 6.5rem;
}

.author-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
}

.author-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-name {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.7rem;
}

.author-position {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.35;
  opacity: .5;
}

.map {
  position: relative;
  height: 71.9rem;
}

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

.map-info {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: calc(100% - 5rem);
  max-width: 32.7rem;
  padding: 2.5rem 1.5rem;
  background-color: #ffffff;
  border-radius: 1.6rem;
  box-shadow: 0 20px 38px rgba(62, 63, 101, .14);
}

.map-info-item {
  position: relative;
  padding: 0 0 0 2.6rem;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1c3449;
}

.map-info-item:before {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: .3rem;
  background-color: #ffe163;
  border: .2rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  content: "";
}

.map-info-item:nth-child(2) {
  margin: 0;
}

.map-info-item:nth-child(2):before {
  background-color: #065fa8;
}

.fade-up-list.in-viewport > * {
  animation-name: fade-up;
  animation-duration: .3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }

  90% {
    transform: translateY(0);
  }

  100% {
    opacity: 1;
  }
}

.reveal-effect, .news-cards-holder .card-img {
  position: relative;
  overflow: hidden;
}

.reveal-effect:before, .news-cards-holder .card-img:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  background-color: currentColor;
  content: "";
  transition: transform .5s ease-out .3s;
}

.reveal-effect.in-viewport:before, .news-cards-holder .in-viewport.card-img:before {
  transform: translateX(100%);
}

.share {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.share:hover .share-slide {
  opacity: 1;
  pointer-events: auto;
}

.share-slide {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 1rem 0;
  opacity: 0;
  pointer-events: none;
}

.share .addthis_toolbox {
  white-space: nowrap;
}

.share .addthis_toolbox > a {
  float: none;
}

.open-close-1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.4rem;
  padding: 3.3rem 2.2rem;
  border-radius: .8rem;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
}

.open-close-1:before, .open-close-1:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 21.9rem;
  background: linear-gradient(180deg, #f5f9fc 0%, #f8fbfd 11.98%, #ffffff 44.27%, #ffffff 100%);
  pointer-events: none;
  content: "";
}

.open-close-1:after {
  height: 100%;
  z-index: -2;
  background-color: #ffffff;
}

.open-close-1-title {
  margin-bottom: 1.6rem;
  padding-right: 4.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.05;
  font-weight: 500;
  color: #0b233c;
}

.open-close-1-text {
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.open-close-1-opener {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #1158c2;
}

.open-close-1-opener:hover {
  color: #0d4393;
}

.open-close-1-opener:before, .open-close-1-opener:after {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  right: 2.4rem;
  top: 2.9rem;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
  border-radius: 50%;
  background-color: #ffffff;
  color: #1c3449;
  content: "";
}

.open-close-1-opener:after {
  background: url("images/icons/chevron-down.svg") no-repeat 50% 50%;
  background-size: 1.4rem .9rem;
  box-shadow: none;
}

.active .open-close-1-opener:after {
  transform: rotate(180deg);
}

.open-close-1-opener-open-text {
  display: none;
}

.active .open-close-1-opener-open-text {
  display: block;
}

.active .open-close-1-opener-closed-text {
  display: none;
}

.open-close-1-slide {
  padding: 1.8rem 0 2.8rem;
}

.cards-with-slide-text-holder,
.cards-with-text-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}

.cards-with-slide-text-holder > *,
.cards-with-text-holder > * {
  width: 100%;
  margin: 0 1.2rem 1.4rem;
}

p + .cards-with-slide-text-holder {
  padding-top: 2rem;
}

.cards-with-text-holder {
  margin-bottom: 5.6rem;
}

.cards-with-text-holder > * {
  width: 100%;
  margin: 0 1.2rem 1.4rem;
}

.focus-area {
  margin: 0 -0.4rem;
}

.focus-area .btn, .focus-area .js-load-more-activities-btn, .focus-area .subscribe-form input[type=submit], .subscribe-form .focus-area input[type=submit],
.focus-area .subscribe-form button,
.subscribe-form .focus-area button, .focus-area .event-form input[type=submit], .event-form .focus-area input[type=submit],
.focus-area .event-form button,
.event-form .focus-area button {
  margin: 0 .4rem .8rem;
}

.pie-chart-holder {
  text-align: center;
}

.pie-chart {
  max-width: 100%;
  height: auto;
  box-shadow: 0 2rem 4rem rgba(29, 29, 29, .1);
  border-radius: 50%;
}

.pie-chart-item {
  display: block;
}

.pie-chart-item:hover .pie-chart-opener {
  stroke-width: 5px;
}

.pie-chart-item:hover .pie-chart-collapse {
  opacity: 1;
}

.pie-chart-opener {
  cursor: pointer;
  stroke-width: 0;
  stroke: #065fa8;
  transition: stroke-width .5s ease .3s;
}

.in-viewport .pie-chart-opener {
  animation: chart-pie-anim .75s linear 4 alternate;
}

.pie-chart-collapse {
  transition: opacity .5s ease .3s;
  opacity: 0;
}

.pie-chart-text {
  pointer-events: none;
}

@keyframes chart-pie-anim {
  0% {
    stroke-width: 0;
  }

  100% {
    stroke-width: 5px;
  }
}

[id=footer] {
  padding: 7.9rem 0 3rem;
  background: #eff3fa;
}

.footer-logo {
  display: block;
  width: 15.6rem;
  margin-bottom: 4.1rem;
}

.footer-logo img {
  width: 100%;
}

.footer-title {
  margin-bottom: 4.1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #0b233c;
}

.footer-row {
  margin-bottom: 5.3rem;
}

.footer-row + .footer-row {
  margin-bottom: 0;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.footer-menu-col {
  flex: 1 1 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.footer-menu-title {
  display: block;
  margin-bottom: 2.6rem;
  color: #0b233c;
}

.footer-menu li {
  margin-bottom: 1.1rem;
}

.footer-menu a {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #768ea3;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #0b233c;
  text-shadow: 0 0 .1rem #0b233c;
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 4.1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #768ea3;
  border-top: .1rem solid #98b0c2;
}

.copyright {
  flex: 1 0 100%;
  margin-bottom: 1.7rem;
}

.copyright-link {
  margin-right: 2.5rem;
  color: currentColor;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.copyright-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer-social, .profile-social {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
}

.footer-social li, .profile-social li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}

.footer-social a, .profile-social a {
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  vertical-align: top;
}

.footer-social a:hover, .profile-social a:hover {
  transform: translateY(-0.3rem);
}

[id=wrapper] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

[id=main] {
  flex-grow: 1;
}

[id=header],
[id=footer] {
  flex-shrink: 0;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

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

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

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

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

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

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

/* Navigation arrows */

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

/* Loading indicator */

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

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

.fancybox-thumbs {
  background: #dddddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */

h2, .h2 {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
}

h3, .h3 {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #0b233c;
}

h4, .h4 {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 2.4rem;
  font-weight: 500;
}

h6, .h6 {
  font-weight: 500;
  font-size: 2.1rem;
}

/* global styles */

.disable {
  pointer-events: none;
  cursor: inherit;
}

address {
  margin-bottom: 0;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.aligncenter {
  margin: 0;
  padding: 0;
}

.wp-caption {
  padding: 0;
  margin: 0;
  max-width: none;
  border: none;
}

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

.text-info {
  color: #1158c2;
}

.font-medium {
  font-weight: 500;
}

.list-default {
  color: #1158c2;
  font-size: 1.5rem;
  line-height: 1.57;
  margin: 0;
  padding: 0 0 0 1.8rem;
}

.list-default li {
  margin-bottom: 1.6rem;
}

.list-default li > span {
  color: #0b233c;
}

.base-section.base-section-large-Yoffset {
  padding: 9rem 0;
}

.breadcrumbs {
  position: relative;
  display: flex;
  color: #768ea3;
  font-size: 1.3rem;
  padding: 2.4rem 0;
  margin: 0 -1.8rem 0 -2.6rem;
}

.breadcrumbs:after {
  content: "";
  position: absolute;
  left: 2.6rem;
  top: 100%;
  width: calc(100% - 4.4rem);
  height: 1px;
  background: #cddae3;
}

.breadcrumbs li {
  padding: 0 1.8rem 0 2.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 25rem;
  height: 1.2em;
  white-space: nowrap;
}

.breadcrumbs li + li {
  position: relative;
}

.breadcrumbs li + li:before {
  content: "";
  position: absolute;
  left: .5rem;
  top: 50%;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #dde2e7;
}

.breadcrumbs a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #1158c2;
}

.base-section-with-gradient-blue.base-section-with-gradient-blue:before {
  height: 100%;
  background: linear-gradient(180deg, #e2eaf8 0%, #eff3fa 100%);
}

.shadow-box, .shadow-box-with-gradient {
  box-shadow: 0 20px 38px rgba(62, 63, 101, .14);
  border-radius: 8px;
}

.shadow-box-with-gradient {
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
}

/*end global styles */

.intro-slider.intro-slider {
  margin-bottom: 0;
}

.intro-slider {
  overflow: hidden;
}

.intro-slider .slick-slide.slick-slide {
  padding: 0;
}

.intro-section {
  min-height: 100%;
  padding-top: 20rem;
  padding-bottom: 13.5rem;
  color: #ffffff;
}

.intro-section > .container, .hero-slider .intro-section > .slick-dots, .intro-slider .intro-section > .slick-dots {
  position: relative;
}

.intro-section.intro-vertical-centered {
  text-align: center;
}

.intro-section.intro-vertical-centered .lightbox-play,
.intro-section.intro-vertical-centered .sm-intro-title {
  margin-left: auto;
  margin-right: auto;
}

.intro-section h2, .intro-section .h2 {
  color: #ffffff;
}

.intro-section.direction-col {
  display: flex;
  min-height: 100%;
  height: 100%;
}

.intro-section.direction-col .container, .intro-section.direction-col .hero-slider .slick-dots, .hero-slider .intro-section.direction-col .slick-dots, .intro-section.direction-col .intro-slider .slick-dots, .intro-slider .intro-section.direction-col .slick-dots {
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.intro-section.direction-col .container > *, .intro-section.direction-col .hero-slider .slick-dots > *, .hero-slider .intro-section.direction-col .slick-dots > *, .intro-section.direction-col .intro-slider .slick-dots > *, .intro-slider .intro-section.direction-col .slick-dots > * {
  flex: 0 1 auto;
  max-width: 100%;
}

.intro-breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.intro-breadcrumb li {
  padding: 0 1rem;
}

.intro-breadcrumb li + li {
  position: relative;
}

.intro-breadcrumb li + li:before {
  content: "/";
  position: absolute;
  left: .1rem;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sm-intro-content-holder {
  max-width: 70rem;
}

.text-center .sm-intro-content-holder {
  margin: 0 auto;
}

.intro-section-cols-holder .btns-col {
  text-align: center;
}

.sm-intro-title {
  max-width: 60rem;
}

.lightbox-play {
  display: block;
  width: 8rem;
}

.lightbox-play:hover path {
  fill: #f6be58;
}

.lightbox-play:hover circle {
  stroke: #f6be58;
}

.lightbox-play svg {
  width: 100%;
}

.lightbox-play svg path {
  transition: fill .3s cubic-bezier(.165, .84, .44, 1);
}

.lightbox-play svg circle {
  transition: stroke .3s cubic-bezier(.165, .84, .44, 1);
}

.text-center .lightbox-play {
  margin: 0 auto;
}

.two-col-slide .hero-slider-title {
  margin-bottom: 0;
}

.two-col-slide .hero-slider-text-wrap-large {
  max-width: 80rem;
  flex: 0 0 80rem;
}

.two-col-slide .hero-slider-text-wrap-small {
  max-width: 58rem;
  flex: 0 0 58rem;
  width: auto;
}

.two-col-slide .sm-col {
  text-align: center;
  max-width: calc(100% - 58rem);
  flex: 0 0 calc(100% - 58rem);
}

.two-cols-content-wrap,
.two-cols-content-wrap02 {
  font-size: 1.5rem;
  line-height: 1.57;
}

.two-cols-content-wrap .cols-holder,
.two-cols-content-wrap02 .cols-holder {
  display: flex;
  flex-wrap: wrap;
}

.two-cols-content-wrap .in-viewport .col-content, .two-cols-content-wrap .in-viewport .col-content-small,
.two-cols-content-wrap02 .in-viewport .col-content,
.two-cols-content-wrap02 .in-viewport .col-content-small {
  animation-delay: .3s;
}

.two-cols-content-wrap .col-title, .two-cols-content-wrap .col-sidebar, .two-cols-content-wrap .col-title-large,
.two-cols-content-wrap02 .col-title,
.two-cols-content-wrap02 .col-sidebar,
.two-cols-content-wrap02 .col-title-large {
  flex: 1 0 100%;
  max-width: 100%;
}

.two-cols-content-wrap .col-content, .two-cols-content-wrap .col-content-small,
.two-cols-content-wrap02 .col-content,
.two-cols-content-wrap02 .col-content-small {
  flex: 1 0 100%;
  max-width: 100%;
}

.two-cols-content-wrap h5, .two-cols-content-wrap .h5,
.two-cols-content-wrap02 h5,
.two-cols-content-wrap02 .h5 {
  font-weight: 500;
  margin-bottom: 2.2rem;
}

.two-cols-content-wrap p,
.two-cols-content-wrap02 p {
  margin-bottom: 2.5rem;
}

.two-cols-content-wrap .text-wrap,
.two-cols-content-wrap02 .text-wrap {
  margin-bottom: 3.5rem;
}

.two-cols-content-wrap .text-wrap:only-child, .two-cols-content-wrap .text-wrap:last-child,
.two-cols-content-wrap02 .text-wrap:only-child,
.two-cols-content-wrap02 .text-wrap:last-child {
  margin-bottom: 0;
}

.two-cols-content-wrap .focus-text,
.two-cols-content-wrap02 .focus-text {
  display: block;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.two-cols-content-wrap .btn-holder,
.two-cols-content-wrap02 .btn-holder {
  margin-bottom: 2rem;
}

.text-open-close .opener {
  display: inline-block;
  margin-bottom: 2.5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #1158c2;
}

.text-open-close .opener:hover {
  color: #0196ec;
}

.text-open-close.active .opener {
  color: #0196ec;
}

.source-card-holder {
  margin: 0 -1.25rem;
}

.h4 {
  margin-bottom: 3rem;
}

.source-card {
  display: flex;
  flex-direction: column;
  color: #0b233c;
  font-size: 1.5rem;
  padding: 1.25rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.source-card:hover .fake-link {
  color: #0196ec;
}

.source-card .reveal-effect, .source-card .news-cards-holder .card-img, .news-cards-holder .source-card .card-img {
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}

.source-card img {
  display: block;
  border-radius: .8rem;
}

.source-card .img-descr,
.source-card .fake-link {
  display: block;
}

.source-card .img-descr {
  margin-bottom: .5rem;
}

.source-card .fake-link {
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  color: #1158c2;
}

/* post style */

.post-text-content {
  max-width: 97rem;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 auto;
  padding: 4.5rem 0;
}

.post-text-content h2 {
  line-height: 1.1;
}

.post-text-content p {
  margin-bottom: 2.6rem;
}

.post-text-content p:last-child {
  margin-bottom: 0;
}

.post-visual,
.post-video {
  margin: 0 -1.6rem;
}

.post-visual .img-holder,
.post-video .img-holder {
  margin: 0 1.6rem 1.6rem;
  overflow: hidden;
  border-radius: 1.6rem;
}

.post-visual .img-holder:only-child, .post-visual .img-holder:last-child,
.post-video .img-holder:only-child,
.post-video .img-holder:last-child {
  margin-bottom: 0;
}

.post-visual img,
.post-video img {
  width: 100%;
  height: 36.2rem;
  border-radius: 1.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-video {
  position: relative;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
}

.post-video .img-holder {
  position: relative;
  border-radius: 1.6rem;
}

.post-video .img-holder:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 35, 60, .5);
  border-radius: 1.6rem;
}

.post-video p {
  position: absolute;
  left: 50%;
  bottom: 4.2rem;
  transform: translateX(-50%);
  max-width: 24rem;
}

.post-video .lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.post-text-content + .post-info {
  margin-bottom: 2.5rem;
}

.post-info {
  display: flex;
  justify-content: space-between;
  max-width: 1016px;
  font-size: 1.5rem;
  color: #768ea3;
  margin: 0 auto 2.5rem;
  border-top: 1px solid #cddae3;
  padding: 2.4rem 1.5rem;
}

.social-plugin {
  position: relative;
}

.social-plugin .share-opener {
  position: relative;
  cursor: pointer;
}

.social-plugin .share-opener:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
}

.social-plugin .share-opener:hover .addthis_toolbox {
  visibility: visible;
  display: flex;
}

.social-plugin .share-opener > svg {
  transform: translateY(-3px);
}

.social-plugin .addthis_toolbox {
  visibility: hidden;
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 1rem);
  z-index: 5;
  min-width: 20rem;
  justify-content: flex-end;
}

/* news updates */

.news-cards-holder .tabset {
  display: flex;
  max-width: 918px;
  margin: 0 auto;
}

.news-cards-holder .tabset-item {
  flex: 1 1 auto;
  min-width: 0;
}

.news-cards-holder.in-viewport .active .reveal-effect:before, .news-cards-holder.in-viewport .active .card-img:before {
  transform: translateX(100%);
}

.news-cards-holder .font-medium {
  font-size: 1.4rem;
}

.card-info-list {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0b233c;
}

.card-info-list li {
  display: inline-block;
}

.card-info-list li + li {
  margin-left: 1.5rem;
}

.bg-blue {
  background-color: #1158c2;
}

.bg-blue .twitter-box-title,
.bg-blue .twitter-box-text,
.bg-blue .twitter-box-meta {
  color: #ffffff;
}

.heading-section-holder02,
.heading-section-holder03 {
  line-height: 1.5;
  color: #0b233c;
}

.heading-section-holder02.py-0,
.heading-section-holder03.py-0 {
  padding: 0;
}

.heading-section-holder02 h2,
.heading-section-holder03 h2 {
  line-height: 1.211;
  color: #0b233c;
}

.heading-section-holder03.heading-section-holder03 {
  min-height: 0;
  align-items: flex-start;
  padding: 0;
}

.heading-section-holder04.heading-section-holder04 .heading-logo {
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
  background: #ffffff;
  padding: 5.4rem 4rem;
  border-radius: .8rem;
}

.heading-section-holder04.heading-section-holder04 p {
  margin-bottom: 2rem;
}

.heading-section-holder04.heading-section-holder04 p a {
  color: #1158c2;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.heading-section-holder04.heading-section-holder04 p a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.heading-section-holder04.heading-section-holder04 .heading-info {
  font-size: 1.8rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
}

.heading-section-holder04.heading-section-holder04 .heading-info p {
  margin-bottom: 1rem;
}

.contacts-holder {
  font: 300 normal 1.8rem "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 4rem 0;
  border-top: 1px solid #768ea3;
}

.contacts-holder .link-descr {
  display: inline-block;
  min-width: 5rem;
}

.contacts-holder > p, .contacts-holder > a {
  margin-bottom: 2.2rem;
}

.contacts-holder > p:last-child, .contacts-holder > p:only-child, .contacts-holder > a:last-child, .contacts-holder > a:only-child {
  margin-bottom: 0;
}

.contacts-holder a {
  color: #1158c2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.contacts-holder a:hover {
  opacity: .8;
}

.contacts-holder [href^=tel] {
  color: #1158c2;
  margin-left: 0;
  display: inline-block;
  margin-left: 1rem;
  color: inherit;
}

.profile-heading-section {
  padding: 9rem 0 1rem;
  background: none;
}

.profile-heading-section p a {
  color: #1158c2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.profile-heading-section p a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.profile-heading-section .img-holder {
  border-radius: .8rem;
  margin-bottom: 2.4rem;
}

.profile-info {
  display: flex;
  justify-content: center;
  margin-bottom: 2.2rem;
}

.profile-social {
  margin: 0;
}

.anchor-list li {
  margin-bottom: 2.4rem;
}

.anchor-list a {
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  color: #768ea3;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
}

.anchor-list a:hover {
  color: #0b233c;
}

.anchor-list .anchor-active {
  color: #0b233c;
}

.vertical-align-center {
  align-items: center;
}

.card-slide-holder {
  margin: 0 -2.5rem;
  margin-bottom: 0;
}

.card-slide-holder .slick-track {
  margin: 0 1.1rem 5.6rem;
}

.card-slide-holder .slick-slide {
  padding: 0 1.2rem;
}

.card-slide-holder .card-with-slide-text {
  max-width: 310px;
}

.card-slide-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-height: 490px;
}

.card-slide-holder .slick-dots {
  text-indent: -9999px;
  justify-content: center;
  display: none !important;
}

.card-slide-holder .slick-dots li {
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1158c2;
  margin: 0 .5rem;
  opacity: .1;
  cursor: pointer;
}

.card-slide-holder .slick-dots li:hover {
  opacity: .5;
}

.card-slide-holder .slick-dots .slick-active {
  opacity: 1;
}

.card-with-slide-text,
.card-with-text {
  position: relative;
  display: block;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
  border-radius: 1.6rem;
}

.card-with-slide-text:hover .text-content,
.card-with-text:hover .text-content {
  transform: translateY(0);
}

.card-with-slide-text:hover:after,
.card-with-text:hover:after {
  opacity: 1;
}

.card-with-slide-text:before, .card-with-slide-text:after,
.card-with-text:before,
.card-with-text:after {
  transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 35, 60, 0) 0%, rgba(11, 35, 60, .06) 69.38%, #0b233c 100%);
  z-index: 1;
  border-radius: .8rem;
}

.card-with-slide-text:after,
.card-with-text:after {
  background: linear-gradient(180deg, rgba(11, 35, 60, .7) 0%, #0b233c 100%);
  opacity: 0;
}

.card-with-slide-text .img-with-text,
.card-with-text .img-with-text {
  display: block;
  overflow: hidden;
  border-radius: .8rem;
}

.card-with-slide-text .card-img:before,
.card-with-text .card-img:before {
  content: "";
}

.card-with-slide-text img,
.card-with-text img {
  width: 100%;
}

.card-with-slide-text .text-content,
.card-with-text .text-content {
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 3;
  padding: 2.4rem;
}

.card-with-slide-text .text-content .dot-box,
.card-with-text .text-content .dot-box {
  min-height: 7rem;
}

.card-with-slide-text .card-img-title p,
.card-with-text .card-img-title p {
  margin-bottom: 0;
}

.card-with-slide-text h5,
.card-with-text h5 {
  font-size: 2.1rem;
  font-weight: 500;
  color: #ffffff;
}

.card-with-slide-text .text-content {
  transform: translateY(0);
}

.card-with-slide-text:hover {
  opacity: 1;
}

.card-with-slide-text:hover .text-content {
  transform: translateY(0);
}

.card-with-text {
  border-radius: .8rem;
}

.card-with-text .text-content {
  padding: 2.4rem;
  font-size: 1.4rem;
}

.card-with-text h5 {
  font-size: 1.8rem;
}

.event-info p {
  margin-bottom: 1.2rem;
}

.event-info .text-info {
  display: block;
  font-weight: 700;
  margin-bottom: 3.6rem;
}

.event-info .activities-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -1rem;
}

.event-info .activities-holder > * {
  margin: 0 1rem 3rem;
}

.event-schedule {
  padding: 3.5rem 0 0;
}

.event-table-accordion .event-tabe-row a {
  color: #1158c2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.event-table-header {
  display: none;
}

.bg-info {
  background: #f5f9fc;
}

.partners-slider02 {
  margin-bottom: 6rem;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 0;
}

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

.partners02 > div {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 2rem;
}

.two-cols-content-wrap02 .cols-holder {
  align-items: flex-start;
}

.col-sidebar {
  order: -1;
  margin-bottom: 5.6rem;
}

.col-sidebar .btn-holder {
  margin-bottom: 4rem;
}

.col-sidebar .btn:only-child, .col-sidebar .js-load-more-activities-btn:only-child, .col-sidebar .subscribe-form input[type=submit]:only-child, .subscribe-form .col-sidebar input[type=submit]:only-child,
.col-sidebar .subscribe-form button:only-child,
.subscribe-form .col-sidebar button:only-child, .col-sidebar .event-form input[type=submit]:only-child, .event-form .col-sidebar input[type=submit]:only-child,
.col-sidebar .event-form button:only-child,
.event-form .col-sidebar button:only-child {
  width: 100%;
}

.col-sidebar .sidebar-accordion {
  background: linear-gradient(180deg, #f5f9fc 0%, #f8fbfd 11.98%, #ffffff 44.27%, #ffffff 100%);
  box-shadow: 0 20px 38px rgba(62, 63, 101, .14);
  border-radius: .8rem;
  font-size: 1.2rem;
  padding: .8rem 1.6rem 0;
}

.col-sidebar .partner-list a {
  display: inline-block;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: .5rem;
}

.col-sidebar .partner-list a:hover {
  opacity: .7;
}

.two-cols-content02-sidebar-content-wrap {
  border-bottom: 1px solid #dde2e7;
}

.two-cols-content02-sidebar-content-wrap:last-child {
  border: none;
}

.developers-img-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}

.developers-img-list li {
  max-width: 20%;
  flex: 1 0 20%;
  padding: 0 .4rem .8rem;
}

.developers-img-list img {
  width: 100%;
}

.btns-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}

.btns-list li {
  margin: 0 .4rem 1.6rem;
}

.btns-list .btn, .btns-list .js-load-more-activities-btn, .btns-list .subscribe-form input[type=submit], .subscribe-form .btns-list input[type=submit],
.btns-list .subscribe-form button,
.subscribe-form .btns-list button, .btns-list .event-form input[type=submit], .event-form .btns-list input[type=submit],
.btns-list .event-form button,
.event-form .btns-list button {
  color: #768ea3;
  font-weight: 400;
}

.engaged-countries {
  margin-bottom: 4.8rem;
}

.engaged-countries .cols-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.engaged-countries .col3 {
  padding: 0 1rem;
}

.list-with-icon-before {
  max-width: 420px;
  margin-bottom: 2.1rem;
  font-size: 1.6rem;
}

.list-with-icon-before li {
  margin-bottom: 1.4rem;
  color: #8ebd49;
  display: flex;
}

.list-with-icon-before li svg {
  display: inline-block;
  margin-top: -0.2rem;
  margin-right: 1.2rem;
}

.list-with-icon-before a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-with-icon-before .link-text {
  color: #0b233c;
}

.offices .cols-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 4rem;
}

.offices .col6 {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0 1rem;
}

.activities-sidebar {
  font-size: 1.4rem;
  width: 100%;
}

.filters-group-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.open-close-mobile-opener.filters-group-title {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.activities-content {
  width: 100%;
}

.rounded, blockquote {
  border-radius: 1.6rem;
}

.w-100 {
  width: 100%;
}

.color-primary {
  color: #065fa8;
}

.color-secondary {
  color: #ffe163;
}

.color-teritary {
  color: #368748;
}

.bg-light-gray {
  background-color: #eff3fa;
}

.bg-gray {
  background-color: #f5f9fc;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.d-none {
  display: none !important;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

[id=wrapper] {
  position: relative;
  width: 100%;
  overflow: clip;
}

.container, .hero-slider .slick-dots, .intro-slider .slick-dots,
.sm-container {
  max-width: 540px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.nav {
  max-width: 50rem;
  width: 100%;
  margin: auto auto 2rem;
}

.nav ul ul {
  padding: 0 0 1rem 2rem;
}

.nav ul ul li {
  display: block;
}

.nav ul > li.active > .opener:before {
  transform: rotate(180deg);
}

.nav > ul > li {
  border-bottom: .1rem solid rgba(28, 52, 73, .2);
}

.nav li {
  position: relative;
}

.nav li.current-page > a {
  background-color: rgba(28, 52, 73, .07);
}

.nav a {
  position: relative;
  display: block;
  padding: 1.2rem 5rem 1.2rem 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1c3449;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav a:hover {
  color: #065fa8;
}

.nav .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5.2rem;
  padding: 0;
}

.nav .opener:before {
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  height: 0;
  width: 0;
  border-left: .75rem solid transparent;
  border-right: .75rem solid transparent;
  border-top: .75rem solid #1c3449;
  content: "";
}

.nav .opener:after {
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: .1rem;
  background-color: rgba(28, 52, 73, .2);
  content: "";
}

.base-section {
  padding: 3.2rem 0;
}

.base-section-with-gradient, .base-section-with-gradient-blue, .base-section-bg-gradient {
  position: relative;
  padding: 8rem 0 4rem;
}

.base-section-with-gradient:before, .base-section-with-gradient-blue:before, .base-section-bg-gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 31.2rem;
  background: linear-gradient(180deg, #eff3fa 0%, #ffffff 100%);
  content: "";
}

.base-section-bg-gradient {
  padding: 6rem 0 4rem;
}

.base-section-masked {
  position: relative;
}

.base-section-masked:before {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: url(images/shape-sm.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  content: "";
}

.base-section-with-bg-image {
  padding: 11.3rem 0 14.1rem;
  margin: 3.2rem 0;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.base-section-with-bg-color {
  padding: 7rem 0 8.5rem;
  margin: 3.2rem 0;
}

.base-section-bg-color-gray {
  background-color: #eff3fa;
}

.base-section-btn-area {
  padding: 2.5rem 0;
  text-align: center;
}

.base-section-with-bg-color + .base-section-with-gradient, .base-section-with-bg-color + .base-section-with-gradient-blue {
  padding-top: 0;
}

.heading-section + .base-section-with-gradient, .heading-section + .base-section-with-gradient-blue {
  padding-top: 3rem;
}

.base-heading {
  margin-bottom: 4.1rem;
  text-align: center;
}

.base-heading-subtitle {
  display: block;
  margin-bottom: 1.7rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.05;
  color: #368748;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.base-heading-title {
  max-width: 90rem;
  margin: 0 auto 1.8rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #0b233c;
  line-height: 1.1;
}

.base-heading-text {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #768ea3;
}

.base-two-columns-col-lg {
  margin-bottom: 3.9rem;
}

.btn, .js-load-more-activities-btn, .subscribe-form input[type=submit],
.subscribe-form button, .event-form input[type=submit],
.event-form button {
  display: inline-block;
  vertical-align: middle;
  padding: 1.65rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2.4rem;
  background-color: transparent;
  border: .1rem solid transparent;
}

.btn:focus, .js-load-more-activities-btn:focus, .subscribe-form input[type=submit]:focus,
.subscribe-form button:focus, .event-form input[type=submit]:focus,
.event-form button:focus {
  outline: none;
}

.btn.disabled, .disabled.js-load-more-activities-btn, .subscribe-form input.disabled[type=submit],
.subscribe-form button.disabled, .event-form input.disabled[type=submit],
.event-form button.disabled, .btn:disabled, .js-load-more-activities-btn:disabled, .subscribe-form input[type=submit]:disabled,
.subscribe-form button:disabled, .event-form input[type=submit]:disabled,
.event-form button:disabled {
  pointer-events: none;
}

.btn-primary, .subscribe-form input[type=submit],
.subscribe-form button, .event-form input[type=submit],
.event-form button {
  color: #ffffff;
  background-color: #065fa8;
  border-color: #065fa8;
}

.btn-primary:hover, .subscribe-form input[type=submit]:hover,
.subscribe-form button:hover, .event-form input[type=submit]:hover,
.event-form button:hover {
  background-color: #044377;
}

.btn-primary:focus, .subscribe-form input[type=submit]:focus,
.subscribe-form button:focus, .event-form input[type=submit]:focus,
.event-form button:focus {
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.btn-secondary, .js-load-more-activities-btn {
  color: #1c3449;
  background-color: #ffe163;
  border-color: #ffe163;
}

.btn-secondary:hover, .js-load-more-activities-btn:hover {
  background-color: #ffd730;
}

.btn-secondary:focus, .js-load-more-activities-btn:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 225, 99, .5);
}

.btn-gray-2 {
  color: #1c3449;
  background-color: #f1f5f8;
  border-color: #f1f5f8;
}

.btn-gray-2:hover {
  background-color: #cfdde7;
}

.btn-gray-2:focus {
  box-shadow: 0 0 0 .2rem rgba(241, 245, 248, .5);
}

.btn-outline-primary {
  color: #065fa8;
  background-color: transparent;
  border-color: #065fa8;
}

.btn-outline-primary:hover {
  background-color: #065fa8;
  color: #ffffff;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.btn-outline-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #0b233c;
}

.btn-outline-white:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-outline-gray {
  color: #768ea3;
  border-color: #768ea3;
}

.btn-outline-gray:hover {
  box-shadow: .4rem .4rem .5rem rgba(118, 142, 163, .5);
}

.btn-outline-gray:focus {
  box-shadow: 0 0 0 .2rem rgba(118, 142, 163, .5);
}

.btn-outline-gray-2 {
  color: #768ea3;
  border-color: #f1f5f8;
}

.btn-outline-gray-2:hover {
  background-color: #f1f5f8;
}

.btn-outline-gray-2:focus {
  box-shadow: 0 0 0 .2rem rgba(241, 245, 248, .5);
}

.btn-sm {
  padding: .5rem 1.1rem;
  font-size: 1.2rem;
  text-transform: none;
}

.btn-header {
  text-transform: none;
  color: #1c3449;
  background-color: transparent;
  border-color: #768ea3;
}

.btn-header:hover {
  background-color: #065fa8;
  border-color: #065fa8;
  color: #ffffff;
}

.btn-header:focus {
  box-shadow: 0 0 0 .2rem rgba(118, 142, 163, .5);
}

.subscribe-form .btn, .subscribe-form .js-load-more-activities-btn, .subscribe-form input[type=submit],
.subscribe-form button,
.subscribe-form .event-form button,
.event-form .subscribe-form button {
  padding: 1.1rem 2.4rem;
  font-weight: 500;
  text-transform: none;
}

.btn-icon {
  margin-right: .5rem;
}

.btn-map-box {
  padding: .8rem 1.2rem;
  font-size: 1.2rem;
}

.btn-round {
  width: 3.8rem;
  height: 3.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.btn-round-sm {
  width: 3.3rem;
  height: 3.3rem;
}

.btn-round-lg {
  width: 4.8rem;
  height: 4.8rem;
}

.btn-energy {
  background-color: #ffe163;
  color: #f6be58;
}

.btn-energy:hover {
  background-color: #ffd730;
}

.btn-energy:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 225, 99, .5);
}

.btn-energy.disabled {
  background-color: #f1f5f8;
}

.btn-energy.disabled svg {
  fill: #cddae3;
}

.btn-white {
  color: #1158c2;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-white:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-white02 {
  color: #1c3449;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white02:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-white02:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn svg, .js-load-more-activities-btn svg, .subscribe-form input[type=submit] svg,
.subscribe-form button svg, .event-form input[type=submit] svg,
.event-form button svg {
  fill: currentColor;
}

.tile {
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  padding: 3.3rem 2.3rem;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
  border-radius: .8rem;
  background: #ffffff url(images/tile-decor01.svg) 100% -6rem no-repeat;
  background-size: auto;
}

.tile:hover {
  box-shadow: 0 20px 38px rgba(62, 63, 101, .14);
}

.tile:nth-child(even) {
  background-image: url(images/tile-decor02.svg);
}

.tile.tile-sm {
  padding: 2.5rem 2rem 3.3rem 8.9rem;
  background-image: none;
}

.tile.tile-sm .tile-ico {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  left: 2.3rem;
  top: 3.3rem;
  margin-bottom: 0;
  min-height: 0;
}

.tile.tile-sm .tile-ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tile.tile-sm .tile-title {
  margin: 0;
  font-size: 3.3rem;
}

.tile.tile-sm .tile-text {
  font-size: 1.6rem;
}

.tile.tile-centered {
  height: 100%;
  padding: 3.6rem 3rem 1.9rem;
  text-align: center;
  background-image: none;
}

.tile.tile-centered .tile-ico {
  margin-bottom: 3.1rem;
}

.tile.tile-centered .tile-title {
  margin: 0 0 1.55rem;
  font-size: 2.8rem;
}

.tile.tile-centered .tile-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.tile-ico {
  margin-bottom: 2.3rem;
  min-height: 5.7rem;
}

.tile-ico img {
  display: inline-block;
}

.tile-title {
  display: block;
  margin: 0 0 .75rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #065fa8;
}

.tile-text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.tile-flip {
  animation-delay: 0s !important;
}

.tile-flip:hover .tile-flip-stage {
  transform: rotateY(180deg);
  box-shadow: 0 20px 38px rgba(62, 63, 101, .14);
  transition: transform .6s ease-out, box-shadow .6s ease-out .3s;
}

.tile-flip:hover .tile-flip-front {
  opacity: 0;
}

.tile-flip-stage {
  position: relative;
  transition: transform .6s ease-out, box-shadow .6s ease-out;
  transform-style: preserve-3d;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
  border-radius: .8rem;
}

.tile-flip-logo {
  position: relative;
  padding-top: 53%;
  margin-bottom: 2rem;
}

.tile-flip-logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tile-flip-title {
  margin: auto 0 1.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1158c2;
}

.tile-flip-back .tile-flip-title {
  margin: 0 0 2.3rem;
}

.tile-flip-text {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

.tile-flip-back .tile-flip-text {
  margin-bottom: 2rem;
}

.tile-flip-link {
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #1158c2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.tile-flip-link:hover {
  color: #0d4393;
}

.tile-flip-front {
  position: relative;
  min-height: 41.7rem;
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  padding: 3.9rem 1.4rem;
  opacity: 1;
  transition: opacity .6s ease-out;
}

.tile-flip-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  padding: 3.9rem 1.4rem;
  overflow-y: auto;
}

.tiles-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}

.tiles-holder > * {
  width: 100%;
  margin: 0 1.2rem 1.4rem;
}

.tile-flip-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}

.tile-flip-holder > * {
  width: 100%;
  margin: 0 1.2rem 1.4rem;
}

.tile-slider {
  margin-bottom: 4.8rem;
}

.tile-slider .slick-list {
  overflow: visible;
}

.tile-slider .slick-track {
  display: flex !important;
}

.tile-slider .slick-slide {
  width: 18.4rem;
  height: inherit !important;
  margin-right: 1.5rem;
}

.tile-slider .slick-slide:focus {
  outline: none;
}

.tiles-flip-footer {
  padding: 6.6rem 0 4.8rem;
  text-align: center;
}

.info-list {
  margin-bottom: 3rem;
}

.info-list-item {
  position: relative;
  padding: .2rem 0 0 5.8rem;
  margin-bottom: 2.15rem;
}

.info-list-item:last-of-type {
  margin-bottom: 0;
}

.info-list-ico {
  position: absolute;
  left: 0;
  top: 0;
}

.info-list-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0b233c;
}

.info-list-text {
  font-size: 1.5rem;
  line-height: 1.4;
}

.info-list + .btn, .info-list + .js-load-more-activities-btn, .subscribe-form .info-list + input[type=submit],
.subscribe-form .info-list + button, .event-form .info-list + input[type=submit],
.event-form .info-list + button {
  margin-left: 5.8rem;
}

.card {
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1);
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #0b233c;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
  border-radius: .8rem;
  overflow: hidden;
}

.card:hover {
  box-shadow: 0 20px 38px rgba(62, 63, 101, .14);
}

.card-img {
  position: relative;
  padding-top: 40.8%;
}

.card-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-body {
  padding: 2.4rem;
}

.card-title {
  margin-bottom: 1.1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
  color: #0b233c;
}

.card-text {
  margin-bottom: 2.2rem;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #768ea3;
}

.card-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: .3rem 0 0 3.3rem;
}

.card-list-item:not(:last-of-type) {
  margin-right: 1rem;
}

.card-list-ico {
  position: absolute;
  left: 0;
  top: 0;
}

.card-list-index {
  display: block;
  margin-bottom: .5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.05;
  color: #0b233c;
}

.card-list-title {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
}

.cards-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}

.cards-holder > * {
  width: 100%;
  margin: 0 1.2rem 1.4rem;
}

.address-card {
  padding: 32px 24px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 2.4rem;
  background: linear-gradient(180deg, #f5f9fc 0%, #f8fbfd 11.98%, #ffffff 44.27%, #ffffff 100%);
}

.address-card .card-title {
  display: block;
  margin-bottom: 16px;
}

.address-card address {
  font-style: normal;
  font-weight: 300;
  line-height: 1.275;
}

.address-card a {
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.address-card a:hover {
  opacity: .7;
}

.activities-card-slider {
  width: calc(100% + 2.4rem) !important;
  margin-left: -1.2rem;
}

.activities-card-slider .slick-track {
  display: flex !important;
}

.activities-card-slider .slick-slide {
  height: inherit !important;
  margin: 1.2rem 1.2rem 5rem;
}

.activities-card-slider .slick-slide > div {
  height: 100%;
}

.activities-card-slider .activities-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.activities-card-slider .card-title a {
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  margin-bottom: 1.1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
  color: #0b233c;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.activities-card-slider .card-title a:hover {
  opacity: .8;
}

.activities-card-slider .activities-card-btn-holder {
  margin-top: auto;
  clear: both;
}

.activities-card-slider .slick-dots {
  text-indent: -9999px;
  justify-content: center;
  display: flex !important;
}

.activities-card-slider .slick-dots li {
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1158c2;
  margin: 0 .5rem;
  opacity: .1;
  cursor: pointer;
}

.activities-card-slider .slick-dots li:hover {
  opacity: .5;
}

.activities-card-slider .slick-dots .slick-active {
  opacity: 1;
}

.activities-card,
.activities-card-lg {
  padding: 2.8rem 3.2rem;
  color: #768ea3;
  background: #ffffff;
  font-size: 1.6rem;
  box-shadow: 0 .7rem 1.2rem rgba(62, 63, 101, .14);
  border-radius: .8rem;
  max-width: none;
}

.activities-card h6,
.activities-card-lg h6 {
  margin-bottom: .5rem;
}

.activities-card {
  padding: 2.8rem;
}

.activities-card-lg {
  position: relative;
  margin-bottom: 1.6rem;
  box-shadow: 0 20px 38px rgba(62, 63, 101, .14);
}

.activities-card-lg p a {
  color: #1158c2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.activities-card-lg p a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.activities-card-text {
  clear: both;
  margin-bottom: 2.4rem;
}

.activities-card-text p {
  margin-bottom: 0;
}

.card-subtitle {
  display: block;
  margin-bottom: .8rem;
  font-size: 1.7rem;
}

.card-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.6rem 1.6rem;
}

.card-icon-list li {
  margin: 0 .6rem;
}

.card-icon-list a {
  pointer-events: none;
}

.card-popup-holder {
  display: inline-block;
}

.card-popup-title {
  display: block;
  color: #1158c2;
  padding-bottom: .9rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #dde2e7;
  font-size: 1.5rem;
}

.activities-card-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  height: 100%;
}

.activities-card-btn-holder {
  clear: both;
  position: relative;
  padding-top: 2.4rem;
  border-top: 1px solid #dde2e7;
  margin: 0 -0.4rem;
  width: 100%;
}

.activities-card-btn-holder .btn, .activities-card-btn-holder .js-load-more-activities-btn, .activities-card-btn-holder .subscribe-form input[type=submit], .subscribe-form .activities-card-btn-holder input[type=submit],
.activities-card-btn-holder .subscribe-form button,
.subscribe-form .activities-card-btn-holder button, .activities-card-btn-holder .event-form input[type=submit], .event-form .activities-card-btn-holder input[type=submit],
.activities-card-btn-holder .event-form button,
.event-form .activities-card-btn-holder button {
  color: #768ea3;
  margin: 0 .4rem .8rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.card-popup-holder a.open,
.popup-hover a.open {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #0b233c;
  border-color: #0b233c;
  color: #ffffff;
}

.card-popup-holder a.open:hover,
.popup-hover a.open:hover {
  background: #17497d;
}

.card-popup-holder div,
.popup-hover div {
  padding: .4rem;
  height: 1%;
}

.card-popup-holder div.popup,
.popup-hover div.popup {
  position: absolute;
  display: none;
  width: 100%;
  transform: translate(-50%, -50%);
}

.popup-active div.popup {
  display: block;
  height: auto;
  padding: 1rem;
  background: #ffffff;
}

.popup-active div.popup .select-all {
  border-bottom: 1px solid #000000;
}

.card-popup-holder .popup.popup {
  box-shadow: 0 2rem 3.8rem rgba(62, 63, 101, .14);
  border-radius: .8rem;
  background: #ffffff;
  z-index: 1001;
}

.card-popup-holder .close {
  position: absolute;
  right: 0;
  bottom: 100%;
  text-indent: -9999px;
  display: block;
  width: 2rem;
  height: 2rem;
}

.card-popup-holder .close:before, .card-popup-holder .close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: .2rem;
  background: #ffffff;
}

.card-popup-holder .close:before {
  transform: rotate(45deg);
}

.card-popup-holder .close:after {
  transform: rotate(-45deg);
}

.nav-opener {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding: 0;
  color: #065fa8;
  border: none;
  border-radius: .3rem;
  background-color: transparent;
}

.nav-opener:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.nav-opener-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: .3rem;
  width: 24px;
  height: 2px;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s;
  background-color: currentColor;
}

.nav-opener-icon:before, .nav-opener-icon:after {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: currentColor;
  content: "";
}

.nav-opener-icon:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in;
  top: -5px;
}

.nav-active .nav-opener-icon:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0;
}

.nav-opener-icon:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
  bottom: -5px;
}

.nav-active .nav-opener-icon:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg);
}

.nav-active .nav-opener-icon {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg);
}

.tabset {
  text-align: center;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 0 2.5rem;
  margin: 0 -2.5rem;
}

.tabset-holder {
  position: relative;
}

.tabset-holder:before, .tabset-holder:after {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
  width: 2.5rem;
  height: 100%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  content: "";
}

.tabset-holder:after {
  right: auto;
  left: 100%;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}

.tabset-item {
  display: inline-block;
  vertical-align: top;
  margin-left: -0.5rem;
}

.tabset-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.7rem 1.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #768ea3;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
}

.tabset-link:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .2rem;
  background-color: #e8f0f9;
  content: "";
}

.tabset-link.active {
  color: #065fa8;
}

.tabset-link.active:before {
  background-color: currentColor;
}

.tab-content {
  padding: 4rem 0 2rem;
}

.tab-content-item {
  transition: opacity .3s ease-in;
  opacity: 0;
}

.tab-content-item.active {
  opacity: 1;
}

.twitter-box-icon {
  margin-bottom: 1.8rem;
}

.twitter-box-icon svg {
  width: 4.4rem;
}

.twitter-box-title {
  display: block;
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0196ec;
}

.twitter-box-text {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #768ea3;
}

.twitter-box-meta {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #768ea3;
  opacity: .5;
}

.twitter-slider, .twitter-slider-bg-blue {
  position: relative;
  padding: 0 3rem;
}

.twitter-slider .slick-arrow, .twitter-slider-bg-blue .slick-arrow {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: -1.1rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border-radius: .5rem;
  border: none;
}

.twitter-slider .slick-arrow:focus, .twitter-slider-bg-blue .slick-arrow:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.twitter-slider .slick-arrow.slick-next, .twitter-slider-bg-blue .slick-arrow.slick-next {
  left: auto;
  right: -1.1rem;
}

.hero-slider, .intro-slider {
  visibility: hidden;
  margin-bottom: 4.8rem;
  background: url(images/hero-decor.svg) 2.5rem -11rem no-repeat, linear-gradient(180deg, #e2eaf8 0%, #eff3fa 100%);
  background-size: 130% 100%, auto;
}

.hero-slider:before, .intro-slider:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -5.7rem;
  right: 0;
  z-index: 11;
  background-color: #eff3fa;
  content: "";
  transition: transform 1s ease-out .3s;
}

.hero-slider.slick-initialized, .slick-initialized.intro-slider {
  visibility: visible;
}

.hero-slider.slick-initialized:before, .slick-initialized.intro-slider:before {
  transform: translateY(-100%);
}

.hero-slider.slick-initialized .slick-list, .slick-initialized.intro-slider .slick-list {
  overflow: visible;
}

.hero-slider-content {
  position: relative;
  z-index: 1;
  color: #0b233c;
}

.hero-slider-title {
  margin-bottom: 1.6rem;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.hero-slider-text {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.hero-slider-text-wrap .btn, .hero-slider-text-wrap .js-load-more-activities-btn, .two-col-slide .hero-slider-text-wrap-large .btn, .two-col-slide .hero-slider-text-wrap-large .js-load-more-activities-btn, .two-col-slide .hero-slider-text-wrap-small .btn, .two-col-slide .hero-slider-text-wrap-small .js-load-more-activities-btn, .hero-slider-text-wrap .subscribe-form input[type=submit], .subscribe-form .hero-slider-text-wrap input[type=submit], .two-col-slide .hero-slider-text-wrap-large .subscribe-form input[type=submit], .subscribe-form .two-col-slide .hero-slider-text-wrap-large input[type=submit], .two-col-slide .hero-slider-text-wrap-small .subscribe-form input[type=submit], .subscribe-form .two-col-slide .hero-slider-text-wrap-small input[type=submit],
.hero-slider-text-wrap .subscribe-form button,
.subscribe-form .hero-slider-text-wrap button,
.two-col-slide .hero-slider-text-wrap-large .subscribe-form button,
.subscribe-form .two-col-slide .hero-slider-text-wrap-large button,
.two-col-slide .hero-slider-text-wrap-small .subscribe-form button,
.subscribe-form .two-col-slide .hero-slider-text-wrap-small button, .hero-slider-text-wrap .event-form input[type=submit], .event-form .hero-slider-text-wrap input[type=submit], .two-col-slide .hero-slider-text-wrap-large .event-form input[type=submit], .event-form .two-col-slide .hero-slider-text-wrap-large input[type=submit], .two-col-slide .hero-slider-text-wrap-small .event-form input[type=submit], .event-form .two-col-slide .hero-slider-text-wrap-small input[type=submit],
.hero-slider-text-wrap .event-form button,
.event-form .hero-slider-text-wrap button,
.two-col-slide .hero-slider-text-wrap-large .event-form button,
.event-form .two-col-slide .hero-slider-text-wrap-large button,
.two-col-slide .hero-slider-text-wrap-small .event-form button,
.event-form .two-col-slide .hero-slider-text-wrap-small button {
  margin: 0 1.3rem 1.3rem 0;
}

.hero-slider-img-wrap {
  display: none;
}

.hero-slider-img-wrap svg {
  width: 100%;
  height: auto;
}

.hero-slider .slick-track, .intro-slider .slick-track {
  display: flex !important;
}

.hero-slider .slick-slide, .intro-slider .slick-slide {
  padding: 16.1rem 0 9rem;
  height: inherit !important;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.hero-slider .slick-dots, .intro-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 3.8rem;
  transform: translateX(-50%);
  text-align: center;
}

.hero-slider .slick-dots li, .intro-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0 .3rem;
}

.hero-slider .slick-dots li.slick-active button, .intro-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.hero-slider .slick-dots button, .intro-slider .slick-dots button {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  padding: 0;
  border: none;
  background-color: #065fa8;
  border-radius: 50%;
  opacity: .1;
}

.hero-slider .slick-dots button:focus, .intro-slider .slick-dots button:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.hero-slider-with-bg-image .hero-slider-content {
  color: #ffffff;
}

.hero-slider-with-bg-image .slick-slide {
  position: relative;
}

.hero-slider-with-bg-image .slick-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #0b233c;
  opacity: .5;
  content: "";
}

.hero-slider-with-bg-image .slick-dots button {
  background-color: #ffffff;
}

.hero-slider-with-bg-image .slick-dots button:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.hero-illustration-back2 {
  animation: 1s ease alternate infinite hero-illustration-back2;
}

.hero-illustration-back1 {
  animation: 1s ease alternate infinite hero-illustration-back1 .2s;
}

.hero-illustration-front {
  animation: 1s ease alternate infinite hero-illustration-front .4s;
}

@keyframes hero-illustration-back2 {
  0% {
    transform: translateY(-0.3rem);
  }

  100% {
    transform: translateY(.3rem);
  }
}

@keyframes hero-illustration-back1 {
  0% {
    transform: translatex(-0.3rem);
  }

  100% {
    transform: translatex(.3rem);
  }
}

@keyframes hero-illustration-front {
  0% {
    transform: translate(.3rem, .3rem);
  }

  100% {
    transform: translate(0, 0);
  }
}

.post {
  position: relative;
  padding: 0 0 0 5.6rem;
}

.post-ico {
  position: absolute;
  left: 0;
  top: 0;
}

.post-title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #0b233c;
}

.post-title a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: currentColor;
}

.post-title a:hover {
  color: #065fa8;
}

.post-text {
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.search-bar-opener {
  width: 3rem;
  height: 3rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.search-bar-opener:hover {
  background-color: #f3f3f3;
}

.search-bar-opener:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.search-bar-opener:before, .search-bar-opener:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.6rem;
  height: .2rem;
  background-color: #0b233c;
  opacity: 0;
  content: "";
}

.active .search-bar-opener:before, .active .search-bar-opener:after {
  opacity: 1;
}

.search-bar-opener:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.active .search-bar-opener {
  background-color: #f3f3f3;
}

.search-bar-opener svg {
  fill: #1c3449;
}

.active .search-bar-opener svg {
  opacity: 0;
}

.partners,
.partners03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partners li,
.partners03 li {
  width: 50%;
  margin-bottom: 1.3rem;
}

.partners li:nth-of-type(0),
.partners03 li:nth-of-type(0) {
  animation-delay: .2s;
}

.partners li:nth-of-type(1),
.partners03 li:nth-of-type(1) {
  animation-delay: .3s;
}

.partners li:nth-of-type(2),
.partners03 li:nth-of-type(2) {
  animation-delay: .4s;
}

.partners li:nth-of-type(3),
.partners03 li:nth-of-type(3) {
  animation-delay: .5s;
}

.partners li:nth-of-type(4),
.partners03 li:nth-of-type(4) {
  animation-delay: .6s;
}

.partners li:nth-of-type(5),
.partners03 li:nth-of-type(5) {
  animation-delay: .7s;
}

.partners li:nth-of-type(6),
.partners03 li:nth-of-type(6) {
  animation-delay: .8s;
}

.partners li:nth-of-type(7),
.partners03 li:nth-of-type(7) {
  animation-delay: .9s;
}

.partners li:nth-of-type(8),
.partners03 li:nth-of-type(8) {
  animation-delay: 1s;
}

.partners li:nth-of-type(9),
.partners03 li:nth-of-type(9) {
  animation-delay: 1.1s;
}

.partners li:nth-of-type(10),
.partners03 li:nth-of-type(10) {
  animation-delay: 1.2s;
}

.partners li:nth-of-type(11),
.partners03 li:nth-of-type(11) {
  animation-delay: 1.3s;
}

.partners li:nth-of-type(12),
.partners03 li:nth-of-type(12) {
  animation-delay: 1.4s;
}

.partners li:nth-of-type(13),
.partners03 li:nth-of-type(13) {
  animation-delay: 1.5s;
}

.partners li:nth-of-type(14),
.partners03 li:nth-of-type(14) {
  animation-delay: 1.6s;
}

.partners li:nth-of-type(15),
.partners03 li:nth-of-type(15) {
  animation-delay: 1.7s;
}

.partners li:nth-of-type(16),
.partners03 li:nth-of-type(16) {
  animation-delay: 1.8s;
}

.partners li:nth-of-type(17),
.partners03 li:nth-of-type(17) {
  animation-delay: 1.9s;
}

.partners li:nth-of-type(18),
.partners03 li:nth-of-type(18) {
  animation-delay: 2s;
}

.partners li:nth-of-type(19),
.partners03 li:nth-of-type(19) {
  animation-delay: 2.1s;
}

.partners li:nth-of-type(20),
.partners03 li:nth-of-type(20) {
  animation-delay: 2.2s;
}

.partners a:hover,
.partners03 a:hover {
  opacity: .7;
}

.partners-slider-title {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #0b233c;
}

.partners-slider .slick-list {
  padding: .2rem;
  overflow: visible;
}

.partners-slider .slick-arrow {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background: none;
  border-radius: 50%;
}

.partners-slider .slick-arrow:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.partners-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

.partners-slider .slick-arrow.slick-disabled {
  opacity: .5;
}

.partners-slider .slick-arrow svg {
  display: block;
}

.partners-slider .slick-slide {
  width: 14.1rem;
}

.main-search {
  position: relative;
  padding: 4.3rem 2.4rem;
}

.main-search-holder {
  padding-top: 8rem;
}

.main-search-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.2rem;
}

.main-search-title {
  margin-bottom: 1.7rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  color: #1158c2;
}

.main-search-map {
  position: relative;
  height: 76.2rem;
}

.main-search-map-holder {
  position: absolute;
  left: 2.3rem;
  top: 2.3rem;
  bottom: 6rem;
  right: 2.3rem;
  border-radius: 1.8rem;
  overflow: hidden;
}

.main-search-map .close {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.main-search-results-header {
  margin-bottom: 1.8rem;
}

.main-search-results-heading {
  display: block;
  margin-bottom: 1.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.05;
  color: #1c3449;
}

.main-search-results-heading span {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1.4rem;
  color: #768ea3;
}

.main-search-results-btn {
  padding: 4rem 0;
  text-align: center;
}

.main-search-results-item {
  display: flex;
  padding: 2.3rem 0;
  border: .1rem solid #e1e9f0;
  border-width: .1rem 0;
}

.main-search-results-item + .main-search-results-item {
  margin-top: -0.1rem;
}

.main-search-results-item-text {
  flex: 1 1 calc(100% - 4rem);
  padding-right: 4rem;
}

.main-search-results-item-btns {
  flex: 0 0 4rem;
  margin-top: -0.7rem;
}

.main-search-results-item-btns .btn, .main-search-results-item-btns .js-load-more-activities-btn, .main-search-results-item-btns .subscribe-form input[type=submit], .subscribe-form .main-search-results-item-btns input[type=submit],
.main-search-results-item-btns .subscribe-form button,
.subscribe-form .main-search-results-item-btns button, .main-search-results-item-btns .event-form input[type=submit], .event-form .main-search-results-item-btns input[type=submit],
.main-search-results-item-btns .event-form button,
.event-form .main-search-results-item-btns button {
  margin: 0 0 1.4rem;
}

.main-search-results-item-title {
  display: inline-block;
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 500;
  color: #1158c2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.main-search-results-item-title:after {
  position: relative;
  top: .3rem;
  margin-left: .8rem;
  content: url(images/icons/pin.svg);
}

.main-search-results-item-title span {
  font-weight: 400;
}

.main-search-results-item-indicators-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .8rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #3b5266;
}

.main-search-results-item-indicators-item:hover {
  cursor: pointer;
}

.main-search-results-item-indicators-item:not(:last-child):after {
  width: .4rem;
  height: .4rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 1rem;
  background-color: #dde2e7;
  border-radius: 50%;
  content: "";
}

.main-search-filter {
  flex: 0 0 4.8rem;
  margin-left: .8rem;
}

.main-search-filter-opener {
  width: 4.8rem;
  height: 4.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid #1158c2;
  border-radius: 50%;
}

.main-search-filter-opener:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.main-search-filter-collapse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  touch-action: pan-y;
  padding: 3rem;
  background-color: #ffffff;
}

.main-search-filter-header {
  display: flex;
  align-items: center;
  padding-bottom: 3.4rem;
  border-bottom: .1rem solid #e8f0f9;
}

.main-search-filter-title {
  margin-bottom: 0;
  margin-right: 1.5rem;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.05;
  color: #1c3449;
}

.main-search-filter-close {
  width: 4rem;
  height: 4rem;
  margin-left: auto;
}

.main-search-filter-block {
  position: relative;
  padding-top: 2.4rem;
  padding-bottom: .7rem;
  margin-bottom: 1rem;
  border-bottom: .1rem solid #e8f0f9;
}

.main-search-filter-block-title {
  display: block;
  margin-bottom: 2.3rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.05;
  color: #1c3449;
}

.main-search-filter-block-opener {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  background-color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #768ea3;
  border: none;
}

.main-search-filter-block-opener:hover {
  color: #1d1d1d;
}

.main-search-filter-block-opener:after {
  position: relative;
  top: -0.2rem;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  width: .7rem;
  height: .7rem;
  margin-left: 2rem;
  border: .1rem solid currentColor;
  border-width: 0 .1rem .1rem 0;
  content: "";
}

.main-search-filter-footer {
  padding-top: 1.5rem;
  text-align: center;
}

.main-search-filter-footer .btn, .main-search-filter-footer .js-load-more-activities-btn, .main-search-filter-footer .subscribe-form input[type=submit], .subscribe-form .main-search-filter-footer input[type=submit],
.main-search-filter-footer .subscribe-form button,
.subscribe-form .main-search-filter-footer button, .main-search-filter-footer .event-form input[type=submit], .event-form .main-search-filter-footer input[type=submit],
.main-search-filter-footer .event-form button,
.event-form .main-search-filter-footer button {
  font-weight: 500;
  text-transform: uppercase;
}

.main-search .fake-select {
  flex: 1 1 calc(100% - 5.6rem);
}

.main-search .search-form {
  flex: 1 0 100%;
  margin-bottom: .8rem;
}

.map-box {
  position: relative;
  z-index: 2;
  width: 25rem;
  padding: 2.4rem 1.5rem;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
  border-radius: .8rem;
}

.map-box:before {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #ffffff;
  border-radius: .3rem 0;
  content: "";
}

.map-box-title {
  display: block;
  margin-bottom: .8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #1158c2;
}

.map-box-title:hover {
  color: #0d4393;
}

.map-box-list {
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #3b5266;
}

.map-box-list-item:before {
  width: .2rem;
  height: .2rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 .6rem;
  background-color: #dde2e7;
  content: "";
}

.map-box-list-item span {
  font-weight: 700;
  color: #1158c2;
}

.map-box-footer {
  position: relative;
  display: flex;
  align-items: center;
}

.map-box-footer.active .btn-map-box,
.map-box-footer.active .btn-energy {
  visibility: hidden;
}

.map-box-footer .btn, .map-box-footer .js-load-more-activities-btn, .map-box-footer .subscribe-form input[type=submit], .subscribe-form .map-box-footer input[type=submit],
.map-box-footer .subscribe-form button,
.subscribe-form .map-box-footer button, .map-box-footer .event-form input[type=submit], .event-form .map-box-footer input[type=submit],
.map-box-footer .event-form button,
.event-form .map-box-footer button {
  margin-right: .5rem;
}

.map-box-share {
  margin-left: auto;
}

.map-box-share-opener {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #1158c2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.map-box-share-opener:hover {
  color: #0d4393;
}

.map-box-share-opener .open-state {
  display: none;
}

.active .map-box-share-opener .open-state {
  display: block;
}

.map-box-share-opener .close-state {
  display: block;
}

.active .map-box-share-opener .close-state {
  display: none;
}

.map-box-share-slide {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block !important;
  width: calc(100% - 5rem);
  height: 100% !important;
  opacity: 0;
  pointer-events: none;
  padding: .8rem 0 0;
}

.active .map-box-share-slide {
  opacity: 1;
  pointer-events: auto;
}

.map-box-share-list {
  white-space: nowrap;
}

.map-box-share-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.accordion {
  counter-reset: acc-counter;
}

.accordion-item {
  position: relative;
  border-bottom: .1rem solid #cddae3;
  counter-increment: acc-counter;
}

.accordion-item:before {
  position: absolute;
  left: 0;
  top: 1.6rem;
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  content: counter(acc-counter) ". ";
}

.accordion-item.active:before {
  color: #1158c2;
}

.accordion-opener {
  position: relative;
  display: block;
  padding: 1.6rem 3rem 1.6rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.55;
  color: #0b233c;
  -webkit-text-decoration: none;
  text-decoration: none;
  overflow: hidden;
}

.active .accordion-opener {
  color: #1158c2;
}

.active .accordion-opener .accordion-opener-icon:before, .active .accordion-opener .accordion-opener-icon:after {
  background: currentColor;
}

.accordion-opener-icon {
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 1.6rem;
  color: #cddae3;
  border-radius: 50%;
  border: .2rem solid currentColor;
}

.accordion-opener-icon:before, .accordion-opener-icon:after {
  transition: background .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .8rem;
  height: .2rem;
  background-color: #768ea3;
  content: "";
}

.accordion-opener-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.active .accordion-opener-icon:after {
  opacity: 0;
}

.active .accordion-opener-icon {
  color: #1158c2;
}

.accordion-slide {
  padding: .9rem 0 1.9rem 2.5rem;
  font-size: 1.5rem;
  line-height: 1.55;
  color: #0b233c;
}

.accordion-slide p {
  margin-bottom: 1.6rem;
}

.sidebar-accordion a {
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.6rem;
}

.sidebar-accordion a:hover {
  opacity: .7;
}

.sidebar-accordion-opener {
  position: relative;
  display: block;
  padding: 1.6rem 6rem 1.6rem 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.sidebar-accordion-slide {
  padding: 0 0 1.6rem;
}

.accordion-works .active .accordion-opener {
  color: #0b233c;
}

.accordion-works .accordion-opener {
  font-size: 2.2rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2.5rem;
}

.accordion-works .accordion-slide {
  padding: 0 !important;
}

.accordion-works strong {
  font-weight: 500;
}

.accordion-works-item {
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
  border-bottom: 1px solid #cddae3;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 16px;
  color: #424c54;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
}

.accordion-works-item:hover {
  opacity: .8;
}

.accordion-works-title {
  margin-top: auto;
  display: block;
  color: #1158c2;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.fake-select {
  position: relative;
  z-index: 1;
}

.fake-select-to-list {
  margin-bottom: 1rem;
}

.fake-select-to-list .fake-select-text-wrap {
  background-color: transparent;
  border: .1rem solid #dde2e7;
}

.fake-select.active {
  z-index: 5;
}

.fake-select-text-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.8rem;
  padding: 0 3.8rem 0 1.8rem;
  font-size: 1.4rem;
  line-height: 4.8rem;
  color: #1c3449;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: right;
  background-color: #f1f5f8;
  border-radius: 5.6rem;
}

.fake-select-text-wrap:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(6, 95, 168, .5);
}

.fake-select-text-wrap:after {
  width: .7rem;
  height: .7rem;
  position: absolute;
  right: 1.7rem;
  top: 2rem;
  border: .2rem solid #1c3449;
  border-width: 0 .2rem .2rem 0;
  transform: rotate(45deg);
  content: "";
}

.active .fake-select-text-wrap:after {
  top: 2.2rem;
  transform: rotate(-135deg);
}

.fake-select-title {
  color: #768ea3;
}

.fake-select-text {
  margin-left: auto;
}

.fake-select-drop {
  position: absolute;
  left: 0;
  top: calc(100% + .2rem);
  z-index: 2;
  width: 100%;
  max-height: 19rem;
  overflow-y: auto;
  padding: 1rem 0;
  background-color: #f1f5f8;
  border-radius: .8rem;
  display: none;
}

.active .fake-select-drop {
  display: block;
}

.fake-select-list a {
  display: block;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: right;
  color: #1c3449;
}

.fake-select-list a:hover {
  background-color: #dde2e7;
}

.fake-select-list a:focus {
  outline: none;
  background-color: #dde2e7;
}

.fake-select .jcf-select {
  width: 100%;
  border: none;
  background: none;
}

.filters-form .fake-select-text-wrap {
  position: relative;
  overflow: visible;
  padding-right: 0;
}

.filters-form .fake-select-title {
  width: 95px;
  text-align: left;
}

.jcf-select-filter-select {
  text-align: right;
  width: calc(100% - 5rem) !important;
  max-width: 490px;
  font-size: 1.4rem;
}

.jcf-select-filter-select .jcf-select-text {
  color: #1158c2;
}

.jcf-select-filter-select .jcf-list {
  transform: translate(-103px, 10px);
  background: #f1f5f8;
  border-radius: 8px;
}

.jcf-select-filter-select .jcf-option {
  padding: 0 50px;
}

.jcf-select-filter-select li:first-child {
  border-radius: .8rem .8rem 0 0;
}

.jcf-select-filter-select li:last-child {
  border-radius: 0 0 .8rem .8rem;
}

.heading-section {
  position: relative;
  background: url(images/map-dotted.svg) 50% 12rem no-repeat;
  background-size: 83rem 36.8rem;
}

.heading-section:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, #e2eaf8 0%, #e2eaf8 80%, #eff3fa 100%);
  content: "";
}

.heading-section:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -5.7rem;
  right: 0;
  z-index: 11;
  background-color: #eff3fa;
  content: "";
  transition: transform 1s ease-out .3s;
}

.page-loaded .heading-section:after {
  transform: translateY(-100%);
}

.heading-section-centered {
  text-align: center;
}

.heading-section-centered.heading-section:after {
  bottom: 0;
}

.heading-section-holder, .heading-section-holder02,
.heading-section-holder03, .heading-section-holder04.heading-section-holder04 {
  padding: 16rem 0 4.8rem;
}

.heading-section-holder-sm {
  padding: 16rem 0 4.8rem;
}

.heading-section-main-column {
  margin-bottom: 4.5rem;
}

.heading-section-title {
  margin-bottom: 1.6rem;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0b233c;
}

.heading-section-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0b233c;
}

.heading-section-illustration {
  max-width: 23.5rem;
  margin: 0 auto;
}

.heading-section-illustration svg {
  max-width: 100%;
  height: auto;
}

.spinner {
  display: none;
  vertical-align: middle;
  animation: spinner .8s infinite linear;
}

.loading .spinner {
  display: inline-block;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tooltip,
.hover-tooltip {
  position: absolute;
  z-index: 100;
  width: 12rem;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #ffffff;
  background-color: #1c3449;
  border-radius: .8rem;
}

.tooltip:before,
.hover-tooltip:before {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1.5rem;
  top: 0;
  z-index: -1;
  transform: rotate(45deg) translateY(-50%);
  background-color: #1c3449;
  content: "";
}

.hover-tooltip {
  text-align: center;
  transform: translate(-30px, 20px);
}

.tagcloud > a,
.tag {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: .2rem 3rem .2rem 1.2rem;
  margin: 0 .1rem .7rem 0;
  font-size: 1.2rem;
  line-height: 2rem;
  white-space: nowrap;
  color: #768ea3;
  border-radius: 1.6rem;
  border: .2rem solid #f1f5f8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.tagcloud > a:hover,
.tag:hover {
  border-color: #d3d7db;
}

.tagcloud > a:hover .tag-delete,
.tag:hover .tag-delete {
  border: .1rem solid #1c3449;
}

.tagcloud > a:focus,
.tag:focus {
  box-shadow: 0 0 0 .2rem rgba(241, 245, 248, .7);
  outline: none;
}

.tagcloud > a-delete,
.tag-delete {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  right: .6rem;
  transform: translateY(-50%);
  margin-left: 1rem;
  color: #1c3449;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  border: none;
}

.tagcloud > a-delete:before, .tagcloud > a-delete:after,
.tag-delete:before,
.tag-delete:after {
  width: .8rem;
  height: .1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: currentColor;
  content: "";
}

.tagcloud > a-delete:after,
.tag-delete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox-popup {
  max-width: 80.8rem;
  padding: 0;
  border-radius: 1.6rem;
}

.lightbox-popup > img {
  width: 100%;
}

.lightbox-popup .popup-text {
  padding: 4rem 4rem 4.8rem;
}

.lightbox-popup .even-date {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.lightbox-popup h4 {
  margin-bottom: 2.2rem;
}

.lightbox-popup .text-center a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #1158c2;
  font-size: 1.5rem;
}

.lightbox-popup .fancybox-button {
  display: none;
}

.load-more-holder {
  position: relative;
  padding-bottom: 15rem;
}

.load-more {
  display: none;
}

.js-load-more-activities-btn {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

.team-block-l-col {
  margin-bottom: 3rem;
}

.team-block-l-col a {
  color: #065fa8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.team-block-l-col a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.team-slider-title {
  margin-bottom: 2.4rem;
  font-size: 2.2rem;
  line-height: 1.05;
}

.team-slider-holder {
  padding: 3rem;
  background-color: #ffffff;
  box-shadow: 0 20px 38px rgba(62, 63, 101, .14);
}

.team-slider .slick-list {
  margin-bottom: 3rem;
}

.team-slider .slick-dots {
  text-indent: -9999px;
  justify-content: center;
  display: flex !important;
}

.team-slider .slick-dots li {
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1158c2;
  margin: 0 .5rem;
  opacity: .1;
  cursor: pointer;
}

.team-slider .slick-dots li:hover {
  opacity: .5;
}

.team-slider .slick-dots .slick-active {
  opacity: 1;
}

.team-slider .card-with-slide-text,
.team-slider .card-with-text {
  font-size: 1.5rem;
  overflow: hidden;
}

.team-slider .card-with-slide-text img,
.team-slider .card-with-text img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 40rem;
}

.custom-scroll, .main-search-filter-collapse {
  scrollbar-color: #98b0c2 transparent;
  scrollbar-width: thin;
}

.custom-scroll::-webkit-scrollbar, .main-search-filter-collapse::-webkit-scrollbar {
  width: .3rem;
}

.custom-scroll::-webkit-scrollbar-track, .main-search-filter-collapse::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb, .main-search-filter-collapse::-webkit-scrollbar-thumb {
  background: #98b0c2;
}

.custom-scroll::-webkit-scrollbar-thumb:hover, .main-search-filter-collapse::-webkit-scrollbar-thumb:hover {
  background: #98b0c2;
}

.faq .search-form {
  margin-bottom: 1rem;
}

.faq-sidebar {
  margin-bottom: 5rem;
}

.city-head-info {
  margin-bottom: 3.2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0b233c;
}

.city-head-info-city-name {
  color: #1158c2;
}

.city-head-info-item {
  display: inline-block;
}

.city-head-info-item + .city-head-info-item:before {
  width: .4rem;
  height: .4rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .8rem 0 .3rem;
  background-color: #768ea3;
  border-radius: 50%;
  content: "";
}

.city-head-btns {
  text-align: right;
}

.city-info-item {
  margin-bottom: 1.2rem;
  padding: 2.1rem 2.4rem;
  background-color: #ffffff;
  border-radius: .8rem;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
}

.city-info-ico {
  width: 4rem;
  height: 4rem;
  float: left;
  margin-right: 1.6rem;
}

.city-info-ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.city-info-title {
  margin-bottom: 3.4rem;
  padding-top: 1rem;
  font-size: 2.1rem;
  line-height: 1.05;
  color: #0b233c;
}

.city-info-indicators {
  display: flex;
}

.city-info-indicators-item {
  position: relative;
  flex: 1 1 33.333333%;
  z-index: 3;
}

.city-info-indicators-item:nth-child(2) {
  z-index: 2;
}

.city-info-indicators-item:nth-child(3) {
  z-index: 1;
}

.city-info-indicators-item + .city-info-indicators-item {
  margin-left: -2.4rem;
}

.city-info-indicators-title {
  display: block;
  margin-bottom: .9rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #161a53;
  opacity: .2;
}

.active .city-info-indicators-title {
  opacity: 1;
}

.green .city-info-indicators-title {
  color: #3f7f33;
}

.orange .city-info-indicators-title {
  color: #fb8d0b;
}

.city-info-indicators-scale {
  display: block;
  width: 100%;
  height: 3.2rem;
  background: #e8e9f2;
  border-radius: 4rem;
}

.active .city-info-indicators-scale {
  background: linear-gradient(90deg, #1d2480 0%, #4e56d6 95.21%);
}

.green .active .city-info-indicators-scale {
  background: linear-gradient(90deg, #428b35 0%, #6aba5b 100%);
}

.orange .active .city-info-indicators-scale {
  background: linear-gradient(90deg, #fb8c0a 0%, #ffad41 100%);
}

.green .city-info-indicators-scale {
  background: linear-gradient(270deg, #dbecd7 0%, #ffffff 100%);
}

.orange .city-info-indicators-scale {
  background: linear-gradient(90deg, #ffffff 0%, #feecd4 100%);
}

.city-info-box {
  padding: 2.4rem 3rem;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  color: #1158c2;
  background-color: #ffffff;
  border-radius: .8rem;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
}

.city-info-box-title {
  display: block;
  margin-bottom: 3.1rem;
  font-weight: 500;
}

.city-info-box-img {
  margin-bottom: 3.4rem;
}

.city-info-box-img img {
  width: 16.1rem;
}

.city-info-box-text {
  font-weight: 500;
  margin-bottom: 0;
}

.city-graph-heading-block {
  margin-bottom: 4.2rem;
}

.city-graph-title {
  margin-bottom: 1.7rem;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #0b233c;
}

.city-graph-text {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #768ea3;
}

.city-graph-box {
  padding: 3.3rem 2.3rem;
  margin-bottom: 1.6rem;
  box-shadow: 0 3px 5px rgba(62, 63, 101, .05);
  border-radius: .8rem;
  background-color: #ffffff;
}

.city-graph-legend {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #768ea3;
}

.city-graph-legend-title {
  display: block;
  margin-bottom: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #1158c2;
}

.city-graph-legend-item {
  position: relative;
  padding: 0 0 0 5.7rem;
}

.city-graph-legend-item:not(:last-child) {
  margin-bottom: 1.65rem;
}

.city-graph-legend-item svg {
  position: absolute;
  left: 0;
  top: 0;
}

.city-head-btns .btn, .city-head-btns .subscribe-form input[type=submit], .subscribe-form .city-head-btns input[type=submit],
.city-head-btns .subscribe-form button,
.subscribe-form .city-head-btns button, .city-head-btns .event-form input[type=submit], .event-form .city-head-btns input[type=submit],
.city-head-btns .event-form button,
.event-form .city-head-btns button, .city-head-btns .js-load-more-activities-btn {
  margin-left: .5rem;
}

#app {
  margin-top: var(--header-height);
}

@media (min-width: 375px) {
  .map-box {
    width: 29.6rem;
  }

  .map-box-list-item {
    display: inline-block;
    vertical-align: top;
  }

  .map-box-list-item:first-of-type:before {
    display: none;
  }
}

@media (min-width: 480px) {
  .author-name {
    margin-bottom: .5rem;
  }

  .cards-with-slide-text-holder > *,
  .cards-with-text-holder > * {
    width: calc(50% - 2.4rem);
    margin: 0 1.2rem 2.4rem;
  }

  .cards-with-text-holder > * {
    width: calc(100% - 2.4rem);
    margin: 0 1.2rem 2.4rem;
  }

  .footer-menu-col {
    flex: 1 1 auto;
  }

  .base-section-masked:before {
    height: 5.5rem;
    background-image: url(images/shape.svg);
  }

  .tiles-holder > * {
    width: calc(50% - 2.4rem);
    margin: 0 1.2rem 2.4rem;
  }

  .card-list-item {
    padding: .3rem 0 0 3.6rem;
  }

  .partners li,
  .partners03 li {
    width: 33.333333%;
  }

  .main-search-results-item-btns {
    display: flex;
    flex-direction: row-reverse;
    flex: 0 0 10rem;
    margin-top: 0;
  }

  .main-search-results-item-btns .btn, .main-search-results-item-btns .js-load-more-activities-btn, .main-search-results-item-btns .subscribe-form input[type=submit], .subscribe-form .main-search-results-item-btns input[type=submit],
  .main-search-results-item-btns .subscribe-form button,
  .subscribe-form .main-search-results-item-btns button, .main-search-results-item-btns .event-form input[type=submit], .event-form .main-search-results-item-btns input[type=submit],
  .main-search-results-item-btns .event-form button,
  .event-form .main-search-results-item-btns button {
    margin: 0 0 0 1rem;
  }

  .main-search-filter-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .main-search-filter-col {
    flex: 1 1 50%;
    max-width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-section-title + .city-head-info {
    margin-top: -0.8rem;
  }

  .city-info-box-title {
    margin-bottom: 4.4rem;
  }
}

@media screen and (min-width: 480px) {
  .base-section.base-section-large-Yoffset {
    padding: 9rem 0;
  }

  .post-visual,
  .post-video {
    display: flex;
  }

  .post-visual .img-holder,
  .post-video .img-holder {
    flex: 1 1 auto;
    margin-bottom: 0;
  }

  .partners02 > div {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .event-form p {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
  }

  .event-form p > * {
    margin: 0 1.2rem 1.6rem;
    max-width: calc(100% - 2.4rem);
    flex: 1 0 calc(100% - 2.4rem);
    width: 100%;
  }

  .event-form .Name,
  .event-form .Email {
    max-width: calc(50% - 2.4rem);
    flex: 1 0 calc(50% - 2.4rem);
    width: auto;
    margin-bottom: 16px;
  }

  .focus-area {
    margin: 0 -1.2rem;
  }

  .focus-area .btn, .focus-area .js-load-more-activities-btn, .focus-area .subscribe-form input[type=submit], .subscribe-form .focus-area input[type=submit],
  .focus-area .subscribe-form button,
  .subscribe-form .focus-area button, .focus-area .event-form input[type=submit], .event-form .focus-area input[type=submit],
  .focus-area .event-form button,
  .event-form .focus-area button {
    margin: 0 1.2rem 1.2rem;
  }

  .intro-slider .slick-slide.slick-slide {
    padding-top: 0;
  }

  .two-cols-content-wrap h5, .two-cols-content-wrap .h5,
  .two-cols-content-wrap02 h5,
  .two-cols-content-wrap02 .h5 {
    margin-bottom: 3.2rem;
  }

  .post-visual img,
  .post-video img {
    height: 44.4rem;
  }

  .cards-holder-two-col .card {
    width: calc(50% - 2.4rem);
  }

  .base-cols-holder {
    display: flex;
  }

  .base-col-half {
    flex: 1 0 50%;
    max-width: 50%;
  }

  .heading-section-holder02 .heading-section-main-column,
  .heading-section-holder03 .heading-section-main-column {
    padding-right: 5rem;
  }

  .heading-section-holder02 .heading-section-add-column,
  .heading-section-holder03 .heading-section-add-column {
    padding-left: 1.2rem;
  }

  .heading-section-holder03.heading-section-holder03 {
    padding: 5rem 0;
  }

  .heading-section-holder04.heading-section-holder04 {
    display: flex;
  }

  .heading-section-holder04.heading-section-holder04 .heading-section-main-column {
    padding-right: 5rem;
  }

  .profile-heading-section .col-title-large {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 2.4rem;
  }

  .profile-heading-section .col-content-small {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 3.4rem;
  }

  .card-slide-holder .card-with-slide-text {
    max-width: none;
  }

  .card-slide-holder .slick-dots {
    display: flex !important;
  }

  .card-with-slide-text h5,
  .card-with-text h5 {
    font-size: 2.4rem;
  }

  .event-info .activities-holder > * {
    margin-bottom: 0;
  }

  .activities-card-lg .title-holder {
    float: left;
    max-width: 670px;
  }

  .activities-card-lg .card-icon-list {
    float: right;
  }

  .card-icon-list {
    padding-left: 3rem;
  }

  .popup-active div.popup {
    width: 414px;
    padding: 1.6rem;
  }

  .partners03 li {
    width: 16.6666666667%;
  }

  .jcf-select-filter-select {
    max-width: none;
  }

  .jcf-select-filter-select .jcf-select-text {
    margin-right: 5rem;
  }

  .heading-section-main-column-full {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }

  .map-info {
    bottom: 5.7rem;
    width: auto;
    max-width: none;
    padding: 1.8rem 4rem;
    border-radius: 6rem;
    white-space: nowrap;
  }

  .map-info-item:nth-child(2) {
    margin: 0;
  }

  .map-info-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 3.2rem 0 0;
  }

  .fade-up, .partners li,
  .partners03 li, .post, .info-list-item, .tile-flip, .tile, .base-heading, blockquote {
    opacity: 0;
  }

  .fade-up:nth-of-type(0), .partners li:nth-of-type(0),
  .partners03 li:nth-of-type(0), .post:nth-of-type(0), .info-list-item:nth-of-type(0), .tile-flip:nth-of-type(0), .tile:nth-of-type(0), .base-heading:nth-of-type(0), blockquote:nth-of-type(0) {
    animation-delay: 0s;
  }

  .fade-up:nth-of-type(1), .partners li:nth-of-type(1),
  .partners03 li:nth-of-type(1), .post:nth-of-type(1), .info-list-item:nth-of-type(1), .tile-flip:nth-of-type(1), .tile:nth-of-type(1), .base-heading:nth-of-type(1), blockquote:nth-of-type(1) {
    animation-delay: .1s;
  }

  .fade-up:nth-of-type(2), .partners li:nth-of-type(2),
  .partners03 li:nth-of-type(2), .post:nth-of-type(2), .info-list-item:nth-of-type(2), .tile-flip:nth-of-type(2), .tile:nth-of-type(2), .base-heading:nth-of-type(2), blockquote:nth-of-type(2) {
    animation-delay: .2s;
  }

  .fade-up:nth-of-type(3), .partners li:nth-of-type(3),
  .partners03 li:nth-of-type(3), .post:nth-of-type(3), .info-list-item:nth-of-type(3), .tile-flip:nth-of-type(3), .tile:nth-of-type(3), .base-heading:nth-of-type(3), blockquote:nth-of-type(3) {
    animation-delay: .3s;
  }

  .fade-up:nth-of-type(4), .partners li:nth-of-type(4),
  .partners03 li:nth-of-type(4), .post:nth-of-type(4), .info-list-item:nth-of-type(4), .tile-flip:nth-of-type(4), .tile:nth-of-type(4), .base-heading:nth-of-type(4), blockquote:nth-of-type(4) {
    animation-delay: .4s;
  }

  .fade-up:nth-of-type(5), .partners li:nth-of-type(5),
  .partners03 li:nth-of-type(5), .post:nth-of-type(5), .info-list-item:nth-of-type(5), .tile-flip:nth-of-type(5), .tile:nth-of-type(5), .base-heading:nth-of-type(5), blockquote:nth-of-type(5) {
    animation-delay: .5s;
  }

  .fade-up:nth-of-type(6), .partners li:nth-of-type(6),
  .partners03 li:nth-of-type(6), .post:nth-of-type(6), .info-list-item:nth-of-type(6), .tile-flip:nth-of-type(6), .tile:nth-of-type(6), .base-heading:nth-of-type(6), blockquote:nth-of-type(6) {
    animation-delay: .6s;
  }

  .fade-up:nth-of-type(7), .partners li:nth-of-type(7),
  .partners03 li:nth-of-type(7), .post:nth-of-type(7), .info-list-item:nth-of-type(7), .tile-flip:nth-of-type(7), .tile:nth-of-type(7), .base-heading:nth-of-type(7), blockquote:nth-of-type(7) {
    animation-delay: .7s;
  }

  .fade-up:nth-of-type(8), .partners li:nth-of-type(8),
  .partners03 li:nth-of-type(8), .post:nth-of-type(8), .info-list-item:nth-of-type(8), .tile-flip:nth-of-type(8), .tile:nth-of-type(8), .base-heading:nth-of-type(8), blockquote:nth-of-type(8) {
    animation-delay: .8s;
  }

  .fade-up:nth-of-type(9), .partners li:nth-of-type(9),
  .partners03 li:nth-of-type(9), .post:nth-of-type(9), .info-list-item:nth-of-type(9), .tile-flip:nth-of-type(9), .tile:nth-of-type(9), .base-heading:nth-of-type(9), blockquote:nth-of-type(9) {
    animation-delay: .9s;
  }

  .fade-up:nth-of-type(10), .partners li:nth-of-type(10),
  .partners03 li:nth-of-type(10), .post:nth-of-type(10), .info-list-item:nth-of-type(10), .tile-flip:nth-of-type(10), .tile:nth-of-type(10), .base-heading:nth-of-type(10), blockquote:nth-of-type(10) {
    animation-delay: 1s;
  }

  .fade-up:nth-of-type(11), .partners li:nth-of-type(11),
  .partners03 li:nth-of-type(11), .post:nth-of-type(11), .info-list-item:nth-of-type(11), .tile-flip:nth-of-type(11), .tile:nth-of-type(11), .base-heading:nth-of-type(11), blockquote:nth-of-type(11) {
    animation-delay: 1.1s;
  }

  .fade-up:nth-of-type(12), .partners li:nth-of-type(12),
  .partners03 li:nth-of-type(12), .post:nth-of-type(12), .info-list-item:nth-of-type(12), .tile-flip:nth-of-type(12), .tile:nth-of-type(12), .base-heading:nth-of-type(12), blockquote:nth-of-type(12) {
    animation-delay: 1.2s;
  }

  .fade-up:nth-of-type(13), .partners li:nth-of-type(13),
  .partners03 li:nth-of-type(13), .post:nth-of-type(13), .info-list-item:nth-of-type(13), .tile-flip:nth-of-type(13), .tile:nth-of-type(13), .base-heading:nth-of-type(13), blockquote:nth-of-type(13) {
    animation-delay: 1.3s;
  }

  .fade-up:nth-of-type(14), .partners li:nth-of-type(14),
  .partners03 li:nth-of-type(14), .post:nth-of-type(14), .info-list-item:nth-of-type(14), .tile-flip:nth-of-type(14), .tile:nth-of-type(14), .base-heading:nth-of-type(14), blockquote:nth-of-type(14) {
    animation-delay: 1.4s;
  }

  .fade-up:nth-of-type(15), .partners li:nth-of-type(15),
  .partners03 li:nth-of-type(15), .post:nth-of-type(15), .info-list-item:nth-of-type(15), .tile-flip:nth-of-type(15), .tile:nth-of-type(15), .base-heading:nth-of-type(15), blockquote:nth-of-type(15) {
    animation-delay: 1.5s;
  }

  .fade-up:nth-of-type(16), .partners li:nth-of-type(16),
  .partners03 li:nth-of-type(16), .post:nth-of-type(16), .info-list-item:nth-of-type(16), .tile-flip:nth-of-type(16), .tile:nth-of-type(16), .base-heading:nth-of-type(16), blockquote:nth-of-type(16) {
    animation-delay: 1.6s;
  }

  .fade-up:nth-of-type(17), .partners li:nth-of-type(17),
  .partners03 li:nth-of-type(17), .post:nth-of-type(17), .info-list-item:nth-of-type(17), .tile-flip:nth-of-type(17), .tile:nth-of-type(17), .base-heading:nth-of-type(17), blockquote:nth-of-type(17) {
    animation-delay: 1.7s;
  }

  .fade-up:nth-of-type(18), .partners li:nth-of-type(18),
  .partners03 li:nth-of-type(18), .post:nth-of-type(18), .info-list-item:nth-of-type(18), .tile-flip:nth-of-type(18), .tile:nth-of-type(18), .base-heading:nth-of-type(18), blockquote:nth-of-type(18) {
    animation-delay: 1.8s;
  }

  .fade-up:nth-of-type(19), .partners li:nth-of-type(19),
  .partners03 li:nth-of-type(19), .post:nth-of-type(19), .info-list-item:nth-of-type(19), .tile-flip:nth-of-type(19), .tile:nth-of-type(19), .base-heading:nth-of-type(19), blockquote:nth-of-type(19) {
    animation-delay: 1.9s;
  }

  .fade-up:nth-of-type(20), .partners li:nth-of-type(20),
  .partners03 li:nth-of-type(20), .post:nth-of-type(20), .info-list-item:nth-of-type(20), .tile-flip:nth-of-type(20), .tile:nth-of-type(20), .base-heading:nth-of-type(20), blockquote:nth-of-type(20) {
    animation-delay: 2s;
  }

  .fade-up.in-viewport, .partners li.in-viewport,
  .partners03 li.in-viewport, .in-viewport.post, .in-viewport.info-list-item, .in-viewport.tile-flip, .in-viewport.tile, .in-viewport.base-heading, blockquote.in-viewport {
    animation-name: fade-up;
    animation-duration: .3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .slick-slide .fade-up, .slick-slide .partners li, .partners .slick-slide li,
  .slick-slide .partners03 li,
  .partners03 .slick-slide li, .slick-slide .post, .slick-slide .info-list-item, .slick-slide .tile-flip, .slick-slide .tile, .slick-slide .base-heading, .slick-slide blockquote {
    opacity: 1;
    animation: none;
  }

  .fade-up-list > * {
    opacity: 0;
  }

  .fade-up-list > *:nth-of-type(0) {
    animation-delay: 0s;
  }

  .fade-up-list > *:nth-of-type(1) {
    animation-delay: .1s;
  }

  .fade-up-list > *:nth-of-type(2) {
    animation-delay: .2s;
  }

  .fade-up-list > *:nth-of-type(3) {
    animation-delay: .3s;
  }

  .fade-up-list > *:nth-of-type(4) {
    animation-delay: .4s;
  }

  .fade-up-list > *:nth-of-type(5) {
    animation-delay: .5s;
  }

  .fade-up-list > *:nth-of-type(6) {
    animation-delay: .6s;
  }

  .fade-up-list > *:nth-of-type(7) {
    animation-delay: .7s;
  }

  .fade-up-list > *:nth-of-type(8) {
    animation-delay: .8s;
  }

  .fade-up-list > *:nth-of-type(9) {
    animation-delay: .9s;
  }

  .fade-up-list > *:nth-of-type(10) {
    animation-delay: 1s;
  }

  .fade-up-list > *:nth-of-type(11) {
    animation-delay: 1.1s;
  }

  .fade-up-list > *:nth-of-type(12) {
    animation-delay: 1.2s;
  }

  .fade-up-list > *:nth-of-type(13) {
    animation-delay: 1.3s;
  }

  .fade-up-list > *:nth-of-type(14) {
    animation-delay: 1.4s;
  }

  .fade-up-list > *:nth-of-type(15) {
    animation-delay: 1.5s;
  }

  .fade-up-list > *:nth-of-type(16) {
    animation-delay: 1.6s;
  }

  .fade-up-list > *:nth-of-type(17) {
    animation-delay: 1.7s;
  }

  .fade-up-list > *:nth-of-type(18) {
    animation-delay: 1.8s;
  }

  .fade-up-list > *:nth-of-type(19) {
    animation-delay: 1.9s;
  }

  .fade-up-list > *:nth-of-type(20) {
    animation-delay: 2s;
  }

  .slick-slide .fade-up-list > * {
    opacity: 1;
    animation: none;
  }

  .cards-with-slide-text-holder > *,
  .cards-with-text-holder > * {
    width: calc(33.333333333% - 2.4rem);
  }

  .cards-with-text-holder > * {
    width: calc(33.333333333% - 2.4rem);
  }

  .footer-col-sm {
    width: 33%;
  }

  .footer-col-lg {
    width: 57.5%;
  }

  .footer-row {
    display: flex;
    justify-content: space-between;
  }

  .footer-bottom {
    padding: 3.2rem 0 0;
  }

  .copyright {
    flex: 0 0 auto;
    margin-right: 2.5rem;
  }

  .container, .hero-slider .slick-dots, .intro-slider .slick-dots,
  .sm-container {
    max-width: 960px;
  }

  .sm-container {
    max-width: 960px;
  }

  .base-two-columns {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .base-two-columns-col-sm {
    width: 46.5%;
    padding-right: 2rem;
  }

  .base-two-columns-col-lg {
    width: 53.5%;
    margin-bottom: 0;
  }

  .btn-header {
    padding: 1.2rem 1.2rem;
    margin-left: .5rem;
  }

  .tiles-holder > * {
    width: calc(33.333333333% - 2.4rem);
  }

  .tile-flip-holder > * {
    width: calc(50% - 2.4rem);
    margin: 0 1.2rem 2.4rem;
  }

  .tile-slider {
    margin-bottom: 0;
  }

  .tile-slider .slick-list:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 5rem;
    height: 100%;
    background: linear-gradient(to right, #e2eaf8 0%, rgba(239, 243, 250, 0) 100%);
    content: "";
  }

  .tile-slider .slick-list {
    padding: 4rem 0 5rem 5rem;
    margin-right: calc(-100vh + 480px);
    overflow: hidden;
  }

  .tile-slider + .city-head-btns {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
  }

  .cards-holder > * {
    width: calc(50% - 2.4rem);
    margin: 0 1.2rem 2.4rem;
  }

  .tabset {
    overflow: hidden;
  }

  .twitter-box {
    display: flex;
  }

  .twitter-box-icon {
    flex: 1 1 24.2%;
    text-align: center;
  }

  .twitter-box-icon svg {
    width: 9.2rem;
  }

  .twitter-box-body {
    flex: 1 1 75.8%;
    padding-right: 10%;
  }

  .hero-slider, .intro-slider {
    margin-bottom: 3rem;
    background-position: 100% 0;
    background-size: contain, auto;
  }

  .hero-slider-content {
    display: flex;
  }

  .hero-slider-text-wrap, .two-col-slide .hero-slider-text-wrap-large, .two-col-slide .hero-slider-text-wrap-small {
    width: 60%;
    max-width: 60rem;
    padding: 3rem 0 6.7rem;
  }

  .hero-slider-img-wrap {
    display: block;
    width: 40%;
    align-self: flex-end;
    margin: 0 0 -3rem -3rem;
  }

  .hero-slider .slick-slide, .intro-slider .slick-slide {
    padding: 12rem 0 0;
  }

  .hero-slider .slick-dots, .intro-slider .slick-dots {
    text-align: left;
  }

  .partners-tabs .partners li,
  .partners-tabs .partners03 li {
    opacity: 0;
  }

  .in-viewport .active .partners li,
  .in-viewport .active .partners03 li {
    animation-name: fade-up;
    animation-duration: .3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .partners li,
  .partners03 li {
    width: 20%;
  }

  .main-search-filter-footer {
    flex: 0 0 auto;
    margin-top: auto;
  }

  .accordion-opener-icon:before, .accordion-opener-icon:after {
    width: 1rem;
  }

  .heading-section-centered .heading-section-main-column {
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
  }

  .heading-section-holder, .heading-section-holder02,
  .heading-section-holder03, .heading-section-holder04.heading-section-holder04 {
    display: flex;
    align-items: center;
  }

  .heading-section-main-column {
    width: 50%;
    margin-bottom: 0;
  }

  .heading-section-add-column {
    width: 50%;
  }

  .team-block {
    display: flex;
  }

  .team-block-l-col {
    flex: 1 1 60%;
    max-width: 60%;
    padding-right: 2rem;
    margin-bottom: 0;
  }

  .team-block-r-col {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .team-slider .card-with-slide-text h5,
  .team-slider .card-with-text h5 {
    font-size: 2.1rem;
  }

  .main-city-info {
    display: flex;
    align-items: flex-start;
    margin: 0 -1.2rem;
  }

  .main-city-info .city-info-list {
    margin: 0 1.2rem;
    flex: 1 1 60%;
  }

  .main-city-info .city-info-box {
    margin: 0 1.2rem;
    flex: 1 1 40%;
  }

  .city-graph-heading-block {
    float: left;
    width: calc(50% - 1rem);
  }

  .city-graph-box-to-right {
    float: right;
    width: calc(50% - 1rem);
  }

  .city-graph-box-to-left {
    float: left;
    width: calc(50% - 1rem);
  }

  .city-open-closes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
  }

  .city-open-closes-col {
    width: 50%;
    padding: 0 1.2rem;
  }
}

@media (min-width: 1024px) {
  #content {
    float: left;
    width: 70%;
  }

  #content:only-child {
    float: none;
    width: 100%;
  }

  #sidebar {
    float: right;
    width: 25%;
  }

  #sidebar #wp-calendar {
    width: 100%;
  }

  [id=header] .drop {
    position: static;
    flex-direction: row;
    align-items: center;
    padding: 0;
    width: auto;
    height: auto;
    clip-path: none;
    pointer-events: auto;
    background: none;
    overflow: visible;
  }

  .nav-active [id=header] .drop {
    clip-path: none;
  }

  [id=header] .drop-bottom {
    margin: 0;
    max-width: none;
    width: auto;
    white-space: nowrap;
  }

  .d-lg-block {
    display: block !important;
  }

  .nav {
    margin: 0;
    max-width: none;
    width: auto;
  }

  .nav ul ul:before {
    height: 0;
    width: 0;
    border-bottom: .75rem solid #ffffff;
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    position: absolute;
    left: 1rem;
    bottom: calc(100% - .2rem);
    content: "";
  }

  .nav ul ul {
    transition: opacity .3s cubic-bezier(.165, .84, .44, 1), visibility .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
    position: absolute;
    left: 0;
    top: calc(100% + 2rem);
    width: 20rem;
    padding: .5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    background-color: #ffffff;
    border-radius: .5rem;
    box-shadow: 0 0 1rem rgba(29, 29, 29, .2);
  }

  .nav ul ul a:hover {
    color: inherit;
    background-color: rgba(6, 95, 168, .2);
  }

  .nav ul ul a {
    display: block;
    width: 100%;
    padding: .8rem 1rem;
  }

  .nav ul ul li {
    margin-left: 0;
  }

  .nav ul > li:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 15rem;
    height: 3rem;
    content: "";
  }

  .nav ul > li.hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav > ul > li {
    border: none;
  }

  .nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 1.5rem;
  }

  .nav li.current-page > a:before {
    opacity: 1;
  }

  .nav li.current-page > a {
    background-color: transparent;
  }

  .nav a:before {
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 100%;
    height: .2rem;
    background-color: #065fa8;
    opacity: 0;
    content: "";
  }

  .nav a {
    font-size: 1.5rem;
    padding: 0;
  }

  .nav .opener {
    display: none;
  }

  .tiles-holder > * {
    width: calc(25% - 2.4rem);
  }

  .nav-opener {
    display: none;
  }

  .search-bar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.5rem;
  }

  .search-bar-slide {
    display: block !important;
    position: absolute;
    top: -1.2rem;
    right: calc(100% + 1.5rem);
    width: 50rem;
    height: auto !important;
    padding: .4rem;
    transform: translate(-20vw);
    transform-origin: 100% 50%;
    opacity: 0;
    overflow: hidden;
    transition: transform .3s ease-in, opacity .3s ease-in;
  }

  .active .search-bar-slide {
    transform: translate(0);
    opacity: 1;
  }

  .partners-slider {
    padding: 0 4.3rem;
  }

  .partners-slider .slick-list {
    overflow: hidden;
  }

  .partners-slider .slick-arrow {
    display: block !important;
  }

  .main-search {
    flex: 0 0 38.9%;
    max-width: 38.9%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .main-search-holder {
    display: flex;
    height: 100vh;
  }

  .main-search-map {
    flex: 1 1 auto;
    height: 100%;
  }

  .main-search-map-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: visible;
    border-radius: 0;
  }

  .main-search-map .close {
    display: none;
  }

  .main-search-results {
    max-height: none;
    overflow-y: auto;
  }

  .main-search-results-btn .btn, .main-search-results-btn .js-load-more-activities-btn, .main-search-results-btn .subscribe-form input[type=submit], .subscribe-form .main-search-results-btn input[type=submit],
  .main-search-results-btn .subscribe-form button,
  .subscribe-form .main-search-results-btn button, .main-search-results-btn .event-form input[type=submit], .event-form .main-search-results-btn input[type=submit],
  .main-search-results-btn .event-form button,
  .event-form .main-search-results-btn button {
    display: none;
  }

  .main-search-results-item-title:after {
    display: none;
  }

  .main-search-filter-collapse {
    display: flex;
    flex-direction: column;
  }

  .main-search-filter-header {
    flex: 0 0 auto;
  }

  .fake-select-to-list {
    margin-bottom: 2rem;
  }

  .fake-select-to-list .fake-select-text-wrap:after {
    display: none;
  }

  .fake-select-to-list .fake-select-text-wrap {
    height: auto;
    margin-bottom: .5rem;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    border: none;
    border-radius: 0;
    pointer-events: none;
  }

  .fake-select-to-list .fake-select-text {
    display: none;
  }

  .fake-select-to-list .fake-select-title {
    font-weight: 500;
    color: #0b233c;
  }

  .fake-select-to-list .fake-select-drop {
    position: static !important;
    display: block;
    max-height: none;
    overflow: hidden;
    background: none;
    border-radius: 0;
  }

  .fake-select-to-list .fake-select-list li {
    margin-bottom: 1rem;
  }

  .fake-select-to-list .fake-select-list a:hover {
    color: #0d4393;
    background-color: transparent;
  }

  .fake-select-to-list .fake-select-list a {
    display: inline;
    vertical-align: top;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    color: #1158c2;
  }

  .team-block-l-col {
    flex: 1 1 68%;
    max-width: 68%;
    padding-right: 8rem;
  }

  .team-block-r-col {
    flex: 0 0 32%;
    max-width: 32%;
  }

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

  .faq .search-form {
    width: 100%;
    order: 1;
    padding-left: 25.4%;
  }

  .faq .accordion {
    width: 74.4%;
    order: 3;
  }

  .faq-sidebar {
    order: 2;
    width: 25.4%;
    margin-top: -5.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .cards-with-text-holder {
    margin-bottom: 11.2rem;
  }

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

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

  .list-default {
    font-size: 1.7rem;
  }

  .base-section.base-section-large-Yoffset {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .base-section.base-section-large-Yoffset {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .breadcrumbs {
    padding: 2.4rem 1.8rem 2.4rem;
    margin-bottom: 3.5rem;
  }

  .intro-section.intro-vertical-centered {
    display: flex;
    text-align: left;
    padding: 15rem 0;
  }

  .intro-section.intro-vertical-centered .container, .intro-section.intro-vertical-centered .hero-slider .slick-dots, .hero-slider .intro-section.intro-vertical-centered .slick-dots, .intro-section.intro-vertical-centered .intro-slider .slick-dots, .intro-slider .intro-section.intro-vertical-centered .slick-dots {
    display: flex;
    align-items: center;
  }

  .intro-breadcrumb {
    margin-bottom: 2.4rem;
  }

  .intro-section-cols-holder {
    display: flex;
    align-items: center;
  }

  .btns-col {
    max-width: calc(100% - 60rem);
    flex: 0 0 calc(100% - 60rem);
  }

  .lightbox-play {
    width: 9.8rem;
    margin: 0 auto;
  }

  .two-col-slide {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }

  .two-cols-content-wrap,
  .two-cols-content-wrap02 {
    font-size: 1.7rem;
  }

  .two-cols-content-wrap .col-title, .two-cols-content-wrap .col-sidebar, .two-cols-content-wrap .col-title-large,
  .two-cols-content-wrap02 .col-title,
  .two-cols-content-wrap02 .col-sidebar,
  .two-cols-content-wrap02 .col-title-large {
    max-width: 41.6rem;
    flex: 0 0 41.6rem;
    padding-right: 10rem;
  }

  .two-cols-content-wrap .col-title-large,
  .two-cols-content-wrap02 .col-title-large {
    max-width: 48.6rem;
    flex: 0 0 48.6rem;
    padding-right: 2.4rem;
  }

  .two-cols-content-wrap .col-title-large + .col-content-small,
  .two-cols-content-wrap02 .col-title-large + .col-content-small {
    padding-left: 3.4rem;
  }

  .two-cols-content-wrap .col-content, .two-cols-content-wrap .col-content-small,
  .two-cols-content-wrap02 .col-content,
  .two-cols-content-wrap02 .col-content-small {
    max-width: calc(100% - 41.6rem);
    flex: 0 0 calc(100% - 41.6rem);
  }

  .two-cols-content-wrap .col-content-small,
  .two-cols-content-wrap02 .col-content-small {
    max-width: calc(100% - 48.6rem);
    flex: 0 0 calc(100% - 48.6rem);
  }

  .two-cols-content-wrap .col-content-small + .col-title, .two-cols-content-wrap .col-content-small + .col-sidebar, .two-cols-content-wrap .col-content-small + .col-title-large,
  .two-cols-content-wrap02 .col-content-small + .col-title,
  .two-cols-content-wrap02 .col-content-small + .col-sidebar,
  .two-cols-content-wrap02 .col-content-small + .col-title-large {
    padding-left: 3.4rem;
  }

  .two-cols-content-wrap p,
  .two-cols-content-wrap02 p {
    margin-bottom: 3.7rem;
  }

  .two-cols-content-wrap .text-wrap,
  .two-cols-content-wrap02 .text-wrap {
    margin-bottom: 6.5rem;
  }

  .two-cols-content-wrap .text-wrap:only-child, .two-cols-content-wrap .text-wrap:last-child,
  .two-cols-content-wrap02 .text-wrap:only-child,
  .two-cols-content-wrap02 .text-wrap:last-child {
    margin-bottom: 0;
  }

  .two-cols-content-wrap .h5,
  .two-cols-content-wrap02 .h5 {
    margin-bottom: 2.4rem;
  }

  .source-card {
    font-size: 1.7rem;
  }

  .post-text-content {
    font-size: 1.7rem;
    padding: 8rem 0;
  }

  .post-text-content + .post-text-content {
    padding: 0 0 8rem;
  }

  .post-visual,
  .post-video {
    margin: 0 -2.5rem;
  }

  .post-visual .img-holder,
  .post-video .img-holder {
    margin: 0 2.5rem;
  }

  .post-video {
    font-size: 1.8rem;
  }

  .post-text-content + .post-info {
    margin-bottom: 14.4rem;
  }

  .post-info {
    margin: 0 auto 2.5rem;
  }

  .heading-section-holder02 h2,
  .heading-section-holder03 h2 {
    line-height: 1.05;
    margin-bottom: 4.3rem;
  }

  .heading-section-holder04.heading-section-holder04 .heading-section-main-column {
    max-width: calc(100% - 40.6rem);
    flex: 0 0 calc(100% - 40.6rem);
    padding-right: 10rem;
  }

  .heading-section-holder04.heading-section-holder04 .heading-section-add-column {
    max-width: 40.6rem;
    flex: 0 0 40.6rem;
  }

  .contacts-holder > p, .contacts-holder > a {
    margin-bottom: 1rem;
  }

  .profile-heading-section {
    padding-top: 15rem;
    padding-bottom: 6rem;
  }

  .profile-heading-section .col-title-large {
    max-width: 48.6rem;
    flex: 0 0 48.6rem;
    padding-right: 2.4rem;
  }

  .profile-heading-section .col-content-small {
    max-width: calc(100% - 48.6rem);
    flex: 0 0 calc(100% - 48.6rem);
  }

  .card-slide-holder {
    margin-bottom: 9.5rem;
  }

  .card-with-slide-text img,
  .card-with-text img {
    height: 480px;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .card-with-slide-text .card-img-title,
  .card-with-text .card-img-title {
    margin-bottom: 2rem;
  }

  .card-with-slide-text .text-content {
    transform: translateY(9.7rem);
  }

  .card-with-text .text-content {
    padding: 0 1.4rem;
  }

  .card-with-text h5 {
    font-size: 2.2rem;
  }

  .two-cols-content-wrap02 .col-content,
  .two-cols-content-wrap02 .col-content-small {
    padding-right: 10rem;
  }

  .two-cols-content-wrap02 .col-content + .col-sidebar,
  .two-cols-content-wrap02 .col-content-small + .col-sidebar {
    padding-right: 3.2rem;
  }

  .col-sidebar {
    background: linear-gradient(180deg, #f5f9fc 0%, #f8fbfd 11.98%, #ffffff 44.27%, #ffffff 100%);
    box-shadow: 0 20px 38px rgba(62, 63, 101, .14);
    border-radius: 8px;
    margin-bottom: 0;
    order: 0;
  }

  .col-sidebar {
    padding: 4.3rem 3.2rem;
  }

  .col-sidebar .sidebar-accordion {
    background: none;
    box-shadow: none;
    padding: 0;
    font-size: 1.4rem;
  }

  .col-sidebar .partner-list a {
    margin-bottom: .8rem;
  }

  .engaged-countries {
    margin-bottom: 11.8rem;
  }

  .engaged-countries .col3 {
    max-width: 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }

  .list-with-icon-before li {
    margin-bottom: 1.3rem;
  }

  .offices .col6 {
    flex: 1 0 50%;
    max-width: 50%;
  }

  .activities-sidebar {
    max-width: 300px;
    padding-right: 5rem;
  }

  .open-close-mobile-opener.filters-group-title {
    pointer-events: none;
  }

  .activities-content {
    max-width: 100%;
    flex: 1 1;
  }

  .activities-card-text p {
    margin-bottom: 0;
  }

  .activities-card-btn-holder {
    position: static;
  }

  .card-popup-holder,
  .popup-hover {
    position: relative;
  }

  .card-popup-holder div.popup,
  .popup-hover div.popup {
    left: 0;
    bottom: calc(100% + 2.5rem);
    transform: translateY(0);
    top: auto;
  }

  .card-popup-holder .popup.popup:before {
    content: "";
    position: absolute;
    left: 3rem;
    bottom: 0;
    transform: translateY(50%) rotate(45deg);
    width: 1rem;
    height: 1rem;
    background: #ffffff;
  }

  .card-popup-holder .close {
    display: none;
  }

  .sidebar-accordion a {
    font-size: 1.8rem;
  }

  .jcf-select-filter-select {
    border-radius: 8px;
    width: 250px !important;
  }

  .heading-section-holder-sm .breadcrumbs {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  [id=header] {
    padding: 0 3.1rem 0 4.8rem;
  }

  .nav li {
    margin: 0 0 0 3rem;
  }

  .tile-flip-holder > * {
    width: calc(33.333333333% - 2.4rem);
  }

  .cards-holder > * {
    width: calc(33.333333333% - 2.4rem);
  }

  .tabset-item {
    min-width: 28.9rem;
  }

  .tabset-link {
    padding: 2.5rem 3rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .main-search-holder {
    padding-top: 9.6rem;
  }

  .main-search-filter-footer .btn, .main-search-filter-footer .js-load-more-activities-btn, .main-search-filter-footer .subscribe-form input[type=submit], .subscribe-form .main-search-filter-footer input[type=submit],
  .main-search-filter-footer .subscribe-form button,
  .subscribe-form .main-search-filter-footer button, .main-search-filter-footer .event-form input[type=submit], .event-form .main-search-filter-footer input[type=submit],
  .main-search-filter-footer .event-form button,
  .event-form .main-search-filter-footer button {
    padding: .8rem 1.4rem;
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 1.2rem;
    border-radius: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .two-cols-content-wrap .col-title-large,
  .two-cols-content-wrap02 .col-title-large {
    padding-right: 14rem;
  }

  .heading-section-holder02 .heading-section-main-column,
  .heading-section-holder03 .heading-section-main-column {
    padding-right: 12rem;
  }

  .event-info .text-info {
    margin-bottom: 4.2rem;
  }

  .event-schedule {
    padding-top: 1.4rem;
    font-size: 1.4rem;
  }

  .event-schedule .table-content {
    display: flex;
    border-bottom: 1px solid #f3f3f3;
  }

  .event-schedule .table-content-opener,
  .event-schedule .table-item {
    padding: 2.3rem 1.8rem;
  }

  .event-table {
    width: 1016px;
  }

  .table-content-opener {
    flex: 0 0 79px;
    max-width: 79px;
    pointer-events: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
  }

  .event-table-header {
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 1px;
    background: #f5f9fc;
  }

  .event-table-header .table-item {
    padding: 1.8rem;
  }

  .event-table-header .table-item:first-child {
    flex: 0 0 7.9rem;
    max-width: 7.9rem;
  }

  .event-table-header .table-item:nth-child(2) {
    flex: 0 0 54.4rem;
    max-width: 54.4rem;
  }

  .event-table-header .table-item:nth-child(3) {
    flex: 0 0 17rem;
    max-width: 17rem;
  }

  .event-table-header .table-item:nth-child(4) {
    flex: 0 0 22.1rem;
    max-width: 22.1rem;
  }

  .event-tabe-row {
    display: flex;
  }

  .event-tabe-row .table-item:nth-child(1) {
    flex: 0 0 544px;
    max-width: 544px;
  }

  .event-tabe-row .table-item:nth-child(2) {
    flex: 0 0 170px;
    max-width: 170px;
  }

  .event-tabe-row .table-item:nth-child(3) {
    flex: 0 0 221px;
    max-width: 221px;
  }

  .address-card {
    padding: 40px 32px;
    font-size: 18px;
  }

  .address-card .card-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .sidebar-accordion-opener {
    pointer-events: none;
  }
}

@media (min-width: 1600px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.5rem;
  }

  input[type=text].placeholder,
  input[type=tel].placeholder,
  input[type=email].placeholder,
  input[type=search].placeholder,
  input[type=password].placeholder,
  textarea.placeholder {
    font-size: 1.5rem;
  }

  input[type=text]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=password]::-moz-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=password]:-moz-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder {
    font-size: 1.5rem;
  }

  input[type=text].placeholder,
  input[type=tel].placeholder,
  input[type=email].placeholder,
  input[type=search].placeholder,
  input[type=password].placeholder {
    font-size: 1.5rem;
  }

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password] {
    height: 6.4rem;
    font-size: 1.5rem;
    padding-right: 1.5rem;
    line-height: 6.4rem;
  }

  .subscribe-form-title {
    margin-bottom: 3.8rem;
    font-size: 3rem;
    letter-spacing: -0.01rem;
  }

  .subscribe-form input[type=email]::-webkit-input-placeholder {
    font-size: 1.5rem;
  }

  .subscribe-form input[type=email]::-moz-placeholder {
    font-size: 1.5rem;
  }

  .subscribe-form input[type=email]:-moz-placeholder {
    font-size: 1.5rem;
  }

  .subscribe-form input[type=email]:-ms-input-placeholder {
    font-size: 1.5rem;
  }

  .subscribe-form input[type=email].placeholder {
    font-size: 1.5rem;
  }

  .subscribe-form input[type=email] {
    height: 6.4rem;
    font-size: 1.5rem;
    padding-right: 15rem;
    line-height: 6.4rem;
  }

  .event-form input[type=text],
  .event-form input[type=email] {
    height: 6.4rem;
    font-size: 1.5rem;
    padding-right: 15rem;
    line-height: 6.4rem;
  }

  .search-form input[type=search] {
    height: 5rem;
  }

  .search-form input[type=submit] {
    width: 4.2rem;
    height: 4.2rem !important;
  }

  body {
    font-size: 1.7rem;
  }

  .info-box {
    padding: 5.5rem 4.7rem 5rem;
  }

  .info-box-title {
    font-size: 3.6rem;
  }

  .info-box-text {
    margin-bottom: 4rem;
    font-size: 1.7rem;
  }

  blockquote {
    padding: 11.2rem 12rem 9rem;
    font-size: 3rem;
  }

  blockquote p {
    margin-bottom: 4.8rem;
  }

  .map {
    height: 83.2rem;
  }

  .open-close-1 {
    padding: 3.9rem 11.2rem 3.9rem 3.1rem;
    margin-bottom: 2.8rem;
  }

  .open-close-1-title {
    font-size: 2.6rem;
  }

  .open-close-1-text {
    margin-bottom: 2.2rem;
    font-size: 1.7rem;
    line-height: 1.45;
  }

  .open-close-1-opener:before, .open-close-1-opener:after {
    width: 4rem;
    height: 4rem;
    right: 3.4rem;
    top: 3.4rem;
  }

  .open-close-1-opener {
    font-size: 1.7rem;
    line-height: 1.45;
  }

  [id=footer] {
    padding: 14.4rem 0 3rem;
  }

  .footer-logo {
    width: 20.5rem;
  }

  .footer-title {
    font-size: 1.9rem;
    line-height: 1.6;
  }

  .footer-row {
    margin-bottom: 7.3rem;
  }

  .footer-row + .footer-row {
    margin-bottom: 8rem;
  }

  .rounded, blockquote {
    border-radius: 2.4rem;
  }

  .container, .hero-slider .slick-dots, .intro-slider .slick-dots,
  .sm-container {
    max-width: 1274px;
  }

  .sm-container {
    max-width: 1066px;
  }

  .base-section {
    padding: 7.3rem 0;
  }

  .base-section-with-gradient:before, .base-section-with-gradient-blue:before, .base-section-bg-gradient:before {
    height: 48.8rem;
  }

  .base-section-with-gradient, .base-section-with-gradient-blue, .base-section-bg-gradient {
    padding: 17rem 0 9rem;
  }

  .base-section-bg-gradient {
    padding: 10rem 0;
  }

  .base-section-with-bg-image {
    margin: 7.3rem 0;
    padding: 16.8rem 0 22.3rem;
  }

  .base-section-with-bg-color {
    padding: 12.9rem 0 15.6rem;
    margin: 7.3rem 0;
  }

  .base-section-btn-area {
    padding: 4.4rem 0;
  }

  .heading-section + .base-section-with-gradient, .heading-section + .base-section-with-gradient-blue {
    padding-top: 7.6rem;
  }

  .base-heading {
    margin-bottom: 8rem;
  }

  .base-heading-subtitle {
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    letter-spacing: .16rem;
  }

  .base-heading-title {
    font-size: 5.6rem;
    margin-bottom: 2.5rem;
  }

  .base-heading-text {
    font-size: 1.7rem;
  }

  .base-two-columns-col-sm {
    padding-right: 6rem;
  }

  .btn, .js-load-more-activities-btn, .subscribe-form input[type=submit],
  .subscribe-form button, .event-form input[type=submit],
  .event-form button {
    padding: 2rem 3.9rem;
    border-radius: 2.8rem;
  }

  .btn-sm {
    padding: .5rem 1.1rem;
    font-size: 1.2rem;
  }

  .btn-header {
    padding: 1.2rem 2.3rem;
    margin-left: 2.1rem;
  }

  .subscribe-form .btn, .subscribe-form .js-load-more-activities-btn, .subscribe-form input[type=submit],
  .subscribe-form button,
  .subscribe-form .event-form button,
  .event-form .subscribe-form button {
    font-size: 1.5rem;
    padding: 1.3rem 4rem;
  }

  .btn-icon {
    margin-right: 1rem;
  }

  .btn-round {
    padding: .5rem;
  }

  .btn-round-lg {
    width: 5rem;
    height: 5rem;
  }

  .tile {
    padding: 4rem 2.2rem;
    background-position: 100% 0;
  }

  .tile.tile-sm .tile-ico {
    margin-bottom: 0;
  }

  .tile.tile-sm .tile-title {
    margin: 0;
  }

  .tile-ico {
    margin-bottom: 5.7rem;
  }

  .tile-title {
    margin: 0 0 1.75rem;
    font-size: 3.3rem;
  }

  .tile-text {
    font-size: 1.6rem;
  }

  .tile-flip-title {
    margin: auto 0 2.4rem;
    font-size: 2.6rem;
  }

  .tile-flip-back .tile-flip-title {
    margin: 0 0 2.3rem;
  }

  .tile-flip-text {
    font-size: 1.7rem;
    line-height: 1.45;
  }

  .tile-flip-link {
    font-size: 1.7rem;
  }

  .tile-flip-front {
    min-height: 48rem;
    padding: 3.9rem 3.2rem 4.8rem;
  }

  .tile-flip-back {
    padding: 7.3rem 4rem 4.8rem;
  }

  .tile-slider .slick-list {
    margin-right: calc(-100vh + 637px);
  }

  .tile-slider .slick-slide {
    margin-right: 2.3rem;
  }

  .tiles-flip-footer {
    padding: 5.6rem 0;
  }

  .info-list {
    margin-bottom: 4rem;
  }

  .info-list-item {
    margin-bottom: 4rem;
    padding: 0 0 0 5.8rem;
  }

  .info-list-title {
    font-size: 3rem;
  }

  .info-list-text {
    font-size: 1.7rem;
  }

  .card-body {
    padding: 4rem 3.3rem;
  }

  .card-title {
    font-size: 2.2rem;
  }

  .card-text {
    font-size: 1.7rem;
    margin-bottom: 2.3rem;
  }

  .card-list-index {
    font-size: 2.2rem;
    text-indent: .2rem;
  }

  .card-list-title {
    font-size: 1.5rem;
  }

  .tab-content {
    padding: 9.3rem 0 2rem;
  }

  .twitter-box-icon {
    padding-right: 4.1rem;
  }

  .twitter-box-title {
    font-size: 2rem;
  }

  .twitter-box-text {
    font-size: 2rem;
  }

  .twitter-box-meta {
    font-size: 1.6rem;
  }

  .hero-slider, .intro-slider {
    margin-bottom: 9.5rem;
    background-size: auto, auto;
  }

  .hero-slider-title {
    margin-bottom: 2.5rem;
    font-size: 7.2rem;
    line-height: 1.1;
  }

  .hero-slider-text {
    margin-bottom: 4.1rem;
    font-size: 2.1rem;
  }

  .hero-slider-text-wrap, .two-col-slide .hero-slider-text-wrap-large, .two-col-slide .hero-slider-text-wrap-small {
    width: 48%;
    padding: 6.7rem 0 6.7rem;
  }

  .hero-slider-img-wrap {
    width: calc(52% + 7rem);
    margin: 0 0 -5.7rem -7rem;
  }

  .hero-slider .slick-slide, .intro-slider .slick-slide {
    padding: 15.4rem 0 0;
  }

  .hero-slider .slick-dots, .intro-slider .slick-dots {
    bottom: 4.6rem;
  }

  .hero-slider-with-bg-image .slick-slide {
    min-height: 75.1rem;
  }

  .post {
    padding: 0 0 0 6.3rem;
  }

  .post-title {
    font-size: 3rem;
    line-height: 1.4;
  }

  .post-text {
    margin-bottom: 4rem;
    font-size: 1.7rem;
    line-height: 1.45;
  }

  .partners li,
  .partners03 li {
    margin-bottom: 2.4rem;
  }

  .partners-slider-title {
    margin-bottom: 5.8rem;
    font-size: 3rem;
    line-height: 1.05;
  }

  .main-search {
    padding: 4.1rem 2.8rem 4.1rem 4.8rem;
  }

  .main-search-form {
    flex-wrap: nowrap;
  }

  .main-search-title {
    margin-bottom: 2.6rem;
    font-size: 2.6rem;
  }

  .main-search-results-header {
    margin-bottom: 1.2rem;
  }

  .main-search-results-heading {
    font-size: 1.8rem;
  }

  .main-search-results-item {
    padding: 2.1rem 0 1.4rem .2rem;
  }

  .main-search-results-item-text {
    flex: 1 1 calc(100% - 10rem);
  }

  .main-search-results-item-title {
    margin-bottom: .6rem;
    font-size: 1.7rem;
    line-height: 1.05;
  }

  .main-search-results-item-indicators-item {
    font-size: 1.5rem;
  }

  .main-search-results-item-indicators-item:not(:last-child):after {
    margin: 0 1.2rem 0 1.2rem;
  }

  .main-search-filter {
    flex: 0 0 5rem;
  }

  .main-search-filter-opener {
    width: 5rem;
    height: 5rem;
  }

  .main-search .fake-select {
    flex: 1 1 19.8rem;
    margin-left: 1.6rem;
  }

  .main-search .search-form {
    flex: 1 1 39.4rem;
    margin-bottom: 0;
  }

  .accordion-item:before {
    position: static;
    padding: 3.4rem 0 3.5rem;
    margin-right: .5rem;
    float: left;
    font-size: 1.8rem;
  }

  .accordion-opener:hover .accordion-opener-icon {
    color: #065fa8;
  }

  .accordion-opener:hover .accordion-opener-icon:before, .accordion-opener:hover .accordion-opener-icon:after {
    background: currentColor;
  }

  .accordion-opener {
    padding: 3.4rem 6rem 3.5rem 0;
    font-size: 1.8rem;
  }

  .accordion-opener-icon {
    width: 3.2rem;
    height: 3.2rem;
    right: .6rem;
    top: 3.3rem;
  }

  .accordion-slide {
    font-size: 1.7rem;
    padding: 1rem 1rem 2.9rem 0;
  }

  .accordion-slide p {
    margin-bottom: 2.6rem;
  }

  .fake-select-text-wrap {
    height: 5rem;
    line-height: 5rem;
  }

  .heading-section {
    background-size: 124rem 55rem;
    background-position: calc(100% - 5rem) 5rem;
  }

  .heading-section-holder, .heading-section-holder02,
  .heading-section-holder03, .heading-section-holder04.heading-section-holder04 {
    min-height: 60.2rem;
    padding: 13.1rem 0 4.8rem;
  }

  .heading-section-holder-sm {
    min-height: 0;
    padding: 15.1rem 0 0;
  }

  .heading-section-title {
    margin-bottom: 2.4rem;
    font-size: 5.6rem;
    line-height: 1.05;
  }

  .heading-section-text {
    font-size: 1.7rem;
    line-height: 1.55;
  }

  .heading-section-illustration {
    max-width: none;
    margin: 0;
    text-align: right;
  }

  .tooltip,
  .hover-tooltip {
    width: 24.1rem;
  }

  .tagcloud > a,
  .tag {
    margin: 0 .5rem 1rem 0;
  }

  .faq .search-form {
    margin-bottom: 4rem;
  }

  .faq-sidebar {
    margin-top: -9rem;
  }

  .city-head-info {
    font-size: 1.8rem;
  }

  .city-head-info-item + .city-head-info-item:before {
    margin: 0 1.6rem 0 1.2rem;
  }

  .city-info-item {
    display: flex;
    align-items: center;
    margin-bottom: .9rem;
    padding: 3.3rem 3.2rem;
  }

  .city-info-ico {
    width: 6.2rem;
    height: 6.2rem;
  }

  .city-info-title {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 3rem;
  }

  .city-info-indicators {
    margin-left: auto;
    flex: 0 1 46.9rem;
  }

  .city-info-indicators-title {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }

  .city-info-box {
    padding: 3.4rem 3rem;
  }

  .city-info-box-img img {
    width: 18.2rem;
  }

  .main-city-info .city-info-list {
    flex: 1 1 calc(75% - 2.4rem);
  }

  .main-city-info .city-info-box {
    flex: 1 1 calc(25% - 2.4rem);
  }

  .city-graph-holder {
    margin-bottom: 2.2rem;
  }

  .city-graph-heading-block {
    padding-right: 11.5rem;
  }

  .city-graph-title {
    font-size: 3.8rem;
    line-height: 1.4;
  }

  .city-graph-text {
    font-size: 1.7rem;
    line-height: 1.45;
  }

  .city-graph-box {
    padding: 4.1rem 3.1rem;
  }

  .city-graph-legend {
    -moz-columns: 2;
         columns: 2;
  }
}

@media screen and (min-width: 1600px) {
  h2, .h2 {
    font-size: 5.6rem;
  }

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

  .post-visual img,
  .post-video img {
    height: 66.4rem;
  }

  .heading-section-holder04.heading-section-holder04 .heading-section-main-column {
    padding-right: 20rem;
  }

  .heading-section-holder04.heading-section-holder04 .heading-info {
    font-size: 2.2rem;
  }

  .contacts-holder {
    font-size: 2.6rem;
    padding: 5.6rem 5.9rem 4.8rem 0;
  }

  .base-section-bg-color-gray {
    padding: 16.8rem 0;
  }

  .address-card {
    font-size: 26px;
  }

  .address-card .card-title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .activities-card-slider .card-title a {
    font-size: 2.2rem;
  }

  .heading-section-holder-sm .heading-section-title {
    margin-bottom: .4rem;
  }

  .heading-section-holder-sm {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: .2em;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em;
  }

  body.nav-active {
    overflow: hidden;
    height: 100vh;
  }

  .btn-md-block {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }

  .nav-active [id=header] .logo-white {
    display: none !important;
  }

  .nav-active [id=header] .logo-blue {
    display: block !important;
  }

  .nav li {
    transform: translateY(1rem);
    opacity: 0;
    transition: transform .2s ease 1s, opacity .2s ease 1s;
  }

  .nav li:nth-of-type(0) {
    transition-delay: 0s !important;
  }

  .nav li:nth-of-type(1) {
    transition-delay: .1s !important;
  }

  .nav li:nth-of-type(2) {
    transition-delay: .2s !important;
  }

  .nav li:nth-of-type(3) {
    transition-delay: .3s !important;
  }

  .nav li:nth-of-type(4) {
    transition-delay: .4s !important;
  }

  .nav li:nth-of-type(5) {
    transition-delay: .5s !important;
  }

  .nav li:nth-of-type(6) {
    transition-delay: .6s !important;
  }

  .nav li:nth-of-type(7) {
    transition-delay: .7s !important;
  }

  .nav li:nth-of-type(8) {
    transition-delay: .8s !important;
  }

  .nav li:nth-of-type(9) {
    transition-delay: .9s !important;
  }

  .nav li:nth-of-type(10) {
    transition-delay: 1s !important;
  }

  .nav li:nth-of-type(11) {
    transition-delay: 1.1s !important;
  }

  .nav li:nth-of-type(12) {
    transition-delay: 1.2s !important;
  }

  .nav li:nth-of-type(13) {
    transition-delay: 1.3s !important;
  }

  .nav li:nth-of-type(14) {
    transition-delay: 1.4s !important;
  }

  .nav li:nth-of-type(15) {
    transition-delay: 1.5s !important;
  }

  .nav li:nth-of-type(16) {
    transition-delay: 1.6s !important;
  }

  .nav li:nth-of-type(17) {
    transition-delay: 1.7s !important;
  }

  .nav li:nth-of-type(18) {
    transition-delay: 1.8s !important;
  }

  .nav li:nth-of-type(19) {
    transition-delay: 1.9s !important;
  }

  .nav li:nth-of-type(20) {
    transition-delay: 2s !important;
  }

  .nav-active .nav li {
    transform: translateY(0);
    opacity: 1;
  }

  .nav-active .nav li:nth-of-type(0) {
    transition-delay: .5s !important;
  }

  .nav-active .nav li:nth-of-type(1) {
    transition-delay: .6s !important;
  }

  .nav-active .nav li:nth-of-type(2) {
    transition-delay: .7s !important;
  }

  .nav-active .nav li:nth-of-type(3) {
    transition-delay: .8s !important;
  }

  .nav-active .nav li:nth-of-type(4) {
    transition-delay: .9s !important;
  }

  .nav-active .nav li:nth-of-type(5) {
    transition-delay: 1s !important;
  }

  .nav-active .nav li:nth-of-type(6) {
    transition-delay: 1.1s !important;
  }

  .nav-active .nav li:nth-of-type(7) {
    transition-delay: 1.2s !important;
  }

  .nav-active .nav li:nth-of-type(8) {
    transition-delay: 1.3s !important;
  }

  .nav-active .nav li:nth-of-type(9) {
    transition-delay: 1.4s !important;
  }

  .nav-active .nav li:nth-of-type(10) {
    transition-delay: 1.5s !important;
  }

  .nav-active .nav li:nth-of-type(11) {
    transition-delay: 1.6s !important;
  }

  .nav-active .nav li:nth-of-type(12) {
    transition-delay: 1.7s !important;
  }

  .nav-active .nav li:nth-of-type(13) {
    transition-delay: 1.8s !important;
  }

  .nav-active .nav li:nth-of-type(14) {
    transition-delay: 1.9s !important;
  }

  .nav-active .nav li:nth-of-type(15) {
    transition-delay: 2s !important;
  }

  .nav-active .nav li:nth-of-type(16) {
    transition-delay: 2.1s !important;
  }

  .nav-active .nav li:nth-of-type(17) {
    transition-delay: 2.2s !important;
  }

  .nav-active .nav li:nth-of-type(18) {
    transition-delay: 2.3s !important;
  }

  .nav-active .nav li:nth-of-type(19) {
    transition-delay: 2.4s !important;
  }

  .nav-active .nav li:nth-of-type(20) {
    transition-delay: 2.5s !important;
  }

  .btn-lg-block {
    width: 100%;
  }

  .search-bar-opener {
    display: none;
  }

  .main-search-map {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: rgba(29, 29, 29, .8);
    opacity: 0;
    pointer-events: none;
  }

  .popup-active .main-search-map {
    opacity: 1;
    pointer-events: auto;
  }

  .main-search-results .spinner {
    display: none !important;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1023px), (-ms-high-contrast: none) and (max-width: 1023px) {
  [id=header] .drop {
    clip-path: none;
    opacity: 0;
  }

  .nav-active [id=header] .drop {
    opacity: 1;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 1023px) {
  .breadcrumbs .mobile-hidden {
    display: none;
  }

  .breadcrumbs .mobile-hidden + li:not(.mobile-hidden):before {
    display: none;
  }

  .intro-section h2, .intro-section .h2 {
    font-size: 3.2rem;
  }

  .two-cols-content-wrap h2, .two-cols-content-wrap .h2,
  .two-cols-content-wrap02 h2,
  .two-cols-content-wrap02 .h2 {
    font-size: 2.8rem;
  }

  .post-text-content h2 {
    font-size: 3.2rem;
    margin-bottom: 4.6rem;
  }

  .sticky-wrap-anchor-list {
    display: none;
  }

  .col-title .anchor-list, .col-sidebar .anchor-list, .two-cols-content-wrap .col-title-large .anchor-list,
  .two-cols-content-wrap02 .col-title-large .anchor-list {
    display: none;
  }

  .card-with-slide-text .dot-box,
  .card-with-text .dot-box {
    display: none;
  }

  .open-close-mobile-opener.filters-group-title {
    position: relative;
    display: block;
    width: 100%;
  }

  .open-close-mobile-opener.filters-group-title:before {
    content: "";
    position: absolute;
    right: 0;
    top: .7rem;
    width: 1rem;
    height: 1rem;
    transform: rotate(-45deg);
    border: solid #1c3449;
    border-width: 0 0 .2rem .2rem;
  }

  .open-close-mobile-active .open-close-mobile-opener.filters-group-title:before {
    border-width: .2rem .2rem 0 0;
    top: 1.1rem;
  }

  .card-popup-holder .popup.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 320px;
    transform: translate(-50%, -50%);
  }

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

  .cardPopupIsOpen:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 35, .75);
    z-index: 1000;
  }
}

@media screen and (max-width: 479px) {
  .two-cols-content-wrap .btn-holder {
    max-width: 320px;
    margin: 0 auto;
  }

  .two-cols-content-wrap .btn-holder .btn:only-child, .two-cols-content-wrap .btn-holder .js-load-more-activities-btn:only-child, .two-cols-content-wrap .btn-holder .subscribe-form input[type=submit]:only-child, .subscribe-form .two-cols-content-wrap .btn-holder input[type=submit]:only-child,
  .two-cols-content-wrap .btn-holder .subscribe-form button:only-child,
  .subscribe-form .two-cols-content-wrap .btn-holder button:only-child, .two-cols-content-wrap .btn-holder .event-form input[type=submit]:only-child, .event-form .two-cols-content-wrap .btn-holder input[type=submit]:only-child,
  .two-cols-content-wrap .btn-holder .event-form button:only-child,
  .event-form .two-cols-content-wrap .btn-holder button:only-child {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .event-table-accordion .event-table-header {
    display: none;
  }

  .event-table-accordion .table-content .slide {
    border: 1px solid #f5f9fc;
  }

  .event-table-accordion .table-item a {
    display: inline-block;
    margin-bottom: .7rem;
  }

  .event-table-accordion .event-tabe-row {
    padding: 2.6rem;
    font-size: 1.4rem;
  }

  .event-table-accordion .event-tabe-row.event-tabe-row p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }

  .table-content-opener {
    position: relative;
    background: #f5f9fc;
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    padding: 1.5rem 2.6rem;
    display: block;
    margin-bottom: 1px;
  }

  .active .table-content-opener {
    color: #1158c2;
  }

  .table-content-opener:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    background-image: url(images/icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
  }

  .active .table-content-opener:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .sidebar-accordion-opener:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/icons/chevron-down.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 6px;
  }

  .active .sidebar-accordion-opener:before {
    transform: translateY(-50%) rotate(180deg);
  }
}

@media (max-width: 479px) {
  .btn-sm-block {
    width: 100%;
  }

  .info-list + .btn, .info-list + .js-load-more-activities-btn, .subscribe-form .info-list + input[type=submit],
  .subscribe-form .info-list + button, .event-form .info-list + input[type=submit],
  .event-form .info-list + button {
    width: calc(100% - 5.8rem);
  }
}

@media (max-width: 1599px) {
  .card-list-ico {
    width: 2.4rem;
    height: 2.4rem;
  }

  .team-slider .card-with-slide-text img,
  .team-slider .card-with-text img {
    height: 30rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .activities-card-lg {
    max-width: 490px;
    margin: 0 auto 1.6rem;
  }
}

@media print {
  /* Styles for print version */

  * {
    background: none !important;
    color: #000000 !important;
  }

  [id=wrapper] {
    display: block !important;
    min-height: 0 !important;
  }

  .header {
    position: static !important;
    background: none !important;
    margin-bottom: 30px;
    box-shadow: none !important;
  }

  [id=footer] {
    padding: 0 !important;
  }

  .d-print-none,
  .btn,
  .js-load-more-activities-btn,
  .event-form input[type=submit],
  .event-form button,
  .subscribe-form input[type=submit],
  .subscribe-form button,
  .nav-opener,
  .header .drop,
  .footer-row,
  .footer-social,
  .profile-social,
  .copyright-link,
  .city-open-closes,
  .city-info-box {
    display: none !important;
  }

  .container, .hero-slider .slick-dots, .intro-slider .slick-dots {
    max-width: none !important;
  }

  .base-heading {
    margin-bottom: 30px !important;
  }

  .base-heading-title {
    font-size: 32px !important;
  }

  .base-heading-text {
    font-size: 14px !important;
  }

  .heading-section {
    margin-bottom: 30px !important;
  }

  .heading-section:before, .heading-section:after {
    display: none !important;
  }

  .heading-section-main-column {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  .heading-section-add-column {
    width: 100%;
    padding: 0 !important;
  }

  .heading-section-holder, .heading-section-holder04.heading-section-holder04, .heading-section-holder02,
  .heading-section-holder03 {
    display: block !important;
    padding: 0 !important;
    min-height: 0 !important;
  }

  .heading-section-title {
    font-size: 38px !important;
  }

  .city-head-info {
    font-size: 15px !important;
  }

  .base-section.base-section {
    padding: 0 !important;
    margin-bottom: 50px !important;
  }

  .base-section.base-section-with-gradient:before, .base-section.base-section-with-gradient-blue:before {
    display: none !important;
  }

  .tile {
    margin-bottom: 10px !important;
    padding: 0 !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  .tile .tile-ico,
  .tile .tile-title,
  .tile .tile-text {
    display: inline-block !important;
    vertical-align: middle;
    margin-bottom: 0 !important;
  }

  .tile .tile-ico {
    position: static !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin-right: 10px !important;
  }

  .tile .tile-ico img {
    position: static !important;
    width: 30px !important;
  }

  .tile .tile-title {
    font-size: 20px !important;
  }

  .tile-slider.tile-slider .slick-track {
    display: block !important;
    width: 100% !important;
  }

  .tile-slider.tile-slider .slick-slide {
    width: 100% !important;
  }

  .tile-slider.tile-slider .slick-list {
    padding: 0 !important;
  }

  .tiles-holder {
    display: block !important;
    margin: 0 !important;
  }

  .tiles-holder > * {
    width: 100% !important;
    margin: 0 !important;
  }

  .city-graph-holder {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .city-graph-heading-block {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  .city-graph-box {
    width: calc(50% - 20px) !important;
    margin: 0 10px;
    box-shadow: none !important;
  }

  .city-graph-box-to-right {
    float: none !important;
  }

  .city-graph-box-to-left {
    float: none !important;
  }

  .city-graph-title {
    font-size: 24px !important;
  }

  .city-graph-text {
    font-size: 14px !important;
  }

  .city-info-ico {
    display: none !important;
  }

  .city-info-list {
    display: flex !important;
  }

  .city-info-item {
    display: block !important;
    width: 33.333333% !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .city-info-title {
    font-size: 21px !important;
  }

  .city-info-indicators {
    display: block !important;
  }

  .city-info-indicators-item {
    margin: 0 !important;
  }

  .city-info-indicators-scale {
    display: none !important;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

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

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

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

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-slide-holder .reveal-effect:before, .card-slide-holder .news-cards-holder .card-img:before, .news-cards-holder .card-slide-holder .card-img:before {
    transform: translateX(100%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tile-flip:hover .tile-flip-front {
    transition: opacity .6s ease-out;
  }

  .tile-flip:hover .tile-flip-back {
    opacity: 1;
    transition: opacity .6s ease-out .6s;
  }

  .tile-flip-front {
    transition: opacity .6s ease-out .6s;
  }

  .tile-flip-back {
    opacity: 0;
    backface-visibility: visible;
    transition: opacity .6s ease-out;
  }

  .nav-opener {
    margin-left: auto;
  }

  .main-search-results-item-btns {
    margin-left: auto;
  }

  .heading-section-illustration svg {
    width: 47.8rem;
    height: 53rem;
  }
}


/*# sourceMappingURL=style.css.map*/