@charset "UTF-8";
/*
Theme Name: GlocalNet
Author: Anonymous
Author URI:
Version: 1
Description:  GlocalNet theme for Wordpres
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glocalnet
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: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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: 0.35em 0.625em 0.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; }

.nav ul, .footer-nav, .social-networks, .accordion-wrapper, .info-list, .help-accordion, .heading ul, .btn-list, .order-list, .faq-accordion, .planing-block ul, .events-content .dots-link, .event-list, .filter-list, .filter-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single: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: #002439;
  background: #fff;
  font: 16px/1.5 "Open 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.5em; }

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

th, td {
  border: 1px solid #999;
  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 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 2px solid #002439;
  padding: 15px 18px;
  font-size: 14px;
  line-height: 1.29;
  width: 100%;
  height: 50px;
  color: #002439; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  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: #002439; }
  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: #002439; }
  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: #002439; }
  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: #002439; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #002439; }

textarea {
  min-height: 94px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11.9 11.9' style='enable-background:new 0 0 11.9 11.9;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%232895D2;%7D %3C/style%3E %3Cpath class='st0' d='M11.6,0.3c0.2,0.2,0.3,0.4,0.3,0.7l0,9.9c0,0.3-0.1,0.5-0.3,0.7s-0.4,0.3-0.7,0.3H1c-0.3,0-0.5-0.1-0.7-0.3 c-0.4-0.4-0.4-1,0-1.4l9.9-9.9C10.6-0.1,11.2-0.1,11.6,0.3z'/%3E %3C/svg%3E");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 97.2% 88.9%; }

@media screen and (min-width: 768px) {
  textarea {
    background-position: 98.5% 89.4%; } }
  textarea::-webkit-resizer {
    display: none;
    color: red; }

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

textarea {
  resize: vertical;
  vertical-align: top;
  resize: none; }

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

input[type='submit'] {
  text-transform: uppercase;
  width: 100%;
  border-radius: 23px;
  background-color: #2895d2;
  border: 2px solid #2895d2;
  color: #fff;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 600;
  letter-spacing: 0.56px;
  padding: 11px 10px;
  -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out; }

@media screen and (min-width: 768px) {
  input[type='submit'] {
    width: auto;
    display: inline-block;
    vertical-align: top;
    min-width: 197px; } }
  input[type='submit']:hover {
    border-color: #2895d2;
    color: #2895d2;
    background-color: transparent; }

label {
  color: #2895d2;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px; }

.form-group {
  margin-bottom: 15px; }

.contact-form {
  text-align: left; }
  .contact-form .btn-holder {
    padding-top: 13px; }

.widget {
  margin-bottom: 1.5em; }
  .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;
  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;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .search-form input {
    float: left; } }
  .search-form input[type='search'] {
    margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .search-form input[type='search'] {
    width: 150px;
    margin: 0 4px 0 0; } }
  .search-form input[type='submit'] {
    border-radius: 50px;
    min-height: 50px; }

@media screen and (min-width: 768px) {
  .post-password-form input {
    float: left; } }

.post-password-form input[type='password'] {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .post-password-form input[type='password'] {
    width: 150px;
    margin-bottom: 0; } }

.post-password-form input[type='submit'] {
  border-radius: 50px;
  min-height: 50px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #2895d2;
  color: #fff;
  border: none; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background-color: #002439; }

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

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

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

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

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5em; }
  .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; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #2895d2;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      background-color: #002439; }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #2895d2;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background-color: #002439; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

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

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

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

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

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

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

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 43px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2; }

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 60px;
    letter-spacing: 0; } }

@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 90px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 300; }

@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 50px; } }

@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 65px; } }

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

@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 40px; } }

@media screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 50px; } }

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #2895d2; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?wzoqcq") format("truetype"), url("fonts/icomoon.woff?wzoqcq") format("woff"), url("fonts/icomoon.svg?wzoqcq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"], .flickity-prev-next-button:after, .jcf-select .jcf-select-opener:after, .nav .title:after, .link:after, .slick-arrow:after, .visual-block .title:before, .fancybox-content .fancybox-button:before, .banner-holder .col .text:after, .leader-holder .bio-link:before, .testimonial-carousel blockquote:before, .faq-accordion .opener:after, .events-nav .btn-next:after,
.events-nav .btn-prev:after, .resource-block .title:before, .pagination a.next:after,
.pagination a.prev:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-direction:before {
  content: ""; }

.icon-grid:before {
  content: ""; }

.icon-quote:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-four-direction:before {
  content: ""; }

.icon-angle-double-left:before {
  content: ""; }

.icon-angle-double-right:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-right-arrow:before {
  content: ""; }

.icon-left-arrow:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

h1 [data-words] {
  width: 100%; }

p .text-anim-item {
  max-width: calc(100vw - 70px);
  margin-top: -3px; }

@media screen and (min-width: 400px) {
  p .text-anim-item {
    max-width: calc(100vw - 114px); } }

@media screen and (min-width: 400px) {
  p .text-anim-item {
    max-width: calc(100vw - 100px); } }

@media screen and (min-width: 1300px) {
  p .text-anim-item {
    max-width: 1224px; } }
  p .text-anim-item span {
    overflow: hidden; }

[data-words] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  min-width: 104px; }

.anim-line {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: width .2s linear;
  transition: width .2s linear; }

[data-words]:after {
  display: none !important; }

.text-anim-item {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(0, -120%, 0);
          transform: translate3d(0, -120%, 0);
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  max-width: 100%; }

.text-anim-item.anim-in {
  -webkit-transform: translate3d(-50%, -120%, 0);
          transform: translate3d(-50%, -120%, 0);
  -webkit-animation: textAnimInCenter .6s .3s forwards;
          animation: textAnimInCenter .6s .3s forwards; }

.text-anim-item.anim-out {
  -webkit-transform: translate3d(-50%, 0%, 0);
          transform: translate3d(-50%, 0%, 0);
  -webkit-animation: textAnimOutCenter .6s  forwards;
          animation: textAnimOutCenter .6s  forwards; }

@-webkit-keyframes textAnimIn {
  0% {
    -webkit-transform: translate3d(0, -120%, 0);
            transform: translate3d(0, -120%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0); } }

@keyframes textAnimIn {
  0% {
    -webkit-transform: translate3d(0, -120%, 0);
            transform: translate3d(0, -120%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0); } }

@-webkit-keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0); }
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0); }
  100% {
    -webkit-transform: translate3d(0, 120%, 0);
            transform: translate3d(0, 120%, 0); } }

@keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0); }
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0); }
  100% {
    -webkit-transform: translate3d(0, 120%, 0);
            transform: translate3d(0, 120%, 0); } }

@-webkit-keyframes textAnimInCenter {
  0% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 10%, 0);
    transform: translate3d(-50%, 10%, 0); } }

@keyframes textAnimInCenter {
  0% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 10%, 0);
    transform: translate3d(-50%, 10%, 0); } }

@-webkit-keyframes textAnimOutCenter {
  0% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0); }
  50% {
    -webkit-transform: translate3d(-50%, -20%, 0);
    transform: translate3d(-50%, -20%, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 120%, 0);
    transform: translate3d(-50%, 120%, 0); } }

@keyframes textAnimOutCenter {
  0% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0); }
  50% {
    -webkit-transform: translate3d(-50%, -20%, 0);
    transform: translate3d(-50%, -20%, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 120%, 0);
    transform: translate3d(-50%, 120%, 0); } }

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  padding: 0;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  color: #2895d2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  line-height: 1;
  width: 27px;
  margin-left: 28px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .flickity-prev-next-button:hover {
    color: #002439; }
  .flickity-prev-next-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0; }
  .flickity-prev-next-button.previous {
    margin-left: -28px; }
    .flickity-prev-next-button.previous:after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

/* right to left */
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #002439;
  background: #fff;
  min-width: 150px;
  height: 50px;
  width: 100%; }

.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;
  font-size: 14px;
  line-height: 1.29;
  padding: 15px 38px 13px 18px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 11px;
  top: 0; }
  .jcf-select .jcf-select-opener:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #2895d2;
    font-size: 7px; }

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

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

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

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

.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #002439; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 1;
  font-size: 14px;
  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;
  padding: 15px 18px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

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

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

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

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: rgba(0, 36, 57, 0.3);
  width: 5px;
  bottom: 0;
  right: 0;
  top: 0;
  border-radius: 30px; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #002439;
  height: 14px;
  width: 5px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #002439;
  height: 1px;
  width: 5px;
  border-radius: 30px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

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

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          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: #002439;
  border: 1px solid #707070;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  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;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          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;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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: 22px 15px; }

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

@media screen and (min-width: 400px) {
  .fancybox-content {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 768px) {
  .fancybox-content {
    padding-top: 66px; } }

@media screen and (min-width: 1024px) {
  .fancybox-content {
    padding: 129px 65px 46px 66px; } }

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: 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;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px; }
  .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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.header {
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 99;
  background-color: #002439;
  position: relative;
  min-height: 70px; }

@media screen and (min-width: 400px) {
  .header {
    min-height: 77px; } }

@media screen and (min-width: 768px) {
  .header {
    padding-top: 36px;
    padding-bottom: 36px;
    min-height: 117px; } }
  .header.bg-transparent {
    position: absolute;
    background-color: transparent; }
  .nav-active .header {
    position: fixed; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%; }

@media screen and (min-width: 1200px) {
  .header .container {
    padding-left: 55px;
    padding-right: 55px; } }
  .header .right-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    padding-left: 15px;
    position: relative;
    z-index: 9; }

@media screen and (min-width: 768px) {
  .header .right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 768px) {
  .header .right-col .btn {
    margin-left: 31px; } }
  .header:not(.bg-transparent) .btn:hover {
    border-color: #2895d2; }
  .nav-active .header:not(.bg-transparent) ~ main {
    margin-top: 70px; }

@media screen and (min-width: 400px) {
  .nav-active .header:not(.bg-transparent) ~ main {
    margin-top: 77px; } }

@media screen and (min-width: 768px) {
  .nav-active .header:not(.bg-transparent) ~ main {
    margin-top: 117px; } }
  .header .btn {
    min-width: 189px;
    padding: 7px 10px; }

@media screen and (min-width: 768px) {
  .header .btn {
    padding: 9px 10px; } }
    .nav-active .header .btn:hover {
      border-color: #2895d2; }

.nav-active {
  overflow: hidden; }

.logo {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  max-width: 150px;
  position: relative;
  z-index: 9; }

@media screen and (min-width: 400px) {
  .logo {
    -ms-flex-preferred-size: 178px;
        flex-basis: 178px;
    max-width: 178px; } }

@media screen and (min-width: 768px) {
  .logo {
    -ms-flex-preferred-size: 215px;
        flex-basis: 215px;
    max-width: 215px; } }
  .logo img {
    width: 100%;
    max-width: none; }

.nav-opener {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  padding-right: 47px;
  -webkit-transition: 0.22s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.22s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.22s transform cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.22s transform cubic-bezier(0.215, 0.61, 0.355, 1), 0.22s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1); }

@media screen and (min-width: 768px) {
  .nav-opener {
    margin-top: 0; } }
  .nav-active .nav-opener {
    font-size: 11px; }
  .nav-active .nav-opener:hover {
    color: #2895d2; }
    .nav-active .nav-opener:hover .burger-icon {
      background: #2895d2; }
      .nav-active .nav-opener:hover .burger-icon:before, .nav-active .nav-opener:hover .burger-icon:after {
        background: #2895d2; }
  .nav-opener .text {
    display: none; }
    .nav-active .nav-opener .text {
      display: inline; }
  .nav-opener .burger-icon {
    width: 28px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 9px;
    right: 3px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .nav-active .nav-opener .burger-icon {
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg);
      -webkit-transition: 0.22s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: 0.22s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: 0.22s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: 0.22s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, 0.22s -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; }
    .nav-opener .burger-icon:before, .nav-opener .burger-icon:after {
      content: "";
      width: 28px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .nav-opener .burger-icon:before {
      top: -7px;
      -webkit-transition: top .1s .25s ease-in,opacity .1s ease-in;
      transition: top .1s .25s ease-in,opacity .1s ease-in; }
      .nav-active .nav-opener .burger-icon:before {
        top: 0;
        opacity: 0;
        -webkit-transition: top .1s ease-out,opacity .1s .12s ease-out;
        transition: top .1s ease-out,opacity .1s .12s ease-out; }
    .nav-opener .burger-icon:after {
      bottom: -7px;
      -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .nav-active .nav-opener .burger-icon:after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

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

.nav {
  color: #fff;
  background-color: #002439;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  padding-bottom: 33px;
  z-index: 8;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0.5;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .nav {
    padding-top: 140px;
    padding-bottom: 50px; } }

@media screen and (min-width: 1200px) {
  .nav {
    padding-top: 215px;
    font-size: 20px; } }
  .nav .nav-holder {
    height: 100%;
    overflow: auto;
    padding: 10px 34px 0; }

@media screen and (min-width: 1200px) {
  .nav .nav-holder {
    padding-left: 232px;
    padding-right: 151px; } }
  .nav-active .nav {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1; }
  .nav .title {
    display: block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #46b5e7;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 700;
    margin-bottom: 24px; }

@media screen and (min-width: 768px) {
  .nav .title {
    margin-bottom: 38px; } }
    .nav .title:hover {
      opacity: 0.7; }
    .nav .title:after {
      content: "";
      position: absolute;
      top: 6px;
      right: 0;
      font-size: 10px; }

@media screen and (min-width: 768px) {
  .nav .title:after {
    display: none; } }
  .nav .row .col {
    padding: 0 8px 7px 36px; }

@media screen and (min-width: 768px) {
  .nav .row .col {
    -ms-flex-preferred-size: 27.7%;
        flex-basis: 27.7%;
    max-width: 27.7%;
    padding: 0 9px 20px; } }

@media screen and (min-width: 768px) {
  .nav .row .col:last-child {
    margin-left: auto;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }
  .nav ul {
    font-size: 18px;
    line-height: 1.22;
    padding-bottom: 21px; }

@media screen and (min-width: 768px) {
  .nav ul {
    font-size: 20px; } }

@media screen and (min-width: 1024px) {
  .nav ul {
    padding-bottom: 39px; } }
    .nav ul.menu-align {
      padding-left: 25px; }

@media screen and (min-width: 768px) {
  .nav ul.menu-align {
    padding-left: 40px; } }

@media screen and (min-width: 1200px) {
  .nav ul.menu-align {
    padding-left: 60px; } }
    .nav ul li + li {
      margin-top: 17px; }

@media screen and (min-width: 768px) {
  .nav ul li + li {
    margin-top: 26px; } }
    .nav ul li.active a {
      font-weight: 700; }

@media screen and (min-width: 768px) {
  .nav ul li.active a {
    font-weight: 800; } }
    .nav ul li a {
      color: #fff;
      text-decoration: none; }
      .nav ul li a:hover {
        font-weight: 700; }

@media screen and (min-width: 768px) {
  .nav ul li a:hover {
    font-weight: 800; } }
  .nav .sub-title {
    overflow: hidden;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 21px; }
    .nav .sub-title span {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .nav .sub-title span:after {
        content: '';
        position: absolute;
        top: 10px;
        left: calc(100% + 13px);
        right: -9999px;
        border-bottom: 2px solid #46b5e7; }
  .nav .btn {
    padding: 8px 10px;
    margin-bottom: 30px; }
  .nav .holder {
    margin: 0 -7px 0 -35px; }

@media screen and (min-width: 768px) {
  .nav .holder {
    margin: 0; } }
  .nav .social-networks {
    font-size: 20px;
    margin-left: -18px;
    margin-right: -18px; }

@media screen and (min-width: 768px) {
  .nav .social-networks {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    .nav .social-networks .icon-facebook {
      font-size: 21px; }
    .nav .social-networks .icon-instagram {
      font-size: 26px; }
    .nav .social-networks li {
      margin-top: 0;
      margin-left: 18px;
      margin-right: 18px; }
    .nav .social-networks a:hover {
      color: #2895d2; }
  .nav:after {
    content: '';
    position: absolute;
    background: url("images/decor01.svg") no-repeat 100% 50%/cover;
    left: -146px;
    top: -64px;
    bottom: 0;
    width: 104.7%;
    opacity: 0.1;
    pointer-events: none; }

@media screen and (min-width: 768px) {
  .nav:after {
    width: 38.58%;
    left: -130px; } }

.purpose-block {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #2895d2;
  border-radius: 5px;
  color: #fff;
  padding: 22px 37px 16px;
  margin-bottom: 36px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

@media screen and (min-width: 768px) {
  .purpose-block {
    padding: 20px 37px 12px;
    margin-bottom: 67px; } }
  .purpose-block .h4 {
    position: relative;
    display: block;
    padding-bottom: 12px; }
    .purpose-block .h4:after {
      content: '';
      position: absolute;
      border-bottom: 2px solid #002439;
      bottom: 0;
      left: -5px;
      right: 0; }
  .purpose-block .link {
    color: #002439;
    font-weight: 700;
    font-size: 12px; }
    .purpose-block .link:after {
      content: "";
      font-size: 11px;
      top: 1px; }
    .purpose-block .link:hover:after {
      margin-right: 0; }
  .purpose-block:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }

.footer {
  background-color: #002439;
  color: #fff;
  text-align: center;
  padding-top: 47px;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 1.86; }

@media screen and (min-width: 1024px) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; } }

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 94px;
    padding-bottom: 55px;
    text-align: left; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .row.hide-large {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
  .footer .lead {
    font-size: 20px;
    font-weight: 300; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer .footer-holder {
    margin-bottom: 55px; }

@media screen and (min-width: 768px) {
  .footer .footer-holder {
    margin-bottom: 65px; } }

@media screen and (min-width: 1200px) {
  .footer .footer-holder {
    padding-left: 5px;
    padding-right: 5px; } }

@media screen and (min-width: 768px) {
  .footer .footer-holder .lt-col {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (min-width: 768px) {
  .footer .footer-holder .rt-col {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }
  .footer .title {
    display: block;
    text-transform: uppercase;
    color: #2895d2;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 700;
    margin-bottom: 5px; }
  .footer .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1158px; }
  .footer p {
    margin-bottom: 16px; }

@media screen and (min-width: 768px) {
  .footer .row {
    margin-left: -15px;
    margin-right: -15px; } }

@media screen and (min-width: 768px) {
  .footer .row .col,
  .footer .row .lt-col,
  .footer .row .rt-col {
    padding-left: 15px;
    padding-right: 15px; } }
  .footer .row .col {
    padding-bottom: 17px; }

@media screen and (min-width: 1024px) {
  .footer .row .col {
    -ms-flex-preferred-size: 19.7%;
        flex-basis: 19.7%;
    max-width: 19.7%;
    padding: 0 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .footer .row .col .top-content {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

@media screen and (min-width: 1024px) {
  .footer .row .col.col--large {
    -ms-flex-preferred-size: 34.4%;
        flex-basis: 34.4%;
    max-width: 34.4%;
    margin-left: auto; } }

@media screen and (min-width: 768px) {
  .footer .row .col.order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 768px) {
  .footer .row .col.order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 1024px) {
  .footer .row .col.order-2 {
    -ms-flex-preferred-size: 20.6%;
        flex-basis: 20.6%;
    max-width: 20.6%; } }

@media screen and (min-width: 768px) {
  .footer .row .col.order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 768px) {
  .footer .row .col.order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }
  .footer .btn:hover {
    border-color: #2895d2; }

@media screen and (min-width: 768px) {
  .footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 6px; } }

.footer-block h3 {
  font-size: 23px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .footer-block h3 {
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .footer-block .text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; } }

@media screen and (min-width: 768px) {
  .footer-block .btn-holder {
    max-width: 200px;
    margin-left: 15px; } }

@media screen and (min-width: 1024px) {
  .footer-block .btn-holder {
    margin-left: 34px; } }

.footer-logo {
  margin-bottom: 36px; }

.subscribe-form {
  position: relative;
  margin-bottom: 30px; }
  .subscribe-form input[type="email"] {
    height: 54px;
    font-size: 15px;
    padding-right: 45px; }

@media screen and (min-width: 768px) {
  .subscribe-form input[type="email"] {
    padding-left: 14px; } }
  .subscribe-form button {
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    color: #46b5e7;
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 20px;
    margin-top: 2px; }
    .subscribe-form button:hover span {
      margin-right: -5px; }
    .subscribe-form button span {
      display: block;
      -webkit-transition: margin 0.3s ease-in-out;
      transition: margin 0.3s ease-in-out; }

@media screen and (min-width: 768px) {
  .footer-nav {
    padding-top: 0; } }

.footer-nav a:hover {
  font-weight: 700; }

address {
  font-style: normal;
  line-height: 1.71;
  margin-bottom: 17px; }

.row.footer-content {
  margin-bottom: 27px; }

@media screen and (min-width: 768px) {
  .row.footer-content {
    margin: 0 -15px; } }

.bottom-content .col {
  padding-bottom: 0; }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -35px;
  margin-right: -35px;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (min-width: 768px) {
  .social-networks {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -14px;
    margin-right: -14px; } }
  .social-networks .icon-instagram {
    font-size: 20px; }
  .social-networks .icon-facebook {
    font-size: 18px; }
  .social-networks li {
    margin: 0 35px 12px; }

@media screen and (min-width: 768px) {
  .social-networks li {
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 0; } }
  .social-networks a {
    text-decoration: none; }
    .social-networks a:hover {
      color: #2895d2; }

.copyright {
  font-size: 12px;
  color: #f0f0f0; }

@media screen and (min-width: 768px) {
  .copyright {
    display: block;
    text-align: right; } }
  .copyright a {
    color: #f0f0f0; }
    .copyright a:hover {
      opacity: 0.7; }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.bg-stretch {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

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

@media screen and (min-width: 400px) {
  .container {
    padding-left: 25px;
    padding-right: 25px; } }

#main {
  position: relative;
  z-index: 2;
  background-color: #fff; }

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 23px;
  background-color: #2895d2;
  border: 2px solid #2895d2;
  color: #fff;
  padding: 9px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.041em; }

@media screen and (min-width: 768px) {
  .btn {
    display: inline-block;
    vertical-align: top;
    padding-left: 27px;
    padding-right: 27px;
    min-width: 197px; } }
  .btn:hover {
    background-color: #002439;
    border-color: #002439; }
  .btn.btn-secondary {
    background-color: #002439;
    border-color: #002439; }
    .btn.btn-secondary:hover {
      color: #2895d2;
      border-color: #002439;
      background-color: transparent; }
  .btn.btn-white-outline {
    border-color: #fff;
    background-color: transparent; }
    .btn.btn-white-outline:hover {
      background-color: #002439;
      border-color: #002439; }

a {
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

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

@media screen and (max-width: 767px) {
  .hide-for-mobile-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hide-large {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  .row .lt-col,
  .row .rt-col,
  .row .col {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

@media screen and (min-width: 1024px) {
  .js-append-text,
  .js-append {
    position: relative;
    z-index: 9; } }

.viewport-section.in-viewport .from-left .bg-gray,
.viewport-section.in-viewport .from-right .bg-gray {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }

.viewport-section.in-viewport .from-left .img-block,
.viewport-section.in-viewport .from-right .img-block {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.viewport-section.in-viewport .from-bottom {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

.viewport-section.in-viewport .light-bg {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1; }

.viewport-section .from-right {
  position: relative; }
  .viewport-section .from-right .bg-gray {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center; }
  .viewport-section .from-right .img-block {
    -webkit-transform: translate(101%, 0);
        -ms-transform: translate(101%, 0);
            transform: translate(101%, 0); }

.viewport-section .from-left {
  position: relative; }
  .viewport-section .from-left .bg-gray {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  .viewport-section .from-left .img-block {
    -webkit-transform: translate(-101%, 0);
        -ms-transform: translate(-101%, 0);
            transform: translate(-101%, 0); }

.viewport-section .from-bottom {
  -webkit-transition: all 800ms ease 0s;
  transition: all 800ms ease 0s;
  -webkit-transform: translate(0px, 100%);
      -ms-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
  opacity: 0; }

.viewport-section .small-img {
  overflow: hidden; }

.viewport-section .light-bg {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: -webkit-transform 800ms ease 1200ms;
  transition: -webkit-transform 800ms ease 1200ms;
  transition: transform 800ms ease 1200ms;
  transition: transform 800ms ease 1200ms, -webkit-transform 800ms ease 1200ms;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }

.viewport-section .img-block {
  -webkit-transition: all 800ms ease 800ms;
  transition: all 800ms ease 800ms; }

@media screen and (min-width: 768px) {
  .viewport-section:nth-child(2) .from-bottom {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; } }

@media screen and (min-width: 768px) {
  .viewport-section:nth-child(3) .from-bottom {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; } }

@media screen and (min-width: 768px) {
  .viewport-section:nth-child(4) .from-bottom {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; } }

@media screen and (min-width: 768px) {
  .viewport-section:nth-child(5) .from-bottom {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; } }

.bg-gray {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 800ms ease 0s;
  transition: all 800ms ease 0s;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  background-color: #ece9e5; }

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

.bg-lighter-blue {
  background: rgba(40, 149, 210, 0.1) !important; }

.bg-light-blue {
  background: #2895d2 !important;
  color: #fff; }
  .bg-light-blue .btn.btn-secondary:hover {
    background-color: transparent;
    border-color: #002439;
    color: #fff; }
  .bg-light-blue a {
    color: #fff; }
  .bg-light-blue .heading span {
    border-color: #fff; }
  .bg-light-blue blockquote:before {
    color: #fff; }
  .bg-light-blue blockquote cite {
    border-color: #fff; }
  .bg-light-blue.training-block h4 {
    color: #fff; }

.bg-dark-blue {
  background: #002439 !important;
  color: #fff; }
  .bg-dark-blue a {
    color: #fff; }
  .bg-dark-blue .btn {
    min-width: 186px; }
    .bg-dark-blue .btn:hover {
      border-color: #fff;
      background-color: transparent; }
  .bg-dark-blue .heading span {
    border-color: #fff; }

.video-wrapper {
  padding-top: 52%;
  position: relative; }

@media screen and (min-width: 768px) {
  .video-wrapper {
    padding-top: 50.6%; } }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 0; }

.video-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .video-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    display: block; }

.decor img {
  width: 100%; }

.link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 21px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1; }
  .link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out; }
  .link:hover:after {
    margin-right: -5px; }

.admin-bar.nav-active .header {
  top: 46px; }

@media screen and (min-width: 783px) {
  .admin-bar.nav-active .header {
    top: 32px; } }

@-webkit-keyframes sonarWave {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(3.8);
            transform: scale(3.8); }
  100% {
    -webkit-transform: scale(6.8);
            transform: scale(6.8);
    opacity: 0; } }

@keyframes sonarWave {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(3.8);
            transform: scale(3.8); }
  100% {
    -webkit-transform: scale(6.8);
            transform: scale(6.8);
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.frame-text {
  overflow: hidden; }

.events-wrapper {
  padding-top: 50px;
  padding-bottom: 66px; }

@media screen and (min-width: 768px) {
  .events-wrapper {
    padding-top: 100px;
    padding-bottom: 77px; } }

@media screen and (min-width: 1024px) {
  .events-wrapper {
    padding-top: 135px; } }
  .events-wrapper .heading-block {
    margin-bottom: 43px; }

@media screen and (min-width: 768px) {
  .events-wrapper .heading-block {
    margin-bottom: 46px;
    width: 50%; } }
    .events-wrapper .heading-block h2 {
      margin-bottom: 0; }
  .events-wrapper h2 {
    font-weight: 300;
    text-align: center;
    color: #002439; }

@media screen and (min-width: 768px) {
  .events-wrapper h2 {
    font-size: 40px;
    text-align: left; } }
  .events-wrapper .container {
    position: relative; }

@media screen and (min-width: 768px) {
  .events-wrapper .btn-holder {
    position: absolute;
    top: 3px;
    right: 25px;
    max-width: 46%;
    text-align: right; } }

@media screen and (min-width: 768px) {
  .events-wrapper .btn-holder .btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; } }
  .events-wrapper .btn-holder .from-bottom {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .events-wrapper .btn:hover {
    border-color: #2895d2;
    color: #2895d2;
    background-color: transparent; }

.events-post {
  min-height: 402px;
  color: #fff;
  position: relative;
  padding: 26px 29px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .events-post {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .events-post {
    min-height: 472px;
    padding-left: 29px;
    padding-right: 29px; } }
  .events-post:before, .events-post:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.4);
    z-index: 1; }
  .events-post:after {
    background: -webkit-linear-gradient(112deg, #2895d2 0%, rgba(20, 75, 105, 0) 100%);
    background: linear-gradient(-22deg, #2895d2 0%, rgba(20, 75, 105, 0) 100%);
    opacity: 0.9;
    z-index: 2;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  .events-post:hover:after {
    background: -webkit-linear-gradient(112deg, #2895d2 50%, rgba(20, 75, 105, 0) 100%);
    background: linear-gradient(-22deg, #2895d2 50%, rgba(20, 75, 105, 0) 100%); }
  .events-post:hover .link {
    left: 5px; }
    .events-post:hover .link:after {
      margin-right: 0; }
  .events-post .link {
    left: 0;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out; }
  .events-post .bottom-content,
  .events-post .top-content {
    position: relative;
    z-index: 3; }
  .events-post .top-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .events-post time {
    display: inline-block;
    vertical-align: top;
    border-radius: 23px;
    background-color: #002439;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px; }
  .events-post a {
    color: #fff; }
  .events-post h4,
  .events-post .h4 {
    line-height: 1.2;
    margin-bottom: 26px; }
    .events-post h4:only-child,
    .events-post .h4:only-child {
      margin-bottom: 10px; }

.event-carousel {
  padding-bottom: 60px;
  margin-bottom: 32px;
  margin-left: -16px; }

@media screen and (min-width: 768px) {
  .event-carousel {
    margin-bottom: 0;
    margin-left: -8px; } }
  .event-carousel.in-viewport .col {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .event-carousel .flickity-viewport {
    overflow: visible; }
  .event-carousel .col {
    padding-left: 9px;
    padding-right: 9px;
    width: 94%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.6s cubic-bezier(0.77, 0, 0.175, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.6s cubic-bezier(0.77, 0, 0.175, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

@media screen and (min-width: 768px) {
  .event-carousel .col {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    width: auto;
    padding-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
    .event-carousel .col:nth-child(2) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .event-carousel .col:nth-child(3) {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .event-carousel .col:nth-child(4) {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    .event-carousel .col:nth-child(4) {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
    .event-carousel .col:nth-child(5) {
      -webkit-transition-delay: 1.4s;
              transition-delay: 1.4s; }
    .event-carousel .col:nth-child(6) {
      -webkit-transition-delay: 1.6s;
              transition-delay: 1.6s; }

.slick-arrow {
  padding: 0;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  color: #2895d2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  line-height: 1;
  width: 27px;
  margin-left: 28px;
  position: absolute;
  bottom: 0;
  z-index: 2; }
  .slick-arrow.slick-prev {
    margin-left: -28px; }
    .slick-arrow.slick-prev:after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .slick-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0; }
  .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none; }

.resource-wrapper {
  background-color: rgba(117, 115, 116, 0.1);
  padding-top: 54px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .resource-wrapper {
    padding-top: 100px;
    padding-bottom: 77px; } }

@media screen and (min-width: 1024px) {
  .resource-wrapper {
    padding-top: 113px; } }
  .resource-wrapper .decor {
    display: none; }

@media screen and (min-width: 768px) {
  .resource-wrapper .decor {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -110px;
    width: 28.08%;
    left: -113px;
    opacity: 0.05; } }
    .resource-wrapper .decor img {
      width: 100%; }
  .resource-wrapper .heading-block {
    margin-bottom: 45px; }

@media screen and (min-width: 768px) {
  .resource-wrapper .heading-block {
    margin-bottom: 39px;
    width: 50%; } }
    .resource-wrapper .heading-block h2 {
      margin-bottom: 0; }
  .resource-wrapper h2 {
    text-align: center;
    color: #002439;
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .resource-wrapper h2 {
    font-size: 40px;
    text-align: left; } }
  .resource-wrapper .container {
    position: relative; }

@media screen and (min-width: 768px) {
  .resource-wrapper .btn-holder {
    position: absolute;
    top: 3px;
    right: 19px;
    max-width: 46%;
    text-align: right; } }

@media screen and (min-width: 768px) {
  .resource-wrapper .btn-holder .btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; } }

@media screen and (min-width: 768px) {
  .resource-wrapper .btn-holder .from-bottom {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; } }

@media screen and (min-width: 768px) {
  .resource-wrapper .btn {
    padding-left: 35px;
    padding-right: 35px; } }
  .resource-wrapper .btn:hover {
    border-color: #2895d2;
    color: #2895d2;
    background-color: transparent; }

.carousel {
  margin-bottom: 31px; }

@media screen and (min-width: 768px) {
  .carousel {
    padding-bottom: 61px; } }
  .carousel .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    padding: 29px 29px 34px;
    position: relative;
    min-height: 470px;
    margin-bottom: 28px;
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .carousel .holder {
    padding: 24px 30px 25px;
    margin-bottom: 18px; } }
    .carousel .holder.small--block {
      min-height: 244px;
      padding: 21px 20px 28px;
      margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .carousel .holder.small--block {
    min-height: 226px;
    margin-bottom: 18px;
    padding-top: 24px; } }
      .carousel .holder.small--block h4,
      .carousel .holder.small--block .h4 {
        line-height: 1.2; }
    .carousel .holder:hover:after {
      background-color: rgba(28, 28, 28, 0.7); }
    .carousel .holder:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(28, 28, 28, 0.5);
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      pointer-events: none; }
  .carousel .top-content,
  .carousel .bottom-content {
    position: relative;
    z-index: 2; }
  .carousel .top-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .carousel .title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 13px; }

@media screen and (min-width: 768px) {
  .carousel .title {
    margin-bottom: 17px; } }
  .carousel h4,
  .carousel .h4 {
    line-height: 1.48; }
    .carousel h4:last-child,
    .carousel .h4:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .carousel .row .col {
    max-width: 58.3%;
    -ms-flex-preferred-size: 58.3%;
        flex-basis: 58.3%; } }

@media screen and (min-width: 768px) {
  .carousel .row .col:nth-child(even) {
    max-width: 41.7%;
    -ms-flex-preferred-size: 41.7%;
        flex-basis: 41.7%; } }
  .carousel.in-viewport .col {
    opacity: 1;
    visibility: visible; }
    .carousel.in-viewport .col .holder + .holder {
      visibility: visible;
      opacity: 1; }
  .carousel .col {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
    .carousel .col:nth-child(2) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .carousel .col .holder + .holder {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.8s, visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
      transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.8s, visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.8s; }
  .carousel .carousel-cell {
    width: 100%; }

.badge {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #46b5e7;
  border-radius: 23px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 5px 11px;
  text-align: center;
  min-width: 115px; }

.error-message {
  color: #f00;
  text-align: center;
  padding-top: 15px; }

.thankyou-message {
  text-align: center;
  padding-top: 15px; }

.visual-block {
  padding-top: 137px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .visual-block {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 351px;
    padding-bottom: 25px; } }

@media screen and (min-width: 1024px) {
  .visual-block {
    min-height: 456px;
    padding-bottom: 52px; } }

@media screen and (min-width: 1200px) {
  .visual-block {
    min-height: 541px; } }
  .visual-block .text-block {
    padding: 0 43px; }

@media screen and (min-width: 768px) {
  .visual-block .text-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 50%;
    padding: 107px 0 38px;
    min-height: 307px; } }

@media screen and (min-width: 1024px) {
  .visual-block .text-block {
    min-height: 395px;
    padding-bottom: 98px; } }

@media screen and (min-width: 1200px) {
  .visual-block .text-block {
    min-height: 488px; } }

@media screen and (min-width: 768px) {
  .visual-block .text-block .text-content {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 0 67px 0 25px;
    max-width: 673px;
    margin-left: auto; } }

@media screen and (min-width: 1024px) {
  .visual-block .text-block .text-content {
    padding-left: 23px;
    padding-right: 102px; } }

@media screen and (min-width: 1200px) {
  .visual-block .text-block .text-content {
    padding-left: 66px;
    padding-right: 124px; } }
    .visual-block .text-block:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #002439;
      z-index: -1; }

@media screen and (min-width: 768px) {
  .visual-block .text-block:after {
    -webkit-transform: skewX(-4deg);
        -ms-transform: skewX(-4deg);
            transform: skewX(-4deg);
    left: -999px;
    right: 30px; } }

@media screen and (min-width: 1024px) {
  .visual-block .text-block:after {
    -webkit-transform: skewX(-8deg);
        -ms-transform: skewX(-8deg);
            transform: skewX(-8deg);
    right: 70px; } }
  .visual-block .title-margin {
    margin-bottom: 12px; }

@media screen and (min-width: 768px) {
  .visual-block .title-margin {
    margin-bottom: 25px; } }
  .visual-block .title {
    text-transform: uppercase;
    position: relative;
    display: block;
    color: #2895d2;
    letter-spacing: 2.4px;
    letter-spacing: 3px; }

@media screen and (min-width: 768px) {
  .visual-block .title {
    font-size: 18px;
    padding-left: 30px; } }

@media screen and (min-width: 1024px) {
  .visual-block .title {
    padding-left: 42px;
    font-size: 20px; } }

@media screen and (min-width: 768px) {
  .visual-block .title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px; } }
  .visual-block .h2 {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 0.045em;
    font-weight: 700; }

@media screen and (min-width: 768px) {
  .visual-block .h2 {
    font-size: 34px; } }
    @media (min-width: 1024px) {
      .visual-block .h2 {
        font-size: 50px;
        line-height: 1.2; } }
    .visual-block .h2:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .visual-block .text {
    padding-left: 30px; } }

@media screen and (min-width: 1024px) {
  .visual-block .text {
    padding-left: 42px; } }
  .visual-block .bg-holder {
    position: absolute;
    width: 62.9%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    overflow: hidden;
    display: none; }

@media screen and (min-width: 768px) {
  .visual-block .bg-holder {
    display: block; } }
    .visual-block .bg-holder svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .visual-block .bg-holder .from-right {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 62.6%; }
    .visual-block .bg-holder .bg-gray {
      background-color: #484848;
      opacity: 0.25; }
  .visual-block .decor {
    position: absolute;
    top: 0;
    bottom: -84px;
    background-position: 0 50%;
    background-size: cover;
    opacity: 0.86;
    right: -50px;
    width: 24.6%; }

@media screen and (min-width: 768px) {
  .visual-block .decor {
    top: -70px;
    width: 32.6%; } }

@media screen and (min-width: 1200px) {
  .visual-block .decor {
    right: -10px;
    top: -82px;
    width: 18.5%; } }
  .visual-block.viewport-section svg {
    -webkit-transform: translate(110%, 0px) scale(1.2);
        -ms-transform: translate(110%, 0px) scale(1.2);
            transform: translate(110%, 0px) scale(1.2); }
  .visual-block.viewport-section.in-viewport svg {
    -webkit-transition: all 800ms ease 800ms;
    transition: all 800ms ease 800ms;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  .visual-block.viewport-section.in-viewport .bg-gray {
    -webkit-transform: scale(1, 1) skewX(-8deg);
        -ms-transform: scale(1, 1) skewX(-8deg);
            transform: scale(1, 1) skewX(-8deg);
    left: 46px; }

@media screen and (min-width: 1600px) {
  .visual-block.viewport-section.in-viewport .bg-gray {
    left: 60px; } }
  .visual-block.viewport-section .bg-gray {
    right: -99px; }

.viewport-section .text-animation-from-bottom {
  overflow: hidden; }
  .viewport-section .text-animation-from-bottom > * {
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: all 800ms ease 0s;
    transition: all 800ms ease 0s; }
  .viewport-section .text-animation-from-bottom:nth-child(2) > * {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }

.viewport-section.in-viewport .text-animation-from-bottom > * {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.feature-block {
  padding-top: 51px;
  padding-bottom: 41px;
  text-align: center; }

@media screen and (min-width: 768px) {
  .feature-block {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .feature-block {
    padding-top: 103px;
    padding-bottom: 128px; } }
  .feature-block .heading {
    margin-bottom: 32px;
    color: #2895d2; }
    .feature-block .heading span {
      border-color: #2895d2;
      padding-bottom: 2px; }

@media screen and (min-width: 768px) {
  .feature-block .text-block {
    padding-left: 50px;
    padding-right: 50px; } }
  .feature-block h2 {
    font-size: 32px;
    line-height: 1.31;
    margin-bottom: 21px; }

@media screen and (min-width: 768px) {
  .feature-block h2 {
    font-size: 40px;
    margin-bottom: 15px; } }
  .feature-block p {
    margin-bottom: 46px; }

@media screen and (min-width: 768px) {
  .feature-block p {
    margin-bottom: 56px; } }
  .feature-block .container {
    max-width: 982px; }
  .feature-block .row {
    margin-left: -9px;
    margin-right: -9px; }

@media screen and (min-width: 768px) {
  .feature-block .row {
    margin-left: -8px;
    margin-right: -8px; } }
    .feature-block .row .col {
      padding-bottom: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

@media screen and (min-width: 768px) {
  .feature-block .row .col {
    padding-bottom: 11px; } }
  .feature-block .feature-holder p {
    margin-bottom: 0; }

.feature-holder {
  padding: 55px 20px 63px;
  line-height: 1.63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 295px; }

@media screen and (min-width: 768px) {
  .feature-holder {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 334px; } }
  .feature-holder .video-holder {
    opacity: 0;
    z-index: 1; }
    .feature-holder .video-holder iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      border: 0; }
  .feature-holder:hover .video-holder {
    opacity: 1; }
  .feature-holder .lightbox-opener {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
    font-size: 25px;
    border-radius: 50%;
    line-height: 0;
    text-decoration: none;
    z-index: 1;
    background: rgba(40, 149, 210, 0.9);
    color: #fff;
    width: 76px;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 3px;
    padding-top: 2px; }
    .feature-holder .lightbox-opener:hover {
      background-color: #2895d2; }
  .feature-holder .icon-holder {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 22px; }
    .feature-holder .icon-holder .icon-direction {
      font-size: 72px; }
  .feature-holder h4,
  .feature-holder .h4 {
    font-size: 22px;
    margin-bottom: 7px; }

@media screen and (min-width: 768px) {
  .feature-holder h4,
  .feature-holder .h4 {
    font-size: 25px;
    margin-bottom: 9px; } }

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

.feature-wrapper {
  padding-top: 57px;
  padding-bottom: 57px;
  overflow: hidden;
  position: relative; }

@media screen and (min-width: 768px) {
  .feature-wrapper {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media screen and (min-width: 1024px) {
  .feature-wrapper {
    padding-top: 97px;
    padding-bottom: 105px; } }
  .feature-wrapper h2 {
    text-align: center;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-bottom: 52px; }

@media screen and (min-width: 768px) {
  .feature-wrapper h2 {
    font-size: 45px; } }

@media screen and (min-width: 1024px) {
  .feature-wrapper h2 {
    font-size: 50px; } }
  .feature-wrapper .container {
    position: relative;
    z-index: 2; }
  .feature-wrapper .row {
    padding-left: 16px;
    padding-right: 16px; }

@media screen and (min-width: 768px) {
  .feature-wrapper .row {
    padding-left: 0;
    padding-right: 0; } }
    .feature-wrapper .row .col {
      padding-bottom: 28px; }

@media screen and (min-width: 1024px) {
  .feature-wrapper .row .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }
  .feature-wrapper .bg-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    min-height: 350px;
    border-radius: 10px;
    padding: 0 26px 45px; }

@media screen and (min-width: 1024px) {
  .feature-wrapper .bg-stretch {
    min-height: 409px;
    padding-bottom: 35px; } }
    .feature-wrapper .bg-stretch > * {
      position: relative;
      z-index: 2; }
    .feature-wrapper .bg-stretch:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-linear-gradient(66deg, #2895d2 0%, rgba(20, 75, 105, 0) 100%);
      background: linear-gradient(24deg, #2895d2 0%, rgba(20, 75, 105, 0) 100%);
      opacity: 0.9;
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
    .feature-wrapper .bg-stretch:after {
      content: '';
      border-width: 3px 3px 0 0;
      border-style: solid;
      border-color: #002439;
      position: absolute;
      bottom: 33px;
      left: 36px;
      width: 15px;
      height: 15px;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }

@media screen and (min-width: 768px) {
  .feature-wrapper .bg-stretch:after {
    position: static;
    display: block; } }
    .feature-wrapper .bg-stretch:hover .text-content {
      max-height: 300px;
      -webkit-transition: max-height 0.8s ease-in-out;
      transition: max-height 0.8s ease-in-out; }
    .feature-wrapper .bg-stretch:hover:after {
      opacity: 0;
      visibility: hidden;
      height: 0;
      width: 0; }
    .feature-wrapper .bg-stretch:hover:before {
      -webkit-animation: fadeIn 0.3s linear forwards;
              animation: fadeIn 0.3s linear forwards;
      background: -webkit-linear-gradient(66deg, #2895d2 50%, rgba(20, 75, 105, 0) 100%);
      background: linear-gradient(24deg, #2895d2 50%, rgba(20, 75, 105, 0) 100%); }
  .feature-wrapper .text-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); }
    .feature-wrapper .text-content .text {
      padding-top: 15px; }

@media screen and (min-width: 768px) {
  .feature-wrapper .text-content .text {
    padding-top: 0; } }
    .feature-wrapper .text-content p {
      margin-bottom: 0; }
  .feature-wrapper h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.17;
    margin-bottom: 13px; }
  .feature-wrapper .decor {
    position: absolute;
    bottom: 0;
    width: 91%;
    background-position: 0 50%;
    background-size: cover;
    right: -127px;
    bottom: -49px;
    height: 580px;
    z-index: 1;
    opacity: 0.56; }

@media screen and (min-width: 768px) {
  .feature-wrapper .decor {
    width: 40%; } }

@media screen and (min-width: 1024px) {
  .feature-wrapper .decor {
    height: auto;
    top: -10px;
    width: 33%;
    bottom: -125px;
    right: -160px; } }

.map-holder {
  padding-top: 45px;
  padding-bottom: 51px;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .map-holder {
    padding-top: 60px;
    padding-bottom: 65px; } }

@media screen and (min-width: 1024px) {
  .map-holder {
    padding-top: 95px;
    padding-bottom: 84px; } }
  .map-holder .container {
    position: relative;
    z-index: 2; }
  .map-holder .heading {
    color: #002439;
    margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  .map-holder .heading {
    margin-bottom: 37px; } }
    .map-holder .heading span {
      border-color: #002439; }
  .map-holder h2 {
    font-size: 35px;
    margin-bottom: 12px; }

@media screen and (min-width: 768px) {
  .map-holder h2 {
    font-size: 40px;
    margin-bottom: 19px; } }

@media screen and (min-width: 1024px) {
  .map-holder h2 {
    font-size: 50px;
    line-height: 1; } }
  .map-holder p {
    margin-bottom: 33px; }

@media screen and (min-width: 768px) {
  .map-holder .text-holder {
    width: 42%; } }

@media screen and (min-width: 768px) {
  .map-holder .btn-holder {
    position: absolute;
    top: 2px;
    right: 26px;
    max-width: 48%; } }
  .map-holder .btn {
    min-width: 233px; }
  .map-holder .decor {
    position: absolute;
    bottom: -29px;
    left: -46px;
    width: 15.65%;
    z-index: 1;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }

.map-wrapper {
  margin: 0 0 42px -1px;
  max-width: 878px;
  position: relative; }

@media screen and (min-width: 400px) {
  .map-wrapper {
    margin-left: -20px; } }

@media screen and (min-width: 768px) {
  .map-wrapper {
    margin: 0 auto; } }

@media screen and (min-width: 1200px) {
  .map-wrapper {
    margin-top: -96px; } }
  .map-wrapper img {
    width: 100%; }
  .map-wrapper .pin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    font-weight: 600;
    z-index: 1; }
    .map-wrapper .pin:hover {
      z-index: 2; }
      .map-wrapper .pin:hover .dot {
        background-color: #2895d2; }
      .map-wrapper .pin:hover .text {
        opacity: 1;
        visibility: visible; }
    .map-wrapper .pin .dot {
      position: absolute;
      top: -8px;
      left: -8px;
      background-color: #002439;
      z-index: 2;
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      width: 10px;
      height: 10px; }

@media screen and (min-width: 768px) {
  .map-wrapper .pin .dot {
    width: 20px;
    height: 20px;
    left: -18px;
    top: -19px; } }
    .map-wrapper .pin .text {
      background-color: #002439;
      color: #fff;
      border-radius: 20px;
      position: absolute;
      left: -14px;
      top: -17px;
      padding: 5px 16px 7px 23px;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      font-size: 10px;
      min-width: 86px;
      max-width: 86px;
      white-space: nowrap; }

@media screen and (min-width: 768px) {
  .map-wrapper .pin .text {
    left: -28px;
    top: -27px;
    padding: 6px 18px 8px 40px;
    font-size: 16px;
    min-width: 136px;
    max-width: 186px;
    overflow: hidden; } }

@media screen and (min-width: 1024px) {
  .map-wrapper .pin .text {
    max-width: 250px; } }
    .map-wrapper .pin.pin--1 {
      top: 83.4%;
      left: 42.9%; }

@media screen and (min-width: 768px) {
  .map-wrapper .pin.pin--1 {
    top: 83.6%;
    left: 42.8%; } }
    .map-wrapper .pin.pin--2 {
      top: 81%;
      left: 44.8%; }

@media screen and (min-width: 768px) {
  .map-wrapper .pin.pin--2 {
    top: 81.3%;
    left: 44.8%; } }
    .map-wrapper .pin.pin--3 {
      top: 82.1%;
      left: 47.2%; }

@media screen and (min-width: 768px) {
  .map-wrapper .pin.pin--3 {
    top: 81.8%;
    left: 47.1%; } }
    .map-wrapper .pin.pin--4 {
      top: 89.1%;
      left: 47.5%; }

@media screen and (min-width: 768px) {
  .map-wrapper .pin.pin--4 {
    top: 89.4%;
    left: 47.4%; } }
    .map-wrapper .pin.pin--5 {
      top: 45.6%;
      left: 69.4%; }
    .map-wrapper .pin.pin--6 {
      top: 51.9%;
      left: 80%; }

@media screen and (min-width: 768px) {
  .map-wrapper .pin.pin--6 {
    top: 52.6%;
    left: 79.7%; } }

.accordion-wrapper {
  color: #fff; }
  .accordion-wrapper li {
    position: relative;
    z-index: 1; }
    .accordion-wrapper li.active .bg-stretch {
      filter: grayscale(100%); }
      .accordion-wrapper li.active .bg-stretch:after {
        background-color: #484848; }
    .accordion-wrapper li.active .hide-on-active {
      opacity: 0;
      visibility: hidden;
      height: 0;
      overflow: hidden; }

@media screen and (min-width: 768px) {
  .accordion-wrapper li.active .hide-on-active {
    height: auto; } }
    .accordion-wrapper li.active .opener.close {
      opacity: 1;
      visibility: visible; }
    .accordion-wrapper li .bg-stretch {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
      .accordion-wrapper li .bg-stretch:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #2895d2;
        opacity: 0.85;
        z-index: 1; }
  .accordion-wrapper h4,
  .accordion-wrapper .h4 {
    color: #f0f0f0;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 12px; }

@media screen and (min-width: 768px) {
  .accordion-wrapper h4,
  .accordion-wrapper .h4 {
    line-height: 1.07;
    font-size: 30px; } }
  .accordion-wrapper .opener {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: #002439;
    letter-spacing: 0.78px;
    padding-top: 34px;
    padding-bottom: 32px;
    display: block; }

@media screen and (min-width: 768px) {
  .accordion-wrapper .opener {
    padding-top: 39px; } }
    .accordion-wrapper .opener:hover {
      color: #fff; }
    .accordion-wrapper .opener:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -999px;
      right: -999px; }
    .accordion-wrapper .opener.close {
      color: #fff;
      position: absolute;
      visibility: hidden;
      top: 45px;
      right: 36px;
      font-size: 28px;
      z-index: 2;
      opacity: 0;
      padding: 0;
      display: inline-block;
      vertical-align: top;
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }

@media screen and (min-width: 768px) {
  .accordion-wrapper .opener.close {
    right: 53px;
    top: 35px; } }
      .accordion-wrapper .opener.close:before {
        display: none; }
      .accordion-wrapper .opener.close:hover {
        color: #2895d2; }
    .accordion-wrapper .opener .h4 {
      text-transform: none;
      letter-spacing: 0; }
  .accordion-wrapper .heading {
    color: #fff;
    padding-right: 50px;
    margin-bottom: 56px; }

@media screen and (min-width: 768px) {
  .accordion-wrapper .heading {
    margin-bottom: 60px; } }
    .accordion-wrapper .heading span {
      border-color: #fff;
      padding-bottom: 2px; }

@media screen and (min-width: 768px) {
  .accordion-wrapper .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 1024px) {
  .accordion-wrapper .row {
    margin-left: -40px;
    margin-right: -40px; } }

@media screen and (min-width: 1024px) {
  .accordion-wrapper .row .col {
    padding-left: 40px;
    padding-right: 40px; } }
  .accordion-wrapper .row .col + .col {
    padding-top: 49px; }

@media screen and (min-width: 768px) {
  .accordion-wrapper .row .col + .col {
    padding-top: 0; } }
  .accordion-wrapper .slide {
    position: relative;
    padding-bottom: 39px;
    margin-top: -14px; }

@media screen and (min-width: 768px) {
  .accordion-wrapper .slide {
    padding-bottom: 108px;
    margin-top: -26px; } }
    .accordion-wrapper .slide h4,
    .accordion-wrapper .slide .h4 {
      margin-bottom: 14px; }

@media screen and (min-width: 768px) {
  .accordion-wrapper .slide h4,
  .accordion-wrapper .slide .h4 {
    font-size: 30px;
    margin-bottom: 15px; } }
    .accordion-wrapper .slide p {
      margin-bottom: 23px; }
  .accordion-wrapper .btn {
    display: inline-block;
    vertical-align: top;
    min-width: 257px;
    padding-top: 10px;
    padding-bottom: 10px; }

@media screen and (min-width: 768px) {
  .accordion-wrapper .btn {
    margin-top: 15px; } }

@media screen and (min-width: 768px) {
  .accordion-wrapper .info-list {
    max-width: 423px;
    margin-left: auto; } }

.info-list {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 300;
  padding: 0 16px; }

@media screen and (min-width: 768px) {
  .info-list {
    padding-top: 46px;
    padding-right: 21px; } }

@media screen and (min-width: 1024px) {
  .info-list {
    font-size: 30px;
    line-height: 1.37; } }
  .info-list .large-text {
    font-size: 33px;
    line-height: 1.15; }

@media screen and (min-width: 1024px) {
  .info-list .large-text {
    font-size: 40px;
    letter-spacing: 0.8px; } }
  .info-list li {
    padding: 22px 7px 24px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #f0f0f0; }

@media screen and (min-width: 768px) {
  .info-list li {
    padding: 28px 7px 28px 10px; } }
    .info-list li:last-child {
      border-bottom: none; }
    .info-list li .icon-holder {
      text-align: center;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
      max-width: 100px;
      padding-right: 10px; }

@media screen and (min-width: 768px) {
  .info-list li .icon-holder {
    -ms-flex-preferred-size: 121px;
        flex-basis: 121px;
    max-width: 121px; } }
    .info-list li .text-holder {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .info-list li .number {
      font-size: 70px;
      line-height: 1;
      font-weight: 700;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 7px; }

@media screen and (min-width: 768px) {
  .info-list li .number {
    font-size: 85px; } }
    .info-list li p:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .info-list li img {
    height: 50px;
    width: auto; } }

.help-accordion {
  counter-reset: item; }
  .help-accordion li {
    padding-bottom: 18px; }

@media screen and (min-width: 768px) {
  .help-accordion li {
    padding-bottom: 32px; } }
    .help-accordion li:last-child {
      border-bottom: 1px solid #fff; }
    .help-accordion li.active .hide {
      display: inline-block;
      vertical-align: top; }
    .help-accordion li.active .slide {
      visibility: visible; }
    .help-accordion li.active .hide-on-active {
      display: none; }
    .help-accordion li.active .bg-stretch {
      -webkit-animation: 400ms fadeIn linear;
              animation: 400ms fadeIn linear; }
    .help-accordion li.active .opener:after {
      top: 5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@media screen and (min-width: 768px) {
  .help-accordion li.active .line {
    right: -25.7%; } }

@media screen and (min-width: 1200px) {
  .help-accordion li.active .line {
    right: -38.7%; } }

@media screen and (min-width: 768px) {
  .help-accordion li.active .line:after, .help-accordion li.active .line:before {
    opacity: 1;
    visibility: visible; } }
  .help-accordion .heading-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding-top: 23px; }

@media screen and (min-width: 768px) {
  .help-accordion .heading-block {
    padding-top: 26px; } }
    .help-accordion .heading-block .line {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-bottom: 1px solid #fff;
      -webkit-transition: right 0.3s ease-in-out;
      transition: right 0.3s ease-in-out; }
      .help-accordion .heading-block .line:before, .help-accordion .heading-block .line:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: -5px;
        right: -9px;
        border-radius: 50%;
        background: #fff;
        opacity: 0;
        visibility: hidden; }
      .help-accordion .heading-block .line:before {
        -webkit-animation: sonarWave 2s linear infinite;
                animation: sonarWave 2s linear infinite; }
    .help-accordion .heading-block .text {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      padding-right: 5px; }
    .help-accordion .heading-block .link-holder {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
      padding-top: 14px; }
  .help-accordion .opener {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 11px;
    line-height: 1.27;
    font-weight: 700;
    padding-right: 13px; }
    .help-accordion .opener:after {
      content: '';
      position: absolute;
      top: 3px;
      right: 0;
      width: 5px;
      height: 5px;
      border-width: 1px 1px 0 0;
      border-color: #fff;
      border-style: solid;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .help-accordion .opener .hide {
      display: none; }
    .help-accordion .opener:hover {
      color: #002439; }
      .help-accordion .opener:hover:after {
        border-color: #002439; }
  .help-accordion h4,
  .help-accordion .h4 {
    font-size: 22px;
    font-weight: 600;
    counter-increment: item;
    position: relative;
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .help-accordion h4,
  .help-accordion .h4 {
    font-size: 25px; } }
    .help-accordion h4:before,
    .help-accordion .h4:before {
      content: counter(item) ".";
      display: inline-block;
      vertical-align: top;
      margin-right: 7px; }
    .help-accordion h4 span,
    .help-accordion .h4 span {
      font-weight: 300; }
  .help-accordion .slide {
    padding-top: 19px;
    padding-bottom: 22px; }

@media screen and (min-width: 768px) {
  .help-accordion .slide {
    padding-top: 16px;
    padding-bottom: 2px;
    top: 0 !important;
    left: 0 !important;
    bottom: 0;
    visibility: hidden; } }

@media screen and (min-width: 768px) {
  .help-accordion .slide p {
    margin-bottom: 28px; } }

@media screen and (min-width: 768px) {
  .help-accordion .slide .btn {
    padding-left: 22px;
    padding-right: 22px; } }
  .help-accordion .bg-stretch {
    padding-top: 43.9%; }

@media screen and (min-width: 768px) {
  .help-accordion .bg-stretch {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    top: 0;
    width: calc(50vw - 25px); } }

@media screen and (min-width: 1024px) {
  .help-accordion .bg-stretch {
    width: calc(43.6vw - 40px); } }

a[data-fancybox-close] {
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
  top: 40px;
  right: 15px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.27;
  color: #002439;
  padding-right: 34px;
  outline: 0; }

@media screen and (min-width: 400px) {
  a[data-fancybox-close] {
    right: 28px; } }

@media screen and (min-width: 1024px) {
  a[data-fancybox-close] {
    right: 48px;
    top: 49px;
    padding-right: 42px; } }
  a[data-fancybox-close] span {
    font-size: 20px;
    color: #2895d2;
    position: absolute;
    right: 0;
    top: -3px; }

@media screen and (min-width: 768px) {
  a[data-fancybox-close] span {
    font-size: 22px;
    top: -5px; } }
  a[data-fancybox-close]:hover {
    color: #2895d2; }

.bio-content {
  padding-bottom: 43px; }

@media screen and (min-width: 768px) {
  .bio-content {
    padding-bottom: 58px; } }

@media screen and (min-width: 768px) {
  .bio-content .leader-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .bio-content .leader-holder .bg-stretch {
    width: 207px;
    min-height: 266px;
    margin-left: 8px;
    margin-bottom: 21px; }

@media screen and (min-width: 768px) {
  .bio-content .leader-holder .bg-stretch {
    width: auto;
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    max-width: 270px;
    padding-top: 0;
    min-height: 348px;
    margin: 10px 30px 0 0; } }

@media screen and (min-width: 1024px) {
  .bio-content .leader-holder .bg-stretch {
    margin-right: 75px; } }
  .bio-content .leader-holder .heading-block {
    margin-bottom: 17px; }

@media screen and (min-width: 768px) {
  .bio-content .leader-holder .heading-block {
    margin-bottom: 21px; } }
  .bio-content .leader-holder .name {
    font-size: 26px;
    margin-bottom: 5px; }
  .bio-content .leader-holder .designation {
    font-size: 16px; }
  .bio-content .leader-holder p {
    margin-bottom: 24px; }
    .bio-content .leader-holder p:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .bio-content .leader-holder .text-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (max-width: 767px) {
  .bio-content .jcf-scrollable,
  .bio-content .jcf-scrollable-wrapper {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important; } }

@media screen and (min-width: 768px) {
  .bio-content .jcf-scrollable,
  .bio-content .jcf-scrollable-wrapper {
    width: 100% !important;
    max-height: 364px; } }

@media screen and (min-width: 768px) {
  .bio-content .jcf-scrollable-wrapper {
    padding-right: 45px; } }

@media screen and (max-width: 767px) {
  .bio-content .jcf-scrollbar {
    display: none !important; } }
  .bio-content .jcf-scrollbar .jcf-scrollbar-inc,
  .bio-content .jcf-scrollbar .jcf-scrollbar-dec {
    width: 0;
    height: 0; }

.fancybox-content .fancybox-navigation {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  padding-bottom: 42px; }

@media screen and (min-width: 768px) {
  .fancybox-content .fancybox-navigation {
    padding-bottom: 0; } }

.fancybox-content .fancybox-button {
  display: block;
  position: relative;
  top: 0;
  height: auto;
  width: auto;
  color: #002439;
  font-size: 12px;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  text-transform: uppercase;
  padding: 0;
  background: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .fancybox-content .fancybox-button[disabled] {
    pointer-events: none; }
  .fancybox-content .fancybox-button:before {
    content: "";
    position: absolute;
    top: -1px;
    font-size: 16px;
    color: #2895d2; }

@media screen and (min-width: 768px) {
  .fancybox-content .fancybox-button:before {
    font-size: 18px; } }
  .fancybox-content .fancybox-button.fancybox-button--arrow_left {
    padding-left: 25px; }

@media screen and (min-width: 768px) {
  .fancybox-content .fancybox-button.fancybox-button--arrow_left {
    padding-left: 29px; } }
    .fancybox-content .fancybox-button.fancybox-button--arrow_left:before {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      left: 0; }
  .fancybox-content .fancybox-button.fancybox-button--arrow_right {
    padding-right: 30px;
    margin-right: 0;
    text-align: right; }

@media screen and (min-width: 768px) {
  .fancybox-content .fancybox-button.fancybox-button--arrow_right {
    padding-right: 28px; } }
    .fancybox-content .fancybox-button.fancybox-button--arrow_right:before {
      right: 0;
      left: auto; }
  .fancybox-content .fancybox-button:hover {
    color: #2895d2; }

.fancybox-content .align-bottom {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  vertical-align: top;
  top: 0;
  position: relative;
  padding-right: 0; }
  .fancybox-content .align-bottom span {
    position: static; }

.fancybox-content .video-holder video[controls] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none; }

.fancybox-navigation {
  color: transparent; }

.fancybox-infobar {
  display: none; }

.lightbox-holder {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.42);
  max-width: 1124px;
  width: 100%; }
  .lightbox-holder .video-holder {
    opacity: 1;
    z-index: 1; }
  .lightbox-holder .video-wrapper {
    padding-top: 57%;
    overflow: hidden;
    position: relative; }

@media screen and (max-width: 767px) {
  .lightbox-holder .video-wrapper ~ a[data-fancybox-close] {
    top: 13px; } }

@media screen and (min-width: 1024px) {
  .lightbox-holder .video-wrapper ~ a[data-fancybox-close] {
    right: 66px; } }

.header .announcement-bar {
  margin-top: -20px;
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .header .announcement-bar {
    margin-top: -36px;
    margin-bottom: 37px; } }

.announcement-bar {
  background-color: #2895d2;
  color: #fff;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 11px 0 11px;
  display: none;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .announcement-bar.active {
    display: block; }
  .nav-active .announcement-bar {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0; }
  .announcement-bar a {
    color: #002439; }
  .announcement-bar .container {
    position: relative;
    max-width: 100%; }

@media screen and (min-width: 1200px) {
  .announcement-bar .container {
    padding-left: 55px;
    padding-right: 55px; } }
  .announcement-bar .holder {
    position: relative;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .announcement-bar .close {
    position: absolute;
    top: 0;
    right: 3px;
    color: #fff;
    font-size: 14px;
    text-decoration: none; }
    .announcement-bar .close:hover {
      color: #002439; }
  .announcement-bar p {
    margin-bottom: 0; }
  .announcement-bar .sign-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 19px;
    text-decoration: none; }
    .announcement-bar .sign-link:hover {
      color: #fff; }
    .announcement-bar .sign-link:before {
      content: '|';
      display: inline-block;
      vertical-align: top;
      margin: 0 8px 0 4px;
      color: #002439; }
    .announcement-bar .sign-link:after {
      content: '>>';
      position: absolute;
      top: 0;
      right: 0; }

.banner-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  z-index: 1;
  min-height: 801px;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 700;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .banner-holder {
    min-height: 899px; } }

@media screen and (min-width: 1024px) {
  .banner-holder {
    font-size: 20px; } }
  .banner-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.6); }
  .banner-holder .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 35px;
    padding-top: 70px;
    max-width: 1294px; }

@media screen and (min-width: 768px) {
  .banner-holder .container {
    padding-bottom: 27px; } }
  .banner-holder .text-holder {
    text-align: center;
    margin-bottom: 61px;
    position: relative;
    z-index: 2; }

@media screen and (min-width: 768px) {
  .banner-holder .text-holder {
    margin-bottom: 120px; } }
  .banner-holder .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.15em;
    margin-bottom: 11px; }

@media screen and (min-width: 768px) {
  .banner-holder .title {
    font-size: 20px;
    margin-bottom: -10px; } }

@media screen and (min-width: 1024px) {
  .banner-holder .title {
    font-size: 23px; } }
  .banner-holder a {
    color: #fff;
    text-decoration: none; }
    .banner-holder a .video-holder {
      opacity: 0; }
    .banner-holder a:hover .video-holder {
      opacity: 1; }

@media screen and (min-width: 768px) {
  .banner-holder a:hover .text {
    top: -8px; } }

@media screen and (max-width: 767px) {
  .banner-holder a:hover .text:after {
    right: -5px; } }

@media screen and (min-width: 1200px) {
  .banner-holder .row {
    margin-left: -32px;
    margin-right: -32px; } }

@media screen and (min-width: 768px) {
  .banner-holder .row .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; } }

@media screen and (min-width: 1200px) {
  .banner-holder .row .col {
    padding-left: 32px;
    padding-right: 32px; } }

@media screen and (min-width: 768px) {
  .banner-holder .col {
    margin-bottom: 25px; } }
  .banner-holder .col:first-child .text {
    border-top: 2px solid #fff; }

@media screen and (min-width: 768px) {
  .banner-holder .col:first-child .text {
    border-width: 3px; } }
  .banner-holder .col .text {
    display: block;
    padding: 12px 24px 15px 0px;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #fff;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    top: 0; }

@media screen and (min-width: 768px) {
  .banner-holder .col .text {
    border-bottom: 0;
    border-top: 3px solid #fff;
    font-size: 18px;
    padding: 17px 0px 27px 2px; } }

@media screen and (min-width: 1024px) {
  .banner-holder .col .text {
    font-size: 25px; } }
    .banner-holder .col .text:after {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -1px;
      color: #2895d2;
      font-size: 13px;
      margin-top: 2px;
      -webkit-transition: right 0.3s ease-in-out;
      transition: right 0.3s ease-in-out; }

@media screen and (min-width: 768px) {
  .banner-holder .col .text:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    font-size: 19px; } }
  .banner-holder h1 {
    text-transform: uppercase;
    margin-bottom: 2px; }

@media screen and (min-width: 768px) {
  .banner-holder h1 {
    margin-bottom: 18px; } }

.heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  text-transform: uppercase;
  margin-bottom: 22px; }

@media screen and (min-width: 768px) {
  .heading {
    margin-bottom: 25px; } }
  .heading span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 3px solid #002439;
    padding-bottom: 5px; }
  .heading ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .heading ul li {
      margin-bottom: 5px; }
      .heading ul li + li:before {
        content: '|';
        display: inline-block;
        vertical-align: top;
        margin: -1px 11px 0; }

.about-holder {
  padding-top: 38px;
  padding-bottom: 51px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.43;
  overflow: hidden;
  position: relative; }

@media screen and (min-width: 768px) {
  .about-holder {
    padding-top: 89px;
    padding-bottom: 88px;
    font-size: 32px; } }

@media screen and (min-width: 1024px) {
  .about-holder {
    font-size: 38px;
    line-height: 1.32; } }
  .about-holder p {
    margin-bottom: 24px; }

@media screen and (min-width: 768px) {
  .about-holder p {
    margin-bottom: 18px; } }
  .about-holder .holder {
    max-width: 947px;
    position: relative;
    z-index: 2; }
  .about-holder .decor {
    position: absolute;
    width: 28.1%;
    top: -109px;
    bottom: 0;
    right: -91px;
    z-index: 1; }
    .about-holder .decor img {
      width: 100%;
      height: auto; }

.section {
  padding-top: 40px;
  padding-bottom: 59px;
  color: #002439; }

@media screen and (min-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 83px; } }

@media screen and (min-width: 1024px) {
  .section {
    padding-top: 120px; } }
  .section .container {
    max-width: 1262px; }

@media screen and (min-width: 768px) {
  .section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
  .section .heading {
    margin-bottom: 29px; }
    .section .heading span {
      padding-bottom: 4px;
      border-color: #002439; }
  .section .img-wrapper {
    position: relative;
    margin-left: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 36px; }

@media screen and (min-width: 768px) {
  .section .img-wrapper {
    max-width: 50.1%;
    -ms-flex-preferred-size: 50.1%;
        flex-basis: 50.1%;
    margin-right: 25px;
    margin-left: 0; } }

@media screen and (min-width: 1200px) {
  .section .img-wrapper {
    margin-right: 101px; } }
    .section .img-wrapper img {
      width: 100%; }
    .section .img-wrapper .large-img {
      width: 78%;
      position: relative; }

@media screen and (min-width: 768px) {
  .section .img-wrapper .large-img {
    width: 78.3%; } }
    .section .img-wrapper .decor {
      position: absolute;
      bottom: 0;
      bottom: -20px;
      left: 56%;
      width: 35.2%;
      z-index: 2; }

@media screen and (min-width: 1024px) {
  .section .img-wrapper .decor {
    width: 36.2%;
    bottom: -37px; } }
    .section .img-wrapper .small-img {
      width: calc(22% + 71px);
      margin-left: -77px;
      margin-top: 46px;
      position: relative;
      z-index: 1; }

@media screen and (min-width: 768px) {
  .section .img-wrapper .small-img {
    margin-left: -124px;
    margin-top: 76px;
    width: calc(21.7% + 119px); } }
    .section .img-wrapper .light-bg {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(40, 149, 210, 0.1);
      width: 84%;
      top: 85px;
      z-index: -1;
      overflow: hidden; }

@media screen and (min-width: 768px) {
  .section .img-wrapper .light-bg {
    padding-top: 100px;
    width: 86%; } }

@media screen and (min-width: 1024px) {
  .section .img-wrapper .light-bg {
    top: 137px; } }
  .section .text-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

@media screen and (min-width: 768px) {
  .section .text-holder {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-bottom: 38px; } }
    .section .text-holder .from-bottom:nth-child(2) {
      -webkit-transition-delay: 800ms;
              transition-delay: 800ms; }
    .section .text-holder .from-bottom:nth-child(3) {
      -webkit-transition-delay: 800ms;
              transition-delay: 800ms; }
    .section .text-holder .from-bottom:nth-child(4) {
      -webkit-transition-delay: 1200ms;
              transition-delay: 1200ms; }

@media screen and (min-width: 768px) {
  .section .btn-holder {
    padding-top: 16px; } }
  .section h3,
  .section .h3 {
    color: #2b91cc;
    font-weight: 300;
    line-height: 1.2; }

@media screen and (min-width: 768px) {
  .section h3,
  .section .h3 {
    margin-bottom: 29px; } }
  .section p {
    margin-bottom: 23px; }
  .section .btn {
    padding-top: 11px;
    padding-bottom: 11px; }

@media screen and (min-width: 768px) {
  .section .btn {
    min-width: 256px;
    padding-left: 30px;
    padding-right: 30px; } }
  .section.section--align {
    padding-top: 48px; }

@media screen and (min-width: 768px) {
  .section.section--align {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .section.section--align {
    padding-top: 126px;
    padding-bottom: 110px; } }
    .section.section--align .img-wrapper {
      padding-left: 51px;
      padding-bottom: 37px;
      margin-bottom: 49px; }
      .section.section--align .img-wrapper:before {
        content: '';
        position: absolute;
        top: 75px;
        height: 73px;
        left: 47px;
        background: #2895d2;
        z-index: 3;
        width: 10px;
        -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transition: 400ms -webkit-transform linear 1200ms;
        transition: 400ms -webkit-transform linear 1200ms;
        transition: 400ms transform linear 1200ms;
        transition: 400ms transform linear 1200ms, 400ms -webkit-transform linear 1200ms; }

@media screen and (min-width: 768px) {
  .section.section--align .img-wrapper:before {
    left: 75px;
    height: 90px;
    width: 12px; } }

@media screen and (min-width: 1024px) {
  .section.section--align .img-wrapper:before {
    height: 118px;
    left: 99px;
    top: 120px;
    width: 15px; } }

@media screen and (min-width: 768px) {
  .section.section--align .img-wrapper {
    padding-left: 80px;
    padding-bottom: 45px;
    margin-bottom: 0; } }

@media screen and (min-width: 1024px) {
  .section.section--align .img-wrapper {
    padding-left: 106px;
    padding-bottom: 59px; } }
      .section.section--align .img-wrapper .decor {
        position: absolute;
        bottom: -16px;
        left: -33px;
        z-index: 1; }

@media screen and (min-width: 768px) {
  .section.section--align .img-wrapper .decor {
    bottom: -32px;
    left: -39px; } }
      .section.section--align .img-wrapper .large-img {
        width: 91%;
        overflow: hidden;
        z-index: 2; }

@media screen and (min-width: 768px) {
  .section.section--align .img-wrapper .large-img {
    width: 95.3%; } }
      .section.section--align .img-wrapper.in-viewport:before {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1); }
    .section.section--align .in-viewport.img-wrapper:before {
      opacity: 1; }
    .section.section--align .btn.btn-secondary:hover {
      background-color: #2895d2;
      color: #fff;
      border-color: #2895d2; }
  .section.section--right {
    padding-top: 63px; }

@media screen and (min-width: 768px) {
  .section.section--right {
    padding-top: 90px; } }

@media screen and (min-width: 1024px) {
  .section.section--right {
    padding-top: 105px; } }
    .section.section--right .container {
      max-width: 1176px; }

@media screen and (min-width: 768px) {
  .section.section--right .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }
    .section.section--right .img-wrapper {
      margin: 0 -25px 59px 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }

@media screen and (min-width: 768px) {
  .section.section--right .img-wrapper {
    margin: 0 0 0 15px; } }

@media screen and (min-width: 1024px) {
  .section.section--right .img-wrapper {
    max-width: 50.4%;
    -ms-flex-preferred-size: 50.4%;
        flex-basis: 50.4%;
    margin-left: 35px; } }

@media screen and (min-width: 1200px) {
  .section.section--right .img-wrapper {
    margin-left: 106px; } }
      .section.section--right .img-wrapper .large-img {
        width: 67.3%; }

@media screen and (min-width: 768px) {
  .section.section--right .img-wrapper .large-img {
    width: 84.1%; } }
        .section.section--right .img-wrapper .large-img:after {
          display: none; }
      .section.section--right .img-wrapper .small-img {
        width: calc(25% + 59px);
        margin: 0 -59px 38px 0;
        -ms-flex-item-align: end;
            align-self: flex-end; }

@media screen and (min-width: 768px) {
  .section.section--right .img-wrapper .small-img {
    width: calc(15.9% + 161px);
    margin: 0 -161px 76px 0; } }
    .section.section--right .heading {
      margin-bottom: 19px; }

@media screen and (min-width: 768px) {
  .section.section--right .heading {
    margin-bottom: 22px; } }
    .section.section--right h3,
    .section.section--right .h3 {
      margin-bottom: 23px; }

@media screen and (min-width: 768px) {
  .section.section--right h3,
  .section.section--right .h3 {
    margin-bottom: 12px; } }
    .section.section--right .btn-holder {
      padding-top: 14px; }

@media screen and (min-width: 768px) {
  .section.section--right .btn-holder {
    padding-top: 5px; } }
    .section.section--right .btn.btn-secondary:hover {
      background-color: #2895d2;
      color: #fff;
      border-color: #2895d2; }
  .section.arrow--align .img-wrapper .decor {
    left: 42%; }

@media screen and (min-width: 768px) {
  .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px; } }

@media screen and (min-width: 768px) {
  .btn-list li {
    margin: 0 9px 9px; } }

.btn-list li + li {
  margin-top: 16px; }

@media screen and (min-width: 768px) {
  .btn-list li + li {
    margin-top: 0; } }

.info-block {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 70px; }

@media screen and (min-width: 768px) {
  .info-block {
    padding-top: 100px;
    padding-bottom: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (min-width: 1024px) {
  .info-block {
    padding-top: 125px; } }
  .info-block .decor {
    position: absolute;
    right: -49px;
    top: 0;
    width: 48.6%;
    z-index: 1;
    height: 363px;
    overflow: hidden; }

@media screen and (min-width: 768px) {
  .info-block .decor {
    width: 28.1%;
    height: auto;
    bottom: 0;
    right: -78px; } }
  .info-block .img-holder {
    position: relative;
    margin-right: -29px;
    z-index: 2;
    margin-bottom: 70px;
    text-align: right;
    padding-left: 54px; }

@media screen and (min-width: 768px) {
  .info-block .img-holder {
    width: 53.3%;
    margin-right: -54px;
    padding-left: 0;
    margin-bottom: 0; } }
  .info-block .heading {
    color: #002439;
    margin-bottom: 21px; }

@media screen and (min-width: 768px) {
  .info-block .heading {
    margin-bottom: 28px; } }
    .info-block .heading span {
      border-color: #002439; }
  .info-block .text-block {
    padding-left: 25px;
    padding-right: 25px; }

@media screen and (min-width: 768px) {
  .info-block .text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 595px;
    margin-left: auto;
    padding-bottom: 11px; } }

@media screen and (min-width: 1200px) {
  .info-block .text-block .text-content {
    padding-right: 65px; } }
  .info-block h3,
  .info-block .h3 {
    font-weight: 300;
    margin-bottom: 19px; }
  .info-block p {
    margin-bottom: 23px; }

@media screen and (min-width: 768px) {
  .info-block p {
    margin-bottom: 31px; } }
  .info-block .viewport-section .img-block {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }

.info-wrapper {
  position: relative;
  color: #fff;
  padding-top: 92px;
  padding-bottom: 90px; }

@media screen and (min-width: 768px) {
  .info-wrapper {
    min-height: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
  .info-wrapper .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: fixed; }
    .touchevents .info-wrapper .bg-stretch {
      background-attachment: scroll; }
    .info-wrapper .bg-stretch:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(72, 72, 72, 0.85);
      z-index: 1; }
  .info-wrapper .container {
    position: relative;
    z-index: 2; }
  .info-wrapper h2 {
    margin-bottom: 47px; }

@media screen and (min-width: 768px) {
  .info-wrapper h2 {
    margin-bottom: 42px;
    line-height: 1.31; } }
    .info-wrapper h2 span {
      font-weight: 400; }
    .info-wrapper h2 strong {
      font-weight: 700; }
  .info-wrapper .btn-list li + li {
    margin-top: 25px; }

@media screen and (min-width: 768px) {
  .info-wrapper .btn-list li + li {
    margin-top: 0; } }
  .info-wrapper .btn:not(.btn-white-outline):hover {
    background-color: transparent;
    border-color: #2895d2; }

.contact-block {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 63px; }

@media screen and (min-width: 768px) {
  .contact-block {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .contact-block {
    padding-top: 94px;
    padding-bottom: 106px; } }
  .contact-block h2 {
    color: #2895d2;
    margin-bottom: 8px; }

@media screen and (min-width: 768px) {
  .contact-block h2 {
    font-size: 40px; } }
  .contact-block p {
    margin-bottom: 27px; }
  .contact-block .container {
    max-width: 664px; }
  .contact-block .btn-holder {
    text-align: center; }

.info-content {
  padding-top: 72px;
  padding-bottom: 135px;
  text-align: center; }

@media screen and (min-width: 768px) {
  .info-content {
    padding-top: 112px;
    padding-bottom: 108px; } }
  .info-content.bg-dark-blue .btn.btn-secondary {
    background: #2895d2;
    border-color: #2895d2; }
    .info-content.bg-dark-blue .btn.btn-secondary:hover {
      background: transparent;
      color: #fff; }
  .info-content.bg-dark-blue h2, .info-content.bg-light-blue h2 {
    color: #fff; }
  .info-content h2 {
    font-size: 32px;
    line-height: 1.31;
    font-weight: 300;
    color: #2b91cc;
    letter-spacing: -0.01em;
    margin-bottom: 23px; }

@media screen and (min-width: 768px) {
  .info-content h2 {
    font-size: 40px;
    margin-bottom: 26px; } }

@media screen and (min-width: 1024px) {
  .info-content h2 {
    font-size: 50px;
    line-height: 1.2; } }
    .info-content h2 strong {
      font-weight: 600; }
  .info-content p {
    margin-bottom: 32px; }

@media screen and (min-width: 768px) {
  .info-content p {
    margin-bottom: 39px; } }
  .info-content .container {
    max-width: 756px; }
  .info-content .btn {
    padding-top: 10px;
    padding-bottom: 10px; }
    .info-content .btn.btn-secondary:hover {
      background-color: #2895d2;
      color: #fff;
      border-color: #2895d2; }

.our-mission {
  padding-top: 49px;
  padding-bottom: 44px;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .our-mission {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .our-mission {
    padding-top: 103px;
    padding-bottom: 107px; } }
  .our-mission .decor {
    position: absolute;
    bottom: -104px;
    z-index: 1;
    width: 28.1%;
    left: -131px;
    opacity: 0.5; }
  .our-mission .container {
    position: relative;
    z-index: 2; }
  .our-mission .holder {
    max-width: 902px; }
  .our-mission h2 {
    font-size: 28px;
    line-height: 1.43;
    margin-bottom: 34px; }

@media screen and (min-width: 768px) {
  .our-mission h2 {
    font-size: 38px;
    line-height: 1.32;
    margin-bottom: 58px; } }
  .our-mission .row {
    margin-left: -8px;
    margin-right: -8px; }
    .our-mission .row .col {
      padding-bottom: 26px; }

@media screen and (min-width: 768px) {
  .our-mission .row .col {
    padding-bottom: 17px; } }

@media screen and (min-width: 1024px) {
  .our-mission .row .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%; } }

.mission-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
  min-height: 314px;
  font-size: 20px;
  line-height: 1;
  overflow: hidden; }
  .mission-post.hover--full {
    text-align: center;
    position: relative; }
    .mission-post.hover--full:hover .text-holder {
      background: transparent;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: -webkit-transform 0.3s linear;
      transition: -webkit-transform 0.3s linear;
      transition: transform 0.3s linear;
      transition: transform 0.3s linear, -webkit-transform 0.3s linear;
      position: absolute;
      left: 0;
      right: 0; }
      .mission-post.hover--full:hover .text-holder:after {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        top: -200px; }
    .mission-post.hover--full .text {
      -webkit-transition: none;
      transition: none; }
    .mission-post.hover--full .text-holder {
      -webkit-transition: -webkit-transform 0.3s linear;
      transition: -webkit-transform 0.3s linear;
      transition: transform 0.3s linear;
      transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
      .mission-post.hover--full .text-holder:after {
        bottom: -200px; }
  .mission-post:hover .text {
    max-height: 300px;
    overflow: visible;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out; }
  .mission-post .text-holder {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 20px 29px 19px;
    position: relative;
    z-index: 2; }

@media screen and (min-width: 768px) {
  .mission-post .text-holder {
    padding-top: 24px;
    padding-bottom: 15px; } }
    .mission-post .text-holder:after {
      content: '';
      background: rgba(40, 149, 210, 0.95);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      -webkit-transition: top 0.3s linear, bottom 0.3s linear;
      transition: top 0.3s linear, bottom 0.3s linear; }
    .mission-post .text-holder > * {
      position: relative;
      z-index: 2; }
  .mission-post p {
    margin-bottom: 28px; }
  .mission-post h4,
  .mission-post .h4 {
    margin-bottom: 11px;
    line-height: 1.2; }

@media screen and (min-width: 768px) {
  .mission-post h4,
  .mission-post .h4 {
    margin-bottom: 17px; } }
  .mission-post .link {
    margin-bottom: 5px; }

@media screen and (min-width: 768px) {
  .mission-post .link {
    margin-bottom: 15px; } }
  .mission-post .text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .mission-post .btn.btn-secondary:hover {
    background: transparent;
    border-color: #002439;
    color: #fff; }

.leaders-block {
  padding-top: 65px;
  padding-bottom: 69px; }

@media screen and (min-width: 768px) {
  .leaders-block {
    padding-top: 100px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .leaders-block {
    padding-top: 119px;
    padding-bottom: 91px; } }
  .leaders-block .heading {
    margin-bottom: 28px; }

@media screen and (min-width: 768px) {
  .leaders-block .heading {
    margin-bottom: 35px; } }
    .leaders-block .heading span {
      padding-bottom: 2px; }

@media screen and (min-width: 768px) {
  .leaders-block .heading span {
    padding-bottom: 4px; } }
  .leaders-block .col {
    padding-left: 10px;
    padding-right: 10px; }

.leader-holder {
  overflow: hidden; }
  .leader-holder .bg-stretch {
    min-height: 351px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 12px;
    position: relative;
    z-index: 1; }

@media screen and (min-width: 1024px) {
  .leader-holder .bg-stretch {
    padding-top: 108%; } }
    .leader-holder .bg-stretch:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: -webkit-linear-gradient(112deg, #2895d2 0%, rgba(20, 75, 105, 0) 100%);
      background-image: linear-gradient(-22deg, #2895d2 0%, rgba(20, 75, 105, 0) 100%);
      opacity: 0.9;
      z-index: 1; }
  .leader-holder .name {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    display: block;
    margin-bottom: 8px; }

@media screen and (min-width: 768px) {
  .leader-holder .name {
    margin-bottom: 6px; } }
  .leader-holder .designation {
    color: #2895d2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    display: block; }
  .leader-holder .bio-link {
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    line-height: 1.3;
    z-index: 2;
    color: #fff;
    min-width: 59px;
    background-color: #002439; }
    .leader-holder .bio-link:hover .text {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .leader-holder .bio-link:before {
      background-color: #002439;
      content: "";
      display: inline-block;
      vertical-align: top;
      padding: 23px 14px 20px 21px;
      z-index: 2; }
    .leader-holder .bio-link .text {
      position: absolute;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      z-index: -1;
      top: 0;
      bottom: 0;
      -webkit-transform: translateX(-150%);
          -ms-transform: translateX(-150%);
              transform: translateX(-150%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      background-color: #002439;
      padding: 20px 19px 0 0;
      max-width: 150px; }

.leaders-carousel {
  margin: 0 -11px 78px; }

@media screen and (min-width: 768px) {
  .leaders-carousel {
    margin: 0 -8px 73px; } }
  .leaders-carousel:last-child {
    margin-bottom: 0; }
  .leaders-carousel .col,
  .leaders-carousel .carousel-cell {
    width: 292px;
    padding-left: 11px;
    padding-right: 11px; }

@media screen and (min-width: 768px) {
  .leaders-carousel .col,
  .leaders-carousel .carousel-cell {
    padding: 0 8px 12px;
    width: 100%;
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%; } }

@media screen and (min-width: 1024px) {
  .leaders-carousel .col,
  .leaders-carousel .carousel-cell {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; } }
  .leaders-carousel .flickity-viewport {
    overflow: visible; }

.turbo-block .container {
  max-width: 986px; }

.turbo-holder {
  text-align: center;
  padding-top: 61px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .turbo-holder {
    padding-top: 99px;
    margin-bottom: 40px; } }
  .turbo-holder.bg-dark-blue {
    background: transparent !important; }
    .turbo-holder.bg-dark-blue:after {
      background-color: #002439; }
    .turbo-holder.bg-dark-blue .heading {
      color: #2895d2; }
      .turbo-holder.bg-dark-blue .heading span {
        border-color: #2895d2; }
    .turbo-holder.bg-dark-blue .btn.btn-secondary:hover {
      background-color: #2895d2;
      color: #fff;
      border-color: #2895d2; }
  .turbo-holder.bg-light-blue {
    background: transparent !important; }
    .turbo-holder.bg-light-blue:after {
      background-color: #2895d2; }
  .turbo-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 100px;
    z-index: -1; }
  .turbo-holder .heading {
    margin-bottom: 39px; }

@media screen and (min-width: 768px) {
  .turbo-holder .heading {
    margin-bottom: 25px; } }
    .turbo-holder .heading span {
      padding-bottom: 2px; }
  .turbo-holder h2 {
    font-size: 35px;
    margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .turbo-holder h2 {
    font-size: 45px;
    margin-bottom: 15px; } }
  .turbo-holder p {
    margin-bottom: 51px; }

@media screen and (min-width: 768px) {
  .turbo-holder p {
    margin-bottom: 38px; } }
  .turbo-holder .video-wrapper {
    z-index: 2;
    margin-bottom: 38px; }

@media screen and (min-width: 768px) {
  .turbo-holder .video-wrapper {
    margin-bottom: 40px; } }
    .turbo-holder .video-wrapper:after {
      content: '';
      position: absolute;
      bottom: -1px;
      height: 54px;
      left: -9999px;
      right: -9999px;
      background-color: #fff; }

@media screen and (min-width: 1024px) {
  .turbo-holder .video-wrapper:after {
    height: 124px; } }
  .turbo-holder .btn {
    padding-top: 11px;
    padding-bottom: 11px; }

@media screen and (min-width: 768px) {
  .turbo-holder .btn {
    min-width: 354px; } }
    .turbo-holder .btn.btn-secondary:hover {
      background-color: #2895d2;
      color: #fff;
      border-color: #2895d2; }

.turbo-features {
  padding-top: 48px;
  padding-bottom: 51px; }

@media screen and (min-width: 768px) {
  .turbo-features {
    padding-top: 68px;
    padding-bottom: 65px; } }

@media screen and (min-width: 1024px) {
  .turbo-features {
    padding-top: 94px; } }
  .turbo-features .heading {
    color: #2895d2;
    margin-bottom: 27px; }
    .turbo-features .heading span {
      padding-bottom: 2px;
      border-color: #2895d2; }
  .turbo-features h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 41px; }

@media screen and (min-width: 768px) {
  .turbo-features h2 {
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -0.034em; } }

.features-block-wrapper {
  padding-left: 2px;
  padding-right: 2px; }

@media screen and (min-width: 768px) {
  .features-block-wrapper {
    padding: 75px 6px 0; } }

.features-block {
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px; } }

@media screen and (min-width: 1024px) {
  .features-block {
    margin-bottom: 65px; } }
  .features-block:last-child {
    margin-bottom: 0; }
  .features-block .icon-holder {
    margin-bottom: 17px;
    min-height: 49px; }

@media screen and (min-width: 768px) {
  .features-block .icon-holder {
    -ms-flex-preferred-size: 87px;
        flex-basis: 87px;
    max-width: 87px;
    margin-top: 7px;
    margin-bottom: 0;
    padding-right: 10px; } }

@media screen and (min-width: 768px) {
  .features-block .text-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }
  .features-block h4,
  .features-block .h4 {
    color: #2895d2;
    margin-bottom: 6px;
    line-height: 1.28; }
  .features-block p:last-child {
    margin-bottom: 0; }

.sign-up-block {
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-top: 46px;
  padding-bottom: 59px; }

@media screen and (min-width: 768px) {
  .sign-up-block {
    padding-top: 73px;
    padding-bottom: 76px; } }
  .sign-up-block h2 {
    font-size: 30px;
    line-height: 1.33;
    margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  .sign-up-block h2 {
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .sign-up-block .btn-holder {
    max-width: 330px;
    -ms-flex-preferred-size: 330px;
        flex-basis: 330px; } }
  .sign-up-block .btn {
    padding-top: 11px;
    padding-bottom: 10px; }
  .sign-up-block .decor {
    position: absolute;
    right: -46px;
    top: -7px;
    bottom: 0;
    width: 35.5%;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    z-index: 1; }

@media screen and (min-width: 1200px) {
  .sign-up-block .decor {
    top: -142px;
    width: 16.36%; } }

@media screen and (min-width: 768px) {
  .sign-up-block .text {
    padding-right: 25px;
    max-width: calc(100% - 330px); } }

@media screen and (min-width: 1024px) {
  .sign-up-block .text {
    padding-right: 45px; } }
  .sign-up-block .container {
    position: relative;
    z-index: 2; }

@media screen and (min-width: 768px) {
  .sign-up-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.testimonial-wrapper {
  background-color: rgba(117, 115, 116, 0.1);
  padding-top: 54px;
  padding-bottom: 45px; }

@media screen and (min-width: 768px) {
  .testimonial-wrapper {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .testimonial-wrapper {
    padding-top: 110px;
    padding-bottom: 120px; } }
  .testimonial-wrapper .container {
    max-width: 700px; }

@media screen and (min-width: 1024px) {
  .testimonial-wrapper .container {
    max-width: 912px; } }

.testimonial-carousel {
  padding-bottom: 77px; }

@media screen and (min-width: 768px) {
  .testimonial-carousel {
    padding: 0 40px 69px; } }

@media screen and (min-width: 1024px) {
  .testimonial-carousel {
    margin-left: -90px;
    margin-right: -90px; } }
  .testimonial-carousel .flickity-viewport {
    cursor: default; }

@media screen and (min-width: 768px) {
  .testimonial-carousel .flickity-viewport {
    overflow: visible; } }
  .testimonial-carousel .flickity-prev-next-button {
    font-size: 21px; }
    .testimonial-carousel .flickity-prev-next-button.previous {
      margin-left: -12px; }
    .testimonial-carousel .flickity-prev-next-button.next {
      margin-right: -12px; }
  .testimonial-carousel .carousel-cell {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

@media screen and (min-width: 768px) {
  .testimonial-carousel .carousel-cell {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (min-width: 1024px) {
  .testimonial-carousel .carousel-cell {
    padding-left: 90px;
    padding-right: 90px; } }
    .testimonial-carousel .carousel-cell.is-selected {
      opacity: 1; }
  .testimonial-carousel blockquote {
    text-align: center;
    margin: 0; }
    .testimonial-carousel blockquote q {
      font-size: 23px;
      line-height: 1.48;
      font-weight: 700; }
    .testimonial-carousel blockquote cite {
      font-weight: 700;
      font-style: normal;
      padding-bottom: 3px;
      border-bottom: 3px solid #002439;
      display: inline-block;
      vertical-align: top;
      font-style: normal;
      color: inherit;
      text-decoration: none; }
    .testimonial-carousel blockquote:before {
      content: "";
      display: block;
      color: #2895d2;
      text-align: center;
      font-size: 58px;
      margin-bottom: 18px; }

@media screen and (min-width: 768px) {
  .testimonial-carousel blockquote:before {
    font-size: 62px; } }

blockquote {
  border: 0;
  padding: 0;
  margin-left: 0; }
  blockquote q {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 28px;
    display: block; }

@media screen and (min-width: 768px) {
  blockquote q {
    margin-bottom: 21px; } }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 14px; }

.training-block {
  background-color: rgba(72, 72, 72, 0.1);
  padding-top: 63px;
  padding-bottom: 39px; }

@media screen and (min-width: 768px) {
  .training-block {
    padding-top: 85px;
    padding-bottom: 42px; } }
  .training-block .container {
    max-width: 1080px; }
  .training-block .heading {
    margin-bottom: 54px; }
    .training-block .heading span {
      padding-bottom: 3px; }
  .training-block h4 {
    line-height: 1.28;
    color: #2895d2;
    margin-bottom: 8px;
    min-height: 64px; }
  .training-block p:last-child {
    margin-bottom: 0; }
  .training-block .row {
    margin-left: -15px;
    margin-right: -15px; }

@media screen and (min-width: 1024px) {
  .training-block .row {
    margin-left: -56px;
    margin-right: -56px; } }
    .training-block .row .col {
      padding-bottom: 32px;
      padding-left: 15px;
      padding-right: 15px; }

@media screen and (min-width: 1024px) {
  .training-block .row .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    padding: 0 56px 56px; } }

.church-planting-block {
  padding-top: 41px;
  padding-bottom: 29px;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .church-planting-block {
    padding-top: 80px;
    padding-bottom: 67px; } }
  .church-planting-block .container {
    max-width: 796px;
    position: relative;
    z-index: 2; }
  .church-planting-block .heading {
    margin-bottom: 24px; }

@media screen and (min-width: 768px) {
  .church-planting-block .heading {
    margin-bottom: 26px; } }
    .church-planting-block .heading span {
      padding-bottom: 3px; }
  .church-planting-block .text-holder {
    margin-bottom: 5px; }

@media screen and (min-width: 768px) {
  .church-planting-block .text-holder {
    margin-bottom: 46px; } }
    .church-planting-block .text-holder p {
      margin-bottom: 0; }
  .church-planting-block h2 {
    font-size: 35px;
    color: #2b91cc; }

@media screen and (min-width: 768px) {
  .church-planting-block h2 {
    font-size: 40px;
    margin-bottom: 11px; } }

@media screen and (min-width: 1024px) {
  .church-planting-block h2 {
    font-size: 50px; } }
  .church-planting-block .decor {
    position: absolute;
    top: 201px;
    right: -41px;
    width: 219px;
    height: 414px;
    opacity: 0.1; }
    .church-planting-block .decor.left {
      top: auto;
      right: auto;
      bottom: 165px;
      left: -45px; }

.order-list {
  counter-reset: item; }
  .order-list li {
    counter-increment: item;
    border-bottom: 1px solid #405b6b;
    padding-bottom: 21px;
    padding-top: 42px;
    position: relative; }

@media screen and (min-width: 768px) {
  .order-list li {
    padding: 31px 0 20px 96px;
    min-height: 143px; } }

@media screen and (min-width: 1024px) {
  .order-list li {
    padding-left: 95px; } }
    .order-list li:last-child {
      border-bottom: 0; }
    .order-list li:before {
      content: counter(item, decimal-leading-zero);
      display: block;
      font-weight: 700;
      color: #002439;
      margin-bottom: 14px;
      -webkit-transition: all 800ms ease 0s;
      transition: all 800ms ease 0s; }

@media screen and (min-width: 768px) {
  .order-list li:before {
    position: absolute;
    top: 37px;
    left: 0; } }
    .order-list li.viewport-section:before {
      opacity: 0; }
    .order-list li.viewport-section.in-viewport:before {
      opacity: 1; }
  .order-list h3 {
    color: #2895d2;
    font-size: 30px;
    line-height: 1.33;
    font-weight: 300;
    margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .order-list h3 {
    margin-bottom: 6px; } }
  .order-list p {
    margin-bottom: 18px; }
  .order-list .link {
    color: #002439; }
    .order-list .link:after {
      color: #2895d2; }

.church-wrapper {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300; }
  .church-wrapper .col {
    position: relative;
    overflow: hidden; }

@media screen and (min-width: 768px) {
  .church-wrapper .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .church-wrapper .col:nth-child(even) .holder {
    margin-left: 0;
    margin-right: auto; } }
  .church-wrapper .holder {
    padding: 48px 25px 61px;
    max-width: 700px;
    margin-left: auto;
    width: 100%;
    position: relative;
    z-index: 2; }

@media screen and (min-width: 768px) {
  .church-wrapper .holder {
    padding-top: 89px;
    padding-bottom: 71px; } }

@media screen and (min-width: 1200px) {
  .church-wrapper .holder {
    padding-left: 91px;
    padding-right: 91px; } }
  .church-wrapper .decor {
    position: absolute;
    width: 63.3%;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    top: 0;
    bottom: -6px;
    right: -110px;
    z-index: 1; }

@media screen and (min-width: 768px) {
  .church-wrapper .decor {
    bottom: -26px;
    right: -93px;
    width: 56.3%; } }

@media screen and (min-width: 1200px) {
  .church-wrapper .decor {
    width: 36.3%; } }

@media screen and (min-width: 768px) {
  .church-wrapper .heading {
    margin-bottom: 22px; } }
  .church-wrapper .heading span {
    padding-bottom: 3px; }
  .church-wrapper h2 {
    margin-bottom: 23px; }

@media screen and (min-width: 768px) {
  .church-wrapper h2 {
    margin-bottom: 20px;
    font-size: 40px; } }
  .church-wrapper p {
    margin-bottom: 28px; }

@media screen and (min-width: 768px) {
  .church-wrapper .btn {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 255px; } }
  .church-wrapper .bg-light-blue .btn.btn-secondary:hover {
    background-color: transparent; }
  .church-wrapper .bg-dark-blue .btn:hover {
    border-color: #2895d2; }

.faq-block {
  padding-top: 59px;
  padding-bottom: 68px; }

@media screen and (min-width: 768px) {
  .faq-block {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .faq-block {
    padding-top: 122px;
    padding-bottom: 119px; } }
  .faq-block .container {
    max-width: 796px; }
  .faq-block .heading {
    margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .faq-block .heading {
    margin-bottom: 28px; } }
    .faq-block .heading span {
      border-color: #575757; }

@media screen and (min-width: 768px) {
  .faq-block .heading span {
    padding-bottom: 3px; } }
  .faq-block h2 {
    font-size: 35px;
    color: #2b91cc; }

@media screen and (min-width: 768px) {
  .faq-block h2 {
    font-size: 40px;
    margin-bottom: 11px; } }

@media screen and (min-width: 1024px) {
  .faq-block h2 {
    font-size: 50px; } }
  .faq-block p {
    margin-bottom: 32px; }

@media screen and (min-width: 768px) {
  .faq-block p {
    margin-bottom: 48px; } }

.faq-accordion li {
  border-top: 1px solid #002439; }
  .faq-accordion li:last-child {
    border-bottom: 1px solid #002439; }
  .faq-accordion li.active .opener:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg); }

.faq-accordion .opener {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.67;
  color: #002439;
  padding: 23px 27px 19px 0;
  font-weight: 300; }

@media screen and (min-width: 768px) {
  .faq-accordion .opener {
    font-size: 22px;
    padding: 22px 28px 32px 0; } }

@media screen and (min-width: 1024px) {
  .faq-accordion .opener {
    font-size: 25px; } }
  .faq-accordion .opener:before {
    content: 'Q:';
    display: inline-block;
    vertical-align: top;
    color: #2895d2;
    font-weight: 600;
    margin-right: 5px; }

@media screen and (min-width: 768px) {
  .faq-accordion .opener:before {
    margin-right: 7px; } }
  .faq-accordion .opener:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    color: #2895d2;
    font-size: 15px;
    margin-top: 6px;
    font-size: 12px; }

@media screen and (min-width: 768px) {
  .faq-accordion .opener:after {
    margin-top: 0; } }

.faq-accordion .slide {
  padding-top: 3px;
  padding-bottom: 28px; }

@media screen and (min-width: 768px) {
  .faq-accordion .slide {
    padding-top: 5px;
    padding-bottom: 32px; } }
  .faq-accordion .slide p {
    margin-bottom: 24px; }
    .faq-accordion .slide p:last-child {
      margin-bottom: 0; }

.socity-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.13; }

@media screen and (min-width: 768px) {
  .socity-block {
    font-size: 27px; } }
  .socity-block .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 408px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media screen and (min-width: 768px) {
  .socity-block .container {
    min-height: 878px; } }

@media screen and (min-width: 1024px) {
  .socity-block {
    font-size: 37px;
    line-height: 1.14; } }
  .socity-block:after {
    content: '';
    background-color: #2895d2;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .socity-block .socity-holder {
    position: relative;
    z-index: 2;
    width: 107px;
    height: 107px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }

@media screen and (min-width: 400px) {
  .socity-block .socity-holder {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); } }

@media screen and (min-width: 768px) {
  .socity-block .socity-holder {
    width: 175px;
    height: 175px; } }

@media screen and (min-width: 1024px) {
  .socity-block .socity-holder {
    width: 250px;
    height: 250px; } }
    .socity-block .socity-holder .holder {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px; }

@media screen and (min-width: 1024px) {
  .socity-block .socity-holder .holder {
    width: 250px;
    height: 250px;
    padding: 10px; } }
      .socity-block .socity-holder .holder strong {
        font-weight: 700;
        white-space: nowrap;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
  .socity-block .line {
    position: absolute;
    left: 50%;
    top: 101.6%;
    height: 75px;
    z-index: -1; }

@media screen and (min-width: 768px) {
  .socity-block .line {
    height: 145px; } }

@media screen and (min-width: 1024px) {
  .socity-block .line {
    top: 97px; } }
    .socity-block .line:after, .socity-block .line:before {
      content: '';
      position: absolute;
      left: 50%;
      z-index: -1; }
    .socity-block .line:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #002439;
      top: 5px;
      margin-left: -4px; }

@media screen and (min-width: 768px) {
  .socity-block .line:before {
    width: 15px;
    height: 15px;
    margin-left: -7px; } }

@media screen and (min-width: 1024px) {
  .socity-block .line:before {
    margin-left: -9px;
    width: 20px;
    height: 20px; } }
    .socity-block .line:after {
      border-left: 2px solid #002439;
      top: 10px;
      bottom: 0;
      margin-left: 0; }

@media screen and (min-width: 1024px) {
  .socity-block .line:after {
    border-width: 3px; } }
  .socity-block .text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    top: -98%;
    min-width: 83px;
    max-width: 83px;
    height: 36px; }

@media screen and (min-width: 768px) {
  .socity-block .text {
    max-width: 149px;
    min-width: 149px;
    top: -97.5%;
    height: 63px; } }

@media screen and (min-width: 1024px) {
  .socity-block .text {
    top: -240px;
    min-width: 201px;
    max-width: 201px;
    height: 88px; } }
    .socity-block .text .text-content {
      padding-bottom: 3px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .socity-block .text.top {
      left: 50%;
      margin-left: -43px; }

@media screen and (min-width: 768px) {
  .socity-block .text.top {
    margin-left: -77px; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.top {
    margin-left: -102px; } }
    .socity-block .text.left {
      left: 114.9%;
      top: -50.5%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

@media screen and (min-width: 768px) {
  .socity-block .text.left {
    left: 112.9%;
    top: -50.7%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.left {
    left: 114.9%; } }
      .socity-block .text.left .line {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: -34.1%;
        top: 73.7%; }

@media screen and (min-width: 768px) {
  .socity-block .text.left .line {
    left: -34.8%;
    top: 68.7%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.left .line {
    left: -28.8%;
    top: 81.7%; } }
      .socity-block .text.left-center {
        left: 163.1%;
        top: 32.3%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

@media screen and (min-width: 768px) {
  .socity-block .text.left-center {
    top: 33.3%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.left-center {
    left: 161.1%; } }
        .socity-block .text.left-center .line {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          top: -53%;
          left: -49%; }

@media screen and (min-width: 768px) {
  .socity-block .text.left-center .line {
    top: -66%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.left-center .line {
    top: -36%;
    left: -41.5%; } }
        .socity-block .text.left-center .text-content {
          text-align: left; }
      .socity-block .text.left-bottom {
        left: 116.7%;
        top: 105%; }

@media screen and (min-width: 768px) {
  .socity-block .text.left-bottom {
    left: 115.7%;
    top: 108%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.left-bottom {
    left: 115.7%;
    top: 107%; } }
        .socity-block .text.left-bottom .text-content {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        .socity-block .text.left-bottom .line {
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          top: -153%;
          left: -33.3%; }

@media screen and (min-width: 768px) {
  .socity-block .text.left-bottom .line {
    top: -185.3%;
    left: -36.2%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.left-bottom .line {
    top: -130%;
    left: -28.3%; } }
    .socity-block .text.bottom-center {
      top: 162.1%;
      margin-left: 11px; }

@media screen and (min-width: 768px) {
  .socity-block .text.bottom-center {
    top: 162%;
    margin-left: 14px; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.bottom-center {
    margin-left: 25px; } }
      .socity-block .text.bottom-center .line {
        top: -213%;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

@media screen and (min-width: 768px) {
  .socity-block .text.bottom-center .line {
    top: -250%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.bottom-center .line {
    top: -182%; } }
    .socity-block .text.right {
      text-align: right;
      top: -50%;
      left: -98%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

@media screen and (min-width: 768px) {
  .socity-block .text.right {
    top: -51%;
    left: -101%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.right {
    top: -50%;
    left: -97.1%; } }
      .socity-block .text.right .text-content {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .socity-block .text.right .line {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        left: 138%;
        top: 69.5%; }

@media screen and (min-width: 1024px) {
  .socity-block .text.right .line {
    left: 129%;
    top: 76.5%; } }
      .socity-block .text.right-center {
        left: -142.3%;
        top: 33.3%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

@media screen and (min-width: 768px) {
  .socity-block .text.right-center {
    top: 33.3%;
    left: -146.1%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.right-center {
    left: -142.1%; } }
        .socity-block .text.right-center .text-content {
          text-align: right; }
        .socity-block .text.right-center .line {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          top: -49.5%;
          left: 150%; }

@media screen and (min-width: 768px) {
  .socity-block .text.right-center .line {
    top: -63.6%;
    left: 152%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.right-center .line {
    top: -30%;
    left: 142.5%; } }
      .socity-block .text.right-bottom {
        top: 106%;
        left: -98%; }

@media screen and (min-width: 768px) {
  .socity-block .text.right-bottom {
    left: -100%;
    top: 108%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.right-bottom {
    left: -96%; } }
        .socity-block .text.right-bottom .text-content {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        .socity-block .text.right-bottom .line {
          -webkit-transform: rotate(-135deg);
              -ms-transform: rotate(-135deg);
                  transform: rotate(-135deg);
          left: 142%;
          top: -157%; }

@media screen and (min-width: 768px) {
  .socity-block .text.right-bottom .line {
    top: -183%;
    left: 136%; } }

@media screen and (min-width: 1024px) {
  .socity-block .text.right-bottom .line {
    top: -128%;
    left: 130%; } }
  .socity-block.viewport-section .text,
  .socity-block.viewport-section .holder {
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 800ms ease 0s;
    transition: all 800ms ease 0s; }
  .socity-block.viewport-section.in-viewport .text,
  .socity-block.viewport-section.in-viewport .holder {
    opacity: 1;
    visibility: visible; }
  .socity-block.viewport-section.in-viewport .top {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .socity-block.viewport-section.in-viewport .left {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }
  .socity-block.viewport-section.in-viewport .left-center {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; }
  .socity-block.viewport-section.in-viewport .left-bottom {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; }
  .socity-block.viewport-section.in-viewport .bottom-center {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms; }
  .socity-block.viewport-section.in-viewport .right-bottom {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms; }
  .socity-block.viewport-section.in-viewport .right-center {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms; }
  .socity-block.viewport-section.in-viewport .right {
    -webkit-transition-delay: 1600ms;
            transition-delay: 1600ms; }

.book-wrapper {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .book-wrapper {
    padding-bottom: 34px; } }

.book-info {
  padding-top: 54px;
  padding-bottom: 67px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  position: relative; }

@media screen and (min-width: 768px) {
  .book-info {
    padding-top: 60px;
    padding-bottom: 0; } }
  .book-info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1270px; }
  .book-info .img-holder {
    text-align: center;
    margin-bottom: 39px;
    width: 100%;
    padding-right: 25px; }

@media screen and (min-width: 400px) {
  .book-info .img-holder {
    padding-right: 46px; } }

@media screen and (min-width: 768px) {
  .book-info .img-holder {
    -ms-flex-preferred-size: 29.7%;
        flex-basis: 29.7%;
    max-width: 29.7%;
    padding-right: 0;
    margin-right: 25px;
    margin-bottom: -34px; } }

@media screen and (min-width: 1024px) {
  .book-info .img-holder {
    margin-right: 80px; } }

@media screen and (min-width: 1200px) {
  .book-info .img-holder {
    margin-right: 120px; } }

@media screen and (min-width: 768px) {
  .book-info .img-holder img {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .book-info .text-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 12px 0 67px; } }
  .book-info .heading {
    margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  .book-info .heading {
    margin-bottom: 22px; } }
  .book-info.bg-dark-blue .heading {
    color: #2895d2; }
    .book-info.bg-dark-blue .heading span {
      border-color: #2895d2; }
  .book-info.bg-light-blue .btn {
    background-color: #002439;
    border-color: #002439; }
    .book-info.bg-light-blue .btn:hover {
      background-color: transparent;
      color: #fff;
      border-color: #fff; }
  .book-info h2 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 12px; }

@media screen and (min-width: 768px) {
  .book-info h2 {
    font-size: 39px; } }
  .book-info p {
    margin-bottom: 38px; }

@media screen and (min-width: 768px) {
  .book-info p {
    margin-bottom: 30px; } }
  .book-info .btn {
    padding-top: 10px;
    padding-bottom: 9px;
    text-transform: none; }

@media screen and (min-width: 768px) {
  .book-info .btn {
    min-width: 258px; } }
  .book-info .decor {
    position: absolute;
    top: 0;
    bottom: 0; }

.info-section {
  padding-top: 54px;
  padding-bottom: 54px; }

@media screen and (min-width: 768px) {
  .info-section {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .info-section {
    padding-top: 128px; } }
  .info-section .container {
    max-width: 1082px; }

@media screen and (min-width: 768px) {
  .info-section .row {
    margin-left: -20px;
    margin-right: -20px; } }

@media screen and (min-width: 1024px) {
  .info-section .row {
    margin-left: -36px;
    margin-right: -36px; } }

@media screen and (min-width: 768px) {
  .info-section .row .col {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 1024px) {
  .info-section .row .col {
    padding-left: 36px;
    padding-right: 36px; } }
  .info-section h2 {
    font-size: 35px;
    color: #2b91cc; }

@media screen and (min-width: 768px) {
  .info-section h2 {
    font-size: 45px;
    margin-bottom: 12px; } }

@media screen and (min-width: 1024px) {
  .info-section h2 {
    font-size: 50px; } }
  .info-section p {
    margin-bottom: 23px; }

.post-wrapper {
  padding-top: 26px; }

@media screen and (min-width: 768px) {
  .post-wrapper {
    padding-top: 69px;
    padding-bottom: 35px; } }
  .post-wrapper .container {
    max-width: 1082px; }
    .post-wrapper .container h4,
    .post-wrapper .container > .h4 {
      line-height: 1.36;
      margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .post-wrapper .container h4,
  .post-wrapper .container > .h4 {
    margin-bottom: 37px; } }
  .post-wrapper h2 {
    font-size: 35px;
    color: #2b91cc;
    margin-bottom: 8px; }

@media screen and (min-width: 768px) {
  .post-wrapper h2 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px; } }

@media screen and (min-width: 1024px) {
  .post-wrapper h2 {
    font-size: 50px;
    margin-bottom: 30px; } }
  .post-wrapper .heading {
    margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .post-wrapper .heading {
    margin-bottom: 20px; } }
    .post-wrapper .heading span {
      padding-bottom: 3px; }
  .post-wrapper .row {
    padding-top: 24px; }

@media screen and (min-width: 768px) {
  .post-wrapper .row {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 14px; } }

@media screen and (min-width: 1024px) {
  .post-wrapper .row {
    margin-left: -36px;
    margin-right: -36px; } }

@media screen and (min-width: 1200px) {
  .post-wrapper .row {
    margin-left: -55px;
    margin-right: -55px; } }
    .post-wrapper .row .col {
      padding-bottom: 30px; }

@media screen and (min-width: 768px) {
  .post-wrapper .row .col {
    padding: 0 20px 37px; } }

@media screen and (min-width: 1024px) {
  .post-wrapper .row .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    padding-left: 36px;
    padding-right: 36px; } }

@media screen and (min-width: 1200px) {
  .post-wrapper .row .col {
    padding-left: 55px;
    padding-right: 55px; } }
  .post-wrapper.post-wrapper--blog {
    padding-bottom: 8px; }

@media screen and (min-width: 768px) {
  .post-wrapper.post-wrapper--blog {
    padding-bottom: 30px; } }
    .post-wrapper.post-wrapper--blog .bg-stretch {
      padding-top: 38%;
      margin-bottom: 21px; }

@media screen and (min-width: 768px) {
  .post-wrapper.post-wrapper--blog .bg-stretch {
    margin-bottom: 26px; } }
      @media (min-width: 1024px) {
        .post-wrapper.post-wrapper--blog .bg-stretch {
          padding-top: 49%; } }
    .post-wrapper.post-wrapper--blog h4,
    .post-wrapper.post-wrapper--blog .h4 {
      color: #002439; }
      .post-wrapper.post-wrapper--blog h4 a:hover,
      .post-wrapper.post-wrapper--blog .h4 a:hover {
        color: #2895d2; }
  .post-wrapper.post--align {
    padding-bottom: 39px; }

@media screen and (min-width: 768px) {
  .post-wrapper.post--align {
    padding-bottom: 53px; } }

@media screen and (min-width: 1024px) {
  .post-wrapper.post--align {
    padding-top: 105px; } }
    .post-wrapper.post--align .heading {
      margin-bottom: 35px; }

@media screen and (min-width: 768px) {
  .post-wrapper.post--align .heading {
    margin-bottom: 47px; } }
    .post-wrapper.post--align .bg-stretch {
      margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  .post-wrapper.post--align .bg-stretch {
    margin-bottom: 28px; } }
    .post-wrapper.post--align .col {
      padding-bottom: 16px; }

@media screen and (min-width: 768px) {
  .post-wrapper.post--align .col {
    padding-bottom: 25px; } }

@media screen and (min-width: 1024px) {
  .post-wrapper.post--align .col {
    padding-bottom: 40px; } }
    .post-wrapper.post--align .news-post h4,
    .post-wrapper.post--align .news-post .h4 {
      margin-bottom: 8px; }
    .post-wrapper.post--align .news-post p {
      margin-bottom: 14px; }
    .post-wrapper.post--align .news-post .link {
      font-size: 13px; }
      .post-wrapper.post--align .news-post .link:after {
        display: none; }

.news-post .bg-stretch {
  padding-top: 48.7%;
  margin-bottom: 16px;
  display: block;
  background-color: rgba(40, 149, 210, 0.2); }

@media screen and (min-width: 768px) {
  .news-post .bg-stretch {
    padding-top: 62.7%;
    margin-bottom: 33px; } }

.news-post a.bg-stretch:hover {
  opacity: 0.7; }

.news-post h4,
.news-post .h4 {
  color: #2895d2;
  letter-spacing: -0.019em;
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .news-post h4,
  .news-post .h4 {
    line-height: 1.28;
    margin-bottom: 20px; } }
  .news-post h4 a,
  .news-post .h4 a {
    text-decoration: none;
    color: inherit; }
    .news-post h4 a:hover,
    .news-post .h4 a:hover {
      color: #002439; }

.news-post p {
  margin-bottom: 28px; }

@media screen and (min-width: 768px) {
  .news-post p {
    margin-bottom: 17px; } }

.news-post .link {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .news-post .link {
    margin-bottom: 0; } }
  .news-post .link:hover {
    color: #002439; }

.static-wrapper {
  padding-top: 54px;
  padding-bottom: 28px;
  line-height: 1.5;
  font-weight: 300; }

@media screen and (min-width: 768px) {
  .static-wrapper {
    padding-top: 82px;
    padding-bottom: 40px;
    font-size: 20px; } }
  .static-wrapper .heading {
    color: #2895d2;
    margin-bottom: 36px; }
    .static-wrapper .heading span {
      border-color: #2895d2; }

@media screen and (min-width: 768px) {
  .static-wrapper .heading span {
    padding-bottom: 3px; } }
  .static-wrapper .number {
    font-size: 50px;
    font-weight: 300;
    display: block;
    margin-bottom: 2px; }
  .static-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }

@media screen and (min-width: 1200px) {
  .static-wrapper .row {
    padding-right: 106px; } }
    .static-wrapper .row .col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding: 0 20px 7px; }

@media screen and (min-width: 768px) {
  .static-wrapper .row .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding-bottom: 25px; } }

.help-block {
  padding-top: 45px;
  padding-bottom: 44px;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .help-block {
    padding-top: 80px;
    padding-bottom: 100px; } }

@media screen and (min-width: 1024px) {
  .help-block {
    padding-top: 101px;
    padding-bottom: 121px; } }
  .help-block .heading {
    margin-bottom: 18px; }
    .help-block .heading span {
      padding-bottom: 3px; }
  .help-block h2 {
    font-size: 35px;
    margin-bottom: 44px; }

@media screen and (min-width: 768px) {
  .help-block h2 {
    font-size: 45px;
    margin-bottom: 55px; } }

@media screen and (min-width: 1024px) {
  .help-block h2 {
    font-size: 50px;
    margin-bottom: 74px; } }
  .help-block.bg-light-blue .heading {
    color: #002439; }
    .help-block.bg-light-blue .heading span {
      border-color: #002439; }
  .help-block.bg-dark-blue .heading {
    color: #2895d2; }
    .help-block.bg-dark-blue .heading span {
      border-color: #2895d2; }

@media screen and (min-width: 768px) {
  .help-block .holder {
    width: 50%;
    padding-right: 25px; } }

@media screen and (min-width: 1024px) {
  .help-block .holder {
    padding-right: 80px;
    width: 61.6%; } }

@media screen and (min-width: 1200px) {
  .help-block .holder {
    padding-right: 141px; } }
  .help-block .decor {
    position: absolute;
    bottom: 0;
    right: -106px;
    width: 260px;
    background-size: cover;
    height: 461px;
    z-index: 99;
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    background-position: 0 0; }

.blog-wrapper {
  background-color: rgba(117, 115, 116, 0.1);
  padding-top: 63px;
  padding-bottom: 75px; }

@media screen and (min-width: 768px) {
  .blog-wrapper {
    padding-top: 80px;
    padding-bottom: 86px; } }

@media screen and (min-width: 1024px) {
  .blog-wrapper {
    padding-top: 113px; } }
  .blog-wrapper .heading-block {
    margin-bottom: 57px; }

@media screen and (min-width: 768px) {
  .blog-wrapper .heading-block {
    margin-bottom: 77px; } }
    .blog-wrapper .heading-block h2 {
      margin-bottom: 0; }
  .blog-wrapper h2 {
    font-size: 35px;
    line-height: 1.2; }

@media screen and (min-width: 768px) {
  .blog-wrapper h2 {
    font-size: 40px; } }
  .blog-wrapper .container {
    position: relative;
    z-index: 2; }

@media screen and (min-width: 768px) {
  .blog-wrapper .btn-holder {
    position: absolute;
    top: 0;
    right: 28px;
    width: 48%;
    text-align: right; } }

@media screen and (min-width: 768px) {
  .blog-wrapper .btn-holder .btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; } }
  .blog-wrapper .btn {
    min-width: 227px; }
  .blog-wrapper .blog-post .heading-block {
    margin-bottom: 0; }

.blog-carousel {
  padding-bottom: 58px;
  margin-bottom: 29px; }

@media screen and (min-width: 768px) {
  .blog-carousel {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 99px; } }

@media screen and (min-width: 1024px) {
  .blog-carousel {
    margin-left: -33px;
    margin-right: -33px; } }
  .blog-carousel .carousel-cell {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px; }

@media screen and (min-width: 768px) {
  .blog-carousel .carousel-cell {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 1024px) {
  .blog-carousel .carousel-cell {
    padding-left: 33px;
    padding-right: 33px; } }
  .blog-carousel .flickity-button {
    color: #002439; }
    .blog-carousel .flickity-button:hover {
      color: #2895d2; }
    .blog-carousel .flickity-button:disabled {
      color: rgba(40, 149, 210, 0.5); }

.blog-post {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700; }
  .blog-post .img-holder {
    overflow: hidden;
    margin-bottom: 18px;
    position: relative; }
    .blog-post .img-holder:after {
      content: '';
      position: absolute;
      background: url(images/decor01.svg) 0% 50%/cover;
      width: 39%;
      right: -43px;
      top: -1px;
      bottom: -38px;
      opacity: 0.56;
      z-index: 3;
      pointer-events: none; }
    .blog-post .img-holder:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background-image: -webkit-linear-gradient(135deg, #002439 0%, rgba(84, 108, 122, 0) 100%);
      background-image: linear-gradient(-45deg, #002439 0%, rgba(84, 108, 122, 0) 100%);
      pointer-events: none; }
    .blog-post .img-holder:hover .btn-play {
      opacity: 1;
      visibility: visible; }
  .blog-post .bg-stretch {
    padding-top: 64.1%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1; }

@media screen and (min-width: 768px) {
  .blog-post .bg-stretch {
    padding-top: 63.7%; } }
    .blog-post .bg-stretch:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .blog-post .btn-play {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #2895d2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7px;
    font-size: 25px;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: visible; }
    .blog-post .btn-play:hover {
      width: 100%;
      height: 100%;
      border-radius: 0; }
  .blog-post .heading-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    font-weight: 700;
    margin: 0 -15px; }
    .blog-post .heading-block .col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding: 0 15px 15px; }
      .blog-post .heading-block .col:nth-child(even) {
        text-align: right; }
  .blog-post a {
    text-decoration: none; }
  .blog-post p a:hover {
    color: #002439; }

.donation-block {
  text-align: center;
  padding-top: 66px;
  padding-bottom: 69px;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 600; }

@media screen and (min-width: 768px) {
  .donation-block {
    padding-top: 96px;
    padding-bottom: 96px;
    line-height: 1.6; } }
  .donation-block .heading {
    margin-bottom: 32px; }

@media screen and (min-width: 768px) {
  .donation-block .heading {
    font-size: 11px;
    margin-bottom: 40px; } }
    .donation-block .heading span {
      padding-bottom: 3px; }
  .donation-block.bg-light-blue .heading {
    color: #002439; }
    .donation-block.bg-light-blue .heading span {
      border-color: #002439; }
  .donation-block h2 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 22px; }

@media screen and (min-width: 768px) {
  .donation-block h2 {
    font-size: 45px;
    margin-bottom: 18px; } }

@media screen and (min-width: 1024px) {
  .donation-block h2 {
    font-size: 50px; } }
  .donation-block p {
    margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .donation-block p {
    margin-bottom: 32px; } }
  .donation-block .container {
    max-width: 790px; }

@media screen and (min-width: 768px) {
  .donation-block .btn {
    padding: 11px;
    min-width: 256px; } }

.planing-block .heading {
  margin-bottom: 47px; }

@media screen and (min-width: 768px) {
  .planing-block .heading {
    margin-bottom: 52px; } }
  .planing-block .heading span {
    padding-bottom: 3px; }

.planing-block h4,
.planing-block .h4 {
  margin-bottom: 6px; }

@media screen and (min-width: 768px) {
  .planing-block h4,
  .planing-block .h4 {
    line-height: 1.28;
    margin-bottom: 7px; } }

.planing-block ul li + li {
  margin-top: 41px; }

@media screen and (min-width: 768px) {
  .planing-block ul li + li {
    margin-top: 43px; } }

@media screen and (min-width: 768px) {
  .planing-block .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.planing-block .col:nth-child(even) .holder:after {
  left: -25px;
  right: -9999px; }

@media screen and (min-width: 768px) {
  .planing-block .col:nth-child(even) .holder:after {
    left: -8px; } }

@media screen and (min-width: 1200px) {
  .planing-block .col:nth-child(even) .holder {
    padding-left: 127px;
    padding-right: 55px; } }

.planing-block .holder {
  padding-top: 48px;
  padding-bottom: 33px;
  position: relative;
  background-color: transparent;
  z-index: 1;
  width: 100%; }

@media screen and (min-width: 768px) {
  .planing-block .holder {
    padding: 88px 28px 72px; } }

@media screen and (min-width: 1200px) {
  .planing-block .holder {
    padding-right: 139px; } }
  .planing-block .holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    right: -50px;
    bottom: 0;
    z-index: -1; }

@media screen and (min-width: 768px) {
  .planing-block .holder:after {
    left: -9999px;
    right: -8px; } }

.planing-block .bg-light-gray:after {
  background-color: #ededed; }

.planing-block .bg-light-gray h4,
.planing-block .bg-light-gray .h4 {
  color: #2895d2; }

.planing-block .bg-light-blue:after {
  background-color: #2895d2; }

.planing-block .bg-dark-blue:after {
  background-color: #002439; }

.events-section {
  padding-top: 36px;
  padding-bottom: 170px; }

@media screen and (min-width: 768px) {
  .events-section {
    padding-top: 73px;
    padding-bottom: 180px; } }

@media screen and (min-width: 1024px) {
  .events-section {
    padding-bottom: 245px; } }
  .events-section .text-block {
    text-align: center;
    margin-bottom: 34px; }

@media screen and (min-width: 768px) {
  .events-section .text-block {
    margin-bottom: 60px; } }

@media screen and (min-width: 1024px) {
  .events-section .text-block {
    margin-bottom: 67px; } }
  .events-section .heading {
    color: #2895d2;
    margin-bottom: 17px; }

@media screen and (min-width: 768px) {
  .events-section .heading {
    margin-bottom: 20px; } }
    .events-section .heading span {
      border-color: transparent; }
  .events-section h2 {
    font-weight: 800;
    font-size: 31px;
    text-transform: capitalize; }

@media screen and (min-width: 768px) {
  .events-section h2 {
    font-size: 40px; } }

@media screen and (min-width: 1024px) {
  .events-section h2 {
    font-size: 50px;
    letter-spacing: 0.02em; } }

@media screen and (min-width: 768px) {
  .events-section .col.align-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; } }
  .events-section .col .heading {
    margin-bottom: 6px; }
  .events-section .col h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 12px; }

@media screen and (min-width: 768px) {
  .events-section .col h2 {
    font-size: 45px;
    margin-bottom: 7px; } }

@media screen and (min-width: 1024px) {
  .events-section .col h2 {
    font-size: 50px; } }
    .events-section .col h2 a {
      text-decoration: none; }
      .events-section .col h2 a:hover {
        color: #2895d2; }

@media screen and (min-width: 768px) {
  .events-section .col .holder {
    padding-left: 25px;
    padding-bottom: 34px; } }

@media screen and (min-width: 1024px) {
  .events-section .col .holder {
    padding-left: 50px; } }

@media screen and (min-width: 1200px) {
  .events-section .col .holder {
    padding-left: 78px; } }
  .events-section .col .holder .from-bottom {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; }
  .events-section p {
    margin-bottom: 29px; }

@media screen and (min-width: 768px) {
  .events-section p {
    margin-bottom: 31px; } }
  .events-section .from-left {
    overflow: hidden;
    z-index: 2;
    margin-bottom: 42px; }

@media screen and (min-width: 768px) {
  .events-section .from-left {
    margin-bottom: 0; } }
  .events-section .bg-stretch {
    padding-top: 64.9%;
    position: relative;
    overflow: hidden;
    width: 100%; }

@media screen and (min-width: 768px) {
  .events-section .bg-stretch {
    padding-top: 65.5%; } }
    .events-section .bg-stretch:before, .events-section .bg-stretch:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: -webkit-linear-gradient(135deg, #2895d2 0%, rgba(84, 108, 122, 0) 100%);
      background-image: linear-gradient(-45deg, #2895d2 0%, rgba(84, 108, 122, 0) 100%);
      opacity: 0.9;
      z-index: 1; }
    .events-section .bg-stretch:after {
      opacity: 0.56;
      background: url(images/decor-white.svg) 0% 50%/cover;
      left: auto;
      width: 34%;
      bottom: -40px;
      right: -25px;
      top: -4px; }

@media screen and (min-width: 768px) {
  .events-section .bg-stretch:after {
    width: 35%;
    bottom: -64px;
    right: -46px; } }
  .events-section .btn {
    padding-top: 10px;
    padding-bottom: 10px; }

@media screen and (min-width: 768px) {
  .events-section .btn {
    min-width: 257px; } }
  .events-section .img-holder .bg-stretch:after, .events-section .img-holder .bg-stretch:before {
    display: none; }
  .events-section.events-section--align {
    padding-top: 114px;
    padding-bottom: 67px; }

@media screen and (min-width: 768px) {
  .events-section.events-section--align {
    padding-top: 190px;
    padding-bottom: 111px; } }
    .events-section.events-section--align .text-block {
      margin-bottom: 48px; }

@media screen and (min-width: 768px) {
  .events-section.events-section--align .text-block {
    margin-bottom: 66px; } }
    .events-section.events-section--align h3 {
      margin-bottom: 7px; }

@media screen and (min-width: 768px) {
  .events-section.events-section--align h3 {
    font-size: 35px; } }
    .events-section.events-section--align p {
      margin-bottom: 24px; }

@media screen and (min-width: 768px) {
  .events-section .text-content {
    padding-left: 49px;
    padding-right: 49px; } }

@media screen and (min-width: 1024px) {
  .events-section .text-content {
    padding: 0 6px 0 95px; } }
  .events-section .text-content .heading {
    margin-bottom: 1px; }

@media screen and (min-width: 768px) {
  .events-section .text-content .heading {
    margin-bottom: 3px; } }

@media screen and (min-width: 768px) {
  .events-section .text-content .row {
    margin-left: -20px;
    margin-right: -20px; } }

@media screen and (min-width: 1024px) {
  .events-section .text-content .row {
    margin-left: -57px;
    margin-right: -57px; } }

@media screen and (min-width: 768px) {
  .events-section .text-content .row .col {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 1024px) {
  .events-section .text-content .row .col {
    padding-left: 57px;
    padding-right: 57px; } }
  .events-section .text-content h3 {
    font-weight: 300; }
    .events-section .text-content h3 strong {
      font-weight: 700; }
  .events-section + .events-block {
    margin-top: -89px;
    position: relative;
    z-index: 2;
    padding-top: 0; }

@media screen and (min-width: 768px) {
  .events-section + .events-block {
    margin-top: -104px; } }
  .events-section .btn-holder {
    padding-top: 8px; }

@media screen and (min-width: 768px) {
  .events-section .btn-holder {
    padding-top: 6px; } }

@media screen and (min-width: 768px) {
  .events-section .event-list {
    padding-top: 3px; } }
  .events-section.resources-section--align {
    padding-bottom: 217px;
    padding-top: 140px; }

@media screen and (min-width: 768px) {
  .events-section.resources-section--align {
    padding-top: 191px;
    padding-bottom: 285px; } }
    .events-section.resources-section--align .heading {
      margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .events-section.resources-section--align .heading {
    margin-bottom: 23px; } }

@media screen and (min-width: 768px) {
  .events-section.resources-section--align .text-block {
    margin-bottom: 75px; } }
    .events-section.resources-section--align + .content {
      margin-top: -230px; }

@media screen and (min-width: 768px) {
  .events-section.resources-section--align + .content {
    margin-top: -285px; } }
    .events-section.resources-section--align h2 {
      line-height: 1.2; }
  .events-section .events-content .bg-stretch:after, .events-section .events-content .bg-stretch:before {
    display: none; }

#resources_list .pagination {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1176px;
  width: 100%;
  margin: 0  auto 48px; }

@media screen and (min-width: 400px) {
  #resources_list .pagination {
    padding-left: 25px;
    padding-right: 25px; } }

@media screen and (min-width: 768px) {
  #resources_list .pagination {
    margin-bottom: 66px; } }

@media screen and (min-width: 1200px) {
  #resources_list .pagination {
    margin-bottom: 96px; } }

#resources_list .events-block {
  padding-bottom: 0; }

@media screen and (min-width: 768px) {
  #resources_list .events-block {
    padding-bottom: 13px; } }

.events-block {
  padding-top: 37px;
  padding-bottom: 10px; }

@media screen and (min-width: 768px) {
  .events-block {
    padding-bottom: 30px;
    padding-top: 80px; } }

@media screen and (min-width: 1024px) {
  .events-block {
    padding-top: 122px; } }
  .events-block.addition--events {
    padding-top: 62px;
    padding-bottom: 33px; }

@media screen and (min-width: 768px) {
  .events-block.addition--events {
    padding-top: 70px;
    padding-bottom: 37px; } }
    .events-block.addition--events h2 {
      text-align: center;
      font-weight: 300;
      margin-bottom: 35px; }

@media screen and (min-width: 768px) {
  .events-block.addition--events h2 {
    font-size: 35px;
    text-align: left; } }
    .events-block.addition--events .events-holder > .col {
      padding-bottom: 21px; }
  .events-block .pagination {
    margin-top: -10px; }

@media screen and (min-width: 768px) {
  .events-block .pagination {
    margin-top: 16px; } }

@media screen and (min-width: 768px) {
  .events-block.event--align {
    padding-bottom: 58px; } }

@media screen and (min-width: 1024px) {
  .events-block.event--align .events-holder > .col {
    padding-bottom: 35px; } }

@media screen and (min-width: 768px) {
  .events-holder {
    margin-left: -20px;
    margin-right: -20px; } }

@media screen and (min-width: 1024px) {
  .events-holder {
    margin-left: -33px;
    margin-right: -33px; } }

.events-holder > .col {
  padding-bottom: 31px; }

@media screen and (min-width: 400px) {
  .events-holder > .col {
    padding-left: 11px;
    padding-right: 11px; } }

@media screen and (min-width: 768px) {
  .events-holder > .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    padding: 0 20px 40px; } }

@media screen and (min-width: 1024px) {
  .events-holder > .col {
    padding: 0 33px 51px; } }

.events-content {
  position: relative;
  margin-bottom: 42px; }

@media screen and (min-width: 768px) {
  .events-content {
    padding: 0 50px;
    margin-bottom: 83px; } }
  .events-content .bg-stretch {
    padding-top: 64.9%; }

@media screen and (min-width: 768px) {
  .events-content .bg-stretch {
    padding-top: 47.1%; } }
  .events-content .dots-link {
    display: none;
    position: absolute;
    bottom: 14px;
    right: 76px; }

@media screen and (min-width: 768px) {
  .events-content .dots-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px; } }
    .events-content .dots-link li {
      margin: 0 7px 7px; }
      .events-content .dots-link li.active a {
        background-color: #2895d2; }
      .events-content .dots-link li a {
        display: block;
        width: 9px;
        height: 9px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%; }
        .events-content .dots-link li a:hover {
          background-color: #2895d2; }

.events-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .events-nav {
    bottom: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
    right: 15px;
    margin-bottom: -34px; } }
  .events-nav a {
    text-decoration: none;
    color: #fff; }
  .events-nav .btn-next,
  .events-nav .btn-prev {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 53px;
    min-height: 52px;
    background: #2895d2; }

@media screen and (min-width: 768px) {
  .events-nav .btn-next,
  .events-nav .btn-prev {
    min-width: 66px;
    min-height: 66px;
    padding: 23px 19px 21px 24px; } }
    .events-nav .btn-next:after,
    .events-nav .btn-prev:after {
      content: "";
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: -1px;
      font-size: 17px; }

@media screen and (min-width: 768px) {
  .events-nav .btn-next:after,
  .events-nav .btn-prev:after {
    right: 23px; } }
    .events-nav .btn-next .text,
    .events-nav .btn-prev .text {
      display: none;
      padding-right: 36px;
      padding-left: 4px; }

@media screen and (min-width: 768px) {
  .events-nav .btn-next .text,
  .events-nav .btn-prev .text {
    display: block; } }
    .events-nav .btn-next.btn-prev:after,
    .events-nav .btn-prev.btn-prev:after {
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg);
      left: 18px;
      right: auto; }

@media screen and (min-width: 768px) {
  .events-nav .btn-next.btn-prev:after,
  .events-nav .btn-prev.btn-prev:after {
    left: 23px; } }
    .events-nav .btn-next.btn-prev .text,
    .events-nav .btn-prev.btn-prev .text {
      padding-left: 36px;
      padding-right: 4px; }
    .events-nav .btn-next.btn-next,
    .events-nav .btn-prev.btn-next {
      left: auto;
      right: 0; }
    .events-nav .btn-next:hover,
    .events-nav .btn-prev:hover {
      color: #002439; }

.bg-dark-blue .event-list a {
  color: #fff; }

.bg-light-blue .event-list li:before {
  border-left: 6px solid #002439; }

.bg-light-blue .btn-next,
.bg-light-blue .btn-prev {
  background-color: #002439; }

.event-list {
  padding-left: 20px;
  margin-bottom: 16px; }
  .event-list li {
    padding-bottom: 4px;
    position: relative; }
    .event-list li:before {
      content: '';
      position: absolute;
      top: 6px;
      left: 2px;
      height: 0;
      width: 0;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #2895d2;
      border-top: 6px solid transparent; }
    .event-list li a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      padding-left: 15px; }
      .event-list li a:hover {
        color: #2895d2; }

.content {
  padding-bottom: 42px; }

@media screen and (min-width: 400px) {
  .content {
    padding-left: 12px;
    padding-right: 12px; } }

@media screen and (min-width: 768px) {
  .content {
    padding: 0 0 81px; } }
  .content .events-content {
    margin-bottom: 44px; }

@media screen and (min-width: 1024px) {
  .content .events-content {
    margin: 0 -7px 84px; } }

@media screen and (min-width: 1300px) {
  .content .events-content {
    padding-left: 0;
    padding-right: 0; } }
    .content .events-content .bg-stretch {
      padding-top: 140.6%;
      position: relative;
      overflow: hidden; }

@media screen and (min-width: 768px) {
  .content .events-content .bg-stretch {
    padding-top: 70%; } }

@media screen and (min-width: 1024px) {
  .content .events-content .bg-stretch {
    padding-top: 47.2%; } }
      .content .events-content .bg-stretch .decor {
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        opacity: 0.56;
        width: 34%;
        bottom: -40px;
        right: -25px;
        top: -4px;
        z-index: 1; }

@media screen and (min-width: 768px) {
  .content .events-content .bg-stretch .decor {
    width: 25.9%;
    bottom: -50px;
    right: -72px;
    top: -61px; } }
    .content .events-content .events-nav {
      bottom: 50%;
      left: -25px;
      right: -25px;
      margin-bottom: -25px;
      z-index: 2; }

@media screen and (min-width: 768px) {
  .content .events-content .events-nav {
    left: 20px;
    right: 20px; } }

@media screen and (min-width: 1024px) {
  .content .events-content .events-nav {
    margin-bottom: -50px; } }

@media screen and (min-width: 1300px) {
  .content .events-content .events-nav {
    left: -32px;
    right: -32px; } }
  .content h4,
  .content .h4 {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 600;
    margin-bottom: 10px; }
  .content p {
    margin-bottom: 25px; }
    .content p h4,
    .content p + .h4 {
      margin-top: 35px; }
  .content blockquote {
    color: #2895d2;
    margin-bottom: 33px;
    padding-top: 9px; }

@media screen and (min-width: 1024px) {
  .content blockquote {
    padding-top: 29px;
    margin: 0 0 58px -94px; } }
  .content .img-content {
    padding-top: 21px;
    margin-left: -36px;
    margin-right: -36px; }

@media screen and (min-width: 768px) {
  .content .img-content {
    padding-top: 19px;
    margin: 0 0 20px; } }
  .content .free-book p {
    margin-bottom: 26px; }

@media screen and (min-width: 768px) {
  .content .free-book p {
    margin-bottom: 30px; } }
  .content .holder {
    max-width: 744px;
    margin: 0 auto; }

.free-book {
  position: relative;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 46px;
  padding-bottom: 58px; }

@media screen and (min-width: 768px) {
  .free-book {
    margin: 0;
    padding: 40px 85px 51px; } }
  .free-book:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999px;
    right: -999px;
    background-color: rgba(40, 149, 210, 0.1);
    z-index: -1; }

@media screen and (min-width: 768px) {
  .free-book:after {
    left: 0;
    right: 0; } }
  .free-book h3,
  .free-book .h3 {
    font-weight: 300;
    margin-bottom: 19px; }

@media screen and (min-width: 1024px) {
  .free-book h3,
  .free-book .h3 {
    font-size: 40px;
    margin-bottom: 15px; } }
  .free-book p {
    margin-bottom: 26px; }

@media screen and (min-width: 768px) {
  .free-book p {
    margin-bottom: 30px; } }
  .free-book form {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px; }
    .free-book form input[type="text"],
    .free-book form input[type="tel"],
    .free-book form input[type="email"],
    .free-book form input[type="search"],
    .free-book form input[type="password"],
    .free-book form textarea {
      border-color: #fff; }
    .free-book form label {
      text-align: left; }
    .free-book form .form-group {
      margin-bottom: 32px; }

@media screen and (min-width: 768px) {
  .free-book form .form-group {
    margin-bottom: 28px; } }
    .free-book form input[type="submit"] {
      background-color: #002439;
      border-color: #002439;
      padding-top: 13px;
      padding-bottom: 13px; }

@media screen and (min-width: 768px) {
  .free-book form input[type="submit"] {
    min-width: 220px; } }
      .free-book form input[type="submit"]:hover {
        color: #fff;
        background-color: #2895d2;
        border-color: #2895d2; }

@media screen and (min-width: 768px) {
  .free-book form .btn-holder {
    text-align: center; } }

.share-block {
  padding-top: 72px;
  margin-left: -9px;
  margin-right: -13px;
  position: relative; }

@media screen and (min-width: 768px) {
  .share-block {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 1024px) {
  .share-block {
    margin-left: -95px;
    margin-right: -95px; } }
  .share-block:after {
    content: '';
    position: absolute;
    top: 40px;
    left: -17px;
    right: -17px;
    border-top: 1px solid #2895d2; }

@media screen and (min-width: 768px) {
  .share-block:after {
    top: 56px;
    left: 0;
    right: 0; } }
  .share-block .lt-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 41px; }

@media screen and (min-width: 768px) {
  .share-block .lt-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding-right: 15px; } }
    .share-block .lt-col .img-holder {
      -ms-flex-preferred-size: 62px;
          flex-basis: 62px;
      max-width: 62px;
      border-radius: 50%;
      margin-right: 22px; }
    .share-block .lt-col .text-holder {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      text-transform: uppercase;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 12px;
      letter-spacing: 0.72px;
      font-weight: 700;
      color: #2895d2; }
      .share-block .lt-col .text-holder .name {
        color: #002439; }
      .share-block .lt-col .text-holder p {
        margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .share-block .rt-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-top: 11px; } }

@media screen and (min-width: 1024px) {
  .share-block .rt-col {
    padding-top: 6px; } }
  .share-block .title {
    font-size: 13px;
    font-weight: 700;
    color: #002439; }

@media screen and (min-width: 768px) {
  .share-block .title {
    -ms-flex-preferred-size: 135px;
        flex-basis: 135px;
    max-width: 135px;
    margin-right: 20px;
    margin-bottom: 12px;
    padding-top: 9px; } }

@media screen and (min-width: 1024px) {
  .share-block .title {
    padding-top: 14px; } }
  .share-block .social-networks {
    margin-left: -7px;
    margin-right: -7px;
    text-align: right; }

@media screen and (min-width: 768px) {
  .share-block .social-networks {
    max-width: calc(100% + 140px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    .share-block .social-networks li {
      margin: 0 7px 12px; }
      .share-block .social-networks li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #2895d2;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        color: #002439; }

@media screen and (min-width: 768px) {
  .share-block .social-networks li a {
    width: 40px;
    height: 40px; } }

@media screen and (min-width: 1024px) {
  .share-block .social-networks li a {
    width: 48px;
    height: 48px; } }
        .share-block .social-networks li a:hover {
          color: #2895d2; }
      .share-block .social-networks li .icon-twitter {
        font-size: 14px; }

.resource-block {
  padding-top: 137px;
  padding-bottom: 23px;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 400px) {
  .resource-block {
    padding-left: 17px;
    padding-right: 11px; } }

@media screen and (min-width: 768px) {
  .resource-block {
    padding: 180px 0 74px 0; } }

@media screen and (min-width: 1024px) {
  .resource-block {
    padding-top: 215px; } }
  .resource-block .title {
    text-transform: uppercase;
    position: relative;
    display: block;
    color: #2895d2;
    letter-spacing: 0.169em;
    margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .resource-block .title {
    font-size: 18px;
    letter-spacing: 0.15em;
    padding-left: 30px;
    margin-bottom: 24px; } }

@media screen and (min-width: 1024px) {
  .resource-block .title {
    padding-left: 42px;
    font-size: 20px; } }

@media screen and (min-width: 1400px) {
  .resource-block .title {
    margin-left: -45px; } }

@media screen and (min-width: 768px) {
  .resource-block .title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px; } }
  .resource-block h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  .resource-block h2 {
    font-size: 40px; } }

@media screen and (min-width: 1024px) {
  .resource-block h2 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0.053em; } }

@media screen and (min-width: 768px) {
  .resource-block p {
    margin-bottom: 22px; } }

@media screen and (min-width: 768px) {
  .resource-block .text-block {
    padding-left: 30px; } }

@media screen and (min-width: 1024px) {
  .resource-block .text-block {
    padding-left: 42px; } }

@media screen and (min-width: 1400px) {
  .resource-block .text-block {
    padding-left: 0;
    margin-left: -4px; } }
  .resource-block .row {
    position: relative;
    z-index: 2; }

@media screen and (min-width: 768px) {
  .resource-block .row {
    margin-left: -25px;
    margin-right: -25px; } }

@media screen and (min-width: 768px) {
  .resource-block .row .col {
    padding-left: 25px;
    padding-right: 25px; } }

@media screen and (min-width: 1024px) {
  .resource-block .row .col {
    max-width: 32.5%;
    -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%; } }

@media screen and (min-width: 1024px) {
  .resource-block .row .col:nth-child(even) {
    -ms-flex-preferred-size: 47.9%;
        flex-basis: 47.9%;
    max-width: 47.9%;
    -ms-flex-item-align: end;
        align-self: flex-end; } }
  .resource-block .decor {
    position: absolute;
    right: -35px;
    width: 35%;
    bottom: -96px;
    top: -56px;
    opacity: 0.86;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }

@media screen and (min-width: 1200px) {
  .resource-block .decor {
    width: 18.3%; } }

.filter-block .heading {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 29px 25px 27px;
  margin-bottom: 0;
  text-align: center; }

@media screen and (min-width: 768px) {
  .filter-block .heading {
    -ms-flex-preferred-size: 174px;
        flex-basis: 174px;
    max-width: 174px;
    text-align: left; } }
  .filter-block .heading span {
    padding-bottom: 3px; }

.filter-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 1302px; }

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 10; }
  .filter-list > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    border-left: 1px solid #002439;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }

@media screen and (min-width: 768px) {
  .filter-list > li {
    min-width: 200px;
    max-width: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 1024px) {
  .filter-list > li {
    min-width: 287px; } }

@media screen and (min-width: 768px) {
  .filter-list > li:last-child {
    border-right: 1px solid #002439; } }

@media screen and (max-width: 767px) {
  .filter-list > li:last-child .jcf-select-drop {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    .filter-list > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .filter-list > li > a:hover {
        opacity: 0.7; }
  .filter-list ul {
    min-width: 187px;
    margin: 0 auto;
    background-color: #002439;
    padding: 16px 0; }
  .filter-list .jcf-select-text {
    position: relative;
    padding: 0  25px 0 0; }
    .filter-list .jcf-select-text:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: -2px;
      right: 9px;
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #002439;
      width: 6px;
      height: 6px;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .filter-list .jcf-select {
    height: auto;
    border-color: transparent;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 0;
    padding: 29px 20px;
    cursor: pointer; }
    .filter-list .jcf-select:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 9px;
      margin-left: -9px;
      height: 0;
      width: 0;
      border-bottom: 9px solid #002439;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      opacity: 0;
      visibility: hidden; }

@media screen and (min-width: 1024px) {
  .filter-list .jcf-select:after {
    display: none; } }
    .filter-list .jcf-select.jcf-drop-active:after {
      opacity: 1;
      visibility: visible; }
    .filter-list .jcf-select.jcf-drop-active .jcf-select-text:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .filter-list .jcf-select .jcf-select-drop {
      position: absolute;
      right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      min-width: 218px;
      width: auto !important;
      margin-left: -3px;
      bottom: auto;
      top: 100%; }
      .filter-list .jcf-select .jcf-select-drop.jcf-select-filter-type .jcf-select-drop-content {
        width: 100%; }
  .filter-list .jcf-select-drop-content {
    border: 0; }
  .filter-list .jcf-list {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-top: -9px;
    background-color: transparent; }
    .filter-list .jcf-list .jcf-list-content {
      border-radius: 8px; }

@media screen and (min-width: 1024px) {
  .filter-list .jcf-list:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-top: -9px;
    top: 0;
    margin-left: -9px;
    height: 0;
    width: 0;
    border-bottom: 9px solid #002439;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent; } }
    .filter-list .jcf-list .jcf-option {
      padding: 9px 15px 9px 27px;
      background-color: transparent;
      font-weight: 400;
      color: #fff; }
      .filter-list .jcf-list .jcf-option.jcf-hover {
        color: #fff;
        font-weight: 700; }
      .filter-list .jcf-list .jcf-option.jcf-option-default {
        display: none; }

@media screen and (min-width: 768px) {
  .filter-list .jcf-select-filter-type .jcf-option-default:before {
    content: 'Resources '; } }

@media screen and (min-width: 768px) {
  .filter-list .jcf-option-default:before {
    content: 'Resources by ';
    display: inline-block;
    vertical-align: top;
    white-space: pre; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 1.33;
  margin-bottom: 38px; }
  .pagination .page-numbers {
    width: 33px;
    height: 33px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #002439;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    margin: 0 9px 8px; }
    .pagination .page-numbers.current {
      background-color: #2895d2; }
    .pagination .page-numbers.disabled {
      pointer-events: none;
      opacity: 0.3; }
  .pagination a.page-numbers:hover {
    background-color: #2895d2; }
  .pagination a.next,
  .pagination a.prev {
    font-size: 18px;
    color: #2895d2;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -999px; }
    .pagination a.next:hover,
    .pagination a.prev:hover {
      background: transparent;
      color: #002439; }
    .pagination a.next:after,
    .pagination a.prev:after {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      text-indent: 0;
      margin-top: 1px;
      left: 6px; }
    .pagination a.next.prev:after,
    .pagination a.prev.prev:after {
      content: ""; }

.section-info {
  background: black;
  text-align: center;
  color: #fff;
  padding-top: 47px;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .section-info {
    padding-top: 85px; } }
  .section-info .logo-block {
    max-width: 181px;
    margin: 0 auto 52px;
    width: 100%;
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }

@media screen and (min-width: 768px) {
  .section-info .logo-block {
    max-width: 233px;
    margin-bottom: 30px; } }
  .section-info p {
    margin-bottom: 39px; }

@media screen and (min-width: 768px) {
  .section-info p {
    margin-bottom: 35px; } }
  .section-info .btn {
    padding-top: 10px;
    padding-bottom: 11px; }

@media screen and (min-width: 1024px) {
  .section-info .btn {
    min-width: 334px; } }

@media screen and (min-width: 768px) {
  .section-info .row {
    margin-left: -25px;
    margin-right: -25px; } }
  .section-info .row .col {
    padding-left: 10px;
    padding-right: 10px; }

@media screen and (min-width: 768px) {
  .section-info .row .col {
    padding: 0 25px 50px;
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    max-width: 54%; } }

@media screen and (min-width: 1200px) {
  .section-info .row .col {
    padding-bottom: 117px; } }

@media screen and (min-width: 768px) {
  .section-info .row .col:nth-child(even) {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    max-width: 46%; } }
    .section-info .row .col + .col {
      padding-top: 62px; }

@media screen and (min-width: 768px) {
  .section-info .row .col + .col {
    padding-top: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 0; } }
  .section-info .img-holder {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: -28px; }

@media screen and (min-width: 768px) {
  .section-info .img-holder {
    text-align: right;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 11px; } }
  .section-info.viewport-section {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease 400ms, visibility ease 400ms;
    transition: opacity ease 400ms, visibility ease 400ms; }
    .section-info.viewport-section.in-viewport {
      opacity: 1;
      visibility: visible; }
      .section-info.viewport-section.in-viewport .img-holder,
      .section-info.viewport-section.in-viewport .text,
      .section-info.viewport-section.in-viewport .btn,
      .section-info.viewport-section.in-viewport .logo-block {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 400ms;
                transition-delay: 400ms; }
      .section-info.viewport-section.in-viewport .text {
        -webkit-transition-delay: 800ms;
                transition-delay: 800ms; }
      .section-info.viewport-section.in-viewport .btn {
        -webkit-transition-delay: 1200ms;
                transition-delay: 1200ms; }
      .section-info.viewport-section.in-viewport .img-holder {
        -webkit-transition-delay: 1600ms;
                transition-delay: 1600ms;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
    .section-info.viewport-section .img-holder,
    .section-info.viewport-section .text,
    .section-info.viewport-section .btn,
    .section-info.viewport-section .logo-block {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 400ms ease-out, visibility 400ms ease-out;
      transition: opacity 400ms ease-out, visibility 400ms ease-out; }
    .section-info.viewport-section .img-holder {
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: opacity 0ms ease-out, -webkit-transform 400ms ease-out;
      transition: opacity 0ms ease-out, -webkit-transform 400ms ease-out;
      transition: transform 400ms ease-out, opacity 0ms ease-out;
      transition: transform 400ms ease-out, opacity 0ms ease-out, -webkit-transform 400ms ease-out; }

.books-info {
  padding-top: 81px;
  padding-bottom: 80px;
  text-align: center;
  font-size: 14px;
  line-height: 1.57; }

@media screen and (min-width: 768px) {
  .books-info {
    padding-top: 99px;
    padding-bottom: 97px; } }
  .books-info .heading {
    color: #2895d2; }
    .books-info .heading span {
      border-color: #2895d2;
      padding-bottom: 2px; }
  .books-info .slide {
    padding-top: 53px; }

@media screen and (min-width: 768px) {
  .books-info .row {
    margin-left: -23px;
    margin-right: -23px; } }

@media screen and (min-width: 1024px) {
  .books-info .row {
    margin-left: -60px;
    margin-right: -60px; } }
  .books-info .row .col {
    padding: 0 23px 53px; }

@media screen and (min-width: 768px) {
  .books-info .row .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%; } }

@media screen and (min-width: 1024px) {
  .books-info .row .col {
    padding: 0 60px 40px; } }
    .books-info .row .col:last-child {
      padding-bottom: 0; }
  .books-info a:not(.btn) {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 700;
    color: #2895d2;
    border-bottom: 3px solid #2895d2; }
    .books-info a:not(.btn):hover {
      color: #002439;
      border-color: #002439; }
  .books-info h2 {
    font-size: 30px;
    margin-bottom: 57px;
    font-weight: 700; }

@media screen and (min-width: 768px) {
  .books-info h2 {
    font-size: 40px; } }

@media screen and (min-width: 1024px) {
  .books-info h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 70px; } }
  .books-info p {
    margin-bottom: 25px; }
  .books-info .book-name {
    font-size: 23px;
    font-weight: 800;
    display: block;
    margin-bottom: 9px; }
  .books-info .img-holder {
    margin-bottom: 37px; }
    .books-info .img-holder img {
      box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16); }
  .books-info .btn {
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
    padding-top: 10px;
    padding-bottom: 11px;
    margin-top: 53px; }

@media screen and (min-width: 768px) {
  .books-info .btn {
    margin-top: 11px; } }
    .books-info .btn .hide {
      display: none; }
  .books-info .active .btn .hide {
    display: inline; }
  .books-info .active .btn span:not(.hide) {
    display: none; }
/*# sourceMappingURL=style.css.map */