/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/pages/black-voters/icomoon.eot?saka14");
  src: url("/wp-content/pages/black-voters/icomoon.eot?saka14#iefix") format("embedded-opentype"), url("/wp-content/pages/black-voters/icomoon.ttf?saka14") format("truetype"), url("/wp-content/pages/black-voters/icomoon.woff?saka14") format("woff"), url("/wp-content/pages/black-voters/icomoon.svg?saka14#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-quote:before {
  content: "\e900";
  color: #004b87; }

.ico-star:before {
  content: "\e905";
  color: #da291c; }

.ico-wooman:before {
  content: "\e901";
  color: #da291c; }

.ico-man:before {
  content: "\e902";
  color: #da291c; }

.ico-arrow:before {
  content: "\e903";
  color: #004b87; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/pages/black-voters/gotham-black.woff2") format("woff2"), url("/wp-content/pages/black-voters/gotham-black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/pages/black-voters/gotham-bold.woff2") format("woff2"), url("/wp-content/pages/black-voters/gotham-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/pages/black-voters/gotham-bold-italic.woff2") format("woff2"), url("/wp-content/pages/black-voters/gotham-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/pages/black-voters/gotham-book.woff2") format("woff2"), url("/wp-content/pages/black-voters/gotham-book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/wp-content/pages/black-voters/gotham-book-italic.woff2") format("woff2"), url("/wp-content/pages/black-voters/gotham-book-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Avoqado';
  src: url("/wp-content/pages/black-voters/avoqado-outlinetwo.woff2") format("woff2"), url("/wp-content/pages/black-voters/avoqado-outlinetwo.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Heinberg';
  src: url("/wp-content/pages/black-voters/heinberg-textured.woff2") format("woff2"), url("/wp-content/pages/black-voters/heinberg-textured.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

.countries-list, .interactivity-section .figure-block .figure-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #1A1A1A;
  background: #fff;
  font: 19px/1.42 "Gotham", "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; }

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

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

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

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 #EDEDED;
  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: #1A1A1A; }
  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: #EDEDED; }
  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: #EDEDED; }
  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: #EDEDED; }
  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: #EDEDED; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #EDEDED; }

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

section {
  overflow: hidden; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

mark {
  background: none;
  color: #004B87;
  font-weight: 700;
  text-transform: uppercase; }

h1 {
  font: 400 100px/1.06 "Avoqado", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -1px;
  color: #004B87;
  margin: 0 0 .2em;
  text-shadow: -3px 3px #C8EAF5; }
  @media (max-width: 389px) {
    h1 {
      font-size: 75px; } }
  @media (min-width: 480px) {
    h1 {
      font-size: 108px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 117px;
      letter-spacing: -1.8px; } }

h5 {
  font-family: "Heinberg", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.32; }
  @media (min-width: 480px) {
    h5 {
      font-size: 29px; } }
  @media (min-width: 1024px) {
    h5 {
      font-size: 36px; } }

h6 {
  font-family: "Heinberg", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.32; }
  @media (min-width: 480px) {
    h6 {
      font-size: 21px; } }
  @media (min-width: 1024px) {
    h6 {
      font-size: 25px; } }

.container {
  max-width: 982px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }

.sub,
.sup {
  font-size: 65%; }

.cta {
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #72CCF4;
  letter-spacing: -.4px;
  text-decoration: none;
  padding: 0 15px 0 0;
  overflow: hidden; }
  .cta:hover {
    text-decoration: none; }
  .cta:after {
    height: 0;
    width: 0;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #72CCF4;
    border-top: 7px solid transparent;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0; }

.btn-bv {
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #DA291C;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  outline: none; }
  @media (min-width: 650px) {
    .btn-bv {
      border-radius: 16px;
      font-size: 20px;
      padding: 15px 20px; } }
  @media (min-width: 1024px) {
    .btn-bv {
      font-size: 25px;
      padding: 20px 25px;
      letter-spacing: -.5px; } }
  .btn-bv:hover {
    box-shadow: inset 0 0 15px 0 rgba(218, 41, 28, 0.7);
    text-decoration: none; }
    @media (min-width: 650px) {
      .btn-bv:hover {
        box-shadow: inset 0 0 20px 0 rgba(218, 41, 28, 0.7); } }
    @media (min-width: 1024px) {
      .btn-bv:hover {
        box-shadow: inset 0 0 30px 0 rgba(218, 41, 28, 0.7); } }
  .btn-bv .ico-star {
    font-size: 80%; }

.animation {
  margin: 0 0 -10px; }
  .animation .percent {
    font-size: 61px;
    font-weight: bold;
    color: #DA291C;
    text-align: center; }
    @media (min-width: 650px) {
      .animation .percent {
        text-align: left; } }
    @media (min-width: 1024px) {
      .animation .percent {
        font-size: 80px; } }
  .animation .progressbar {
    display: none; }

.percent-block {
  position: relative;
  max-width: 165px;
  margin: 0 auto; }
  .percent-block .animation {
    position: absolute;
    top: 15%;
    left: 5%; }
  .percent-block .percent {
    font-size: 45px; }

.top-decoration {
  position: relative; }
  .top-decoration:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: url("/wp-content/pages/black-voters/decooration-08.png");
    background-repeat: repeat-x;
    background-position: left -5px top;
    background-size: auto 100%; }

.title-block {
  padding: 0 0 0 15px; }
  @media (min-width: 650px) {
    .title-block {
      padding: 0; } }
  .title-block h5 {
    position: relative;
    margin: 0; }
  .title-block .ico-arrow {
    position: absolute;
    top: 8px;
    left: -35px;
    font-size: 17px; }
    @media (min-width: 480px) {
      .title-block .ico-arrow {
        font-size: 20px;
        top: 11px;
        left: -40px; } }
    @media (min-width: 650px) {
      .title-block .ico-arrow {
        font-size: 15px;
        top: 14px;
        left: -28px; } }
    @media (min-width: 1024px) {
      .title-block .ico-arrow {
        font-size: 26px;
        top: 13px;
        left: -56px; } }

.quote-block {
  position: relative;
  background: #fff;
  padding: 12px 15px;
  margin: 0 0 60px;
  border-radius: 16px;
  box-shadow: 5px 5px #004B87; }
  @media (min-width: 650px) {
    .quote-block {
      padding: 15px 20px;
      margin: 0 0 70px; } }
  .quote-block:after, .quote-block:before {
    height: 0;
    width: 0;
    border-bottom: 40px solid transparent;
    border-left: 65px solid #004B87;
    content: '';
    display: block;
    position: absolute;
    top: calc(100% + 4px);
    left: calc(17.67% + 4px); }
    @media (min-width: 650px) {
      .quote-block:after, .quote-block:before {
        border-left-width: 80px;
        border-bottom-width: 50px; } }
  .quote-block:after {
    height: 0;
    width: 0;
    border-bottom: 40px solid transparent;
    border-left: 65px solid #fff;
    top: 100%;
    left: 17.76%; }
    @media (min-width: 650px) {
      .quote-block:after {
        border-left-width: 80px;
        border-bottom-width: 50px; } }
  .quote-block .ico-quote {
    float: left;
    font-size: 265%;
    margin: 0 10px 0 0; }
    .quote-block .ico-quote:before {
      text-shadow: -2px -2px #E3F4FA; }
      @media (min-width: 650px) {
        .quote-block .ico-quote:before {
          text-shadow: -4px -4px #E3F4FA; } }
  .quote-block.red .ico-quote:before {
    color: #DA291C; }

.card {
  background: #fff;
  color: #004B87;
  line-height: 1.32;
  letter-spacing: -.3px;
  box-shadow: 0 3px 6px 0 rgba(26, 26, 26, 0.16); }
  .card:hover img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08); }
  .card:hover .cta {
    padding: 0 20px 0 0; }
  .card h5 {
    font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    color: #DA291C;
    line-height: 1.1;
    margin: 0 0 .32em; }
  .card .img-holder {
    overflow: hidden;
    background: -webkit-linear-gradient(bottom, #C8EAF5, #fff);
    background: linear-gradient(to top, #C8EAF5, #fff); }
    .card .img-holder img {
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .card .post-block {
    padding: 25px; }

.countries-list {
  font-size: 19px;
  font-weight: bold;
  color: #004B87;
  text-transform: uppercase; }
  .countries-list li {
    position: relative;
    padding: 0 0 0 47px;
    margin: 0 0 3px; }
    .countries-list li:before {
      content: '';
      display: block;
      background: #DA291C;
      width: 35px;
      height: 3px;
      position: absolute;
      top: 11px;
      left: 0; }
    .countries-list li:after {
      width: 13px;
      height: 13px;
      content: '';
      position: absolute;
      top: 6px;
      left: 22px;
      border-right: 3px solid #DA291C;
      border-bottom: 3px solid #DA291C;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

#header {
  padding: 65px 0 50px; }
  @media (min-width: 1024px) {
    #header {
      padding: 130px 0 115px; } }
  #header h1 {
    text-align: center; }
  #header .container {
    max-width: 820px; }
  #header .red-block {
    padding: 8px 10px;
    background: #DA291C;
    color: #fff;
    text-align: center;
    margin: -20px 0 25px; }
    @media (min-width: 1024px) {
      #header .red-block {
        margin: -25px 0 25px; } }
    #header .red-block h6 {
      margin: 0;
      letter-spacing: .5px; }
      @media (min-width: 1024px) {
        #header .red-block h6 {
          letter-spacing: unset; } }
    @media (min-width: 1024px) {
      #header .red-block .ico-arrow {
        font-size: 18px; } }
    #header .red-block .ico-arrow:before {
      color: #fff; }
  #header.small-title h1 {
    font-size: 71px; }
    @media (min-width: 480px) {
      #header.small-title h1 {
        font-size: 83px; } }
    @media (min-width: 1024px) {
      #header.small-title h1 {
        font-size: 95px; } }

.credibles-section {
  padding: 35px 0 20px; }
  @media (max-width: 1023px) {
    .credibles-section {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .credibles-section {
      padding: 80px 0 55px; } }
  .credibles-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: -webkit-linear-gradient(top, #C8EAF5, #fff);
    background: linear-gradient(to bottom, #C8EAF5, #fff); }
    @media (min-width: 1024px) {
      .credibles-section:before {
        height: 500px; } }
  .credibles-section .container {
    position: relative;
    z-index: 1; }
  .credibles-section .title-block {
    color: #004B87;
    margin: 0 0 20px; }
  .credibles-section .percent-item {
    max-width: 270px;
    margin: 0 auto 5px;
    border-bottom: 1px solid #C8EAF5; }
    .credibles-section .percent-item:last-child {
      border: none; }
    @media (min-width: 650px) {
      .credibles-section .percent-item {
        max-width: none;
        margin: 0; } }
    .credibles-section .percent-item .percent-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 10px; }
      @media (min-width: 650px) {
        .credibles-section .percent-item .percent-title {
          margin: 0 0 -5px; } }
    .credibles-section .percent-item .animation {
      width: auto; }
    .credibles-section .percent-item .text {
      width: auto;
      font-size: 19px;
      margin: 10px 0 0; }
      @media (min-width: 1024px) {
        .credibles-section .percent-item .text {
          margin: 25px 0 0; } }
  @media (min-width: 650px) {
    .credibles-section .columns-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 15px; } }
  @media (min-width: 1024px) {
    .credibles-section .columns-block {
      gap: 0 45px; } }
  .credibles-section .columns-block .left-column {
    max-width: 400px;
    margin: 0 auto 10px; }
    @media (min-width: 650px) {
      .credibles-section .columns-block .left-column {
        max-width: none;
        margin: 0 0 0 -50px; } }
    @media (min-width: 1024px) {
      .credibles-section .columns-block .left-column {
        margin: 0 0 0 -125px; } }
  @media (min-width: 650px) {
    .credibles-section .columns-block .right-column {
      max-width: 375px; } }

.curiosity-section {
  padding: 0 0 45px; }
  @media (min-width: 650px) {
    .curiosity-section {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .curiosity-section {
      padding: 0 0 55px; } }
  .curiosity-section.top-decoration:after {
    top: auto;
    bottom: 15px; }
    @media (min-width: 1024px) {
      .curiosity-section.top-decoration:after {
        bottom: 20px; } }
  .curiosity-section .title-block {
    position: relative;
    background: #DA291C;
    padding: 25px 0 25px 15px;
    color: #fff;
    z-index: 2; }
    @media (min-width: 650px) {
      .curiosity-section .title-block {
        padding: 15px 0; } }
    .curiosity-section .title-block:before, .curiosity-section .title-block:after {
      content: '';
      background: #DA291C;
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: -50vw;
      right: 100%; }
    .curiosity-section .title-block:after {
      left: 100%;
      right: -50vw; }
    .curiosity-section .title-block .ico-arrow:before {
      color: #fff; }
  .curiosity-section .columns-block {
    position: relative; }
    @media (min-width: 650px) {
      .curiosity-section .columns-block:before, .curiosity-section .columns-block:after {
        content: '';
        background: #DFF0F5;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: -50vw;
        right: 100%; } }
    @media (min-width: 650px) {
      .curiosity-section .columns-block:after {
        left: 100%;
        right: -50vw; } }
    @media (min-width: 650px) {
      .curiosity-section .columns-block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(220px, 1fr) minmax(min-content, 354px) minmax(220px, 1fr);
            grid-template-columns: minmax(220px, 1fr) minmax(min-content, 354px) minmax(220px, 1fr);
        margin: 0 -20px; } }
    @media (min-width: 1024px) {
      .curiosity-section .columns-block {
        margin: 0; } }
    .curiosity-section .columns-block .column {
      background: #EFF7FA;
      padding: 35px 20px 15px;
      margin: 0 -20px; }
      @media (min-width: 650px) {
        .curiosity-section .columns-block .column {
          padding: 30px 20px;
          margin: 0; } }
      @media (min-width: 1024px) {
        .curiosity-section .columns-block .column {
          padding: 30px 30px 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 0 15px; } }
      .curiosity-section .columns-block .column:nth-child(odd) {
        background: #DFF0F5; }
      .curiosity-section .columns-block .column .percent-block {
        margin: 0 auto 20px; }
        @media (min-width: 1024px) {
          .curiosity-section .columns-block .column .percent-block {
            width: 40%; } }
      .curiosity-section .columns-block .column .text {
        max-width: 400px;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .curiosity-section .columns-block .column .text {
            max-width: none;
            margin: 0; } }
        @media (min-width: 1024px) {
          .curiosity-section .columns-block .column .text {
            width: 60%; } }
    @media (min-width: 1024px) {
      .curiosity-section .columns-block .first-column {
        padding-right: 25px; } }
    .curiosity-section .columns-block .first-column .animation {
      top: 68%;
      left: 10%; }
    .curiosity-section .columns-block .first-column .percent-block {
      max-width: 86px; }
    .curiosity-section .columns-block .first-column .percent {
      font-size: 33px; }
    .curiosity-section .columns-block .second-column .animation {
      top: 13%;
      left: 29%; }
    .curiosity-section .columns-block .second-column .percent-block {
      max-width: 110px; }
    .curiosity-section .columns-block .second-column .percent {
      font-size: 33px; }
    .curiosity-section .columns-block .third-column .animation {
      top: 56%;
      left: 10%; }
    .curiosity-section .columns-block .third-column .percent-block {
      max-width: 81px; }
    .curiosity-section .columns-block .third-column .percent {
      font-size: 33px; }

.action-section .second_title-block {
  position: relative;
  color: #004B87;
  margin: 0 0 20px; }
  @media (min-width: 650px) {
    .action-section .second_title-block {
      margin: 0 0 15px; } }
  @media (min-width: 480px) {
    .action-section .second_title-block h5 {
      font-size: 24px; } }
  .action-section .second_title-block .ico-arrow {
    position: absolute;
    top: 8px;
    left: -35px;
    font-size: 17px; }
    @media (min-width: 480px) {
      .action-section .second_title-block .ico-arrow {
        font-size: 20px;
        top: 11px;
        left: -40px; } }
    @media (min-width: 650px) {
      .action-section .second_title-block .ico-arrow {
        font-size: 15px;
        top: 14px;
        left: -35px; } }
    @media (min-width: 1024px) {
      .action-section .second_title-block .ico-arrow {
        font-size: 26px;
        top: 2px;
        left: -50px; } }

.action-section .title-block {
  position: relative;
  background: #DA291C;
  padding: 25px 0 25px 15px;
  color: #fff;
  z-index: 2; }
  @media (min-width: 650px) {
    .action-section .title-block {
      padding: 15px 0; } }
  .action-section .title-block:before, .action-section .title-block:after {
    content: '';
    background: #DA291C;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50vw;
    right: 100%; }
  .action-section .title-block:after {
    left: 100%;
    right: -50vw; }
  .action-section .title-block .ico-arrow:before {
    color: #fff; }

.action-section .countries-list {
  margin: -10px 0 15px; }

.action-section .percent-item {
  max-width: 270px;
  margin: 0 auto 5px;
  border-bottom: 1px solid #72CCF4; }
  .action-section .percent-item:last-child {
    border: none; }
  @media (min-width: 650px) {
    .action-section .percent-item {
      max-width: none;
      margin: 0; } }
  .action-section .percent-item .percent-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px; }
    @media (min-width: 650px) {
      .action-section .percent-item .percent-title {
        margin: 0 0 -5px; } }
  .action-section .percent-item .animation {
    width: auto; }
  .action-section .percent-item .text {
    width: auto;
    font-size: 19px;
    margin: 10px 0 0; }
    @media (min-width: 1024px) {
      .action-section .percent-item .text {
        margin: 25px 0 0; } }

@media (min-width: 650px) {
  .action-section .columns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px; } }

@media (min-width: 1024px) {
  .action-section .columns-block {
    gap: 0 35px; } }

.action-section .columns-block .left-column {
  position: relative;
  padding: 25px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (max-width: 767px) {
    .action-section .columns-block .left-column {
      overflow: hidden;
      font-size: 15px; } }
  @media (min-width: 650px) {
    .action-section .columns-block .left-column {
      width: 50%;
      padding: 25px 0 0; } }
  @media (min-width: 768px) {
    .action-section .columns-block .left-column {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 60px minmax(auto, 1fr);
          grid-template-columns: 60px minmax(auto, 1fr);
      -ms-grid-row-align: center;
          align-self: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 15px;
      padding: 20px 15px 20px 0;
      background: #DFF0F5; } }
  @media (min-width: 1024px) {
    .action-section .columns-block .left-column {
      width: 59%;
      -ms-grid-columns: 180px minmax(auto, 1fr);
          grid-template-columns: 180px minmax(auto, 1fr); } }
  @media (min-width: 768px) {
    .action-section .columns-block .left-column:after {
      content: '';
      background: #DFF0F5;
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: -50vw;
      right: 100%; } }
  @media (max-width: 767px) {
    .action-section .columns-block .left-column .img-holder {
      max-width: 300px;
      overflow: hidden;
      margin: 0 0 -285px auto; } }
  @media (min-width: 768px) {
    .action-section .columns-block .left-column .img-holder {
      position: relative;
      margin: 0 0 0 -70px;
      z-index: 1; } }
  @media (min-width: 1024px) {
    .action-section .columns-block .left-column .img-holder {
      margin: -85px 0 -85px -125px; } }
  @media (max-width: 767px) {
    .action-section .columns-block .left-column .percent-list {
      margin: 0 0 20px; } }

.action-section .columns-block .right-column {
  background: #C8EAF5;
  margin: 0 -20px;
  padding: 40px 35px 0; }
  @media (min-width: 650px) {
    .action-section .columns-block .right-column {
      position: relative;
      background: -webkit-linear-gradient(top, #DFF0F5, #fff);
      background: linear-gradient(to bottom, #DFF0F5, #fff);
      width: 50%;
      margin: 0;
      padding: 40px 0 0 35px; } }
  @media (min-width: 1024px) {
    .action-section .columns-block .right-column {
      width: 41%;
      padding: 55px 0 0 50px; } }
  @media (min-width: 650px) {
    .action-section .columns-block .right-column:after {
      content: '';
      background: -webkit-linear-gradient(top, #DFF0F5, #fff);
      background: linear-gradient(to bottom, #DFF0F5, #fff);
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 100%;
      right: -50vw; } }
  @media (max-width: 767px) {
    .action-section .columns-block .right-column .img-holder {
      max-width: 350px;
      margin: 0 -10px 0 -25px; } }
  @media (min-width: 1024px) {
    .action-section .columns-block .right-column .img-holder {
      position: relative;
      margin: 0 -25px 0 -50px;
      z-index: 1; } }

.img_intro-section {
  position: relative;
  background: #fff;
  font-size: 22px;
  line-height: 1.11;
  font-weight: 700;
  color: #DA291C;
  overflow: hidden; }
  @media (min-width: 480px) {
    .img_intro-section {
      font-size: 24px; } }
  @media (min-width: 650px) {
    .img_intro-section {
      font-size: 28px; } }
  .img_intro-section:before {
    z-index: 999; }
    @media (min-width: 768px) {
      .img_intro-section:before {
        content: '';
        position: absolute;
        top: 0;
        right: 10px;
        width: 60px;
        height: 100%;
        background-image: -webkit-radial-gradient(3px 3px circle, #fff 0%, #fff 3px, rgba(228, 241, 253, 0) 3px, rgba(228, 241, 253, 0) 100%);
        background-image: radial-gradient(circle at 3px 3px, #fff 0%, #fff 3px, rgba(228, 241, 253, 0) 3px, rgba(228, 241, 253, 0) 100%);
        background-repeat: repeat;
        background-position: 6px 7px;
        background-size: 20px 20px; } }
    @media (min-width: 1024px) {
      .img_intro-section:before {
        right: 20px;
        width: 92px;
        background-image: -webkit-radial-gradient(4px 4px circle, #fff 0%, #fff 4px, rgba(228, 241, 253, 0) 4px, rgba(228, 241, 253, 0) 100%);
        background-image: radial-gradient(circle at 4px 4px, #fff 0%, #fff 4px, rgba(228, 241, 253, 0) 4px, rgba(228, 241, 253, 0) 100%);
        background-size: 35px 28px; } }
  .img_intro-section h1 {
    font: 700 32px/1.13 "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #004B87;
    letter-spacing: -1px;
    text-shadow: none;
    margin: 0 0 0.5em; }
    @media (min-width: 650px) {
      .img_intro-section h1 {
        font-size: 44px; } }
    @media (min-width: 1024px) {
      .img_intro-section h1 {
        font-size: 55px; } }
  @media (min-width: 1200px) {
    .img_intro-section .decoration-left {
      width: 30px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 30px;
      background: #fff;
      border-left: 10px solid #004B87;
      border-right: 10px solid #DA291C; } }
  .img_intro-section .columns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .img_intro-section .columns-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .img_intro-section .columns-block .post-column {
      padding: 30px 0 10px; }
      @media (max-width: 767px) {
        .img_intro-section .columns-block .post-column {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      @media (min-width: 768px) {
        .img_intro-section .columns-block .post-column {
          width: 43%;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
          padding: 0 30px 0 0;
          margin: 0 0 -1em; } }
    .img_intro-section .columns-block .img-column {
      margin: 0 -20px; }
      @media (max-width: 767px) {
        .img_intro-section .columns-block .img-column {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      @media (min-width: 768px) {
        .img_intro-section .columns-block .img-column {
          width: 57%;
          position: relative;
          height: 400px;
          margin: 0; } }
      @media (min-width: 1024px) {
        .img_intro-section .columns-block .img-column {
          height: 600px; } }
      @media (min-width: 768px) {
        .img_intro-section .columns-block .img-column .inner {
          position: absolute;
          top: 0;
          left: 0;
          width: calc(50vw + 12.45%);
          height: 100%; } }
      @media (min-width: 768px) {
        .img_intro-section .columns-block .img-column .inner img {
          object-fit: cover;
          width: 100%;
          height: 100%; } }

.intro-section {
  padding: 35px 0 0; }
  @media (max-width: 1023px) {
    .intro-section {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .intro-section {
      padding: 80px 0 30px; } }
  .intro-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: -webkit-linear-gradient(top, #C8EAF5, #fff);
    background: linear-gradient(to bottom, #C8EAF5, #fff); }
    @media (min-width: 1024px) {
      .intro-section:before {
        height: 500px; } }
  .intro-section .container {
    position: relative;
    z-index: 1; }
  .intro-section .bg-block {
    display: none; }
    @media (min-width: 650px) {
      .intro-section .bg-block {
        display: block;
        position: absolute;
        top: 0;
        left: 5%;
        width: 80%; } }
    @media (min-width: 768px) {
      .intro-section .bg-block {
        width: 90%;
        left: 2%;
        top: 45%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .intro-section .title-block {
    position: relative;
    color: #004B87;
    margin: 0 0 15px;
    z-index: 1; }
    @media (min-width: 650px) {
      .intro-section .title-block {
        margin: 0 0 -15px; } }
  .intro-section .three_columns-block {
    position: relative;
    margin: 0 0 55px; }
    @media (min-width: 650px) {
      .intro-section .three_columns-block {
        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 (min-width: 1024px) {
      .intro-section .three_columns-block {
        margin: 0 0 60px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 650px) {
      .intro-section .three_columns-block .animation {
        margin: 0 0 -15px; } }
    .intro-section .three_columns-block .left-column,
    .intro-section .three_columns-block .right-column {
      position: relative;
      max-width: 265px;
      margin: 0 auto;
      z-index: 1; }
      @media (min-width: 650px) {
        .intro-section .three_columns-block .left-column,
        .intro-section .three_columns-block .right-column {
          max-width: 150px;
          margin: 0; } }
      @media (min-width: 1024px) {
        .intro-section .three_columns-block .left-column,
        .intro-section .three_columns-block .right-column {
          max-width: 220px; } }
    @media (min-width: 1024px) {
      .intro-section .three_columns-block .right-column {
        max-width: 200px; } }
    .intro-section .three_columns-block .img-column {
      position: relative;
      margin: 0 0 10px;
      padding: 0 10px;
      z-index: 1; }
      @media (min-width: 650px) {
        .intro-section .three_columns-block .img-column {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding: 0; } }
      @media (min-width: 1024px) {
        .intro-section .three_columns-block .img-column {
          margin: 0 0 0 -25px; } }
  .intro-section .columns-block {
    padding: 0 15px;
    font-size: 15px; }
    @media (min-width: 390px) {
      .intro-section .columns-block {
        padding: 0 30px; } }
    @media (min-width: 480px) {
      .intro-section .columns-block {
        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; } }
    @media (min-width: 1024px) {
      .intro-section .columns-block {
        margin: 0 -10px; } }
    .intro-section .columns-block .percent-block {
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .intro-section .columns-block .percent-block {
          margin-bottom: 10px; } }
    .intro-section .columns-block .column {
      padding: 30px 15px 0;
      margin: 0 0 20px;
      border-top: 1px solid #C8EAF5; }
      @media (min-width: 390px) {
        .intro-section .columns-block .column {
          padding: 40px 20px 0; } }
      @media (min-width: 480px) {
        .intro-section .columns-block .column {
          width: 50%; } }
      @media (min-width: 650px) {
        .intro-section .columns-block .column {
          width: 33.333%; } }
      @media (min-width: 768px) {
        .intro-section .columns-block .column {
          width: 25%;
          border: none;
          border-right: 1px solid #C8EAF5; } }
      @media (min-width: 1024px) {
        .intro-section .columns-block .column {
          padding: 15px 20px 0 25px; } }
      @media (min-width: 768px) {
        .intro-section .columns-block .column:last-child {
          border: none; } }
    .intro-section .columns-block .first-column .percent-block {
      max-width: 165px; }
    .intro-section .columns-block .first-column .animation {
      left: 7%;
      top: 19%;
      color: #004B87; }
    .intro-section .columns-block .first-column .percent {
      color: #004B87; }
    .intro-section .columns-block .second-column .percent-block {
      max-width: 135px; }
    .intro-section .columns-block .second-column .animation {
      left: 7%;
      top: 5%; }
    .intro-section .columns-block .third-column .percent-block {
      max-width: 155px; }
    .intro-section .columns-block .third-column .animation {
      left: 19%;
      top: 7%;
      color: #004B87; }
    .intro-section .columns-block .third-column .percent {
      color: #004B87; }
    .intro-section .columns-block .fourth-column .percent-block {
      max-width: 165px; }
    .intro-section .columns-block .fourth-column .animation {
      left: 15%;
      top: 27%; }

.post-section {
  position: relative;
  background: #C8EAF5;
  padding: 60px 0;
  line-height: 1.29;
  letter-spacing: -.2px;
  color: #004B87; }
  @media (min-width: 480px) {
    .post-section {
      font-size: 22px; } }
  @media (min-width: 650px) {
    .post-section {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .post-section {
      padding: 110px 0 135px;
      font-size: 24px;
      letter-spacing: -.4px; } }
  .post-section .container {
    max-width: 850px; }
  .post-section .post-block {
    border-left: 8px solid #72CCF4;
    padding: 0 0 0 15px;
    margin: 0 0 -1em;
    font-weight: 700; }
    @media (min-width: 768px) {
      .post-section .post-block {
        padding: 0 0 0 30px; } }
  .post-section .decoration-top {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #72CCF4;
    border-bottom: 10px solid #fff; }

.card-section {
  position: relative;
  background: #004B87;
  padding: 30px 0 10px;
  overflow: visible; }
  @media (min-width: 650px) {
    .card-section {
      padding: 40px 0 20px; } }
  @media (min-width: 1024px) {
    .card-section {
      padding: 40px 0 80px; } }
  .card-section:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-radial-gradient(4px 4px circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0) 4px);
    background-image: radial-gradient(circle at 4px 4px, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0) 4px);
    background-repeat: repeat;
    background-position: center top 5px;
    background-size: 26px 30px; }
  @media (min-width: 650px) {
    .card-section p {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  .card-section .container {
    position: relative;
    z-index: 1; }
  .card-section .cta {
    margin: -10px 0 0; }
  @media (min-width: 650px) {
    .card-section .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 650px) {
    .card-section .card .post-block {
      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-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .card-section .columns-block {
    margin: -50px 0 0; }
    @media (min-width: 650px) {
      .card-section .columns-block {
        margin: -70px 0 0;
        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;
        gap: 0 30px; } }
    @media (min-width: 1024px) {
      .card-section .columns-block {
        margin: -100px 0 0; } }
    .card-section .columns-block .column {
      margin: 0 auto 30px;
      max-width: 400px; }
      @media (min-width: 650px) {
        .card-section .columns-block .column {
          margin: 0 0 30px;
          max-width: none;
          width: calc(50% - 15px); } }

.interactivity-section {
  background: #FDF4F3;
  overflow: hidden; }
  .interactivity-section h5 {
    color: inherit; }
  .interactivity-section .container {
    position: relative; }
    @media (min-width: 650px) {
      .interactivity-section .container:after {
        content: '';
        background: #FBE9E7;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(100% - 20px);
        right: -50vw; } }
  .interactivity-section .title-block {
    position: relative;
    background: #DA291C;
    padding: 25px 0 25px 15px;
    color: #fff;
    z-index: 2; }
    @media (min-width: 650px) {
      .interactivity-section .title-block {
        padding: 15px 0; } }
    .interactivity-section .title-block:before, .interactivity-section .title-block:after {
      content: '';
      background: #DA291C;
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: -50vw;
      right: 100%; }
    .interactivity-section .title-block:after {
      left: 100%;
      right: -50vw; }
    .interactivity-section .title-block .ico-arrow:before {
      color: #fff; }
  .interactivity-section .figure-block {
    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;
    gap: 0 15px; }
    .interactivity-section .figure-block > * {
      width: auto; }
    .interactivity-section .figure-block .figure-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0 5px;
      font-size: 80px; }
      .interactivity-section .figure-block .figure-list li {
        line-height: 0; }
        .interactivity-section .figure-block .figure-list li:last-child .ico-man:before {
          color: #ED9C95; }
    .interactivity-section .figure-block .figure-img {
      position: relative;
      max-width: 155px;
      font-size: 45px;
      font-weight: bold;
      color: #DA291C; }
      .interactivity-section .figure-block .figure-img span {
        position: absolute;
        top: 5%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
  @media (min-width: 650px) {
    .interactivity-section .columns-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 0 15px; } }
  .interactivity-section .columns-block .left-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0; }
    @media (min-width: 650px) {
      .interactivity-section .columns-block .left-column {
        width: 50%; } }
    @media (min-width: 1024px) {
      .interactivity-section .columns-block .left-column {
        width: 38%;
        max-width: 325px;
        padding: 20px 0 0; } }
    .interactivity-section .columns-block .left-column .img-holder {
      width: 50%;
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin: 0 0 0 -85px; }
      @media (min-width: 1024px) {
        .interactivity-section .columns-block .left-column .img-holder {
          width: 205px;
          margin: 0 0 0 -110px; } }
    .interactivity-section .columns-block .left-column .animation {
      width: calc(50% + 85px);
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin: 0; }
      @media (min-width: 650px) {
        .interactivity-section .columns-block .left-column .animation {
          -ms-flex-item-align: end;
              align-self: flex-end; } }
      @media (min-width: 1024px) {
        .interactivity-section .columns-block .left-column .animation {
          width: calc(100% - 95px);
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
          margin: 0 0 10px; } }
      .interactivity-section .columns-block .left-column .animation .percent {
        font-size: 45px;
        line-height: 0.6em; }
  .interactivity-section .columns-block .right-column {
    background: #FBE9E7;
    margin: 0 -20px;
    padding: 35px 30px 30px; }
    @media (min-width: 650px) {
      .interactivity-section .columns-block .right-column {
        width: 50%;
        margin: 0;
        padding: 35px 0 35px 20px; } }
    @media (min-width: 1024px) {
      .interactivity-section .columns-block .right-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 10px;
        width: 62%;
        max-width: 560px;
        padding: 30px 0 30px 20px; } }
    .interactivity-section .columns-block .right-column .figure-block {
      margin: 0 0 35px; }
      @media (min-width: 1024px) {
        .interactivity-section .columns-block .right-column .figure-block {
          width: 55%;
          margin: 0; } }
    .interactivity-section .columns-block .right-column .post-holder {
      padding: 0 28px; }
      @media (min-width: 650px) {
        .interactivity-section .columns-block .right-column .post-holder {
          padding: 0; } }
      @media (min-width: 1024px) {
        .interactivity-section .columns-block .right-column .post-holder {
          width: 45%; } }

.opportunity-section {
  padding: 35px 0 0;
  font-size: 15px; }
  @media (min-width: 1024px) {
    .opportunity-section {
      padding: 80px 0; } }
  @media (min-width: 650px) {
    .opportunity-section:before {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(top, #C8EAF5, #fff);
      background: linear-gradient(to bottom, #C8EAF5, #fff); } }
  .opportunity-section .container {
    position: relative;
    z-index: 1; }
  .opportunity-section .title-block {
    color: #004B87;
    margin: 0 0 35px; }
    @media (min-width: 1024px) {
      .opportunity-section .title-block {
        margin: 0 0 25px; } }
  @media (min-width: 650px) {
    .opportunity-section .columns-block {
      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; } }
  @media (min-width: 1024px) {
    .opportunity-section .columns-block {
      margin: 0 -15px; } }
  .opportunity-section .columns-block .uptitle {
    font-weight: 700;
    color: #004B87;
    text-transform: uppercase; }
  .opportunity-section .columns-block .animation {
    margin: 0;
    max-width: 150px; }
    .opportunity-section .columns-block .animation .percent {
      font-size: 45px;
      line-height: 1;
      text-align: left; }
  .opportunity-section .columns-block .column {
    max-width: 295px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #C8EAF5; }
    @media (min-width: 650px) {
      .opportunity-section .columns-block .column {
        max-width: 350px;
        width: 50%;
        padding: 0 20px;
        margin: 0 0 30px; } }
    @media (min-width: 1024px) {
      .opportunity-section .columns-block .column {
        max-width: none;
        width: 33.333%;
        margin: 0;
        padding: 0 15px;
        border: none;
        border-right: 1px solid #C8EAF5; } }
    .opportunity-section .columns-block .column:last-child {
      border: none; }
    .opportunity-section .columns-block .column .img-holder {
      margin: 0 0 -40px; }
    .opportunity-section .columns-block .column .post-block {
      padding: 0 45px 0 0;
      margin: 0 0 35px; }
      @media (min-width: 1024px) {
        .opportunity-section .columns-block .column .post-block {
          padding: 0 40px 0 0;
          margin: 0 0 -1em; } }
  .opportunity-section .columns-block .second-column .img-holder {
    width: 240px;
    margin: 0 0 -50px auto; }
  .opportunity-section .columns-block .second-column .post-block {
    padding: 0 10px 0 0; }
    @media (min-width: 1024px) {
      .opportunity-section .columns-block .second-column .post-block {
        padding: 0 5px 0 0; } }
  .opportunity-section .columns-block .second-column .percent-block {
    max-width: none;
    margin: 0; }
    .opportunity-section .columns-block .second-column .percent-block .animation {
      top: 8%;
      left: 35%; }
    .opportunity-section .columns-block .second-column .percent-block .percent {
      font-size: 23px; }
  .opportunity-section .columns-block .second-column .second-animation.animation {
    top: 41%;
    left: 35%; }
  .opportunity-section .columns-block .second-column .second-animation .percent {
    font-size: 19px;
    color: #004B87; }
  .opportunity-section .columns-block .third-column .post-block {
    padding: 0; }

.quote-section {
  background: #E3F4FA;
  letter-spacing: -.3px; }
  @media (max-width: 1023px) {
    .quote-section {
      font-size: 15px; } }
  @media (min-width: 650px) {
    .quote-section {
      letter-spacing: unset; } }
  .quote-section strong {
    color: #DA291C; }
  .quote-section .title-block {
    position: relative;
    background: #DA291C;
    padding: 25px 0 25px 15px;
    color: #fff;
    z-index: 2; }
    @media (min-width: 650px) {
      .quote-section .title-block {
        padding: 15px 0; } }
    .quote-section .title-block:before, .quote-section .title-block:after {
      content: '';
      background: #DA291C;
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: -50vw;
      right: 100%; }
    .quote-section .title-block:after {
      left: 100%;
      right: -50vw; }
    .quote-section .title-block .ico-arrow:before {
      color: #fff; }
  .quote-section .columns-block {
    padding: 35px 0 15px;
    max-width: 400px;
    margin: 0 auto; }
    @media (min-width: 650px) {
      .quote-section .columns-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 30px;
        max-width: none;
        margin: 0;
        padding: 35px 0 20px; } }
    @media (min-width: 650px) {
      .quote-section .columns-block .left-column {
        width: 50%;
        margin: 30px 0 0; } }
    @media (min-width: 650px) {
      .quote-section .columns-block .right-column {
        width: 50%; } }
  .quote-section.three-items {
    position: relative; }
    .quote-section.three-items:before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      background: #C8EAF5;
      clip-path: polygon(0 100%, 100% 100%, 100% 0);
      top: 0;
      right: 0; }
    @media (min-width: 650px) {
      .quote-section.three-items .columns-block {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 650px) {
      .quote-section.three-items .columns-block .left-column {
        margin: 0; } }

.prefooter-section {
  padding: 25px 0;
  background: #004B87;
  text-align: center; }
  @media (min-width: 650px) {
    .prefooter-section {
      padding: 50px 0; } }

#footer {
  background: #E3F4FA;
  font-size: 15px;
  color: #004B87; }
  #footer .open-close .opener {
    padding: 65px 0 50px;
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none; }
    #footer .open-close .opener .symbol {
      display: inline-block;
      width: 18px;
      position: relative; }
      #footer .open-close .opener .symbol:after {
        content: '+'; }
  #footer .open-close .slide {
    margin: -40px 0 0;
    padding: 0 0 35px; }
  #footer .open-close.active .opener .symbol:after {
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #004B87;
    content: '';
    position: absolute;
    top: -15px;
    left: 0; }
  #footer .footnote-list {
    margin: 0;
    padding: 0;
    list-style-position: inside; }
    #footer .footnote-list li {
      margin: 0 0 15px; }
/*# sourceMappingURL=main.css.map */