/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?jbwd86") format("truetype"), url("../fonts/icomoon.woff?jbwd86") format("woff"), url("../fonts/icomoon.svg?jbwd86#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .inquiries-section .info-list li:before, .links__item:after, .blockquote-block__content:after,
.cb-quote blockquote:after, .image-blocks:after, .post-card--video .post-card__image:after, .custom-select {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-reset:before {
  content: "\e91a";
}

.icon-zoom-out:before {
  content: "\e91b";
}

.icon-zoom-in:before {
  content: "\e91c";
}

.icon-quote:before {
  content: "\e90f";
}

.icon-page:before {
  content: "\e910";
}

.icon-envelope-info:before {
  content: "\e90c";
}

.icon-user:before {
  content: "\e90d";
}

.icon-envelope:before {
  content: "\e90e";
}

.icon-play-circle:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-resize:before {
  content: "\e902";
}

.icon-play:before {
  content: "\e909";
}

.icon-pause:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e903";
}

.icon-arrow_left:before {
  content: "\e904";
}

.icon-arrow_right:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e907";
}

.icon-youtube:before {
  content: "\e908";
}

.icon-doc:before {
  content: "\e917";
}

.icon-pdf:before {
  content: "\e918";
}

.icon-x:before {
  content: "\e919";
}

.icon-table:before {
  content: "\e913";
}

.icon-file:before {
  content: "\e914";
}

.icon-folder:before {
  content: "\e915";
}

.icon-grid:before {
  content: "\e916";
}

.icon-close:before {
  content: "\e911";
}

.icon-opener:before {
  content: "\e912";
}

.icon-instagram:before {
  content: "\e90b";
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-active {
  height: auto;
}

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

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

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  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;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.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;
  -moz-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;
  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;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

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

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

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

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

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

.fancybox-slide--video .fancybox-content {
  background: #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;
  transition: color 0.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;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  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;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.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: 0.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 {
  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;
  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;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -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;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* 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;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-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;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.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);
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --background-color: #000;
  --color: #fff;
  --timing: 150ms;
}

[data-tippy] {
  position: relative;
}

[data-tippy]::before,
[data-tippy]::after {
  position: absolute;
  display: block;
  opacity: 0;
  font-family: sans-serif;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  top: 100%;
  left: 50%;
  pointer-events: none;
}

[data-tippy]::before {
  content: attr(data-tippy);
  color: var(--color);
  font-size: 14px;
  background-color: var(--background-color);
  z-index: 1;
  padding: 3px 6px;
  border-radius: 3px;
  white-space: nowrap;
  margin-top: 10px;
  font-weight: normal;
}

[data-tippy]::after {
  content: "";
  border: 5px solid transparent;
  border-bottom-color: var(--background-color);
}

[data-tippy]:hover::before,
[data-tippy]:hover::after {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* reset for other positions */
[data-tippy][data-tippy-pos]::before {
  top: auto;
  left: auto;
  margin-top: auto;
  -webkit-transform: none;
          transform: none;
}

[data-tippy][data-tippy-pos]::after {
  top: auto;
  left: auto;
  margin-top: auto;
  border-bottom-color: transparent;
  -webkit-transform: none;
          transform: none;
}

/* end reset */
/* up and down */
[data-tippy][data-tippy-pos=up]::before,
[data-tippy][data-tippy-pos=up]::after,
[data-tippy][data-tippy-pos=down]::before,
[data-tippy][data-tippy-pos=down]::after {
  left: 50%;
}

/* up */
[data-tippy][data-tippy-pos=up]::before,
[data-tippy][data-tippy-pos=up]::after {
  bottom: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

[data-tippy][data-tippy-pos=up]::before {
  margin-bottom: 10px;
}

[data-tippy][data-tippy-pos=up]::after {
  border-top-color: var(--background-color);
  border-bottom-color: transparent;
}

/* down */
[data-tippy][data-tippy-pos=down]::before,
[data-tippy][data-tippy-pos=down]::after {
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

[data-tippy][data-tippy-pos=down]::before {
  margin-top: 10px;
}

[data-tippy][data-tippy-pos=down]::after {
  border-bottom-color: var(--background-color);
  border-top-color: transparent;
}

/* left and right */
[data-tippy][data-tippy-pos=left]::before,
[data-tippy][data-tippy-pos=left]::after,
[data-tippy][data-tippy-pos=right]::before,
[data-tippy][data-tippy-pos=right]::after {
  top: 50%;
}

/* left */
[data-tippy][data-tippy-pos=left]::before,
[data-tippy][data-tippy-pos=left]::after {
  right: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

[data-tippy][data-tippy-pos=left]::before {
  margin-right: 10px;
}

[data-tippy][data-tippy-pos=left]::after {
  border-left-color: var(--background-color);
}

/* right */
[data-tippy][data-tippy-pos=right]::before,
[data-tippy][data-tippy-pos=right]::after {
  left: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

[data-tippy][data-tippy-pos=right]::before {
  margin-left: 10px;
}

[data-tippy][data-tippy-pos=right]::after {
  border-right-color: var(--background-color);
}

/* hover */
[data-tippy]:hover::before,
[data-tippy]:hover::after {
  opacity: 1;
}

/* animated - fade (default) */
[data-tippy][data-tippy-animate]::before,
[data-tippy][data-tippy-animate]::after {
  transition: all var(--timing) ease-out;
  transition-delay: 0s;
}

[data-tippy][data-tippy-animate]:hover::before,
[data-tippy][data-tippy-animate]:hover::after {
  transition-delay: var(--timing);
}

/* animated - slide */
[data-tippy][data-tippy-animate=slide]::before,
[data-tippy][data-tippy-animate=slide]::after {
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}

[data-tippy][data-tippy-animate=slide]:hover::before,
[data-tippy][data-tippy-animate=slide]:hover::after {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

[data-tippy][data-tippy-pos=up][data-tippy-animate=slide]::before,
[data-tippy][data-tippy-pos=up][data-tippy-animate=slide]::after {
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}

[data-tippy][data-tippy-pos=down][data-tippy-animate=slide]::before,
[data-tippy][data-tippy-pos=down][data-tippy-animate=slide]::after {
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}

[data-tippy][data-tippy-pos=up][data-tippy-animate=slide]:hover::before,
[data-tippy][data-tippy-pos=up][data-tippy-animate=slide]:hover::after,
[data-tippy][data-tippy-pos=down][data-tippy-animate=slide]:hover::before,
[data-tippy][data-tippy-pos=down][data-tippy-animate=slide]:hover::after {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

[data-tippy][data-tippy-pos=left][data-tippy-animate=slide]::before,
[data-tippy][data-tippy-pos=left][data-tippy-animate=slide]::after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

[data-tippy][data-tippy-pos=right][data-tippy-animate=slide]::before,
[data-tippy][data-tippy-pos=right][data-tippy-animate=slide]::after {
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}

[data-tippy][data-tippy-pos=left][data-tippy-animate=slide]:hover::before,
[data-tippy][data-tippy-pos=left][data-tippy-animate=slide]:hover::after,
[data-tippy][data-tippy-pos=right][data-tippy-animate=slide]:hover::before,
[data-tippy][data-tippy-pos=right][data-tippy-animate=slide]:hover::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* animated - bubble */
[data-tippy][data-tippy-animate=bubble]::before,
[data-tippy][data-tippy-animate=bubble]::after {
  opacity: 1;
  visibility: hidden;
}

[data-tippy][data-tippy-animate=bubble]:hover::before,
[data-tippy][data-tippy-animate=bubble]:hover::after {
  visibility: visible;
}

[data-tippy][data-tippy-animate=bubble]::before {
  -webkit-clip-path: circle(10% at 50% 0);
          clip-path: circle(10% at 50% 0);
}

[data-tippy][data-tippy-animate=bubble]:hover::before {
  -webkit-clip-path: circle(100% at 50%);
          clip-path: circle(100% at 50%);
}

[data-tippy][data-tippy-pos=up][data-tippy-animate=bubble]::before {
  -webkit-clip-path: circle(10% at 50% 100%);
          clip-path: circle(10% at 50% 100%);
}

[data-tippy][data-tippy-pos=up][data-tippy-animate=bubble]:hover::before {
  -webkit-clip-path: circle(100% at 50%);
          clip-path: circle(100% at 50%);
}

[data-tippy][data-tippy-pos=down][data-tippy-animate=bubble]::before {
  -webkit-clip-path: circle(10% at 50% 0);
          clip-path: circle(10% at 50% 0);
}

[data-tippy][data-tippy-pos=down][data-tippy-animate=bubble]:hover::before {
  -webkit-clip-path: circle(100% at 50%);
          clip-path: circle(100% at 50%);
}

[data-tippy][data-tippy-pos=left][data-tippy-animate=bubble]::before {
  -webkit-clip-path: circle(10% at 100% 50%);
          clip-path: circle(10% at 100% 50%);
}

[data-tippy][data-tippy-pos=left][data-tippy-animate=bubble]:hover::before {
  -webkit-clip-path: circle(100% at 50%);
          clip-path: circle(100% at 50%);
}

[data-tippy][data-tippy-pos=right][data-tippy-animate=bubble]::before {
  -webkit-clip-path: circle(10% at 0 50%);
          clip-path: circle(10% at 0 50%);
}

[data-tippy][data-tippy-pos=right][data-tippy-animate=bubble]:hover::before {
  -webkit-clip-path: circle(100% at 50%);
          clip-path: circle(100% at 50%);
}

/* force display */
[data-tippy][data-tippy-visible]::before,
[data-tippy][data-tippy-visible]::after {
  opacity: 1;
  visibility: visible;
}

/* sizes */
[data-tippy][data-tippy-size=tiny]::before {
  font-size: 10px;
}

[data-tippy][data-tippy-size=small]::before {
  font-size: 12px;
}

[data-tippy][data-tippy-size=large]::before {
  font-size: 16px;
}

[data-tippy][data-tippy-size=jumbo]::before {
  font-size: 20px;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section,
iframe {
  display: block;
}

/* adaptive images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* google map fix */
.gm-style img {
  max-width: none;
}

iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

figure {
  margin: 0;
}

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

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

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

.download-list, .programs-list, .report-table .report-list, .options-block .view-options, .inner-navigation__drop-list, .inner-navigation__list, .about-list, .inquiries-list, .inquiries-section .info-list, .feed-section .feed-list, .directions-section .directions-list, .investment-slider .slick-dots, .policies-info-section .info-block__info-list, .policies-info-section__buttons-list, .hero-heading__social, .links__list, .achievements-section .achievements-list, .support-social, .inner-intro-slider .slick-dots, .latest-story__heading, .reports-slider .slick-dots,
.reports-slider-3 .slick-dots, .social-list, .footer-block__link-list, .footer-block__menu, .header-quick-links, .third-menu,
.second-menu, .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

button, [type=button], [type=reset], [type=submit], .btn, .resetButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

/*
  Set up a decent box model on the root element
*/
html {
  font-size: 16px;
}

/*
  Basic typography style for copy text
*/
body {
  color: #707070;
  background-color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  min-width: 360px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    letter-spacing: normal;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
  }
}

/*
  Basic styles for links
*/
button,
a {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  color: #1A76C5;
  text-decoration: none;
}
button:hover,
a:hover {
  color: #1A76C5;
  text-decoration: underline;
}
.no-touchevents button:focus,
.no-touchevents a:focus {
  outline: 1px dashed currentColor !important;
  outline-offset: 2px !important;
}

.main a {
  font-weight: 700;
}

ul,
ol,
dl,
p {
  margin: 0 0 28px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h {
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #5f5f5f;
  text-transform: uppercase;
  word-wrap: break-word;
}

h1,
.h1 {
  font-size: 23px;
  line-height: 1.39;
  margin: 0 0 26px;
  letter-spacing: 1.9px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 1.35;
    letter-spacing: 4px;
    margin: 0 0 68px;
  }
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1.36;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 1.375;
    letter-spacing: 3.9px;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 0.89;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2.5px;
    margin: 0 0 16px;
  }
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 24px;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    line-height: 1.4;
  }
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.35;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 1.33;
  }
}

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

.heading-block--h2 {
  margin-bottom: 40px;
}
.heading-block--h2:before {
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  margin-bottom: 30px;
  background-color: #fed141;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

b,
strong {
  font-weight: 700;
}

.heading {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.heading__btn {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .heading__btn .btn {
    width: 100%;
  }
}
.heading__wrap {
  flex: 1 auto;
}
.heading__text {
  font-weight: 700;
}
.heading h1, .heading .h1, .heading h2, .heading .h2, .heading h3, .heading .h3, .heading h4, .heading .h4, .heading h5, .heading .h5, .heading h6, .heading .h6,
.heading .h {
  position: relative;
  padding-top: 17px;
  color: inherit;
  text-transform: uppercase;
  color: #5f5f5f;
}
@media (min-width: 768px) {
  .heading h1, .heading .h1, .heading h2, .heading .h2, .heading h3, .heading .h3, .heading h4, .heading .h4, .heading h5, .heading .h5, .heading h6, .heading .h6,
  .heading .h {
    padding-top: 30px;
  }
}
.heading h1:after, .heading .h1:after, .heading h2:after, .heading .h2:after, .heading h3:after, .heading .h3:after, .heading h4:after, .heading .h4:after, .heading h5:after, .heading .h5:after, .heading h6:after, .heading .h6:after,
.heading .h:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 5px;
  background-color: #fed141;
}

.heading-block {
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 46px;
  padding-left: 28px;
  position: relative;
}
@media (min-width: 768px) {
  .heading-block {
    font-size: 30px;
  }
}
.heading-block:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fed141;
  margin: 0 8px 6px 8px;
  position: absolute;
  left: 0;
  top: 10px;
}

mark {
  background-color: transparent;
  color: #fed141;
}

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

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], input[type=url], input[type=date], input[type=datetime], input[type=datetime-local], input[type=time], input[type=week], input[type=month], input[type=number], input[type=color], input:not([type]), textarea {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  border: 1px solid currentColor;
  font-size: 18px;
  line-height: normal;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 5px 15px;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=text]::-ms-clear, input[type=email]::-ms-clear, input[type=tel]::-ms-clear, input[type=search]::-ms-clear, input[type=password]::-ms-clear, input[type=url]::-ms-clear, input[type=date]::-ms-clear, input[type=datetime]::-ms-clear, input[type=datetime-local]::-ms-clear, input[type=time]::-ms-clear, input[type=week]::-ms-clear, input[type=month]::-ms-clear, input[type=number]::-ms-clear, input[type=color]::-ms-clear, input:not([type])::-ms-clear, textarea::-ms-clear {
  display: none;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=color]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=search]::placeholder, input[type=password]::placeholder, input[type=url]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, input[type=time]::placeholder, input[type=week]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=color]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #000;
  font-size: 16px;
}
input[type=text].custom-input, input[type=email].custom-input, input[type=tel].custom-input, input[type=search].custom-input, input[type=password].custom-input, input[type=url].custom-input, input[type=date].custom-input, input[type=datetime].custom-input, input[type=datetime-local].custom-input, input[type=time].custom-input, input[type=week].custom-input, input[type=month].custom-input, input[type=number].custom-input, input[type=color].custom-input, input:not([type]).custom-input, textarea.custom-input {
  height: 42px;
  border: 0;
  border-left: 8px solid #fed141;
  background-position-x: 95.5%;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8e8d8d;
}
input[type=text].custom-input::-webkit-input-placeholder, input[type=email].custom-input::-webkit-input-placeholder, input[type=tel].custom-input::-webkit-input-placeholder, input[type=search].custom-input::-webkit-input-placeholder, input[type=password].custom-input::-webkit-input-placeholder, input[type=url].custom-input::-webkit-input-placeholder, input[type=date].custom-input::-webkit-input-placeholder, input[type=datetime].custom-input::-webkit-input-placeholder, input[type=datetime-local].custom-input::-webkit-input-placeholder, input[type=time].custom-input::-webkit-input-placeholder, input[type=week].custom-input::-webkit-input-placeholder, input[type=month].custom-input::-webkit-input-placeholder, input[type=number].custom-input::-webkit-input-placeholder, input[type=color].custom-input::-webkit-input-placeholder, input:not([type]).custom-input::-webkit-input-placeholder, textarea.custom-input::-webkit-input-placeholder {
  color: #8e8d8d;
}
input[type=text].custom-input::-moz-placeholder, input[type=email].custom-input::-moz-placeholder, input[type=tel].custom-input::-moz-placeholder, input[type=search].custom-input::-moz-placeholder, input[type=password].custom-input::-moz-placeholder, input[type=url].custom-input::-moz-placeholder, input[type=date].custom-input::-moz-placeholder, input[type=datetime].custom-input::-moz-placeholder, input[type=datetime-local].custom-input::-moz-placeholder, input[type=time].custom-input::-moz-placeholder, input[type=week].custom-input::-moz-placeholder, input[type=month].custom-input::-moz-placeholder, input[type=number].custom-input::-moz-placeholder, input[type=color].custom-input::-moz-placeholder, input:not([type]).custom-input::-moz-placeholder, textarea.custom-input::-moz-placeholder {
  color: #8e8d8d;
}
input[type=text].custom-input::placeholder, input[type=email].custom-input::placeholder, input[type=tel].custom-input::placeholder, input[type=search].custom-input::placeholder, input[type=password].custom-input::placeholder, input[type=url].custom-input::placeholder, input[type=date].custom-input::placeholder, input[type=datetime].custom-input::placeholder, input[type=datetime-local].custom-input::placeholder, input[type=time].custom-input::placeholder, input[type=week].custom-input::placeholder, input[type=month].custom-input::placeholder, input[type=number].custom-input::placeholder, input[type=color].custom-input::placeholder, input:not([type]).custom-input::placeholder, textarea.custom-input::placeholder {
  color: #8e8d8d;
}
input[type=text].custom-textarea, input[type=email].custom-textarea, input[type=tel].custom-textarea, input[type=search].custom-textarea, input[type=password].custom-textarea, input[type=url].custom-textarea, input[type=date].custom-textarea, input[type=datetime].custom-textarea, input[type=datetime-local].custom-textarea, input[type=time].custom-textarea, input[type=week].custom-textarea, input[type=month].custom-textarea, input[type=number].custom-textarea, input[type=color].custom-textarea, input:not([type]).custom-textarea, textarea.custom-textarea {
  color: #8e8d8d;
  border: 0;
  border-top: 6px solid #fed141;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.custom-textarea__info {
  display: block;
  text-align: right;
  font-size: 15px;
}

textarea,
.textarea {
  resize: none;
  height: 150px;
  padding: 5px 15px;
  font-size: 18px;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: 0;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button {
  display: none;
}

input[type=checkbox] {
  border: 1px solid #1f1f1f;
  width: 20px;
  height: 20px;
  display: block;
}

.custom-checkbox__fake-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #1f1f1f;
  border-radius: 0;
  display: block;
  position: relative;
  padding: 4px;
}
.custom-checkbox__fake-checkbox:after {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  opacity: 0;
  visibility: hidden;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231F1F1F' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + .custom-checkbox__fake-checkbox:after {
  opacity: 1;
  visibility: visible;
}

.custom-select {
  height: 41px;
  width: 311px;
  border: 0;
  padding: 5px 35px 5px 15px;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8e8d8d;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235C5C5C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: 93.5%;
  background-position-y: 10px;
  background-size: 19px;
}
.custom-select:hover {
  cursor: pointer;
}
.custom-select--decor {
  border-left: 8px solid #fed141;
  background-position-x: 95.5%;
}

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

@media (max-width: 1023px) {
  .nav-active {
    overflow: hidden;
  }
}

.header {
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  background-color: rgba(51, 51, 51, 0.9);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 18px 0 13px;
}
@media (max-width: 1023px) {
  .header {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 20px 0 30px;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .header:before, .header:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
  }
}
.header:after {
  transition: bottom 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  background: linear-gradient(to bottom, rgb(24, 47, 75) 0%, rgba(28, 65, 106, 0.75) 28%, rgba(26, 55, 90, 0.68) 58%, rgba(67, 70, 74, 0) 100%);
  opacity: 0.7;
  bottom: -63%;
  z-index: -2;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .header:before {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    background: #0a0a0a;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .header:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
.header > .container {
  max-width: none;
}
@media (max-width: 1279px) {
  .header > .container {
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .header > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.header__logo {
  display: block;
  width: 116px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .header__logo {
    margin: 0 25px 4px 0;
    width: 120px;
  }
}
@media (min-width: 1783px) {
  .header__logo {
    width: 163px;
  }
}
@media (min-width: 1783px) {
  .header__logo {
    margin: 0 65px 4px 0;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .header__inner {
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
  }
}
@media (min-width: 1920px) {
  .header__inner {
    padding: 0 0 0 53px;
  }
}
@media (min-width: 2220px) {
  .header__inner {
    padding: 0 23px 0 45px;
  }
}
@media (max-width: 1023px) {
  .header__menu-opener {
    padding: 0;
    margin: -6px -9px 0 0;
    border: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .header__menu-opener {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__menu-opener:after {
    content: "";
    left: -19px;
    top: 0;
    bottom: -4px;
    position: absolute;
    width: 1px;
    background-color: #fff;
  }
}
.header__menu-opener:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .header__menu-opener .icon-close {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 1023px) {
  .nav-active .header__menu-opener .icon-close {
    opacity: 1;
    visibility: visible;
  }
}
.header__menu-opener .icon-opener {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
@media (max-width: 1023px) {
  .nav-active .header__menu-opener .icon-opener {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1023px) {
  .header__main-drop {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    padding: 0;
    z-index: 4;
    height: calc(var(--full-viewport) - 64px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@media (min-width: 1024px) {
  .header__main-drop {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) {
  .header__main-drop:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(7, 7, 7, 0.87);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
.resize-active .header__main-drop {
  transition: none;
}
@media (max-width: 1023px) {
  .nav-active .header__main-drop {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  .header__top {
    border-bottom: 2px solid #fed141;
    padding-bottom: 9px;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .header__top {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 26px;
  }
}
@media (min-width: 1783px) {
  .header__top {
    padding: 0 0 23px;
  }
}
@media (max-width: 1023px) {
  .header__eix-info {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__eix-info {
    padding-bottom: 4px;
    align-self: flex-end;
  }
}
.header__menu-wrap {
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .header__menu-wrap {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .header__menu-wrap {
    position: relative;
  }
}
@media (min-width: 1783px) {
  .header__menu-wrap {
    margin: 0 -12px 0 0;
  }
}

.main-menu {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 1.53;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .main-menu {
    font-size: 14px;
  }
}
@media (min-width: 1783px) {
  .main-menu {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .main-menu__item {
    transition: border 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    border: 0;
  }
}
@media (min-width: 1024px) {
  .main-menu__item {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .main-menu__item:first-child .main-menu__link {
    padding: 19px 19px 9px;
  }
}
@media (max-width: 1023px) {
  .main-menu__item.active .main-menu__link {
    background-color: rgba(255, 255, 255, 0.12);
  }
}
@media (min-width: 1024px) {
  .main-menu__item.active .main-menu__link:after {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .main-menu__item.active-drop {
    border: 1px solid #fed141;
  }
}
@media (max-width: 1023px) {
  .main-menu__item.active-drop:first-child .main-menu__link {
    padding: 10px 19px;
  }
}
@media (max-width: 1023px) {
  .main-menu__item.active-drop .main-menu__link {
    border-color: #fed141;
    background-color: rgba(255, 255, 255, 0.12);
  }
}
.main-menu__link {
  transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), padding 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  letter-spacing: 2.7px;
}
@media (max-width: 1023px) {
  .main-menu__link {
    padding: 17px 19px;
    display: block;
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 1024px) {
  .main-menu__link {
    letter-spacing: 1.3px;
    display: block;
    position: relative;
    padding: 0 4px 15px;
  }
}
@media (min-width: 1280px) {
  .main-menu__link {
    padding: 0 8px 12px;
  }
}
@media (min-width: 1366px) {
  .main-menu__link {
    letter-spacing: 3.3px;
  }
}
@media (min-width: 1783px) {
  .main-menu__link {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1024px) {
  .main-menu__link span {
    display: block;
  }
}
.main-menu a {
  color: #fff;
  font-weight: 600;
}
.main-menu a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .main-menu__drop {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 14px 0 0;
    margin-left: 2px;
  }
}
.main-menu__drop > * {
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .main-menu__third-drop {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 326px;
    z-index: 2;
    background: rgba(56, 56, 56, 0.71);
  }
}
@media (min-width: 1024px) {
  .main-menu__third-drop:after {
    content: "";
    background: linear-gradient(to bottom, rgb(10, 10, 10) 0%, rgb(44, 48, 51) 66%, rgba(48, 56, 57, 0.9) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}

.third-menu,
.second-menu {
  font-size: 13px;
  line-height: 1.36;
  font-weight: 600;
  padding: 8px 0 3px;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.third-menu__link,
.second-menu__link {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .third-menu__link,
  .second-menu__link {
    display: block;
    padding: 13px 27px;
    letter-spacing: 2px;
  }
}
.third-menu__link:hover,
.second-menu__link:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1023px) {
  .second-menu {
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .second-menu {
    transition: height 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    padding: 28px 0 20px;
    letter-spacing: 2.4px;
    position: relative;
    z-index: 2;
    min-width: 230px;
    background: linear-gradient(to bottom, rgb(10, 10, 10) 0%, rgb(44, 48, 51) 66%, rgba(48, 56, 57, 0.9) 100%);
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .second-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .second-menu__item {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .second-menu__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .second-menu__item.hover-js .second-menu__link {
    background-color: rgba(255, 255, 255, 0.18);
  }
}
@media (min-width: 1024px) {
  .second-menu__item.active .second-menu__link {
    background-color: rgba(255, 255, 255, 0.18);
  }
}
@media (min-width: 1024px) {
  .second-menu__item.drop-active .main-menu__third-drop {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .second-menu__link {
    padding: 7px 30px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .second-menu__link:hover, .second-menu__link:focus {
    background-color: rgba(255, 255, 255, 0.18);
  }
}

.third-menu {
  padding: 11px 0;
  background-color: rgba(255, 255, 255, 0.12);
  font-size: 10px;
}
@media (max-width: 1023px) {
  .third-menu {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .third-menu {
    text-align: left;
    position: relative;
    z-index: 2;
    font-size: 11px;
    letter-spacing: 1.6px;
    background-color: transparent;
    top: -10px;
  }
}
.third-menu__link {
  padding-left: 45px;
}
@media (min-width: 1024px) {
  .third-menu__link {
    display: block;
    padding: 9px 15px 9px 52px;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .third-menu__link:focus, .third-menu__link:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
}
@media (min-width: 1024px) {
  .third-menu__link:focus:before, .third-menu__link:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .third-menu__link:before {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    opacity: 0;
    visibility: hidden;
    content: "";
    left: 27px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fed141;
    width: 13px;
    height: 2px;
  }
}

@media (max-width: 1023px) {
  .header-search {
    border-top: 1px solid rgba(112, 112, 112, 0.64);
    border-bottom: 1px solid rgba(112, 112, 112, 0.64);
    position: relative;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .header-search {
    right: 9px;
    bottom: 4px;
    position: absolute;
    z-index: 4;
  }
}
@media (min-width: 1280px) {
  .header-search {
    bottom: 2px;
  }
}
@media (min-width: 1783px) {
  .header-search {
    right: 63px;
    bottom: 13px;
  }
}
@media (min-width: 1024px) {
  .header-search.active .header-search__drop {
    width: 240px;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1280px) {
  .header-search.active .header-search__drop {
    width: 430px;
  }
}
@media (min-width: 1024px) {
  .header-search.active .header-search__opener:focus {
    outline: none !important;
  }
}
@media (max-width: 1023px) {
  .header-search__opener {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header-search__opener {
    color: #fff;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .header-search__opener {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .header-search__opener:hover {
    color: #fed141;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .header-search__drop {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 2px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1280px) {
  .header-search__drop {
    top: -5px;
    right: -3px;
  }
}
.header-search input[type=search] {
  border: 0;
  height: 59px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 15px;
  line-height: normal;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2px;
  padding: 4px 91px 4px 91px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .header-search input[type=search] {
    border: 1px solid #fff;
    height: 36px;
    font-size: 13px;
    background-color: #000;
    border-radius: 2.4em;
    letter-spacing: 0;
    padding: 5px 15px;
  }
}
@media (min-width: 1280px) {
  .header-search input[type=search] {
    height: 50px;
  }
}
.header-search input[type=search]::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.63;
}
.header-search input[type=search]::-moz-placeholder {
  color: #fff;
  opacity: 0.63;
}
.header-search input[type=search]::placeholder {
  color: #fff;
  opacity: 0.63;
}
@media (max-width: 1023px) {
  .header-search input[type=search]::-webkit-input-placeholder {
    text-align: center;
  }
  .header-search input[type=search]::-moz-placeholder {
    text-align: center;
  }
  .header-search input[type=search]::placeholder {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .header-search__button {
    position: absolute;
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    padding: 0;
    margin: -1px 0 0;
    background-color: transparent;
    cursor: pointer;
    line-height: 1;
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .header-search__button {
    display: none;
  }
}

.header-quick-links {
  display: flex;
  align-items: center;
  letter-spacing: 2.6px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .header-quick-links {
    text-transform: uppercase;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .header-quick-links {
    padding: 0 13px 4px;
    display: inline-flex;
    margin-left: 22px;
    font-size: 11px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 1366px) {
  .header-quick-links {
    margin-left: 62px;
    font-size: 13px;
  }
}
@media (min-width: 2220px) {
  .header-quick-links {
    margin-left: 22px;
  }
}
.header-quick-links__item {
  position: relative;
}
@media (max-width: 1023px) {
  .header-quick-links__item {
    width: 50%;
  }
}
.header-quick-links__item .separator {
  display: none;
}
@media (min-width: 1024px) {
  .header-quick-links__item:after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin: 2px 5px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .header-quick-links__item:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .header-quick-links__item:first-child:before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header-quick-links__item:last-child {
    font-size: 13px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1024px) {
  .header-quick-links__item:last-child:after {
    display: none;
  }
}
.header-quick-links__link {
  color: #fff;
}
@media (max-width: 1023px) {
  .header-quick-links__link {
    display: block;
    padding: 12px 10px 11px;
  }
}
.header-quick-links__link a {
  color: #fff;
  text-decoration: none;
}
.header-quick-links__link:hover, .header-quick-links__link:focus, .header-quick-links__link a:hover, .header-quick-links__link a:focus {
  color: #fed141;
  text-decoration: none;
}
.header-quick-links__desktop-text {
  font-weight: 500;
  letter-spacing: 2.6px;
}
@media (max-width: 1023px) {
  .header-quick-links__desktop-text {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header-quick-links__desktop-text + .header-quick-links__default-text {
    display: none;
  }
}

.eix-info {
  display: flex;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .eix-info {
    display: none;
  }
}
.eix-info__curent-price {
  font-size: 14px;
}
.eix-info__changes {
  letter-spacing: 1.1px;
}
.eix-info__changes:before {
  content: "";
  display: inline-block;
  margin: 0 -1px 2px 14px;
}
.eix-info__changes--up {
  color: #00ff0a;
}
.eix-info__changes--up:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #00ff0a;
}
.eix-info__changes--down {
  color: #db6f6b;
}
.eix-info__changes--down:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #db6f6b;
}
.eix-info__coast {
  letter-spacing: 1px;
}
.eix-info__curent-price {
  margin-left: 6px;
}

.fake-slider {
  transition: left 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  height: 2px;
  top: 100%;
  left: 0;
  position: absolute;
  background-color: #fed141;
  width: 100px;
  margin-top: -10px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .fake-slider {
    display: none;
  }
}
.fake-slider.active {
  opacity: 1;
  visibility: visible;
}

.second-drop-slider {
  transition: left 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  top: 100%;
  left: 0;
}
@media (max-width: 1023px) {
  .second-drop-slider {
    display: none;
  }
}
.second-drop-slider .cloned-drop {
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .second-drop-slider .cloned-drop + .cloned-drop + .cloned-drop + .cloned-drop + .cloned-drop .main-menu__third-drop {
    left: auto;
    right: 100%;
  }
}
@media (min-width: 1280px) {
  .second-drop-slider .cloned-drop + .cloned-drop + .cloned-drop + .cloned-drop + .cloned-drop + .cloned-drop .main-menu__third-drop {
    left: auto;
    right: 100%;
  }
}
@media (min-width: 1024px) {
  .second-drop-slider .cloned-drop:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom: 9px solid #fff;
    z-index: 5;
    pointer-events: none;
  }
}
.second-drop-slider .cloned-drop.fake-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .second-drop-slider .cloned-drop .inner-drop {
    height: 100%;
  }
}
.second-drop-slider .fake-focusable-element {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.header-fixed .sticky-wrap-header {
  height: auto !important;
}

@media (min-width: 1024px) {
  .fixed-position .header:before {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .fixed-position .header:after {
    bottom: -27px;
  }
}

body:not(.header-fixed) .header {
  position: relative;
}
body:not(.header-fixed) .header:before {
  opacity: 1;
  visibility: visible;
}

.container, .cb-container--1x {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .container, .cb-container--1x {
    padding-left: 0;
    padding-right: 0;
    max-width: 95%;
  }
}
@media (min-width: 1024px) {
  .container, .cb-container--1x {
    padding-left: 0;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1440px) {
  .container, .cb-container--1x {
    max-width: 1150px;
  }
}
@media (min-width: 1680px) {
  .container, .cb-container--1x {
    max-width: 1150px;
  }
}
@media (min-width: 1920px) {
  .container, .cb-container--1x {
    max-width: 1280px;
  }
}
@media (min-width: 2560px) {
  .container, .cb-container--1x {
    max-width: 1600px;
  }
}

.container .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  /* stylelint-disable */
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  /* stylelint-enable */
}
.wrapper-inner .header {
  grid-row: 1;
}
.wrapper-inner .main {
  grid-row: 2;
}
.wrapper-inner .footer {
  grid-row: 3;
}

.site-section {
  padding: 36px 0;
}

hr {
  border: 0;
  border-bottom: 4px solid rgba(95, 95, 95, 0.19);
}

@media (max-width: 1023px) {
  .simplecustomtable {
    overflow: hidden;
    overflow-x: auto;
  }
}

.footer {
  background: #2d3033;
  color: #fff;
  position: relative;
  border-top: 8px solid #fed141;
}
.footer:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, #1c2a38 63%, #2f445d 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .footer:after {
    height: 80%;
  }
}
.footer > * {
  position: relative;
  z-index: 3;
}
.footer__connect {
  padding: 80px 0;
}
@media (min-width: 1366px) {
  .footer__connect {
    padding: 150px 0;
  }
}
.footer__connect-text {
  display: block;
  margin: 0 0 40px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3.4px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__connect-text {
    letter-spacing: 5.4px;
    font-size: 21px;
  }
}
.footer__bottom {
  text-align: center;
  font-size: 13px;
  padding: 40px 45px;
  border-top: 6px solid #fff;
}
@media (min-width: 1024px) {
  .footer__bottom {
    font-size: 15px;
    padding: 60px 0 124px;
  }
}
.footer__copyright {
  font-size: 13px;
  font-weight: 700;
  margin: 20px 0 12px;
}
@media (max-width: 1023px) {
  .footer__copyright {
    display: none;
  }
}

.footer-main {
  border-top: 8px solid #fff;
  padding: 32px 0 13px;
}
@media (max-width: 1023px) {
  .footer-main {
    padding: 39px 0 13px;
  }
}
.footer-main > .container {
  max-width: 1700px;
}
@media (min-width: 768px) {
  .footer-main > .container {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 2220px) {
  .footer-main > .container {
    max-width: 1655px;
  }
}
.footer-main__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 194px;
  margin: 0 auto 40px;
}
@media (max-width: 1023px) {
  .footer-main__logo {
    width: 185px;
  }
}
.footer-main__logo-img {
  display: none;
}
@media (min-width: 768px) {
  .footer-main__logo-img {
    display: block;
  }
}
.footer-main__logo-img--mobile {
  display: block;
}
@media (min-width: 768px) {
  .footer-main__logo-img--mobile {
    display: none;
  }
}
@media (min-width: 1366px) {
  .footer-main__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-main__nav {
  position: relative;
  padding: 55px 0 55px 14px;
}
@media (min-width: 768px) {
  .footer-main__nav {
    padding: 40px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer-main__nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    flex: 1 auto;
  }
}
@media (min-width: 1366px) {
  .footer-main__nav {
    padding: 0 66px;
  }
}
@media (min-width: 1783px) {
  .footer-main__nav {
    padding: 0 66px 0 190px;
  }
}
@media (min-width: 2220px) {
  .footer-main__nav {
    padding: 0 20px 0 160px;
  }
}
@media (max-width: 1365px) {
  .footer-main__nav:after {
    content: "";
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
  }
}
@media (min-width: 1024px) {
  .footer-main__column {
    width: 50%;
    padding: 0 10px;
    width: auto;
    flex: 1 auto;
  }
}
@media (max-width: 767px) {
  .footer-main__column {
    margin: 0 auto;
    max-width: 230px;
  }
}
@media (min-width: 1024px) {
  .footer-main__column:last-child {
    flex: 0 auto;
  }
}

.footer-block {
  margin-bottom: 43px;
}
@media (min-width: 768px) {
  .footer-block {
    margin-bottom: 40px;
  }
}
.footer-block__menu {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer-block__menu {
    font-size: 15px;
    letter-spacing: 3.3px;
  }
}
.footer-block__item {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .footer-block__item {
    margin: 0 0 11px;
  }
}
.footer-block__title {
  letter-spacing: 3.7px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer-block__title {
    margin-bottom: 14px;
    letter-spacing: 5.7px;
  }
}
.footer-block__link-list {
  font-size: 12px;
  font-weight: 700;
  margin-top: -18px;
}
@media (min-width: 768px) {
  .footer-block__link-list {
    margin: 0;
    font-size: 15px;
  }
}
.footer-block__link-list li {
  margin: 0 0 14px;
}
.footer-block__copyright {
  font-size: 12px;
  font-weight: 700;
  margin: 20px 0 12px;
}
@media (min-width: 768px) {
  .footer-block__copyright {
    display: none;
  }
}
.footer-block a {
  color: #fff;
}
.footer-block a:hover {
  color: #fed141;
  text-decoration: none;
}

.social-list {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .social-list {
    font-size: 40px;
  }
}
.social-list__item {
  padding: 0 20px;
}
.social-list__link {
  color: #fff;
}
.social-list__link:hover {
  color: #fff;
  text-decoration: none;
}

.logo a {
  display: block;
}
.logo img {
  width: 100%;
}

.accessibility-btn, .btn,
.cb-btn {
  display: inline-block;
  vertical-align: top;
  color: #5c5c5c;
  background-color: transparent;
  padding: 13px 14px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}
.accessibility-btn:hover, .btn:hover,
.cb-btn:hover {
  text-decoration: none;
}

.btn,
.cb-btn {
  border: 2px solid #5d5c5c;
  text-transform: uppercase;
  min-width: 189px;
  text-align: center;
  letter-spacing: 3.9px;
}
.btn:hover,
.cb-btn:hover {
  background: #fed141;
  color: #000;
  border-color: #fed141;
}
.btn--alt,
.cb-btn--alt {
  position: relative;
}
.btn--alt .btn-text,
.cb-btn--alt .btn-text {
  position: relative;
  z-index: 2;
}
.btn--alt:after, .btn--alt:before,
.cb-btn--alt:after,
.cb-btn--alt:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  opacity: 0;
}
.btn--alt:before,
.cb-btn--alt:before {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  bottom: 0;
  top: -2px;
  background: linear-gradient(to bottom, rgba(47, 68, 93, 0) 0%, rgba(47, 68, 93, 0.46) 50%, rgba(47, 68, 93, 0.47) 51%, rgba(47, 68, 93, 0.47) 100%);
  mix-blend-mode: multiply;
  visibility: hidden;
}
.btn--alt:after,
.cb-btn--alt:after {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), bottom 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  background: #fed141;
  height: 6px;
  bottom: 0;
}
.btn--alt:hover,
.cb-btn--alt:hover {
  background: #5d5c5c;
  border-color: #5d5c5c;
  color: #fff;
}
.btn--alt:hover:before,
.cb-btn--alt:hover:before {
  opacity: 1;
  visibility: visible;
}
.btn--alt:hover:after,
.cb-btn--alt:hover:after {
  bottom: -6px;
  opacity: 1;
}
.btn--light,
.cb-btn--light {
  color: #fff;
  border-color: #fff;
}
.btn--light:hover,
.cb-btn--light:hover {
  color: #5d5c5c;
  background: #fff;
  border-color: #fff;
}
.btn--yellow,
.cb-btn--yellow {
  transition: padding-left 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), padding-right 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  background: #fed141;
  font-size: 11px;
  border-radius: 20px;
  border-color: #fed141;
  color: #000;
}
.btn--yellow:hover,
.cb-btn--yellow:hover {
  background: #fed141;
  border-color: #fed141;
  padding-left: 50px;
  padding-right: 50px;
}
.btn--gray,
.cb-btn--gray {
  background: #5c5c5c;
  color: #fff;
  border-radius: 7px;
  padding: 12px 10px;
  min-width: 164px;
  font-size: 12px;
}
.btn--gray:hover,
.cb-btn--gray:hover {
  color: #5c5c5c;
  background: #fed141;
}

.btn-link,
.btn-link a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #1A76C5;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}

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

.accessibility-btn {
  border: 1px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  border-radius: 12px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 30px 60px;
  font-weight: normal;
  outline: 3px dashed #fed141 !important;
  outline-offset: 4px !important;
}
.accessibility-btn:focus {
  position: fixed !important;
  left: 80px !important;
  top: 260px !important;
  width: auto !important;
  height: auto !important;
}

.visual-card {
  position: relative;
  color: #fff;
  letter-spacing: 0.2px;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .visual-card {
    text-align: center;
    border: 10px solid #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .visual-card:not(.js-video-bg):hover .visual-card__image {
    left: -80px;
  }
}
.visual-card:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(21, 25, 31, 0) 0%, rgba(21, 25, 31, 0.3) 30%, rgba(21, 25, 31, 0.85) 63%, #15191f 100%);
}
@media (min-width: 768px) {
  .visual-card:after {
    top: 0;
    right: auto;
    width: 80vw;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.7) 67%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@media (min-width: 1366px) {
  .visual-card:after {
    width: 50vw;
  }
}
.visual-card__inner {
  padding: 31px 0;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .visual-card__inner {
    padding: 26px 0 38px;
    align-items: center;
  }
}
.visual-card__inner:after {
  content: "";
  display: block;
  min-height: 431px;
}
@media (min-width: 768px) {
  .visual-card__inner:after {
    min-height: 435px;
  }
}
@media (max-width: 767px) {
  .visual-card__text {
    display: flex;
    flex-direction: column-reverse;
  }
}
.visual-card__content {
  position: relative;
  z-index: 3;
  max-width: 600px;
}
.visual-card__slogan {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 0 0 17px 0;
  color: #fff;
}
@media (min-width: 768px) {
  .visual-card__slogan {
    font-size: 30px;
    padding: 0 0 33px;
    margin: -8px 0 0;
    text-align: left;
  }
}
.visual-card__image {
  transition: left 0.5s ease-in-out;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.visual-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
  width: 100%;
  height: 100%;
}
@media (min-width: 1366px) {
  .visual-card__image img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.visual-card .heading {
  margin: 0;
}
@media (max-width: 1023px) {
  .visual-card .heading {
    display: block;
  }
}
@media (min-width: 768px) {
  .visual-card .heading br {
    display: none;
  }
}
.visual-card .heading__title {
  color: #fff;
}
@media (max-width: 767px) {
  .visual-card .heading__title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.visual-card p {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .visual-card p {
    margin: 0 0 48px;
  }
}

.card-video {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.card-video__video {
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.card-video--active .card-video__video {
  opacity: 1;
}

.container .visual-card .container {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container .visual-card .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 95%;
  }
}
@media (min-width: 1024px) {
  .container .visual-card .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1366px) {
  .container .visual-card .container {
    max-width: 80%;
  }
}
@media (min-width: 1920px) {
  .container .visual-card .container {
    max-width: 1400px;
  }
}
@media (min-width: 2220px) {
  .container .visual-card .container {
    max-width: 1600px;
  }
}
@media (min-width: 768px) {
  .container .visual-card .container {
    margin: 0 0 81px;
  }
}

.related-section {
  position: relative;
  z-index: 4;
  margin: -100px 0 0;
}
@media (min-width: 768px) {
  .related-section {
    margin: -130px 0 0;
  }
}
@media (min-width: 1024px) {
  .related-section {
    margin: -173px 0 0;
  }
}
.related-section__layout {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .related-section__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0;
  }
}
@media (min-width: 768px) {
  .related-section__column {
    display: flex;
    width: 50%;
    padding: 0 10px 8px;
  }
}
@media (min-width: 768px) {
  .related-section__column--top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .related-section .share-block {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1023px) {
  .related-section .share-block__title {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .related-section .share-block .at-share-btn-elements {
    display: flex;
    justify-content: center;
  }
}

.related-post {
  color: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 65px 38px 83px;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .related-post {
    width: 100%;
    letter-spacing: 0.2px;
    font-size: 18px;
    font-weight: 600;
    padding: 65px 30px 83px;
  }
}
@media (max-width: 767px) {
  .related-post {
    text-align: center;
  }
}
.related-post:not(.js-video-bg):hover .related-post__image-wrap {
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}
.related-post:before {
  content: "";
  display: block;
  min-height: 350px;
}
.related-post:after {
  transition: height 1.5s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, #1c2a38 63%, #2f445d 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  mix-blend-mode: multiply;
  transition: height 0.3s linear;
}
@media (max-width: 767px) {
  .related-post:after {
    height: 100%;
  }

  .is-visible .related-post:after {
    height: 30%;
  }
}
.related-post__inner {
  transition: margin 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: relative;
  z-index: 2;
  max-width: 400px;
  margin: 0 auto;
}
.related-post__inner:after {
  transition: width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), 0.8s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #fed141;
  width: 75px;
}
@media (min-width: 1024px) {
  .related-post__inner:after {
    width: 0;
  }
}
@media (max-width: 1023px) {
  .related-post__inner:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.related-post__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.related-post__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.related-post__image-wrap {
  transition: top 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), left 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), right 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), bottom 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.related-post__btn-wrap {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), 0.5s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: inline-block;
  position: absolute;
  z-index: 3;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .related-post__btn-wrap {
    opacity: 0;
  }
}
.related-post__text {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), 0.5s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
@media (min-width: 1024px) {
  .related-post__text {
    opacity: 0;
    min-height: 83px;
  }
}
.related-post .heading {
  display: block;
  margin: 0;
}
.related-post .heading h3,
.related-post .heading .h3 {
  transition: 0.8s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), 0.8s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), 0.8s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  /* @include media('>=widescreen-lg') {
    transform: translate(-90px, 140px);
  } */
}
@media (max-width: 767px) {
  .related-post .heading h3,
  .related-post .heading .h3 {
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1024px) {
  .related-post .heading h3,
  .related-post .heading .h3 {
    padding-top: 16px;
    -webkit-transform: translate(0, 140px);
            transform: translate(0, 140px);
  }
}
@media (min-width: 1366px) {
  .related-post .heading h3,
  .related-post .heading .h3 {
    -webkit-transform: translate(-30px, 140px);
            transform: translate(-30px, 140px);
  }
}
.related-post .heading h1, .related-post .heading .h1, .related-post .heading h2, .related-post .heading .h2, .related-post .heading h3, .related-post .heading .h3, .related-post .heading h4, .related-post .heading .h4, .related-post .heading h5, .related-post .heading .h5, .related-post .heading h6, .related-post .heading .h6,
.related-post .heading .h {
  color: #fff;
}
@media (min-width: 768px) {
  .related-post .heading h1, .related-post .heading .h1, .related-post .heading h2, .related-post .heading .h2, .related-post .heading h3, .related-post .heading .h3, .related-post .heading h4, .related-post .heading .h4, .related-post .heading h5, .related-post .heading .h5, .related-post .heading h6, .related-post .heading .h6,
  .related-post .heading .h {
    padding-top: 13px;
  }
}
.related-post .heading h1:after, .related-post .heading .h1:after, .related-post .heading h2:after, .related-post .heading .h2:after, .related-post .heading h3:after, .related-post .heading .h3:after, .related-post .heading h4:after, .related-post .heading .h4:after, .related-post .heading h5:after, .related-post .heading .h5:after, .related-post .heading h6:after, .related-post .heading .h6:after,
.related-post .heading .h:after {
  display: none;
}
.related-post .heading h2,
.related-post .heading .h2 {
  transition: 0.8s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), 0.8s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), 0.8s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
@media (min-width: 1024px) {
  .related-post .heading h2,
  .related-post .heading .h2 {
    -webkit-transform: translate(0, 120px);
            transform: translate(0, 120px);
  }
}
@media (max-width: 767px) {
  .related-post .heading h2,
  .related-post .heading .h2 {
    line-height: 1;
    margin: 0 0 20px;
  }
}
.related-post--top-card {
  padding: 65px 17px 83px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .related-post--top-card {
    padding: 65px 86px 83px 112px;
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 1023px) {
  .related-post--top-card {
    border: 10px solid #fff;
  }
}
@media (min-width: 1024px) {
  .related-post--top-card .related-post__inner {
    max-width: 737px;
    margin: 0 200px 0 0;
  }
}
@media (min-width: 1024px) {
  .related-post--top-card .related-post__btn-wrap {
    right: 86px;
    left: auto;
    bottom: 60px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (min-width: 1024px) {
  .related-post--top-card .heading {
    width: 100%;
    padding-right: 50px;
    margin: 0 0 -11px;
  }
}
@media (max-width: 1023px) {
  .related-post.in-viewport:after {
    height: 80%;
  }
}
.related-post:hover:after {
  height: 80%;
}
.related-post:hover .heading h3,
.related-post:hover .heading .h3,
.related-post:hover .heading h2,
.related-post:hover .heading .h2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.related-post:hover .related-post__inner {
  position: relative;
}
@media (min-width: 1024px) {
  .related-post:hover .related-post__inner:after {
    width: 75px;
  }
}
.related-post:hover .related-post__text,
.related-post:hover .related-post__btn-wrap {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), 0.7s 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition-delay: 0.6s;
  opacity: 1;
}

.intro-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.intro-section:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, #1c2a38 63%, #2f445d 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75%;
  mix-blend-mode: multiply;
}
.intro-section .container {
  position: relative;
  z-index: 3;
}
.intro-section__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-section__inner:after {
  content: "";
  display: block;
  min-height: 100vh;
}
.intro-section__content {
  max-width: 950px;
  padding: 100px 0;
}
@media (min-width: 768px) {
  .intro-section__content {
    padding: 250px 0 80px;
  }
}
.intro-section__text {
  padding: 20px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .intro-section__text {
    line-height: 1.4;
    padding: 30px 6px 0;
  }
}
.intro-section__text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 5px;
  background-color: #fed141;
}
.is-loaded .intro-section__text:after {
  -webkit-animation: decorWidth 1.6s ease-in-out 1.4s forwards;
          animation: decorWidth 1.6s ease-in-out 1.4s forwards;
}
.intro-section__text-wrap {
  opacity: 0;
}
.is-loaded .intro-section__text-wrap {
  -webkit-animation: opacityBlock 3s ease-in-out 2.5s forwards;
          animation: opacityBlock 3s ease-in-out 2.5s forwards;
}
.intro-section__title {
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: 33px;
  color: inherit;
  opacity: 0;
}
.is-loaded .intro-section__title {
  -webkit-animation: opacityBlock 5s cubic-bezier(0, 0, 0.2, 1) 2s forwards;
          animation: opacityBlock 5s cubic-bezier(0, 0, 0.2, 1) 2s forwards;
}

.video {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.video-btn {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 150px;
  right: 70px;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  z-index: 5;
}
@media (max-width: 767px) {
  .video-btn {
    display: none;
  }
}
.video-btn:hover {
  text-decoration: none;
}
.video-btn .icon-play {
  position: absolute;
  top: 50%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-btn .icon-pause {
  opacity: 0;
}

.video-active .video {
  opacity: 1;
}
.video-active .video-btn .icon-play {
  opacity: 0;
}
.video-active .video-btn .icon-pause {
  opacity: 1;
}

@-webkit-keyframes opacityBlock {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacityBlock {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes decorWidth {
  from {
    width: 0;
  }
  to {
    width: 75px;
  }
}
@keyframes decorWidth {
  from {
    width: 0;
  }
  to {
    width: 75px;
  }
}
.latest-news {
  padding: 26px 0;
}
@media (min-width: 768px) {
  .latest-news {
    padding: 63px 0;
  }
}
.latest-news__layout {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .latest-news__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1280px) {
  .latest-news__layout {
    margin: 0 -30px;
  }
}
@media (min-width: 768px) {
  .latest-news__column {
    display: flex;
    padding: 0 10px 20px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .latest-news__column {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .latest-news__column {
    padding: 0 30px;
  }
}
.latest-news .heading {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .latest-news .heading {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .latest-news .heading__btn-wrap .btn, .latest-news .heading__btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .latest-news--large {
    padding: 95px 0;
  }
}
@media (min-width: 768px) {
  .latest-news .news-card {
    padding: 47px 30px 20px;
  }
}

.news-card {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  margin: 0 0 12px;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .news-card {
    width: 100%;
    margin: 0;
    padding: 47px 30px 52px;
    border-top: 6px solid #fed141;
  }
}
.news-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-card__title {
  color: #393939;
}
@media (max-width: 767px) {
  .news-card__title {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 12px;
  }
}
.news-card__title a {
  color: inherit;
}
.news-card__title a:hover {
  color: #1A76C5;
  text-decoration: none;
}
.news-card__date {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 700;
  margin-top: auto;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .news-card__date {
    font-size: 20px;
  }
}
.news-card__content {
  display: flex;
  flex-direction: column;
  margin: 0 0 8px;
  padding: 9px 42px 0 23px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .news-card__content {
    padding: 0;
    margin: 0 0 56px;
    min-height: 136px;
  }
}
@media (max-width: 767px) {
  .news-card__content {
    border-left: 9px solid #fed141;
  }
}
.news-card__btn {
  margin: auto 0 0;
  text-align: center;
}
.news-card--large {
  display: flex;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 1023px) {
  .news-card--large {
    padding: 20px 0;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .news-card--large {
    padding: 14px 17px;
    flex-direction: row;
  }
}
.news-card--large .news-card__image {
  width: 80px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .news-card--large .news-card__image {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .news-card--large .news-card__image {
    width: 150px;
  }
}
@media (min-width: 1280px) {
  .news-card--large .news-card__image {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .news-card--large .news-card__image {
    width: 100%;
    text-align: center;
  }
}
.news-card--large .news-card__text {
  padding: 12px 0 0;
}
.news-card--large .news-card__title {
  letter-spacing: 4.7px;
  color: #5c5c5c;
}
@media (min-width: 1024px) {
  .news-card--large .news-card__btn {
    text-align: left;
  }
}
.news-card--large .news-card__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .news-card--large .news-card__inner {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .news-card--large .news-card__inner {
    width: calc(100% - 150px);
    padding: 25px 34px 45px 14px;
  }
}
@media (min-width: 1280px) {
  .news-card--large .news-card__inner {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1023px) {
  .news-card--large .news-card__content {
    padding: 40px 20px;
    border-left: 9px solid #fed141;
    padding: 40px 20px 0;
  }
}

@media (min-width: 768px) {
  .energy-section__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.energy-section__column {
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  .energy-section__column {
    width: 50%;
    padding: 0 10px;
    display: flex;
  }
}
.energy-section__column:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .programs-section__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1280px) {
  .programs-section__layout {
    margin: 0 -24px;
  }
}
@media (min-width: 768px) {
  .programs-section__column {
    width: 50%;
    padding: 0 10px;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .programs-section__column {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .programs-section__column {
    padding: 0 24px;
  }
}
.post-card {
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-card:hover .post-card__image-wrap {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
.post-card__image {
  background: #707070;
  padding-top: 73.4%;
  position: relative;
  overflow: hidden;
}
.post-card__image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  mix-blend-mode: multiply;
  background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(57, 69, 83, 0.49) 32%, #2e445c 51%, #2f445d 100%);
}
.post-card__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.post-card__image-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post-card__title {
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 17px;
  position: relative;
  letter-spacing: 2.7px;
}
.post-card__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 5px;
  background-color: #fed141;
}
.post-card__title a {
  color: inherit;
}
.post-card__title a:hover {
  color: #1A76C5;
  text-decoration: none;
}
.post-card__text {
  letter-spacing: 0.5px;
  margin: 0 0 15px;
}
.post-card__content {
  position: relative;
  z-index: 3;
  padding: 51px 20px 50px;
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .post-card__content {
    padding: 51px 30px 50px 40px;
  }
}
.post-card__link {
  text-transform: uppercase;
  font-size: 15px;
  color: #1A76C5;
  font-weight: 800;
  letter-spacing: 3.1px;
  margin-top: auto;
  display: block;
  min-height: 44px;
  position: relative;
}
.post-card__link:hover {
  text-decoration: none;
}
.post-card__link--icon {
  padding-left: 30px;
  font-weight: 700;
}
.post-card__link [class^=icon-] {
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 18px;
}
.post-card__date {
  font-size: 16px;
  margin: 0 0 33px;
}
@media (max-width: 767px) {
  .post-card__date {
    margin: 0 0 5px;
    letter-spacing: -0.3px;
  }
}
.post-card__btn {
  align-self: center;
  margin: auto 0 0;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .post-card--contact .post-card__content {
    padding: 72px 42px 64px 58px;
  }
}
.post-card--contact .post-card__title {
  margin: 0 0 42px;
  color: #5c5c5c;
}
.post-card--contact .post-card__text {
  margin: 0 0 8px;
}
.post-card--contact .post-card__text a {
  color: inherit;
}
@media (min-width: 768px) {
  .post-card--reports {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .post-card--reports {
    margin: 0 0 8px;
  }
}
@media (max-width: 1023px) {
  .post-card--reports {
    line-height: 1.4;
  }
}
.post-card--reports .post-card__image {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .post-card--reports .post-card__image {
    padding-top: 100%;
  }
}
.post-card--reports .post-card__content {
  padding: 12px 26px 18px;
}
@media (min-width: 1280px) {
  .post-card--reports .post-card__content {
    padding: 12px 25px 30px;
  }
}
.post-card--reports .post-card__text {
  margin: 0 0 43px;
  color: #5c5c5c;
}
@media (max-width: 1023px) {
  .post-card--reports .post-card__text {
    margin: 0;
  }
}
.post-card--reports .post-card__title {
  font-size: 14px;
  letter-spacing: 1.2px;
  margin: 0 0 12px;
  color: #5c5c5c;
}
@media (min-width: 768px) {
  .post-card--reports .post-card__title {
    min-height: 68px;
    font-size: 18px;
    letter-spacing: 1.7px;
    margin: 0 0 8px;
  }
}
.post-card--video .post-card__image:after {
  content: "\e900";
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  font-size: 46px;
  color: rgba(255, 255, 255, 0.77);
}
.post-card--story {
  color: #fff;
  margin: 0 0 21px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-card--story {
    margin: 0;
  }
}
.post-card--story:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.44) 40%, #0f1011 75%, #0d0e0f 80%, #0d0e0f 100%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.post-card--story .post-card__image {
  position: static;
  background: transparent;
  padding-top: 70.1%;
}
@media (min-width: 768px) {
  .post-card--story .post-card__image {
    padding-top: 61.6%;
  }
}
.post-card--story .post-card__content {
  padding: 52px 10px 20px 18px;
}
@media (min-width: 1280px) {
  .post-card--story .post-card__content {
    padding: 51px 30px 22px;
  }
}
.post-card--story .post-card__title {
  font-size: 20px;
  text-transform: unset;
  letter-spacing: 0px;
  line-height: 1.5;
  margin: 0 0 13px;
}
@media (min-width: 768px) {
  .post-card--story .post-card__title {
    margin: 0 0 20px;
  }
}
.post-card--story .post-card__title:after {
  width: 40px;
}
.post-card--story .post-card__title a {
  color: #fff;
}
.post-card--story .post-card__btn {
  min-width: 150px;
}
.post-card--story:hover .post-card__image-wrap {
  -webkit-transform: none !important;
          transform: none !important;
}
.post-card--documents .post-card__image {
  padding-top: 124.9%;
}
.post-card--documents .post-card__image:after {
  opacity: 0.4;
}
.post-card--documents .post-card__content {
  padding: 0;
}
.post-card--documents .post-card__title {
  font-size: 18px;
  letter-spacing: 1.8px;
  padding: 12px 0 0 16px;
}
.post-card--documents .post-card__title:after {
  width: 104px;
}
.post-card--documents--sm .post-card__title {
  font-size: 15px;
  padding: 21px 0 10px 17px;
}
.post-card--profile .post-card__image {
  padding-top: 89.1%;
}
@media (min-width: 1024px) {
  .post-card--profile .post-card__content {
    padding: 20px 44px 27px;
  }
}
.post-card--profile .post-card__title {
  color: #5c5c5c;
  letter-spacing: 2px;
}
.post-card--profile .post-card__text {
  font-weight: 700;
  color: #5c5c5c;
}
.post-card--profile .post-card__btn {
  margin: auto 0;
}
.post-card--fact .post-card__image {
  padding-top: 124.9%;
}
.post-card--fact .post-card__image:after {
  opacity: 0.4;
}
.post-card--fact .post-card__content {
  padding: 0;
}
.post-card--fact .post-card__title {
  font-size: 18px;
  letter-spacing: 1.8px;
  padding: 12px 0 0 16px;
}
.post-card--fact .post-card__title:after {
  width: 104px;
}

.contact-section {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .contact-section__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1280px) {
  .contact-section__layout {
    margin: 0 -24px;
  }
}
@media (min-width: 768px) {
  .contact-section__column {
    width: 50%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .contact-section__column {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .contact-section__column {
    padding: 0 24px;
  }
}
.contact-section:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 54%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  background: #f6f8fb;
  height: 170px;
}

.reports-section {
  padding: 0 0 14px;
}
@media (min-width: 768px) {
  .reports-section {
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  .reports-section {
    padding: 57px 0 95px;
  }
}
.reports-section__column {
  padding: 0 10px;
  display: flex;
}
@media (min-width: 1920px) {
  .reports-section__column {
    padding: 0 17px;
  }
}
.reports-section__layout {
  position: relative;
  margin: 0 0 0 -20px;
  padding: 0rem 1.25rem 0rem 2.5rem;
}
@media (min-width: 768px) {
  .reports-section__layout {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .reports-section__layout {
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .reports-section__layout {
    margin: 0 -17px;
  }
}
.reports-section .heading {
  position: relative;
  z-index: 3;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .reports-section .heading {
    margin: 0 0 24px;
  }
}
@media (min-width: 1920px) {
  .reports-section .heading {
    margin: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .reports-section .heading__btn .btn {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .reports-section--decore .reports-section__layout {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .reports-section--decore .reports-section__layout {
    margin-bottom: 116px;
  }
}
@media (min-width: 1024px) {
  .reports-section--decore .reports-section__layout:after {
    content: "";
    height: 2px;
    width: 90%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #818181;
    bottom: -60px;
  }
}
@media (min-width: 1280px) {
  .reports-section--decore .reports-section__layout:after {
    bottom: -112px;
  }
}
.reports-section--heading-decor .heading:after {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  background: #f6f8fb;
}
@media (min-width: 1920px) {
  .reports-section--heading-decor .heading:after {
    top: -40px;
    bottom: -40px;
  }
}

.reports-slider,
.reports-slider-3 {
  position: relative;
}
.reports-slider .slick-list,
.reports-slider-3 .slick-list {
  overflow: visible;
}
.reports-slider .slick-slide,
.reports-slider .slick-track,
.reports-slider .slick-list,
.reports-slider-3 .slick-slide,
.reports-slider-3 .slick-track,
.reports-slider-3 .slick-list {
  display: flex;
}
.reports-slider .slick-arrow,
.reports-slider-3 .slick-arrow {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  z-index: 10;
  left: calc((100vw - 100%) / -2);
  top: -1px;
  bottom: -1px;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: flex-end;
  width: 50px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .reports-slider .slick-arrow,
  .reports-slider-3 .slick-arrow {
    width: 70px;
    align-items: center;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .reports-slider .slick-arrow,
  .reports-slider-3 .slick-arrow {
    width: 210px;
  }
}
@media (min-width: 2220px) {
  .reports-slider .slick-arrow,
  .reports-slider-3 .slick-arrow {
    width: 500px;
  }
}
.reports-slider .slick-arrow:hover,
.reports-slider-3 .slick-arrow:hover {
  opacity: 0.8;
  text-decoration: none;
}
.reports-slider .slick-arrow span,
.reports-slider-3 .slick-arrow span {
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  width: 40px;
  border-radius: 30px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (min-width: 768px) {
  .reports-slider .slick-arrow span,
  .reports-slider-3 .slick-arrow span {
    border-width: 4px;
    border-radius: 20px;
    height: 114px;
    width: 37px;
  }
}
.reports-slider .slick-arrow span:after,
.reports-slider-3 .slick-arrow span:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(112, 112, 112, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.reports-slider .slick-arrow.slick-disabled,
.reports-slider-3 .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.reports-slider .slick-arrow:after,
.reports-slider-3 .slick-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.reports-slider .slick-prev,
.reports-slider-3 .slick-prev {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .reports-slider .slick-prev,
  .reports-slider-3 .slick-prev {
    padding-left: 30px;
  }
}
@media (min-width: 1920px) {
  .reports-slider .slick-prev,
  .reports-slider-3 .slick-prev {
    justify-content: flex-end;
  }
}
@media (min-width: 2220px) {
  .reports-slider .slick-prev,
  .reports-slider-3 .slick-prev {
    justify-content: flex-start;
    padding-left: 65px;
  }
}
@media (max-width: 767px) {
  .reports-slider .slick-prev,
  .reports-slider-3 .slick-prev {
    -webkit-transform: translate(18px);
            transform: translate(18px);
  }
}
@media (min-width: 768px) {
  .reports-slider .slick-prev:after,
  .reports-slider-3 .slick-prev:after {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.87) 100%);
  }
}
.reports-slider .slick-next,
.reports-slider-3 .slick-next {
  left: auto;
  right: calc((100vw - 100%) / -2);
  justify-content: flex-end;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .reports-slider .slick-next,
  .reports-slider-3 .slick-next {
    padding-right: 30px;
  }
}
@media (min-width: 1920px) {
  .reports-slider .slick-next,
  .reports-slider-3 .slick-next {
    justify-content: flex-start;
  }
}
@media (min-width: 2220px) {
  .reports-slider .slick-next,
  .reports-slider-3 .slick-next {
    justify-content: flex-end;
    padding-right: 65px;
  }
}
@media (min-width: 768px) {
  .reports-slider .slick-next:after,
  .reports-slider-3 .slick-next:after {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.87) 100%);
  }
}
.reports-slider .slick-dots,
.reports-slider-3 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reports-slider .slick-dots li,
.reports-slider-3 .slick-dots li {
  padding: 0 5px;
}
.reports-slider .slick-dots li.slick-active button,
.reports-slider-3 .slick-dots li.slick-active button {
  background: #fed141;
}
.reports-slider .slick-dots button,
.reports-slider-3 .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  background: #8e8d8d;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .reports-slider--dark .slick-prev:after,
  .reports-slider-3--dark .slick-prev:after {
    mix-blend-mode: multiply;
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@media (min-width: 768px) {
  .reports-slider--dark .slick-next:after,
  .reports-slider-3--dark .slick-next:after {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.8) 100%);
  }
}

.latest-story {
  background: #000;
  position: relative;
  z-index: 3;
  border-top: 6px solid #fed141;
  padding: 15px 0 40px;
}
@media (min-width: 768px) {
  .latest-story {
    padding: 33px 0 40px;
    margin-bottom: 113px;
  }
}
@media (min-width: 1280px) {
  .latest-story {
    padding: 33px 0 70px;
  }
}
.latest-story:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #243b55 0%, #141e30 100%);
}
.latest-story__heading {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .latest-story__heading {
    margin: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .latest-story__heading {
    margin: 0 0 63px;
  }
}
@media (min-width: 1920px) {
  .latest-story__heading {
    margin: 0 40px 63px 0;
  }
}
.latest-story__heading-item {
  position: relative;
  padding: 0 15px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .latest-story__heading-item {
    padding: 0 34px;
  }
}
.latest-story__heading-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 40px;
  background: #fff;
}
@media (min-width: 768px) {
  .latest-story__heading-item:after {
    top: -6px;
    height: 80px;
  }
}
.latest-story__heading-item:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .latest-story__heading-item--img img {
    max-width: 148px;
  }
}
.latest-story__title {
  color: #fff;
  margin: 0;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .latest-story__title {
    font-size: 15px;
    letter-spacing: 1.4px;
  }
}
.latest-story__layout {
  margin: 0 -8px 0 -14px;
  position: relative;
}
@media (min-width: 768px) {
  .latest-story__layout {
    padding: 0;
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .latest-story__layout {
    margin: 0 -10px 60px;
  }
}
@media (min-width: 1920px) {
  .latest-story__layout {
    margin: 0 -16px 62px;
  }
}
@media (min-width: 1024px) {
  .latest-story__layout:after {
    content: "";
    height: 2px;
    width: 82%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    bottom: -40px;
  }
}
@media (min-width: 1024px) {
  .latest-story__layout:after {
    bottom: -62px;
  }
}
@media (max-width: 767px) {
  .latest-story__layout .slick-arrow {
    width: 56px;
  }
}
@media (max-width: 767px) {
  .latest-story__layout .slick-arrow.slick-next {
    padding-right: 19px;
  }
}
@media (max-width: 767px) {
  .latest-story__layout .slick-arrow.slick-prev {
    padding-left: 19px;
  }
}
.latest-story__column {
  padding: 0 7px;
}
@media (min-width: 768px) {
  .latest-story__column {
    padding: 0 10px;
  }
}
@media (min-width: 1920px) {
  .latest-story__column {
    padding: 0 16px;
  }
}
@media (min-width: 1920px) {
  .latest-story .reports-slider .slick-prev,
  .latest-story .reports-slider-3 .slick-prev {
    justify-content: flex-start;
  }
}
@media (min-width: 1920px) {
  .latest-story .reports-slider .slick-next,
  .latest-story .reports-slider-3 .slick-next {
    justify-content: flex-end;
  }
}

.companies-card {
  padding: 37px 0 0;
  width: 100%;
  margin: 0 0 36px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .companies-card {
    margin: 0;
    padding: 37px 0 26px;
    display: flex;
    flex-wrap: wrap;
  }
}
.companies-card:after {
  transition: top 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), bottom 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), left 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), right 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .companies-card:hover:after {
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
  }
}
@media (min-width: 1024px) {
  .companies-card:hover .companies-card__image--yellow {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.companies-card__image {
  transition: width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), margin 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  text-align: center;
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.companies-card__image--yellow {
  background: #fed141;
}
.companies-card__content {
  padding: 17px 30px 7px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .companies-card__content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1366px) {
  .companies-card__content {
    line-height: 1.16;
    padding: 17px 60px 7px;
  }
}
.companies-card__content p {
  margin-bottom: 19px;
}
.companies-card__btn {
  text-align: center;
}
@media (min-width: 768px) {
  .companies-card__btn {
    width: 100%;
    align-self: flex-end;
  }
}
@media (min-width: 1024px) {
  .companies-card__btn {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .companies-card__btn {
    padding: 18px 0 0;
  }
}
.companies-card__btn .btn {
  margin: 0 auto 27px;
}
@media (min-width: 1024px) {
  .companies-card__btn .btn {
    margin: 0 auto 10px;
  }
}

.companies-section {
  position: relative;
  padding: 31px 0 10px;
}
@media (min-width: 768px) {
  .companies-section {
    padding: 80px 0 60px;
  }
}
@media (min-width: 768px) {
  .companies-section__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1280px) {
  .companies-section__layout {
    margin: 0 -24px;
  }
}
@media (min-width: 1920px) {
  .companies-section__layout {
    margin: 0 -60px;
  }
}
@media (min-width: 768px) {
  .companies-section__column {
    width: 50%;
    display: flex;
    padding: 0 10px;
  }
}
@media (min-width: 1280px) {
  .companies-section__column {
    padding: 0 24px;
  }
}
@media (min-width: 1920px) {
  .companies-section__column {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .companies-section__column:last-child .companies-card {
    margin: 0;
  }
}
.companies-section__decor {
  position: absolute;
  z-index: -1;
  top: 55%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  .companies-section__decor {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .companies-section__decor {
    height: 600px;
  }
}
.companies-section__decor img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .companies-section__decor img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.companies-section .heading {
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .companies-section .heading {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .companies-section .heading {
    margin-left: 10px;
  }
}

.explore-section {
  padding: 53px 0;
}
@media (min-width: 768px) {
  .explore-section {
    padding: 53px 0 142px;
  }
}
@media (min-width: 768px) {
  .explore-section__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  .explore-section__layout {
    margin: 0 -30px;
  }
}
@media (min-width: 768px) {
  .explore-section__column {
    display: flex;
    width: 33.33%;
    padding: 0 7px;
  }
}
@media (min-width: 1280px) {
  .explore-section__column {
    width: 25%;
  }
}
.explore-section__item {
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 6px solid #fed141;
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  padding: 6px 12px 6px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2.6px;
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 62px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .explore-section__item {
    margin: 0 0 22px;
  }
}
.explore-section__item:hover {
  color: #fff;
  background-color: #5c5c5c;
  text-decoration: none;
}
.explore-section__item:hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(57, 69, 83, 0.49) 32%, #2e445c 51%, #2f445d 100%);
  mix-blend-mode: multiply;
  opacity: 0.3;
}
.explore-section .heading {
  margin: 0 0 28px;
}
@media (min-width: 768px) {
  .explore-section .heading {
    margin: 0 0 51px;
  }
}

@media (min-width: 1024px) {
  .inner-intro-section.alt-height .inner-intro-slider .slide,
  .inner-intro-section.alt-height .inner-intro-slider .inner-intro-slider__content-holder {
    min-height: 610px;
  }
}
.inner-intro-section .logo-image {
  display: none;
}
@media (min-width: 768px) {
  .inner-intro-section .logo-image {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .inner-intro-section .logo-image {
    right: 40px;
    bottom: 25px;
  }
}

.inner-intro-slider {
  position: relative;
}
.inner-intro-slider.slick-initialized .inner-intro-slider__text-block {
  padding: 0 0 50px;
}
@media (min-width: 1024px) {
  .inner-intro-slider.slick-initialized .inner-intro-slider__text-block {
    padding: 150px 0 75px;
  }
}
@media (min-width: 1366px) {
  .inner-intro-slider.slick-initialized .inner-intro-slider__text-block {
    padding: 150px 0 95px 0;
  }
}
.inner-intro-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 -10px;
  line-height: 0;
}
@media (min-width: 1024px) {
  .inner-intro-slider .slick-dots {
    bottom: 33px;
  }
}
.inner-intro-slider .slick-dots li {
  padding: 0 10px;
}
.inner-intro-slider .slick-dots button {
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.inner-intro-slider .slick-dots button:hover {
  background: #fed141;
}
.inner-intro-slider .slick-dots .slick-active button {
  background: #fed141;
}
.inner-intro-slider .slide {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .inner-intro-slider .slide {
    min-height: 768px;
  }
}
.inner-intro-slider .slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.inner-intro-slider .slide:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 15%, rgba(0, 0, 0, 0.66) 30%, rgb(0, 0, 0) 100%);
  height: 380px;
  bottom: 0;
}
@media (min-width: 1024px) {
  .inner-intro-slider .slide:after {
    height: 500px;
  }
}
.inner-intro-slider__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.inner-intro-slider__bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.inner-intro-slider__content-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  min-height: 500px;
}
@media (min-width: 1024px) {
  .inner-intro-slider__content-holder {
    min-height: 768px;
  }
}
.inner-intro-slider__text-block {
  color: #fff;
  position: relative;
  width: 100%;
  padding: 70px 0 25px;
}
@media (min-width: 1024px) {
  .inner-intro-slider__text-block {
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0 45px;
  }
}
@media (min-width: 1366px) {
  .inner-intro-slider__text-block {
    padding: 150px 0 60px;
  }
}
@media (min-width: 1024px) {
  .inner-intro-slider__text-block--align-center {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .inner-intro-slider__text-block--align-end {
    align-items: flex-end;
  }
}
.inner-intro-slider__text-block--bio {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .inner-intro-slider__text-block--bio {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 185px;
  }
}
@media (min-width: 1366px) {
  .inner-intro-slider__text-block--bio {
    padding-bottom: 185px;
    padding-left: 75px;
  }
}
@media (max-width: 1023px) {
  .inner-intro-slider__text-block--bio {
    padding-bottom: 20px;
    padding-top: 385px;
  }
}
@media (min-width: 1024px) {
  .inner-intro-slider__text-block--bio .inner-intro-slider__text-frame {
    width: calc(100% - 250px);
    padding: 10px 10px 0 64px;
  }
}
@media (min-width: 1366px) {
  .inner-intro-slider__text-block--bio .inner-intro-slider__text-frame {
    width: 76.3%;
  }
}
@media (max-width: 1023px) {
  .inner-intro-slider__text-block--bio .inner-intro-slider__text-frame {
    padding: 24px 0 0;
    text-align: center;
    margin: 0;
    min-height: 96px;
  }
}
.inner-intro-slider__text-block--bio .inner-intro-slider__text-frame:before {
  background: #fff;
  width: 6px;
}
@media (max-width: 1023px) {
  .inner-intro-slider__text-block--bio .inner-intro-slider__text-frame:before {
    top: 0;
    left: 50%;
    height: 6px;
    width: 110px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.inner-intro-slider__text-block--bio .inner-intro-slider__logo-image img {
  width: 295px;
}
@media (max-width: 1023px) {
  .inner-intro-slider__text-block--bio h1,
  .inner-intro-slider__text-block--bio .h1,
  .inner-intro-slider__text-block--bio h2,
  .inner-intro-slider__text-block--bio .h2 {
    line-height: 1.2;
  }
}
.inner-intro-slider__text-block h1,
.inner-intro-slider__text-block .h1,
.inner-intro-slider__text-block h2,
.inner-intro-slider__text-block .h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.inner-intro-slider__text-block .subtitle {
  font-size: 14px;
  display: block;
}
@media (min-width: 1024px) {
  .inner-intro-slider__text-block .subtitle {
    font-size: 25px;
  }
}
.inner-intro-slider__text-area p {
  margin: 0;
}
.inner-intro-slider__text-frame {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .inner-intro-slider__text-frame {
    width: 75%;
    padding: 0 20px 0 33px;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .inner-intro-slider__text-frame {
    width: 80%;
  }
}
.inner-intro-slider__text-frame:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fed141;
  width: 10px;
}
@media (min-width: 1024px) {
  .inner-intro-slider__frame-area {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px 0 0;
  }
}
@media (min-width: 1366px) {
  .inner-intro-slider__frame-area {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  .inner-intro-slider__logo-image {
    max-width: 220px;
    margin: 0 auto 24px;
  }
}
.inner-intro-slider .info-block {
  position: relative;
  text-align: center;
  padding: 15px 35px 5px;
  max-width: 250px;
}
.inner-intro-slider .info-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 32px;
  background: rgba(31, 51, 75, 0.7);
  mix-blend-mode: multiply;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.inner-intro-slider .info-block__heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-intro-slider .info-block__block-title {
  text-transform: uppercase;
  font-size: 23px;
  display: block;
  padding: 0 15px 0 0;
  letter-spacing: 0.1em;
}
.inner-intro-slider .info-block__date-info {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #bfbfbf;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.inner-intro-slider .info-block__date-info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #00ffb5 transparent;
}
.inner-intro-slider .info-block__price {
  display: block;
  font-size: 41px;
  text-align: center;
  margin: 0 0 5px;
  letter-spacing: 0.1em;
}
.inner-intro-slider .info-block__info-text {
  color: #00ffb5;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 12px;
  letter-spacing: 0.1em;
}
.inner-intro-slider .info-block__info-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #00ffb5 transparent;
}
.inner-intro-slider .content-center-block {
  text-align: center;
  min-height: 768px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: #fff;
}
.inner-intro-slider .content-center-block h1 {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 7px;
}
.inner-intro-slider .content-center-block h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fed141;
  height: 6px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.inner-intro-slider .content-center-block__text-block {
  font-size: 16px;
}
@media (min-width: 768px) {
  .inner-intro-slider .content-center-block__text-block {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .inner-intro-slider .content-center-block__text-block {
    font-size: 20px;
  }
}
.inner-intro-slider .content-center-block__content-holder {
  max-width: 1225px;
  margin: 0 auto 35px;
  width: 100%;
}
@media (min-width: 1024px) {
  .inner-intro-slider .content-center-block__content-holder {
    margin: 0 auto 66px;
  }
}

.intro-search {
  color: #fff;
}
.intro-search__wrap {
  position: relative;
  border: 2px solid #fff;
  border-radius: 30px;
  overflow: hidden;
}
.intro-search input[type=text],
.intro-search input[type=search] {
  height: 58px;
  color: #fff;
  background: #070707;
  border: 0;
  padding: 5px 72px 5px 33px;
  font-size: 15px;
  line-height: 1;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
}
.intro-search input[type=text]::-webkit-input-placeholder, .intro-search input[type=search]::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 3.7px;
  font-weight: 700;
  opacity: 1;
}
.intro-search input[type=text]::-moz-placeholder, .intro-search input[type=search]::-moz-placeholder {
  color: #fff;
  letter-spacing: 3.7px;
  font-weight: 700;
  opacity: 1;
}
.intro-search input[type=text]::placeholder,
.intro-search input[type=search]::placeholder {
  color: #fff;
  letter-spacing: 3.7px;
  font-weight: 700;
  opacity: 1;
}
.intro-search__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  z-index: 3;
  color: #fff;
  font-size: 40px;
  padding: 0 40px 0 0;
}
.intro-search__button:hover {
  text-decoration: none;
  color: #1A76C5;
}

.bio-page .inner-intro-slider .slide:after, .executive-profiles .inner-intro-slider .slide:after {
  background: linear-gradient(to bottom, rgba(67, 70, 74, 0) 0%, rgba(28, 65, 106, 0.1) 29%, rgba(28, 65, 106, 0.2) 56%, rgba(24, 47, 75, 0.3) 100%);
}

.ir-page .inner-intro-slider .slide:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 15%, rgba(0, 0, 0, 0.66) 30%, rgb(0, 0, 0) 100%);
  height: 300px;
}

@media (max-width: 767px) {
  .bio-page--ir.ir-page .inner-intro-slider__frame-area {
    display: none;
  }
}
@media (min-width: 768px) {
  .bio-page--ir.ir-page .inner-intro-slider__frame-area {
    width: 40%;
    margin-left: auto;
  }
}

@media (max-width: 1023px) {
  .ir-page .inner-intro-slider__text-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .ir-page .inner-intro-slider__text-frame {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .ir-page .inner-intro-slider__frame-area {
    order: 1;
    margin-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .ir-page .inner-intro-slider__frame-area .info-block {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .ir-page .inner-intro-slider__frame-area .stock-box {
    display: flex;
  }
}

.image-blocks {
  position: relative;
  display: block;
  margin: 0 0 60px;
  align-self: flex-start;
}
.image-blocks:after {
  content: "\e902";
  padding: 6px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 13px;
  right: 5px;
}
.image-blocks:hover {
  text-decoration: none;
}
.image-blocks:hover:after {
  opacity: 0.8;
}
.image-blocks img {
  width: 100%;
}

.start-section {
  position: relative;
  padding: 90px 0 0;
}
@media (min-width: 1024px) {
  .start-section {
    padding: 130px 0 0;
  }
}
.start-section:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background: rgba(178, 177, 176, 0.44);
  width: 40%;
}
@media (min-width: 1024px) {
  .start-section:before {
    height: 3px;
    top: 35px;
  }
}
.start-section .heading {
  margin-bottom: 40px;
}
.start-section .heading h2,
.start-section .heading .h2 {
  margin-bottom: 34px;
}

.benefits-block {
  padding: 42px 0;
}
.benefits-block__layout {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
  margin: 0 -6px;
}
@media (min-width: 768px) {
  .benefits-block__layout {
    padding: 0;
    margin: 0 -10px;
  }
}
.benefits-block__column {
  width: 50%;
  padding: 0 6px;
  display: flex;
}
@media (min-width: 768px) {
  .benefits-block__column {
    width: 33.33%;
    padding: 0 10px;
  }
}
@media (min-width: 1280px) {
  .benefits-block__column {
    width: 20%;
    padding: 0 12px;
  }
}

.benefits-item {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  text-align: center;
  width: 100%;
  padding: 26px 10px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .benefits-item {
    margin-bottom: 20px;
    padding: 26px 10px 40px;
  }
}
.benefits-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  background: #fed141;
}
@media (min-width: 768px) {
  .benefits-item:after {
    height: 6px;
    width: 76px;
  }
}
.benefits-item__img {
  height: 62px;
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .benefits-item__img {
    height: 110px;
  }
}
.benefits-item__img img {
  max-height: 100%;
  width: auto;
}
.benefits-item__title {
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 1.8;
  min-height: 46px;
  margin: 0 0 2px;
}
@media (min-width: 768px) {
  .benefits-item__title {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .benefits-item__title {
    font-size: 14px;
  }
}
.benefits-item__value {
  display: block;
  font-size: 21px;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .benefits-item__value {
    margin: 0 0 16px;
    font-size: 2vw;
  }
}
.benefits-item__info {
  display: block;
  margin: auto 0 0;
  font-size: 9px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .benefits-item__info {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .benefits-item__info {
    font-size: 15px;
  }
}

.blockquote-block__item,
.cb-quote {
  font-weight: 700;
  letter-spacing: 0.1px;
  font-style: normal;
  font-style: italic;
  letter-spacing: -0.5px;
}
@media (max-width: 1023px) {
  .blockquote-block__item,
  .cb-quote {
    margin: 0;
  }
}

.blockquote-block__content,
.cb-quote blockquote {
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
  padding: 40px 10px 0 60px;
}
@media (min-width: 768px) {
  .blockquote-block__content,
  .cb-quote blockquote {
    padding: 40px 40px 0 100px;
  }
}
@media (min-width: 1024px) {
  .blockquote-block__content,
  .cb-quote blockquote {
    padding: 40px 200px 0;
  }
}
.blockquote-block__content:after,
.cb-quote blockquote:after {
  content: "\e90f";
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .blockquote-block__content:after,
  .cb-quote blockquote:after {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .blockquote-block__content:after,
  .cb-quote blockquote:after {
    font-size: 140px;
  }
}
.blockquote-block__content p,
.cb-quote blockquote p {
  margin: 0 0 16px;
}

.blockquote-block__cite,
.cb-quote-author {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .blockquote-block__cite,
  .cb-quote-author {
    font-size: 25px;
  }
}
.blockquote-block__cite:after,
.cb-quote-author:after {
  content: "";
  height: 6px;
  width: 20px;
  background: #fed141;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (min-width: 1024px) {
  .blockquote-block__cite:after,
  .cb-quote-author:after {
    top: 14px;
  }
}

.blockquote-block__footer {
  display: flex;
  justify-content: flex-end;
  max-width: 1120px;
  margin: 0 auto;
}

.document-block {
  padding: 94px 0 20px;
  position: relative;
}
.document-block .heading-block {
  margin: 0 0 32px;
}
.document-block--gray {
  background: #f6f8fb;
}

.support-block {
  padding: 46px 0;
}
@media (min-width: 768px) {
  .support-block__inner {
    padding: 0 44px;
  }
}

.support-social {
  padding: 35px 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.5px;
}
@media (min-width: 768px) {
  .support-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.support-social li {
  padding: 30px 20px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .support-social li {
    padding: 0 20px;
    width: 50%;
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .support-social li {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .support-social li:first-child {
    justify-content: flex-end;
  }
}
.support-social li:first-child:after {
  content: "";
  display: block;
  width: 3px;
  height: 60px;
  background: #b2b1b0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}
@media (min-width: 768px) {
  .support-social li:first-child:after {
    top: 50%;
    right: 0;
    left: auto;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.support-social li a {
  display: flex;
  align-items: center;
  color: inherit;
  word-break: break-word;
}
.support-social li a:hover {
  text-decoration: none;
  color: #1A76C5;
}
.support-social [class^=icon-] {
  font-size: 40px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .support-social [class^=icon-] {
    margin-right: 40px;
  }
}

.link {
  color: #1A76C5;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 15px;
}
.link:hover .link__icon,
.link:hover [class^=icon-] {
  text-decoration: none;
}
.link__icon {
  width: 14px;
  height: 14px;
  background: #1A76C5;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0 0 4px 0;
  text-decoration: none;
  font-size: 8px;
  text-align: center;
  padding: 2px 3px;
}

.achievements-section {
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .achievements-section {
    padding: 75px 0 50px;
  }
}
@media (min-width: 1024px) {
  .achievements-section .achievements-list {
    padding: 42px 16px 0 0;
  }
}
.achievements-section .achievements-list li {
  margin: 0 0 23px;
}
.achievements-section .achievements-list__achievement-item {
  background: #fff;
  position: relative;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  padding: 15px 15px 15px 30px;
}
@media (min-width: 768px) {
  .achievements-section .achievements-list__achievement-item {
    padding: 15px 15px 15px 50px;
  }
}
@media (min-width: 1024px) {
  .achievements-section .achievements-list__achievement-item {
    padding: 35px 80px 48px 75px;
  }
}
.achievements-section .achievements-list__achievement-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 9px;
}
.achievements-section .achievements-list__achievement-item--yellow:before {
  background: #fed141;
}
.achievements-section .achievements-list__achievement-item--blue:before {
  background: #1A76C5;
}
.achievements-section .achievements-list__achievement-item--green:before {
  background: #006750;
}

.section-heading {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section-heading h2,
  .section-heading .h2 {
    letter-spacing: 7.7px;
  }
}
.section-heading h2:last-child,
.section-heading .h2:last-child {
  margin-bottom: 0;
}
.section-heading__wrap-block {
  overflow: hidden;
}
.section-heading__headinh-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 27px 0 0;
}
.section-heading__headinh-holder:before {
  content: "";
  position: absolute;
  left: 100%;
  background: #fed141;
  right: -9999px;
  height: 9px;
  top: 20px;
}

@media (min-width: 768px) {
  .links {
    padding: 0 0 80px;
    border-bottom: 4px solid rgba(95, 95, 95, 0.19);
  }
}
.links__item {
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block;
  margin-bottom: 10px;
  background: #fff;
  color: #5c5c5c;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  border-left: 6px solid #fed141;
  padding: 21px 10px 21px 68px;
  position: relative;
  z-index: 3;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.links__item:after {
  content: "\e910";
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}
.links__item:before {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(57, 69, 83, 0.49) 32%, #2e445c 51%, #2f445d 100%);
  mix-blend-mode: multiply;
  opacity: 0;
}
.links__item:hover {
  color: #fff;
  background-color: #5c5c5c;
  text-decoration: none;
}
.links__item:hover:before {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .links__list li:nth-child(1) {
    width: 100%;
  }
  .links__list li:nth-child(2) {
    width: 97.2%;
  }
  .links__list li:nth-child(3) {
    width: 94.4%;
  }
  .links__list li:nth-child(4) {
    width: 91.6%;
  }
  .links__list li:nth-child(5) {
    width: 88.8%;
  }
  .links__list li:nth-child(6) {
    width: 86%;
  }
  .links__list li:nth-child(7) {
    width: 83.2%;
  }
  .links__list li:nth-child(8) {
    width: 80.4%;
  }
  .links__list li:nth-child(9) {
    width: 77.6%;
  }
  .links__list li:nth-child(10) {
    width: 74.8%;
  }
  .links__list li:nth-child(11) {
    width: 72%;
  }
  .links__list li:nth-child(12) {
    width: 69.2%;
  }
  .links__list li:nth-child(13) {
    width: 66.4%;
  }
  .links__list li:nth-child(14) {
    width: 63.6%;
  }
  .links__list li:nth-child(15) {
    width: 60.8%;
  }
  .links__list li:nth-child(16) {
    width: 58%;
  }
  .links__list li:nth-child(17) {
    width: 55.2%;
  }
  .links__list li:nth-child(18) {
    width: 52.4%;
  }
  .links__list li:nth-child(19) {
    width: 49.6%;
  }
  .links__list li:nth-child(20) {
    width: 46.8%;
  }
  .links__list li:nth-child(21) {
    width: 44%;
  }
  .links__list li:nth-child(22) {
    width: 41.2%;
  }
  .links__list li:nth-child(23) {
    width: 38.4%;
  }
  .links__list li:nth-child(24) {
    width: 35.6%;
  }
  .links__list li:nth-child(25) {
    width: 32.8%;
  }
  .links__list li:nth-child(26) {
    width: 30%;
  }
  .links__list li:nth-child(27) {
    width: 27.2%;
  }
  .links__list li:nth-child(28) {
    width: 24.4%;
  }
  .links__list li:nth-child(29) {
    width: 21.6%;
  }
  .links__list li:nth-child(30) {
    width: 18.8%;
  }
}
@media (max-width: 767px) {
  .links__list {
    margin: 0 -30px;
  }
}
@media (min-width: 1024px) {
  .links--lg .links__item {
    font-size: 18px;
  }
}
.links--no-decor {
  border: none !important;
}

@media (min-width: 768px) {
  .profile-section {
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) {
  .profile-section + .site-section {
    padding-bottom: 14px;
  }
}
.profile-section + .site-section .container {
  max-width: 1464px;
}
.profile-section__heading-wrap {
  position: relative;
  z-index: 3;
  margin: 0 0 10px;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .profile-section__heading-wrap {
    display: flex;
    align-items: flex-end;
  }
}
.profile-section__heading-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -999px;
  right: -9999px;
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
}
.profile-section__hero-wrap {
  margin: -344px 0 38px;
}
@media (min-width: 768px) {
  .profile-section__hero-wrap {
    margin: -310px 0 12px;
  }
}
@media (max-width: 1023px) {
  .profile-section__hero-wrap {
    text-align: center;
  }
}
.profile-section__hero {
  position: relative;
  display: inline-block;
}
@media (min-width: 1024px) {
  .profile-section__hero {
    width: 343px;
  }
}
@media (min-width: 1024px) {
  .profile-section__hero img {
    width: 100%;
  }
}
.profile-section__heading {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .profile-section__heading {
    padding: 20px 0 20px 100px;
    margin-bottom: 12px;
  }
}
.profile-section__logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 110px;
}
@media (min-width: 768px) {
  .profile-section__logo {
    display: none;
  }
}
.profile-section__content {
  border-top: 1px solid rgba(95, 95, 95, 0.42);
  padding: 29px 0 0;
  margin: 0 35px 40px;
}
@media (min-width: 768px) {
  .profile-section__content {
    padding: 37px 0 0 0;
    margin: 0;
  }
}

.hero-heading {
  color: #5f5f5f;
}
@media (max-width: 767px) {
  .hero-heading {
    text-align: center;
  }
}
.hero-heading:only-child() {
  margin-bottom: 0;
}
.hero-heading__title {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 3px solid #fed141;
  letter-spacing: 2.7px;
  margin: 0 15px 33px 0;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .hero-heading__title {
    margin: 0 12px 14px 0;
    letter-spacing: 3.5px;
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .hero-heading__title {
    font-size: 40px;
  }
}
.hero-heading__title a {
  color: inherit;
  text-decoration: none;
}
.hero-heading__title a:hover {
  color: #1A76C5;
}
.hero-heading__position {
  display: block;
  margin: 0 0 23px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .hero-heading__position {
    margin: 0 0 17px;
  }
}
@media (min-width: 1024px) {
  .hero-heading__position {
    font-size: 18px;
  }
}
.hero-heading__position b {
  color: #000;
}
.hero-heading__social {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media (max-width: 767px) {
  .hero-heading__social {
    justify-content: center;
  }
}
.hero-heading__social li {
  padding: 0 6px;
}
.hero-heading__social a {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #707070;
  color: inherit;
}
.hero-heading__social a:hover {
  text-decoration: none;
  color: #1A76C5;
  border-color: #1A76C5;
}
.hero-heading--bio .hero-heading__title {
  font-size: 20px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin: 0 0 23px;
}
@media (min-width: 768px) {
  .hero-heading--bio .hero-heading__title {
    font-size: 21px;
    margin: 0 0 23px;
  }
}
@media (max-width: 767px) {
  .hero-heading--bio .hero-heading__title {
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;
  }
}
.hero-heading--bio .hero-heading__position {
  font-size: 12px !important;
  line-height: 1.41 !important;
  letter-spacing: 1.3px;
  margin: 0 0 30px;
}
.hero-heading--bio .hero-heading__social a {
  width: 30px;
  height: 30px;
}

.bio-item__view {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1pt;
  text-transform: uppercase;
  color: white;
}

.bio-item__hero {
  overflow: hidden;
  position: relative;
  /*added by ipr*/
  border-radius: 50%;
}

.bio-item__hero img,
.bio-item__view {
  transition: color 0.3s ease;
  /*added by ipr*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.bio-item__hero a:hover .bio-item__view,
.bio-item__hero a:focus .bio-item__view {
  display: block;
  transition: color 0.3s ease;
  /*added by ipr*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.bio-item__hero a:hover img,
.bio-item__hero a:focus img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  transition: color 0.3s ease;
  /*added by ipr*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .js-open-close__opener {
    display: none;
  }
}
.js-open-close__slide p {
  margin: 28px 0;
}
@media (min-width: 768px) {
  .js-open-close .js-slide-hidden {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
}
@media (max-width: 767px) {
  .js-open-close__opener-wrap {
    border-top: 1px solid rgba(95, 95, 95, 0.42);
    padding-top: 36px;
    position: relative;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .js-open-close__opener-wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid #5c5c5c;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .js-open-close--active .js-open-close__opener-wrap:after {
    -webkit-transform: translate(-50%, -100%) rotate(180deg);
            transform: translate(-50%, -100%) rotate(180deg);
  }
}

.addthis_inline_follow_toolbox .at-follow-tbx-element {
  display: flex !important;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700 !important;
}
.addthis_inline_follow_toolbox .at-follow-tbx-element p {
  margin: 0 10px 6px 0;
}
.addthis_inline_follow_toolbox .at-follow-tbx-element .at-icon-wrapper {
  width: 37px !important;
  height: 37px !important;
  background-color: transparent !important;
  border-radius: 50% !important;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addthis_inline_follow_toolbox .at-follow-tbx-element .at-icon {
  fill: #707070 !important;
}

.policies-info-section {
  padding: 45px 0;
}
@media (min-width: 1024px) {
  .policies-info-section {
    padding: 50px 0 19px;
  }
}
@media (min-width: 1024px) {
  .policies-info-section .section-heading {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .policies-info-section .section-heading__headinh-holder {
    width: 77%;
  }
}
@media (min-width: 768px) {
  .policies-info-section__buttons-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 895px;
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .policies-info-section__buttons-list {
    padding: 45px 0 0;
  }
}
@media (min-width: 1366px) {
  .policies-info-section__buttons-list {
    margin: 0 -25px;
  }
}
.policies-info-section__buttons-list li {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .policies-info-section__buttons-list li {
    flex: 1;
    padding: 0 10px 20px;
    display: flex;
  }
}
@media (min-width: 1366px) {
  .policies-info-section__buttons-list li {
    padding: 0 25px;
  }
}
.policies-info-section__buttons-list .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .policies-info-section__buttons-list .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .policies-info-section__holder-block {
    display: flex;
    flex-wrap: wrap;
  }
}
.policies-info-section__text-block {
  padding-bottom: 45px;
}
@media (min-width: 1024px) {
  .policies-info-section__text-block {
    width: 65%;
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1366px) {
  .policies-info-section__text-block {
    padding: 0 90px 0 0;
  }
}
@media (min-width: 1024px) {
  .policies-info-section__block-wrap {
    width: 35%;
  }
}
.policies-info-section .info-block {
  background: #fff;
  color: #6f6f6f;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  padding: 30px 25px 30px;
}
@media (min-width: 1366px) {
  .policies-info-section .info-block {
    padding: 30px 38px 68px;
  }
}
.policies-info-section .info-block__heading-block {
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 37px;
}
.policies-info-section .info-block__heading-block h4 {
  letter-spacing: 3.8px;
  line-height: 1.34;
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .policies-info-section .info-block__heading-block h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .policies-info-section .info-block__heading-block h4 {
    line-height: 1.54;
  }
}
.policies-info-section .info-block__heading-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fed141;
  width: 7px;
}
.policies-info-section .info-block__info-list {
  line-height: 1;
  padding: 0 0 0 15px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
@media (min-width: 1366px) {
  .policies-info-section .info-block__info-list {
    padding: 0 0 0 45px;
  }
}
.policies-info-section .info-block__info-list li {
  position: relative;
  padding: 0 0 20px 27px;
}
.policies-info-section .info-block__info-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #fed141;
  width: 13px;
  height: 5px;
}

.decommissioning-section {
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .decommissioning-section {
    padding: 10px 0 125px;
  }
}
.decommissioning-section .heading {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .decommissioning-section .heading {
    margin: 0 0 43px;
  }
}
@media (min-width: 1024px) {
  .decommissioning-section__holder-block {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .decommissioning-section__text-block {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .decommissioning-section__text-block {
    width: 70%;
    padding: 0 31px 0 0;
  }
}
.decommissioning-section__img-block {
  text-align: center;
}
@media (min-width: 1024px) {
  .decommissioning-section__img-block {
    width: 30%;
    text-align: right;
    padding: 0 25px 0 0;
  }
}

.investment {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .investment {
    padding: 79px 0 85px;
  }
}
@media (min-width: 1024px) {
  .investment__layout {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 -10px;
    padding: 0 0 63px;
    border-bottom: 4px solid rgba(95, 95, 95, 0.19);
  }
}
@media (min-width: 1024px) {
  .investment__column {
    width: 57.8%;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .investment__column:last-child {
    width: 42.2%;
  }
}
@media (max-width: 767px) {
  .investment__column:first-child {
    margin: 0 -30px;
  }
}
.investment .heading {
  padding: 50px 0 0;
}
@media (min-width: 1024px) {
  .investment .heading {
    padding: 0 10px 41px 65px;
    font-size: 25px;
  }
}
.investment .heading h2,
.investment .heading .h2 {
  margin: 0 0 27px;
}

.investment-slider {
  position: relative;
}
.investment-slider__item {
  display: flex !important;
  align-items: flex-end;
  position: relative;
  z-index: 3;
}
.investment-slider__item:after {
  content: "";
  display: block;
  min-height: 450px;
}
.investment-slider__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.investment-slider__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.investment-slider__title {
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 670px;
  padding: 24px 30px 0;
  margin: 0 auto 108px;
  text-transform: uppercase;
}
.investment-slider__title:after {
  content: "";
  height: 6px;
  width: 63px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #fed141;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.investment-slider .slick-arrow {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  left: 12px;
  color: #fff;
  font-size: 30px;
  border: 3px solid #fff;
  height: 84px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .investment-slider .slick-arrow {
    left: 24px;
  }
}
.investment-slider .slick-arrow:hover {
  opacity: 0.8;
  text-decoration: none;
}
.investment-slider .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.investment-slider .slick-next {
  right: 12px;
  left: auto;
}
@media (min-width: 768px) {
  .investment-slider .slick-next {
    left: auto;
    right: 24px;
  }
}
.investment-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.investment-slider .slick-dots li {
  padding: 0 10px;
}
.investment-slider .slick-dots li.slick-active button {
  background: #fed141;
}
.investment-slider .slick-dots button {
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  background: #8e8d8d;
  border-radius: 50%;
}

.video-block {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  min-height: 510px;
}
@media (max-width: 1023px) {
  .video-block {
    margin: 0 -15px;
  }
}
.video-block__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-block__img:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, #1c2a38 63%, #2f445d 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  mix-blend-mode: multiply;
}
.video-block__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
}
@media (min-width: 768px) {
  .video-block__img img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.video-block .heading {
  color: #fff;
  width: 100%;
  padding: 0 20px 50px;
}
@media (min-width: 1024px) {
  .video-block .heading {
    padding: 0 40px 31px 111px;
  }
}
.video-block .heading h2,
.video-block .heading .h2 {
  color: #fff;
}

.info-panel-block {
  background: #53565b;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .info-panel-block {
    padding: 58px 0 47px;
  }
}
.info-panel-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(26, 55, 90, 0) 0%, rgba(28, 65, 106, 0.3) 50%, rgba(30, 87, 153, 0.3) 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}
.info-panel-block h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .info-panel-block h3 {
    font-size: 30px;
  }
}
.info-panel-block__wrap-block {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px 30px;
  position: relative;
}
.info-panel-block__wrap-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fed141;
  width: 75px;
  height: 8px;
}

.directions-section {
  position: relative;
  padding: 45px 0 0;
}
@media (min-width: 1024px) {
  .directions-section {
    padding: 40px 0 0;
  }
}
@media (min-width: 1366px) {
  .directions-section {
    padding: 70px 0 0;
  }
}
.directions-section:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background: rgba(178, 177, 176, 0.44);
  width: 40%;
}
@media (min-width: 1024px) {
  .directions-section:before {
    height: 3px;
    top: 70px;
  }
}
.directions-section .directions-list {
  padding: 30px 0 0;
}
@media (min-width: 1024px) {
  .directions-section .directions-list {
    padding: 117px 0 0;
  }
}
.directions-section .directions-list li {
  margin: 0 0 35px;
}
@media (min-width: 1024px) {
  .directions-section .directions-list li {
    margin: 0 0 75px;
  }
}
@media (min-width: 1024px) {
  .directions-section .directions-list__directions-item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .directions-section .directions-list__directions-item--reverse {
    flex-direction: row-reverse;
  }
}
.directions-section .directions-list__directions-item--reverse .directions-list__text-block {
  max-width: 850px;
}
@media (min-width: 1024px) {
  .directions-section .directions-list__directions-item--reverse .directions-list__text-block {
    width: 53%;
  }
}
@media (min-width: 1366px) {
  .directions-section .directions-list__directions-item--reverse .directions-list__text-block {
    padding: 0 135px 0 20px;
  }
}
@media (min-width: 1024px) {
  .directions-section .directions-list__directions-item--reverse .directions-list__img-block {
    width: 47%;
  }
}
.directions-section .directions-list__img-block {
  position: relative;
  margin: 0 0 25px;
  display: block;
}
@media (min-width: 1024px) {
  .directions-section .directions-list__img-block {
    width: 50%;
    height: 100%;
  }
}
.directions-section .directions-list__img-block--alt-image {
  max-width: 834px;
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .directions-section .directions-list__img-block--alt-image {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1366px) {
  .directions-section .directions-list__img-block--alt-image {
    margin: 0 87px 0 0;
  }
}
.directions-section .directions-list__img-block img {
  width: 100%;
}
.directions-section .directions-list__img-block .icon-resize {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.69);
  border-radius: 8px;
  color: #fff;
  padding: 5px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .directions-section .directions-list__img-block .icon-resize {
    bottom: 34px;
    right: 12px;
    padding: 10px;
    font-size: 28px;
  }
}
.directions-section .directions-list__text-block {
  max-width: 775px;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .directions-section .directions-list__text-block {
    width: 50%;
    padding: 0 20px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1366px) {
  .directions-section .directions-list__text-block {
    padding: 0 20px 0 55px;
  }
}
.directions-section .directions-list__heading-block {
  position: relative;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .directions-section .directions-list__heading-block {
    padding: 24px 0 20px;
  }
}
.directions-section .directions-list__heading-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fed141;
  width: 75px;
  height: 6px;
}
.directions-section .directions-list__link {
  font: 800 15px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #1A76C5;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.directions-section .directions-list__link:hover {
  text-decoration: none;
  color: #1A76C5;
}

.info-section {
  padding: 60px 0;
}
.info-section__layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.info-section__column {
  width: 50%;
  padding: 0 10px;
  display: flex;
}
@media (min-width: 768px) {
  .info-section__column {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .info-section__column {
    width: 16.66%;
  }
}
@media (min-width: 1280px) {
  .info-section__column {
    width: 16.66%;
  }
}
.info-section__item {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  width: 100%;
  text-align: center;
  padding: 36px 10px 20px;
  margin: 0 0 20px;
}
.info-section__img {
  min-height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
}
.info-section__title {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}
@media (min-width: 1280px) {
  .info-section__title {
    font-size: 15px;
  }
}
.two-column {
  padding: 44px 0;
}
@media (min-width: 1024px) {
  .two-column__layout {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .two-column__column {
    width: 42.3%;
  }
}
@media (min-width: 1024px) {
  .two-column__column:last-child {
    width: 57.7%;
  }
}
.two-column__content {
  padding: 60px 0 0;
}
@media (min-width: 768px) {
  .two-column__content {
    padding: 60px 65px 0 87px;
  }
}
@media (min-width: 1024px) {
  .two-column__content {
    padding: 0 65px 0 87px;
  }
}
@media (min-width: 1024px) {
  .two-column__content p {
    margin: 0 0 86px;
  }
}
.two-column img {
  width: 100%;
}

.feed-section {
  padding: 12px 0 0;
}
.feed-section .support-social {
  position: relative;
  padding: 35px 0;
}
.feed-section .support-social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: rgba(178, 177, 176, 0.44);
  width: 51%;
}
@media (min-width: 1024px) {
  .feed-section .feed-block {
    padding: 53px 0 0 35px;
  }
}
.feed-section .feed-block__heading-block {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 0 20px;
}
@media (min-width: 1024px) {
  .feed-section .feed-block__heading-block {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .feed-section .feed-block__heading-block h3 {
    font-size: 30px;
  }
}
.feed-section .feed-block__heading-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #fed141;
  width: 12px;
  height: 12px;
}
@media (min-width: 1024px) {
  .feed-section .feed-block__heading-block:before {
    left: -20px;
  }
}
.feed-section .feed-list {
  font: 700 12px/1.6 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .feed-section .feed-list {
    font-size: 15px;
  }
}
.feed-section .feed-list li {
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .feed-section .feed-list li {
    margin: 0 0 32px;
  }
}
.feed-section .feed-list a {
  display: block;
  background: #fff;
  color: #5c5c5c;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  padding: 20px 28px 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .feed-section .feed-list a {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
  }
}
.feed-section .feed-list a:before {
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #a2a2a2;
}
.feed-section .feed-list a:hover {
  text-decoration: none;
}
.feed-section .feed-list a:hover:before {
  background: #fed141;
}
.feed-section .feed-list__holder-block {
  padding: 0 0 15px;
}
@media (min-width: 1024px) {
  .feed-section .feed-list__holder-block {
    width: 75px;
    padding: 0 5px 23px 0;
  }
}
@media (min-width: 1024px) {
  .feed-section .feed-list__text-block {
    width: calc(100% - 75px);
  }
}
.feed-section .feed-list__date {
  display: block;
  margin: 0 0 6px;
}
.feed-section .feed-list__img-block {
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.feed-section .feed-list__address {
  color: #1A76C5;
  word-wrap: break-word;
  text-transform: none;
}

.inquiries-section {
  padding: 45px 0;
}
@media (min-width: 1024px) {
  .inquiries-section {
    padding: 142px 0 100px;
  }
}
@media (min-width: 1024px) {
  .inquiries-section h2 {
    font-size: 44px;
  }
}
.inquiries-section .section-heading {
  margin-bottom: 16px;
}
.inquiries-section .section-heading__headinh-holder {
  padding: 0 50px 0 0;
}
.inquiries-section .section-heading__headinh-holder:before {
  top: 14px;
}
@media (min-width: 768px) {
  .inquiries-section .section-heading__headinh-holder:before {
    top: 31px;
  }
}
.inquiries-section .info-list {
  font: 700 15px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #1A76C5;
  letter-spacing: 3px;
  padding: 0 0 0 11px;
}
.inquiries-section .info-list li {
  position: relative;
  padding: 0 0 19px 14px;
}
.inquiries-section .info-list li:before {
  content: "\e905";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #1A76C5;
  color: #fff;
  font-size: 5px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  text-align: center;
  line-height: 9px;
  padding: 0 0 0 2px;
}
.inquiries-section .info-list a {
  color: #1A76C5;
}
.inquiries-section .info-list a:hover {
  text-decoration: none;
  color: #114e81;
}

.inquiries-list .opener {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block;
  background: #f2f2f2;
  color: #5c5c5c;
  text-transform: uppercase;
  padding: 10px 10px 10px 35px;
  position: relative;
  font: 700 15px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 3px;
}
@media (min-width: 1024px) {
  .inquiries-list .opener {
    padding: 23px 25px 23px 73px;
  }
}
.inquiries-list .opener:hover {
  text-decoration: none;
  background: #5c5c5c;
  color: #fff;
}
.inquiries-list .opener:hover:before {
  border-color: transparent transparent transparent #fff;
}
.inquiries-list .opener:before {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #5c5c5c;
}
@media (min-width: 1024px) {
  .inquiries-list .opener:before {
    left: 43px;
    top: 28px;
  }
}
.inquiries-list .slide {
  padding: 15px 15px 11px 25px;
}
@media (min-width: 1024px) {
  .inquiries-list .slide {
    padding: 30px 15px 11px 75px;
  }
}
.inquiries-list .slide .phone {
  color: #5c5c5c;
}
.inquiries-list .slide .phone:hover {
  text-decoration: none;
  color: #1A76C5;
}
.inquiries-list .active .opener:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inquiries-list > .inquiries-item {
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .inquiries-list > .inquiries-item {
    margin: 0 0 28px;
  }
}

.real-time {
  padding: 20px 0 84px;
}
.real-time__layout {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px;
  border-bottom: 4px solid rgba(95, 95, 95, 0.19);
}
@media (min-width: 768px) {
  .real-time__layout {
    margin: 0 -10px;
  }
}
@media (min-width: 1280px) {
  .real-time__layout {
    margin: 0 -38px;
  }
}
.real-time__column {
  width: 100%;
}
@media (min-width: 768px) {
  .real-time__column {
    width: 50%;
    padding: 0 10px;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .real-time__column {
    padding: 0 38px;
  }
}

.real-time-item {
  display: flex;
  width: 100%;
  margin: 0 0 14px;
}
.real-time-item__icon {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 80px;
  padding: 10px;
}
@media (min-width: 1024px) {
  .real-time-item__icon {
    width: 112px;
  }
}
.real-time-item__content {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  padding: 5px 20px;
  min-height: 111px;
  width: calc(100% - 90px);
}
@media (min-width: 1024px) {
  .real-time-item__content {
    padding: 5px 10px 0 60px;
    width: calc(100% - 122px);
  }
}
.real-time-item__title {
  display: block;
  font-size: 15px;
  letter-spacing: 3px;
  color: #1A76C5;
}
.real-time-item__title a {
  text-transform: uppercase;
  color: #1A76C5;
}

.table-section {
  position: relative;
  padding: 52px 0 29px;
  overflow: hidden;
  z-index: 2;
}
.table-section__bg-holder {
  display: none;
}
@media (min-width: 1024px) {
  .table-section__bg-holder {
    display: block;
    background-color: #f6f8fb;
    box-shadow: 0 25px 80px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 31.5%;
    height: 509px;
    z-index: -1;
  }
}
.table-section__bg-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.table-section__filtration-panel {
  margin: 0 0 29px;
}
@media (min-width: 1280px) {
  .table-section__filtration-panel {
    margin: 0 auto 52px;
    max-width: 1150px;
  }
}
@media (min-width: 1366px) {
  .table-section__filtration-panel {
    max-width: 1250px;
  }
}
@media (min-width: 1580px) {
  .table-section__filtration-panel {
    max-width: 1400px;
  }
}
@media (min-width: 1783px) {
  .table-section__filtration-panel {
    max-width: none;
  }
}
.table-section__table-wrap {
  padding: 30px 0 0;
  margin: -30px -30px 38px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .table-section {
    padding: 30px 30px 0;
  }
}
@media (min-width: 1024px) {
  .table-section__pagination-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .table-section__pagination-panel {
    margin: 0 auto;
    max-width: 1150px;
  }
}
@media (min-width: 1366px) {
  .table-section__pagination-panel {
    max-width: 1250px;
  }
}
@media (min-width: 1580px) {
  .table-section__pagination-panel {
    max-width: 1400px;
  }
}
@media (min-width: 1783px) {
  .table-section__pagination-panel {
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .table-section__pagination-panel {
    margin: 0 -20px;
  }
}
.table-section__pagination-panel .pagination-panel__text {
  display: block;
  color: #707070;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .table-section__pagination-panel .pagination-panel__text {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .table-section__pagination-panel .pagination-panel__text {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .table-section__pagination-panel .pagination:only-child {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .table-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (min-width: 1580px) {
  .table-filter {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .table-filter {
    margin: 0 -30px;
  }
}
.table-filter__inner-holder {
  background: #fff;
  box-shadow: 15px 0 30px 0 rgba(0, 0, 0, 0.16);
  padding: 10px 15px 20px;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .table-filter__inner-holder {
    padding: 10px 20px 20px;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .table-filter__inner-holder {
    padding: 10px 21px 18px 38px;
  }
}
@media (min-width: 1580px) {
  .table-filter__inner-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.table-filter__inner-holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 6px;
  display: block;
  width: 6px;
  background-color: #fed141;
}
.table-filter__text {
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #5c5c5c;
}
@media (min-width: 1580px) {
  .table-filter__text {
    margin: 0 31px 0 0;
  }
}
@media (min-width: 1580px) {
  .table-filter__selects-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -11px;
  }
}
.table-filter__select-wrapper {
  margin: 0 0 20px;
}
.table-filter__select-wrapper:last-child {
  margin: 0;
}
@media (min-width: 1580px) {
  .table-filter__select-wrapper {
    padding: 0 11px;
    margin: 0;
  }
}
.table-filter__search {
  position: relative;
  width: 100%;
  margin-left: auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .table-filter__search {
    max-width: 350px;
  }
}
@media (min-width: 1920px) {
  .table-filter__search {
    max-width: 466px;
  }
}
.table-filter__search-input {
  border: 0 !important;
  background: #f5f5f5;
  padding: 5px 60px 5px 35px !important;
  height: 62px !important;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #5c5c5c !important;
}
.table-filter__search-input::-webkit-input-placeholder {
  color: !important;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.table-filter__search-input::-moz-placeholder {
  color: !important;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.table-filter__search-input::placeholder {
  color: !important;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.table-filter__search-btn {
  color: #95989a;
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.table-filter__search-btn:hover {
  color: #fed141;
}

@media (min-width: 1024px) {
  .reports-table__heading-date, .reports-table__date {
    width: 236px;
  }
}
@media (min-width: 1024px) {
  .reports-table__heading-form, .reports-table__form {
    width: 242px;
  }
}
@media (min-width: 1366px) {
  .reports-table__heading-form, .reports-table__form {
    padding-left: 76px;
  }
}
.reports-table__form {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #8e8d8d;
}
@media (min-width: 1024px) {
  .reports-table__form {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .reports-table__form {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}
.reports-table__heading-desc, .reports-table__desc {
  width: 200px;
}
@media (min-width: 1024px) {
  .reports-table__heading-desc, .reports-table__desc {
    width: 324px;
  }
}
@media (min-width: 1024px) {
  .reports-table__heading-group, .reports-table__group {
    width: 280px;
  }
}
.reports-table__group {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #8e8d8d;
}
@media (min-width: 1024px) {
  .reports-table__group {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .reports-table__group {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}

.event-table__date {
  white-space: nowrap;
}
@media (min-width: 1920px) {
  .event-table__heading-desc, .event-table__desc {
    padding-left: 76px !important;
  }
}
.event-table__heading-download, .event-table__download {
  position: relative;
}
.event-table__heading-download:before, .event-table__download:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  background: transparent;
  box-shadow: inset 0 0 30px 0px rgba(0, 0, 0, 0.02);
  height: 200px;
  pointer-events: none;
}
@media (min-width: 1920px) {
  .event-table__heading-download, .event-table__download {
    padding-left: 5px !important;
  }
}
.event-table__heading-download {
  text-align: center;
}
.event-table__download .download-item {
  justify-content: center;
}
@media (min-width: 1920px) {
  .event-table th,
  .event-table td {
    padding-left: 28px;
  }
}

.download-item {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  color: #db6f6b;
}
.download-item [class*=icon-] {
  font-size: 20px;
  margin-right: 15px;
}

.media-section {
  padding: 36px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .media-section__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1280px) {
  .media-section__layout {
    margin: 0 -60px;
  }
}
@media (min-width: 768px) {
  .media-section__column {
    width: 50%;
    padding: 0 10px;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .media-section__column {
    padding: 0 60px;
  }
}
.media-section__image {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
@media (max-width: 1023px) {
  .media-section__image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .media-section__image {
    height: 600px;
  }
}
.media-section__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.media-card {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 60px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .media-card {
    padding: 41px 91px 88px;
    font-size: 20px;
  }
}
.media-card__content {
  flex-grow: 1;
}
.media-card__title {
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase;
  padding-top: 21px;
  position: relative;
  color: #5c5c5c;
}
@media (min-width: 768px) {
  .media-card__title {
    font-size: 23px;
    font-weight: 800;
  }
}
.media-card__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 70px;
  background: #fed141;
}
.media-card__subtitle {
  text-transform: uppercase;
  color: #1A76C5;
  font-size: 15px;
  font-weight: 700;
  display: block;
  letter-spacing: 3px;
  margin: 0 0 22px;
}
.media-card__form {
  margin: 0 0 34px;
}
.media-card__form-wrap {
  padding: 0 0 22px;
  border-bottom: 2px solid rgba(95, 95, 95, 0.19);
}
@media (min-width: 1024px) {
  .media-card__form-wrap {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .media-card__form-wrap {
    margin: 0 -30px 0 0;
  }
}
.media-card__form-btn {
  min-width: 161px;
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  .media-card__form-btn {
    width: 100%;
  }
}
.media-card input[type=text],
.media-card input[type=email] {
  height: 44px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
  border: #f5f5f5;
  margin: 0 40px 10px 0;
  font-size: 15px;
}
.media-card input[type=text]::-webkit-input-placeholder, .media-card input[type=email]::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.media-card input[type=text]::-moz-placeholder, .media-card input[type=email]::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.media-card input[type=text]::placeholder,
.media-card input[type=email]::placeholder {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.media-card a {
  font-weight: 600;
}

.featured-video-section,
.featured-image-section {
  position: relative;
  padding: 0 0 35px;
}
@media (min-width: 1024px) {
  .featured-video-section,
  .featured-image-section {
    padding: 0 0 80px;
  }
}
.featured-video-section:before,
.featured-image-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  height: 80px;
  z-index: -1;
}
@media (min-width: 768px) {
  .featured-video-section:before,
  .featured-image-section:before {
    height: 90px;
  }
}
@media (min-width: 1024px) {
  .featured-video-section:before,
  .featured-image-section:before {
    height: 120px;
  }
}

.featured-video-block,
.featured-image-block {
  max-width: 1225px;
  margin: 0 auto;
  position: relative;
  padding-top: 44%;
  overflow: hidden;
  box-shadow: 15px 15px 30px rgba(2, 0, 47, 0.27);
  position: relative;
}
.featured-video-block:before,
.featured-image-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(46, 68, 92, 0) 0%, rgba(46, 68, 92, 0.5) 40%, rgb(47, 68, 93) 82%, rgb(47, 68, 93) 100%);
  mix-blend-mode: multiply;
  z-index: 2;
  height: 34%;
  pointer-events: none;
}
.featured-video-block .icon-resize,
.featured-image-block .icon-resize {
  position: absolute;
  z-index: 5;
  color: #fff;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.69);
  right: 8px;
  bottom: 9px;
  padding: 6px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .featured-video-block .icon-resize,
  .featured-image-block .icon-resize {
    right: 12px;
    bottom: 12px;
    padding: 12px;
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .featured-video-block .icon-resize,
  .featured-image-block .icon-resize {
    right: 11px;
    bottom: 16px;
    padding: 8px;
    font-size: 24px;
  }
}
.featured-video-block .btn,
.featured-image-block .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media (min-width: 1024px) {
  .featured-video-block .btn,
  .featured-image-block .btn {
    bottom: 38px;
    padding: 16px 14px;
    font-size: 18px;
    min-width: 225px;
  }
}
.featured-video-block video,
.featured-image-block video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.featured-video-block img,
.featured-image-block img {
  max-width: 100%;
  height: auto;
}

.featured-image-block {
  padding-top: 0;
}

.text-video-section {
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .text-video-section {
    padding: 43px 0 25px;
  }
}
.text-video-section .container {
  max-width: 1785px;
}
@media (min-width: 1024px) {
  .text-video-section .heading {
    margin: 0 0 23px;
  }
}
@media (min-width: 1366px) {
  .text-video-section__content-holder {
    padding: 0 0 0 6%;
  }
}
.text-video-section__holder-block {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .text-video-section__text-block {
    width: 55%;
    padding: 0 25px 0 0;
  }
}
@media (min-width: 1366px) {
  .text-video-section__text-block {
    padding: 0 110px 0 0;
  }
}
.text-video-section__video-block {
  position: relative;
  padding-top: 55%;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media (min-width: 1024px) {
  .text-video-section__video-block {
    width: 45%;
    padding-top: 25%;
    height: 100%;
  }
}
.text-video-section__video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.control-section {
  font-size: 25px;
  padding: 73px 0;
}
@media (min-width: 1024px) {
  .control-section__layout {
    margin: 0 -24px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .control-section__column {
    padding: 0 24px;
    width: 46.5%;
  }
}
@media (min-width: 1024px) {
  .control-section__column:last-child {
    width: 53.5%;
  }
}
.control-section__image {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .control-section__image {
    float: right;
    width: calc(100% + 15px);
  }
}
@media (min-width: 1480px) {
  .control-section__image {
    width: calc(100% + (100vw - 1450px) / 2);
  }
}
.control-section__image img {
  width: 100%;
}
.control-section > .container {
  max-width: 1614px;
}
.control-section p {
  margin: 0 0 36px;
}

.about-section {
  padding: 61px 0 100px;
}

.about-card {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  border-top: 8px solid #fed141;
  padding: 30px 20px;
  margin: 0 0 57px;
}
@media (min-width: 1024px) {
  .about-card {
    padding: 39px 80px;
  }
}
.about-card__title {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 30px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .about-card__title {
    letter-spacing: 5.8px;
    font-size: 29px;
  }
}
.about-card p {
  margin: 0 0 20px;
}

.about-list {
  padding: 0 0 0 17px;
}
.about-list li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.about-list__item {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  padding: 24px 0 11px;
}
@media (min-width: 1024px) {
  .about-list__item {
    font-size: 18px;
  }
}
.about-list__title {
  width: calc(100% - 43px);
  display: block;
}
.about-list__icon {
  font-size: 20px;
  padding-right: 10px;
  min-width: 43px;
}
.about-list a {
  color: inherit;
}
.about-list a:hover {
  color: #1A76C5;
  text-decoration: none;
}

.inner-navigation {
  padding: 0;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  letter-spacing: 3px;
  border-top: 7px solid #fed141;
  padding: 14px 0 0;
  position: relative;
  background: rgb(10, 20, 31);
  background: linear-gradient(180deg, rgb(10, 20, 31) 0%, rgb(74, 76, 80) 100%);
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 1024px) {
  .inner-navigation {
    padding: 14px 0 12px;
  }
}
.inner-navigation__holder {
  margin: 0 -20px;
}
@media (min-width: 1024px) {
  .inner-navigation__holder {
    position: relative;
    padding-left: 136px;
    margin: 0 -40px;
  }
}
@media (min-width: 1790px) {
  .inner-navigation__holder {
    padding-left: 0;
    margin-right: -56px;
  }
}
@media (min-width: 1024px) {
  .inner-navigation__holder:before, .inner-navigation__holder:after {
    content: "";
    position: absolute;
    top: -14px;
    bottom: -12px;
    background: rgb(10, 20, 31);
    background: linear-gradient(180deg, rgb(10, 20, 31) 0%, rgb(74, 76, 80) 100%);
    width: 9999px;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .inner-navigation__holder:before {
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .inner-navigation__holder:after {
    right: 100%;
    margin-right: -138px;
  }
}
@media (min-width: 1790px) {
  .inner-navigation__holder:after {
    margin-right: -2px;
  }
}
.inner-navigation__home-link {
  position: relative;
  text-transform: uppercase;
  z-index: 4;
  flex-shrink: 0;
  display: block;
  margin: 0 -10px;
  text-align: center;
  padding: 0 0 12px;
}
@media (min-width: 1024px) {
  .inner-navigation__home-link {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1790px) {
  .inner-navigation__home-link {
    left: -137px;
  }
}
.inner-navigation__home-link:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 1px;
}
@media (min-width: 1024px) {
  .inner-navigation__home-link:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 1px;
    height: auto;
  }
}
.inner-navigation__home-link .home-link {
  color: #fff;
  white-space: nowrap;
  display: block;
  padding: 24px 28px;
  margin-top: -14px;
  margin-bottom: -12px;
}
.inner-navigation__home-link .home-link:hover, .inner-navigation__home-link .home-link:focus {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.inner-navigation .slider-holder {
  flex-grow: 1;
  overflow: visible !important;
}
@media (min-width: 1024px) {
  .inner-navigation .slider-holder {
    padding: 0 44px;
  }
}
.inner-navigation .slider-holder:before, .inner-navigation .slider-holder:after {
  content: "";
}
@media (min-width: 1024px) {
  .inner-navigation .slider-holder:before, .inner-navigation .slider-holder:after {
    position: absolute;
    top: -14px;
    bottom: -12px;
    background-color: #f5f5f5;
    width: 9999px;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .inner-navigation .slider-holder:before {
    left: 100%;
  }
}
@media (max-width: 1023px) {
  .inner-navigation .slider-holder:after {
    right: -9999px;
    left: -9999px;
    bottom: 0;
    position: absolute;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.19);
  }
}
@media (min-width: 1024px) {
  .inner-navigation .slider-holder:after {
    right: 100%;
  }
}
.inner-navigation__list {
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .inner-navigation__list {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .inner-navigation__list {
    white-space: nowrap;
  }
}
.inner-navigation__item {
  height: auto !important;
  position: static;
}
@media (max-width: 767px) {
  .inner-navigation__item {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .inner-navigation__item {
    width: auto !important;
    flex-shrink: 0;
    position: relative;
  }
}
.inner-navigation__item:after {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-navigation__item.hover-js .inner-navigation__link {
  color: #000;
  background-color: #fff;
}
.inner-navigation__item.hover-js .inner-navigation__drop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.inner-navigation__link {
  color: #fff;
  padding: 10px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .inner-navigation__link {
    min-height: 56px;
  }
}
@media (min-width: 1024px) {
  .inner-navigation__link {
    padding: 24px 21px;
    margin-top: -14px;
    margin-bottom: -12px;
    min-height: 0;
    width: auto;
  }
}
.inner-navigation__link:hover, .inner-navigation__link:focus {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.inner-navigation__drop {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .inner-navigation__drop {
    width: 425px;
    padding-top: 22px;
  }
}
.inner-navigation__drop-list {
  font-size: 12px;
  letter-spacing: 2.8px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  padding: 17px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .inner-navigation__drop-list {
    font-size: 14px;
  }
}
.inner-navigation__drop-list:after {
  content: "";
  left: 50%;
  top: -21px;
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 13px solid #fff;
  margin-left: -7px;
}
.inner-navigation__drop-list a {
  color: #5c5c5c;
  padding: 11px 15px;
  display: block;
}
@media (min-width: 1024px) {
  .inner-navigation__drop-list a {
    padding: 11px 43px;
  }
}
.inner-navigation__drop-list a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.inner-navigation .swiper-button-prev,
.inner-navigation .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 1px;
  background-color: #333;
  color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  z-index: 5;
  width: 29px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .inner-navigation .swiper-button-prev,
  .inner-navigation .swiper-button-next {
    top: -14px;
    bottom: -12px;
  }
}
.inner-navigation .swiper-button-prev:hover, .inner-navigation .swiper-button-prev:focus,
.inner-navigation .swiper-button-next:hover,
.inner-navigation .swiper-button-next:focus {
  background-color: #fff;
  color: #8e8d8d;
  text-decoration: none;
}
.inner-navigation .swiper-button-prev.swiper-button-prev,
.inner-navigation .swiper-button-next.swiper-button-prev {
  left: -10px;
}
@media (min-width: 1024px) {
  .inner-navigation .swiper-button-prev.swiper-button-prev,
  .inner-navigation .swiper-button-next.swiper-button-prev {
    left: 2px;
  }
}
.inner-navigation .swiper-button-prev.swiper-button-next,
.inner-navigation .swiper-button-next.swiper-button-next {
  right: -10px;
}
@media (min-width: 1024px) {
  .inner-navigation .swiper-button-prev.swiper-button-next,
  .inner-navigation .swiper-button-next.swiper-button-next {
    right: 0;
  }
}
.inner-navigation .swiper-button-prev.swiper-button-disabled,
.inner-navigation .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
}

.alt-intro-section {
  position: relative;
  border-bottom: 7px solid #fed141;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}
.alt-intro-section .container {
  max-width: 1545px;
}
.alt-intro-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(67, 70, 74, 0) 0%, rgba(28, 65, 106, 0.5) 29%, rgb(28, 65, 106) 56%, rgb(24, 47, 75) 100%);
  height: 380px;
  bottom: 0;
  z-index: -1;
}
.alt-intro-section h1 {
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .alt-intro-section h1 {
    line-height: 1.55;
  }
}
.alt-intro-section__holder-block {
  min-height: 768px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.alt-intro-section__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.alt-intro-section__bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.alt-intro-section__text-block {
  position: relative;
  padding: 0 0 0 20px;
}
@media (min-width: 1024px) {
  .alt-intro-section__text-block {
    padding: 0 0 0 30px;
  }
}
.alt-intro-section__text-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fed141;
  width: 6px;
}
@media (min-width: 768px) {
  .alt-intro-section__text-block:before {
    top: 15px;
    bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .alt-intro-section__text-block:before {
    width: 8px;
    top: 20px;
    bottom: 20px;
  }
}
.alt-intro-section__content-block {
  padding: 0 0 25px;
  width: 100%;
}
@media (min-width: 1024px) {
  .alt-intro-section__content-block {
    padding: 0 0 25px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.alt-intro-section__content-column {
  padding: 0 0 25px;
}
@media (min-width: 1024px) {
  .alt-intro-section__content-column {
    width: 65%;
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .alt-intro-section__content-column {
    width: 68%;
  }
}
.alt-intro-section__search-holder {
  min-width: 300px;
}
@media (min-width: 1024px) {
  .alt-intro-section__search-holder {
    min-width: 330px;
    width: 35%;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1366px) {
  .alt-intro-section__search-holder {
    width: 32%;
  }
}
.alt-intro-section .custom-select {
  border: 1px solid #fff;
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  padding: 5px 40px 5px 20px;
  background-position-x: 96%;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}
.alt-intro-section .custom-select option {
  color: #000;
}

.options-block {
  padding: 15px 0 0;
}
@media (min-width: 768px) {
  .options-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px 0 0;
    margin: 0 -10px;
  }
}
@media (min-width: 1366px) {
  .options-block {
    margin: 0;
  }
}
.options-block__option-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .options-block__option-column {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .options-block__option-column {
    padding: 0 10px;
  }
}
@media (min-width: 1366px) {
  .options-block__option-column {
    padding: 0 35px;
  }
}
@media (max-width: 1023px) {
  .options-block__option-column:last-child {
    padding: 0;
  }
}
.options-block__title {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 3px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 15px 15px 0;
}
@media (min-width: 1366px) {
  .options-block__title {
    padding: 0 25px 0 0;
  }
}
.options-block .view-options {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.options-block .view-options .icon-grid {
  font-size: 30px;
}
.options-block .view-options .icon-opener {
  font-size: 24px;
}
.options-block .view-options li {
  padding: 0 5px;
}
.options-block .view-options a {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  color: #fff;
  border-radius: 7px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 10px;
  height: 47px;
  line-height: 34px;
}
.options-block .view-options a.active {
  border-color: #fff;
}
.options-block .view-options a:hover {
  text-decoration: none;
  color: #1A76C5;
  border-color: #1A76C5;
}

html.no-touchevents .report-holder__table-wrap {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
html.no-touchevents .report-holder__table-wrap::-webkit-scrollbar {
  display: none;
}

.report-section {
  overflow: hidden;
  position: relative;
  z-index: 4;
  background-color: #f6f8fb;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .report-section {
    padding: 78px 0 48px;
  }
}
@media (min-width: 1024px) {
  .report-section .companies-section__decor {
    left: -200px;
    right: -200px;
  }
}

.report-holder {
  position: relative;
}
.report-holder__table-wrap {
  width: 100%;
  overflow: auto;
}
.report-holder .holder {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}
.report-holder .controls {
  position: absolute;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  color: #8e8d8d;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  z-index: 5;
  width: 29px;
  z-index: 5;
  height: 34px;
}
@media (min-width: 768px) {
  .report-holder .controls {
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .report-holder .controls {
    height: 82px;
  }
}
.report-holder .controls:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.report-holder .controls.prev {
  left: 0;
}
@media (min-width: 1024px) {
  .report-holder .controls.prev {
    left: 408px;
  }
}
.report-holder .controls.next {
  right: 0;
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: none;
  border: 0;
  overflow: hidden;
}
.report-table.clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent;
}
.report-table.clone thead {
  visibility: hidden;
}
.report-table.clone tr:nth-child(even) th {
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(252, 252, 252) 20%, rgb(255, 255, 255) 41%, rgb(254, 254, 254) 70%, rgb(245, 245, 245) 99%, rgb(247, 247, 247) 100%);
}
.report-table.clone th,
.report-table.clone td {
  visibility: hidden;
  background: transparent;
  opacity: 0;
}
.report-table.clone th.fixed-cell,
.report-table.clone td.fixed-cell {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.report-table.clone th.fixed-cell:before,
.report-table.clone td.fixed-cell:before {
  display: block;
  height: 99999px;
}
.report-table thead {
  box-shadow: none;
}
.report-table thead tr {
  z-index: 4;
  position: relative;
}
.report-table thead th {
  border-bottom: 6px solid #fed141;
  font-weight: 700;
  font-size: 14px;
  color: #8e8d8d;
  text-align: center;
  padding: 12px 10px 10px;
}
@media (min-width: 768px) {
  .report-table thead th {
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media (min-width: 1024px) {
  .report-table thead th {
    font-size: 25px;
    letter-spacing: 5px;
    padding: 32px 10px 22px;
  }
}
.report-table tbody tr:nth-child(odd) {
  box-shadow: none;
}
.report-table tbody tr:nth-child(even) td,
.report-table tbody tr:nth-child(even) th {
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(252, 252, 252) 20%, rgb(255, 255, 255) 41%, rgb(254, 254, 254) 70%, rgb(245, 245, 245) 99%, rgb(247, 247, 247) 100%);
}
.report-table tbody tr:nth-child(even) td:nth-child(odd) {
  background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(252, 252, 252) 20%, rgb(255, 255, 255) 41%, rgb(254, 254, 254) 70%, rgb(245, 245, 245) 99%, rgb(247, 247, 247) 100%);
}
@media (min-width: 1024px) {
  .report-table tbody tr:first-child td,
  .report-table tbody tr:first-child th {
    padding-top: 38px;
  }
}
.report-table tbody th {
  color: #5c5c5c;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: left;
}
@media (min-width: 768px) {
  .report-table tbody th {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .report-table tbody th {
    font-size: 18px;
    letter-spacing: 3.7px;
  }
}
.report-table tbody th,
.report-table tbody td {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .report-table tbody th,
  .report-table tbody td {
    padding: 19px 54px;
  }
}
.report-table td {
  text-align: center;
}
@media (min-width: 768px) {
  .report-table td {
    min-width: 50vw;
  }
}
@media (min-width: 1024px) {
  .report-table td {
    min-width: 356px;
  }
}
.report-table td:nth-child(odd) {
  background-color: rgba(235, 235, 235, 0.3) !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.027);
}
@media (min-width: 768px) {
  .report-table th:first-child {
    min-width: 50vw;
  }
}
@media (min-width: 1024px) {
  .report-table th:first-child {
    min-width: 413px;
  }
}
.report-table th:before, .report-table th:after {
  display: none;
}
.report-table .report-list {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .report-table .report-list {
    font-size: 14px;
    margin: 0 -5px;
  }
}
@media (min-width: 1024px) {
  .report-table .report-list {
    font-size: 21px;
    margin: 0 -10px;
  }
}
.report-table .report-list li {
  margin: 0 2px;
}
@media (min-width: 768px) {
  .report-table .report-list li {
    padding: 0 5px;
  }
}
@media (min-width: 1024px) {
  .report-table .report-list li {
    margin: 0 10px;
  }
}
.report-table .report-list a {
  text-decoration: none;
  color: #1A76C5;
}
.report-table .report-list a:hover {
  color: #000;
  text-decoration: none;
}
.report-table .download-report {
  color: #1A76C5;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .report-table .download-report {
    font-size: 22px;
    height: 22px;
  }
}
@media (min-width: 1024px) {
  .report-table .download-report {
    font-size: 28px;
    height: 28px;
  }
}
.report-table .download-report:hover {
  color: #000;
  text-decoration: none;
}

.scroll-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.no-touchevents .scroll-info {
  display: none;
}
.scroll-info .text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0 5px;
  font-weight: 700;
}

.innovation-section {
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .innovation-section {
    padding: 70px 0;
  }
}
.innovation-section .container {
  max-width: 1495px;
}
@media (min-width: 1024px) {
  .innovation-section .heading {
    margin: 0 0 20px;
  }
}

.programs-section {
  padding: 35px 0;
}
@media (min-width: 1024px) {
  .programs-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 20px 0 0;
  }
}
@media (min-width: 1366px) {
  .programs-list {
    margin: 0 -23px;
  }
}
.programs-list a {
  color: #5c5c5c;
}
@media (min-width: 1024px) {
  .programs-list a {
    display: flex;
    flex-wrap: wrap;
  }
}
.programs-list a:hover {
  text-decoration: none;
}
.programs-list a:hover .programs-list__link-text {
  color: #fed141;
}
.programs-list li {
  padding: 0 0 15px;
}
@media (min-width: 1024px) {
  .programs-list li {
    width: 33.33%;
    padding: 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1366px) {
  .programs-list li {
    padding: 0 23px 23px;
  }
}
@media (min-width: 1024px) {
  .programs-list__text-box {
    min-height: 177px;
  }
}
.programs-list__title {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2.7px;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .programs-list__title {
    font-size: 23px;
    padding: 17px 0 27px;
  }
}
.programs-list__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fed141;
  width: 75px;
  height: 6px;
}
.programs-list__link-text {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block;
  color: #1A76C5;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}
.programs-list__text-block {
  padding: 20px;
}
@media (min-width: 1024px) {
  .programs-list__text-block {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .programs-list__text-block {
    padding: 50px 30px 50px 45px;
  }
}
@media (min-width: 1366px) {
  .programs-list__text-block p {
    margin: 0 0 42px;
  }
}
.programs-list__img-block {
  position: relative;
  padding-top: 73%;
  width: 100%;
}
.programs-list__img-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 135px;
  background: linear-gradient(to bottom, rgba(46, 68, 92, 0) 0%, rgba(46, 68, 92, 0.8) 100%);
  z-index: 2;
  mix-blend-mode: multiply;
}
.programs-list__img-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.programs-list__program-item {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .programs-list__program-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.fact-section {
  padding: 68px 0 41px;
}
.fact-section__layout {
  position: relative;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .fact-section__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0 0 72px;
  }
}
.fact-section__layout:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 55%;
  left: 50%;
  background: rgba(178, 177, 176, 0.4);
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .fact-section__column {
    width: 50%;
    padding: 0 10px;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .fact-section__column {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .fact-section__column {
    width: 25%;
  }
}
@media (min-width: 1366px) {
  .fact-section__column {
    width: 20%;
  }
}
.fact-section__heading {
  display: none;
  background: #fff;
  border-bottom: 8px solid #fed141;
  align-items: center;
  padding: 16px 21px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  margin: 0;
}
.fact-section__heading-title {
  text-transform: uppercase;
  font-size: 13px;
  margin: 3px 0 0 29px;
  letter-spacing: 3.5px;
}
.fact-section__btn {
  display: none;
  width: 100%;
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .fact-section__btn {
    padding: 40px 10px 60px;
  }
}
.fact-section--list .fact-section__btn {
  display: block;
}
.fact-section--list .fact-section__layout {
  margin: 0;
}
.fact-section--list .fact-section__column {
  width: 100% !important;
  padding: 0;
}
.fact-section--list .fact-section__column:nth-child(odd) .fact-card {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
.fact-section--list .fact-section__heading {
  display: flex;
}

.fact-card {
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 48px;
}
.fact-card__image {
  background: #707070;
  position: relative;
  padding-top: 126.9%;
}
.fact-card__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.fact-card__image-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.fact-card__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 12px;
  position: relative;
  letter-spacing: 1.3px;
  margin: 0;
}
.fact-card__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #fed141;
}
.fact-card__title a {
  display: block;
  color: inherit;
}
.fact-card__title a:hover {
  color: #1A76C5;
  text-decoration: none;
}
.fact-card__content {
  padding: 11px 24px 10px;
}
.fact-card__select-wrap {
  border-top: 1px solid #c7c7c7;
  margin: auto 26px 0;
  padding: 29px 0 30px;
}
.fact-card__select {
  width: 100%;
  box-shadow: none;
  border: 2px solid #717171;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position-y: 50%;
  height: 34px;
  padding: 5px 34px 5px 18px;
  letter-spacing: 1.4px;
}
.fact-card__check-box {
  display: none;
}
.fact-card--list {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  min-height: 80px;
  padding: 0 0 0 10px;
  box-shadow: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .fact-card--list {
    padding: 0 0 0 19px;
    flex-wrap: nowrap;
  }
}
.fact-card--list .fact-card__image-wrap:after {
  display: none;
}
.fact-card--list .fact-card__image {
  border: 0;
  width: 54px;
  height: 54px;
  padding-top: 0;
  border-radius: 7px;
  overflow: hidden;
}
.fact-card--list .fact-card__content {
  padding: 0 10px 11px 20px;
  flex: 1 1 0;
}
@media (min-width: 768px) {
  .fact-card--list .fact-card__content {
    padding: 0 20px 11px 49px;
  }
}
.fact-card--list .fact-card__title {
  font-size: 15px;
}
.fact-card--list .fact-card__title:after {
  position: relative;
  display: none;
}
.fact-card--list .fact-card__select-wrap {
  border: 0;
  margin: 0;
  padding: 0 20px;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .fact-card--list .fact-card__select-wrap {
    width: 200px;
    background: rgba(235, 235, 235, 0.27);
  }
}
@media (min-width: 1024px) {
  .fact-card--list .fact-card__select-wrap {
    width: 437px;
    padding: 0 77px 0 100px;
  }
}
@media (max-width: 767px) {
  .fact-card--list .fact-card__select-wrap {
    width: 100%;
    padding: 20px 10px 20px 0;
  }
}
.fact-card--list .fact-card__check-box {
  display: block;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .fact-card--list .fact-card__check-box {
    margin-right: 30px;
  }
}

.pagination {
  background: #fff;
  box-shadow: 15px 0 30px 0 rgba(0, 0, 0, 0.16);
  padding: 14px 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .pagination {
    padding: 14px 21px 14px 32px;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .pagination {
    flex: 0 0 auto;
  }
}
.pagination__option {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .pagination__option {
    margin: 0 29px 0 0;
  }
}
@media (min-width: 1783px) {
  .pagination__option {
    margin: 0 36px 0 0;
  }
}
.pagination__option-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 39px 0 0;
  text-transform: uppercase;
}
.pagination__option-select {
  background-color: #f7f7f7;
  width: 99px;
}
.pagination__holder {
  display: flex;
  align-items: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (min-width: 1024px) {
  .pagination__holder {
    padding: 0;
  }
}
.pagination__holder > a {
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  width: 44px;
  color: #8e8d8d;
  border-radius: 8px;
  margin-right: 6px;
}
.pagination__holder > a:first-child.pgn-button {
  margin: 0 16px 0 0;
}
.pagination__holder > a:last-child.pgn-button {
  margin: 0 0 0 16px;
}
.pagination__holder > a:hover, .pagination__holder > a.current {
  background: #5c5c5c;
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  text-decoration: none;
}
.pagination__holder > a.disabled {
  display: none;
}
.pagination__holder > a.pgn-button {
  background: #5c5c5c;
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  width: auto;
  padding: 0 14px;
  margin: 0;
}
.pagination__holder > a.pgn-button:hover {
  color: #fed141;
}
@media (min-width: 1783px) {
  .pagination__holder > a.next {
    margin: 0 0 0 30px !important;
  }
}
.pagination__holder .separator {
  display: block;
  margin-right: 16px;
  letter-spacing: -1px;
}
@media (min-width: 1783px) {
  .pagination__holder .separator {
    margin: 0 40px 0 10px;
  }
}

@media (max-width: 1023px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (min-width: 1280px) {
  .table-responsive {
    margin: 0 auto;
    max-width: 1150px;
  }
}
@media (min-width: 1366px) {
  .table-responsive {
    max-width: 1250px;
  }
}
@media (min-width: 1580px) {
  .table-responsive {
    max-width: 1400px;
  }
}
@media (min-width: 1783px) {
  .table-responsive {
    max-width: none;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  border: 2px solid #f6f8fb;
}
@media (min-width: 1024px) {
  table {
    border: 0;
  }
}
table th,
table td {
  min-width: 200px;
}
@media (min-width: 1024px) {
  table th,
  table td {
    min-width: none;
  }
}
table thead {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  table thead {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  table thead {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}
table thead th {
  padding: 15px 10px;
  position: relative;
}
@media (min-width: 1280px) {
  table thead th {
    padding: 34px 10px 30px;
  }
}
table thead th:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border-bottom: 6px solid #fed141;
}
table thead th > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 1280px) {
  table thead th:first-child {
    padding: 34px 10px 30px 51px;
  }
}
table thead th:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 5px;
  background: transparent;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  height: 100000000px;
  pointer-events: none;
}
table thead th:nth-child(2) {
  position: relative;
}
table thead th:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 5px;
  background: transparent;
  pointer-events: none;
}
table thead th.bg-light {
  position: relative;
}
table thead th.bg-light:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(235, 235, 235, 0.37);
  height: 99999px;
  pointer-events: none;
}
table tbody {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
}
table tbody > tr:first-child > td {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  table tbody > tr:first-child > td {
    padding-top: 35px;
  }
}
table tbody > tr:nth-child(odd) {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
table tbody > tr > td > * {
  position: relative;
  z-index: 2;
}
table tbody > tr > td:first-child {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  table tbody > tr > td:first-child {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  table tbody > tr > td:first-child {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}
table tbody td {
  padding: 15px 10px;
}
@media (min-width: 1280px) {
  table tbody td {
    padding: 12px 10px;
  }
}
@media (min-width: 1280px) {
  table tbody td:first-child {
    padding: 22px 10px 22px 51px;
  }
}

.download-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .download-list {
    font-size: 32px;
  }
}
.download-list li {
  padding: 4px 10px;
}
.download-list a {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.download-list a:hover {
  opacity: 0.5;
}
.download-list .icon-pdf {
  color: #db6f6b;
}
.download-list .icon-doc {
  color: #1A76C5;
}
.download-list .icon-x {
  color: #18ac1c;
}

.text-section {
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.36;
}
@media (min-width: 1024px) {
  .text-section {
    font-size: 18px;
    line-height: 1.5;
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .text-section {
    font-size: 25px;
  }
}
@media (min-width: 1280px) {
  .text-section p {
    margin: 0 0 36px;
  }
}
.text-section p:last-child {
  margin: 0;
}

.info-text-section {
  font-size: 16px;
  line-height: 1.36;
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .info-text-section {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  .info-text-section {
    padding: 44px 0 70px;
  }
}
.info-text-section .container {
  max-width: 1571px;
}
.info-text-section .text-holder {
  position: relative;
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .info-text-section .text-holder {
    padding: 44px 0 60px;
  }
}
.info-text-section .text-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(128, 128, 128, 0.19);
}
@media (min-width: 1024px) {
  .info-text-section .text-holder:before {
    height: 4px;
  }
}
.info-text-section p:last-child {
  margin: 0;
}

.tools-section {
  padding: 31px 0 100px;
}

[role=tabpanel].is-hidden {
  display: none;
}

.tablist {
  border-top: 6px solid #fed141;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .tablist {
    display: flex;
    flex-wrap: wrap;
  }
}
.tablist__btn {
  position: relative;
  display: inline-block;
  color: rgba(95, 95, 95, 0.67);
  font-weight: 700;
  text-transform: uppercase;
  padding: 19px 10px;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .tablist__btn {
    border-right: 1px solid #B2B1B0;
    width: 33.33%;
  }
}
.tablist__btn:hover {
  text-decoration: none;
}
.tablist__btn:last-child {
  border-right: 0;
}
.tablist__btn[aria-selected=true] {
  background: #5c5c5c;
  color: #fff;
}
.tablist__btn[aria-selected=true]:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(47, 68, 93, 0) 0%, rgba(47, 68, 93, 0.46) 50%, rgba(47, 68, 93, 0.47) 51%, rgba(47, 68, 93, 0.47) 100%);
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .tablist__btn[aria-selected=true]:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 20px solid transparent;
    border-top: 20px solid #424547;
  }
}
.tablist__btn[aria-selected=true] span {
  position: relative;
  z-index: 3;
}
.tablist .tools-tab__content {
  min-height: 400px;
}
.tablist button:focus,
.tablist a:focus {
  outline: 2px dashed #5f5f5f !important;
}

.map-block {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .map-block {
    padding: 50px 30px;
  }
}
@media (min-width: 1024px) {
  .map-block {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 -20px;
  }
}
@media (min-width: 1783px) {
  .map-block {
    padding: 100px 93px;
  }
}
@media (min-width: 1024px) {
  .map-block__column {
    width: 54.3%;
    padding: 0 20px;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .map-block__column:first-child {
    width: 45.7%;
  }
}
.map-block__btn-wrap {
  margin: auto 0 0;
  padding: 20px 0 10px;
}
.map-block__content-wrap {
  display: flex;
  flex-direction: column;
}
.map-block .heading {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.4;
  padding: 0 53px 0 0;
}
.map-block .heading h2 {
  margin-bottom: 32px;
  line-height: 1.4;
}
.map-block .link {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .map-block .image-blocks {
    margin: 0;
  }
}

.tools-tab {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .tools-tab {
    margin: 0 -30px;
  }
}

.form-block {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .form-block {
    padding: 50px 30px;
  }
}
@media (min-width: 1783px) {
  .form-block {
    padding: 58px 83px 58px 58px;
  }
}
@media (min-width: 1024px) {
  .form-block__layout {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
@media (min-width: 1024px) {
  .form-block__column {
    width: 50%;
    padding: 0 20px;
  }
}
.form-block__content {
  font-size: 20px;
  font-weight: 700;
  padding: 18px 0 0;
}
@media (min-width: 1783px) {
  .form-block__content {
    padding: 18px 109px 0 0;
  }
}
.form-block__info {
  display: block;
  font-weight: 600;
  padding: 34px 0 16px;
}
.form-block__img {
  padding: 44px 0 0;
}
.form-block .heading {
  border-bottom: 3px solid rgba(178, 177, 176, 0.44);
  padding: 0 0 20px;
  margin: 0;
}
.form-block img {
  width: 100%;
}

.form-item {
  margin: 0 0 36px;
}
.form-item label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 17px;
}
.form-item .custom-select {
  width: 100%;
}

@media (min-width: 1024px) {
  .time-line-slide__inner {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .time-line-slide__column {
    width: 50%;
    padding: 0 10px;
  }
}
.time-line-slide .year {
  color: #1A76C5;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 7.7px;
  display: block;
  margin: 0 0 22px;
}
.time-line-slide .slide-title {
  font-size: 40px;
  font-weight: 700;
  color: #5f5f5f;
  display: block;
  margin: 0 0 26px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.time-line-slide .slide-content {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.37;
}
@media (min-width: 1024px) {
  .time-line-slide .slide-content {
    padding: 0 60px 0 49px;
  }
}
.time-line-slide .image-wrapper img {
  width: 100%;
}

.time-line-slider {
  position: relative;
  margin-bottom: 52px;
}
@media (max-width: 1023px) {
  .time-line-slider {
    margin: 0 -30px;
  }
}
.time-line-slider .slick-arrow {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  align-items: center;
  width: 70px;
  padding-bottom: 250px;
}
@media (min-width: 768px) {
  .time-line-slider .slick-arrow {
    padding-bottom: 0;
    left: calc((100vw - 100%) / -2);
  }
}
@media (min-width: 1920px) {
  .time-line-slider .slick-arrow {
    width: 210px;
  }
}
@media (min-width: 2220px) {
  .time-line-slider .slick-arrow {
    width: 500px;
  }
}
.time-line-slider .slick-arrow:hover {
  opacity: 0.8;
  text-decoration: none;
}
.time-line-slider .slick-arrow span {
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 154px;
  width: 50px;
  border-radius: 30px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (min-width: 768px) {
  .time-line-slider .slick-arrow span {
    border-radius: 20px;
    height: 114px;
    width: 37px;
  }
}
.time-line-slider .slick-arrow span:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #707070;
}
@media (max-width: 767px) {
  .time-line-slider .slick-arrow span:after {
    background: rgba(0, 0, 0, 0.8);
    -webkit-filter: blur(3px);
            filter: blur(3px);
    mix-blend-mode: multiply;
  }
}
.time-line-slider .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.time-line-slider .slick-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .time-line-slider .slick-prev {
    padding-left: 30px;
  }
}
@media (min-width: 1920px) {
  .time-line-slider .slick-prev {
    justify-content: flex-end;
  }
}
@media (min-width: 2220px) {
  .time-line-slider .slick-prev {
    justify-content: flex-start;
    padding-left: 65px;
  }
}
@media (min-width: 768px) {
  .time-line-slider .slick-prev:after {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.87) 100%);
  }
}
.time-line-slider .slick-next {
  left: auto;
  right: 0;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .time-line-slider .slick-next {
    left: auto;
    right: calc((100vw - 100%) / -2);
    padding-right: 30px;
  }
}
@media (min-width: 1920px) {
  .time-line-slider .slick-next {
    justify-content: flex-start;
  }
}
@media (min-width: 2220px) {
  .time-line-slider .slick-next {
    justify-content: flex-end;
    padding-right: 65px;
  }
}
@media (min-width: 768px) {
  .time-line-slider .slick-next:after {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.87) 100%);
  }
}

.time-line-js {
  position: relative;
  z-index: 3;
}

.time-line-section {
  border-top: 12px solid #fed141;
  padding: 46px 0;
}
.time-line-section .time-line-year {
  min-width: 14px;
  min-height: 32px;
}
.time-line-section .decade {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  min-width: 2px;
  min-height: 32px;
  background: #9a9a9a;
  position: relative;
}
.time-line-section .decade .decade-year {
  position: absolute;
  bottom: -30px;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.time-line-section .decade.century {
  min-width: 7px;
  background: #707070;
}
.time-line-section .decade.century .decade-year {
  color: #1A76C5;
  font-size: 25px;
  font-weight: 800;
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}

.time-line-wrapper {
  position: relative;
  z-index: 12;
  display: flex;
  max-width: 100%;
  border-bottom: 12px solid #696969;
  background: #f2f2f2;
  padding: 0 0 0 40px;
  box-shadow: inset 0 10px 20px rgba(112, 112, 112, 0.4);
}
@media (min-width: 1366px) {
  .time-line-wrapper {
    padding: 0 0 0 80px;
  }
}
.time-line-wrapper .time-line-scroll {
  display: flex;
  overflow-x: scroll;
  overflow-y: visible;
  width: 100%;
  padding: 21px 0 60px;
}
.time-line-wrapper .year-point {
  transition: margin-right 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), margin-left 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  cursor: pointer;
  width: 100%;
  height: 14px;
  border-radius: 7px;
  display: block;
  background: #707070;
  margin-bottom: 3px;
  position: relative;
  z-index: 5;
}
.time-line-wrapper .year-point:hover {
  background: #fed141;
}
.time-line-wrapper .year-point.active {
  z-index: 10;
  background: #1A76C5;
  margin-left: -4px;
  margin-right: -4px;
  width: auto;
}
.time-line-wrapper .year-point.active + .year-value {
  opacity: 1;
  visibility: visible;
}
.time-line-wrapper .year-tooltip {
  display: none;
  position: absolute;
  z-index: 33;
  bottom: 36px;
  background: #696969;
  color: #fff;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 155px;
  border-radius: 16px;
  padding: 10px 6px;
}
.time-line-wrapper .year-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 20px solid #696969;
}
.time-line-wrapper .year-value {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  z-index: 33;
  bottom: 36px;
  background: #696969;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-size: 25px;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 4px 36px 8px;
  letter-spacing: 4.4px;
  opacity: 0;
  visibility: hidden;
}
.time-line-wrapper .year-value:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 20px solid #696969;
}
.time-line-wrapper .year-holder {
  position: relative;
}

.time-line-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 8px 0 0 10px;
}
@media (min-width: 1366px) {
  .time-line-control {
    padding: 8px 0 0 50px;
  }
}
.time-line-control a {
  color: #696969;
  font-size: 24px;
  text-decoration: none;
}

.decor-line {
  position: relative;
  z-index: 14;
  top: 0;
  background: #f5f5f5;
  padding: 30px 0;
}
.decor-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 -15px 30px rgba(112, 112, 112, 0.4);
}
.decor-line span {
  height: 1px;
  background: #707070;
  max-width: 88%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.decor-line span:before, .decor-line span:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #707070;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}
.decor-line span:after {
  left: auto;
  right: 0;
}

.tippy-box {
  background: #696969;
  color: #fff;
  border-radius: 18px;
  padding: 0 14px;
  max-width: 155px !important;
}
.tippy-box .tippy-content {
  padding: 0;
}
.tippy-box .tooltip-year {
  display: block;
  padding-top: 18px;
  font-size: 20px;
  font-weight: 700;
}
.tippy-box .tooltip-title {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 46px;
}
.tippy-box .tooltip-image-wrapper {
  padding-bottom: 22px;
}
.tippy-box .year-value {
  display: block;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 4px;
}
.tippy-box .tippy-arrow {
  color: #696969;
}

[data-tippy-root] {
  z-index: 80 !important;
}

.multi-select-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

.multi-select-container input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  overflow: auto !important;
}

.multi-select-menuitem {
  display: block;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}

.multi-select-button {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 0;
  cursor: default;
  height: 41px;
  width: 100%;
  border-left: 8px solid #fed141;
  padding: 10px 54px 9px 15px;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8e8d8d;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235C5C5C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-y: 10px;
  background-size: 19px;
  background-position-x: 95.5%;
}

.multi-select-container--open {
  outline: auto;
  outline-color: #000;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
  box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  white-space: normal;
}

.share-block {
  padding: 24px 0;
}
@media (max-width: 1024px) {
  .share-block {
    text-align: center;
  }
}
.share-block__title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin: 0 0 10px;
  display: block;
}
@media (max-width: 1024px) {
  .share-block__title {
    text-align: center;
  }
}
.share-block--light .share-block__title {
  color: #fff;
}
.share-block--light .at-share-tbx-element .at-share-btn {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

@media (max-width: 767px) {
  .at-share-tbx-element {
    text-align: center;
  }
}
.at-share-tbx-element .at-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.at-share-tbx-element .at-share-btn {
  background-color: #5f5f5f !important;
  border-radius: 4px !important;
}
.at-share-tbx-element .at-icon {
  width: 40px !important;
  height: 40px !important;
}
@media (min-width: 1024px) {
  .at-share-tbx-element .at-icon {
    width: 28px !important;
    height: 28px !important;
  }
}
.at-share-tbx-element .at-icon-wrapper {
  width: 40px !important;
  height: 40px !important;
}
@media (min-width: 1024px) {
  .at-share-tbx-element .at-icon-wrapper {
    width: 28px !important;
    height: 28px !important;
  }
}

.bio-section {
  margin: 0 0 80px;
  padding: 0;
}

.bio-item {
  padding: 51px 0 26px;
  border-bottom: 1px solid #C4C4C4;
  display: flex;
}
@media (min-width: 768px) {
  .bio-item {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .bio-item {
    text-align: center;
    flex-direction: column-reverse;
  }
}
.bio-item__hero {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .bio-item__hero {
    height: 154px;
    width: 154px;
    margin: -34px 0 0;
  }
}
@media (min-width: 1024px) {
  .bio-item__hero {
    height: 121px;
    width: 121px;
  }
}
@media (min-width: 1366px) {
  .bio-item__hero {
    height: 154px;
    width: 154px;
  }
}
.bio-item__hero img {
  width: 100%;
  border-radius:50%;
}
.bio-item__position {
  font-weight: 400;
}
@media (min-width: 768px) {
  .bio-item .hero-heading {
    width: calc(100% - 154px);
  }
}
@media (min-width: 1024px) {
  .bio-item .hero-heading {
    width: calc(100% - 121px);
  }
}
@media (min-width: 1366px) {
  .bio-item .hero-heading {
    width: calc(100% - 154px);
  }
}

@media (min-width: 1024px) {
  .bio-block {
    background: #fff;
    box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
    margin: -155px 0 0;
    padding: 10px 40px 60px;
  }
}
@media (min-width: 1580px) {
  .bio-block {
    padding: 10px 134px 90px 89px;
  }
}
@media (min-width: 1024px) {
  .bio-block__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}
@media (min-width: 1024px) {
  .bio-block__column {
    width: 50%;
    padding: 0 30px;
  }
}
.bio-block .container {
  padding: 0 !important;
}
.bio-block .share-block {
  margin: 0 0 -15px;
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .bio-page--ir .bio-block, .ir-page .bio-block {
    margin-top: 0;
  }
}


.content-share {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  grid-gap: 10px;
}

@media (max-width: 1023px) {
  .content-share {
    justify-content: center;
  }
}

.social-btn {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background-color: #5F5F5F;
  color: #fff;
  border-radius: 4px;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.homepage .social-btn {
  background-color: #0F0F0F;
}
.social-btn:hover, .social-btn:focus {
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.social-btn__label {
  padding: 10px 12px;
  line-height: 1;
  order: 2;
  display: none;
}
@media (min-width: 768px) {
  .social-btn__label {
    /* display: inline; */
  }
}
.social-btn__icon {
  padding: 6px;
  width: 30px;
  height: 30px;
  line-height: 1;
}
@media (min-width: 768px) {
  .social-btn__icon {
    /* border-right: 1px solid #fff; */
  }
}
/* .social-btn--linkedin {
  background-color: #007BB6;
}
.social-btn--facebook {
  background-color: #3B5998;
}
.social-btn--twitter {
  background-color: #00ACED;
}
.social-btn--email {
  background-color: #7B7B7B;
} */

/* Screen Readers */
.screen-reader,
.screen-reader-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}