/*
Theme Name: Ganintegrity
Author: Anonymous
Author URI:
Version: 1
Description: Ganintegrity theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ganintegrity
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; }

/** Pathfactory**/
/* Removes Titling on Card Promoter */
div#qa-website-card-item-title-0 {
display: none;
}


/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

#nav, .drop-holder .sub-list, .drop-holder .posts-block ul, .drop-holder .add-block-nav ul, .logo-list ul, .slick-dots, .featured-resources ul, .intro-single ul, .breadcrumbs-holder ul, .custom-list, .post-preview .top ul, .post-preview .social-links, .intro-resource .text-holder ul, .resources-content ul, .speakers-block .bottom-holder .share-block .registration-share-links, .intro-request .text-holder > ul, .intro-request .logos-block ul, #footer .col-holder ul, #footer .bottom-holder .social-networks, .resources-center-block .filter-holder ul, .banner-post .add-info ul, .senior-team .second-info ul, .advisory-board .tabset, .events-block .event-filter .list, .events-block .event-filter .add-list, .speakers-holder ul, .investors-block ul, .customers-block ul, .image-text-info ul, .screen-info .accordion, .screen-info .slide ul, .glossary-nav, .news-holder ul, .custom-navigation, .future-block .tabset, .tap-resources ul, .compliance-management .tabset, .reasons-block ul, .add-logo-list ul, .footer-nav, .podcast-intro-slider .podcast-slick-dots, .episodes-slider .episodes-slick-dots, .listen-block ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, #main:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, .subscribe-block .form-holder form:after, .blog-filter form:after, .white-form .check-holder:after, .speakers-block .bottom-holder:after, .intro-request .testimonial-block:after, .add-subscribe-block .form-holder form:after, .future-block .tab-content:after, .learn-drop-holder .listen-holder .holder:after, .add-testimonial-block .container: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: #000;
  background: #fff;
  font: 16px/1.625 "MaderaW01", "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.625em; }

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

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: 1px solid #999;
  padding: 0.4em 0.7em; }
  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: #999; }
  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: #999; }
  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: #999; }
  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: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

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

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

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

#content {
  padding: 0 0 30px;
  font-weight: 300; }
  @media (min-width: 1024px) {
    #content {
      float: left;
      width: 65.7%;
      padding: 0 0 0 34px; } }
  #content:only-child {
    float: none;
    width: 100%; }
  #content p a,
	#content ul a{
		text-decoration: underline;
		font-weight: 500;
	}
    @media (min-width: 1024px) {
      #content p a:hover,
		#content ul a:hover{
        text-decoration: none;
		}
}

#sidebar {
  display: none; }
  @media (min-width: 1024px) {
    #sidebar {
      display: block;
      float: right;
      width: 30.8%;
      padding: 1px 4px 0 0; } }
  #sidebar #wp-calendar {
    width: 100%; }
  #sidebar h3 {
    margin: 0 0 22px; }
  #sidebar .side-post {
    position: relative; }
    #sidebar .side-post img {
      width: 100%; }
    #sidebar .side-post .more {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (hover: hover) {
      #sidebar .side-post:hover h4 {
        color: #000; } }
  #sidebar .text-holder {
    border-top: 7px solid #fed028;
    padding: 19px 25px 33px;
    text-align: center;
    background: #e3e9ee; }
    #sidebar .text-holder h4 {
      font-size: 24px;
      line-height: 36px;
      margin: 0;
      color: #0a426b;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }

.widget {
  margin-bottom: 53px; }
  .widget:last-child {
    margin: 0; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

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

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

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

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

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

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

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.625em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.625em 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.625em; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.625em;
  text-align: center;
  font-size: 16px;
  line-height: 1.2; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-holder,
  .navigation-comments .page-holder {
    display: inline-block;
    vertical-align: middle; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 5px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    padding: 7px 10px 10px;
    text-decoration: none;
    margin: 8px 0 0; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.625em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .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.625em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

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

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

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

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

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

.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: #006390;
  line-height: 1.2; }

h1, .h1 {
  font-size: 28px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 48px; } }

h2, .h2 {
  font-size: 20px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 28px; } }
  @media (min-width: 1024px) {
    h2, .h2 {
      line-height: 1.15; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 24px; } }

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

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

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

p {
  margin: 0 0 1.25em; }

a {
  color: #0a426b;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-LightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Bold.woff2") format("woff2"), url("./fonts/MaderaW01-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Medium.woff2") format("woff2"), url("./fonts/MaderaW01-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Regular.woff2") format("woff2"), url("./fonts/MaderaW01-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Italic.woff2") format("woff2"), url("./fonts/MaderaW01-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-BoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-HairlineItalic.woff2") format("woff2"), url("./fonts/MaderaW01-HairlineItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Light.woff2") format("woff2"), url("./fonts/MaderaW01-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-MediumItalic.woff2") format("woff2"), url("./fonts/MaderaW01-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-diplsay: swap;}

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-ThinItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-UltraLight.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-ExtraBold.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-Hairline.woff2") format("woff2"), url("./fonts/MaderaW01-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-UltraLightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'MaderaW01';
  src: url("./fonts/MaderaW01-Thin.woff2") format("woff2"), url("./fonts/MaderaW01-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Italic.woff2") format("woff2"), url("./fonts/MaderaW01-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-LightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Medium.woff2") format("woff2"), url("./fonts/MaderaW01-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Thin.woff2") format("woff2"), url("./fonts/MaderaW01-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-HairlineItalic.woff2") format("woff2"), url("./fonts/MaderaW01-HairlineItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Light.woff2") format("woff2"), url("./fonts/MaderaW01-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-UltraLightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-MediumItalic.woff2") format("woff2"), url("./fonts/MaderaW01-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Bold.woff2") format("woff2"), url("./fonts/MaderaW01-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Regular.woff2") format("woff2"), url("./fonts/MaderaW01-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-UltraLight.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ExtraBold.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-BoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-Hairline.woff2") format("woff2"), url("./fonts/MaderaW01-Hairline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ThinItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Medium.woff2") format("woff2"), url("./fonts/MaderaW01-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Thin.woff2") format("woff2"), url("./fonts/MaderaW01-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-UltraLightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-BoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Italic.woff2") format("woff2"), url("./fonts/MaderaW01-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Light.woff2") format("woff2"), url("./fonts/MaderaW01-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-MediumItalic.woff2") format("woff2"), url("./fonts/MaderaW01-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ThinItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ExtraBold.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-LightItalic.woff2") format("woff2"), url("./fonts/MaderaW01-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-UltraLight.woff2") format("woff2"), url("./fonts/MaderaW01-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Bold.woff2") format("woff2"), url("./fonts/MaderaW01-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-Hairline.woff2") format("woff2"), url("./fonts/MaderaW01-Hairline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-Regular.woff2") format("woff2"), url("./fonts/MaderaW01-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Madera W01';
  src: url("./fonts/MaderaW01-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/MaderaW01-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'MaderaW01-Hairline';
  src: url("./fonts/MaderaW01-HairlineItalic.woff2") format("woff2"), url("./fonts/MaderaW01-HairlineItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  background: -webkit-linear-gradient(top, #05537e 1%, #0a426b 100%);
  background: linear-gradient(to bottom, #05537e 1%, #0a426b 100%);
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  cursor: pointer; }
  .jcf-select.jcf-drop-active {
    background: -webkit-linear-gradient(top, #ffcf00 0%, #edb414 100%);
    background: linear-gradient(to bottom, #ffcf00 0%, #edb414 100%);
    color: #000; }
    .jcf-select.jcf-drop-active .jcf-select-text:after {
      border-color: #000;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      height: 0;
      margin: 5px 0 0 9px; }
  @media (min-width: 1024px) {
    .jcf-select:hover {
      background: -webkit-linear-gradient(top, #ffcf00 0%, #edb414 100%);
      background: linear-gradient(to bottom, #ffcf00 0%, #edb414 100%);
      color: #000; }
      .jcf-select:hover .jcf-select-text:after {
        border-color: #000; } }

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

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 15px;
  line-height: 1.2;
  padding: 14px 15px 18px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .jcf-select .jcf-select-text {
      font-weight: bold;
      font-size: 20px;
      padding: 24px 20px 28px; } }
  @media (min-width: 1200px) {
    .jcf-select .jcf-select-text {
      padding: 24px 41px 28px; } }
  .jcf-select .jcf-select-text:after {
    content: '';
    border: solid #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0 0 0 9px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    @media (min-width: 768px) {
      .jcf-select .jcf-select-text:after {
        border-width: 0 3px 3px 0; } }

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

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

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

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

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

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

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #eef2f5;
  font-size: 16px;
  line-height: 1.25;
  width: 100%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }

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

.jcf-list ul {
  list-style: none;
  padding: 18px 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: 3px 20px 7px;
  color: #000;
  height: 1%; }
  @media (min-width: 768px) {
    .jcf-list .jcf-option {
      padding: 3px 42px 7px; } }

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

.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; }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

body {
  line-height: 23px; }
  body.nav-active {
    overflow: hidden; }
  @media (min-width: 768px) {
    body {
      line-height: 26px; } }

a,
button,
input[type="submit"] {
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s, border-color 0.3s; }

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.container {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .container {
      max-width: 1352px;
      margin: 0 auto; } }

#wrapper {
  overflow: hidden;
  position: relative; }

#header {
  padding: 23px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
  #header .container {
    max-width: 100%; }
  @media (min-width: 1024px) {
    #header {
      -webkit-transition: background 0.3s, padding 0.3s;
      transition: background 0.3s, padding 0.3s;
      background: none;
      padding: 36px 0;
      box-shadow: none; }
      .sticky-header #header {
        background: #fff;
        padding: 20px 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
        .sticky-header #header .logo .white-logo {
          display: none; }
        .sticky-header #header #nav.white-menu > li > a {
          color: #0a426b; }
        .sticky-header #header .drop-holder:before {
          height: 35px; } }
  #header .logo {
    width: 230px;
    float: left;
    line-height: 0;
    position: relative; }
    @media (min-width: 1024px) {
      #header .logo {
        margin: 14px 0 0; } }
    @media (min-width: 1200px) {
      #header .logo {
        width: 268px; } }
    #header .logo .white-logo {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none; }
      @media (min-width: 1024px) {
        #header .logo .white-logo {
          display: block; } }

.nav-opener {
  float: right;
  width: 30px;
  height: 20px;
  margin: 0 -8px 0 0;
  position: relative; }
  .nav-opener:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 7px;
    right: 7px;
    height: 2px;
    background: #006390;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-active .nav-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: 5px 0 0; }
  .nav-opener span {
    position: absolute;
    content: '';
    top: 9px;
    left: 7px;
    right: 7px;
    height: 2px;
    background: #006390;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .nav-active .nav-opener span {
      opacity: 0; }
  .nav-opener:after {
    position: absolute;
    content: '';
    top: 14px;
    left: 7px;
    right: 7px;
    height: 2px;
    background: #006390;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-active .nav-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: -5px 0 0; }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }

@media (min-width: 1024px) {
  .nav-holder {
    float: right;
    width: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 1023px) {
  .nav-holder {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    background: #fff;
    overflow: auto;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 320px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .nav-active .nav-holder {
      opacity: 1;
      pointer-events: auto; } }

@media (min-width: 1024px) {
  .nav-holder .btn-holder {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.nav-holder .btn-holder .btn {
  font-size: 14px;
  padding: 8px 15px 11px;
  display: block;
  margin: 0 -15px;
  display: block; }
  @media (min-width: 1024px) {
    .nav-holder .btn-holder .btn {
      width: 200px;
      padding: 14px 15px 16px;
      margin: 0;
      width: auto; } }

.nav-holder .btn-holder .search-opener {
  font-size: 23px;
  line-height: 1.2;
  margin: 0 0 0 42px;
  color: #aec2d9;
  display: none; }
  @media (min-width: 1024px) {
    .nav-holder .btn-holder .search-opener {
      display: block; }
      .nav-holder .btn-holder .search-opener:hover {
        color: #fed028; } }

#nav {
  padding: 20px 0; }
  @media (min-width: 1024px) {
    #nav {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 57%; } }
  #nav > li.active > a {
    color: #dc9927; }
  @media (min-width: 1024px) {
    #nav > li.hover > a {
      color: #aec2d9; } }
  #nav > li > a {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    color: #153661;
    text-transform: uppercase;
    padding: 10px 0; }
    @media (min-width: 1024px) {
      #nav > li > a {
        padding: 0; } }
    @media (max-width: 1023px) {
      #nav > li > a {
        position: relative; }
        #nav > li > a:after {
          position: absolute;
          font-family: "Font Awesome 5 Pro";
          font-weight: bold;
          content: "\f054";
          top: 11px;
          right: 0;
          font-size: 16px;
          line-height: 1.2; } }
  @media (min-width: 1024px) {
    #nav.white-menu > li > a {
      color: #fff; } }

@media (max-width: 1023px) {
  .drop-holder {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    font-size: 14px;
    line-height: 1.4; }
    .hover .drop-holder {
      max-height: 1000px; } }

@media (min-width: 1024px) {
  .drop-holder {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -3px 0 0;
    padding: 36px 0 58px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(top, #edf2f7 0%, #d3dfec 100%);
    background: linear-gradient(to bottom, #edf2f7 0%, #d3dfec 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .hover .drop-holder {
      opacity: 1;
      pointer-events: auto; }
    .drop-holder:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 100%;
      height: 50px; } }

.drop-holder .container {
  padding: 20px 0 0; }
  @media (min-width: 768px) {
    .drop-holder .container {
      max-width: 1274px !important;
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .drop-holder .container:after {
        display: none; } }

.drop-holder .drop-close {
  position: absolute;
  top: 5px;
  right: 0;
  width: 22px;
  height: 23px;
  background: #fff;
  color: #989a9d;
  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; }
  @media (min-width: 1024px) {
    .drop-holder .drop-close {
      top: auto;
      bottom: 30px;
      right: 50%;
      margin: 0 -655px 0 0;
      display: none; } }
  .drop-holder .drop-close i {
    font-size: 20px;
    line-height: 1; }
    @media (min-width: 1024px) {
      .drop-holder .drop-close i {
        font-size: 18px; } }
  @media (min-width: 1024px) {
    .drop-holder .drop-close:hover {
      color: #000; } }

@media (max-width: 1023px) {
  .drop-holder .btn {
    padding: 8px 15px 11px;
    min-width: 0; } }

.drop-holder .text-block {
  padding: 0 0 15px; }
  @media (min-width: 768px) {
    .drop-holder .text-block {
      float: left;
      width: 32.3%;
      padding: 0 5% 0 0; } }
  .drop-holder .text-block .title {
    display: block;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #0a426b; }
    @media (min-width: 1024px) {
      .drop-holder .text-block .title {
        font-size: 24px;
        margin: 0 0 17px; } }
  .drop-holder .text-block p {
    margin: 0 0 23px; }

.drop-holder .sub-list {
  width: 100%;
  padding: 10px 0 15px;
  border: solid #c9cdd2;
  border-width: 1px 0 0; }
  @media (min-width: 768px) {
    .drop-holder .sub-list {
      float: left;
      width: 30%;
      padding: 0 10px;
      margin: 6px 0 0;
      border-width: 0 0 0 1px; } }
  @media (min-width: 1024px) {
    .drop-holder .sub-list {
      padding: 0 17px;
      width: 24.3%; } }
  .drop-holder .sub-list li {
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .drop-holder .sub-list li {
        margin: 0 0 17px; } }
    .drop-holder .sub-list li:last-child {
      margin: 0; }
    .drop-holder .sub-list li.active > a {
      color: #dc9927; }
    @media (min-width: 1024px) {
      .drop-holder .sub-list li.hover > a {
        color: #aec2d9; }
        .drop-holder .sub-list li.hover > a i {
          color: #aec2d9; } }
    .drop-holder .sub-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000; }
      @media (min-width: 1024px) {
        .drop-holder .sub-list li a {
          font-size: 16px;
          line-height: 1.2; } }
      .drop-holder .sub-list li a i {
        text-align: center;
        width: 30px;
        color: #006390;
        font-size: 15px;
        line-height: 1;
        margin: 0 5px 0 0;
        position: relative;
        top: 3px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        @media (min-width: 1024px) {
          .drop-holder .sub-list li a i {
            font-size: 20px;
            margin: 0 11px 0 0; } }
      .drop-holder .sub-list li a img {
        width: 25px;
        margin: 0 5px 0 0; }
        @media (min-width: 1024px) {
          .drop-holder .sub-list li a img {
            margin: 0 11px 0 0; } }

.drop-holder .drop-post {
  padding: 10px 0;
  border: solid #c9cdd2;
  border-width: 1px 0 0; }
  @media (min-width: 768px) {
    .drop-holder .drop-post {
      float: left;
      width: 37.7%;
      padding: 4px 0 0 23px;
      margin: 6px 0 0;
      border-width: 0 0 0 1px; } }
  @media (min-width: 1024px) {
    .drop-holder .drop-post {
      width: 43.4%; } }
  .drop-holder .drop-post .title {
    display: block;
    margin: 0 0 19px;
    font-size: 14px;
    line-height: 1;
    color: #006390; }
  @media (min-width: 1024px) {
    .drop-holder .drop-post .holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .drop-holder .drop-post .img-holder {
    width: 100px;
    float: left; }
    @media (min-width: 768px) {
      .drop-holder .drop-post .img-holder {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); } }
    @media (min-width: 1024px) {
      .drop-holder .drop-post .img-holder {
        width: 55%;
        float: none; } }
    .drop-holder .drop-post .img-holder img {
      width: 100%; }
  .drop-holder .drop-post .text-holder {
    padding: 0 0 0 20px;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .drop-holder .drop-post .text-holder {
        width: 45%; } }
    @media (min-width: 1200px) {
      .drop-holder .drop-post .text-holder {
        padding: 0 0 0 10.5%; } }
    .drop-holder .drop-post .text-holder .type {
      display: block;
      font-size: 13px;
      line-height: 1.2;
      color: #006390;
      margin: 0 0 3px;
      text-transform: uppercase; }
      .drop-holder .drop-post .text-holder .type i {
        margin: 0 5px 0 0; }
    .drop-holder .drop-post .text-holder .sub-title {
      display: block;
      margin: 0 0 10px;
      color: #000; }
      @media (min-width: 1024px) {
        .drop-holder .drop-post .text-holder .sub-title {
          font-size: 16px;
          line-height: 26px; } }

.drop-holder .more {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  color: #006390;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .drop-holder .more:hover {
      text-decoration: none; } }
  .drop-holder .more i {
    margin: 0 5px 0 0; }

.drop-holder .twitter-holder {
  padding: 10px 0 0;
  border: solid #c9cdd2;
  border-width: 1px 0 0; }
  @media (min-width: 768px) {
    .drop-holder .twitter-holder {
      float: left;
      width: 37%;
      padding: 4px 0 0 23px;
      margin: 6px 0 0;
      border-width: 0 0 0 1px; } }
  @media (min-width: 1024px) {
    .drop-holder .twitter-holder {
      width: 43.4%; } }
  .drop-holder .twitter-holder .twitter-head {
    padding: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .drop-holder .twitter-holder .twitter-head i {
      margin: 6px 10px 0 0;
      font-size: 25px;
      line-height: 1;
      color: #006390; }
    .drop-holder .twitter-holder .twitter-head .title {
      display: block;
      font-size: 20px;
      line-height: 1;
      color: #0a426b; }

.drop-holder .posts-block {
  border: solid #c9cdd2;
  border-width: 1px 0 0;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .drop-holder .posts-block {
      width: 38.6%;
      padding: 0 2% 0 30px;
      border-width: 0 0 0 1px; } }
  @media (min-width: 1200px) {
    .drop-holder .posts-block {
      padding: 0 4% 0 41px; } }
  .drop-holder .posts-block:first-child {
    border: 0; }
    @media (min-width: 768px) {
      .drop-holder .posts-block:first-child {
        padding-left: 0;
        width: 33.5%; } }
  .drop-holder .posts-block .title {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #0a426b;
    margin: 0 0 15px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .drop-holder .posts-block .title {
        margin: 0 0 24px;
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .drop-holder .posts-block .title {
        font-size: 24px; } }
  .drop-holder .posts-block .post-holder {
    overflow: hidden;
    margin: 0 0 27px; }
    .drop-holder .posts-block .post-holder:last-child {
      margin: 0; }
  .drop-holder .posts-block .img-holder {
    float: left;
    margin: 4px 0 0;
    width: 60px; }
    @media (min-width: 1024px) {
      .drop-holder .posts-block .img-holder {
        width: 80px; } }
    @media (min-width: 1200px) {
      .drop-holder .posts-block .img-holder {
        width: 114px; } }
    .drop-holder .posts-block .img-holder img {
      width: 100%; }
  .drop-holder .posts-block .text-holder {
    overflow: hidden;
    padding: 0 0 0 17px; }
  .drop-holder .posts-block .top {
    padding: 0 0 7px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    color: #006390;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .drop-holder .posts-block .top .type i {
      margin: 0 5px 0 0; }
  .drop-holder .posts-block ul {
    padding: 0 0 0 17px;
    position: relative; }
    .drop-holder .posts-block ul:before {
      position: absolute;
      content: '';
      top: 7px;
      left: 7px;
      width: 3px;
      height: 3px;
      border-radius: 100%;
      background: #006390; }
    .drop-holder .posts-block ul a {
      color: #006390; }
      @media (min-width: 1024px) {
        .drop-holder .posts-block ul a:hover {
          color: #000; } }
  .drop-holder .posts-block .sub-title {
    display: block;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .drop-holder .posts-block .sub-title {
        font-size: 16px;
        line-height: 26px; } }
    .drop-holder .posts-block .sub-title a {
      display: block;
      color: #000; }
      @media (min-width: 1024px) {
        .drop-holder .posts-block .sub-title a:hover {
          color: #006390; } }

.drop-holder .add-block-nav {
  border: solid #c9cdd2;
  border-width: 1px 0 0;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .drop-holder .add-block-nav {
      width: 27.9%;
      padding: 6px 0 0 24px;
      border-width: 0 0 0 1px; } }
  .drop-holder .add-block-nav ul {
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .drop-holder .add-block-nav ul {
        margin: 0 0 45px -6px; } }
    .drop-holder .add-block-nav ul li {
      margin: 0 0 17px; }
      .drop-holder .add-block-nav ul li:last-child {
        margin: 0; }
      .drop-holder .add-block-nav ul li.active > a {
        color: #dc9927; }
      @media (min-width: 1024px) {
        .drop-holder .add-block-nav ul li.hover > a {
          color: #aec2d9; }
          .drop-holder .add-block-nav ul li.hover > a i {
            color: #aec2d9; } }
      .drop-holder .add-block-nav ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #000; }
        @media (min-width: 1024px) {
          .drop-holder .add-block-nav ul li a {
            font-size: 16px;
            line-height: 1.2; } }
        .drop-holder .add-block-nav ul li a i {
          text-align: center;
          width: 30px;
          color: #006390;
          font-size: 15px;
          line-height: 1;
          margin: 0 5px 0 0;
          position: relative;
          top: 3px;
          -webkit-transition: color 0.3s;
          transition: color 0.3s; }
          @media (min-width: 1024px) {
            .drop-holder .add-block-nav ul li a i {
              margin: 0 11px 0 0;
              font-size: 20px; } }
  .drop-holder .add-block-nav img {
    margin: 0 0 14px; }
  .drop-holder .add-block-nav p {
    margin: 0 0 10px; }

.search-popup {
  display: none; }
  @media (min-width: 1024px) {
    .search-popup {
      display: block;
      position: fixed;
      top: 33px;
      right: 6px;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s, top 0.3s;
      transition: opacity 0.3s, top 0.3s;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5); }
      .sticky-header .search-popup {
        top: 17px; }
      .search-active .search-popup {
        opacity: 1;
        pointer-events: auto; } }
  .search-popup form {
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .search-popup form {
        width: 500px; } }
  .search-popup input {
    width: 100%;
    padding: 5px 50px 10px 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    background: #dee7ec;
    color: #82939b;
    border: 0;
    border: 2px solid #fff; }
    @media (min-width: 768px) {
      .search-popup input {
        font-size: 25px; } }
  .search-popup button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    border: 0;
    font-size: 20px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    width: 50px;
    color: #006390; }
    @media (min-width: 768px) {
      .search-popup button {
        font-size: 25px; } }
  .search-popup .search-close {
    position: absolute;
    top: -8px;
    left: -30px;
    color: #006390;
    font-size: 30px;
    line-height: 1;
    display: none; }
    @media (min-width: 1024px) {
      .search-popup .search-close {
        display: block; }
        .search-popup .search-close:hover {
          color: #fed028; } }

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 12px 14px 16px;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px !important;
  border: 2px solid;
  min-width: 165px;
  text-align: center; }
  .btn.btn-yellow {
    background: #fed028;
    color: #000;
    border-color: #fed028; }
    @media (min-width: 1024px) {
      .btn.btn-yellow:hover {
        background: #0a426b;
        color: #FED028;
        border-color: #0a426b; } }
  .btn.btn-blue {
    background: #fff;
    color: #0a426b;
    border-color: #0a426b; }
    @media (min-width: 1024px) {
      .btn.btn-blue:hover {
        background: #0a426b;
        color: #fff; } }
  .btn.btn-white {
    background: #fff;
    color: #0a426b;
    border-color: #fff; }
    @media (min-width: 1024px) {
      .btn.btn-white:hover {
        background: #0a426b;
        color: #fff;
        border-color: #0a426b; } }
  .btn.btn-blue-fill {
    background: #006390;
    color: #fff;
    border-color: #006390; }
    @media (min-width: 1024px) {
      .btn.btn-blue-fill:hover {
        background: #0a426b;
        color: #fff;
        border-color: #0a426b; } }

.home-holder {
  padding: 127px 0 0;
  background: url(images/bg-block-1-mobile.png) no-repeat 50% 0/100% 2140px; }
  @media (min-width: 768px) {
    .home-holder {
      background: url(images/bg-block-1.jpg) no-repeat 50% 0/100% 3261px;
      padding: 130px 0 0; } }

.intro-home {
  padding: 0 0 30px; }
  @media (min-width: 1200px) {
    .intro-home {
      padding: 35px 0; } }
  .intro-home .container {
    max-width: 1260px; }
  .intro-home .video-holder {
    background: url(images/macbook-air.png) 50% 50%/100% 100%;
    filter: drop-shadow(0 15px 10px rgba(0, 0, 0, 0.1));
    margin: 0 -44px; }
    @media (min-width: 1024px) {
      .intro-home .video-holder {
        float: right;
        width: 65.7%;
        max-height: 535px;
        margin: 0 -8.7% 0 0; } }
    @media (min-width: 1350px) {
      .intro-home .video-holder {
        width: 69.7%;
        margin: 0 -11.7% 0 0; } }
    .intro-home .video-holder .video-frame {
      height: 100%;
      padding: 5% 13% 9%; }
      @media (min-width: 768px) {
        .intro-home .video-holder .video-frame {
          padding: 5% 13% 9%; } }
      @media (min-width: 1200px) {
        .intro-home .video-holder .video-frame {
          padding: 6.2% 12.7% 10% 12.6%; } }
      .intro-home .video-holder .video-frame img {
        width: 100%; }
  .intro-home .text-holder {
    text-align: center;
    margin: 0 0 54px; }
    @media (min-width: 1024px) {
      .intro-home .text-holder {
        margin: 0;
        float: left;
        width: 42%;
        text-align: left; } }
    @media (min-width: 1200px) {
      .intro-home .text-holder {
        padding: 35px 0 0;
        width: 38%; } }
  .intro-home h1 {
    margin: 0 0 17px;
    color: #0a426b;
    font-size: 28px;
    line-height: 31px; }
    @media (min-width: 1024px) {
      .intro-home h1 {
        font-size: 40px;
        line-height: 1.25; } }
    @media (min-width: 1200px) {
      .intro-home h1 {
        font-size: 48px;
        margin: 0 0 44px; } }
  .intro-home p {
    margin: 0 0 52px;
    line-height: 23px; }
    @media (min-width: 768px) {
      .intro-home p {
        margin: 0 0 20px;
        line-height: 26px; } }
    @media (min-width: 1200px) {
      .intro-home p {
        margin: 0 0 63px; } }
  .intro-home .btn {
    margin: 0 10px 17px;
    display: block; }
    @media (min-width: 768px) {
      .intro-home .btn {
        display: inline-block;
        margin: 0 10px; } }
    @media (min-width: 1024px) {
      .intro-home .btn {
        margin: 0 18px 20px 0; } }

.logo-list {
  text-align: center;
  padding: 15px 0; }
  @media (min-width: 1024px) {
    .logo-list {
      padding: 37px 0 0; } }
  .logo-list .title {
    display: block;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #006390; }
    @media (min-width: 768px) {
      .logo-list .title {
        margin: 0 0 51px;
        font-size: 18px;
        line-height: 1.2; } }
  .logo-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .logo-list ul li {
      width: 50%;
      padding: 0 15px;
      margin: 0 0 36px; }
      @media (min-width: 768px) {
        .logo-list ul li {
          padding: 0 10px;
          width: 33.33%; } }
      @media (min-width: 1024px) {
        .logo-list ul li {
          width: 20%; } }
    .logo-list ul a {
      height: 100%;
      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; }
      @media (min-width: 1024px) {
        .logo-list ul a:hover {
          opacity: 0.8; } }
    .logo-list ul img {
      width: 100%;
      max-width: 130px; }
      @media (min-width: 768px) {
        .logo-list ul img {
          max-width: 130px; } }

.image-text-blocks {
  padding: 26px 0 0; }
  @media (min-width: 1024px) {
    .image-text-blocks {
      padding: 39px 0 0; } }
  .image-text-blocks .slick-dots {
    position: absolute;
    top: 23px;
    left: 0;
    right: 0; }

.slick-dots {
  text-align: center;
  line-height: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px; }
    .slick-dots li.slick-active button {
      background: #0a426b; }
    .slick-dots li button {
      width: 7px;
      height: 7px;
      border-radius: 100%;
      background: #aec2d9;
      text-indent: -9999px;
      overflow: hidden;
      padding: 0;
      border: 0; }

.image-text {
  padding: 30px 0;
  outline: none; }
  @media (min-width: 1200px) {
    .image-text {
      padding: 63px 0; } }
  @media (min-width: 768px) {
    .image-text:nth-child(even) .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .image-text .container {
      max-width: 1284px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .image-text .container:after {
    display: none; }
  @media (max-width: 767px) {
    .image-text .img-holder {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
      overflow: hidden;
      border-radius: 4px; } }
  @media (min-width: 768px) {
    .image-text .img-holder {
      width: 50%; } }
  @media (min-width: 1200px) {
    .image-text .img-holder {
      width: 56.6%; } }
  .image-text .img-holder img {
    width: 100%; }
  @media (max-width: 767px) {
    .image-text .text-holder {
      text-align: center;
      line-height: 23px;
      padding: 0 0 50px; } }
  @media (min-width: 768px) {
    .image-text .text-holder {
      width: 45%; } }
  @media (min-width: 1200px) {
    .image-text .text-holder {
      width: 40%;
      padding: 48px 0 0 9px; } }
  .image-text .text-holder h2 {
    margin: 0 0 12px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px; }
    @media (min-width: 768px) {
      .image-text .text-holder h2 {
        font-size: 28px;
        line-height: 35px; } }
    @media (min-width: 1024px) {
      .image-text .text-holder h2 {
        line-height: 1.15;
        font-size: 30px; } }
    @media (min-width: 1200px) {
      .image-text .text-holder h2 {
        font-size: 36px; } }
  .image-text .text-holder p {
    margin: 0 0 46px; }
    @media (min-width: 768px) {
      .image-text .text-holder p {
        margin: 0 0 30px; } }
    @media (min-width: 1200px) {
      .image-text .text-holder p {
        margin: 0 0 64px;
        max-width: 88%; } }
  @media (max-width: 767px) {
    .image-text .text-holder .btn {
      display: block;
      margin: 0 10px; } }

.text-banner {
  padding: 11px 0 48px;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #006390;
  text-align: center;
  margin: 0 0 50px;
  position: relative; }
  @media (min-width: 768px) {
    .text-banner {
      padding: 33px 0;
      font-size: 30px;
      line-height: 40px; }
      .text-banner:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 50%;
        margin: 0 0 0 -625px;
        box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.05);
        height: 5px;
        width: 1250px; } }
  @media (min-width: 1024px) {
    .text-banner {
      font-size: 40px;
      line-height: 50px; } }
  @media (min-width: 1200px) {
    .text-banner {
      margin: 0 0 100px;
      padding: 33px 0 135px;
      font-size: 48px;
      line-height: 60px; } }
  .text-banner .container {
    max-width: 1000px; }

.carousel-and-text {
  padding: 16px 0 67px; }
  @media (min-width: 1200px) {
    .carousel-and-text {
      padding: 60px 0 164px; } }
  .carousel-and-text .three-slides {
    margin: 0 -15px 57px; }
    @media (min-width: 768px) {
      .carousel-and-text .three-slides {
        margin: 0 auto 30px; } }
    @media (min-width: 1024px) {
      .carousel-and-text .three-slides {
        margin: 0 auto 61px; } }

@media (min-width: 768px) {
  .three-slides {
    margin: 0 auto;
    max-width: 1144px; } }

.three-slides .slick-list {
  padding: 5px !important; }
  @media (min-width: 768px) {
    .three-slides .slick-list {
      padding: 50px 5px !important; } }
  @media (min-width: 1200px) {
    .three-slides .slick-list {
      padding: 100px 5px !important; } }

.three-slides .slick-dots {
  padding: 29px 0 0; }

.three-slides .slick-slide {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.36);
  border-radius: 3px;
  overflow: hidden;
  margin: 0 10px; }
  @media (min-width: 768px) {
    .three-slides .slick-slide {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .three-slides .slick-slide.slick-active {
        z-index: 1;
        position: relative; }
      .three-slides .slick-slide.slick-current {
        z-index: 5;
        -webkit-transform: scale(1.28);
            -ms-transform: scale(1.28);
                transform: scale(1.28); } }

.text-columns {
  text-align: center; }
  @media (max-width: 767px) {
    .text-columns {
      line-height: 23px; } }
  @media (min-width: 768px) {
    .text-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .text-columns .col {
    padding: 0 15px;
    margin: 0 0 60px; }
    .text-columns .col:last-child {
      margin: 0; }
    @media (min-width: 768px) {
      .text-columns .col {
        width: 33.33%;
        padding: 0 15px 30px; } }
    @media (min-width: 1024px) {
      .text-columns .col {
        padding: 0 4% 30px; } }
  .text-columns .ico-holder {
    font-size: 55px;
    line-height: 1;
    color: #aec2d9;
    margin: 0 0 17px; }
  .text-columns h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .text-columns h3 {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 1.45; } }
  .text-columns p {
    margin: 0 0 10px; }
    .text-columns p:last-child {
      margin: 0; }

.featured-resources {
  padding: 30px 0;
  background: #f1f4f6; }
  @media (min-width: 768px) {
    .featured-resources {
      padding: 62px 0 70px; } }
  @media (min-width: 1200px) {
    .featured-resources {
      padding: 119px 0 132px; } }
  .featured-resources .container {
    max-width: 1266px; }
  .featured-resources h2 {
    margin: 0 0 23px;
    text-align: center;
    color: #0a426b;
    font-size: 24px; }
    @media (min-width: 768px) {
      .featured-resources h2 {
        font-size: 36px;
        margin: 0 0 30px; } }
    @media (min-width: 1200px) {
      .featured-resources h2 {
        margin: 0 0 65px; } }
  .featured-resources .type i {
    margin: 0 5px 0 0; }
  @media (max-width: 767px) {
    .featured-resources .big-post {
      margin: 0 0 38px; } }
  @media (min-width: 768px) {
    .featured-resources .big-post {
      float: left;
      width: 58%; } }
  @media (min-width: 1024px) {
    .featured-resources .big-post {
      width: 72%; } }
  @media (min-width: 1200px) {
    .featured-resources .big-post {
      width: 69%; } }
  .featured-resources .big-post .img-holder {
    margin: 0 0 22px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 1024px) {
      .featured-resources .big-post .img-holder {
        margin: 0;
        float: left;
        width: 40%; } }
    @media (min-width: 1200px) {
      .featured-resources .big-post .img-holder {
        width: 46.7%; } }
  @media (min-width: 1024px) {
    .featured-resources .big-post .text-holder {
      overflow: hidden;
      padding: 0 0 0 40px; } }
  @media (min-width: 1200px) {
    .featured-resources .big-post .text-holder {
      padding: 0 0 0 67px; } }
  .featured-resources .top {
    padding: 0 0 12px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    color: #006390;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .featured-resources .top {
        padding: 0 0 18px; } }
  .featured-resources ul {
    padding: 0 0 0 17px;
    position: relative; }
    .featured-resources ul:before {
      position: absolute;
      content: '';
      top: 7px;
      left: 7px;
      width: 3px;
      height: 3px;
      border-radius: 100%;
      background: #006390; }
    .featured-resources ul a {
      color: #006390; }
      @media (min-width: 1024px) {
        .featured-resources ul a:hover {
          color: #000; } }
  .featured-resources h3 {
    margin: 0 0 12px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .featured-resources h3 {
        font-size: 24px;
        line-height: 34px; } }
    .featured-resources h3 a {
      display: block;
      color: #000; }
      @media (min-width: 1024px) {
        .featured-resources h3 a:hover {
          color: #006390; } }
  .featured-resources p {
    margin: 0; }
    .featured-resources p a {
      color: #000;
      font-weight: bold;
      text-decoration: underline; }
      @media (min-width: 1024px) {
        .featured-resources p a:hover {
          text-decoration: none; } }
  @media (max-width: 767px) {
    .featured-resources .posts-list {
      margin: 0 0 20px; } }
  @media (min-width: 768px) {
    .featured-resources .posts-list {
      float: right;
      width: 37%; } }
  @media (min-width: 1024px) {
    .featured-resources .posts-list {
      width: 24.9%; } }
  .featured-resources .posts-list h3 {
    margin: 2px 0 0;
    font-size: 16px;
    line-height: 23px;
    color: #000; }
    @media (min-width: 768px) {
      .featured-resources .posts-list h3 {
        line-height: 26px;
        margin: 0; } }
    .featured-resources .posts-list h3 a {
      display: block;
      color: #000; }
      @media (min-width: 1024px) {
        .featured-resources .posts-list h3 a:hover {
          color: #006390; } }
  .featured-resources .posts-list .mini-preview {
    border: solid #bbbcbf;
    border-width: 1px 0 0;
    padding: 27px 0; }
    @media (min-width: 768px) {
      .featured-resources .posts-list .mini-preview {
        padding: 0 0 50px;
        margin: 0 0 50px;
        border-width: 0 0 1px; }
        .featured-resources .posts-list .mini-preview:last-child {
          margin: 0;
          padding: 0;
          border: 0; } }
  @media (min-width: 768px) {
    .featured-resources .btn-holder {
      clear: both;
      padding: 65px 0 0;
      text-align: center; } }
  @media (max-width: 767px) {
    .featured-resources .btn {
      display: block;
      margin: 0 10px; } }
  @media (min-width: 768px) {
    .featured-resources .btn {
      width: 210px; } }

.title-text {
  padding: 62px 0 70px;
  background: url(images/bg-block-2.jpg) no-repeat 50% 50%/cover;
  text-align: center; }
  @media (min-width: 768px) {
    .title-text {
      background: url(images/bg-block-2.jpg) no-repeat 50% 50%/100% 100%; } }
  @media (min-width: 1024px) {
    .title-text {
      padding: 70px 0; } }
  @media (min-width: 1200px) {
    .title-text {
      padding: 114px 0 132px; } }
  .title-text .container {
    max-width: 1000px; }
  .title-text h2 {
    margin: 0 0 5px;
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .title-text h2 {
        margin: 0 0 27px;
        font-size: 30px;
        line-height: 1.25; } }
    @media (min-width: 1024px) {
      .title-text h2 {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .title-text h2 {
        font-size: 48px; } }
  .title-text p {
    margin: 0 0 45px; }
    @media (min-width: 768px) {
      .title-text p {
        max-width: 600px;
        margin: 0 auto 30px; } }
    @media (min-width: 1200px) {
      .title-text p {
        margin: 0 auto 64px; } }
  @media (max-width: 767px) {
    .title-text .btn {
      display: block;
      margin: 0 10px; } }
  @media (min-width: 768px) {
    .title-text .btn {
      width: 180px; } }

.single-holder {
  padding: 66px 0; }
  @media (min-width: 1024px) {
    .single-holder {
      padding: 120px 0 20px; } }

.intro-single {
  position: relative;
  height: 350px;
  color: #fff; }
  @media (min-width: 768px) {
    .intro-single {
      height: 400px; } }
  @media (min-width: 1024px) {
    .intro-single {
      height: 473px; } }
  .intro-single .gradient-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%; }
  .intro-single .container {
    max-width: 1290px;
    width: 100%; }
    .intro-single .container > * {
      max-width: 625px; }
  .intro-single > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .intro-single .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0; }
  .intro-single ul {
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .intro-single ul {
        margin: 0 0 29px; } }
    .intro-single ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 0 0; }
      .intro-single ul li a {
        display: block;
        background: #fff;
        color: #000;
        padding: 3px 15px 7px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        border-radius: 20px; }
        @media (min-width: 1024px) {
          .intro-single ul li a {
            padding: 4px 23px 9px; } }
        @media (min-width: 1024px) {
          .intro-single ul li a:hover {
            opacity: 0.8; } }
  .intro-single h1 {
    margin: 0 0 30px;
    color: #fff; }
    @media (min-width: 1024px) {
      .intro-single h1 {
        margin: 0 0 64px;
        line-height: 52px; } }
  .intro-single .meta-info {
    overflow: hidden; }
    .intro-single .meta-info .avatar-holder {
      width: 62px;
      height: 62px;
      overflow: hidden;
      border-radius: 100%;
      float: left; }
      .intro-single .meta-info .avatar-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%); }
    .intro-single .meta-info .text-holder {
      overflow: hidden;
      padding: 11px 0 0 22px; }
    .intro-single .meta-info .name {
      font-size: 14px;
      line-height: 1.2;
      font-weight: 500;
      display: block;
      margin: 0 0 7px; }
    .intro-single .meta-info time {
      display: block;
      font-size: 12px;
      line-height: 1.2; }

.breadcrumbs-holder {
  padding: 16px 0 23px;
  border-bottom: 1px dotted #c4c4c4; }
  .breadcrumbs-holder .container {
    max-width: 1294px; }
  .breadcrumbs-holder ul {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.22px;
    text-transform: uppercase; }
    .breadcrumbs-holder ul li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 0 0 12px;
      position: relative; }
      .breadcrumbs-holder ul li:after {
        position: absolute;
        content: '';
        top: 6px;
        left: 2px;
        width: 4px;
        height: 4px;
        border: solid #898989;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .breadcrumbs-holder ul li:first-child {
        padding: 0; }
        .breadcrumbs-holder ul li:first-child:after {
          display: none; }
      .breadcrumbs-holder ul li a {
        color: #898989; }
        @media (min-width: 1024px) {
          .breadcrumbs-holder ul li a:hover {
            color: #000; } }
      .breadcrumbs-holder ul li span > span {
        color: #000;
        font-weight: 500; }

.content-holder {
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .content-holder {
      padding: 50px 0 0; } }
  @media (min-width: 1024px) {
    .content-holder {
      padding: 64px 0 0; } }
  .content-holder h2 {
    margin: 0 0 23px;
    color: #006390; }
    @media (min-width: 1024px) {
      .content-holder h2 {
        padding: 25px 0 0; } }
  .content-holder .share-block {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .content-holder .share-block {
        padding: 40px 0 14px; } }

.share-block .social-links li a {
  color: #c1c1c1;
  font-size: 30px; }
  @media (hover: hover) {
    .share-block .social-links li a:hover {
      color: #0a426b; } }

.custom-list {
  padding: 6px 0 26px;
  max-width: 700px;
  counter-reset: custom-counter; }
  .custom-list li {
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    position: relative; }
    @media (min-width: 768px) {
      .custom-list li {
        padding: 0 0 0 95px; } }
    .custom-list li strong:before {
      counter-increment: custom-counter;
      content: counter(custom-counter, upper-roman) ". "; }
    .custom-list li i {
      position: absolute;
      top: 4px;
      left: 0;
      font-size: 20px;
      line-height: 1;
      color: #aec2d9;
      text-align: center;
      width: 35px; }
      @media (min-width: 768px) {
        .custom-list li i {
          top: 27px;
          width: 65px;
          font-size: 50px; } }
    .custom-list li:last-child {
      margin: 0; }
    .custom-list li strong {
      display: block; }

.recommended-posts {
  padding: 30px 0;
  background: #edf1f4; }
  @media (min-width: 768px) {
    .recommended-posts {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .recommended-posts {
      padding: 88px 0 133px; } }
  .recommended-posts .container {
    max-width: 1400px; }
  .recommended-posts h3 {
    margin: 0 0 30px;
    text-align: center; }
    @media (min-width: 1024px) {
      .recommended-posts h3 {
        margin: 0 0 62px; } }
  .recommended-posts .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 33px; }
  @media (min-width: 768px) {
    .recommended-posts .post-preview {
      width: 33.33%; } }
  .recommended-posts .btn {
    display: block;
    max-width: 220px;
    margin: 0 auto;
    background: none; }

.post-preview {
  padding: 0 15px 30px;
  text-align: center; }
  @media (min-width: 1200px) {
    .post-preview {
      padding: 0 25px 50px; } }
  .post-preview .img-holder {
    margin: 0 0 41px;
    overflow: hidden; }
    .post-preview .img-holder img {
      width: 100%; }
      @media (min-width: 768px) {
        .post-preview .img-holder img {
          object-fit: cover;
          -webkit-transition: -webkit-transform 0.3s;
          transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s;
          height: 260px; } }
      @media (min-width: 1024px) {
        .post-preview .img-holder img:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); } }
  .post-preview .top {
    padding: 0 0 14px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    color: #006390;
    text-transform: uppercase; }
    .post-preview .top > * {
      display: inline-block;
      vertical-align: top; }
    .post-preview .top ul {
      padding: 0 0 0 17px;
      position: relative; }
      .post-preview .top ul:before {
        position: absolute;
        content: '';
        top: 7px;
        left: 7px;
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background: #006390; }
      .post-preview .top ul a {
        color: #006390; }
        @media (min-width: 1024px) {
          .post-preview .top ul a:hover {
            color: #000; } }
  .post-preview h4 {
    margin: 0 0 12px; }
    @media (min-width: 1024px) {
      .post-preview h4 {
        font-size: 24px;
        line-height: 34px; } }
    .post-preview h4 a {
      display: block;
      color: #000; }
      @media (min-width: 1024px) {
        .post-preview h4 a:hover {
          color: #006390; } }
  .post-preview .cat-holder {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 15px; }
    .post-preview .cat-holder a {
      color: #006390;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .post-preview .cat-holder a:hover {
          color: #000; } }
  .post-preview .social-links {
    text-align: center; }
    .post-preview .social-links li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px; }
      .post-preview .social-links li a {
        color: #c1c1c1;
        font-size: 20px; }
        @media (hover: hover) {
          .post-preview .social-links li a:hover {
            color: #0a426b; } }

.subscribe-block {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .subscribe-block {
      padding: 46px 0; } }
  .blog .subscribe-block,
  .template-contact .subscribe-block,
  .press-release-template .subscribe-block,
  .search .subscribe-block,
  .archive .subscribe-block {
    background: #edf1f4; }
  .subscribe-block .container {
    max-width: 1290px; }
  .subscribe-block h3 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center; }
    @media (min-width: 768px) {
      .subscribe-block h3 {
        font-size: 25px;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .subscribe-block h3 {
        text-align: left;
        float: left;
        width: 50%;
        font-size: 30px;
        line-height: 40px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .subscribe-block h3 {
        width: 60%; } }
  .subscribe-block .form-holder {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    overflow: hidden;
    background: #fff; }
    @media (min-width: 1024px) {
      .subscribe-block .form-holder {
        float: right;
        width: 45%; } }
    @media (min-width: 1200px) {
      .subscribe-block .form-holder {
        width: 35%; } }
    .subscribe-block .form-holder iframe {
      margin: 0;
      width: 100%; }
      @media (min-width: 450px) {
        .subscribe-block .form-holder iframe {
          height: 68px; } }
    .subscribe-block .form-holder input[type="submit"] {
      float: right;
      width: 41%;
      padding: 12px 10px 15px;
      border-radius: 4px;
      min-width: 0; }
    .subscribe-block .form-holder input[type="text"],
    .subscribe-block .form-holder input[type="email"] {
      float: left;
      width: 59%;
      padding: 15px 15px 17px;
      border: 0;
      font-size: 14px;
      line-height: 1.3;
      color: #000;
      outline: none; }
      .subscribe-block .form-holder input[type="text"]::-webkit-input-placeholder,
      .subscribe-block .form-holder input[type="email"]::-webkit-input-placeholder {
        color: #666; }
      .subscribe-block .form-holder input[type="text"]::-moz-placeholder,
      .subscribe-block .form-holder input[type="email"]::-moz-placeholder {
        opacity: 1;
        color: #666; }
      .subscribe-block .form-holder input[type="text"]:-moz-placeholder,
      .subscribe-block .form-holder input[type="email"]:-moz-placeholder {
        color: #666; }
      .subscribe-block .form-holder input[type="text"]:-ms-input-placeholder,
      .subscribe-block .form-holder input[type="email"]:-ms-input-placeholder {
        color: #666; }
      .subscribe-block .form-holder input[type="text"].placeholder,
      .subscribe-block .form-holder input[type="email"].placeholder {
        color: #666; }
      @media (min-width: 768px) {
        .subscribe-block .form-holder input[type="text"],
        .subscribe-block .form-holder input[type="email"] {
          padding: 15px 22px 17px; } }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fed028;
  font-size: 20px;
  line-height: 1;
  padding: 5px 10px;
  opacity: 0;
  pointer-events: none; }
  .show-top-btn .back-to-top {
    opacity: 1;
    pointer-events: auto; }

.blog-holder {
  padding: 66px 0; }
  @media (min-width: 1024px) {
    .blog-holder {
      padding: 120px 0 156px; } }

.blog-title {
  margin: 0;
  padding: 15px 15px 15px;
  text-align: center;
  color: #fff;
  background: #0a426b;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .blog-title {
      letter-spacing: 3.5px;
      padding: 21px 22px 24px;
      font-size: 24px; } }

.intro-post {
  position: relative; }
  .intro-post img {
    width: 100%; }
    @media (min-width: 768px) {
      .intro-post img {
        height: 400px;
        object-fit: cover; } }
    @media (min-width: 1024px) {
      .intro-post img {
        height: 523px; } }
  @media (min-width: 768px) {
    .intro-post .holder {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; } }
  @media (min-width: 1400px) {
    .intro-post .holder {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1440px; } }
  .intro-post .frame {
    padding: 20px;
    background: rgba(255, 255, 255, 0.77); }
    @media (min-width: 768px) {
      .intro-post .frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        width: 520px;
        padding: 30px 50px; } }
    @media (min-width: 1400px) {
      .intro-post .frame {
        padding: 30px 94px 65px; } }
  .intro-post .top {
    padding: 0 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2; }
    .intro-post .top a {
      color: #000; }
      @media (min-width: 1024px) {
        .intro-post .top a:hover {
          color: #006390; } }
  .intro-post h2 {
    margin: 0 0 20px;
    color: #0a426b; }
    @media (min-width: 1400px) {
      .intro-post h2 {
        line-height: 45px; } }
  .intro-post .author {
    display: block;
    padding: 0 0 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2; }
  @media (min-width: 768px) {
    .intro-post .btn {
      border: 2px solid #006390; } }
  @media (max-width: 767px) {
    .intro-post .btn {
      background: #fed028; } }

.featured-posts {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .featured-posts {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .featured-posts {
      padding: 89px 0 49px; } }
  .featured-posts .container {
    max-width: 1408px; }
  .featured-posts h1 {
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .featured-posts h1 {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .featured-posts h1 {
        margin: 0 0 70px; } }
  @media (min-width: 768px) {
    .featured-posts .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .featured-posts .featured-post-preview {
      width: 33.33%; } }

.featured-post-preview {
  text-align: center; }
  @media (min-width: 768px) {
    .featured-post-preview {
      padding: 0 10px; } }
  @media (min-width: 1200px) {
    .featured-post-preview {
      padding: 0 28px; } }
  .featured-post-preview .img-holder {
    overflow: hidden; }
    .featured-post-preview .img-holder img {
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    @media (min-width: 1024px) {
      .featured-post-preview .img-holder:hover img {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); } }
  .featured-post-preview .text-holder {
    padding: 20px 0; }
    @media (min-width: 1200px) {
      .featured-post-preview .text-holder {
        padding: 33px 25px; } }
  .featured-post-preview .cat-holder,
  .featured-post-preview .author {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    color: #006390; }
  .featured-post-preview h2 {
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .featured-post-preview h2 {
        line-height: 34px; } }
    .featured-post-preview h2 a {
      color: #006390; }
      @media (min-width: 1024px) {
        .featured-post-preview h2 a:hover {
          color: #0a426b; } }
  .featured-post-preview .author {
    display: block;
    margin: 0 0 10px; }
  .featured-post-preview p {
    margin: 0 0 19px; }

.more-link {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #006390;
  padding: 0 20px 0 0;
  position: relative;
  text-decoration: underline; }
  .more-link:after {
    position: absolute;
    content: '';
    top: 7px;
    right: 8px;
    width: 8px;
    height: 8px;
    border: solid #006390;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.blog-filter {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .blog-filter {
      padding: 0 0 50px; } }
  @media (min-width: 1024px) {
    .blog-filter {
      padding: 0 0 118px; } }
  .blog-filter form {
    margin: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    position: relative; }
    .blog-filter form:before {
      position: absolute;
      content: "\f002";
      font-weight: bold;
      font-family: "Font Awesome 5 Pro";
      top: 16px;
      left: 10px;
      color: #153661;
      font-size: 18px;
      line-height: 1; }
      @media (min-width: 768px) {
        .blog-filter form:before {
          font-size: 23px;
          left: 20px;
          top: 26px; } }
      @media (min-width: 1024px) {
        .blog-filter form:before {
          left: 45px; } }
  .blog-filter input[type="search"] {
    border: 0;
    display: block;
    width: 100%;
    padding: 13px 15px 15px 40px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    outline: none; }
    .blog-filter input[type="search"]::-webkit-input-placeholder {
      color: #46616d; }
    .blog-filter input[type="search"]::-moz-placeholder {
      opacity: 1;
      color: #46616d; }
    .blog-filter input[type="search"]:-moz-placeholder {
      color: #46616d; }
    .blog-filter input[type="search"]:-ms-input-placeholder {
      color: #46616d; }
    .blog-filter input[type="search"].placeholder {
      color: #46616d; }
    @media (min-width: 768px) {
      .blog-filter input[type="search"] {
        font-size: 20px;
        float: left;
        width: 50%;
        padding: 21px 30px 25px 57px; } }
    @media (min-width: 1024px) {
      .blog-filter input[type="search"] {
        width: 69.5%;
        padding: 21px 96px 25px; } }
  .blog-filter select {
    float: right;
    width: 30.5%;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    padding: 21px 38px 23px;
    border: 0;
    background: #084973;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .blog-filter select {
        float: right;
        width: 50%; } }
    @media (min-width: 1024px) {
      .blog-filter select {
        width: 30.5%; } }
  .blog-filter .jcf-select {
    width: 100%; }
    @media (min-width: 768px) {
      .blog-filter .jcf-select {
        float: right;
        width: 50%; } }
    @media (min-width: 1024px) {
      .blog-filter .jcf-select {
        width: 30.5%; } }

.posts-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  @media (min-width: 1024px) {
    .posts-holder {
      padding: 7px 0 0;
      margin: 0 -19px 0 -59px; } }
  @media (min-width: 768px) {
    .posts-holder .post-preview {
      width: 50%; } }
  @media (min-width: 1024px) {
    .posts-holder .post-preview {
      margin: 0 0 30px; } }
  @media (min-width: 1200px) {
    .posts-holder .post-preview {
      margin: 0 0 70px; } }

.btn-load-holder {
  text-align: center; }
  @media (min-width: 1024px) {
    .btn-load-holder {
      overflow: hidden;
      margin: -25px 0 0; } }
  .btn-load-holder .btn {
    padding: 12px 29px 16px; }
    @media (min-width: 1024px) {
      .btn-load-holder .btn {
        float: right;
        margin: 0 11.7% 0 0; } }

.contact-form {
  padding: 100px 0 30px;
  background: url("images/bg-block-3.png") no-repeat 50% 0/cover; }
  @media (min-width: 1024px) {
    .contact-form {
      padding: 187px 0 73px; } }
  .contact-form .container {
    max-width: 980px; }
  .contact-form .top-holder {
    text-align: center;
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .contact-form .top-holder {
        padding: 0 0 53px; } }
    .contact-form .top-holder p {
      margin: 0; }
  .contact-form h1 {
    margin: 0 0 10px;
    text-transform: uppercase; }
  .contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    padding: 10px;
    border: 1px solid #fff;
    margin: 0 0 19px;
    padding: 13px 18px 16px;
    outline: none; }
    .contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
    .contact-form select::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder {
      color: #000; }
    .contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
    .contact-form select::-moz-placeholder,
    .contact-form textarea::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
    .contact-form select:-moz-placeholder,
    .contact-form textarea:-moz-placeholder {
      color: #000; }
    .contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
    .contact-form select:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder {
      color: #000; }
    .contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).placeholder,
    .contact-form select.placeholder,
    .contact-form textarea.placeholder {
      color: #000; }
  .contact-form select {
    padding: 10px 15px 13px; }
  .contact-form textarea {
    height: 114px;
    resize: none; }
  @media (min-width: 768px) {
    .contact-form .input-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .contact-form .input-holder > * {
        width: 49% !important; }
        .contact-form .input-holder > *:only-child {
          width: 100% !important; } }
  .contact-form .check-input {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .contact-form .check-input {
        padding: 12px 0 68px; } }
    .contact-form .check-input label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .contact-form .check-input input {
      position: absolute;
      left: -9999px; }
      .contact-form .check-input input:checked + .fake-checkbox:after {
        display: block; }
    .contact-form .check-input .fake-checkbox {
      width: 13px;
      height: 13px;
      border: 1px solid #000;
      margin: 2px 11px 0 0;
      border-radius: 2px;
      position: relative; }
      .contact-form .check-input .fake-checkbox:after {
        position: absolute;
        content: '';
        top: 2px;
        left: 2px;
        width: 7px;
        height: 4px;
        border: solid #000;
        border-width: 0 0 1px 1px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        display: none; }
    .contact-form .check-input .fake-label {
      max-width: 90%; }
  .contact-form input[type="submit"] {
    display: block;
    width: 150px;
    margin: 0 auto 24px;
    min-width: 0; }
  .contact-form .links {
    display: block;
    text-align: center;
    padding: 0 0 30px;
    letter-spacing: 0.5px; }
    .contact-form .links a {
      font-size: 12px;
      line-height: 1.2;
      color: #000; }
      @media (min-width: 1024px) {
        .contact-form .links a:hover {
          color: #006390; } }

.contact-items {
  padding: 30px 0;
  background: #0a426b;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #fff; }
  @media (min-width: 768px) {
    .contact-items {
      padding: 50px 0 70px; } }
  @media (min-width: 768px) {
    .contact-items .container {
      max-width: 996px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .contact-items .container:after {
        display: none; }
      .contact-items .container > * {
        width: 33%; } }
  .contact-items a {
    color: #fff; }
    @media (max-width: 767px) {
      .contact-items a {
        display: block;
        margin: 0 0 15px; }
        .contact-items a i {
          display: block;
          font-size: 25px;
          line-height: 1;
          margin: 0 0 10px; } }
    @media (min-width: 1024px) {
      .contact-items a:hover {
        color: #fed028; } }
  @media (max-width: 767px) {
    .contact-items .share-block i {
      font-size: 24px;
      line-height: 1;
      margin: 0 0 20px; } }
  @media (min-width: 768px) {
    .contact-items .email-item i {
      font-size: 46px;
      line-height: 1;
      margin: 0 0 11px; }
    .contact-items .email-item span {
      display: block; }
    .contact-items .phone-item i {
      font-size: 34px;
      line-height: 1;
      margin: 6px 0 17px; }
    .contact-items .phone-item span {
      display: block; }
    .contact-items .share-block > i {
      font-size: 34px;
      line-height: 1;
      margin: 4px 0 19px; }
    .contact-items .share-block div a {
      margin: 0 5px;
      font-size: 17px;
      line-height: 1; } }

.addresses-list {
  padding: 30px 10px; }
  @media (min-width: 768px) {
    .addresses-list {
      padding: 50px 10px; } }
  @media (min-width: 1024px) {
    .addresses-list {
      padding: 115px 0 132px; } }
  .addresses-list .container {
    max-width: 1340px; }
  .addresses-list h2 {
    margin: 0 0 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .addresses-list h2 {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .addresses-list h2 {
        margin: 0 0 80px; } }
  @media (min-width: 1024px) {
    .addresses-list .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -11px; } }
  .addresses-list .col {
    padding: 0 0 20px; }
    @media (min-width: 1024px) {
      .addresses-list .col {
        padding: 0 11px 22px;
        width: 50%; } }
  .addresses-list .holder {
    background: #ebebeb;
    position: relative; }
    @media (min-width: 768px) {
      .addresses-list .holder {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 768px) {
    .addresses-list .img-holder {
      width: 66.2%; } }
  .addresses-list .img-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .addresses-list .text-holder {
    padding: 15px;
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .addresses-list .text-holder {
        padding: 26px 22px;
        width: 33.8%; } }
  .addresses-list h3 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.2;
    color: #0a426b;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .addresses-list h3 {
        margin: 0 0 19px; } }
  .addresses-list .sub-title {
    display: block;
    text-transform: uppercase;
    color: #0a426b; }
  .addresses-list address {
    display: block;
    font-style: normal;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .addresses-list address {
        margin: 0 0 18px; } }
    @media (max-width: 767px) {
      .addresses-list address br {
        display: none; } }
  .addresses-list [href*="tel"] {
    color: #000;
    display: block;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .addresses-list [href*="tel"] {
        margin: 0 0 54px; } }
    @media (min-width: 1024px) {
      .addresses-list [href*="tel"]:hover {
        color: #006390; } }
  .addresses-list .map-opener {
    display: block;
    text-align: center;
    color: #000; }
    @media (min-width: 1024px) {
      .addresses-list .map-opener:hover {
        color: #006390; } }
    .addresses-list .map-opener i {
      font-size: 24px;
      line-height: 1;
      color: #006390;
      margin: 0 0 2px; }
    .addresses-list .map-opener span {
      display: block; }
  .addresses-list .map-active .map-holder {
    opacity: 1;
    pointer-events: auto; }
  .addresses-list .map-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .addresses-list .map-holder .map-close {
      position: absolute;
      top: -20px;
      right: -20px;
      font-size: 25px;
      line-height: 1;
      color: #006390; }
      @media (min-width: 1024px) {
        .addresses-list .map-holder .map-close:hover {
          color: #000; } }
    .addresses-list .map-holder iframe {
      width: 100%;
      height: 100%;
      margin: 0; }

.partners-intro {
  position: relative;
  color: #000;
  font-weight: 400;
  margin: 66px 0 0; }
  @media (min-width: 768px) {
    .partners-intro {
      height: 500px; } }
  @media (min-width: 1024px) {
    .partners-intro {
      margin: 0;
      height: 588px; } }
  .partners-intro img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .partners-intro .img-holder {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .partners-intro .holder {
    padding: 20px 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .partners-intro .holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 90px 0 0; } }
    @media (min-width: 1024px) {
      .partners-intro .holder {
        padding: 163px 0 0; } }
  .partners-intro.white-intro {
    color: #fff; }
    .partners-intro.white-intro h1 {
      color: #fff; }
  @media (min-width: 768px) {
    .partners-intro .container {
      max-width: 1290px; }
      .partners-intro .container > * {
        max-width: 600px; } }
  .partners-intro .sub-title {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 1px; }
  .partners-intro h1 {
    margin: 0 0 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .partners-intro h1 {
        margin: 0 0 24px; } }
  .partners-intro p {
    margin: 0; }

.partners-block {
  padding: 30px 0;
  border-bottom: 1px dotted #c4c4c4;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .partners-block {
      padding: 50px 0 41px; } }
  @media (min-width: 1024px) {
    .partners-block {
      padding: 78px 0 41px; } }
  .partners-block:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.55) 80%, rgba(255, 255, 255, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.55) 80%, rgba(255, 255, 255, 0.55) 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .partners-block.popup-active:after {
    opacity: 1;
    pointer-events: auto; }
  .partners-block .container {
    max-width: 1398px; }
  .partners-block h2 {
    margin: 0 0 30px;
    font-weight: 500;
    text-align: center; }
    @media (min-width: 768px) {
      .partners-block h2 {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .partners-block h2 {
        margin: 0 0 77px; } }
  .partners-block .big-columns {
    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; }
    .partners-block .big-columns h2 {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (min-width: 768px) {
        .partners-block .big-columns h2:nth-child(even) {
          width: 50%; } }
    .partners-block .big-columns .big-col {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media (min-width: 768px) {
        .partners-block .big-columns .big-col {
          width: 50%; } }
    @media (min-width: 768px) {
      .partners-block .big-columns .holder {
        height: 400px; } }
    .partners-block .big-columns .holder img {
      max-width: 70%; }
    @media (min-width: 768px) {
      .partners-block .big-columns .holder .more-popup {
        font-size: 20px; } }
  .partners-block .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .partners-block .col {
    margin: 0 0 10px;
    width: 50%;
    padding: 0 5px; }
    @media (min-width: 768px) {
      .partners-block .col {
        width: 33.33%;
        padding: 0 10px;
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .partners-block .col {
        padding: 0 26px;
        margin: 0 0 59px; } }
  .partners-block .holder {
    background: #f1f4f7;
    height: 150px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    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: 15px 15px 30px; }
    @media (min-width: 768px) {
      .partners-block .holder {
        padding: 30px 30px 50px;
        height: 250px; } }
    @media (min-width: 1024px) {
      .partners-block .holder {
        height: 286px;
        padding: 50px 50px 70px; } }
    .partners-block .holder img {
      max-width: 90%; }
    .partners-block .holder .more-popup {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 12px;
      line-height: 1.2;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      padding: 7px 10px 10px;
      color: #dc9927; }
      @media (min-width: 768px) {
        .partners-block .holder .more-popup {
          padding: 15px;
          font-size: 14px; } }
      .partners-block .holder .more-popup:before {
        position: absolute;
        content: '';
        top: 0;
        left: 20px;
        right: 20px;
        height: 2px;
        background: -webkit-linear-gradient(left, rgba(227, 234, 242, 0) 0%, rgba(227, 234, 242, 0.85) 20%, rgba(227, 234, 242, 0.85) 50%, rgba(227, 234, 242, 0.85) 80%, rgba(227, 234, 242, 0) 100%);
        background: linear-gradient(to right, rgba(227, 234, 242, 0) 0%, rgba(227, 234, 242, 0.85) 20%, rgba(227, 234, 242, 0.85) 50%, rgba(227, 234, 242, 0.85) 80%, rgba(227, 234, 242, 0) 100%); }
      @media (min-width: 1024px) {
        .partners-block .holder .more-popup:hover {
          color: #000; } }

.popup-active > .info-popup {
  opacity: 1;
  pointer-events: auto; }

.info-popup {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 10px;
  right: 10px;
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media (min-width: 768px) {
    .info-popup {
      padding: 40px;
      font-size: 18px;
      line-height: 28px; } }
  @media (min-width: 1024px) {
    .info-popup {
      padding: 52px 10% 79px;
      top: 205px; } }
  @media (min-width: 1300px) {
    .info-popup {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1196px;
      left: 50%; } }
  .info-popup .popup-close {
    position: absolute;
    top: 15px;
    right: 13px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden; }
    .info-popup .popup-close:before {
      position: absolute;
      content: '';
      border-bottom: 3px solid #959595;
      top: 9px;
      left: 0;
      right: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
    .info-popup .popup-close:after {
      position: absolute;
      content: '';
      border-bottom: 3px solid #959595;
      top: 9px;
      left: 0;
      right: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
    @media (min-width: 1024px) {
      .info-popup .popup-close:hover:after, .info-popup .popup-close:hover:before {
        border-color: #000; } }
  .info-popup .logo-holder {
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .info-popup .logo-holder {
        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;
        margin: 0 0 7px;
        height: 170px; } }
    @media (min-width: 768px) {
      .info-popup .logo-holder img {
        max-width: 380px; } }
  .info-popup h3 {
    margin: 0 0 15px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .info-popup h3 {
        margin: 0 0 25px; } }
  .info-popup p {
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .info-popup p {
        margin: 0 0 61px; } }
  .info-popup .btn {
    padding: 12px 38px 16px; }

.types-block {
  text-align: center;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .types-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .types-block {
      padding: 102px 0 64px; } }
  .types-block .container {
    max-width: 1320px; }
  .types-block h2 {
    margin: 0 0 30px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .types-block h2 {
        margin: 0 0 63px; } }
  @media (min-width: 768px) {
    .types-block .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .types-block .col {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .types-block .col {
        width: 33.33%;
        padding: 0 10px 30px; } }
    @media (min-width: 1024px) {
      .types-block .col {
        padding: 0 25px 50px; } }
  .types-block .ico-holder {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .types-block .ico-holder {
        height: 120px;
        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; } }
    .types-block .ico-holder img {
      max-width: 102px; }
  .types-block h3 {
    margin: 0 0 15px;
    font-weight: 500; }
  .types-block p {
    margin: 0; }

.become-block {
  text-align: center;
  padding: 30px 0;
  background: url("images/bg-block-4.jpg") no-repeat 50% 50%/cover; }
  @media (min-width: 768px) {
    .become-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .become-block {
      padding: 106px 0; } }
  .become-block h2 {
    margin: 0 0 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #006390; }
  .become-block p {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .become-block p {
        margin: 0 0 47px; } }
    .become-block p a {
      color: #000;
      text-decoration: underline; }
      @media (min-width: 1024px) {
        .become-block p a:hover {
          text-decoration: none; } }
  @media (max-width: 767px) {
    .become-block br {
      display: none; } }
  .become-block .btn {
    padding: 12px 21px 16px; }

.intro-resource {
  padding: 100px 0 30px;
  background: url("images/bg-block-5lp.jpg") no-repeat 50% 0/cover; }
  @media (min-width: 1024px) {
    .intro-resource {
      padding: 165px 0 81px; } }
  .intro-resource .container {
    max-width: 1198px; }
  .intro-resource .img-holder {
    padding: 0 0 20px; }
    @media (min-width: 1024px) {
      .intro-resource .img-holder {
        float: left;
        width: 54.2%;
        padding: 0 0 0 5px; } }
    .intro-resource .img-holder h1 {
      margin: 0 0 31px;
      color: #fff;
      font-weight: 500; }
      @media (min-width: 1024px) {
        .intro-resource .img-holder h1 {
          line-height: 50px; } }
  .intro-resource .white-form {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .intro-resource .white-form {
        float: right;
        width: 38.9%;
        padding: 4px 0 0; } }
  .intro-resource .text-holder {
    color: #fff;
    padding: 0 0 20px; }
    @media (min-width: 1024px) {
      .intro-resource .text-holder {
        padding: 0;
        float: left;
        width: 55%; } }
    .intro-resource .text-holder .type-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 24px;
      line-height: 1.2;
      margin: 0 0 4px;
      font-weight: normal; }
      .intro-resource .text-holder .type-content i {
        color: #aec2d9;
        margin: 5px 10px 0 0; }
    .intro-resource .text-holder h2 {
      margin: 0 0 15px;
      color: #fff; }
      @media (min-width: 1024px) {
        .intro-resource .text-holder h2 {
          margin: 0 0 28px;
          line-height: 60px; } }
    .intro-resource .text-holder p {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .intro-resource .text-holder p {
          margin: 0 0 26px; } }
    .intro-resource .text-holder h3 {
      margin: 0 0 22px;
      color: #fff;
      font-weight: 500; }
    .intro-resource .text-holder ul li {
      margin: 0 0 14px; }
      .intro-resource .text-holder ul li:before {
        content: "\f061";
        color: #fed028;
        margin: 0 10px 0 0;
        font-weight: bold;
        font-family: "Font Awesome 5 Pro"; }
      .intro-resource .text-holder ul li:last-child {
        margin: 0; }

.white-form h2 {
  margin: 0 0 34px;
  color: #fff; }

.white-form iframe {
  margin: 0; }

.white-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.white-form select,
.white-form textarea {
  width: 100%;
  border: 0;
  padding: 14px 18px 17px;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #000; }
  .white-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
  .white-form select::-webkit-input-placeholder,
  .white-form textarea::-webkit-input-placeholder {
    color: #000; }
  .white-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
  .white-form select::-moz-placeholder,
  .white-form textarea::-moz-placeholder {
    opacity: 1;
    color: #000; }
  .white-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
  .white-form select:-moz-placeholder,
  .white-form textarea:-moz-placeholder {
    color: #000; }
  .white-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
  .white-form select:-ms-input-placeholder,
  .white-form textarea:-ms-input-placeholder {
    color: #000; }
  .white-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).placeholder,
  .white-form select.placeholder,
  .white-form textarea.placeholder {
    color: #000; }

.white-form select {
  padding: 10px 14px 14px; }

.white-form textarea {
  height: 114px;
  resize: none; }

.white-form .check-holder {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 0 38px; }
  .white-form .check-holder input {
    position: absolute;
    left: -9999px; }
    .white-form .check-holder input:checked + .fake-checkbox:after {
      display: block; }
  .white-form .check-holder .fake-checkbox {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    float: left;
    margin: 5px 10px 0 2px;
    position: relative; }
    .white-form .check-holder .fake-checkbox:after {
      position: absolute;
      content: '';
      top: 1px;
      left: 4px;
      width: 4px;
      height: 7px;
      border: solid #fff;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      display: none; }
  .white-form .check-holder span {
    display: block;
    overflow: hidden; }

.white-form input[type="submit"] {
  display: block;
  margin: 0 auto;
  width: 150px; }

.resources-content {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .resources-content {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .resources-content {
      padding: 93px 0 109px; } }
  .resources-content .container {
    max-width: 1186px; }
  .resources-content .type-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 4px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .resources-content .type-content {
        font-size: 24px; } }
    .resources-content .type-content i {
      color: #aec2d9;
      margin: 5px 10px 0 0; }
  .resources-content h2 {
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .resources-content h2 {
        margin: 0 0 28px;
        line-height: 60px;
        max-width: 750px; } }
  .resources-content p {
    margin: 0 0 26px; }
  .resources-content h3 {
    margin: 0 0 22px;
    font-weight: 500; }
  .resources-content ul li {
    margin: 0 0 14px; }
    .resources-content ul li:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f061";
      font-weight: bold;
      color: #aec2d9;
      margin: 0 10px 0 0; }
    .resources-content ul li:last-child {
      margin: 0; }

.speakers-block {
  padding: 30px 0;
  background: #f7f9fa; }
  @media (min-width: 768px) {
    .speakers-block {
      padding: 71px 0 67px; } }
  .speakers-block .container {
    max-width: 1188px; }
  .speakers-block h3 {
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .speakers-block h3 {
        margin: 0 0 53px; } }
  .speakers-block .col-holder {
    text-align: center;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .speakers-block .col-holder {
        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: 0 0 42px; } }
    .speakers-block .col-holder .col {
      margin: 0 0 30px; }
      @media (min-width: 768px) {
        .speakers-block .col-holder .col {
          margin: 0 0 40px;
          width: 25%; } }
  .speakers-block .img-holder {
    width: 190px;
    height: 190px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 17px; }
    .speakers-block .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .speakers-block .name {
    display: block;
    color: #006390;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 5px; }
  .speakers-block .position {
    display: block;
    font-size: 14px;
    line-height: 20px; }
  .speakers-block .bottom-holder .text-holder {
    font-size: 12px;
    line-height: 17px;
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .speakers-block .bottom-holder .text-holder {
        padding: 0;
        float: left;
        width: 48%; } }
    .speakers-block .bottom-holder .text-holder strong {
      display: block;
      font-size: 16px;
      line-height: 1.2; }
    .speakers-block .bottom-holder .text-holder p {
      margin: 0; }
  @media (min-width: 768px) {
    .speakers-block .bottom-holder .share-block {
      float: right;
      width: 40%;
      padding: 51px 0 0;
      margin: 0 -8px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .speakers-block .bottom-holder .share-block strong {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    display: block; }
    @media (min-width: 768px) {
      .speakers-block .bottom-holder .share-block strong {
        text-align: right;
        margin: 0 18px 0 0; } }
    .speakers-block .bottom-holder .share-block strong span {
      color: #006390; }
  .speakers-block .bottom-holder .share-block .registration-share-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0; }
    .speakers-block .bottom-holder .share-block .registration-share-links li:last-child {
      margin: 0; }
    .speakers-block .bottom-holder .share-block .registration-share-links li a {
      color: grey;
      font-size: 25px;
      line-height: 1; }
      @media (hover: hover) {
        .speakers-block .bottom-holder .share-block .registration-share-links li a:hover {
          color: #000; } }

.intro-request {
  padding: 100px 0 50px;
  background: url("images/bg-block-5-demo.jpg") no-repeat 50% 0/cover; }
  @media (min-width: 1024px) {
    .intro-request {
      padding: 195px 0 110px; } }
  .intro-request .container {
    max-width: 1190px; }
  .intro-request .white-form {
    color: #b7b7b7;
    padding: 0 0 40px; }
    @media (min-width: 1024px) {
      .intro-request .white-form {
        float: right;
        width: 43%;
        padding: 4px 0 0; } }
    .intro-request .white-form .links {
      font-size: 12px;
      line-height: 1.2;
      font-weight: 500;
      display: block;
      text-align: center;
      letter-spacing: 0.5px;
      padding: 21px 0 0; }
      .intro-request .white-form .links a {
        color: #b7b7b7; }
        @media (min-width: 1024px) {
          .intro-request .white-form .links a:hover {
            color: #fed028; } }
  .intro-request .text-holder {
    color: #fff; }
    @media (min-width: 1024px) {
      .intro-request .text-holder {
        float: left;
        width: 55%; } }
    @media (min-width: 1200px) {
      .intro-request .text-holder {
        width: 53%; } }
    .intro-request .text-holder h1 {
      margin: 0 0 10px;
      color: #fff; }
    .intro-request .text-holder h2 {
      margin: 0 0 15px;
      color: #fff;
      font-weight: normal; }
      @media (min-width: 1024px) {
        .intro-request .text-holder h2 {
          margin: 0 0 33px; } }
      .intro-request .text-holder h2.remove-margin {
        margin: 0 0 3px; }
    .intro-request .text-holder p {
      margin: 0 0 15px; }
      @media (min-width: 1024px) {
        .intro-request .text-holder p {
          margin: 0 0 35px; } }
    @media (min-width: 768px) {
      .intro-request .text-holder > ul {
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .intro-request .text-holder > ul {
        margin: -19px 0 20px; } }
    .intro-request .text-holder > ul li {
      padding: 0 0 0 30px;
      margin: 0 0 10px;
      position: relative; }
      @media (min-width: 768px) {
        .intro-request .text-holder > ul li {
          padding: 0 0 0 38px; } }
      @media (min-width: 1024px) {
        .intro-request .text-holder > ul li {
          margin: 0 0 22px; } }
      .intro-request .text-holder > ul li:after {
        position: absolute;
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        top: 4px;
        left: 3px;
        color: #fed028; }
        @media (min-width: 768px) {
          .intro-request .text-holder > ul li:after {
            top: 8px; } }
      .intro-request .text-holder > ul li:last-child {
        margin: 0; }
  .intro-request .logos-block {
    max-width: 560px;
    padding: 30px 0 0; }
    @media (min-width: 1024px) {
      .intro-request .logos-block {
        padding: 71px 0 0; } }
    .intro-request .logos-block .title {
      display: block;
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0 0 25px; }
      @media (min-width: 1024px) {
        .intro-request .logos-block .title {
          margin: 0 0 54px; } }
    .intro-request .logos-block ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      @media (min-width: 768px) {
        .intro-request .logos-block ul {
          margin: 0 -42px 0 -63px; } }
      .intro-request .logos-block ul li {
        width: 33.33%;
        margin: 0 0 30px; }
        @media (min-width: 1024px) {
          .intro-request .logos-block ul li {
            margin: 0 0 59px; } }
        @media (min-width: 768px) {
          .intro-request .logos-block ul li img {
            max-width: 100px; } }
        @media (max-width: 767px) {
          .intro-request .logos-block ul li a {
            display: block;
            padding: 0 10px; } }
        @media (min-width: 1024px) {
          .intro-request .logos-block ul li a:hover {
            opacity: 0.7; } }
  .intro-request .testimonial-block {
    clear: both;
    padding: 40px 0 0;
    color: #fff; }
    @media (min-width: 1024px) {
      .intro-request .testimonial-block {
        padding: 69px 0 0; } }
    .intro-request .testimonial-block .img-holder {
      width: 130px;
      height: 130px;
      overflow: hidden;
      border-radius: 100%;
      margin: 0 auto 20px; }
      @media (min-width: 768px) {
        .intro-request .testimonial-block .img-holder {
          margin: 0 20px 0 0;
          float: left; } }
      @media (min-width: 1024px) {
        .intro-request .testimonial-block .img-holder {
          width: 185px;
          height: 185px;
          margin: 0 65px 0 -11px; } }
      .intro-request .testimonial-block .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .intro-request .testimonial-block blockquote {
      overflow: hidden;
      border: 0;
      margin: 0;
      position: relative;
      padding: 0 0 0 50px; }
      @media (min-width: 1024px) {
        .intro-request .testimonial-block blockquote {
          padding: 2px 0 0 89px; } }
      .intro-request .testimonial-block blockquote:after {
        position: absolute;
        content: "\f10d";
        top: 14px;
        left: 7px;
        color: #5b8bac;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 30px;
        line-height: 1; }
        @media (min-width: 1024px) {
          .intro-request .testimonial-block blockquote:after {
            font-size: 55px; } }
      .intro-request .testimonial-block blockquote q {
        display: block;
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 1.5; }
        @media (min-width: 768px) {
          .intro-request .testimonial-block blockquote q {
            font-size: 20px; } }
        @media (min-width: 1024px) {
          .intro-request .testimonial-block blockquote q {
            font-size: 24px;
            line-height: 44px;
            margin: 0 0 40px; } }
        .intro-request .testimonial-block blockquote q:after, .intro-request .testimonial-block blockquote q:before {
          display: none; }
      .intro-request .testimonial-block blockquote cite {
        display: block;
        text-align: right;
        font-style: normal; }

#footer {
  background: #203a54; }
  #footer .container {
    max-width: 1334px; }
  #footer .col-holder {
    padding: 69px 0 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #fff; }
    @media (min-width: 1024px) {
      #footer .col-holder {
        display: block;
        padding: 70px 0; } }
    @media (min-width: 1200px) {
      #footer .col-holder {
        padding: 112px 0; } }
    #footer .col-holder .col {
      width: 50%;
      padding: 0 5px 58px 0; }
      @media (min-width: 768px) {
        #footer .col-holder .col {
          padding: 0 20px 30px 0;
          width: 33%; } }
      @media (min-width: 1024px) {
        #footer .col-holder .col {
          float: left;
          padding: 0 20px 0 0;
          width: 20%; } }
    #footer .col-holder h3 {
      margin: 0 0 31px;
      font-size: 16px;
      line-height: 1.2;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        #footer .col-holder h3 {
          margin: 0 0 30px; } }
    #footer .col-holder ul {
      margin: 0 0 41px; }
      @media (min-width: 768px) {
        #footer .col-holder ul {
          margin: 0 0 20px; } }
      @media (min-width: 1024px) {
        #footer .col-holder ul {
          margin: 0 0 41px; } }
      #footer .col-holder ul:last-child {
        margin: 0; }
      #footer .col-holder ul li {
        margin: 0 0 13px; }
        #footer .col-holder ul li:last-child {
          margin: 0; }
        #footer .col-holder ul li.active > a {
          color: #fed028; }
        #footer .col-holder ul li a {
          color: #fff; }
          @media (min-width: 1024px) {
            #footer .col-holder ul li a:hover {
              color: #fed028; } }
    #footer .col-holder .add-link {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      color: #fff; }
      @media (max-width: 767px) {
        #footer .col-holder .add-link br {
          display: none; } }
      @media (min-width: 1024px) {
        #footer .col-holder .add-link:hover {
          color: #fed028; } }
    #footer .col-holder .feedback-block {
      width: 50%; }
      @media (min-width: 768px) {
        #footer .col-holder .feedback-block {
          width: 33.33%; } }
      @media (min-width: 1024px) {
        #footer .col-holder .feedback-block {
          padding: 50px 0 0;
          float: right;
          width: 20%; } }
      @media (min-width: 1200px) {
        #footer .col-holder .feedback-block {
          padding: 69px 0 0; } }
      @media (min-width: 1024px) {
        #footer .col-holder .feedback-block a:hover {
          opacity: 0.8; } }
  #footer .bottom-holder {
    padding: 47px 0;
    background: #fff;
    font-size: 12px;
    line-height: 1.2;
    color: #989898; }
    @media (min-width: 1024px) {
      #footer .bottom-holder {
        padding: 44px 0; } }
    #footer .bottom-holder .container {
      max-width: 1090px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 1024px) {
        #footer .bottom-holder .container {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      #footer .bottom-holder .container:after {
        display: none; }
      #footer .bottom-holder .container > * {
        padding: 0 10px; }
    #footer .bottom-holder address {
      font-style: normal;
      margin: 0 0 14px;
      width: 100%;
      text-align: center; }
      @media (min-width: 1024px) {
        #footer .bottom-holder address {
          margin: 0;
          width: auto; } }
    #footer .bottom-holder .phone {
      color: #989898; }
      @media (min-width: 1024px) {
        #footer .bottom-holder .phone:hover {
          color: #000; } }
    #footer .bottom-holder .email {
      color: #989898; }
      @media (min-width: 1024px) {
        #footer .bottom-holder .email:hover {
          color: #000; } }
    #footer .bottom-holder .social-networks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        #footer .bottom-holder .social-networks {
          margin: 14px 0 0;
          width: 100%; } }
      #footer .bottom-holder .social-networks li {
        margin: 0 13px 0 0; }
        #footer .bottom-holder .social-networks li:last-child {
          margin: 0; }
        #footer .bottom-holder .social-networks li a {
          color: #989898;
          font-size: 13px;
          line-height: 1; }
          @media (min-width: 1024px) {
            #footer .bottom-holder .social-networks li a:hover {
              color: #000; } }
    #footer .bottom-holder .copyright {
      width: 100%;
      text-align: center;
      margin: 13px 0 0; }
      @media (min-width: 1024px) {
        #footer .bottom-holder .copyright {
          margin: 0;
          width: auto; } }

.intro-resources-center {
  margin: 66px 0 0;
  background: #cfdbe9 url("images/bg-block-6.jpg") 50% 50%/100% 100%;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .intro-resources-center {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .intro-resources-center {
      padding: 64px 0 79px;
      margin: 120px 0 0; } }
  .intro-resources-center .top-holder {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .intro-resources-center .top-holder {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .intro-resources-center .top-holder {
        padding: 0 0 59px; } }
  .intro-resources-center h1 {
    margin: 0 0 14px;
    text-transform: uppercase; }
  .intro-resources-center p {
    margin: 0 0 20px; }
    .intro-resources-center p:last-child {
      margin: 0; }
  @media (min-width: 768px) {
    .intro-resources-center .holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .intro-resources-center .big-post {
    width: 100%;
    margin: 0 0 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
    @media (min-width: 768px) {
      .intro-resources-center .big-post {
        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 (min-width: 1024px) {
      .intro-resources-center .big-post {
        margin: 0;
        width: 65.5%; } }
    .intro-resources-center .big-post .text-holder {
      padding: 20px;
      border-top: 5px solid #fed028; }
      @media (min-width: 768px) {
        .intro-resources-center .big-post .text-holder {
          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: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 40.4%; } }
      @media (min-width: 1200px) {
        .intro-resources-center .big-post .text-holder {
          padding: 29px 27px; } }
    @media (min-width: 768px) {
      .intro-resources-center .big-post .img-holder {
        width: 59.6%; } }
    .intro-resources-center .big-post .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .intro-resources-center .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 15px; }
    @media (min-width: 1200px) {
      .intro-resources-center .type {
        margin: 0 0 30px; } }
    .intro-resources-center .type i {
      font-size: 20px;
      line-height: 1.2;
      margin: 0 10px 0 0; }
  .intro-resources-center h2 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.3; }
    @media (min-width: 1200px) {
      .intro-resources-center h2 {
        margin: 0 0 25px;
        font-size: 24px;
        line-height: 34px; } }
  .intro-resources-center p {
    margin: 0 0 16px; }
  .intro-resources-center .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #dc9927;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #dc9927;
    text-transform: uppercase; }
    .intro-resources-center .more i {
      margin: 4px 5px 0 0; }
    @media (min-width: 1024px) {
      .intro-resources-center .more:hover {
        color: #000; } }
  .intro-resources-center .mini-holder {
    width: 100%; }
    @media (min-width: 1024px) {
      .intro-resources-center .mini-holder {
        width: 30.8%; } }
  .intro-resources-center .mini-post {
    padding: 20px;
    background: #fff;
    border-top: 5px solid #fed028;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    margin: 0 0 20px; }
    @media (min-width: 1200px) {
      .intro-resources-center .mini-post {
        margin: 0 0 35px;
        padding: 25px 15px 37px 27px; } }
    .intro-resources-center .mini-post:last-child {
      margin: 0; }
    .intro-resources-center .mini-post .type {
      margin: 0 0 15px; }
    .intro-resources-center .mini-post h2 {
      margin: 0 0 15px; }

.resources-center-block {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .resources-center-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .resources-center-block {
      padding: 90px 0 124px; } }
  .resources-center-block .filter-resource {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .resources-center-block .filter-resource {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .resources-center-block .filter-resource {
        margin: 0 0 93px; } }
  .resources-center-block .filter-holder {
    position: relative;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .resources-center-block .filter-holder {
        width: 48.4%;
        margin: 0; } }
    .resources-center-block .filter-holder .drop-opener {
      cursor: pointer;
      display: block;
      position: relative;
      color: #fff;
      text-align: center;
      background: -webkit-linear-gradient(top, #05537e 1%, #0a426b 100%);
      background: linear-gradient(to bottom, #05537e 1%, #0a426b 100%);
      -webkit-transition: color 0.3s, background 0.3s;
      transition: color 0.3s, background 0.3s;
      font-size: 20px;
      line-height: 1.2;
      font-weight: bold;
      padding: 10px 20px 16px;
      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; }
      @media (min-width: 768px) {
        .resources-center-block .filter-holder .drop-opener {
          padding: 15px 41px 27px;
          font-size: 24px; } }
      .resources-center-block .filter-holder .drop-opener:after {
        content: '';
        border: solid #fff;
        width: 10px;
        height: 10px;
        display: inline-block;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        margin: 6px 0 0 9px;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s; }
      @media (min-width: 1024px) {
        .resources-center-block .filter-holder .drop-opener:hover {
          background: -webkit-linear-gradient(top, #ffcf00 0%, #edb414 100%);
          background: linear-gradient(to bottom, #ffcf00 0%, #edb414 100%);
          color: #000; }
          .resources-center-block .filter-holder .drop-opener:hover:after {
            border-color: #000; } }
    .resources-center-block .filter-holder.drop-active strong {
      background: -webkit-linear-gradient(top, #ffcf00 0%, #edb414 100%);
      background: linear-gradient(to bottom, #ffcf00 0%, #edb414 100%);
      color: #000; }
      .resources-center-block .filter-holder.drop-active strong:after {
        border-color: #000;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        height: 0;
        margin: 10px 0 0 9px; }
    .resources-center-block .filter-holder.drop-active .filter-drop {
      opacity: 1;
      pointer-events: auto; }
    .resources-center-block .filter-holder .filter-drop {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1;
      background: #eef2f5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      box-shadow: 0px 0px 19.11px 1.89px rgba(0, 0, 0, 0.16);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .resources-center-block .filter-holder ul {
      width: 50%;
      padding: 15px;
      font-size: 14px;
      line-height: 1.2; }
      @media (min-width: 1024px) {
        .resources-center-block .filter-holder ul {
          padding: 27px 26px;
          width: 31.7%; } }
      .resources-center-block .filter-holder ul li {
        margin: 0 0 15px; }
        @media (min-width: 1024px) {
          .resources-center-block .filter-holder ul li {
            margin: 0 0 31px; } }
        .resources-center-block .filter-holder ul li:last-child {
          margin: 0; }
    .resources-center-block .filter-holder label {
      display: block;
      cursor: pointer;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .resources-center-block .filter-holder label i {
        margin: 0 10px 0 0; }
      @media (min-width: 1024px) {
        .resources-center-block .filter-holder label:hover {
          color: #006390; } }
    .resources-center-block .filter-holder input {
      position: absolute;
      left: -9999px; }
      .resources-center-block .filter-holder input:checked + .fake-label {
        color: #006390; }
    .resources-center-block .filter-holder .img-holder {
      width: 50%;
      background: -webkit-linear-gradient(top, #03618b 5%, #033248 100%);
      background: linear-gradient(to bottom, #03618b 5%, #033248 100%);
      text-align: center;
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 1024px) {
        .resources-center-block .filter-holder .img-holder {
          width: 68.3%; } }
      .resources-center-block .filter-holder .img-holder a {
        display: block;
        color: #dc9927;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        padding: 16px 16px 19px; }
        .resources-center-block .filter-holder .img-holder a span {
          color: #fff; }
        .resources-center-block .filter-holder .img-holder a i {
          margin: 0 3px; }
        @media (min-width: 1024px) {
          .resources-center-block .filter-holder .img-holder a:hover {
            color: #fff;
            opacity: 0.9; } }
  .resources-center-block .btn-holder {
    text-align: center;
    padding: 43px 0 0; }
    .resources-center-block .btn-holder .btn {
      width: 260px; }

.resources-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3px;
  margin: 0 -1.9%; }

.resource-post {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2), 0px 0px 9.1px 0.9px rgba(0, 0, 0, 0.13);
  margin: 0 0 30px;
  position: relative; }
  @media (min-width: 768px) {
    .resource-post {
      margin: 0 1.9% 30px;
      width: 46.2%; } }
  @media (min-width: 1024px) {
    .resource-post {
      margin: 0 1.9% 83px;
      width: 29.5%; } }
  .resource-post img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .resource-post .img-holder {
    display: block;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .resource-post .img-holder:hover img {
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02); } }
  .resource-post .text-holder {
    padding: 20px 20px 40px; }
    @media (min-width: 768px) {
      .resource-post .text-holder {
        padding: 24px 24px 40px; } }
  .resource-post .type {
    display: block;
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.2; }
    .resource-post .type i {
      color: #006390;
      margin: 0 10px 0 0; }
  .resource-post h2 {
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .resource-post h2 {
        margin: 0 0 26px;
        font-size: 24px;
        line-height: 34px; } }
  .resource-post p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .resource-post p {
        margin: 0 0 39px; } }
  .resource-post .more {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    color: #dc9927;
    position: relative;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .resource-post .more:before {
      position: absolute;
      content: '';
      top: 0;
      left: 20px;
      right: 20px;
      height: 2px;
      background: -webkit-linear-gradient(left, rgba(227, 234, 242, 0) 0%, rgba(227, 234, 242, 0.85) 20%, rgba(227, 234, 242, 0.85) 50%, rgba(227, 234, 242, 0.85) 80%, rgba(227, 234, 242, 0) 100%);
      background: linear-gradient(to right, rgba(227, 234, 242, 0) 0%, rgba(227, 234, 242, 0.85) 20%, rgba(227, 234, 242, 0.85) 50%, rgba(227, 234, 242, 0.85) 80%, rgba(227, 234, 242, 0) 100%); }
    .resource-post .more i {
      margin: 0 10px 0 0; }
    @media (min-width: 1024px) {
      .resource-post .more:hover {
        color: #000; } }

.banner-post {
  overflow: hidden;
  border-radius: 10px;
  background: #d7e5f4 url("images/bg-block-7.png") 50% 50%/100% 100%;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2), 0px 0px 9.1px 0.9px rgba(0, 0, 0, 0.13);
  padding: 15px; }
  @media (min-width: 768px) {
    .banner-post {
      width: 96.2%;
      margin: 0 1.9% 30px;
      padding: 85px 25px 20px; } }
  @media (min-width: 1024px) {
    .banner-post {
      margin: 0 1.9% 83px;
      width: 29.5%; } }
  .banner-post h2 {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .banner-post h2 {
        margin: 0 0 26px;
        font-size: 24px;
        line-height: 34px; } }
  .banner-post p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .banner-post p {
        margin: 0 0 39px; } }
  .banner-post input:not([type="submit"]) {
    display: block;
    width: 100%;
    padding: 15px 22px 17px;
    border: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    outline: none;
    border-radius: 4px;
    margin: 0 0 20px; }
    .banner-post input:not([type="submit"])::-webkit-input-placeholder {
      color: #666; }
    .banner-post input:not([type="submit"])::-moz-placeholder {
      opacity: 1;
      color: #666; }
    .banner-post input:not([type="submit"]):-moz-placeholder {
      color: #666; }
    .banner-post input:not([type="submit"]):-ms-input-placeholder {
      color: #666; }
    .banner-post input:not([type="submit"]).placeholder {
      color: #666; }
    @media (min-width: 768px) {
      .banner-post input:not([type="submit"]) {
        margin: 0 0 38px; } }
  .banner-post input[type="submit"] {
    display: block;
    width: 150px;
    margin: 0 auto; }
  .banner-post .add-info {
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 20px 0 0; }
    @media (min-width: 768px) {
      .banner-post .add-info {
        padding: 29px 20px 0; } }
    .banner-post .add-info p {
      margin: 0 0 12px; }
    .banner-post .add-info ul li {
      display: inline-block;
      vertical-align: top;
      padding: 0 8px 0 10px;
      border-left: 1px solid #006390; }
      .banner-post .add-info ul li:first-child {
        border: 0; }
      .banner-post .add-info ul li a {
        font-size: 10px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 1px; }
        @media (min-width: 768px) {
          .banner-post .add-info ul li a {
            font-size: 12px; } }
        @media (min-width: 1024px) {
          .banner-post .add-info ul li a:hover {
            color: #000; } }

.cta-modules {
  color: #fff;
  background: #0d446d; }
  @media (min-width: 768px) {
    .cta-modules {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center; } }
  .cta-modules .col {
    padding: 20px; }
    @media (min-width: 768px) {
      .cta-modules .col {
        padding: 50px;
        width: 50%; } }
    @media (min-width: 1024px) {
      .cta-modules .col {
        padding: 94px 50px 151px; } }
    .cta-modules .col:nth-child(even) {
      background: #045b87; }
  .cta-modules h2 {
    margin: 0 0 10px;
    color: #fff; }
    @media (min-width: 768px) {
      .cta-modules h2 {
        margin: 0 0 27px; } }
  .cta-modules p {
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .cta-modules p {
        max-width: 250px;
        margin: 0 auto 47px; } }
  .cta-modules .btn {
    padding: 12px 30px 16px;
    min-width: 0; }

.intro-work {
  margin: 66px 0 0; }
  @media (min-width: 1024px) {
    .intro-work {
      margin: 120px 0 0; } }
  .intro-work img {
    width: 100%; }

.add-title-text {
  text-align: center;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .add-title-text {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .add-title-text {
      padding: 86px 0 115px; } }
  .add-title-text .container {
    max-width: 700px; }
  .add-title-text h1 {
    margin: 0 0 14px;
    color: #0a426b;
    text-transform: uppercase; }
  .add-title-text p {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .add-title-text p {
        margin: 0 0 51px; } }
  .add-title-text .btn {
    width: 260px; }

.benefits-block {
  padding: 30px 0;
  background: #f7f9fa;
  text-align: center; }
  @media (min-width: 768px) {
    .benefits-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .benefits-block {
      padding: 106px 0 47px; } }
  .benefits-block .top-holder {
    max-width: 700px;
    margin: 0 auto 30px; }
    @media (min-width: 1024px) {
      .benefits-block .top-holder {
        margin: 0 auto 53px; } }
    .benefits-block .top-holder em {
      display: block;
      font-size: 10px;
      line-height: 1.2; }
  .benefits-block h2 {
    margin: 0 0 15px;
    font-weight: 500; }
  .benefits-block p {
    margin: 0 0 8px; }
    .benefits-block p:last-child {
      margin: 0; }
  .benefits-block .col-holder {
    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; }
    .benefits-block .col-holder .col {
      width: 50%;
      margin: 0 0 30px; }
      @media (min-width: 768px) {
        .benefits-block .col-holder .col {
          width: 25%; } }
      @media (min-width: 1024px) {
        .benefits-block .col-holder .col {
          margin: 0 0 72px; } }
  .benefits-block .ico-holder {
    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;
    height: 70px;
    margin: 0 0 7px; }
    @media (min-width: 768px) {
      .benefits-block .ico-holder {
        height: 115px; } }
    .benefits-block .ico-holder i {
      font-size: 50px;
      line-height: 1;
      color: #0a426b; }
      @media (min-width: 768px) {
        .benefits-block .ico-holder i {
          font-size: 70px; } }
      @media (min-width: 1024px) {
        .benefits-block .ico-holder i {
          font-size: 85px; } }
  .benefits-block strong {
    display: block;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500; }
    @media (min-width: 768px) {
      .benefits-block strong {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .benefits-block strong {
        font-size: 24px;
        line-height: 34px; } }

.testimonials-block {
  padding: 30px 0;
  text-align: center;
  background: #00628f; }
  @media (min-width: 768px) {
    .testimonials-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .testimonials-block {
      padding: 86px 0 75px; } }
  .testimonials-block h2 {
    margin: 0 0 30px;
    color: #fff;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .testimonials-block h2 {
        margin: 0 0 84px; } }
  @media (min-width: 768px) {
    .testimonials-block .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -1.7%; } }
  .testimonials-block .col-holder .col {
    background: -webkit-linear-gradient(top, #f2f4f6 0%, #d5dbe0 100%);
    background: linear-gradient(to bottom, #f2f4f6 0%, #d5dbe0 100%);
    padding: 20px;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .testimonials-block .col-holder .col {
        padding: 25px;
        width: 46.6%;
        margin: 0 1.7% 50px; } }
    @media (min-width: 1024px) {
      .testimonials-block .col-holder .col {
        width: 29.9%; } }
    @media (min-width: 1200px) {
      .testimonials-block .col-holder .col {
        padding: 41px 30px 34px; } }
  .testimonials-block .img-holder {
    width: 114px;
    height: 114px;
    background: #ffcf00;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 21px; }
    .testimonials-block .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .testimonials-block blockquote {
    padding: 0;
    margin: 0;
    border: 0; }
    .testimonials-block blockquote q {
      display: block;
      font-size: 17px;
      line-height: 1.3;
      margin: 0 0 24px; }
      @media (min-width: 768px) {
        .testimonials-block blockquote q {
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .testimonials-block blockquote q {
          font-size: 24px;
          line-height: 34px; } }
    .testimonials-block blockquote cite {
      display: block;
      margin: 0 0 1px;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 500;
      font-style: normal;
      letter-spacing: 4px;
      color: #0a426b;
      text-transform: uppercase; }
    .testimonials-block blockquote span {
      display: block; }

.integration-block {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .integration-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .integration-block {
      padding: 94px 0 105px; } }
  .integration-block .container {
    max-width: 1134px; }
  .integration-block h2 {
    margin: 0 0 30px;
    font-weight: 500;
    color: #006390;
    text-align: center; }
    @media (min-width: 1024px) {
      .integration-block h2 {
        margin: 0 0 72px; } }

.big-gallery {
  padding: 0 0 34px; }
  .big-gallery .top-holder {
    background: #f7f9fa;
    padding: 30px 0; }
    @media (min-width: 1024px) {
      .big-gallery .top-holder {
        padding: 68px 0 79px; } }
  .big-gallery h2 {
    margin: 0;
    font-weight: 500;
    text-align: center; }
  .big-gallery .slide-holder {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 46vw; }
    @media (min-width: 768px) {
      .big-gallery .slide-holder {
        height: 25vw; } }
    .big-gallery .slide-holder .img-holder {
      width: 50%;
      height: 100%; }
      .big-gallery .slide-holder .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .big-gallery .slide-holder.blockquote-holder {
      background: #0a426b;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .big-gallery .slide-holder.blockquote-holder blockquote {
        margin: 0 0 60px;
        padding: 30px;
        border: 0;
        max-width: 603px; }
        .big-gallery .slide-holder.blockquote-holder blockquote q {
          display: block;
          color: #aec2d9;
          font-size: 22px;
          line-height: 1.3; }
          @media (min-width: 768px) {
            .big-gallery .slide-holder.blockquote-holder blockquote q {
              font-size: 25px; } }
          @media (min-width: 1024px) {
            .big-gallery .slide-holder.blockquote-holder blockquote q {
              font-size: 35px; } }
          @media (min-width: 1200px) {
            .big-gallery .slide-holder.blockquote-holder blockquote q {
              font-size: 48px;
              line-height: 57px; } }
  .big-gallery .big-control {
    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: 34px 0 0; }
    .big-gallery .big-control .slick-arrow {
      padding: 0;
      margin: 0;
      border: 0;
      color: #006390;
      background: none;
      font-size: 26px;
      line-height: 1;
      outline: none; }
      .big-gallery .big-control .slick-arrow.slick-next {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      @media (min-width: 1024px) {
        .big-gallery .big-control .slick-arrow:hover {
          color: #000; } }
    .big-gallery .big-control .slick-dots {
      margin: 2px 10px 0; }
      .big-gallery .big-control .slick-dots li {
        margin: 0 7px; }
      .big-gallery .big-control .slick-dots button {
        outline: none;
        width: 10px;
        height: 10px; }

.submit-resume {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .submit-resume {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .submit-resume {
      padding: 76px 0 122px; } }
  .submit-resume .container {
    max-width: 800px; }
  .submit-resume h2 {
    margin: 0 0 21px;
    text-transform: uppercase; }
  .submit-resume p:last-child {
    margin: 0; }
  .submit-resume p a {
    color: #dc9927; }
    .submit-resume p a:hover {
      color: #006390; }

.intro-team {
  position: relative;
  margin: 66px 0 0; }
  @media (min-width: 1024px) {
    .intro-team {
      margin: 0; } }
  .intro-team img {
    width: 100%;
    height: 300px;
    object-fit: cover; }
    @media (min-width: 768px) {
      .intro-team img {
        height: 400px; } }
    @media (min-width: 1024px) {
      .intro-team img {
        height: 588px; } }
  .intro-team .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .intro-team.white-intro {
    color: #fff; }
    .intro-team.white-intro h1 {
      color: #fff; }
  .intro-team .container {
    max-width: 1296px;
    width: 100%; }
  .intro-team h1 {
    margin: 0;
    max-width: 640px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .intro-team h1 {
        line-height: 60px; } }

.senior-team .top-holder {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .senior-team .top-holder {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .senior-team .top-holder {
      padding: 75px 0 65px; } }
  .senior-team .top-holder .container {
    max-width: 800px; }

.senior-team h2 {
  margin: 0 0 13px; }

.senior-team p:last-child {
  margin: 0; }

.senior-team .col-holder {
  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: 0 -2px; }
  .senior-team .col-holder .col {
    width: 100%;
    border: solid #fff;
    border-width: 0 2px 4px;
    position: relative; }
    @media (min-width: 480px) {
      .senior-team .col-holder .col {
        width: 50%; } }
    @media (min-width: 768px) {
      .senior-team .col-holder .col {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .senior-team .col-holder .col {
        width: 20%; }
        .senior-team .col-holder .col:nth-child(1) .second-info, .senior-team .col-holder .col:nth-child(2) .second-info, .senior-team .col-holder .col:nth-child(3) .second-info, .senior-team .col-holder .col:nth-child(4) .second-info, .senior-team .col-holder .col:nth-child(5) .second-info {
          top: 100%;
          bottom: auto;
          margin: 4px 0 0; } }
  .senior-team .col-holder img {
    width: 100%;
    height: 115vw;
    object-fit: cover; }
    @media (min-width: 480px) {
      .senior-team .col-holder img {
        height: 56vw; } }
    @media (min-width: 768px) {
      .senior-team .col-holder img {
        height: 39vw; } }
    @media (min-width: 1024px) {
      .senior-team .col-holder img {
        height: 24vw; } }

@media (min-width: 1024px) {
  .senior-team .first-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(10, 66, 107, 0.65);
    text-align: center;
    padding: 20px 15px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .senior-team .first-info:hover {
      opacity: 1; } }

.senior-team .first-info .name {
  display: none;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 5px; }
  @media (min-width: 1024px) {
    .senior-team .first-info .name {
      display: block; } }
  @media (min-width: 1200px) {
    .senior-team .first-info .name {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 30px; } }

.senior-team .first-info .position {
  display: none;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .senior-team .first-info .position {
      display: block; } }
  @media (min-width: 1200px) {
    .senior-team .first-info .position {
      margin: 0 0 12px;
      font-size: 16px; } }

.senior-team .first-info .info-opener {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 20px;
  line-height: 1.2; }
  @media (max-width: 1023px) {
    .senior-team .first-info .info-opener {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 1200px) {
    .senior-team .first-info .info-opener {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .senior-team .first-info .info-opener:hover {
      color: #fed028; } }

.senior-team .col.info-active .second-info,
.senior-team .col.info-active .first-info {
  opacity: 1;
  pointer-events: auto; }

.senior-team .second-info:-webkit-scrollbar {
  width: 5px; }

.senior-team .second-info {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 1;
  background: #f4f7fa;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding: 15px 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: auto; }
  @media (min-width: 1024px) {
    .senior-team .second-info {
      margin: 0 0 4px;
      bottom: 100%;
      top: auto;
      height: 100%; } }
  @media (min-width: 1200px) {
    .senior-team .second-info {
      line-height: 24px; } }
  .senior-team .second-info::-webkit-scrollbar {
    width: 5px; }
  .senior-team .second-info::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .senior-team .second-info::-webkit-scrollbar-thumb {
    background: #888; }
  .senior-team .second-info .info-close {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 20px;
    line-height: 1;
    color: #006390; }
    @media (min-width: 1024px) {
      .senior-team .second-info .info-close:hover {
        color: #000; } }
  .senior-team .second-info .name {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 6px;
    color: #006390; }
    @media (min-width: 1200px) {
      .senior-team .second-info .name {
        font-size: 24px;
        line-height: 30px; } }
  .senior-team .second-info .position {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #006390; }
    @media (min-width: 1200px) {
      .senior-team .second-info .position {
        margin: 0 0 13px;
        font-size: 16px; } }
  .senior-team .second-info p {
    margin: 0 0 3px; }
  .senior-team .second-info ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    .senior-team .second-info ul li a {
      color: #aec2d9;
      font-size: 16px;
      line-height: 1.2; }
      @media (min-width: 1024px) {
        .senior-team .second-info ul li a:hover {
          color: #000; } }

.advisory-board {
  background: #0a426b;
  padding: 30px 0;
  color: #fff; }
  @media (min-width: 768px) {
    .advisory-board {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .advisory-board {
      padding: 92px 0 98px; } }
  .advisory-board .top-holder {
    text-align: center;
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .advisory-board .top-holder {
        padding: 0 0 59px; } }
    .advisory-board .top-holder .container {
      max-width: 1150px; }
    .advisory-board .top-holder h2 {
      margin: 0 0 11px;
      font-weight: 500;
      color: #fff; }
    .advisory-board .top-holder .sub-title {
      display: block;
      margin: 0 0 14px;
      font-weight: normal;
      font-size: 24px;
      line-height: 30px; }
  .advisory-board .container {
    max-width: 1364px; }
  .advisory-board .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 840px;
    margin: 0 auto 30px;
    border-radius: 3px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .advisory-board .tabset {
        margin: 0 auto 50px; } }
    @media (min-width: 1024px) {
      .advisory-board .tabset {
        margin: 0 auto 116px; } }
    .advisory-board .tabset li {
      width: 50%; }
      .advisory-board .tabset li a {
        display: block;
        font-size: 15px;
        line-height: 1.2;
        font-weight: bold;
        color: #0a426b;
        background: #fff;
        text-align: center;
        padding: 9px 10px 13px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .advisory-board .tabset li a {
            font-size: 20px;
            padding: 13px 10px 19px; } }
        @media (min-width: 1024px) {
          .advisory-board .tabset li a {
            font-size: 24px; } }
        .advisory-board .tabset li a.active {
          background: #fed028; }
  .advisory-board h3 {
    margin: 0 0 56px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5.5px; }
  .advisory-board .col-holder {
    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;
    text-align: center; }
    .advisory-board .col-holder .col {
      width: 50%;
      margin: 0 0 30px;
      padding: 0 5px; }
      @media (min-width: 768px) {
        .advisory-board .col-holder .col {
          width: 33.33%; } }
      @media (min-width: 1024px) {
        .advisory-board .col-holder .col {
          width: 25%;
          padding: 0;
          margin: 0 0 72px; } }
      @media (min-width: 1200px) {
        .advisory-board .col-holder .col {
          width: 20%; } }
  .advisory-board .img-holder {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 5px; }
    @media (min-width: 768px) {
      .advisory-board .img-holder {
        margin: 0 auto 14px;
        width: 150px;
        height: 150px; } }
    @media (min-width: 1024px) {
      .advisory-board .img-holder {
        width: 208px;
        height: 208px; } }
    .advisory-board .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(1); }
  .advisory-board .name {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 4px; }
    @media (min-width: 1024px) {
      .advisory-board .name {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 1023px) {
      .advisory-board .name br {
        display: none; } }
  .advisory-board .position {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 5px; }
  .advisory-board .company {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500; }

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

.join-us {
  text-align: center;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .join-us {
      font-size: 24px;
      line-height: 30px;
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .join-us {
      padding: 88px 0 152px; } }
  .join-us h2 {
    margin: 0 0 11px;
    font-weight: 500; }
  .join-us p {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .join-us p {
        margin: 0 0 55px; } }
  .join-us .btn {
    width: 260px; }

.intro-event {
  margin: 66px 0 0;
  position: relative; }
  @media (min-width: 1024px) {
    .intro-event {
      margin: 120px 0 0; } }
  @media (max-width: 767px) {
    .intro-event .img-holder {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .intro-event .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  .intro-event .holder {
    padding: 20px 0;
    z-index: 1;
    position: relative; }
    @media (min-width: 768px) {
      .intro-event .holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1200px) {
      .intro-event .holder {
        padding: 20px 0 56px; } }
  .intro-event .container {
    max-width: 1288px;
    width: 100%; }
  .intro-event.white-intro {
    color: #fff; }
    .intro-event.white-intro h1 {
      color: #fff; }
    .intro-event.white-intro a {
      color: #fff; }
  .intro-event h1 {
    margin: 0 0 10px;
    max-width: 700px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .intro-event h1 {
        margin: 0 0 14px; } }
  .intro-event p {
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .intro-event p {
        max-width: 500px; } }
    @media (min-width: 1200px) {
      .intro-event p {
        margin: 0 0 44px; } }
  .intro-event .add-info {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .intro-event .add-info {
        max-width: 400px; } }
    .intro-event .add-info img {
      width: 50px;
      height: auto;
      margin: 0 10px 0 0; }
      @media (min-width: 768px) {
        .intro-event .add-info img {
          width: 67px;
          margin: 0 22px 0 0; } }
    .intro-event .add-info span {
      padding: 1px 0 0; }
      .intro-event .add-info span a {
        font-weight: 500; }
        @media (min-width: 1024px) {
          .intro-event .add-info span a:hover {
            color: #000; } }

.events-block {
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .events-block {
      padding: 50px 0 0; } }
  @media (min-width: 1024px) {
    .events-block {
      padding: 63px 0 0; } }
  .events-block h2 {
    margin: 0 0 30px;
    text-align: center;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .events-block h2 {
        margin: 0 0 56px; } }
  @media (min-width: 768px) {
    .events-block .col-holder {
      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: 0 -1%; } }
  @media (min-width: 1024px) {
    .events-block .col-holder {
      margin: 0 -2%; } }
  .events-block .col-holder .col {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    position: relative;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .events-block .col-holder .col {
        width: 31.3%;
        margin: 0 1% 30px; } }
    @media (min-width: 1024px) {
      .events-block .col-holder .col {
        width: 29.3%;
        margin: 0 2% 85px; }
        .events-block .col-holder .col:hover {
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); } }
  .events-block .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (min-width: 768px) {
    .events-block .event-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -1%; } }
  @media (min-width: 1024px) {
    .events-block .event-filter {
      margin: 0 -2%; } }
  .events-block .event-filter .filder-block {
    position: relative;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .events-block .event-filter .filder-block {
        width: 31.3%;
        margin: 0 1% 30px; } }
    @media (min-width: 1024px) {
      .events-block .event-filter .filder-block {
        width: 29.3%;
        margin: 0 2% 42px; } }
  .events-block .event-filter .drop-active .filter-holder {
    opacity: 1;
    pointer-events: auto; }
  .events-block .event-filter .filter-holder {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 21px 32px;
    background: #eef2f5;
    box-shadow: 0px 0px 19.11px 1.89px rgba(0, 0, 0, 0.16);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .events-block .event-filter .sub-title {
    display: block;
    color: #006390;
    margin: 0 0 6px; }
  .events-block .event-filter .list {
    font-size: 14px;
    line-height: 1.2; }
    .events-block .event-filter .list li {
      margin: 0 0 10px; }
      .events-block .event-filter .list li a {
        color: #000; }
        @media (hover: hover) {
          .events-block .event-filter .list li a:hover {
            color: #006390; } }
    .events-block .event-filter .list label {
      cursor: pointer; }
    .events-block .event-filter .list input {
      position: absolute;
      left: -9999px; }
      .events-block .event-filter .list input:checked + .fake-label {
        color: #006390; }
  .events-block .event-filter .add-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 12px; }
    .events-block .event-filter .add-list:last-child {
      margin: 0; }
    .events-block .event-filter .add-list li {
      font-size: 14px;
      line-height: 1;
      padding: 0 17px 0 0;
      margin: 0 0 13px;
      position: relative; }
      .events-block .event-filter .add-list li:after {
        position: absolute;
        content: '';
        top: 2px;
        right: 8px;
        bottom: -1px;
        border-right: 1px solid #000; }
      .events-block .event-filter .add-list li:last-child {
        padding-left: 0;
        border: 0; }
    .events-block .event-filter .add-list label {
      cursor: pointer; }
    .events-block .event-filter .add-list input {
      position: absolute;
      left: -9999px; }
      .events-block .event-filter .add-list input:checked + .fake-label {
        color: #006390; }
    .events-block .event-filter .add-list.all-reset-button li {
      border: 0;
      padding: 0;
      margin: 0; }
      .events-block .event-filter .add-list.all-reset-button li:after {
        display: none; }
  .events-block .filder-block .filter-opener {
    cursor: pointer;
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(top, #05537e 1%, #0a426b 100%);
    background: linear-gradient(to bottom, #05537e 1%, #0a426b 100%);
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 15px 18px;
    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; }
    .events-block .filder-block .filter-opener:after {
      content: '';
      border: solid #fff;
      width: 8px;
      height: 8px;
      display: inline-block;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: 1px 0 0 9px;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
    @media (min-width: 1024px) {
      .events-block .filder-block .filter-opener:hover {
        background: -webkit-linear-gradient(top, #ffcf00 0%, #edb414 100%);
        background: linear-gradient(to bottom, #ffcf00 0%, #edb414 100%);
        color: #000; }
        .events-block .filder-block .filter-opener:hover:after {
          border-color: #000; } }
  .events-block .filder-block.drop-active .filter-opener {
    background: -webkit-linear-gradient(top, #ffcf00 0%, #edb414 100%);
    background: linear-gradient(to bottom, #ffcf00 0%, #edb414 100%);
    color: #000; }
    .events-block .filder-block.drop-active .filter-opener:after {
      border-color: #000;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      height: 0;
      margin: 3px 0 0 9px; }
  .events-block .filder-block.drop-active .filter-drop {
    opacity: 1;
    pointer-events: auto; }
  .events-block .filter-drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #eef2f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    box-shadow: 0px 0px 19.11px 1.89px rgba(0, 0, 0, 0.16);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .events-block .add-type {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    line-height: 1.2;
    background: #fff;
    padding: 4px 23px 7px;
    border-radius: 20px; }
  .events-block .text-holder {
    padding: 20px;
    text-align: center; }
    @media (min-width: 1024px) {
      .events-block .text-holder {
        padding: 31px 20px 32px; } }
    .events-block .text-holder time {
      display: block;
      font-size: 12px;
      line-height: 1.2;
      color: #959595;
      text-transform: uppercase;
      margin: 0 0 9px;
      letter-spacing: 1px; }
    .events-block .text-holder .type {
      display: block;
      font-size: 14px;
      line-height: 1.2;
      color: #0a426b;
      margin: 0 0 3px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .events-block .text-holder .type {
          font-size: 16px; } }
    .events-block .text-holder h3 {
      margin: 0 0 2px; }
      @media (min-width: 768px) {
        .events-block .text-holder h3 {
          font-size: 24px;
          line-height: 34px; } }
      @media (min-width: 1024px) {
        .events-block .text-holder h3 {
          padding: 0 22%; } }
    .events-block .text-holder .more {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fed028;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 500;
      color: #dc9927; }
      .events-block .text-holder .more:after {
        content: '';
        width: 6px;
        height: 6px;
        border: solid #dc9927;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin: 5px 0 0 4px;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s; }
      @media (hover: hover) {
        .events-block .text-holder .more:hover {
          color: #000; }
          .events-block .text-holder .more:hover:after {
            border-color: #000; } }

.speakers-holder {
  padding: 50px 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .speakers-holder {
      padding: 57px 0 92px; } }
  .speakers-holder .container {
    max-width: 1240px; }
  .speakers-holder h2 {
    margin: 0 0 30px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .speakers-holder h2 {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .speakers-holder h2 {
        margin: 0 0 74px; } }
  .speakers-holder .img-holder {
    width: 208px;
    height: 208px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 22px; }
    .speakers-holder .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .speakers-holder .name {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #006390;
    font-weight: 500;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .speakers-holder .name {
        font-size: 24px; } }
  .speakers-holder .position {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 1px; }
  .speakers-holder .company {
    display: block;
    font-weight: bold; }
  .speakers-holder ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    font-size: 14px;
    line-height: 1; }
    .speakers-holder ul li a {
      color: #aec2d9; }
      @media (hover: hover) {
        .speakers-holder ul li a:hover {
          color: #000; } }
  .speakers-holder .slick-arrow {
    position: absolute;
    top: 26%;
    left: -2%;
    font-size: 25px;
    line-height: 1;
    background: 0;
    border: 0;
    color: #acccda;
    outline: none; }
    @media (min-width: 1200px) {
      .speakers-holder .slick-arrow {
        left: -3%; } }
    .speakers-holder .slick-arrow.slick-next {
      right: -2%;
      left: auto; }
      @media (min-width: 1200px) {
        .speakers-holder .slick-arrow.slick-next {
          right: -3%; } }
    @media (hover: hover) {
      .speakers-holder .slick-arrow:hover {
        color: #000; } }

.photo-reel {
  background: #0a426b; }
  .photo-reel .top-holder {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500; }
    @media (min-width: 768px) {
      .photo-reel .top-holder {
        font-size: 24px;
        line-height: 36px;
        padding: 50px 0; } }
    @media (min-width: 1024px) {
      .photo-reel .top-holder {
        padding: 60px 0; } }
    .photo-reel .top-holder h2 {
      margin: 0 0 15px;
      color: #fff;
      font-size: 25px;
      line-height: 1.2;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      @media (min-width: 768px) {
        .photo-reel .top-holder h2 {
          font-size: 40px; } }
      @media (min-width: 1024px) {
        .photo-reel .top-holder h2 {
          font-size: 48px; } }
    .photo-reel .top-holder p {
      margin: 0 0 20px; }
      .photo-reel .top-holder p:last-child {
        margin: 0; }
  .photo-reel .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .photo-reel .col-holder .col {
      width: 50%;
      height: 46vw;
      position: relative; }
      @media (min-width: 768px) {
        .photo-reel .col-holder .col {
          width: 33.33%;
          height: 33vw; } }
      .photo-reel .col-holder .col img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .photo-reel .col.hover .info-holder {
    opacity: 1;
    pointer-events: auto; }
  .photo-reel .info-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(242, 244, 246, 0.95) 0%, rgba(213, 219, 224, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(242, 244, 246, 0.95) 0%, rgba(213, 219, 224, 0.95) 100%);
    padding: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: none; }
    @media (min-width: 1024px) {
      .photo-reel .info-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 25px;
        line-height: 27px; } }
    @media (max-width: 1023px) {
      .photo-reel .info-holder br {
        display: none; } }
    .photo-reel .info-holder .close-info {
      position: absolute;
      top: 5px;
      right: 15px;
      font-size: 24px;
      line-height: 1.2;
      color: #959595; }
      @media (hover: hover) {
        .photo-reel .info-holder .close-info:hover {
          color: #000; } }
    .photo-reel .info-holder .ico-holder {
      display: block;
      font-size: 19px;
      line-height: 1.2;
      color: #006390;
      margin: 0 0 5px; }
      @media (min-width: 1200px) {
        .photo-reel .info-holder .ico-holder {
          margin: 0 0 14px; } }
    .photo-reel .info-holder h3 {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 34px;
      font-weight: 500; }
      @media (min-width: 1200px) {
        .photo-reel .info-holder h3 {
          margin: 0 0 26px; } }
      .photo-reel .info-holder h3 a {
        display: block; }
        @media (hover: hover) {
          .photo-reel .info-holder h3 a:hover {
            color: #000; } }
    .photo-reel .info-holder p {
      margin: 0; }
    .photo-reel .info-holder.add-style .ico-holder {
      font-size: 26px;
      line-height: 1.2;
      margin: 0; }
      @media (min-width: 1200px) {
        .photo-reel .info-holder.add-style .ico-holder {
          margin: 0 0 7px;
          font-size: 36px; } }
    .photo-reel .info-holder.add-style blockquote {
      padding: 0;
      border: 0;
      margin: 0 0 5px; }
      @media (min-width: 1200px) {
        .photo-reel .info-holder.add-style blockquote {
          margin: 0 0 32px; } }
      .photo-reel .info-holder.add-style blockquote q {
        font-weight: 500;
        font-size: 25px;
        line-height: 1.2;
        color: #006390; }
        .photo-reel .info-holder.add-style blockquote q:after, .photo-reel .info-holder.add-style blockquote q:before {
          display: none; }
        @media (min-width: 1200px) {
          .photo-reel .info-holder.add-style blockquote q {
            font-size: 39px;
            line-height: 35px; } }

.past-events {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .past-events {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .past-events {
      padding: 112px 0 95px; } }
  .past-events h2 {
    margin: 0 0 30px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .past-events h2 {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .past-events h2 {
        margin: 0 0 84px; } }
  @media (min-width: 768px) {
    .past-events .col-holder {
      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: 0 -1%; } }
  @media (min-width: 1024px) {
    .past-events .col-holder {
      margin: 0 -1.9%; } }
  @media (min-width: 768px) {
    .past-events .col-holder .col {
      width: 31.3%;
      margin: 0 1%; } }
  @media (min-width: 1024px) {
    .past-events .col-holder .col {
      width: 29.5%;
      margin: 0 1.9%; } }
  .past-events .text-holder {
    padding: 20px;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 1024px) {
      .past-events .text-holder {
        padding: 40px 15% 20px; } }
    .past-events .text-holder .type {
      display: block;
      font-size: 12px;
      line-height: 1.2;
      text-transform: uppercase;
      margin: 0 0 4px; }
    .past-events .text-holder h3 {
      margin: 0 0 6px;
      font-weight: 500; }
      @media (min-width: 768px) {
        .past-events .text-holder h3 {
          font-size: 24px;
          line-height: 34px; } }
    .past-events .text-holder p {
      margin: 0 0 12px; }
    .past-events .text-holder .more {
      display: inline-block;
      vertical-align: top;
      color: #dc9927;
      font-weight: 500; }
      @media (hover: hover) {
        .past-events .text-holder .more:hover {
          color: #000; } }

.add-subscribe-block {
  text-align: center;
  padding: 30px 0;
  background: url("images/bg-block-4.jpg") no-repeat 50% 50%/cover; }
  @media (min-width: 768px) {
    .add-subscribe-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .add-subscribe-block {
      padding: 99px 0 140px; } }
  .add-subscribe-block h2 {
    margin: 0 0 6px;
    text-transform: uppercase;
    font-weight: bold;
    color: #006390; }
  .add-subscribe-block .sub-title {
    display: block;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal; }
    @media (min-width: 768px) {
      .add-subscribe-block .sub-title {
        margin: 0 0 33px;
        font-size: 24px; } }
  .add-subscribe-block p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .add-subscribe-block p {
        margin: 0 0 49px; } }
  .add-subscribe-block .form-holder {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    overflow: hidden;
    background: #fff; }
    @media (min-width: 768px) {
      .add-subscribe-block .form-holder {
        margin: 0 auto;
        width: 374px; } }
    .add-subscribe-block .form-holder input[type="submit"] {
      float: right;
      width: 41%;
      padding: 12px 10px 15px;
      border-radius: 4px;
      min-width: 0; }
    .add-subscribe-block .form-holder input[type="text"],
    .add-subscribe-block .form-holder input[type="email"] {
      float: left;
      width: 59%;
      padding: 15px 15px 17px;
      border: 0;
      font-size: 14px;
      line-height: 1.3;
      color: #000;
      outline: none; }
      @media (min-width: 768px) {
        .add-subscribe-block .form-holder input[type="text"],
        .add-subscribe-block .form-holder input[type="email"] {
          padding: 15px 22px 17px; } }
      .add-subscribe-block .form-holder input[type="text"]::-webkit-input-placeholder,
      .add-subscribe-block .form-holder input[type="email"]::-webkit-input-placeholder {
        color: #666; }
      .add-subscribe-block .form-holder input[type="text"]::-moz-placeholder,
      .add-subscribe-block .form-holder input[type="email"]::-moz-placeholder {
        opacity: 1;
        color: #666; }
      .add-subscribe-block .form-holder input[type="text"]:-moz-placeholder,
      .add-subscribe-block .form-holder input[type="email"]:-moz-placeholder {
        color: #666; }
      .add-subscribe-block .form-holder input[type="text"]:-ms-input-placeholder,
      .add-subscribe-block .form-holder input[type="email"]:-ms-input-placeholder {
        color: #666; }
      .add-subscribe-block .form-holder input[type="text"].placeholder,
      .add-subscribe-block .form-holder input[type="email"].placeholder {
        color: #666; }

.intro-about {
  padding: 100px 0 30px;
  background: url("images/bg-block-8.jpg") no-repeat 50% 50%/100% 100%; }
  @media (min-width: 768px) {
    .intro-about {
      padding: 100px 0 50px; } }
  @media (min-width: 1024px) {
    .intro-about {
      padding: 152px 0 63px; } }
  .intro-about .container {
    max-width: 1286px; }
    .intro-about .container > * {
      max-width: 600px; }
  .intro-about h1 {
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #0a426b;
    font-size: 28px;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .intro-about h1 {
        font-size: 40px;
        line-height: 1.3;
        margin: 0 0 43px; } }
    @media (min-width: 1024px) {
      .intro-about h1 {
        font-size: 48px;
        line-height: 60px; } }
  .intro-about p {
    margin: 0; }

.misssion-block {
  padding: 30px 0;
  color: #fff;
  text-align: center;
  background: -webkit-linear-gradient(45deg, #006390 0%, #003a55 100%);
  background: linear-gradient(45deg, #006390 0%, #003a55 100%); }
  @media (min-width: 768px) {
    .misssion-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .misssion-block {
      padding: 121px 0 142px; } }
  .misssion-block .container {
    max-width: 800px; }
  .misssion-block h2 {
    margin: 0 0 12px;
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .misssion-block h2 + h3 {
        margin: 0 0 51px; } }
  .misssion-block p {
    margin: 0 0 25px; }
    .misssion-block p:last-child {
      margin: 0; }
  .misssion-block .ico-holder {
    max-width: 70px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .misssion-block .ico-holder {
        max-width: 94px;
        margin: 0 auto 41px; } }
  .misssion-block h3 {
    margin: 0 0 15px;
    color: #fff;
    font-weight: 500; }

.timeline-block {
  padding: 30px 0;
  border-bottom: 1px dotted #c4c4c4;
  text-align: center; }
  @media (min-width: 768px) {
    .timeline-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .timeline-block {
      padding: 104px 0 136px; } }
  .timeline-block .container {
    max-width: 1060px; }
  .timeline-block h2 {
    margin: 0 0 30px;
    color: #0a426b;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .timeline-block h2 {
        margin: 0 0 74px; } }

.defining-block {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .defining-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .defining-block {
      padding: 100px 0 167px; } }
  .defining-block .container {
    max-width: 1100px; }
  .defining-block h2 {
    margin: 0 0 13px;
    color: #0a426b;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .defining-block h2 + p {
        margin: 0 0 51px; } }
  .defining-block p {
    margin: 0 0 10px; }
    .defining-block p:last-child {
      margin: 0; }
  @media (min-width: 1024px) {
    .defining-block .holder {
      padding: 50px 0 0 7px; } }
  @media (min-width: 768px) {
    .defining-block .img-holder {
      float: left;
      width: 24.6%; } }
  .defining-block .text-holder {
    padding: 20px 0 0; }
    @media (min-width: 768px) {
      .defining-block .text-holder {
        overflow: hidden;
        text-align: left;
        padding: 31px 0 0 10%; } }
    .defining-block .text-holder h3 {
      margin: 0 0 14px; }
    .defining-block .text-holder p {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .defining-block .text-holder p {
          margin: 0 0 45px; } }

.investors-block {
  padding: 30px 0 0;
  color: #fff;
  background: #0a426b;
  text-align: center; }
  @media (min-width: 768px) {
    .investors-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .investors-block {
      padding: 87px 0 122px; } }
  .investors-block h2 {
    margin: 0 0 13px;
    color: #fff;
    font-weight: 500; }
  .investors-block p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .investors-block p {
        max-width: 700px;
        margin: 0 auto 56px; } }
  .investors-block ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .investors-block ul li {
      width: calc(100%/3);
      padding: 0 3% 30px; }
      @media (min-width: 768px) {
        .investors-block ul li {
          padding: 0 3%;
          width: calc(100%/6); } }
      .investors-block ul li a {
        display: block; }
        @media (hover: hover) {
          .investors-block ul li a:hover {
            opacity: 0.8; } }

.customers-block {
  padding: 30px 0 0;
  text-align: center; }
  @media (min-width: 768px) {
    .customers-block {
      padding: 50px 0 0; } }
  @media (min-width: 1024px) {
    .customers-block {
      padding: 73px 0; } }
  .customers-block h2 {
    margin: 0 0 13px;
    font-weight: 500; }
  .customers-block p {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .customers-block p {
        margin: 0 0 90px; } }
  .customers-block ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .customers-block ul li {
      width: 33.33%;
      padding: 0 15px;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .customers-block ul li {
          width: 25%;
          padding: 0 5%;
          margin: 0 0 48px; } }
      .customers-block ul li a {
        display: block; }
        @media (hover: hover) {
          .customers-block ul li a:hover {
            opacity: 0.8; } }

.portal-info {
  padding: 30px 0;
  background: #f5f7fa; }
  @media (min-width: 768px) {
    .portal-info {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .portal-info {
      padding: 86px 0 104px; } }
  .portal-info .container {
    max-width: 1164px; }
  .portal-info .img-holder {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .portal-info .img-holder {
        float: left;
        width: 34%;
        margin: 33px 0 0; } }
  @media (min-width: 768px) {
    .portal-info .text-holder {
      overflow: hidden;
      padding: 0 0 0 34px; } }
  .portal-info .text-holder p {
    margin: 0 0 15px; }
    .portal-info .text-holder p:last-child {
      margin: 0; }
  .portal-info + .subscribe-block {
    background: #fff; }

.intro-page {
  position: relative;
  height: 400px;
  margin: 66px 0 0; }
  @media (min-width: 768px) {
    .intro-page {
      height: 500px; } }
  @media (min-width: 1024px) {
    .intro-page {
      height: 715px;
      margin: 0; } }
  .intro-page img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .intro-page .container {
    width: 100%; }
  .intro-page.white-intro {
    color: #fff; }
    .intro-page.white-intro h1,
    .intro-page.white-intro h2 {
      color: #fff; }
  .intro-page .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .intro-page .holder:only-child {
      position: static; }
  .intro-page .container {
    max-width: 1296px; }
  .intro-page h1 {
    font-size: 22px; }
  .intro-page h2 {
    margin: 0 0 10px;
    color: #0a426b;
    max-width: 640px; }
    @media (min-width: 1024px) {
      .intro-page h2 {
        margin: 0 0 23px;
        line-height: 60px; } }
  .intro-page p {
    max-width: 500px;
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .intro-page p {
        margin: 0 0 55px; } }

.columns-block {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .columns-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .columns-block {
      padding: 142px 0 153px; } }
  .columns-block .container {
    max-width: 1250px; }
  .columns-block .top-holder {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .columns-block .top-holder {
        padding: 0 0 81px; } }
    .columns-block .top-holder h2 {
      margin: 0 0 19px;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .columns-block .top-holder h2 {
          font-size: 48px;
          line-height: 60px; } }
    .columns-block .top-holder p {
      margin: 0 auto;
      max-width: 850px; }
  @media (max-width: 767px) {
    .columns-block br {
      display: none; } }
  @media (min-width: 768px) {
    .columns-block .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .columns-block .col {
      width: 33.33%;
      padding: 0 2.5%; } }
  .columns-block .ico-holder {
    font-size: 55px;
    line-height: 1;
    color: #aec2d9;
    margin: 0 0 17px; }
    @media (min-width: 768px) {
      .columns-block .ico-holder {
        height: 85px;
        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; } }
    .columns-block .ico-holder img {
      max-width: 90px;
      max-height: 75px; }
  .columns-block h3 {
    margin: 0 0 11px; }
    @media (min-width: 1024px) {
      .columns-block h3 {
        font-size: 24px;
        line-height: 34px; } }
  .columns-block p {
    margin: 0 0 20px; }
  .columns-block .btn {
    display: block;
    margin: 62px auto 0;
    max-width: 200px; }

.textarea-block {
  text-align: center;
  background: #f6fafc;
  padding: 30px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .textarea-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .textarea-block {
      padding: 107px 0 133px; } }
  .textarea-block:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    margin: 0 0 10px -625px;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.05);
    height: 5px;
    width: 1250px;
    border-radius: 100%;
    z-index: -1; }
  .textarea-block:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    margin: -10px 0 0 -625px;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.05);
    height: 5px;
    width: 1250px;
    border-radius: 100%;
    z-index: -1; }
  .textarea-block .container {
    max-width: 1150px; }
  .textarea-block h2 {
    margin: 0 0 13px; }
    @media (min-width: 768px) {
      .textarea-block h2 {
        font-size: 36px;
        line-height: 40px; } }
  .textarea-block p {
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .textarea-block p {
        padding: 0 5%;
        margin: 0 0 55px; } }
    .textarea-block p:last-child {
      margin: 0; }
  .textarea-block .img-holder {
    max-width: 268px;
    margin: 0 auto; }

.image-text-info {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .image-text-info {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .image-text-info {
      padding: 47px 0 148px; } }
  .image-text-info.col-reverse .img-holder {
    float: right; }
  .image-text-info.col-reverse .text-holder {
    float: left; }
  .image-text-info .container {
    max-width: 1376px; }
  .image-text-info .mobile-title {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .image-text-info .mobile-title {
        display: none; } }
  @media (min-width: 1024px) {
    .image-text-info .mobile-sub-title {
      display: none !important; } }
  .image-text-info .img-holder {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .image-text-info .img-holder {
        margin: 0;
        float: left;
        width: 47.8%; } }
  @media (min-width: 1024px) {
    .image-text-info .text-holder {
      float: right;
      width: 47.7%;
      margin: -8px 0 0; } }
  @media (max-width: 1023px) {
    .image-text-info .text-holder h2,
    .image-text-info .text-holder h3,
    .image-text-info .text-holder .sub-title {
      display: none; } }
  .image-text-info .sub-title {
    display: block;
    color: #006390;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4; }
  .image-text-info h2,
  .image-text-info h3 {
    margin: 0 0 13px;
    font-size: 24px;
    line-height: 1.2; }
  .image-text-info p {
    margin: 0 0 31px; }
  @media (min-width: 1024px) {
    .image-text-info ul {
      max-width: 82%; } }
  .image-text-info ul li {
    padding: 0 0 0 30px;
    margin: 0 0 16px;
    position: relative; }
    @media (min-width: 768px) {
      .image-text-info ul li {
        padding: 0 0 0 50px; } }
    @media (min-width: 1024px) {
      .image-text-info ul li {
        padding: 0 0 0 88px; } }
    .image-text-info ul li:before {
      position: absolute;
      content: "\f061";
      font: 300 20px/1.2 "Font Awesome 5 Pro";
      color: #aec2d9;
      top: 2px;
      left: 5px; }
      @media (min-width: 768px) {
        .image-text-info ul li:before {
          font-size: 29px;
          left: 10px; } }
      @media (min-width: 1024px) {
        .image-text-info ul li:before {
          left: 7.5%; } }
    .image-text-info ul li:last-child {
      margin: 0; }

.screen-info {
  padding: 30px 0;
  margin: 0 0 30px;
  background: url("images/bg-block-9.jpg") no-repeat 50% 50%/100% 100%; }
  @media (min-width: 768px) {
    .screen-info {
      padding: 50px 0 41px;
      margin: 0 0 50px; } }
  @media (min-width: 1024px) {
    .screen-info {
      padding: 110px 0 41px;
      margin: 0 0 126px; } }
  .screen-info .top-holder {
    text-align: center;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .screen-info .top-holder {
        max-width: 1000px;
        padding: 0 0 21px;
        margin: 0 auto 20px; } }
    .screen-info .top-holder h2 {
      margin: 0 0 21px;
      color: #0a426b;
      font-weight: 500; }
    .screen-info .top-holder p {
      margin: 0 0 20px; }
  .screen-info .container {
    max-width: 1418px; }
  .screen-info .screen-block {
    background: url("images/laptop.png") no-repeat 50% 50%/100% 100%;
    height: 54.1vw;
    padding: 3vw 12.7vw 6.4vw;
    margin: 0 -20px; }
    @media (min-width: 768px) {
      .screen-info .screen-block {
        margin: 0;
        height: 52vw;
        padding: 3vw 12.2vw 6.1vw; } }
    @media (min-width: 1024px) {
      .screen-info .screen-block {
        float: left;
        width: 65.6%;
        height: 34.7vw;
        padding: 2vw 8.2vw 3.8vw; } }
    @media (min-width: 1450px) {
      .screen-info .screen-block {
        height: 503px;
        padding: 29px 119px 59px; } }
    .screen-info .screen-block img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .screen-info .screen-block .slick-track,
    .screen-info .screen-block .slick-list {
      height: 100%; }
  .screen-info .text-holder {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .screen-info .text-holder {
        float: right;
        width: 36.6%;
        margin: -4px 0 0 -3%; } }
  .screen-info .accordion > li {
    margin: 0 0 10px; }
    @media (min-width: 1200px) {
      .screen-info .accordion > li {
        margin: 0 0 32px; } }
    .screen-info .accordion > li:last-child {
      margin: 0; }
    .screen-info .accordion > li.active .opener:after {
      content: '--';
      white-space: nowrap;
      letter-spacing: -4px; }
  .screen-info .opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .screen-info .opener {
        font-size: 25px; } }
    @media (min-width: 1200px) {
      .screen-info .opener {
        font-size: 30px; } }
    .screen-info .opener:after {
      content: '+';
      margin: 0 0 0 10px; }
    .screen-info .opener i {
      margin: 7px 14px 0 0; }
      @media (min-width: 1200px) {
        .screen-info .opener i {
          margin: 7px 24px 0 0; } }
    @media (min-width: 1024px) {
      .screen-info .opener:hover {
        color: #006390; } }
  .screen-info .slide {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1200px) {
      .screen-info .slide {
        padding: 18px 0; } }
    .screen-info .slide ul {
      max-width: 400px; }
      .screen-info .slide ul li {
        margin: 0 0 6px;
        padding: 0 0 0 29px;
        position: relative; }
        .screen-info .slide ul li:after {
          position: absolute;
          content: "\f00c";
          top: 8px;
          left: 0;
          color: #fed028;
          font: bold 16px/1 "Font Awesome 5 Pro"; }
        .screen-info .slide ul li:last-child {
          margin: 0; }

.enterprise-block {
  text-align: center;
  padding: 30px 0;
  color: #fff;
  background: #0a426b; }
  @media (min-width: 768px) {
    .enterprise-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .enterprise-block {
      padding: 123px 0 126px; } }
  .enterprise-block .container {
    max-width: 1100px; }
  .enterprise-block .ico-holder {
    max-width: 70px;
    margin: 0 auto 20px; }
  .enterprise-block h2 {
    margin: 0 0 13px;
    color: #fff; }
    @media (min-width: 768px) {
      .enterprise-block h2 {
        font-size: 30px;
        line-height: 1.2; } }
  .enterprise-block p {
    margin: 0 0 17px; }
    @media (min-width: 768px) {
      .enterprise-block p + h2 {
        margin: 0 0 50px; } }
  .enterprise-block .btn {
    width: 190px; }

.book-demo {
  padding: 30px 0;
  background: #dae2e8;
  text-align: center; }
  @media (min-width: 768px) {
    .book-demo {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .book-demo {
      padding: 112px 0 122px; } }
  .book-demo.add-bg {
    background: url(images/bg-block-4.jpg) no-repeat 50% 50%/cover; }
  .book-demo.add-bg-2 {
    background: url(images/bg-block-17.jpg) no-repeat 50% 50%/cover; }
    .book-demo.add-bg-2 h2 {
      color: #006390; }
  .book-demo h2 {
    margin: 0 0 21px;
    color: #0a426b; }
    @media (min-width: 768px) {
      .book-demo h2 + .btn {
        margin-top: 40px; } }
  .book-demo p {
    margin: 0 0 52px; }

.intro-glossary {
  margin: 66px 0 0;
  position: relative; }
  @media (min-width: 1024px) {
    .intro-glossary {
      margin: 120px 0 0; } }
  .intro-glossary img {
    width: 100%;
    height: 200px;
    object-fit: cover; }
    @media (min-width: 768px) {
      .intro-glossary img {
        height: 350px; } }
    @media (min-width: 1024px) {
      .intro-glossary img {
        height: 451px; } }
  .intro-glossary .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0; }
    @media (min-width: 1024px) {
      .intro-glossary .holder {
        padding: 30px 0 175px; } }
  .intro-glossary .container {
    width: 100%;
    max-width: 1292px; }
  .intro-glossary h1 {
    margin: 0;
    text-transform: uppercase;
    color: #0a426b; }

.glossary-holder {
  background: #ecf2f5; }
  @media (min-width: 768px) {
    .glossary-holder {
      padding: 0 0 50px; } }
  .glossary-holder .breadcrumbs-holder {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .glossary-holder .breadcrumbs-holder {
        margin: 0 0 59px; } }

.glossary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px; }
  @media (min-width: 768px) {
    .glossary-nav {
      margin: 0 0 70px; } }
  @media (min-width: 1024px) {
    .glossary-nav {
      margin: 0 0 134px;
      padding: 0 3%; } }
  .glossary-nav li a {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #0a426b;
    padding: 0 7px; }
    @media (min-width: 768px) {
      .glossary-nav li a {
        padding: 0 5px;
        font-size: 24px; } }
    @media (hover: hover) {
      .glossary-nav li a:hover {
        color: #aec2d9; } }
    .glossary-nav li a.letter-disabled {
      pointer-events: none;
      opacity: 0.2; }

.glossary-blocks .container {
  max-width: 1354px; }

.glossary-blocks .col-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1%; }
  @media (min-width: 1200px) {
    .glossary-blocks .col-holder {
      margin: 0 -1.7%; } }

.glossary-blocks .col {
  background: #fff;
  padding: 20px;
  margin: 0 0 46px;
  position: relative;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .glossary-blocks .col {
      margin: 0 1% 46px;
      width: 48%; } }
  @media (min-width: 1024px) {
    .glossary-blocks .col {
      width: 31.3%; } }
  @media (min-width: 1200px) {
    .glossary-blocks .col {
      padding: 42px 38px 45px;
      margin: 0 1.7% 46px;
      width: 29.9%; } }
  .glossary-blocks .col .letter {
    position: absolute;
    bottom: 100%;
    left: 1px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #0a426b;
    margin: 0 0 12px; }

.glossary-blocks h2 {
  margin: 0 0 10px;
  font-weight: 500;
  color: #0a426b; }
  @media (min-width: 768px) {
    .glossary-blocks h2 {
      margin: 0 0 18px; } }

.glossary-blocks p {
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .glossary-blocks p {
      margin: 0 0 40px; } }

.intro-glossary-single {
  background: #0a426b;
  padding: 20px 0;
  text-align: center;
  background: url("images/bg-block-11.jpg") no-repeat 50% 50%/100% 100%;
  margin: 66px 0 0;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .intro-glossary-single {
      height: 305px; } }
  @media (min-width: 1024px) {
    .intro-glossary-single {
      margin: 120px 0 0; } }
  .intro-glossary-single .container {
    width: 100%; }
  .intro-glossary-single h1 {
    margin: 0;
    text-transform: uppercase;
    color: #fff; }

.glossary-pagination {
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300; }
  @media (min-width: 768px) {
    .glossary-pagination {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .glossary-pagination {
      padding: 76px 0 73px; } }
  .glossary-pagination .container {
    max-width: 1322px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .glossary-pagination .container:after {
      display: none; }
  .glossary-pagination a {
    padding: 0 10px;
    color: #000; }
    @media (hover: hover) {
      .glossary-pagination a:hover {
        color: #aec2d9; } }
  .glossary-pagination span {
    display: none; }
    @media (min-width: 768px) {
      .glossary-pagination span {
        display: inline-block; } }
  .glossary-pagination i {
    color: #aec2d9;
    margin: 0 3px; }

.glossary-content {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .glossary-content {
      padding: 0 0 50px; } }
  @media (min-width: 1024px) {
    .glossary-content {
      padding: 0 0 129px; } }
  .glossary-content .container {
    max-width: 894px; }
  .glossary-content h1 {
    margin: 0 0 30px;
    text-align: center;
    color: #0a426b; }
  .glossary-content h2,
  .glossary-content h3 {
    margin: 0 0 13px; }
    @media (min-width: 1024px) {
      .glossary-content h2,
      .glossary-content h3 {
        padding: 19px 0 0; } }
  .glossary-content p {
    margin: 0 0 26px; }

.add-posts {
  padding: 30px 0;
  position: relative; }
  @media (min-width: 768px) {
    .add-posts {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .add-posts {
      padding: 121px 0 92px; } }
  .add-posts:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -625px;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.05);
    height: 5px;
    width: 1250px; }
  .add-posts .container {
    max-width: 1220px; }
  .add-posts h2 {
    margin: 0 0 30px;
    text-align: center;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .add-posts h2 {
        margin: 0 0 64px; } }

.post-block {
  overflow: hidden;
  margin: 0 0 37px; }
  .post-block:last-child {
    margin: 0; }
    .post-block:last-child .text-holder {
      border: 0; }
  .post-block .img-holder {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .post-block .img-holder {
        float: left;
        width: 203px;
        margin: 0 30px 0 0; } }
    @media (min-width: 1024px) {
      .post-block .img-holder {
        margin: 0 62px 0 0; } }
    .post-block .img-holder img {
      width: 100%; }
  .post-block .text-holder {
    overflow: hidden;
    border-bottom: 2px solid #b2b2b2;
    padding: 0 0 16px; }
    @media (min-width: 768px) {
      .post-block .text-holder {
        line-height: 30px; } }
  .post-block .cat {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 5px; }
  .post-block h3 {
    margin: 0 0 5px; }
  .post-block p {
    margin: 0 0 13px; }
  .post-block a {
    display: inline-block;
    vertical-align: top;
    color: #dc9927;
    font-size: 14px;
    line-height: 1.2; }
    @media (hover: hover) {
      .post-block a:hover {
        color: #0a426b; } }

.press-release-template #header {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }

.press-release {
  margin: 66px 0 0;
  padding: 30px 0;
  background: url("images/bg-block-12.jpg") no-repeat 50% 50%/100% 100%; }
  @media (min-width: 1024px) {
    .press-release {
      margin: 120px 0 0;
      padding: 74px 0 124px; } }
  .press-release .container {
    max-width: 890px; }
  .press-release .types {
    text-align: center;
    padding: 0 0 24px; }
    .press-release .types a {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px;
      background: #bfbfbf;
      color: #fff;
      padding: 4px 24px 9px;
      border-radius: 20px;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 500;
      cursor: pointer; }
      @media (hover: hover) {
        .press-release .types a:hover {
          background: #000; } }
  .press-release h1 {
    margin: 0 0 16px;
    text-align: center;
    color: #0a426b; }
    @media (min-width: 1024px) {
      .press-release h1 {
        line-height: 60px; } }
  .press-release .sub-title {
    display: block;
    margin: 0 0 25px;
    font-weight: normal;
    text-align: center; }
    @media (min-width: 768px) {
      .press-release .sub-title {
        margin: 0 0 45px;
        font-size: 24px;
        line-height: 24px; } }
  .press-release time {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    padding: 0 0 15px;
    margin: 0 0 10px;
    position: relative; }
    @media (min-width: 768px) {
      .press-release time {
        padding: 0 0 35px;
        margin: 0 0 27px;
        font-size: 24px; } }
    .press-release time:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 50%;
      margin: 0 0 0 -42px;
      width: 84px;
      height: 3px;
      background: #fed028; }
      @media (min-width: 768px) {
        .press-release time:after {
          height: 5px; } }
  .press-release h2,
  .press-release h3 {
    margin: 0 0 13px; }
    @media (min-width: 768px) {
      .press-release h2,
      .press-release h3 {
        padding: 19px 0 0; } }
  .press-release p {
    margin: 0 0 26px; }
    .press-release p strong {
      font-weight: 500; }
  .press-release .share-block {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .press-release .share-block {
        padding: 33px 0 122px; } }

.author-holder {
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }
  .author-holder .title {
    display: block;
    margin: 0 0 20px; }
  .author-holder .avatar-holder {
    width: 172px;
    height: 172px;
    border-radius: 100%;
    margin: 0 auto 21px;
    overflow: hidden; }
    .author-holder .avatar-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .author-holder .name {
    display: block;
    margin: 0 0 1px; }
  .author-holder span {
    display: block;
    font-size: 14px;
    line-height: 1; }
  .author-holder a[href*="mailto"] {
    font-size: 14px;
    line-height: 1;
    color: #000; }
    @media (hover: hover) {
      .author-holder a[href*="mailto"]:hover {
        color: #006390; } }

.intro-news {
  height: 300px; }
  @media (min-width: 768px) {
    .intro-news {
      height: 400px; } }
  @media (min-width: 1024px) {
    .intro-news {
      height: 588px; } }
  .intro-news img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.top-post-holder {
  padding: 30px 0;
  background: -webkit-linear-gradient(top, white 0%, #dfe7f0 100%);
  background: linear-gradient(to bottom, white 0%, #dfe7f0 100%); }
  @media (min-width: 768px) {
    .top-post-holder {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .top-post-holder {
      padding: 92px 0 121px; } }
  .top-post-holder .top-holder {
    text-align: center;
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .top-post-holder .top-holder {
        padding: 0 0 59px; } }
  .top-post-holder h1 {
    margin: 0 0 12px;
    text-transform: uppercase;
    color: #0a426b; }

.featured-story {
  background: -webkit-linear-gradient(top, #094770 1%, #006390 100%);
  background: linear-gradient(to bottom, #094770 1%, #006390 100%);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .featured-story {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .featured-story .img-holder {
      width: 52.2%; }
      .featured-story .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  @media (min-width: 1024px) {
    .featured-story .img-holder {
      position: relative;
      -webkit-transition: box-shadow 0.3s;
      transition: box-shadow 0.3s; } }
  @media (min-width: 1024px) and (hover: hover) {
    .featured-story .img-holder:hover {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }
      .featured-story .img-holder:hover .overlay-item {
        opacity: 0; } }
  @media (min-width: 1024px) {
      .featured-story .img-holder .overlay-item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; } }
  .featured-story .text-holder {
    padding: 20px; }
    @media (min-width: 768px) {
      .featured-story .text-holder {
        padding: 30px;
        width: 47.8%; } }
    @media (min-width: 1024px) {
      .featured-story .text-holder {
        padding: 24px 45px 50px; } }
  .featured-story .sub-title {
    display: block;
    margin: 0 0 15px;
    color: #fed028;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px; }
    @media (min-width: 768px) {
      .featured-story .sub-title {
        text-align: center;
        margin: 0 0 58px;
        font-size: 24px; } }
  .featured-story time {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 14px; }
  .featured-story h2 {
    margin: 0 0 30px;
    color: #fff; }
    @media (min-width: 1024px) {
      .featured-story h2 {
        margin: 0 0 46px;
        line-height: 46px; } }

.news-holder {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .news-holder {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .news-holder {
      padding: 98px 0 135px; } }
  .news-holder h2 {
    margin: 0 0 30px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .news-holder h2 {
        margin: 0 0 76px; } }
  @media (min-width: 768px) {
    .news-holder .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -1%; } }
  @media (min-width: 1024px) {
    .news-holder .col-holder {
      padding: 0 0 30px; } }
  @media (min-width: 1200px) {
    .news-holder .col-holder {
      margin: 0 -2%; } }
  .news-holder .col {
    background: #fff;
    margin: 0 0 30px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 1s linear, box-shadow 0.3s, -webkit-transform 1s linear;
    transition: opacity 1s linear, box-shadow 0.3s, -webkit-transform 1s linear;
    transition: opacity 1s linear, transform 1s linear, box-shadow 0.3s;
    transition: opacity 1s linear, transform 1s linear, box-shadow 0.3s, -webkit-transform 1s linear;
    position: relative; }
    @media (min-width: 768px) {
      .news-holder .col {
        margin: 0 1% 30px;
        width: 31.3%; } }
    @media (min-width: 1200px) {
      .news-holder .col {
        width: 29.3%;
        margin: 0 2% 61px; } }
    .news-holder .col.new-item {
      opacity: 0;
      -webkit-transform: translateY(25px);
          -ms-transform: translateY(25px);
              transform: translateY(25px); }

@media (min-width: 1024px) and (hover: hover) {
  .news-holder .col:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }
    .news-holder .col:hover .img-holder .overlay-item {
      opacity: 0; } }
  .news-holder .img-holder {
    position: relative; }
    .news-holder .img-holder img {
      height: 54vw;
      width: 100%;
      object-fit: cover; }
      @media (min-width: 768px) {
        .news-holder .img-holder img {
          height: 20vw; } }
      @media (min-width: 1400px) {
        .news-holder .img-holder img {
          height: 260px; } }
    @media (min-width: 1024px) {
      .news-holder .img-holder .overlay-item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; } }
  .news-holder .text-holder {
    padding: 15px 15px 50px;
    text-align: center; }
    @media (min-width: 1024px) {
      .news-holder .text-holder {
        padding: 40px 20px 50px; } }
  .news-holder time {
    display: block;
    color: #006390;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px; }
    @media (min-width: 1024px) {
      .news-holder time {
        margin: 0 0 14px; } }
  .news-holder h3 {
    margin: 0 0 12px;
    color: #000; }
    @media (min-width: 1024px) {
      .news-holder h3 {
        font-size: 24px;
        line-height: 34px; } }
  .news-holder ul {
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .news-holder ul {
        margin: 0 0 30px; } }
    .news-holder ul li {
      display: inline-block;
      vertical-align: top; }
      .news-holder ul li a {
        display: block;
        font-size: 12px;
        line-height: 1.2;
        text-transform: uppercase; }
  .news-holder .more {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    padding: 14px;
    color: #dc9927;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }
    .news-holder .more:before {
      position: absolute;
      content: '';
      top: 0;
      left: 20px;
      right: 20px;
      height: 2px;
      background: -webkit-linear-gradient(left, rgba(227, 234, 242, 0) 0%, rgba(227, 234, 242, 0.85) 20%, rgba(227, 234, 242, 0.85) 50%, rgba(227, 234, 242, 0.85) 80%, rgba(227, 234, 242, 0) 100%);
      background: linear-gradient(to right, rgba(227, 234, 242, 0) 0%, rgba(227, 234, 242, 0.85) 20%, rgba(227, 234, 242, 0.85) 50%, rgba(227, 234, 242, 0.85) 80%, rgba(227, 234, 242, 0) 100%); }
    .news-holder .more i {
      margin: 0 5px 0 0; }
    @media (hover: hover) {
      .news-holder .more:hover {
        color: #0a426b; } }

.intro-analytics {
  height: 350px;
  position: relative;
  margin: 66px 0 0; }
  @media (min-width: 768px) {
    .intro-analytics {
      height: 400px; } }
  @media (min-width: 1024px) {
    .intro-analytics {
      margin: 0;
      height: 588px; } }
  .intro-analytics img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .intro-analytics .container {
    width: 100%; }
    @media (min-width: 768px) {
      .intro-analytics .container {
        max-width: 1285px; }
        .intro-analytics .container > * {
          max-width: 400px; }
        .intro-analytics .container > p {
          max-width: 300px; } }
  .intro-analytics.white-intro {
    color: #fff; }
    .intro-analytics.white-intro h1,
    .intro-analytics.white-intro .sub-title {
      color: #fff; }
  .intro-analytics .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 0 30px; }
    @media (min-width: 1024px) {
      .intro-analytics .holder {
        padding: 154px 0 30px; } }
  .intro-analytics h1 {
    margin: 0 0 2px;
    color: #0a426b; }
  .intro-analytics .sub-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #0a426b;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .intro-analytics .sub-title {
        margin: 0 0 26px;
        font-size: 36px; } }
  .intro-analytics p {
    margin: 0 0 30px; }

.types-holder {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .types-holder {
      padding: 50px 0 0; } }
  @media (min-width: 1024px) {
    .types-holder {
      padding: 100px 0 85px; } }
  @media (min-width: 768px) {
    .types-holder .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .types-holder .col {
    padding: 0 0 10px; }
    @media (min-width: 768px) {
      .types-holder .col {
        width: 33.33%;
        padding: 0 10px 30px; } }
    @media (min-width: 1024px) {
      .types-holder .col {
        padding: 0 5% 30px; } }
  .types-holder .ico-holder {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .types-holder .ico-holder {
        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;
        height: 125px;
        margin: 0 0 15px; } }
    .types-holder .ico-holder img {
      max-height: 80px;
      max-width: 80px; }
      @media (min-width: 768px) {
        .types-holder .ico-holder img {
          max-height: 114px;
          max-width: 110px; } }

.reporting-block {
  padding: 30px 0;
  background: #f7f9fa; }
  @media (min-width: 768px) {
    .reporting-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .reporting-block {
      padding: 102px 0 114px; } }
  .reporting-block .container {
    max-width: 1352px; }
  .reporting-block .top-holder {
    text-align: center;
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .reporting-block .top-holder {
        padding: 0 0 83px;
        font-size: 24px;
        line-height: 34px; } }
    .reporting-block .top-holder h2 {
      margin: 0 0 15px;
      text-transform: uppercase;
      color: #0a426b; }
      @media (min-width: 1024px) {
        .reporting-block .top-holder h2 {
          font-size: 48px; } }
    .reporting-block .top-holder p {
      margin: 0; }
  .reporting-block .image-text-info {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .reporting-block .image-text-info {
        padding: 0 0 50px; } }
    @media (min-width: 1024px) {
      .reporting-block .image-text-info {
        padding: 0 0 135px; }
        .reporting-block .image-text-info:last-child {
          padding: 0; } }

.analytics-block {
  padding: 30px 0;
  background: url("images/bg-block-13.jpg") no-repeat 50% 50%/100% 100%;
  color: #fff; }
  @media (min-width: 768px) {
    .analytics-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .analytics-block {
      padding: 109px 0 175px; } }
  .analytics-block .container {
    max-width: 1390px; }
  .analytics-block .top-holder {
    text-align: center;
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .analytics-block .top-holder {
        padding: 0 0 81px;
        font-size: 24px;
        line-height: 34px; } }
    .analytics-block .top-holder h2 {
      margin: 0 0 15px;
      color: #fff;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .analytics-block .top-holder h2 {
          font-size: 48px; } }
    .analytics-block .top-holder p {
      margin: 0; }
    @media (max-width: 767px) {
      .analytics-block .top-holder br {
        display: none; } }
  .analytics-block .image-text-info {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .analytics-block .image-text-info {
        padding: 0 0 50px; } }
    @media (min-width: 1024px) {
      .analytics-block .image-text-info {
        padding: 0 0 152px; }
        .analytics-block .image-text-info:last-child {
          padding: 0; } }
    .analytics-block .image-text-info .sub-title,
    .analytics-block .image-text-info h3 {
      color: #fff; }
  .analytics-block .add-block {
    text-align: center;
    margin: -8px 0 0; }
    .analytics-block .add-block .title {
      display: block;
      margin: 0 0 30px;
      font-size: 20px;
      line-height: 1.3;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .analytics-block .add-block .title {
          font-size: 30px; } }
      @media (min-width: 1024px) {
        .analytics-block .add-block .title {
          margin: 0 0 91px;
          font-size: 48px;
          line-height: 60px; } }

.intro-thank-you {
  padding: 30px 0;
  text-align: center;
  background: url("images/bg-block-4.png") no-repeat 50% 50%/100% 100%;
  margin: 66px 0 0; }
  @media (min-width: 768px) {
    .intro-thank-you {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .intro-thank-you {
      margin: 0;
      padding: 174px 0 90px; } }
  .intro-thank-you h1 {
    margin: 0 0 10px;
    color: #0a426b;
    text-transform: uppercase; }
  .intro-thank-you .sub-title {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 23px; }

.add-info-blocks {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .add-info-blocks {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .add-info-blocks {
      padding: 99px 0 136px; } }
  .add-info-blocks .container {
    max-width: 1270px; }
  .add-info-blocks h2 {
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    color: #0a426b;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .add-info-blocks h2 {
        margin: 0 0 84px;
        line-height: 46px; } }
  .add-info-blocks .col-holder {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .add-info-blocks .col-holder {
        overflow: hidden; } }
    @media (min-width: 1024px) {
      .add-info-blocks .col-holder {
        margin: 0 0 92px; } }
  .add-info-blocks .subscribe-col {
    padding: 20px;
    margin: 0 0 30px;
    text-align: center;
    background: #fdde79;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .add-info-blocks .subscribe-col {
        background: #fdde79 !important; } }
    @media (min-width: 768px) {
      .add-info-blocks .subscribe-col {
        margin: 0 0 60px;
        padding: 29px 5% 0;
        width: 47.7%;
        height: 600px;
        float: left; } }
    @media (min-width: 1024px) {
      .add-info-blocks .subscribe-col {
        height: 742px; } }
    .add-info-blocks .subscribe-col h3 {
      margin: 0 0 3px;
      text-transform: uppercase;
      color: #0a426b; }
      @media (min-width: 1024px) {
        .add-info-blocks .subscribe-col h3 {
          font-size: 48px; } }
    .add-info-blocks .subscribe-col .sub-title {
      display: block;
      font-size: 24px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #0a426b;
      margin: 0 0 7px; }
    .add-info-blocks .subscribe-col p {
      margin: 0 0 32px; }
    .add-info-blocks .subscribe-col .btn {
      background: #0a426b;
      border-color: #0a426b;
      margin: 0 0 21px; }
      @media (min-width: 768px) {
        .add-info-blocks .subscribe-col .btn {
          padding: 12px 30px 16px; } }
      @media (hover: hover) {
        .add-info-blocks .subscribe-col .btn:hover {
          background: #fff;
          color: #0a426b; } }
    .add-info-blocks .subscribe-col .img-holder {
      margin: 0 -61px 0 -13px; }
  .add-info-blocks .programm-col {
    background: #006390;
    position: relative;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    margin: 0 0 30px;
    text-align: center;
    padding: 20px; }
    @media (min-width: 768px) {
      .add-info-blocks .programm-col {
        float: right;
        width: 47.5%;
        padding: 32px 36px;
        height: 386px;
        margin: 0 0 53px; } }
    .add-info-blocks .programm-col .holder {
      background: #e8eff6;
      padding: 20px;
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      @media (min-width: 1024px) {
        .add-info-blocks .programm-col .holder {
          opacity: 0;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
          .add-info-blocks .programm-col .holder:hover {
            opacity: 1; } }
    .add-info-blocks .programm-col h3 {
      margin: 0 0 14px;
      font-weight: 500; }
    .add-info-blocks .programm-col p {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .add-info-blocks .programm-col p {
          margin: 0 0 45px; } }
    .add-info-blocks .programm-col .btn {
      padding: 12px 30px 16px; }
  .add-info-blocks .chat-col {
    padding: 20px;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .add-info-blocks .chat-col {
        float: right;
        width: 47.5%;
        padding: 30px;
        height: 607px; } }
    @media (min-width: 1024px) {
      .add-info-blocks .chat-col {
        height: 749px; } }
    .add-info-blocks .chat-col h3 {
      margin: 0 0 29px;
      text-transform: uppercase;
      color: #0a426b;
      font-size: 30px; }
      @media (min-width: 768px) {
        .add-info-blocks .chat-col h3 {
          font-size: 40px; } }
      @media (min-width: 1024px) {
        .add-info-blocks .chat-col h3 {
          font-size: 48px;
          line-height: 60px; } }
      @media (max-width: 767px) {
        .add-info-blocks .chat-col h3 br {
          display: none; } }
  .add-info-blocks .video-col {
    padding: 20px;
    background: #0d446d;
    text-align: center;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .add-info-blocks .video-col {
        width: 47.7%;
        height: 386px;
        float: left;
        clear: left;
        padding: 32px 32px 39px; } }
    .add-info-blocks .video-col .video-block {
      height: 242px;
      max-width: 383px;
      margin: 0 auto 22px;
      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; }
      .add-info-blocks .video-col .video-block:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 100%;
        width: 30px;
        height: 50px;
        background: url("images/arrow.png") no-repeat 50% 50%/100% 100%;
        margin: -35px 0 0 0;
        pointer-events: none; }
        @media (min-width: 768px) {
          .add-info-blocks .video-col .video-block:after {
            margin: -55px 0 0 0;
            width: 60px;
            height: 108px; } }
        @media (min-width: 1024px) {
          .add-info-blocks .video-col .video-block:after {
            margin: -55px 0 0 -36px; } }
      .add-info-blocks .video-col .video-block i {
        color: #aec2d9;
        font-size: 54px;
        line-height: 1;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
    @media (min-width: 1024px) {
      .add-info-blocks .video-col .btn {
        padding: 12px 30px 16px; } }
  .add-info-blocks .btn-check {
    display: block;
    margin: 0 auto;
    max-width: 366px;
    width: 100%; }

.template-banner {
  margin: 0 0 30px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .template-banner {
      margin: 0 0 50px; } }
  @media (min-width: 1024px) {
    .template-banner {
      margin: 0 0 121px; } }
  .template-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover; }
    @media (min-width: 768px) {
      .template-banner img {
        height: 500px; } }
    @media (min-width: 1024px) {
      .template-banner img {
        height: 627px; } }
  .template-banner .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0 20px; }
    @media (min-width: 768px) {
      .template-banner .holder {
        padding: 92px 0 20px; } }
  .template-banner h2 {
    margin: 0 0 20px; }
  .template-banner p {
    margin: 0 0 38px; }

.intro-services {
  position: relative;
  height: 400px;
  margin: 66px 0 0; }
  @media (min-width: 1024px) {
    .intro-services {
      height: 567px;
      margin: 0; } }
  .intro-services img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .intro-services .container {
    width: 100%; }
  .intro-services.white-intro {
    color: #fff; }
    .intro-services.white-intro h1 {
      color: #fff; }
  .intro-services .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .intro-services .holder:only-child {
      position: static; }
  .intro-services .container {
    max-width: 1296px; }
  .intro-services h1 {
    margin: 0 0 10px;
    color: #0a426b;
    max-width: 640px; }
    @media (min-width: 1024px) {
      .intro-services h1 {
        margin: 0 0 23px;
        line-height: 60px; } }
  .intro-services p {
    max-width: 500px;
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .intro-services p {
        margin: 0 0 55px; } }

.add-columns-block {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .add-columns-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .add-columns-block {
      padding: 79px 0 106px; } }
  .add-columns-block .container {
    max-width: 1386px; }
  .add-columns-block .top-holder {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .add-columns-block .top-holder {
        padding: 0 0 50px; } }
    @media (min-width: 1024px) {
      .add-columns-block .top-holder {
        padding: 0 0 106px; } }
    .add-columns-block .top-holder h2 {
      margin: 0 0 13px;
      color: #0a426b; }
      @media (min-width: 1024px) {
        .add-columns-block .top-holder h2 {
          font-size: 48px;
          line-height: 60px; } }
    .add-columns-block .top-holder p {
      margin: 0 auto;
      max-width: 750px; }
  @media (max-width: 767px) {
    .add-columns-block br {
      display: none; } }
  @media (min-width: 768px) {
    .add-columns-block .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .add-columns-block .col {
      width: 33.33%;
      padding: 0 10px; } }
  @media (min-width: 1024px) {
    .add-columns-block .col {
      padding: 0 3.5%; } }
  .add-columns-block .ico-holder {
    font-size: 55px;
    line-height: 1;
    color: #aec2d9;
    margin: 0 0 17px;
    height: 90px;
    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; }
    .add-columns-block .ico-holder img {
      max-width: 80px;
      max-height: 80px; }
  .add-columns-block h3 {
    margin: 0 0 11px; }
    @media (min-width: 1024px) {
      .add-columns-block h3 {
        font-size: 24px;
        line-height: 34px; } }
  .add-columns-block p {
    margin: 0 0 20px; }
  .add-columns-block .btn {
    display: block;
    margin: 62px auto 0;
    max-width: 200px; }

.experts-block {
  padding: 30px 0;
  background: #0a426b;
  text-align: center; }
  @media (min-width: 768px) {
    .experts-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .experts-block {
      padding: 113px 0 92px; } }
  .experts-block .container {
    max-width: 1328px; }
  .experts-block .top-holder {
    color: #fff;
    padding: 0 0 50px; }
    @media (min-width: 1200px) {
      .experts-block .top-holder {
        padding: 0 18% 70px; } }
  .experts-block h2 {
    margin: 0 0 13px;
    color: #fff; }
    @media (min-width: 768px) {
      .experts-block h2 {
        line-height: 60px; } }
  @media (min-width: 768px) {
    .experts-block .col-holder {
      overflow: hidden; } }
  .experts-block .col-holder .col {
    margin: 0 0 30px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .experts-block .col-holder .col {
        float: left;
        width: 45%;
        margin: 0 2.5% 60px; } }
    @media (min-width: 1024px) {
      .experts-block .col-holder .col {
        padding: 45px 3%; } }
  .experts-block h3 {
    margin: 0 0 7px;
    color: #000;
    text-transform: uppercase; }
  .experts-block .sub-title {
    display: block;
    color: #006390;
    margin: 0 0 14px;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.3px; }
  .experts-block p {
    margin: 0; }

.customer-support {
  background: #dce5ef;
  text-align: center; }
  @media (min-width: 768px) {
    .customer-support .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .customer-support .row:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .customer-support .img-holder {
      width: 50%; }
      .customer-support .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  .customer-support .text-holder {
    padding: 20px;
    background: -webkit-linear-gradient(top, #f3f6f9 0%, #dbe4ee 100%);
    background: linear-gradient(to bottom, #f3f6f9 0%, #dbe4ee 100%); }
    @media (min-width: 768px) {
      .customer-support .text-holder {
        padding: 30px;
        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: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 50%; } }
    @media (min-width: 1024px) {
      .customer-support .text-holder {
        padding: 30px 8% 50px; } }
  .customer-support h2 {
    margin: 0 0 14px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .customer-support h2 {
        line-height: 46px; } }
  .customer-support p {
    margin: 0; }

.more-services {
  padding: 30px 0;
  text-align: center;
  background: url("images/bg-block-14.jpg") no-repeat 50% 50%/100% 100%; }
  @media (min-width: 768px) {
    .more-services {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .more-services {
      padding: 96px 0 142px; } }
  .more-services .container {
    max-width: 1300px; }
  .more-services h2 {
    margin: 0 0 30px;
    color: #0a426b; }
    @media (min-width: 1024px) {
      .more-services h2 {
        margin: 0 0 67px; } }
  @media (min-width: 768px) {
    .more-services .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .more-services .col {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .more-services .col {
        width: 50%;
        padding: 0 15px; } }
    @media (min-width: 1024px) {
      .more-services .col {
        padding: 0 4%; } }
  .more-services .ico-holder {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .more-services .ico-holder {
        margin: 0 0 29px; } }
    .more-services .ico-holder img {
      max-height: 60px;
      max-width: 60px; }
      @media (min-width: 768px) {
        .more-services .ico-holder img {
          max-height: 86px;
          max-width: 90px; } }
  .more-services h3 {
    margin: 0 0 15px;
    text-transform: uppercase; }
  .more-services p {
    margin: 0; }

.add-resources-block {
  padding: 30px 0;
  background: -webkit-linear-gradient(top, #003a61 0%, #005984 100%);
  background: linear-gradient(to bottom, #003a61 0%, #005984 100%);
  text-align: center; }
  @media (min-width: 768px) {
    .add-resources-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .add-resources-block {
      padding: 98px 0 115px; } }
  .add-resources-block .container {
    max-width: 1302px; }
  .add-resources-block h2 {
    margin: 0 0 30px;
    color: #fff; }
    @media (min-width: 1024px) {
      .add-resources-block h2 {
        margin: 0 0 65px; } }
  .add-resources-block .col-holder {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .add-resources-block .col-holder {
        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: 0 -1.1% 30px; } }
    @media (min-width: 1024px) {
      .add-resources-block .col-holder {
        margin: 0 -1.1% 50px; } }
  .add-resources-block .col {
    margin: 0 0 30px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .add-resources-block .col {
        width: 31.1%;
        margin: 0 1.1% 30px; } }
    .add-resources-block .col img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .add-resources-block .col h3 {
      margin: 0;
      font-size: 13px;
      line-height: 1.2;
      font-weight: bold;
      color: #0a426b;
      background: #fff;
      text-transform: uppercase;
      padding: 8px 8px 14px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      @media (min-width: 1024px) {
        .add-resources-block .col h3 {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .add-resources-block .col h3 {
          font-size: 24px; } }
    .add-resources-block .col .more {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      color: #dc9927;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 500;
      text-transform: uppercase;
      padding: 10px; }
      @media (min-width: 1024px) {
        .add-resources-block .col .more {
          font-size: 14px;
          padding: 14px; } }
      .add-resources-block .col .more:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: bold;
        content: "\f054";
        margin: 0 6px 0 0; }
      @media (min-width: 1024px) {
        .add-resources-block .col .more:hover {
          color: #0a426b; } }
  .add-resources-block .big-post {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .add-resources-block .big-post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media (min-width: 768px) {
      .add-resources-block .big-post .img-holder {
        width: 68%; }
        .add-resources-block .big-post .img-holder img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
    .add-resources-block .big-post .text-holder {
      background: #fff;
      padding: 20px;
      line-height: 1.3; }
      @media (min-width: 768px) {
        .add-resources-block .big-post .text-holder {
          width: 32%;
          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: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (min-width: 1024px) {
        .add-resources-block .big-post .text-holder {
          padding: 30px 4%;
          line-height: 26px; } }
    .add-resources-block .big-post h3 {
      margin: 0 0 10px;
      font-size: 25px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #0a426b; }
      @media (min-width: 1024px) {
        .add-resources-block .big-post h3 {
          margin: 0 0 14px;
          font-size: 36px;
          line-height: 39px; } }
      .add-resources-block .big-post h3 strong {
        font-size: 20px;
        display: block; }
        @media (min-width: 1024px) {
          .add-resources-block .big-post h3 strong {
            font-size: 24px; } }
    .add-resources-block .big-post p {
      margin: 0 0 20px; }
      @media (min-width: 1024px) {
        .add-resources-block .big-post p {
          margin: 0 0 39px; } }

.intro-overview {
  position: relative;
  height: 400px;
  margin: 66px 0 0; }
  @media (min-width: 1024px) {
    .intro-overview {
      height: 567px;
      margin: 0; } }
  .intro-overview img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .intro-overview .container {
    width: 100%; }
  .intro-overview.white-intro {
    color: #fff; }
    .intro-overview.white-intro h1 {
      color: #fff; }
  .intro-overview .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .intro-overview .holder {
        padding: 138px 0 30px; } }
    .intro-overview .holder:only-child {
      position: static; }
  .intro-overview .container {
    max-width: 1296px; }
  .intro-overview h1 {
    margin: 0 0 10px;
    color: #0a426b;
    max-width: 640px; }
    @media (min-width: 1024px) {
      .intro-overview h1 {
        margin: 0 0 33px;
        line-height: 60px; } }
  .intro-overview p {
    max-width: 500px;
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .intro-overview p {
        margin: 0 0 55px; } }

.icm-block {
  padding: 30px 0;
  text-align: center;
  background: url("images/bg-block-15.jpg") no-repeat 50% 50%/100% 100%; }
  @media (min-width: 768px) {
    .icm-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .icm-block {
      padding: 89px 0 111px; } }
  .icm-block h2 {
    margin: 0 0 13px;
    color: #0a426b; }
  .icm-block p {
    margin: 0 0 39px; }
  .icm-block .graphic-holder {
    max-width: 446px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .icm-block .graphic-holder {
        margin: 0 auto 60px; } }
  .icm-block h3 {
    margin: 0 0 39px; }

.platform-block {
  padding: 30px 0;
  text-align: center;
  background: #e5e7ea; }
  @media (min-width: 768px) {
    .platform-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .platform-block {
      padding: 101px 0 105px; } }
  .platform-block .container {
    max-width: 943px; }
  .platform-block h2 {
    margin: 0 0 12px;
    color: #0a426b; }
    @media (min-width: 1024px) {
      .platform-block h2 {
        line-height: 60px; } }
  .platform-block .top-holder {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .platform-block .top-holder {
        padding: 0 10% 39px; } }
  .platform-block .img-holder {
    background: url("images/laptop.png") no-repeat 50% 50%/100% 100%;
    padding: 3vw 12.5vw 6.4vw;
    margin: 0 -20px 30px; }
    @media (min-width: 970px) {
      .platform-block .img-holder {
        padding: 29px 119px 57px;
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .platform-block .img-holder {
        margin: 0 0 68px; } }
  .platform-block h3 {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .platform-block h3 {
        margin: 0 0 46px; } }

.best-practices {
  padding: 30px 0;
  background: -webkit-linear-gradient(top, #0a426b 0%, #006390 100%);
  background: linear-gradient(to bottom, #0a426b 0%, #006390 100%);
  text-align: center; }
  @media (min-width: 768px) {
    .best-practices {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .best-practices {
      padding: 128px 0 75px; } }
  .best-practices .container {
    max-width: 1248px; }
  .best-practices h2 {
    margin: 0 0 30px;
    color: #fff; }
    @media (min-width: 1024px) {
      .best-practices h2 {
        margin: 0 0 82px; } }
  @media (min-width: 768px) {
    .best-practices .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -1%; } }
  @media (min-width: 1024px) {
    .best-practices .col-holder {
      margin: 0 -2.5%; } }
  .best-practices .col {
    margin: 0 0 30px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px 15px 30px;
    position: relative; }
    @media (min-width: 768px) {
      .best-practices .col {
        margin: 0 1% 30px;
        width: 31.3%; } }
    @media (min-width: 1024px) {
      .best-practices .col {
        padding: 33px 20px 52px;
        width: 28.3%;
        margin: 0 2.5% 63px; } }
  .best-practices .ico-holder {
    height: 70px;
    margin: 0 0 19px;
    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; }
    @media (min-width: 1024px) {
      .best-practices .ico-holder {
        height: 100px; } }
    .best-practices .ico-holder img {
      max-height: 70px;
      max-width: 70px; }
      @media (min-width: 1024px) {
        .best-practices .ico-holder img {
          max-height: 100px;
          max-width: 100px; } }
  .best-practices h3 {
    margin: 0 0 13px;
    font-weight: 500; }
  .best-practices p {
    margin: 0 0 43px; }
  .best-practices a {
    display: block;
    margin: 0 -20px;
    background: #eaf0f8;
    color: #dc9927;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 18px 18px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .best-practices a:after {
      content: "\f054";
      font-weight: bold;
      font-family: "Font Awesome 5 Pro";
      margin: 0 0 0 6px; }
    @media (min-width: 1024px) {
      .best-practices a:hover {
        color: #000; } }

.management-services {
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .management-services {
      font-size: 24px;
      line-height: 34px; } }
  .management-services img {
    width: 100%;
    height: 400px;
    object-fit: cover; }
    @media (min-width: 768px) {
      .management-services img {
        height: 554px; } }
  .management-services .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .management-services .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .management-services .container:after {
      display: none; }
  .management-services .text-holder {
    padding: 20px 0; }
    @media (min-width: 1024px) {
      .management-services .text-holder {
        width: 55%; } }
  .management-services h2 {
    margin: 0 0 16px;
    font-weight: 500;
    color: #0a426b; }
  .management-services p {
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .management-services p {
        padding: 0 10%;
        margin: 0 0 42px; } }
  .management-services h3 {
    margin: 0 0 15px; }
    @media (max-width: 767px) {
      .management-services h3 {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .management-services h3 {
        margin: 0 0 54px; } }
    @media (min-width: 1024px) {
      .management-services h3 {
        line-height: 34px; } }

.intro-features {
  position: relative;
  height: 400px;
  margin: 66px 0 0;
  color: #fff; }
  @media (min-width: 1024px) {
    .intro-features {
      height: 588px;
      margin: 0; } }
  .intro-features img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .intro-features .container {
    width: 100%; }
  .intro-features.white-intro {
    color: #fff; }
    .intro-features.white-intro h1 {
      color: #fff; }
  .intro-features .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .intro-features .holder {
        padding: 55px 0 30px; } }
    .intro-features .holder:only-child {
      position: static; }
  .intro-features .container {
    max-width: 1296px; }
  .intro-features h1 {
    margin: 0 0 10px;
    color: #fff;
    max-width: 640px; }
    @media (min-width: 1024px) {
      .intro-features h1 {
        margin: 0 0 21px;
        line-height: 60px; } }
  .intro-features p {
    max-width: 500px;
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .intro-features p {
        margin: 0 0 55px; } }

.features-intro-text {
  padding: 30px 0;
  text-align: center;
  background: #f7f9fa; }
  @media (min-width: 768px) {
    .features-intro-text {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .features-intro-text {
      padding: 75px 0 103px; } }
  .features-intro-text .container {
    max-width: 830px; }
  .features-intro-text h2 {
    margin: 0 0 14px; }
  .features-intro-text p {
    margin: 0; }

.platform-features {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .platform-features {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .platform-features {
      padding: 79px 0 50px; } }
  .platform-features .container {
    max-width: 1184px; }
  .platform-features h2 {
    margin: 0 0 33px;
    color: #0a426b;
    text-align: center; }
    @media (min-width: 768px) {
      .platform-features h2 {
        text-transform: uppercase; } }

.custom-navigation {
  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;
  padding: 0 0 30px;
  margin: 0 -10% 0 0; }
  @media (min-width: 768px) {
    .custom-navigation {
      padding: 0 0 50px; } }
  @media (min-width: 1024px) {
    .custom-navigation {
      padding: 0 0 62px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1200px) {
    .custom-navigation {
      margin: 0 -16.3% 0 0; } }
  .custom-navigation li {
    width: 100%;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .custom-navigation li {
        width: 33%; } }
    @media (min-width: 1024px) {
      .custom-navigation li {
        width: 25%; } }
  .custom-navigation a {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    font-size: 17px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .custom-navigation a {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .custom-navigation a:hover {
        color: #aec2d9; }
        .custom-navigation a:hover:before {
          color: #aec2d9; } }
    .custom-navigation a.active {
      color: #fed028;
      font-weight: bold; }
    .custom-navigation a:before {
      content: '\f061';
      font-weight: bold;
      font-family: "Font Awesome 5 Pro";
      margin: 0 9px 0 0;
      color: #fed028;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }

.columns-slider-block {
  padding: 59px 0 14px;
  position: relative; }
  @media (min-width: 1024px) {
    .columns-slider-block {
      margin: 0 -31px 0 0; } }
  .columns-slider-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 20px;
    background: -webkit-linear-gradient(top, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
    opacity: 0.8;
    width: 1300px;
    margin: 0 0 0 -650px;
    border-radius: 0 0 100px 100px; }
  .columns-slider-block:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    height: 20px;
    background: -webkit-linear-gradient(top, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
    opacity: 0.8;
    width: 1300px;
    margin: 0 0 0 -650px;
    border-radius: 0 0 100px 100px; }

.custom-buttons {
  text-align: center;
  padding: 0 0 30px; }
  @media (min-width: 1024px) {
    .custom-buttons {
      padding: 0 0 58px; } }
  .custom-buttons button {
    padding: 0;
    margin: 0 9px;
    border: 0;
    background: 0;
    font-size: 24px;
    line-height: 1;
    color: #d6e0ec;
    outline: none; }
    @media (min-width: 1024px) {
      .custom-buttons button:hover {
        color: #aec2d9; } }

@media (min-width: 768px) {
  .slide-info {
    overflow: hidden;
    padding: 0 0 0 7px; } }

.slide-info .img-holder {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .slide-info .img-holder {
      padding: 0;
      float: right;
      width: 60%; } }
  .slide-info .img-holder img {
    width: 100%; }

@media (min-width: 768px) {
  .slide-info .text-holder {
    float: left;
    width: 36%;
    padding: 64px 0 0; } }

.slide-info .text-holder .sub-title {
  display: block;
  color: #006390;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 4px;
  margin: 0 0 4px; }
  @media (min-width: 768px) {
    .slide-info .text-holder .sub-title {
      font-size: 18px; } }

.slide-info .text-holder h3 {
  margin: 0 0 10px;
  color: #000; }
  @media (min-width: 1024px) {
    .slide-info .text-holder h3 {
      line-height: 46px; } }

@media (min-width: 768px) {
  .slide-info .col-holder {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 53px 0 0; } }

.slide-info .col-holder h3 {
  margin: 0 0 6px;
  font-weight: 500; }
  .slide-info .col-holder h3 i {
    color: #fed028;
    margin: 0 10px 0 0; }

.slide-info .col-holder .col {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .slide-info .col-holder .col {
      width: 47%;
      margin: 0 0 54px; } }

.slide-info .col-holder p {
  margin: 0 0 25px; }
  .slide-info .col-holder p:last-child {
    margin: 0; }
  .slide-info .col-holder p a {
    font-weight: 500;
    text-decoration: underline; }
    @media (min-width: 1024px) {
      .slide-info .col-holder p a:hover {
        text-decoration: none; } }

.cloud-block {
  text-align: center;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .cloud-block {
      padding: 0; } }
  @media (min-width: 1024px) {
    .cloud-block {
      padding: 45px 0 82px; } }
  .cloud-block h2 {
    margin: 0 0 30px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .cloud-block h2 {
        margin: 0 0 88px;
        padding: 0 23%;
        line-height: 46px; } }
  @media (min-width: 768px) {
    .cloud-block .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cloud-block .col {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .cloud-block .col {
        width: 33.33%;
        padding: 0 15px 20px; } }
    @media (min-width: 1024px) {
      .cloud-block .col {
        padding: 0 40px 40px; } }
  .cloud-block .ico-holder {
    height: 50px;
    margin: 0 0 15px;
    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; }
    @media (min-width: 1024px) {
      .cloud-block .ico-holder {
        margin: 0 0 26px;
        height: 85px; } }
  .cloud-block img {
    max-height: 50px;
    max-width: 50px; }
    @media (min-width: 1024px) {
      .cloud-block img {
        max-height: 85px;
        max-width: 85px; } }
  .cloud-block h3 {
    margin: 0 0 14px;
    text-transform: uppercase; }

.build-block {
  padding: 30px 0;
  background: #0a426b;
  text-align: center; }
  @media (min-width: 768px) {
    .build-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .build-block {
      padding: 110px 0 179px; } }
  .build-block .container {
    max-width: 1323px; }
  .build-block .top-holder {
    color: #fff;
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .build-block .top-holder {
        padding: 0 5% 85px;
        font-size: 24px;
        line-height: 34px; } }
  .build-block h2 {
    margin: 0 0 16px;
    color: #fff;
    font-weight: 500; }
  .build-block p {
    margin: 0; }
  @media (min-width: 768px) {
    .build-block .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px; } }
  @media (min-width: 1024px) {
    .build-block .col-holder {
      margin: 0 -6px; } }
  .build-block .col-holder .col {
    margin: 0 0 10px;
    padding: 15px 15px 20px;
    border-radius: 10px;
    background: -webkit-linear-gradient(left, white 0%, white 50%, whitesmoke 51%, whitesmoke 100%);
    background: linear-gradient(to right, white 0%, white 50%, whitesmoke 51%, whitesmoke 100%);
    position: relative;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .build-block .col-holder .col {
        width: 13.4%;
        height: 180px;
        margin: 0 3px;
        padding: 24px 15px; } }
    @media (min-width: 1024px) {
      .build-block .col-holder .col {
        height: 257px;
        margin: 0 6px; } }
    .build-block .col-holder .col:first-child:after {
      display: none; }
    .build-block .col-holder .col:last-child span, .build-block .col-holder .col:last-child:before {
      display: none; }
    .build-block .col-holder .col:after {
      position: absolute;
      content: '';
      width: 9px;
      height: 9px;
      border-radius: 100%;
      background: #000;
      left: 50%;
      margin: 0 0 0 -5px;
      top: 4px; }
      @media (min-width: 768px) {
        .build-block .col-holder .col:after {
          top: 50%;
          left: 4px;
          bottom: auto;
          margin: -5px 0 0; } }
    .build-block .col-holder .col:before {
      position: absolute;
      content: '';
      width: 9px;
      height: 9px;
      border-radius: 100%;
      background: #000;
      left: 50%;
      bottom: 4px;
      margin: 0 0 0 -5px; }
      @media (min-width: 768px) {
        .build-block .col-holder .col:before {
          top: 50%;
          left: auto;
          bottom: auto;
          right: 4px;
          margin: -5px 0 0; } }
    .build-block .col-holder .col span {
      position: absolute;
      bottom: -19px;
      right: 50%;
      margin: 0 -2px 0 0;
      width: 5px;
      height: 28px;
      border-radius: 8px;
      z-index: 10;
      background: -webkit-linear-gradient(left, #e6e6e6 0%, white 50%, #e6e6e6 100%);
      background: linear-gradient(to right, #e6e6e6 0%, white 50%, #e6e6e6 100%); }
      @media (min-width: 768px) {
        .build-block .col-holder .col span {
          margin: -3px 0 0;
          top: 50%;
          right: -17px;
          width: 28px;
          height: 5px; } }
      @media (min-width: 1024px) {
        .build-block .col-holder .col span {
          right: -23px;
          width: 34px; } }
  .build-block .col-holder strong {
    display: block;
    margin: 0 0 10px;
    color: #fed028;
    font-size: 35px;
    line-height: 1.1; }
    @media (min-width: 1024px) {
      .build-block .col-holder strong {
        margin: 0 0 15px;
        font-size: 52px; } }
  .build-block .col-holder p {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .build-block .col-holder p {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      .build-block .col-holder p {
        font-size: 16px;
        margin: 0 0 26px; } }
    @media (min-width: 1200px) {
      .build-block .col-holder p {
        font-size: 18px;
        line-height: 29px; } }
    @media (max-width: 767px) {
      .build-block .col-holder p br {
        display: none; } }
  .build-block .col-holder i {
    font-size: 20px;
    line-height: 1;
    color: #0a426b; }
    @media (min-width: 1024px) {
      .build-block .col-holder i {
        font-size: 30px; } }

.intro-icm {
  position: relative;
  height: 300px;
  margin: 66px 0 0; }
  @media (min-width: 768px) {
    .intro-icm {
      height: 400px; } }
  @media (min-width: 1024px) {
    .intro-icm {
      height: 571px;
      margin: 0; } }
  .intro-icm img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .intro-icm .container {
    width: 100%; }
  .intro-icm.white-intro {
    color: #fff; }
    .intro-icm.white-intro h1 {
      color: #fff; }
  .intro-icm .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .intro-icm .holder {
        padding: 55px 0 30px; } }
    .intro-icm .holder:only-child {
      position: static; }
  .intro-icm .container {
    max-width: 1296px; }
  .intro-icm h1 {
    margin: 0 0 10px;
    color: #000;
    max-width: 700px; }
    @media (min-width: 1024px) {
      .intro-icm h1 {
        margin: 0 0 21px;
        line-height: 60px; } }
  .intro-icm p {
    max-width: 500px;
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .intro-icm p {
        margin: 0 0 55px; } }

.icm-intro-text {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .icm-intro-text {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .icm-intro-text {
      padding: 73px 0 90px;
      font-size: 24px;
      line-height: 36px; } }
  .icm-intro-text .container {
    max-width: 900px; }
  .icm-intro-text h2 {
    margin: 0 0 16px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .icm-intro-text h2 {
        line-height: 46px; } }
  .icm-intro-text p {
    margin: 0; }

.icm-info {
  padding: 30px 0;
  color: #fff;
  background: -webkit-linear-gradient(top, #00618e 0%, #003d65 100%);
  background: linear-gradient(to bottom, #00618e 0%, #003d65 100%); }
  @media (min-width: 768px) {
    .icm-info {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .icm-info {
      padding: 84px 0; } }
  .icm-info .container {
    max-width: 1152px; }
  .icm-info .title {
    font-size: 80px;
    line-height: 1;
    font-weight: normal;
    color: #aec2d9;
    letter-spacing: -2.3px;
    margin: 0 0 30px;
    display: block; }
    @media (min-width: 768px) {
      .icm-info .title {
        margin: -10px 40px 0 0;
        float: left; } }
    @media (min-width: 1024px) {
      .icm-info .title {
        font-size: 117px; } }
  .icm-info p {
    overflow: hidden;
    margin: 0; }

.use-data {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .use-data {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .use-data {
      padding: 122px 0 129px; } }
  .use-data .container {
    max-width: 1376px; }
  .use-data h2 {
    margin: 0 0 14px;
    color: #0a426b; }
    @media (min-width: 768px) {
      .use-data h2 + p {
        margin: 0 auto 65px;
        max-width: 900px; } }
  .use-data .img-holder {
    max-width: 730px;
    margin: 0 auto 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
    @media (min-width: 1024px) {
      .use-data .img-holder {
        margin: 0 auto 70px; } }
    .use-data .img-holder img {
      width: 100%; }
  @media (min-width: 768px) {
    .use-data .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .use-data .col {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .use-data .col {
        width: 33.33%;
        padding: 0 3%; } }
  .use-data .ico-holder {
    height: 100px;
    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;
    margin: 0 0 12px; }
    .use-data .ico-holder img {
      max-width: 85px;
      max-width: 85px; }
  .use-data h3 {
    margin: 0 0 14px;
    text-transform: uppercase; }
  .use-data p {
    margin: 0; }

.future-block {
  padding: 30px 0;
  background: #0a426b; }
  @media (min-width: 768px) {
    .future-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .future-block {
      padding: 108px 0 142px; } }
  .future-block .container {
    max-width: 1039px; }
  .future-block .top-holder {
    color: #fff;
    text-align: center;
    padding: 0 0 33px; }
  .future-block h2 {
    margin: 0 0 14px;
    color: #fff; }
  .future-block p {
    margin: 0 0 20px;
    letter-spacing: -0.2px; }
  .future-block .tabset-holder {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8); }
    @media (max-width: 767px) {
      .future-block .tabset-holder {
        margin: 0 -20px; } }
  .future-block .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .future-block .tabset {
        overflow: hidden;
        border-radius: 15px 15px 0 0; } }
    .future-block .tabset li {
      width: 33.33%; }
      .future-block .tabset li:last-child a {
        border-width: 0 0 1px; }
      .future-block .tabset li a {
        display: block;
        padding: 15px 10px;
        background: #f0f5fa;
        text-align: center;
        font-size: 10px;
        line-height: 1.3;
        font-weight: 500;
        text-transform: uppercase;
        color: #000;
        border: solid #d5d9de;
        border-width: 0 1px 1px 0; }
        @media (min-width: 768px) {
          .future-block .tabset li a {
            box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
            font-size: 24px;
            padding: 20px; } }
        @media (min-width: 1024px) {
          .future-block .tabset li a {
            padding: 47px 20px 53px; } }
        .future-block .tabset li a.active {
          background: #fff;
          position: relative; }
          .future-block .tabset li a.active:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: -1px;
            right: 0;
            height: 4px;
            background: #fed028; }
          .future-block .tabset li a.active:before {
            position: absolute;
            content: '';
            left: 50%;
            bottom: 0;
            margin: 0 0 0 -10px;
            width: 0;
            height: 0;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-bottom: 11px solid #fed028; }
  .future-block .tab-content {
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 20px; }
    @media (min-width: 768px) {
      .future-block .tab-content {
        padding: 28px 40px 40px; } }
  .future-block .img-holder {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .future-block .img-holder {
        width: 40%;
        float: left;
        margin: 0 8.2% 0 0; } }
    .future-block .img-holder img {
      width: 100%; }
  @media (min-width: 768px) {
    .future-block .text-holder {
      overflow: hidden;
      padding: 16px 0 0; } }
  .future-block h3 {
    margin: 0 0 12px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .future-block h3 {
        line-height: 34px; } }

.tap-resources {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .tap-resources {
      padding: 0 0 50px; } }
  @media (min-width: 1024px) {
    .tap-resources {
      padding: 0 0 102px; } }
  .tap-resources .container {
    max-width: 1240px; }
  .tap-resources h2 {
    text-align: center;
    color: #0a426b;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .tap-resources h2 {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .tap-resources h2 {
        margin: 0 0 75px; } }
  .tap-resources .img-holder {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .tap-resources .img-holder {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .tap-resources .img-holder {
        margin: 0 0 85px; } }
  @media (min-width: 768px) {
    .tap-resources .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .tap-resources .col {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .tap-resources .col {
        width: 33.33%;
        padding: 0 3% 0 0; } }
  .tap-resources h3 {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .tap-resources h3 {
        margin: 0 0 36px; } }
  .tap-resources ul li {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .tap-resources ul li {
        padding: 0 0 0 48px; } }
    .tap-resources ul li:before {
      position: absolute;
      content: "\f061";
      top: 2px;
      left: 0;
      font-family: "Font Awesome 5 Pro";
      font-size: 28px;
      line-height: 1;
      color: #aec2d9; }

.compliance-management {
  padding: 30px 0 0;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .compliance-management {
      padding: 50px 0 80px; } }
  @media (min-width: 1024px) {
    .compliance-management {
      padding: 108px 0; } }
  .compliance-management .container {
    max-width: 1000px; }
  .compliance-management .top-holder {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .compliance-management .top-holder {
        padding: 0 0 50px; } }
    @media (min-width: 1024px) {
      .compliance-management .top-holder {
        padding: 0 0 130px; } }
    .compliance-management .top-holder h2 {
      margin: 0 0 12px;
      color: #fff; }
      @media (min-width: 1024px) {
        .compliance-management .top-holder h2 {
          line-height: 60px; } }
    .compliance-management .top-holder p {
      margin: 0 0 20px; }
  .compliance-management .tabset-holder {
    background: -webkit-radial-gradient(center ellipse, #025c89 0%, #09456f 100%);
    background: radial-gradient(ellipse at center, #025c89 0%, #09456f 100%);
    margin: 0 -20px; }
    @media (min-width: 768px) {
      .compliance-management .tabset-holder {
        position: relative;
        width: 710px;
        height: 710px;
        border-radius: 100%;
        margin: 0 auto;
        border: 5px dotted #fff; } }
    @media (max-width: 1023px) {
      .compliance-management .tabset-holder {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
    @media (max-width: 767px) {
      .compliance-management .tabset-holder {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }
  @media (max-width: 767px) {
    .compliance-management .tabset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .compliance-management .tabset li {
      width: 50%; } }
  @media (min-width: 768px) {
    .compliance-management .tabset li {
      position: absolute;
      top: -73px;
      left: 274px; }
      .compliance-management .tabset li:nth-child(2) {
        top: -13px;
        left: 481px; }
      .compliance-management .tabset li:nth-child(3) {
        top: 163px;
        left: 610px; }
      .compliance-management .tabset li:nth-child(4) {
        top: 387px;
        left: 610px; }
      .compliance-management .tabset li:nth-child(5) {
        top: 564px;
        left: 481px; }
      .compliance-management .tabset li:nth-child(6) {
        top: 624px;
        left: 274px; }
      .compliance-management .tabset li:nth-child(7) {
        top: 564px;
        left: 67px; }
      .compliance-management .tabset li:nth-child(8) {
        top: 388px;
        left: -63px; }
      .compliance-management .tabset li:nth-child(9) {
        top: 163px;
        left: -63px; }
      .compliance-management .tabset li:nth-child(10) {
        top: -13px;
        left: 67px; } }
  .compliance-management .tabset li a {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #89a9c8;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    border: 1px solid #fff;
    font-weight: 500;
    padding: 5px;
    height: 100%; }
    @media (min-width: 768px) {
      .compliance-management .tabset li a {
        width: 152px;
        height: 152px;
        border-radius: 100%;
        border: 5px solid #fff; } }
    .compliance-management .tabset li a.active {
      background: #fed028;
      color: #0a426b;
      pointer-events: none; }
    @media (min-width: 1024px) {
      .compliance-management .tabset li a:hover:not(.active) {
        background: #0a426b; } }
  .compliance-management .tabset li i {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 2px; }
    @media (min-width: 768px) {
      .compliance-management .tabset li i {
        margin: 0 0 5px;
        font-size: 49px; } }
  .compliance-management .tab-content {
    padding: 20px; }
    @media (min-width: 768px) {
      .compliance-management .tab-content {
        width: 100%;
        height: 100%;
        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: 50px 22% 110px; } }
  .compliance-management h3 {
    margin: 0 0 11px;
    color: #fff;
    font-weight: 500; }
  .compliance-management p {
    margin: 0; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

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: #1e1e1e;
  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: .9;
  -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: 6px; }

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

.fancybox-slide--image .fancybox-content {
  -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;
  left: env(safe-area-inset-left);
  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-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* 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); } }

.intro-podcast-single {
  background: #0a426b;
  padding: 20px 0;
  text-align: center;
  background: url("images/bg-block-18.jpg") no-repeat 50% 50%/100% 100%;
  margin: 66px 0 0;
  height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media (min-width: 768px) {
    .intro-podcast-single {
      height: 305px; } }
  @media (min-width: 1024px) {
    .intro-podcast-single {
      margin: 120px 0 0; } }
  .intro-podcast-single .img-holder {
    width: 150px;
    position: absolute;
    top: 10px;
    left: -60px; }
    @media (min-width: 768px) {
      .intro-podcast-single .img-holder {
        top: 24px;
        left: -70px;
        width: 232px; } }
    @media (min-width: 1024px) {
      .intro-podcast-single .img-holder {
        left: 50%;
        margin: 0 0 0 -523px; } }
  .intro-podcast-single .container {
    width: 100%;
    position: relative;
    z-index: 1; }
  .intro-podcast-single h1 {
    margin: 0 auto;
    text-transform: uppercase;
    color: #006390;
    max-width: 700px; }

.podcast-intro-slider {
	border: 1px solid #000;
	margin: 0 -20px 30px; }
	@media (min-width: 1024px) {
		.podcast-intro-slider {
		margin: 0 -26px 57px; } }
	.podcast-intro-slider .podcast-slick-dots {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px;
		text-align: center;
		line-height: 0; }
		.podcast-intro-slider .podcast-slick-dots li {
		display: inline-block;
		vertical-align: top;
		margin: 0 4px; }
		.podcast-intro-slider .podcast-slick-dots li.slick-active button {
			background: #0a426b; }
		.podcast-intro-slider .podcast-slick-dots li button {
			width: 7px;
			height: 7px;
			border-radius: 100%;
			background: #aec2d9;
			text-indent: -9999px;
			overflow: hidden;
			padding: 0;
			border: 0; }

.audio-holder {
  margin: 0 -20px 30px; }
  @media (min-width: 1024px) {
    .audio-holder {
      margin: 57px -26px 40px; } }

.intro-podcast {
  padding: 80px 0 30px;
  background: url("images/bg-block-18.jpg") no-repeat 50% 50%/100% 100%;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .intro-podcast {
      padding: 100px 0 77px; } }
  @media (min-width: 1024px) {
    .intro-podcast {
      padding: 139px 0 77px; } }
  .intro-podcast .img-holder {
    float: left;
    width: 40.3%;
    margin: 6px 0 -145px 10px;
    display: none; }
    @media (min-width: 1024px) {
      .intro-podcast .img-holder {
        display: block; } }
  @media (min-width: 1024px) {
    .intro-podcast .text-holder {
      float: right;
	  width: 57.8%; }
	  .intro-podcast .text-holder .wistia_embed {
        margin: 50px 0 0; }}
  @media (min-width: 1200px) {
    .intro-podcast .text-holder {
      padding: 0 4.6% 0 0; } }
  .intro-podcast h1 {
    margin: 0 0 10px;
    font-size: 33px;
    line-height: 1; }
    @media (min-width: 768px) {
      .intro-podcast h1 {
        font-size: 60px; } }
    @media (min-width: 1200px) {
      .intro-podcast h1 {
        font-size: 72px; } }
  .intro-podcast .sub-title {
    display: block;
    color: #555;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .intro-podcast .sub-title {
        margin: 0 0 30px; } }
  .intro-podcast p {
    margin: 0 0 26px; }

.featured-episode {
  color: #fff;
  padding: 30px 0;
  background: -webkit-linear-gradient(45deg, #003d65 0%, #00608d 100%);
  background: linear-gradient(45deg, #003d65 0%, #00608d 100%);
  position: relative; }
  @media (min-width: 768px) {
    .featured-episode {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .featured-episode {
      padding: 115px 0 120px; } }
  .featured-episode:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 45px;
    height: 156px;
    background: url("images/soundbar.png") repeat-x 50% 50%/auto 100%; }
  .featured-episode .container {
    max-width: 1186px;
    position: relative;
    z-index: 1; }
  .featured-episode .img-holder {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .featured-episode .img-holder {
        margin: 0;
        float: right;
        width: 48%; } }
    .featured-episode .img-holder img {
      width: 100%; }
  .featured-episode .text-holder {
    text-align: center; }
    @media (min-width: 768px) {
      .featured-episode .text-holder {
        float: left;
        width: 48%; } }
    @media (min-width: 1024px) {
      .featured-episode .text-holder {
        padding: 30px 0 0;
        width: 40%; } }
  .featured-episode .sub-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 -3px; }
  .featured-episode h2 {
    margin: 0 0 26px;
    color: #fff; }
  .featured-episode p {
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .featured-episode p {
        margin: 0 0 55px; } }

.episode-block {
  padding: 30px 0;
  position: relative; }
  @media (min-width: 768px) {
    .episode-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .episode-block {
      padding: 88px 0 92px; } }
  .episode-block:after {
    position: absolute;
    content: '';
    width: 1300px;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -650px;
    border-bottom: 1px dotted #c1c1c1; }
  .episode-block h2 {
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .episode-block h2 {
        margin: 0 0 50px; } }
    @media (min-width: 1024px) {
      .episode-block h2 {
        margin: 0 0 82px; } }
  .episode-block .container {
    max-width: 1338px; }
  .episode-block .slick-slide {
    padding: 0 17px;
    height: auto; }
  .episode-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .episode-block .slick-track:before, .episode-block .slick-track:after {
      display: none; }
  .episode-block .podcast-card {
    height: 100%; }

	.episodes-slider .slick-arrow {
		position: absolute;
		top: 30.7%;
		left: -15px;
		z-index: 1;
		border: 0;
		padding: 0;
		margin: 0;
		background: 0;
		font-size: 34px;
		line-height: 1;
		color: #aec2d9; }
		@media (min-width: 1400px) {
		  .episodes-slider .slick-arrow {
			left: -30px; } }
		.episodes-slider .slick-arrow.episodes-slick-prev {
		  -webkit-transform: rotate(-180deg);
			  -ms-transform: rotate(-180deg);
				  transform: rotate(-180deg);
				  top: 32.1%;}
		.episodes-slider .slick-arrow.episodes-slick-next {
		  left: auto;
		  right: -15px; }
		  @media (min-width: 1400px) {
			.episodes-slider .slick-arrow.episodes-slick-next {
			  right: -30px; } }
		@media (hover: hover) {
		  .episodes-slider .slick-arrow:hover {
			color: #000; } }

	  .episodes-slider .episodes-slick-dots {
		text-align: center;
		padding: 30px 0 0; }
		@media (min-width: 1024px) {
		  .episodes-slider .episodes-slick-dots {
			padding: 67px 0 0; } }
		.episodes-slider .episodes-slick-dots li {
		  display: inline-block;
		  vertical-align: middle;
		  margin: 0 11px; }
		.episodes-slider .episodes-slick-dots .slick-active button {
		  background: #0a426b;
		  position: relative; }
		  .episodes-slider .episodes-slick-dots .slick-active button:after {
			position: absolute;
			content: '';
			top: -6px;
			left: -6px;
			right: -6px;
			bottom: -6px;
			border: 3px solid #0a426b;
			border-radius: 100%; }
		.episodes-slider .episodes-slick-dots button {
		  display: block;
		  text-indent: -99999px;
		  width: 19px;
		  height: 19px;
		  border-radius: 100%;
		  padding: 0;
		  background: #aec2d9;
		  border: 3px solid #fff; }

.podcast-card {
  background: #f2f2f2; }
  .podcast-card img {
    width: 100%; }
  .podcast-card .text-holder {
    padding: 19px 26px; }
  .podcast-card h3 {
    margin: 0 0 10px;
    font-weight: normal;
    color: #000; }
    @media (min-width: 768px) {
      .podcast-card h3 {
        font-size: 18px;
        line-height: 1.2; } }
    @media (min-width: 1200px) {
      .podcast-card h3 {
        font-size: 24px;
        line-height: 30px; } }
  .podcast-card .link-more {
    display: inline-block;
    vertical-align: top;
    color: #dc9927;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.6px; }
    @media (hover: hover) {
      .podcast-card .link-more:hover {
        color: #fed028; } }

.listen-block {
	padding: 30px 0;
	text-align: center;
	background: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #e5e5e5 100%); }
	@media (min-width: 768px) {
		.listen-block {
		padding: 50px 0; } }
	@media (min-width: 1024px) {
		.listen-block {
		padding: 77px 0 61px; } }
	.listen-block .text-holder {
		padding: 0 0 30px; }
		@media (min-width: 1024px) {
		.listen-block .text-holder {
			padding: 0 0 63px; } }
	.listen-block 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; }
		.listen-block ul li {
		width: 50%;
		margin: 0 0 30px;
		padding: 0 10px; }
		@media (min-width: 768px) {
			.listen-block ul li {
			width: 33.33%; } }
		@media (min-width: 1024px) {
			.listen-block ul li {
			margin: 0 0 50px; } }
		.listen-block ul li a {
			display: block; }
			@media (hover: hover) {
			.listen-block ul li a:hover {
				opacity: 0.8; } }
		.listen-block ul img {
		max-height: 30px; }
		@media (min-width: 768px) {
			.listen-block ul img {
			max-width: 200px;
			max-height: 40px; } }
		@media (min-width: 1024px) {
			.listen-block ul img {
			max-width: 278px;
			max-height: 50px; } }
	@media (max-width: 767px) {
		.listen-block br {
		display: none; } }

.co-hosts-block {
	padding: 30px 0;
	color: #fff;
	background: #4a4a4a; }
	@media (min-width: 768px) {
		.co-hosts-block {
		padding: 50px 0; } }
	@media (min-width: 1024px) {
		.co-hosts-block {
		padding: 82px 0 43px; } }
	.co-hosts-block h2 {
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		margin: 0 0 30px; }
		@media (min-width: 1024px) {
		.co-hosts-block h2 {
			margin: 0 0 47px; } }
	.co-hosts-block .container {
		max-width: 1228px; }
	@media (min-width: 768px) {
		.co-hosts-block .col-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap; } }
	.co-hosts-block .col {
		margin: 0 0 30px; }
		@media (min-width: 768px) {
		.co-hosts-block .col {
			width: 50%; } }
	.co-hosts-block .img-holder {
		width: 150px;
		height: 150px;
		border-radius: 100%;
		overflow: hidden;
		margin: 0 auto 20px; }
		@media (min-width: 768px) {
		.co-hosts-block .img-holder {
			width: 100px;
			height: 100px;
			float: left;
			margin: 0 20px 0 0; } }
		@media (min-width: 1024px) {
		.co-hosts-block .img-holder {
			width: 200px;
			height: 200px;
			margin: 0 38px 0 0; } }
		.co-hosts-block .img-holder img {
		width: 100%;
		height: 100%;
		object-fit: cover; }
	@media (min-width: 768px) {
		.co-hosts-block .text-holder {
		overflow: hidden;
		padding: 0 15px 0 0; } }
	.co-hosts-block h3 {
		margin: 0 0 4px;
		color: #fff; }
	.co-hosts-block p {
		margin: 0 0 15px; }
		@media (min-width: 1024px) {
		.co-hosts-block p {
			margin: 0 0 24px; } }
		.co-hosts-block p:last-child {
		margin: 0; }

.single-podcast .breadcrumbs-holder {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .single-podcast .breadcrumbs-holder {
      margin: 0 0 50px; } }


	  @media (max-width: 1023px) {
		.add-drop-holder {
		  position: relative;
		  max-height: 0;
		  overflow: hidden;
		  -webkit-transition: max-height 0.3s;
		  transition: max-height 0.3s;
		  font-size: 14px;
		  line-height: 1.4; }
		  .hover .add-drop-holder {
			max-height: 1000px; } }

	  @media (min-width: 1024px) {
		.add-drop-holder {
		  position: absolute;
		  top: 100%;
		  left: 0;
		  right: 0;
		  margin: -3px 0 0;
		  padding: 36px 0;
		  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		  background: -webkit-linear-gradient(top, #edf2f7 0%, #d3dfec 100%);
		  background: linear-gradient(to bottom, #edf2f7 0%, #d3dfec 100%);
		  opacity: 0;
		  pointer-events: none;
		  -webkit-transition: opacity 0.3s;
		  transition: opacity 0.3s; }
		  .hover .add-drop-holder {
			opacity: 1;
			pointer-events: auto; }
		  .add-drop-holder:before {
			position: absolute;
			content: '';
			left: 0;
			right: 0;
			bottom: 100%;
			height: 50px; } }

	  .add-drop-holder .container {
		padding: 20px 0 0; }
		@media (min-width: 768px) {
		  .add-drop-holder .container {
			max-width: 1274px !important;
			padding: 0 15px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
			.add-drop-holder .container:after {
			  display: none; } }

	  .add-drop-holder .text-block {
		padding: 0 0 15px; }
		@media (min-width: 768px) {
		  .add-drop-holder .text-block {
			float: left;
			width: 32.3%;
			padding: 0 5% 0 0; } }
		.add-drop-holder .text-block .title {
		  display: block;
		  margin: 0 0 10px;
		  font-size: 20px;
		  line-height: 1;
		  font-weight: 500;
		  color: #0a426b; }
		  @media (min-width: 1024px) {
			.add-drop-holder .text-block .title {
			  font-size: 24px;
			  margin: 0 0 17px; } }
		.add-drop-holder .text-block p {
		  margin: 0 0 23px; }

	  .add-drop-holder .sub-list {
		margin: 0;
		list-style: none;
		width: 100%;
		padding: 10px 0 15px;
		border: solid #c9cdd2;
		border-width: 1px 0 0; }
		@media (min-width: 768px) {
		  .add-drop-holder .sub-list {
			float: left;
			width: 30%;
			padding: 0 10px;
			margin: 6px 0 0;
			border-width: 0 0 0 1px; } }
		@media (min-width: 1024px) {
		  .add-drop-holder .sub-list {
			padding: 0 17px;
			width: 23.1%; } }
		.add-drop-holder .sub-list li {
		  margin: 0 0 10px; }
		  @media (min-width: 1024px) {
			.add-drop-holder .sub-list li {
			  margin: 0 0 17px; } }
		  .add-drop-holder .sub-list li:last-child {
			margin: 0; }
		  .add-drop-holder .sub-list li.active > a {
			color: #dc9927; }
		  @media (min-width: 1024px) {
			.add-drop-holder .sub-list li.hover > a {
			  color: #aec2d9; }
			  .add-drop-holder .sub-list li.hover > a i {
				color: #aec2d9; } }
		  .add-drop-holder .sub-list li a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
				-ms-flex-align: center;
					align-items: center;
			color: #000; }
			@media (min-width: 1024px) {
			  .add-drop-holder .sub-list li a {
				font-size: 16px;
				line-height: 1.2; } }
			.add-drop-holder .sub-list li a i {
			  text-align: center;
			  width: 30px;
			  color: #006390;
			  font-size: 15px;
			  line-height: 1;
			  margin: 0 5px 0 0;
			  position: relative;
			  top: 3px;
			  -webkit-transition: color 0.3s;
			  transition: color 0.3s; }
			  @media (min-width: 1024px) {
				.add-drop-holder .sub-list li a i {
				  font-size: 20px;
				  margin: 0 11px 0 0; } }
			.add-drop-holder .sub-list li a img {
			  width: 25px;
			  margin: 0 5px 0 0; }
			  @media (min-width: 1024px) {
				.add-drop-holder .sub-list li a img {
				  margin: 0 11px 0 0; } }

	  .add-drop-holder .resource-holder {
		padding: 15px;
		position: relative;
		z-index: 1; }
		.add-drop-holder .resource-holder:before {
		  position: absolute;
		  content: '';
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  background: -webkit-linear-gradient(45deg, #003d65 0%, #00608d 100%);
		  background: linear-gradient(45deg, #003d65 0%, #00608d 100%);
		  z-index: -1; }
		  @media (min-width: 1024px) {
			.add-drop-holder .resource-holder:before {
			  right: -999px; } }
		@media (min-width: 768px) {
		  .add-drop-holder .resource-holder {
			width: 37.7%; } }
		@media (min-width: 1024px) {
		  .add-drop-holder .resource-holder {
			padding: 36px 52px;
			width: 52.5%;
			margin: -36px -8% -36px 0; } }
		.add-drop-holder .resource-holder .sub-title {
		  display: block;
		  font-size: 14px;
		  line-height: 1.2;
		  color: #aec2d9;
		  letter-spacing: 1.5px;
		  margin: 0 0 19px; }
		.add-drop-holder .resource-holder .holder {
		  overflow: hidden; }
		.add-drop-holder .resource-holder .img-holder {
		  width: 100px;
		  float: left; }
		  @media (min-width: 768px) {
			.add-drop-holder .resource-holder .img-holder {
			  width: 70px; } }
		  @media (min-width: 1024px) {
			.add-drop-holder .resource-holder .img-holder {
			  width: 45%; } }
		  @media (min-width: 1200px) {
			.add-drop-holder .resource-holder .img-holder {
			  width: 53.7%; } }
		.add-drop-holder .resource-holder .text-holder {
		  overflow: hidden;
		  color: #fff;
		  padding: 0 0 0 10px;
		  font-size: 13px;
		  line-height: 1.3; }
		  @media (min-width: 1024px) {
			.add-drop-holder .resource-holder .text-holder {
			  font-size: 16px;
			  line-height: 26px;
			  padding: 0 0 0 25px; } }
		  @media (min-width: 1200px) {
			.add-drop-holder .resource-holder .text-holder {
			  padding: 28px 0 0 25px; } }
		  .add-drop-holder .resource-holder .text-holder strong {
			display: block;
			font-size: 13px;
			line-height: 1.2;
			color: #aec2d9;
			text-transform: uppercase;
			margin: 0 0 4px; }
			.add-drop-holder .resource-holder .text-holder strong i {
			  margin: 0 5px 0 0; }
		  .add-drop-holder .resource-holder .text-holder p {
			margin: 0 0 10px; }
			@media (max-width: 1023px) {
			  .add-drop-holder .resource-holder .text-holder p br {
				display: none; } }
		  .add-drop-holder .resource-holder .text-holder a {
			display: inline-block;
			vertical-align: top;
			color: #fed028;
			font-size: 14px;
			line-height: 1.2;
			text-transform: uppercase; }
			.add-drop-holder .resource-holder .text-holder a i {
			  margin: 0 5px 0 0; }
			.add-drop-holder .resource-holder .text-holder a span {
			  text-decoration: underline; }
			@media (hover: hover) {
			  .add-drop-holder .resource-holder .text-holder a:hover span {
				text-decoration: none; } }

	  @media (max-width: 1023px) {
		.learn-drop-holder {
		  position: relative;
		  max-height: 0;
		  overflow: hidden;
		  -webkit-transition: max-height 0.3s;
		  transition: max-height 0.3s;
		  font-size: 14px;
		  line-height: 1.4; }
		  .hover .learn-drop-holder {
			max-height: 1000px; } }

	  @media (min-width: 1024px) {
		.learn-drop-holder {
		  position: absolute;
		  top: 100%;
		  left: 0;
		  right: 0;
		  margin: -3px 0 0;
		  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		  background: -webkit-linear-gradient(top, #edf2f7 0%, #d3dfec 100%);
		  background: linear-gradient(to bottom, #edf2f7 0%, #d3dfec 100%);
		  opacity: 0;
		  pointer-events: none;
		  -webkit-transition: opacity 0.3s;
		  transition: opacity 0.3s; }
		  .hover .learn-drop-holder {
			opacity: 1;
			pointer-events: auto; }
		  .learn-drop-holder:before {
			position: absolute;
			content: '';
			left: 0;
			right: 0;
			bottom: 100%;
			height: 50px; } }

	  .learn-drop-holder .container {
		padding: 20px 0 0; }
		@media (min-width: 768px) {
		  .learn-drop-holder .container {
			max-width: 1274px !important;
			padding: 0 15px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
			.learn-drop-holder .container:after {
			  display: none; } }

	  .learn-drop-holder .sub-list {
		padding: 20px 20px 20px 0; }
		@media (min-width: 768px) {
		  .learn-drop-holder .sub-list {
			width: 23.4%; } }
		@media (min-width: 1200px) {
		  .learn-drop-holder .sub-list {
			padding: 36px 0; } }
		.learn-drop-holder .sub-list .title {
		  display: block;
		  font-size: 18px;
		  line-height: 1.2;
		  color: #0a426b;
		  margin: 0 0 20px;
		  font-weight: 500; }
		  @media (min-width: 1024px) {
			.learn-drop-holder .sub-list .title {
			  font-size: 22px; } }
		.learn-drop-holder .sub-list ul {
		  padding: 0;
		  margin: 0;
		  list-style: none; }
		  .learn-drop-holder .sub-list ul li {
			margin: 0 0 10px; }
			@media (min-width: 1024px) {
			  .learn-drop-holder .sub-list ul li {
				margin: 0 0 17px; } }
			.learn-drop-holder .sub-list ul li:last-child {
			  margin: 0; }
			.learn-drop-holder .sub-list ul li.active > a {
			  color: #dc9927; }
			@media (min-width: 1024px) {
			  .learn-drop-holder .sub-list ul li.hover > a {
				color: #aec2d9; }
				.learn-drop-holder .sub-list ul li.hover > a i {
				  color: #aec2d9; } }
			.learn-drop-holder .sub-list ul li a {
			  display: -webkit-box;
			  display: -ms-flexbox;
			  display: flex;
			  -webkit-box-align: center;
				  -ms-flex-align: center;
					  align-items: center;
			  color: #000; }
			  @media (min-width: 1024px) {
				.learn-drop-holder .sub-list ul li a {
				  font-size: 16px;
				  line-height: 1.2; } }
			  .learn-drop-holder .sub-list ul li a i {
				text-align: center;
				width: 25px;
				color: #006390;
				font-size: 15px;
				line-height: 1;
				margin: 0 5px 0 0;
				position: relative;
				top: 3px;
				-webkit-transition: color 0.3s;
				transition: color 0.3s; }
				@media (min-width: 1024px) {
				  .learn-drop-holder .sub-list ul li a i {
					font-size: 20px;
					margin: 0 11px 0 0; } }
			  .learn-drop-holder .sub-list ul li a img {
				width: 25px;
				margin: 0 5px 0 0; }
				@media (min-width: 1024px) {
				  .learn-drop-holder .sub-list ul li a img {
					margin: 0 11px 0 0; } }

	  .learn-drop-holder .resources-holder {
		padding: 15px;
		background: -webkit-linear-gradient(top, #f4f7fa 0%, #e4ecf4 100%);
		background: linear-gradient(to bottom, #f4f7fa 0%, #e4ecf4 100%);
		font-size: 14px;
		line-height: 1.4; }
		@media (min-width: 768px) {
		  .learn-drop-holder .resources-holder {
			width: 35%; } }
		@media (min-width: 1024px) {
		  .learn-drop-holder .resources-holder {
			line-height: 1.2;
			padding: 20px; } }
		@media (min-width: 1200px) {
		  .learn-drop-holder .resources-holder {
			padding: 37px 25px; } }
		@media (min-width: 1350px) {
		  .learn-drop-holder .resources-holder {
			width: 38%; } }
		.learn-drop-holder .resources-holder ul {
		  padding: 0;
		  margin: 0;
		  list-style: none; }
		.learn-drop-holder .resources-holder li:not(:last-child) {
		  margin: 0 0 10px; }
		  @media (min-width: 1024px) {
			.learn-drop-holder .resources-holder li:not(:last-child) {
			  margin: 0 0 20px; } }
		.learn-drop-holder .resources-holder a {
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex; }
		  @media (hover: hover) {
			.learn-drop-holder .resources-holder a:hover {
			  color: #000; } }
		.learn-drop-holder .resources-holder .ico-holder {
		  margin: 7px 10px 0 0;
		  text-align: center;
		  width: 30px; }
		  @media (min-width: 1200px) {
			.learn-drop-holder .resources-holder .ico-holder {
			  width: 40px;
			  margin: 3px 15px 0 0; } }
		  .learn-drop-holder .resources-holder .ico-holder img {
			max-width: 25px;
			max-height: 25px; }
			@media (min-width: 1200px) {
			  .learn-drop-holder .resources-holder .ico-holder img {
				max-width: 37px;
				max-height: 35px; } }
		@media (min-width: 768px) {
		  .learn-drop-holder .resources-holder .text-holder {
			max-width: 80%; } }
		@media (min-width: 1024px) {
		  .learn-drop-holder .resources-holder .text-holder {
			max-width: 85%; } }
		.learn-drop-holder .resources-holder strong {
		  display: block;
		  font-size: 14px;
		  line-height: 1.2;
		  margin: 0 0 3px;
		  font-weight: 500; }
		  @media (min-width: 1024px) {
			.learn-drop-holder .resources-holder strong {
			  font-size: 16px; } }
		.learn-drop-holder .resources-holder span {
		  display: block;
		  color: #000; }

	  .learn-drop-holder .listen-holder {
		padding: 20px 20px 1px 0;
		position: relative;
		z-index: 1; }
		.learn-drop-holder .listen-holder:after {
		  position: absolute;
		  content: '';
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  background: -webkit-linear-gradient(45deg, #03345f 0%, #156993 100%);
		  background: linear-gradient(45deg, #03345f 0%, #156993 100%);
		  z-index: -1;
		  border-bottom: 8px solid #fed028; }
		  @media (min-width: 1024px) {
			.learn-drop-holder .listen-holder:after {
			  right: -999px; } }
		@media (min-width: 768px) {
		  .learn-drop-holder .listen-holder {
			width: 42.3%;
			margin: 0 -8% 0 0; } }
		@media (min-width: 1024px) {
		  .learn-drop-holder .listen-holder {
			padding: 34px 41px 1px 0; } }
		.learn-drop-holder .listen-holder:before {
		  position: absolute;
		  content: '';
		  top: 0;
		  left: 0;
		  right: 0;
		  height: 90px;
		  background: url("images/soundbar.png") repeat-x 20% -6px/auto 90px; }
		  @media (min-width: 1024px) {
			.learn-drop-holder .listen-holder:before {
			  right: -999px; } }
		.learn-drop-holder .listen-holder .more-link {
		  position: absolute;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  opacity: 0; }
		.learn-drop-holder .listen-holder .title {
		  display: block;
		  font-size: 14px;
		  line-height: 1.2;
		  color: #aec2d9;
		  letter-spacing: 1.5px;
		  margin: 0 0 30px 20px;
		  text-transform: uppercase;
		  position: relative; }
		  @media (min-width: 768px) {
			.learn-drop-holder .listen-holder .title {
			  margin: 0 0 20px 20px; } }
		  @media (min-width: 1024px) {
			.learn-drop-holder .listen-holder .title {
			  margin: 0 0 20px 41px; } }
		.learn-drop-holder .listen-holder .img-holder {
		  width: 45%;
		  position: absolute;
		  left: 0;
		  bottom: 0;
		  max-width: 150px; }
		  @media (min-width: 768px) {
			.learn-drop-holder .listen-holder .img-holder {
			  max-width: 180px; } }
		  @media (min-width: 1024px) {
			.learn-drop-holder .listen-holder .img-holder {
			  max-width: 100%; } }
		.learn-drop-holder .listen-holder .text-holder {
		  margin: 0 0 25px 130px;
		  color: #fff;
		  font-size: 14px;
		  line-height: 1.3; }
		  @media (min-width: 768px) {
			.learn-drop-holder .listen-holder .text-holder {
			  margin: 45px 0 50px 125px; } }
		  @media (min-width: 1024px) {
			.learn-drop-holder .listen-holder .text-holder {
			  margin: 0 0 50px 185px;
			  font-size: 18px;
			  line-height: 22px; } }
		  @media (min-width: 1200px) {
			.learn-drop-holder .listen-holder .text-holder {
			  margin: 0 0 50px 232px; } }
		.learn-drop-holder .listen-holder p {
		  margin: 0 0 10px; }
		  @media (min-width: 1024px) {
			.learn-drop-holder .listen-holder p {
			  margin: 0 0 18px; } }
		  @media (max-width: 1199px) {
			.learn-drop-holder .listen-holder p br {
			  display: none; } }
		.learn-drop-holder .listen-holder .name {
		  display: block;
		  font-size: 19px;
		  line-height: 1;
		  margin: 0 0 15px; }
		  @media (min-width: 1024px) {
			.learn-drop-holder .listen-holder .name {
			  margin: 0 0 32px;
			  font-size: 25px; } }
		  @media (min-width: 1200px) {
			.learn-drop-holder .listen-holder .name {
			  font-size: 36px; } }
		.learn-drop-holder .listen-holder .logo-item {
		  display: block;
		  max-width: 135px; }
/*02.03.2021*/
.intro-demand.add {
	padding-bottom: 0;
	position: relative; }
	.intro-demand.add:after {
	  position: absolute;
	  content: '';
	  left: 0;
	  right: 0;
	  bottom: 0;
	  height: 500px;
	  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
	  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, whitesmoke 100%); }
	.intro-demand.add .container {
	  max-width: 1300px;
	  position: relative;
	  z-index: 1; }

  .tabs-holder {
	background: -webkit-linear-gradient(top, #006390 0%, #002e5a 100%);
	background: linear-gradient(to bottom, #006390 0%, #002e5a 100%);
	color: #fff;
	margin: 0 -20px; }
	@media (min-width: 1024px) {
	  .tabs-holder {
		margin: 0; } }
	.tabs-holder .tabset {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex; }
	  .tabs-holder .tabset li {
		width: 50%; }
	  .tabs-holder .tabset a {
		display: block;
		padding: 10px;
		text-align: center;
		font-size: 17px;
		line-height: 1.2;
		background: #e3eaf2;
		color: #006390; }
		@media (min-width: 768px) {
		  .tabs-holder .tabset a {
			font-size: 24px;
			padding: 10px 10px 16px; } }
		.tabs-holder .tabset a span {
		  border-bottom: 4px solid transparent;
		  display: inline-block;
		  vertical-align: top;
		  padding: 0 0 4px; }
		.tabs-holder .tabset a.active {
		  background: 0;
		  color: #fff;
		  font-weight: bold; }
		  .tabs-holder .tabset a.active span {
			border-color: #fed028; }
	.tabs-holder .tab-content {
	  padding: 20px; }
	  @media (min-width: 768px) {
		.tabs-holder .tab-content {
		  padding: 40px; } }
	  @media (min-width: 1024px) {
		.tabs-holder .tab-content {
		  overflow: hidden;
		  padding: 41px 67px 116px; } }
	.tabs-holder h2 {
	  margin: 0 0 7px;
	  color: #fff; }
	  @media (min-width: 768px) {
		.tabs-holder h2 {
		  line-height: 46px; } }
	.tabs-holder .sub-title {
	  margin: 0 0 29px;
	  display: block;
	  font-weight: 500; }
	  @media (min-width: 768px) {
		.tabs-holder .sub-title {
		  font-size: 24px;
		  line-height: 34px; } }
	.tabs-holder p {
	  margin: 0 0 27px; }
	@media (min-width: 1024px) {
	  .tabs-holder .text-block {
		float: left;
		width: 47%; } }
	.tabs-holder .text-block .sub-title {
	  margin: 00 0 17px; }
	.tabs-holder .text-block ul {
	  margin: 0 0 26px;
	  padding: 0;
	  list-style: none;
	  font-weight: 500; }
	  @media (min-width: 768px) {
		.tabs-holder .text-block ul {
		  font-size: 20px;
		  line-height: 26px; } }
	.tabs-holder .text-block li {
	  position: relative;
	  padding: 0 0 0 30px; }
	  @media (min-width: 768px) {
		.tabs-holder .text-block li {
		  padding: 0 0 0 38px; } }
	  .tabs-holder .text-block li:not(:last-child) {
		margin: 0 0 15px; }
		@media (min-width: 768px) {
		  .tabs-holder .text-block li:not(:last-child) {
			margin: 0 0 26px; } }
	  .tabs-holder .text-block li:before {
		position: absolute;
		top: 8px;
		left: 3px;
		content: "\f00c";
		color: #fed028;
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		font-size: 17px;
		line-height: 1; }
	@media (min-width: 1024px) {
	  .tabs-holder .img-holder {
		float: right;
		width: 52.6%;
		padding: 17px 0 0; } }
	@media (min-width: 1024px) {
	  .tabs-holder .form-block {
		float: right;
		width: 39%; } }
	.tabs-holder .form-block .links {
	  display: block;
	  text-align: center;
	  padding: 0 0 30px;
	  letter-spacing: 0.5px; }
	  .tabs-holder .form-block .links a {
		font-size: 12px;
		line-height: 1.2;
		color: #fff; }
		@media (min-width: 1024px) {
		  .tabs-holder .form-block .links a:hover {
			opacity: 0.9; } }

  .add-testimonial-block {
	clear: both;
	padding: 40px 0;
	color: #fff;
	background: url("images/blockquote-bg.jpg") 50% 50%/cover; }
	@media (min-width: 1024px) {
	  .add-testimonial-block {
		padding: 94px 0; } }
	.add-testimonial-block .container {
	  max-width: 1190px; }
	.add-testimonial-block .img-holder {
	  width: 130px;
	  height: 130px;
	  overflow: hidden;
	  border-radius: 100%;
	  margin: 0 auto 20px;
	  background: #00ffff; }
	  @media (min-width: 768px) {
		.add-testimonial-block .img-holder {
		  margin: 0 20px 0 0;
		  float: left; } }
	  @media (min-width: 1024px) {
		.add-testimonial-block .img-holder {
		  width: 185px;
		  height: 185px;
		  margin: 0 65px 0 -11px; } }
	  .add-testimonial-block .img-holder img {
		width: 100%;
		height: 100%;
		object-fit: cover; }
	.add-testimonial-block blockquote {
	  overflow: hidden;
	  border: 0;
	  margin: 0;
	  position: relative;
	  padding: 0 0 0 50px; }
	  @media (min-width: 1024px) {
		.add-testimonial-block blockquote {
		  padding: 2px 0 0 89px; } }
	  .add-testimonial-block blockquote:after {
		position: absolute;
		content: "\f10d";
		top: 14px;
		left: 7px;
		color: #5b8bac;
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		font-size: 30px;
		line-height: 1; }
		@media (min-width: 1024px) {
		  .add-testimonial-block blockquote:after {
			font-size: 55px; } }
	  .add-testimonial-block blockquote q {
		display: block;
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 1.5; }
		@media (min-width: 768px) {
		  .add-testimonial-block blockquote q {
			font-size: 20px; } }
		@media (min-width: 1024px) {
		  .add-testimonial-block blockquote q {
			font-size: 24px;
			line-height: 44px;
			margin: 0 0 40px; } }
		.add-testimonial-block blockquote q:after, .add-testimonial-block blockquote q:before {
		  display: none; }
	  .add-testimonial-block blockquote cite {
		display: block;
		text-align: right;
		font-style: normal; }

  @media (min-width: 1024px) {
	.glossary-content {
	  padding: 0 0 70px; } }

  .glossary-content + .glossary-pagination {
	padding-top: 0; }

  .intro-podcast-single + .glossary-content {
	padding-top: 20px; }

/* 29.04.2021 ------------------------------------------*/
.vantage-block {
	padding: 30px 0;
	background: #0a426b;
	text-align: center;
	color: #fff; }
	@media (min-width: 768px) {
	  .vantage-block {
		padding: 87px 0 110px; } }
	.vantage-block .container {
	  max-width: 1050px; }
	.vantage-block h2 {
	  margin: 0 0 14px;
	  text-transform: uppercase;
	  color: #fff;
	  line-height: 1.2; }
	  @media (min-width: 768px) {
		.vantage-block h2 {
		  font-size: 35px; } }
	  @media (min-width: 1024px) {
		.vantage-block h2 {
		  font-size: 48px;
		  line-height: 60px; } }
	.vantage-block .sub-title {
	  display: block;
	  color: #fff;
	  text-transform: uppercase;
	  margin: 0 0 38px;
	  font-weight: 500;
	  font-size: 20px;
	  line-height: 1.2;
	  letter-spacing: 6px; }
	  @media (min-width: 768px) {
		.vantage-block .sub-title {
		  font-size: 28px; } }
	.vantage-block .logo {
	  max-width: 368px;
	  margin: 0 auto 34px; }
	.vantage-block p {
	  margin: 0 0 40px; }
	  @media (min-width: 768px) {
		.vantage-block p {
		  margin: 0 0 76px; } }
	.vantage-block .text-block {
	  background: -webkit-linear-gradient(top, #fcfcfd 1%, #e1e1e0 100%);
	  background: linear-gradient(to bottom, #fcfcfd 1%, #e1e1e0 100%);
	  padding: 20px;
	  border-radius: 20px;
	  max-width: 900px;
	  margin: 0 auto;
	  color: #000; }
	  @media (min-width: 768px) {
		.vantage-block .text-block {
		  padding: 30px; } }
	  @media (min-width: 1024px) {
		.vantage-block .text-block {
		  padding: 33px 64px 47px; } }
	.vantage-block .logo-item {
	  max-width: 259px;
	  margin: 0 auto 19px; }
	.vantage-block ul {
	  padding: 0 0 15px;
	  margin: 0;
	  list-style: none;
	  text-align: left; }
	  @media (min-width: 768px) {
		.vantage-block ul {
		  padding: 0 0 25px;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap; } }
	  .vantage-block ul li {
		position: relative;
		margin: 0 0 10px;
		padding: 0 0 0 25px; }
		@media (min-width: 768px) {
		  .vantage-block ul li {
			width: 50%;
			margin: 0 0 16px;
			padding: 0 40px 0 51px; } }
		.vantage-block ul li:before {
		  position: absolute;
		  content: "\f061";
		  font: 300 20px/1.2 "Font Awesome 5 Pro";
		  color: #aec2d9;
		  top: 2px;
		  left: 0; }
		  @media (min-width: 768px) {
			.vantage-block ul li:before {
			  font-size: 25px;
			  top: 2px;
			  left: 4px; } }
	.vantage-block .add-sub-title {
	  display: block;
	  margin: 0 0 32px;
	  color: #006390;
	  font-size: 20px;
	  line-height: 1.2; }
	  @media (min-width: 768px) {
		.vantage-block .add-sub-title {
		  font-size: 24px; } }
/* 7.06 */
      .intro-platform {
        position: relative;
        height: 400px;
        margin: 66px 0 0; }
        @media (min-width: 768px) {
          .intro-platform {
            height: 567px;
            margin: 0; } }
        .intro-platform img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .intro-platform .container {
          width: 100%; }
        .intro-platform.white-intro {
          color: #fff; }
          .intro-platform.white-intro h1,
          .intro-platform.white-intro h2 {
            color: #fff; }
        .intro-platform .holder {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 30px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .intro-platform .holder:only-child {
            position: static; }
        .intro-platform .container {
          max-width: 1296px; }
        .intro-platform h1 {
          text-transform: uppercase;
          margin: 0 0 30px; }
        .intro-platform p {
          max-width: 500px;
          margin: 0; }

      .platform-intro-text {
        padding: 30px 0;
        text-align: center;
        background: url("images/platform-bg-1.jpg") no-repeat 50% 50%/cover;
        border-bottom: 1px dotted #c4c4c4; }
        @media (min-width: 768px) {
          .platform-intro-text {
            padding: 50px 0; } }
        @media (min-width: 1024px) {
          .platform-intro-text {
            padding: 93px 0 81px; } }
        .platform-intro-text .container {
          max-width: 1000px; }
        .platform-intro-text h2 {
          margin: 0 0 20px; }

      @media (min-width: 768px) {
        .platform-text-image {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

      @media (min-width: 1440px) {
        .platform-text-image {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }

      @media (min-width: 768px) {
        .platform-text-image .img-holder {
          width: 50%; } }

      .platform-text-image .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

      .platform-text-image .text-holder {
        padding: 20px; }
        @media (min-width: 768px) {
          .platform-text-image .text-holder {
            width: 50%; } }
        @media (min-width: 1024px) {
          .platform-text-image .text-holder {
            padding: 50px; } }
        @media (min-width: 1200px) {
          .platform-text-image .text-holder {
            padding: 93px 4% 93px 10.2%; } }

      .platform-text-image h2 {
        margin: 0 0 15px; }
        @media (min-width: 1024px) {
          .platform-text-image h2 {
            margin: 0 0 27px; } }

      .platform-text-image h3 {
        color: #000; }

      .platform-text-image p {
        margin: 0 0 15px; }
        @media (min-width: 1024px) {
          .platform-text-image p {
            margin: 0 0 58px; } }
        .platform-text-image p:last-child {
          margin: 0; }

      @media (min-width: 768px) {
        .platform-text-image.first {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }

      @media (min-width: 1024px) {
        .platform-text-image.first .img-holder {
          width: 37%; }
        .platform-text-image.first .text-holder {
          width: 63%; } }

      @media (min-width: 1024px) {
        .platform-text-image.second .img-holder {
          width: 63%; }
        .platform-text-image.second .text-holder {
          width: 37%; } }
        @media (min-width: 1024px) and (min-width: 1200px) {
          .platform-text-image.second .text-holder {
            padding: 98px 10% 99px 5.2%; } }

      @media (min-width: 1024px) {
        .platform-text-image.third .img-holder {
          width: 37%; }
        .platform-text-image.third .text-holder {
          width: 63%; } }
        @media (min-width: 1024px) and (min-width: 1200px) {
          .platform-text-image.third .text-holder {
            padding: 84px 11% 93px 4.7%; } }

      @media (min-width: 1024px) {
        .platform-text-image.third h2 {
          margin: 0 0 22px; }
        .platform-text-image.third p {
          margin: 0 0 26px; }
          .platform-text-image.third p:last-child {
            margin: 0; } }

      .data-protection {
        padding: 30px 0;
        text-align: center;
        background: -webkit-linear-gradient(45deg, #003359 0%, #006390 100%);
        background: linear-gradient(45deg, #003359 0%, #006390 100%); }
        @media (min-width: 768px) {
          .data-protection {
            padding: 50px 0 0; } }
        @media (min-width: 1024px) {
          .data-protection {
            padding: 93px 0 95px; } }
        .data-protection .container {
          max-width: 1268px; }
        .data-protection h2 {
          margin: 0 0 30px;
          color: #fff; }
          @media (min-width: 768px) {
            .data-protection h2 {
              margin: 0 0 57px; } }
        @media (min-width: 768px) {
          .data-protection .col-holder {
            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; } }
        .data-protection .col {
			background: -webkit-linear-gradient(top, #fcfdfe 0%, #f5f7fa 100%);
			background: linear-gradient(to bottom, #fcfdfe 0%, #f5f7fa 100%);
          border-radius: 15px;
          padding: 20px;
          margin: 0 0 30px;
          box-shadow: 0px 0px 9px 6px rgba(0, 0, 0, 0.07), 0px 0px 9.1px 0.9px rgba(0, 0, 0, 0.13); }
          @media (min-width: 768px) {
            .data-protection .col {
              padding: 32px 25px 41px;
              margin: 0 2% 53px;
              width: 46%; } }
          @media (min-width: 1024px) {
            .data-protection .col {
              width: 29.25%; } }
          .data-protection .col.full-width {
            width: 100%; }
        .data-protection .ico-holder {
          margin: 0 0 15px; }
          @media (min-width: 768px) {
            .data-protection .ico-holder {
              text-align: center;
              margin: 0 0 22px;
              height: 80px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          .data-protection .ico-holder img {
            max-width: 60px;
            max-height: 60px; }
            @media (min-width: 768px) {
              .data-protection .ico-holder img {
                max-width: 80px;
                max-height: 80px; } }
        .data-protection h3 {
          margin: 0 0 13px;
          color: #000; }
        .data-protection p {
          margin: 0 0 16px; }
          .data-protection p:last-child {
            margin: 0; }

      .product-security {
        padding: 30px 0;
        background: url("images/platform-img-5.jpg") no-repeat 50% 50%/cover; }
        @media (min-width: 768px) {
          .product-security {
            padding: 50px 0; } }
        @media (min-width: 1024px) {
          .product-security {
            padding: 109px 0 165px; } }
        .product-security .container {
          max-width: 1186px; }
        .product-security h2 {
          margin: 0 0 27px;
          text-align: center; }
        .product-security h3 {
          margin: 0 0 13px;
          color: #000; }
        .product-security p {
          margin: 0 0 25px; }
          .product-security p:last-child {
            margin: 0; }
        @media (max-width: 1023px) {
          .product-security br {
            display: none; } }

      .ready-block {
        padding: 30px 0;
        background: -webkit-linear-gradient(45deg, #003359 20%, #006390 100%);
        background: linear-gradient(45deg, #003359 20%, #006390 100%);
        text-align: center; }
        @media (min-width: 768px) {
          .ready-block {
            padding: 50px 0; } }
        @media (min-width: 1024px) {
          .ready-block {
            padding: 113px 0 134px; } }
        .ready-block h2 {
          margin: 0 0 30px;
          color: #fff; }
          @media (min-width: 768px) {
            .ready-block h2 {
              margin: 0 0 55px; } }
/* 7.21.2021 -------------------------------------------------------------------*/
.intro-page .btn {
  margin: 0 5px 5px 0; }

.btn.btn-blue.transparent {
  background: none; }

.ready-block {
  color: #fff; }
  .ready-block h2 {
    margin: 0 0 30px; }
  .ready-block p {
    margin: 0 auto 40px;
    max-width: 1000px; }
  @media (min-width: 768px) {
    .ready-block .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 20px 0 0; } }
  .ready-block .col {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .ready-block .col {
        padding: 0 3% 30px;
        width: 33.33%; } }
    .ready-block .col p {
      margin: 0; }
  .ready-block .ico-holder {
    margin: 0 0 15px;
    height: 50px;
    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; }
    .ready-block .ico-holder img {
      max-width: 40px;
      max-height: 40px; }
      @media (min-width: 768px) {
        .ready-block .ico-holder img {
          max-width: 50px;
          max-height: 50px; } }
  .ready-block h3 {
    margin: 0 0 10px;
    color: #fff; }
    @media (min-width: 768px) {
      .ready-block h3 {
        font-size: 25px; } }

.text-info-holder {
  padding: 25px 0; }
  @media (min-width: 768px) {
    .text-info-holder {
      padding: 50px 0; } }
  .text-info-holder .image-text-info {
    padding: 25px 0; }
    @media (min-width: 768px) {
      .text-info-holder .image-text-info {
        padding: 50px 0; } }
    .text-info-holder .image-text-info:not(:last-child) {
      border-bottom: 1px dotted #c4c4c4; }
  .text-info-holder .img-holder {
    box-shadow: none; }

.featured-resources h2 {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .featured-resources h2 {
      margin: 0 0 40px; } }

.featured-resources .sub-title {
  display: block;
  text-align: center;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .featured-resources .sub-title {
      margin: 0 0 50px;
      font-size: 24px; } }

.featured-resources .big-post {
  margin: 0 0 50px; }

.featured-resources .btn {
  width: 250px; }

.tabs-section {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .tabs-section {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .tabs-section {
      padding: 106px 0; } }
  .tabs-section .container {
    max-width: 1295px; }

.info-tabs {
  margin: 30px 0 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 12.75px 2.25px rgba(0, 0, 0, 0.22);
  text-align: left;
  position: relative; }
  @media (min-width: 768px) {
    .info-tabs {
      margin: 73px 0 0; } }
  .info-tabs .add-tabset {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .info-tabs .add-tabset li {
      width: 50%; }
      .info-tabs .add-tabset li::marker {
        display: none; }
      .info-tabs .add-tabset li:not(.active) {
        overflow: hidden;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
        .info-tabs .add-tabset li:not(.active):after {
          box-shadow: none; }
      .info-tabs .add-tabset li:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.1); }
      .info-tabs .add-tabset li:nth-child(1):after {
        background: #e9ebec; }
      .info-tabs .add-tabset li:nth-child(2) a {
        color: #fff; }
      .info-tabs .add-tabset li:nth-child(2):after {
        background: #5a81a1; }
    .info-tabs .add-tabset a {
      display: block;
      padding: 10px;
      text-align: center;
      font-size: 15px;
      line-height: 1.2;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        .info-tabs .add-tabset a {
          padding: 17px 19px 21px;
          font-size: 24px;
          letter-spacing: 5px; } }
  .info-tabs .tab-content {
    position: relative;
    z-index: 1; }
    .info-tabs .tab-content > div {
      padding: 0 20px; }
      @media (min-width: 768px) {
        .info-tabs .tab-content > div {
          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;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          min-height: 615px; } }
      @media (min-width: 1024px) {
        .info-tabs .tab-content > div {
          min-height: 420px; } }
      @media (min-width: 1200px) {
        .info-tabs .tab-content > div {
          padding: 0 67px; } }
      @media (min-width: 1024px) {
        .info-tabs .tab-content > div:nth-child(1) blockquote {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .info-tabs .tab-content > div:nth-child(1) ul {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .info-tabs .tab-content > div:nth-child(2) {
        color: #fff; }
        @media (min-width: 1024px) {
          .info-tabs .tab-content > div:nth-child(2) blockquote {
            text-align: right;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
    @media (max-width: 767px) {
      .info-tabs .tab-content .img-holder {
        max-width: 300px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .info-tabs .tab-content .img-holder {
        width: 40%;
        -ms-flex-item-align: end;
            align-self: flex-end;
        text-align: center; } }
    .info-tabs .tab-content .img-holder img {
      filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.6)); }
      @media (min-width: 768px) {
        .info-tabs .tab-content .img-holder img {
          max-width: 450px;
          max-height: 420px; } }
    .info-tabs .tab-content blockquote {
      padding: 0 0 20px;
      margin: 0;
      border: 0;
      text-align: center; }
      @media (min-width: 768px) {
        .info-tabs .tab-content blockquote {
          padding: 20px 0 20px 4px;
          width: 45%;
          text-align: left; } }
      @media (min-width: 1024px) {
        .info-tabs .tab-content blockquote {
          width: 23%; } }
      .info-tabs .tab-content blockquote q {
        display: block;
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 1.3; }
        @media (min-width: 1200px) {
          .info-tabs .tab-content blockquote q {
            font-size: 24px;
            line-height: 34px; } }
      .info-tabs .tab-content blockquote cite {
        font-size: 16px;
        line-height: 1.2;
        font-style: normal; }
    .info-tabs .tab-content ul {
      width: 100%;
      padding: 20px 0; }
      @media (min-width: 1024px) {
        .info-tabs .tab-content ul {
          width: 41.7%; } }
      .info-tabs .tab-content ul li {
        padding: 0 0 0 25px;
        position: relative; }
        @media (min-width: 768px) {
          .info-tabs .tab-content ul li {
            padding: 0 0 0 30px; } }
        @media (min-width: 1200px) {
          .info-tabs .tab-content ul li {
            padding: 0 0 0 50px; } }
        .info-tabs .tab-content ul li:before {
          position: absolute;
          content: '';
          top: 8px;
          left: 0;
          width: 15px;
          height: 8px;
          border: solid #fed028;
          border-width: 0 0 4px 4px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
          @media (min-width: 768px) {
            .info-tabs .tab-content ul li:before {
              width: 20px;
              height: 10px; } }
          @media (min-width: 1200px) {
            .info-tabs .tab-content ul li:before {
              width: 24px;
              height: 15px; } }
        .info-tabs .tab-content ul li:not(:last-child) {
          margin: 0 0 16px; }