/*
Theme Name: Datafactor
Version: 1.0
Author: Mokap Studio
Author URI: https://www.mokap.studio
*/
.list-skills, .list-timetable, .box-alpha__list, .menu-alpha-nav, .target__list {
  padding: 0;
  list-style: none;
  margin-bottom: 0; }

.list-timetable__item:after {
  clear: both;
  content: '';
  display: table; }

.title--h1, .main-alpha__title {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #07141c;
  line-height: 1.4em;
  font-size: 60px; }
  @media (max-width: 1439px) {
    .title--h1, .main-alpha__title {
      font-size: 60px; } }
  @media (max-width: 1199px) {
    .title--h1, .main-alpha__title {
      font-size: 48px; } }
  @media (max-width: 991px) {
    .title--h1, .main-alpha__title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .title--h1, .main-alpha__title {
      font-size: 48px; } }

.title--h2 {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #07141c;
  line-height: 1.4em;
  font-size: 38px; }
  @media (max-width: 1439px) {
    .title--h2 {
      font-size: 38px; } }
  @media (max-width: 1199px) {
    .title--h2 {
      font-size: 38px; } }
  @media (max-width: 991px) {
    .title--h2 {
      font-size: 38px; } }
  @media (max-width: 767px) {
    .title--h2 {
      font-size: 38px; } }

.title--h3, .section-bravo__overlay {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #07141c;
  line-height: 1.4em;
  font-size: 28px; }
  @media (max-width: 1439px) {
    .title--h3, .section-bravo__overlay {
      font-size: 28px; } }
  @media (max-width: 1199px) {
    .title--h3, .section-bravo__overlay {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .title--h3, .section-bravo__overlay {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .title--h3, .section-bravo__overlay {
      font-size: 28px; } }

.title--h4 {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #07141c;
  line-height: 1.4em;
  font-size: 24px; }
  @media (max-width: 1439px) {
    .title--h4 {
      font-size: 24px; } }
  @media (max-width: 1199px) {
    .title--h4 {
      font-size: 24px; } }
  @media (max-width: 991px) {
    .title--h4 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .title--h4 {
      font-size: 24px; } }

.title--h5 {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #07141c;
  line-height: 1.4em; }

.title--h6 {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #07141c;
  line-height: 1.4em; }

.header-alpha__title {
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1em;
  font-size: 60px; }
  @media (max-width: 1439px) {
    .header-alpha__title {
      font-size: 60px; } }
  @media (max-width: 1199px) {
    .header-alpha__title {
      font-size: 48px; } }
  @media (max-width: 991px) {
    .header-alpha__title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .header-alpha__title {
      font-size: 48px; } }

.main-alpha__subtitle {
  font-family: "Avenir", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #07141c;
  line-height: 1.8em; }

.label {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 3em;
  color: #07141c;
  text-transform: uppercase; }

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.page-link {
  color: #fff; }
  .page-link:hover {
    color: #fff; }

.page-item.active .page-link {
  background-color: #e5224e;
  border-color: #e5224e; }

.wpml-ls-native {
  display: none;
  font-weight: 700; }
  @media (max-width: 991px) {
    .wpml-ls-native {
      display: inline; } }

@media (max-width: 991px) {
  .wpml-ls-item {
    display: block; } }

.wpml-ls-item .dropdown-menu {
  text-transform: uppercase;
  left: auto;
  right: 0; }
  .wpml-ls-item .dropdown-menu .wpml-ls-native {
    display: inline; }

.grecaptcha-badge {
  opacity: 0; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
  background: #fff;
  margin: 0;
  padding: 0; }

/**
 * 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/
 */
/**
 * Basic styles for links
 */
a {
  color: #003518;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s; }
  a:hover, a:active, a:focus {
    color: #07141c;
    text-decoration: none; }

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; }
  a.anchor--submenu {
    top: -160px; }

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  color: #07141c;
  font-weight: 400;
  font-size: 16px;
  font-family: "Avenir", sans-serif;
  line-height: 1.8em;
  background: #fff; }

*:focus,
*:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  src: url("static/fonts/avenir/Avenir-Book-01.ttf") format("truetype"); }
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  src: url("static/fonts/avenir/Avenir-Medium-09.ttf") format("truetype"); }
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 700;
  src: url("static/fonts/avenir/Avenir-Black-03.ttf") format("truetype"); }
.container--plain,
.container-fluid--plain {
  padding: 0; }

.row--plain {
  margin-left: 0;
  margin-right: 0; }

.col--plain {
  padding: 0; }

.container--5,
.container-fluid--5 {
  padding: 5px; }

.row--5 {
  margin-left: -5px;
  margin-right: -5px; }

.col--5 {
  padding: 0 5px 10px 5px; }

.row--10 {
  margin-left: -10px;
  margin-right: -10px; }

.col--10 {
  padding: 10px; }

.container--20,
.container-fluid--20 {
  padding: 0 20px; }

.row--20 {
  margin-left: -20px;
  margin-right: -20px; }

.col--20 {
  padding: 0 20px; }

.container--30,
.container-fluid--30 {
  padding: 0 30px; }

.row--30 {
  margin-left: -30px;
  margin-right: -30px; }

.col--30 {
  padding: 0 30px; }

.position--relative {
  position: relative !important; }

.z--100 {
  z-index: 100 !important; }

.z--200 {
  z-index: 200 !important; }

.z--300 {
  z-index: 300 !important; }

.z--400 {
  z-index: 400 !important; }

.z--500 {
  z-index: 500 !important; }

.z--600 {
  z-index: 600 !important; }

.z--700 {
  z-index: 700 !important; }

.z--800 {
  z-index: 800 !important; }

.z--900 {
  z-index: 900 !important; }

.z--1000 {
  z-index: 1000 !important; }

.z--1100 {
  z-index: 1100 !important; }

.z--1200 {
  z-index: 1200 !important; }

.z--1300 {
  z-index: 1300 !important; }

.z--1400 {
  z-index: 1400 !important; }

.z--1500 {
  z-index: 1500 !important; }

.z--1600 {
  z-index: 1600 !important; }

.z--1700 {
  z-index: 1700 !important; }

.z--1800 {
  z-index: 1800 !important; }

.z--1900 {
  z-index: 1900 !important; }

.z--2000 {
  z-index: 2000 !important; }

.z--2100 {
  z-index: 2100 !important; }

.z--2200 {
  z-index: 2200 !important; }

.z--2300 {
  z-index: 2300 !important; }

.z--2400 {
  z-index: 2400 !important; }

.z--2500 {
  z-index: 2500 !important; }

.z--2600 {
  z-index: 2600 !important; }

.z--2700 {
  z-index: 2700 !important; }

.z--2800 {
  z-index: 2800 !important; }

.z--2900 {
  z-index: 2900 !important; }

.z--3000 {
  z-index: 3000 !important; }

.z--3100 {
  z-index: 3100 !important; }

.z--3200 {
  z-index: 3200 !important; }

.z--3300 {
  z-index: 3300 !important; }

.z--3400 {
  z-index: 3400 !important; }

.z--3500 {
  z-index: 3500 !important; }

.z--3600 {
  z-index: 3600 !important; }

.z--3700 {
  z-index: 3700 !important; }

.z--3800 {
  z-index: 3800 !important; }

.z--3900 {
  z-index: 3900 !important; }

.z--4000 {
  z-index: 4000 !important; }

.z--4100 {
  z-index: 4100 !important; }

.z--4200 {
  z-index: 4200 !important; }

.z--4300 {
  z-index: 4300 !important; }

.z--4400 {
  z-index: 4400 !important; }

.z--4500 {
  z-index: 4500 !important; }

.z--4600 {
  z-index: 4600 !important; }

.z--4700 {
  z-index: 4700 !important; }

.z--4800 {
  z-index: 4800 !important; }

.z--4900 {
  z-index: 4900 !important; }

.z--5000 {
  z-index: 5000 !important; }

.z--5100 {
  z-index: 5100 !important; }

.z--5200 {
  z-index: 5200 !important; }

.z--5300 {
  z-index: 5300 !important; }

.z--5400 {
  z-index: 5400 !important; }

.z--5500 {
  z-index: 5500 !important; }

.z--5600 {
  z-index: 5600 !important; }

.z--5700 {
  z-index: 5700 !important; }

.z--5800 {
  z-index: 5800 !important; }

.z--5900 {
  z-index: 5900 !important; }

.z--6000 {
  z-index: 6000 !important; }

.z--6100 {
  z-index: 6100 !important; }

.z--6200 {
  z-index: 6200 !important; }

.z--6300 {
  z-index: 6300 !important; }

.z--6400 {
  z-index: 6400 !important; }

.z--6500 {
  z-index: 6500 !important; }

.z--6600 {
  z-index: 6600 !important; }

.z--6700 {
  z-index: 6700 !important; }

.z--6800 {
  z-index: 6800 !important; }

.z--6900 {
  z-index: 6900 !important; }

.z--7000 {
  z-index: 7000 !important; }

.z--7100 {
  z-index: 7100 !important; }

.z--7200 {
  z-index: 7200 !important; }

.z--7300 {
  z-index: 7300 !important; }

.z--7400 {
  z-index: 7400 !important; }

.z--7500 {
  z-index: 7500 !important; }

.z--7600 {
  z-index: 7600 !important; }

.z--7700 {
  z-index: 7700 !important; }

.z--7800 {
  z-index: 7800 !important; }

.z--7900 {
  z-index: 7900 !important; }

.z--8000 {
  z-index: 8000 !important; }

.z--8100 {
  z-index: 8100 !important; }

.z--8200 {
  z-index: 8200 !important; }

.z--8300 {
  z-index: 8300 !important; }

.z--8400 {
  z-index: 8400 !important; }

.z--8500 {
  z-index: 8500 !important; }

.z--8600 {
  z-index: 8600 !important; }

.z--8700 {
  z-index: 8700 !important; }

.z--8800 {
  z-index: 8800 !important; }

.z--8900 {
  z-index: 8900 !important; }

.z--9000 {
  z-index: 9000 !important; }

.z--9100 {
  z-index: 9100 !important; }

.z--9200 {
  z-index: 9200 !important; }

.z--9300 {
  z-index: 9300 !important; }

.z--9400 {
  z-index: 9400 !important; }

.z--9500 {
  z-index: 9500 !important; }

.z--9600 {
  z-index: 9600 !important; }

.z--9700 {
  z-index: 9700 !important; }

.z--9800 {
  z-index: 9800 !important; }

.z--9900 {
  z-index: 9900 !important; }

.z--10000 {
  z-index: 10000 !important; }

.no-margin--all {
  margin: 0 !important; }
.no-margin--top {
  margin-top: 0 !important; }
.no-margin--bottom {
  margin-bottom: 0 !important; }
.no-margin--left {
  margin-left: 0 !important; }
.no-margin--right {
  margin-right: 0 !important; }

.mt--5 {
  margin-top: 5px !important; }

.mt--10 {
  margin-top: 10px !important; }

.mt--15 {
  margin-top: 15px !important; }

.mt--20 {
  margin-top: 20px !important; }

.mt--25 {
  margin-top: 25px !important; }

.mt--30 {
  margin-top: 30px !important; }

.mt--35 {
  margin-top: 35px !important; }

.mt--40 {
  margin-top: 40px !important; }

.mt--45 {
  margin-top: 45px !important; }

.mt--50 {
  margin-top: 50px !important; }

.mt--55 {
  margin-top: 55px !important; }

.mt--60 {
  margin-top: 60px !important; }

.mt--65 {
  margin-top: 65px !important; }

.mt--70 {
  margin-top: 70px !important; }

.mt--75 {
  margin-top: 75px !important; }

.mt--80 {
  margin-top: 80px !important; }

.mt--85 {
  margin-top: 85px !important; }

.mt--90 {
  margin-top: 90px !important; }

.mt--95 {
  margin-top: 95px !important; }

.mt--100 {
  margin-top: 100px !important; }

.mt--105 {
  margin-top: 105px !important; }

.mt--110 {
  margin-top: 110px !important; }

.mt--115 {
  margin-top: 115px !important; }

.mt--120 {
  margin-top: 120px !important; }

.mt--125 {
  margin-top: 125px !important; }

.mt--130 {
  margin-top: 130px !important; }

.mt--135 {
  margin-top: 135px !important; }

.mt--140 {
  margin-top: 140px !important; }

.mt--145 {
  margin-top: 145px !important; }

.mt--150 {
  margin-top: 150px !important; }

.mt--155 {
  margin-top: 155px !important; }

.mt--160 {
  margin-top: 160px !important; }

.mt--165 {
  margin-top: 165px !important; }

.mt--170 {
  margin-top: 170px !important; }

.mt--175 {
  margin-top: 175px !important; }

.mt--180 {
  margin-top: 180px !important; }

.mt--185 {
  margin-top: 185px !important; }

.mt--190 {
  margin-top: 190px !important; }

.mt--195 {
  margin-top: 195px !important; }

.mt--200 {
  margin-top: 200px !important; }

.mb--5 {
  margin-bottom: 5px !important; }

.mb--10 {
  margin-bottom: 10px !important; }

.mb--15 {
  margin-bottom: 15px !important; }

.mb--20 {
  margin-bottom: 20px !important; }

.mb--25 {
  margin-bottom: 25px !important; }

.mb--30 {
  margin-bottom: 30px !important; }

.mb--35 {
  margin-bottom: 35px !important; }

.mb--40 {
  margin-bottom: 40px !important; }

.mb--45 {
  margin-bottom: 45px !important; }

.mb--50 {
  margin-bottom: 50px !important; }

.mb--55 {
  margin-bottom: 55px !important; }

.mb--60 {
  margin-bottom: 60px !important; }

.mb--65 {
  margin-bottom: 65px !important; }

.mb--70 {
  margin-bottom: 70px !important; }

.mb--75 {
  margin-bottom: 75px !important; }

.mb--80 {
  margin-bottom: 80px !important; }

.mb--85 {
  margin-bottom: 85px !important; }

.mb--90 {
  margin-bottom: 90px !important; }

.mb--95 {
  margin-bottom: 95px !important; }

.mb--100 {
  margin-bottom: 100px !important; }

.mb--105 {
  margin-bottom: 105px !important; }

.mb--110 {
  margin-bottom: 110px !important; }

.mb--115 {
  margin-bottom: 115px !important; }

.mb--120 {
  margin-bottom: 120px !important; }

.mb--125 {
  margin-bottom: 125px !important; }

.mb--130 {
  margin-bottom: 130px !important; }

.mb--135 {
  margin-bottom: 135px !important; }

.mb--140 {
  margin-bottom: 140px !important; }

.mb--145 {
  margin-bottom: 145px !important; }

.mb--150 {
  margin-bottom: 150px !important; }

.mb--155 {
  margin-bottom: 155px !important; }

.mb--160 {
  margin-bottom: 160px !important; }

.mb--165 {
  margin-bottom: 165px !important; }

.mb--170 {
  margin-bottom: 170px !important; }

.mb--175 {
  margin-bottom: 175px !important; }

.mb--180 {
  margin-bottom: 180px !important; }

.mb--185 {
  margin-bottom: 185px !important; }

.mb--190 {
  margin-bottom: 190px !important; }

.mb--195 {
  margin-bottom: 195px !important; }

.mb--200 {
  margin-bottom: 200px !important; }

.ml--5 {
  margin-left: 5px !important; }

.ml--10 {
  margin-left: 10px !important; }

.ml--15 {
  margin-left: 15px !important; }

.ml--20 {
  margin-left: 20px !important; }

.ml--25 {
  margin-left: 25px !important; }

.ml--30 {
  margin-left: 30px !important; }

.ml--35 {
  margin-left: 35px !important; }

.ml--40 {
  margin-left: 40px !important; }

.ml--45 {
  margin-left: 45px !important; }

.ml--50 {
  margin-left: 50px !important; }

.ml--55 {
  margin-left: 55px !important; }

.ml--60 {
  margin-left: 60px !important; }

.ml--65 {
  margin-left: 65px !important; }

.ml--70 {
  margin-left: 70px !important; }

.ml--75 {
  margin-left: 75px !important; }

.ml--80 {
  margin-left: 80px !important; }

.ml--85 {
  margin-left: 85px !important; }

.ml--90 {
  margin-left: 90px !important; }

.ml--95 {
  margin-left: 95px !important; }

.ml--100 {
  margin-left: 100px !important; }

.ml--105 {
  margin-left: 105px !important; }

.ml--110 {
  margin-left: 110px !important; }

.ml--115 {
  margin-left: 115px !important; }

.ml--120 {
  margin-left: 120px !important; }

.ml--125 {
  margin-left: 125px !important; }

.ml--130 {
  margin-left: 130px !important; }

.ml--135 {
  margin-left: 135px !important; }

.ml--140 {
  margin-left: 140px !important; }

.ml--145 {
  margin-left: 145px !important; }

.ml--150 {
  margin-left: 150px !important; }

.ml--155 {
  margin-left: 155px !important; }

.ml--160 {
  margin-left: 160px !important; }

.ml--165 {
  margin-left: 165px !important; }

.ml--170 {
  margin-left: 170px !important; }

.ml--175 {
  margin-left: 175px !important; }

.ml--180 {
  margin-left: 180px !important; }

.ml--185 {
  margin-left: 185px !important; }

.ml--190 {
  margin-left: 190px !important; }

.ml--195 {
  margin-left: 195px !important; }

.ml--200 {
  margin-left: 200px !important; }

.mr--5 {
  margin-right: 5px !important; }

.mr--10 {
  margin-right: 10px !important; }

.mr--15 {
  margin-right: 15px !important; }

.mr--20 {
  margin-right: 20px !important; }

.mr--25 {
  margin-right: 25px !important; }

.mr--30 {
  margin-right: 30px !important; }

.mr--35 {
  margin-right: 35px !important; }

.mr--40 {
  margin-right: 40px !important; }

.mr--45 {
  margin-right: 45px !important; }

.mr--50 {
  margin-right: 50px !important; }

.mr--55 {
  margin-right: 55px !important; }

.mr--60 {
  margin-right: 60px !important; }

.mr--65 {
  margin-right: 65px !important; }

.mr--70 {
  margin-right: 70px !important; }

.mr--75 {
  margin-right: 75px !important; }

.mr--80 {
  margin-right: 80px !important; }

.mr--85 {
  margin-right: 85px !important; }

.mr--90 {
  margin-right: 90px !important; }

.mr--95 {
  margin-right: 95px !important; }

.mr--100 {
  margin-right: 100px !important; }

.mr--105 {
  margin-right: 105px !important; }

.mr--110 {
  margin-right: 110px !important; }

.mr--115 {
  margin-right: 115px !important; }

.mr--120 {
  margin-right: 120px !important; }

.mr--125 {
  margin-right: 125px !important; }

.mr--130 {
  margin-right: 130px !important; }

.mr--135 {
  margin-right: 135px !important; }

.mr--140 {
  margin-right: 140px !important; }

.mr--145 {
  margin-right: 145px !important; }

.mr--150 {
  margin-right: 150px !important; }

.mr--155 {
  margin-right: 155px !important; }

.mr--160 {
  margin-right: 160px !important; }

.mr--165 {
  margin-right: 165px !important; }

.mr--170 {
  margin-right: 170px !important; }

.mr--175 {
  margin-right: 175px !important; }

.mr--180 {
  margin-right: 180px !important; }

.mr--185 {
  margin-right: 185px !important; }

.mr--190 {
  margin-right: 190px !important; }

.mr--195 {
  margin-right: 195px !important; }

.mr--200 {
  margin-right: 200px !important; }

.pt--5 {
  padding-top: 5px !important; }

.pt--10 {
  padding-top: 10px !important; }

.pt--15 {
  padding-top: 15px !important; }

.pt--20 {
  padding-top: 20px !important; }

.pt--25 {
  padding-top: 25px !important; }

.pt--30 {
  padding-top: 30px !important; }

.pt--35 {
  padding-top: 35px !important; }

.pt--40 {
  padding-top: 40px !important; }

.pt--45 {
  padding-top: 45px !important; }

.pt--50 {
  padding-top: 50px !important; }

.pt--55 {
  padding-top: 55px !important; }

.pt--60 {
  padding-top: 60px !important; }

.pt--65 {
  padding-top: 65px !important; }

.pt--70 {
  padding-top: 70px !important; }

.pt--75 {
  padding-top: 75px !important; }

.pt--80 {
  padding-top: 80px !important; }

.pt--85 {
  padding-top: 85px !important; }

.pt--90 {
  padding-top: 90px !important; }

.pt--95 {
  padding-top: 95px !important; }

.pt--100 {
  padding-top: 100px !important; }

.pt--105 {
  padding-top: 105px !important; }

.pt--110 {
  padding-top: 110px !important; }

.pt--115 {
  padding-top: 115px !important; }

.pt--120 {
  padding-top: 120px !important; }

.pt--125 {
  padding-top: 125px !important; }

.pt--130 {
  padding-top: 130px !important; }

.pt--135 {
  padding-top: 135px !important; }

.pt--140 {
  padding-top: 140px !important; }

.pt--145 {
  padding-top: 145px !important; }

.pt--150 {
  padding-top: 150px !important; }

.pt--155 {
  padding-top: 155px !important; }

.pt--160 {
  padding-top: 160px !important; }

.pt--165 {
  padding-top: 165px !important; }

.pt--170 {
  padding-top: 170px !important; }

.pt--175 {
  padding-top: 175px !important; }

.pt--180 {
  padding-top: 180px !important; }

.pt--185 {
  padding-top: 185px !important; }

.pt--190 {
  padding-top: 190px !important; }

.pt--195 {
  padding-top: 195px !important; }

.pt--200 {
  padding-top: 200px !important; }

.pb--5 {
  padding-bottom: 5px !important; }

.pb--10 {
  padding-bottom: 10px !important; }

.pb--15 {
  padding-bottom: 15px !important; }

.pb--20 {
  padding-bottom: 20px !important; }

.pb--25 {
  padding-bottom: 25px !important; }

.pb--30 {
  padding-bottom: 30px !important; }

.pb--35 {
  padding-bottom: 35px !important; }

.pb--40 {
  padding-bottom: 40px !important; }

.pb--45 {
  padding-bottom: 45px !important; }

.pb--50 {
  padding-bottom: 50px !important; }

.pb--55 {
  padding-bottom: 55px !important; }

.pb--60 {
  padding-bottom: 60px !important; }

.pb--65 {
  padding-bottom: 65px !important; }

.pb--70 {
  padding-bottom: 70px !important; }

.pb--75 {
  padding-bottom: 75px !important; }

.pb--80 {
  padding-bottom: 80px !important; }

.pb--85 {
  padding-bottom: 85px !important; }

.pb--90 {
  padding-bottom: 90px !important; }

.pb--95 {
  padding-bottom: 95px !important; }

.pb--100 {
  padding-bottom: 100px !important; }

.pb--105 {
  padding-bottom: 105px !important; }

.pb--110 {
  padding-bottom: 110px !important; }

.pb--115 {
  padding-bottom: 115px !important; }

.pb--120 {
  padding-bottom: 120px !important; }

.pb--125 {
  padding-bottom: 125px !important; }

.pb--130 {
  padding-bottom: 130px !important; }

.pb--135 {
  padding-bottom: 135px !important; }

.pb--140 {
  padding-bottom: 140px !important; }

.pb--145 {
  padding-bottom: 145px !important; }

.pb--150 {
  padding-bottom: 150px !important; }

.pb--155 {
  padding-bottom: 155px !important; }

.pb--160 {
  padding-bottom: 160px !important; }

.pb--165 {
  padding-bottom: 165px !important; }

.pb--170 {
  padding-bottom: 170px !important; }

.pb--175 {
  padding-bottom: 175px !important; }

.pb--180 {
  padding-bottom: 180px !important; }

.pb--185 {
  padding-bottom: 185px !important; }

.pb--190 {
  padding-bottom: 190px !important; }

.pb--195 {
  padding-bottom: 195px !important; }

.pb--200 {
  padding-bottom: 200px !important; }

.pl--5 {
  padding-left: 5px !important; }

.pl--10 {
  padding-left: 10px !important; }

.pl--15 {
  padding-left: 15px !important; }

.pl--20 {
  padding-left: 20px !important; }

.pl--25 {
  padding-left: 25px !important; }

.pl--30 {
  padding-left: 30px !important; }

.pl--35 {
  padding-left: 35px !important; }

.pl--40 {
  padding-left: 40px !important; }

.pl--45 {
  padding-left: 45px !important; }

.pl--50 {
  padding-left: 50px !important; }

.pl--55 {
  padding-left: 55px !important; }

.pl--60 {
  padding-left: 60px !important; }

.pl--65 {
  padding-left: 65px !important; }

.pl--70 {
  padding-left: 70px !important; }

.pl--75 {
  padding-left: 75px !important; }

.pl--80 {
  padding-left: 80px !important; }

.pl--85 {
  padding-left: 85px !important; }

.pl--90 {
  padding-left: 90px !important; }

.pl--95 {
  padding-left: 95px !important; }

.pl--100 {
  padding-left: 100px !important; }

.pl--105 {
  padding-left: 105px !important; }

.pl--110 {
  padding-left: 110px !important; }

.pl--115 {
  padding-left: 115px !important; }

.pl--120 {
  padding-left: 120px !important; }

.pl--125 {
  padding-left: 125px !important; }

.pl--130 {
  padding-left: 130px !important; }

.pl--135 {
  padding-left: 135px !important; }

.pl--140 {
  padding-left: 140px !important; }

.pl--145 {
  padding-left: 145px !important; }

.pl--150 {
  padding-left: 150px !important; }

.pl--155 {
  padding-left: 155px !important; }

.pl--160 {
  padding-left: 160px !important; }

.pl--165 {
  padding-left: 165px !important; }

.pl--170 {
  padding-left: 170px !important; }

.pl--175 {
  padding-left: 175px !important; }

.pl--180 {
  padding-left: 180px !important; }

.pl--185 {
  padding-left: 185px !important; }

.pl--190 {
  padding-left: 190px !important; }

.pl--195 {
  padding-left: 195px !important; }

.pl--200 {
  padding-left: 200px !important; }

.pr--5 {
  padding-right: 5px !important; }

.pr--10 {
  padding-right: 10px !important; }

.pr--15 {
  padding-right: 15px !important; }

.pr--20 {
  padding-right: 20px !important; }

.pr--25 {
  padding-right: 25px !important; }

.pr--30 {
  padding-right: 30px !important; }

.pr--35 {
  padding-right: 35px !important; }

.pr--40 {
  padding-right: 40px !important; }

.pr--45 {
  padding-right: 45px !important; }

.pr--50 {
  padding-right: 50px !important; }

.pr--55 {
  padding-right: 55px !important; }

.pr--60 {
  padding-right: 60px !important; }

.pr--65 {
  padding-right: 65px !important; }

.pr--70 {
  padding-right: 70px !important; }

.pr--75 {
  padding-right: 75px !important; }

.pr--80 {
  padding-right: 80px !important; }

.pr--85 {
  padding-right: 85px !important; }

.pr--90 {
  padding-right: 90px !important; }

.pr--95 {
  padding-right: 95px !important; }

.pr--100 {
  padding-right: 100px !important; }

.pr--105 {
  padding-right: 105px !important; }

.pr--110 {
  padding-right: 110px !important; }

.pr--115 {
  padding-right: 115px !important; }

.pr--120 {
  padding-right: 120px !important; }

.pr--125 {
  padding-right: 125px !important; }

.pr--130 {
  padding-right: 130px !important; }

.pr--135 {
  padding-right: 135px !important; }

.pr--140 {
  padding-right: 140px !important; }

.pr--145 {
  padding-right: 145px !important; }

.pr--150 {
  padding-right: 150px !important; }

.pr--155 {
  padding-right: 155px !important; }

.pr--160 {
  padding-right: 160px !important; }

.pr--165 {
  padding-right: 165px !important; }

.pr--170 {
  padding-right: 170px !important; }

.pr--175 {
  padding-right: 175px !important; }

.pr--180 {
  padding-right: 180px !important; }

.pr--185 {
  padding-right: 185px !important; }

.pr--190 {
  padding-right: 190px !important; }

.pr--195 {
  padding-right: 195px !important; }

.pr--200 {
  padding-right: 200px !important; }

.no-padding--all {
  padding: 0 !important; }
  @media (max-width: 991px) {
    .no-padding--all-sm {
      padding: 0 !important; } }
  @media (max-width: 767px) {
    .no-padding--all-xs {
      padding: 0 !important; } }
.no-padding--top {
  padding-top: 0 !important; }
  @media (max-width: 991px) {
    .no-padding--top-sm {
      padding-top: 0 !important; } }
  @media (max-width: 767px) {
    .no-padding--top-xs {
      padding-top: 0 !important; } }
.no-padding--bottom {
  padding-bottom: 0 !important; }
  @media (max-width: 991px) {
    .no-padding--bottom-sm {
      padding-bottom: 0 !important; } }
  @media (max-width: 767px) {
    .no-padding--bottom-xs {
      padding-bottom: 0 !important; } }
.no-padding--left {
  padding-left: 0 !important; }
  @media (max-width: 991px) {
    .no-padding--left-sm {
      padding-left: 0 !important; } }
  @media (max-width: 767px) {
    .no-padding--left-xs {
      padding-left: 0 !important; } }
.no-padding--right {
  padding-right: 0 !important; }
  @media (max-width: 991px) {
    .no-padding--right-sm {
      padding-right: 0 !important; } }
  @media (max-width: 767px) {
    .no-padding--right-xs {
      padding-right: 0 !important; } }

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

.color--black {
  color: #000 !important; }
.color--white {
  color: #fff !important; }
.color--brand {
  color: #e5224e !important; }
.color--second {
  color: #003518 !important; }
.color--third {
  color: #E80036 !important; }
.color--success {
  color: none !important; }
.color--error {
  color: none !important; }
.color--warning {
  color: none !important; }

a.link--base {
  color: #07141c !important; }
  a.link--base:hover {
    color: #e5224e !important; }
a.link--brand {
  color: #e5224e !important; }
  a.link--brand:hover {
    color: #003518 !important; }
a.link--second {
  color: #003518 !important; }
  a.link--second:hover {
    color: #e5224e !important; }

.text {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #07141c;
  line-height: 1.8em; }
  .text img {
    max-width: 100%;
    height: auto; }
  .text--xxl {
    font-family: "Avenir", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #07141c;
    line-height: 1.4em; }
    @media (max-width: 767px) {
      .text--xxl-xs {
        font-family: "Avenir", sans-serif;
        font-size: 32px;
        font-weight: 400;
        color: #07141c;
        line-height: 1.4em; } }
  .text--xl {
    font-family: "Avenir", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #07141c;
    line-height: 1.4em; }
    @media (max-width: 767px) {
      .text--xl-xs {
        font-family: "Avenir", sans-serif;
        font-size: 24px;
        font-weight: 400;
        color: #07141c;
        line-height: 1.4em; } }
  .text--lg {
    font-family: "Avenir", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #07141c;
    line-height: 1.8em; }
    @media (max-width: 767px) {
      .text--lg {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .text--lg-xs {
        font-family: "Avenir", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #07141c;
        line-height: 1.8em; } }
  .text--md {
    font-family: "Avenir", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #07141c;
    line-height: 1.8em; }
    @media (max-width: 767px) {
      .text--md-xs {
        font-family: "Avenir", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #07141c;
        line-height: 1.8em; } }
  .text--sm {
    font-family: "Avenir", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #07141c;
    line-height: 1.8em; }
  .text--xs {
    font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #07141c;
    line-height: 1.8em; }
  .text--medium {
    font-weight: 500; }
  .text--bold {
    font-weight: 700; }
  .text--italic {
    font-style: italic; }
  .text--col-2 {
    column-count: 2;
    column-gap: 30px; }

.navbar-custom {
  z-index: 1000;
  height: 100px;
  padding: 0px 15px 0 15px;
  background-color: #fff;
  border: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  transition: all .5s; }
  @media (max-width: 767px) {
    .navbar-custom {
      height: 100px;
      padding-top: 0; } }
  .navbar-custom--fixed {
    position: fixed !important;
    top: 0;
    left: 0px;
    right: 0px; }
    @media (max-width: 767px) {
      .navbar-custom--fixed {
        left: 0;
        right: 0; } }
  @media (max-width: 991px) {
    .navbar-custom .navbar-collapse {
      background: #fff;
      margin: 0 -15px; } }
  .navbar-custom__brand {
    display: block;
    height: 100px;
    width: 280px;
    padding: 0;
    background: url("static/images/base/logo.svg") no-repeat 0 50%;
    background-size: auto 50px; }
    @media (max-width: 991px) {
      .navbar-custom__brand {
        width: 220px;
        background-size: auto 50px; } }
  .navbar-custom .navbar-nav .nav-link {
    height: 100px;
    padding: 0 15px;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    color: #07141c;
    line-height: 100px;
    text-align: center;
    transition: color .2s; }
    @media (max-width: 1199px) {
      .navbar-custom .navbar-nav .nav-link {
        padding: 0 10px;
        font-size: 14px; } }
    @media (max-width: 991px) {
      .navbar-custom .navbar-nav .nav-link {
        height: auto;
        padding: 10px 30px;
        text-align: center;
        line-height: 30px; } }
    .navbar-custom .navbar-nav .nav-link:hover {
      color: #e5224e; }
  .navbar-custom .navbar-nav .nav-item--btn a {
    height: 50px;
    padding: 15px 25px;
    margin: 15px 0;
    background: #e5224e;
    text-align: center;
    line-height: 20px;
    color: #fff; }
    .navbar-custom .navbar-nav .nav-item--btn a:hover {
      background: #c7173f;
      color: #fff; }
  .navbar-custom .navbar-nav .nav-item--home {
    padding-left: 90px; }
    @media (max-width: 1199px) {
      .navbar-custom .navbar-nav .nav-item--home {
        padding-left: 50px; } }
    @media (max-width: 991px) {
      .navbar-custom .navbar-nav .nav-item--home {
        padding-left: 0; } }
  .navbar-custom .navbar-nav .nav-item--pre-logo {
    margin-right: 90px;
    transition: .7s all; }
    @media (max-width: 991px) {
      .navbar-custom .navbar-nav .nav-item--pre-logo {
        margin: 0; } }
  .navbar-custom .navbar-nav .nav-item--post-logo {
    margin-left: 90px;
    transition: .7s all; }
    @media (max-width: 991px) {
      .navbar-custom .navbar-nav .nav-item--post-logo {
        margin: 0; } }
  .navbar-custom .navbar-nav li.active > .nav-link {
    color: #e5224e; }
  .navbar-custom .navbar-nav .dropdown-menu {
    display: block;
    max-height: 0;
    margin-top: -1px;
    border-radius: 0;
    border: solid 1px #e2e7e8;
    border-top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
    background: #fff; }
    @media (max-width: 991px) {
      .navbar-custom .navbar-nav .dropdown-menu {
        max-height: none;
        opacity: 1;
        overflow: visible;
        text-align: center; } }
    .navbar-custom .navbar-nav .dropdown-menu > li {
      border: 0; }
    .navbar-custom .navbar-nav .dropdown-menu > li > a {
      transition: color .2s;
      border: 0;
      color: #07141c;
      padding: 8px 20px; }
      .navbar-custom .navbar-nav .dropdown-menu > li > a:hover {
        background: transparent;
        color: #e5224e; }
    .navbar-custom .navbar-nav .dropdown-menu > .active > a, .navbar-custom .navbar-nav .dropdown-menu > .active > a:focus, .navbar-custom .navbar-nav .dropdown-menu > .active > a:hover {
      background-color: transparent;
      color: #e5224e; }
  .navbar-custom .navbar-nav .dropdown-toggle::after {
    display: none; }
  .navbar-custom .navbar-nav .dropdown:hover .dropdown-menu {
    display: none; }
  @media (min-width: 1200px) {
    .navbar-custom .navbar-nav .dropdown .dropdown-menu {
      display: block; }
    .navbar-custom .navbar-nav .dropdown:hover .dropdown-menu {
      display: block;
      max-height: 300px;
      opacity: 1; }
    .navbar-custom .navbar-nav .dropdown-toggle::after {
      display: inline-block; } }
  .navbar-custom--transparent {
    background-color: transparent;
    box-shadow: none; }
    @media (max-width: 991px) {
      .navbar-custom--transparent {
        background: #fff; } }
    .navbar-custom--transparent .navbar-custom__brand {
      display: none;
      background-image: none; }
      @media (max-width: 991px) {
        .navbar-custom--transparent .navbar-custom__brand {
          display: block;
          background-image: url("static/images/base/logo.svg"); } }
    .navbar-custom--transparent .navbar-nav .nav-item--pre-logo {
      margin-right: 0; }
    .navbar-custom--transparent .navbar-nav .nav-item--post-logo {
      margin-left: 0; }
    .navbar-custom--transparent .navbar-nav .nav-link {
      color: #fff; }
      @media (max-width: 991px) {
        .navbar-custom--transparent .navbar-nav .nav-link {
          color: #07141c; } }
    .navbar-custom--transparent .navbar-nav li.active > .nav-link {
      color: #fff; }

.footer {
  background: #000 50% 50% no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .footer {
      padding: 40px 30px;
      text-align: center; } }
  .footer img {
    margin-bottom: 40px; }
  .footer a {
    text-transform: none;
    color: #fff; }
    .footer a:hover {
      color: #e5224e; }
  .footer__info {
    padding: 20px 0;
    background: #050f16;
    color: #fff; }
  .footer__credits {
    padding: 20px 0;
    background: #000; }

.frame {
  border: solid 0px #fff;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .frame {
      border: 0; } }

.page {
  background: #fff;
  padding-top: 100px; }
  @media (max-width: 991px) {
    .page {
      padding-top: 100px; } }
  .page--fixed {
    padding-top: 100px; }
  .page--submenu {
    padding-top: 180px; }
  .page__photo {
    height: 300px;
    border-radius: 8px;
    background: 50% 50% no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 30px 75px -30px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 30px 75px -30px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 30px 75px -30px rgba(0, 0, 0, 0.75); }

.header {
  padding: 60px 15px;
  text-align: center;
  background: #f3f8fb;
  color: #07141c; }
  .header--dark {
    background: #050f16;
    color: #fff; }
  .header__title {
    font-size: 48px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .header__title {
        font-size: 32px; } }
  .header__text {
    padding-top: 30px;
    font-size: 20px; }
    @media (max-width: 767px) {
      .header__text {
        font-size: 18px; } }

.section--relative {
  position: relative; }
.section--xs {
  padding: 20px 0; }
.section--sm {
  padding: 40px 0; }
.section--md {
  padding: 80px 0; }
.section--lg {
  padding: 100px 0; }
.section--xl {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .section--xl {
      padding: 40px 0; } }
.section--xxl {
  padding: 160px 0; }
  @media (max-width: 767px) {
    .section--xxl {
      padding: 40px 0; } }
.section--bg {
  background: 50% 50% no-repeat;
  background-size: cover; }
.section--black {
  background: #000; }
.section--dark {
  background: #050f16; }
.section--light {
  background: #f3f8fb; }
.section--second {
  background: #003518; }
.section__title {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 1.5em; }
  @media (max-width: 1199px) {
    .section__title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .section__title {
      font-size: 24px; } }
.section__text {
  font-size: 18px;
  line-height: 2em; }
  @media (max-width: 1199px) {
    .section__text {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .section__text {
      font-size: 14px; } }

.btn {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 30px; }
  .btn:active, .btn:focus, .btn:focus:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn--xl {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    padding-right: 40px;
    padding-left: 40px; }
  .btn--lg {
    font-size: 13px;
    line-height: 32px;
    padding-right: 45px;
    padding-left: 45px;
    font-weight: 500; }
  .btn--md {
    font-size: 13px;
    line-height: 22px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 500; }
  .btn--sm {
    font-size: 13px;
    line-height: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 500; }
  .btn--first {
    color: #fff;
    background-color: #e5224e;
    border: solid 1px #e5224e; }
    .btn--first:hover {
      color: #fff;
      background: #c7173f;
      transition: all .5s ease; }
    .btn--first:focus, .btn--first.focus {
      color: #fff;
      background-color: #c7173f; }
    .btn--first:active {
      color: #fff;
      background: #a71435; }
  .btn--first-empty {
    color: #fff;
    background-color: #e5224e;
    border: solid 1px #e5224e;
    color: #000;
    background: transparent; }
    .btn--first-empty:hover {
      color: #fff;
      background: #c7173f;
      transition: all .5s ease; }
    .btn--first-empty:focus, .btn--first-empty.focus {
      color: #fff;
      background-color: #c7173f; }
    .btn--first-empty:active {
      color: #fff;
      background: #a71435; }
  .btn--second {
    color: #fff;
    background-color: #003518;
    border: solid 1px #003518; }
    .btn--second:hover {
      color: #fff;
      background: #000c06;
      transition: all .5s ease; }
    .btn--second:focus, .btn--second.focus {
      color: #fff;
      background-color: #000c06; }
    .btn--second:active {
      color: #fff;
      background: black; }
  .btn--second-empty {
    color: #fff;
    background-color: #003518;
    border: solid 1px #003518;
    color: #000;
    background: transparent; }
    .btn--second-empty:hover {
      color: #fff;
      background: #000c06;
      transition: all .5s ease; }
    .btn--second-empty:focus, .btn--second-empty.focus {
      color: #fff;
      background-color: #000c06; }
    .btn--second-empty:active {
      color: #fff;
      background: black; }
  .btn--third {
    color: #fff;
    background-color: #E80036;
    border: solid 1px #E80036; }
    .btn--third:hover {
      color: #fff;
      background: #bf002d;
      transition: all .5s ease; }
    .btn--third:focus, .btn--third.focus {
      color: #fff;
      background-color: #bf002d; }
    .btn--third:active {
      color: #fff;
      background: #9c0024; }
  .btn--third-empty {
    color: #fff;
    background-color: #E80036;
    border: solid 1px #E80036;
    color: #000;
    background: transparent; }
    .btn--third-empty:hover {
      color: #fff;
      background: #bf002d;
      transition: all .5s ease; }
    .btn--third-empty:focus, .btn--third-empty.focus {
      color: #fff;
      background-color: #bf002d; }
    .btn--third-empty:active {
      color: #fff;
      background: #9c0024; }
  .btn--white {
    color: #fff;
    background-color: #fff;
    border: solid 1px #fff;
    color: #fff; }
    .btn--white:hover {
      color: #fff;
      background: #ebebeb;
      transition: all .5s ease; }
    .btn--white:focus, .btn--white.focus {
      color: #fff;
      background-color: #ebebeb; }
    .btn--white:active {
      color: #fff;
      background: #d9d9d9; }
    .btn--white-empty {
      color: #fff;
      background-color: #fff;
      border: solid 1px #fff;
      background: transparent; }
      .btn--white-empty:hover {
        color: #fff;
        background: #ebebeb;
        transition: all .5s ease; }
      .btn--white-empty:focus, .btn--white-empty.focus {
        color: #fff;
        background-color: #ebebeb; }
      .btn--white-empty:active {
        color: #fff;
        background: #d9d9d9; }
  .btn--messanger {
    color: #fff;
    background-color: #0083ff;
    border: solid 1px #0083ff; }
    .btn--messanger:hover {
      color: #fff;
      background: #006ed6;
      transition: all .5s ease; }
    .btn--messanger:focus, .btn--messanger.focus {
      color: #fff;
      background-color: #006ed6; }
    .btn--messanger:active {
      color: #fff;
      background: #005cb3; }

.call {
  position: relative;
  padding: 80px 15px;
  text-align: center;
  background: #000; }
  .call__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: rgba(0, 0, 0, 0.4); }
    .call__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mix-blend-mode: darken; }
  .call__content {
    position: relative;
    z-index: 501; }
  .call__text {
    max-width: 800px;
    margin: auto;
    padding-bottom: 30px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .call__text {
        font-size: 24px; } }

.infinite {
  padding: 80px;
  text-align: center;
  color: #fff;
  background: #e5224e; }
  .infinite--mb80 {
    margin-bottom: 80px; }
  .infinite__title {
    font-size: 40px;
    font-family: "Avenir", sans-serif;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .infinite__title {
        padding: 20px 0;
        line-height: 1.4em; } }
    @media (max-width: 767px) {
      .infinite__title {
        line-height: 1.2em;
        font-size: 24px; } }
  .infinite__text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px; }
  .infinite__icon {
    height: 100px;
    background: #fff;
    -webkit-mask: 50% 100% no-repeat;
    mask: 50% 100% no-repeat;
    -webkit-mask-size: auto 70%;
    mask-size: auto 70%;
    -webkit-mask-image: url("static/images/icons/arrows/base-down.svg");
    mask-image: url("static/images/icons/arrows/base-down.svg"); }

.info-fixed {
  position: fixed;
  bottom: 15px;
  z-index: 1000;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  transition: all .3s; }
  @media (max-width: 1199px) {
    .info-fixed {
      display: none !important; } }
  .info-fixed--right {
    right: 15px; }
  .info-fixed--left {
    left: 15px; }
  .info-fixed--white {
    color: #fff; }
  .info-fixed br {
    content: " ";
    display: none; }

.form .row {
  padding-bottom: 10px; }
  .form .row:last-child {
    padding-bottom: 0; }
.form--compact .row {
  padding-bottom: 15px; }
  .form--compact .row:last-child {
    padding-bottom: 0; }
.form-label {
  text-transform: uppercase;
  color: #000;
  font-weight: 600; }
  .form-label-list {
    color: #000;
    font-size: 14px;
    font-weight: 400; }
.form-group {
  margin-bottom: 30px; }
.form-control {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  color: #040B11;
  height: auto;
  padding: 15px;
  border-width: 0;
  border-color: #ccc;
  background: #f3f8fb; }
  .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #07141c;
    font-weight: 400;
    font-style: normal; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #07141c;
    font-weight: 400;
    font-style: normal; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #07141c;
    font-weight: 400;
    font-style: normal; }
  .form-control:-ms-input-placeholder {
    color: #07141c;
    font-weight: 400;
    font-style: normal; }
  .form-control:active, .form-control:focus, .form-control:focus:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e5224e;
    color: #07141c;
    background: #f3f8fb; }
  .has-error .form-control {
    box-shadow: none; }
  .ng-submitted .form-control.ng-invalid {
    color: #e5224e; }
    .ng-submitted .form-control.ng-invalid::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #e5224e;
      font-weight: 400;
      font-style: normal; }
    .ng-submitted .form-control.ng-invalid:-moz-placeholder {
      /* Firefox 18- */
      color: #e5224e;
      font-weight: 400;
      font-style: normal; }
    .ng-submitted .form-control.ng-invalid::-moz-placeholder {
      /* Firefox 19+ */
      color: #e5224e;
      font-weight: 400;
      font-style: normal; }
    .ng-submitted .form-control.ng-invalid:-ms-input-placeholder {
      color: #e5224e;
      font-weight: 400;
      font-style: normal; }
  .form-control--search {
    padding-right: 40px;
    background: #fff url("images/icons/Search.png") no-repeat 95% 50%; }
.form__title {
  font-size: 24px;
  line-height: 60px; }
.form__subtitle {
  font-size: 16px;
  line-height: 40px;
  color: #e5224e;
  text-transform: uppercase; }
.form__action {
  line-height: 46px;
  padding-top: 24px; }
.form__instruction {
  padding-left: 16px;
  padding-bottom: 5px;
  font-size: 12px; }

.errorlist {
  list-style: none;
  padding-left: 0;
  color: red; }

.form-group.privacy {
  float: left; }

.checkbox.privacy {
  margin-top: 0;
  margin-bottom: 0; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=); }

@media (max-width: 767px) {
  select,
  textarea,
  input {
    font-size: 16px !important; } }

.label--plain {
  line-height: 1em; }
.label--lg {
  font-size: 20px; }
.label--xl {
  font-size: 24px;
  font-weight: 700; }
.label--brand {
  color: #e5224e; }
.label--second {
  color: #003518; }

.link-arrow {
  position: relative;
  display: inline-block;
  color: #07141c;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  padding-left: 50px; }
  .link-arrow:hover {
    color: #e5224e; }
  .link-arrow__arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: #000;
    -webkit-mask: 0 50% no-repeat;
    mask: 0 50% no-repeat;
    -webkit-mask-image: url("static/images/icons/arrows/icon-arrow-left.svg");
    mask-image: url("static/images/icons/arrows/icon-arrow-left.svg");
    -webkit-mask-size: auto 16px;
    mask-size: auto 16px; }
  .link-arrow:hover .link-arrow__arrow {
    background: #e5224e; }

.list-skills li {
  padding: 25px 0;
  border-bottom: solid 1px #e2e7e8;
  font-size: 0;
  vertical-align: top; }
  .list-skills li:first-child {
    border-top: solid 1px #e2e7e8; }
.list-skills .list-skills__label, .list-skills .list-skills__value {
  display: inline-block;
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: top; }
  @media (max-width: 767px) {
    .list-skills .list-skills__label, .list-skills .list-skills__value {
      font-size: 14px; } }
.list-skills__label {
  text-align: left; }
.list-skills__value {
  text-align: right; }

.list-timetable__item {
  padding-bottom: 10px; }
.list-timetable__label {
  float: left; }
.list-timetable__value {
  float: right; }

.modal-dialog--lg {
  max-width: 1000px;
  width: 1000px; }
  @media (max-width: 767px) {
    .modal-dialog--lg {
      width: auto; } }
.modal-content {
  border-radius: 0;
  padding: 50px; }

.mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 40px; }
  @media (max-width: 991px) {
    .mosaic {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr; } }
  @media (max-width: 767px) {
    .mosaic {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr; } }
  .mosaic__box {
    position: relative; }
    .mosaic__box--1 {
      grid-column: 1;
      grid-row: 1 / span 2; }
      @media (max-width: 991px) {
        .mosaic__box--1 {
          grid-row: 1; } }
      @media (max-width: 767px) {
        .mosaic__box--1 {
          grid-column: 1;
          grid-row: 1; } }
    .mosaic__box--2 {
      grid-column: 1;
      grid-row: 3; }
      @media (max-width: 991px) {
        .mosaic__box--2 {
          display: none; } }
    .mosaic__box--3 {
      grid-column: 2;
      grid-row: 1; }
      @media (max-width: 767px) {
        .mosaic__box--3 {
          grid-column: 1;
          grid-row: 2; } }
    .mosaic__box--4 {
      grid-column: 2;
      grid-row: 2 / span 2; }
      @media (max-width: 991px) {
        .mosaic__box--4 {
          display: none; } }
    .mosaic__box picture {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .mosaic__box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.number {
  padding: 15px 0; }
  .number__label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5em;
    padding: 0 15px; }
  .number__value {
    font-size: 50px;
    font-weight: 700;
    color: #e5224e;
    line-height: 1.2em; }

.readmore {
  position: relative; }
  .readmore__text {
    height: 250px;
    overflow: hidden; }
    .readmore__text--open {
      height: auto;
      overflow: visible; }
  .readmore__fade {
    height: 150px;
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(3, 13, 24, 0) 0%, #030d18 80%, #030d18 100%);
    display: block; }
  .readmore__link {
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    color: #e5224e;
    display: block; }
    .readmore__link:hover {
      color: #003518; }

.social-fixed {
  position: fixed;
  bottom: 15px;
  width: 30px;
  z-index: 1000; }
  @media (max-width: 1199px) {
    .social-fixed {
      display: none !important; } }
  .social-fixed--right {
    right: 15px; }
  .social-fixed--left {
    left: 15px; }
  .social-fixed__link {
    display: block;
    height: 30px;
    margin-top: 20px;
    background: #000;
    -webkit-mask: 50% 50% no-repeat;
    mask: 50% 50% no-repeat;
    -webkit-mask-size: auto 25px;
    mask-size: auto 25px;
    opacity: 1;
    transition: all .3s; }
    .social-fixed__link:hover {
      opacity: .7; }
    .social-fixed__link--white {
      background: #fff; }
    .social-fixed__link--fb {
      -webkit-mask-image: url("static/images/social/basic/fb.svg");
      mask-image: url("static/images/social/basic/fb.svg"); }
    .social-fixed__link--in {
      -webkit-mask-image: url("static/images/social/basic/in.svg");
      mask-image: url("static/images/social/basic/in.svg"); }
    .social-fixed__link--tw {
      -webkit-mask-image: url("static/images/social/basic/tw.svg");
      mask-image: url("static/images/social/basic/tw.svg"); }
    .social-fixed__link--ig {
      -webkit-mask-image: url("static/images/social/basic/ig.svg");
      mask-image: url("static/images/social/basic/ig.svg"); }
    .social-fixed__link--wa {
      -webkit-mask-image: url("static/images/social/basic/wa.svg");
      mask-image: url("static/images/social/basic/wa.svg"); }

.social-inline {
  font-size: 0; }
  .social-inline__link {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: #e5224e;
    -webkit-mask: 50% 50% no-repeat;
    mask: 50% 50% no-repeat;
    -webkit-mask-size: auto 25px;
    mask-size: auto 25px;
    opacity: 1;
    transition: all .3s; }
    .social-inline__link:hover {
      opacity: .7; }
    .social-inline__link--white {
      background: #fff; }
    .social-inline__link--brand {
      background: #e5224e; }
    .social-inline__link--second {
      background: #003518; }
    .social-inline__link--fb {
      -webkit-mask-image: url("static/images/social/basic/fb.svg");
      mask-image: url("static/images/social/basic/fb.svg"); }
    .social-inline__link--in {
      -webkit-mask-image: url("static/images/social/basic/in.svg");
      mask-image: url("static/images/social/basic/in.svg"); }
    .social-inline__link--tw {
      -webkit-mask-image: url("static/images/social/basic/tw.svg");
      mask-image: url("static/images/social/basic/tw.svg"); }
    .social-inline__link--ig {
      -webkit-mask-image: url("static/images/social/basic/ig.svg");
      mask-image: url("static/images/social/basic/ig.svg"); }
    .social-inline__link--wa {
      -webkit-mask-image: url("static/images/social/basic/wa.svg");
      mask-image: url("static/images/social/basic/wa.svg"); }

.twitter-typeahead {
  width: 100%; }

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: solid 1px #ccc;
  outline: none; }

.typeahead {
  background-color: #fff;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.typeahead:focus {
  border: solid 1px #e5224e; }

.tt-hint {
  color: #999; }

.tt-menu {
  width: 100%;
  margin: 10px 0 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px; }

.tt-suggestion {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin: 0; }
  .tt-suggestion a {
    color: #07141c; }

.tt-suggestion:hover {
  cursor: pointer; }
  .tt-suggestion:hover a {
    color: #e5224e; }

.tt-suggestion p {
  margin: 0; }

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

.decorator-bg {
  position: absolute;
  background: #f3f8fb; }
  @media (max-width: 991px) {
    .decorator-bg {
      display: none; } }
  .decorator-bg--alpha {
    top: 10%;
    bottom: 40%;
    left: 25%;
    right: 25%; }

.decorator-frame {
  position: absolute;
  border: solid 2px #e5224e; }
  .decorator-frame--top-left {
    top: -20px;
    bottom: 20px;
    left: -20px;
    right: 20px; }
  .decorator-frame--top-right {
    top: -20px;
    bottom: 20px;
    left: 20px;
    right: -20px; }
  .decorator-frame--bottom-left {
    top: 20px;
    bottom: -20px;
    left: -20px;
    right: 20px; }
  .decorator-frame--bottom-right {
    top: 20px;
    bottom: -20px;
    left: 20px;
    right: -20px; }
  .decorator-frame--second {
    border-color: #003518; }
  .decorator-frame--third {
    border-color: #E80036; }
  .decorator-frame--white {
    border-color: #fff; }
  .decorator-frame--black {
    border-color: #000; }
  .decorator-frame--light-grey {
    border-color: #f3f8fb; }
  .decorator-frame--medium-grey {
    border-color: #e2e7e8; }
  .decorator-frame--dark-grey {
    border-color: #8e8e93; }
  .decorator-frame--light {
    border-color: #f3f8fb; }
  .decorator-frame--dark {
    border-color: #050f16; }

.main-alpha {
  position: relative;
  height: calc(100vh - (0px * 2));
  background: 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  @media (max-width: 767px) {
    .main-alpha {
      height: 100vh; } }
  .main-alpha__title {
    color: #fff; }
  .main-alpha__subtitle {
    color: #fff; }

.header-alpha {
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: 50% 50% no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .header-alpha {
      height: 200px; } }
  @media (max-width: 767px) {
    .header-alpha {
      height: 150px; } }
  .header-alpha__title {
    position: relative;
    z-index: 501;
    text-transform: uppercase;
    padding-top: 50px; }
    @media (max-width: 991px) {
      .header-alpha__title {
        padding-top: 0;
        font-size: 32px; } }
  .header-alpha__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: rgba(0, 0, 0, 0.4); }
    .header-alpha__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      mix-blend-mode: darken; }

.section-alpha {
  text-align: center; }
  .section-alpha__content {
    background: 50% 50% no-repeat;
    background-size: contain;
    padding: 40px 0; }

.section-bravo__col {
  z-index: 901; }
  .section-bravo__col:first-child {
    padding-right: 15px; }
    @media (max-width: 991px) {
      .section-bravo__col:first-child {
        padding: 0; } }
  .section-bravo__col:last-child {
    padding-left: 15px; }
    @media (max-width: 991px) {
      .section-bravo__col:last-child {
        padding: 0; } }
  @media (max-width: 991px) {
    .section-bravo__col--bg {
      order: 1; } }
  @media (max-width: 991px) {
    .section-bravo__col--content {
      max-width: 100%;
      order: 2; } }
  .section-bravo__col--content--right {
    margin-left: 0; }
.section-bravo__box {
  position: relative; }
  .section-bravo__box--offset-top {
    margin-bottom: -40px;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .section-bravo__box--offset-top {
        margin: 0; } }
  .section-bravo__box--offset-down {
    margin-top: -40px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .section-bravo__box--offset-down {
        margin: 0; } }
.section-bravo__bg {
  position: relative;
  z-index: 500;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: contain; }
  @media (max-width: 991px) {
    .section-bravo__bg {
      height: 300px; } }
  .section-bravo__bg--cover {
    background-size: cover; }
.section-bravo__content {
  position: relative;
  z-index: 501;
  padding: 150px 0;
  text-align: left; }
  @media (max-width: 1199px) {
    .section-bravo__content {
      padding: 50px 15px; } }
  @media (max-width: 991px) {
    .section-bravo__content {
      padding: 50px 20px 0 20px; } }
  @media (max-width: 767px) {
    .section-bravo__content {
      text-align: center; } }
  .section-bravo__content--right {
    text-align: right; }
    @media (max-width: 991px) {
      .section-bravo__content--right {
        text-align: center; } }
.section-bravo__title {
  position: relative;
  z-index: 502;
  font-size: 100px;
  font-weight: 700;
  color: #003518;
  line-height: 1.2em; }
  @media (max-width: 1199px) {
    .section-bravo__title {
      font-size: 80px; } }
  @media (max-width: 767px) {
    .section-bravo__title {
      font-size: 50px; } }
  .section-bravo__title--left {
    margin-right: -200px; }
    @media (max-width: 991px) {
      .section-bravo__title--left {
        margin-right: 0; } }
  .section-bravo__title--right {
    margin-left: -110px; }
    @media (max-width: 991px) {
      .section-bravo__title--right {
        margin-left: 0; } }
.section-bravo__subtitle {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 1.2em; }
  @media (max-width: 767px) {
    .section-bravo__subtitle {
      font-size: 24px; } }
.section-bravo__text {
  font-size: 20px; }
.section-bravo__overlay {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: background-color .3s; }
  .section-bravo__overlay:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff; }

.section-charlie__content {
  background: 50% 50% no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr 1fr; }
  @media (max-width: 767px) {
    .section-charlie__content {
      grid-template-columns: 100%; } }
.section-charlie__box {
  padding: 40px;
  background: #fff; }
  .section-charlie__box--top-right {
    grid-column: 2; }
    @media (max-width: 767px) {
      .section-charlie__box--top-right {
        grid-column: 1; } }
  .section-charlie__box--bottom-left {
    grid-row: 2; }
  .section-charlie__box--bottom-right {
    grid-column: 2;
    grid-row: 2; }
    @media (max-width: 767px) {
      .section-charlie__box--bottom-right {
        grid-column: 1; } }

.box-alpha {
  padding-bottom: 40px; }
  .box-alpha__title {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 15px; }
  .box-alpha__item {
    padding-bottom: 15px; }
    .box-alpha__item--lg {
      padding-bottom: 25px; }
    .box-alpha__item:last-child {
      padding-bottom: 0; }
  .box-alpha__info {
    padding-bottom: 8px; }
  .box-alpha__list li {
    text-transform: uppercase;
    padding-bottom: 8px; }

.box-bravo {
  height: 100%;
  border: solid 1px #e2e7e8;
  border-top: 0; }
  .box-bravo__cover {
    display: block;
    height: 200px;
    background: 50% 50% no-repeat;
    background-size: cover; }
  .box-bravo__content {
    padding: 20px; }
    .box-bravo__content--no-border {
      border: 0; }
  .box-bravo__item {
    padding-bottom: 15px; }
    .box-bravo__item--lg {
      padding-bottom: 25px; }
    .box-bravo__item:last-child {
      padding-bottom: 0; }

.box-charlie {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.24) !important;
  margin: 40px 0; }
  .box-charlie__photo {
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover; }
  .box-charlie__content {
    padding: 40px;
    background: #fff; }
  .box-charlie__title {
    font-size: 32px;
    font-weight: 600;
    color: #07141c;
    line-height: 1.2em;
    padding-bottom: 10px; }
  .box-charlie__text {
    padding-bottom: 10px; }

.box-delta__image {
  height: 250px;
  background: 50% 50% no-repeat;
  background-size: cover; }
.box-delta__box {
  background: #fff;
  margin: -100px 30px 0 30px;
  padding: 20px;
  text-align: center; }
.box-delta__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  height: 90px;
  overflow: hidden; }
  .box-delta__title a {
    color: #07141c; }
    .box-delta__title a:hover {
      color: #e5224e; }
.box-delta__date {
  text-transform: lowercase; }

.box-echo {
  margin: 20px 0;
  background: #f3f8fb;
  padding: 20px; }
  .box-echo__photo {
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover; }
  .box-echo__content {
    padding: 20px; }
  .box-echo__title {
    font-size: 32px;
    font-weight: 600;
    color: #07141c;
    line-height: 1.2em;
    padding-bottom: 10px; }

.slider-alpha {
  height: 100%; }
  .slider-alpha__item {
    background: 50% 50% no-repeat;
    background-size: cover; }
  .slider-alpha .slider-alpha__prev, .slider-alpha .slider-alpha__next {
    background: #fff;
    width: 50px;
    height: 50px;
    margin-top: -25px; }
  .slider-alpha__prev {
    left: 0; }
    .slider-alpha__prev--bottom-center {
      top: auto;
      bottom: 0;
      left: 50%;
      right: auto;
      margin-left: -50px; }
    .slider-alpha__prev--bottom-left {
      top: auto;
      bottom: 0;
      left: 0;
      right: auto;
      margin-top: 0; }
    .slider-alpha__prev--bottom-right {
      top: auto;
      bottom: 0;
      left: auto;
      right: 50px;
      margin-top: 0; }
    .slider-alpha__prev--top {
      top: 0;
      bottom: auto;
      left: auto;
      right: 50px;
      margin-top: 0 !important; }
  .slider-alpha__next {
    right: 0; }
    .slider-alpha__next--bottom-center {
      top: auto;
      bottom: 0;
      left: 50%;
      right: auto; }
    .slider-alpha__next--bottom-left {
      top: auto;
      bottom: 0;
      left: 50px;
      right: 0;
      margin-top: 0; }
    .slider-alpha__next--bottom-right {
      top: auto;
      bottom: 0;
      left: auto;
      right: 0;
      margin-top: 0; }
    .slider-alpha__next--top {
      top: 0;
      bottom: auto;
      left: auto;
      right: 0;
      margin-top: 0 !important; }
  .slider-alpha__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-mask: 50% 50% no-repeat;
    mask: 50% 50% no-repeat;
    -webkit-mask-size: 70% auto;
    mask-size: 70% auto; }
    .slider-alpha__arrow--left {
      -webkit-mask-image: url("static/images/icons/arrows/base-left.svg");
      mask-image: url("static/images/icons/arrows/base-left.svg"); }
    .slider-alpha__arrow--right {
      -webkit-mask-image: url("static/images/icons/arrows/base-right.svg");
      mask-image: url("static/images/icons/arrows/base-right.svg"); }

.slider-delta {
  width: 100%;
  height: 300px;
  color: #fff; }
  @media (max-width: 991px) {
    .slider-delta {
      height: 200px; } }
  @media (max-width: 767px) {
    .slider-delta {
      height: 200px; } }
  .slider-delta__container {
    position: relative;
    overflow: visible; }
  .slider-delta__item {
    display: block;
    position: relative;
    z-index: 100;
    background: 50% 50% no-repeat;
    background-size: cover;
    overflow: visible;
    text-align: center; }
  .slider-delta__prev {
    left: 30px;
    z-index: 101;
    width: 60px;
    height: 60px;
    background: #003518;
    -webkit-mask: 50% 50% no-repeat;
    mask: 50% 50% no-repeat;
    -webkit-mask-size: 80% auto;
    mask-size: 80% auto;
    -webkit-mask-image: url("static/images/icons/arrows/base-left.svg");
    mask-image: url("static/images/icons/arrows/base-left.svg"); }
  .slider-delta__next {
    right: 30px;
    z-index: 101;
    width: 60px;
    height: 60px;
    background: #003518;
    -webkit-mask: 50% 50% no-repeat;
    mask: 50% 50% no-repeat;
    -webkit-mask-size: 80% auto;
    mask-size: 80% auto;
    -webkit-mask-image: url("static/images/icons/arrows/base-right.svg");
    mask-image: url("static/images/icons/arrows/base-right.svg"); }

.gallery-alpha--col-3 {
  column-count: 3;
  column-gap: 15px; }
  @media (max-width: 767px) {
    .gallery-alpha--col-3 {
      column-count: 2; } }
.gallery-alpha--col-2 {
  column-count: 2;
  column-gap: 30px; }
.gallery-alpha__item {
  margin-bottom: 15px; }
  .gallery-alpha__item--offset:first-child {
    margin-top: 100px; }

.table-alpha__row {
  padding: 15px 0;
  border-top: solid 1px #e2e7e8; }
  .table-alpha__row [class*="col-"] {
    padding-top: 10px;
    padding-bottom: 10px; }

.title-alpha {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 600;
  color: #07141c; }
  .title-alpha--line-center {
    text-align: center;
    position: relative; }
    .title-alpha--line-center:after {
      content: "";
      display: block;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      width: 80px;
      height: 5px;
      background: #e5224e;
      bottom: -20px; }

.menu-alpha__slider {
  height: auto; }
.menu-alpha__photo {
  height: 500px; }
  @media (max-width: 1199px) {
    .menu-alpha__photo {
      height: 400px; } }
  @media (max-width: 991px) {
    .menu-alpha__photo {
      display: none; } }
.menu-alpha__content {
  max-width: 400px;
  margin-right: auto; }
  @media (max-width: 991px) {
    .menu-alpha__content {
      margin: auto; } }
  @media (max-width: 767px) {
    .menu-alpha__content {
      margin: auto;
      padding-right: 60px;
      padding-left: 60px; } }

.menu-alpha-nav {
  font-size: 0;
  padding-bottom: 40px; }
  .menu-alpha-nav li {
    display: inline-block; }
  .menu-alpha-nav li > a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 8px 10px;
    border-bottom: solid 3px transparent; }
    .menu-alpha-nav li > a.active, .menu-alpha-nav li > a:hover {
      color: #003518;
      border-color: #003518; }

.wpcf7-response-output {
  display: none !important; }

.wpcf7 .screen-reader-response {
  display: none !important; }

.wpcf7-acceptance,
.privacy-label {
  display: inline-block;
  margin-right: 5px; }

.about__logo {
  max-width: 250px;
  margin: auto;
  padding-bottom: 30px; }

.close-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 40px; }
  @media (max-width: 991px) {
    .close-mosaic {
      display: block; } }
  .close-mosaic__box {
    position: relative; }
    .close-mosaic__box--1 {
      grid-column: 1;
      grid-row: 1; }
      @media (max-width: 991px) {
        .close-mosaic__box--1 {
          grid-column: 1;
          grid-row: 1; } }
    .close-mosaic__box--2 {
      grid-column: 1 / span 2;
      grid-row: 2; }
      @media (max-width: 991px) {
        .close-mosaic__box--2 {
          grid-column: 1;
          grid-row: 3; } }
    .close-mosaic__box--3 {
      grid-column: 1;
      grid-row: 3; }
      @media (max-width: 991px) {
        .close-mosaic__box--3 {
          grid-column: 1;
          grid-row: 4; } }
    .close-mosaic__box--4 {
      grid-column: 2;
      grid-row: 1; }
      @media (max-width: 991px) {
        .close-mosaic__box--4 {
          grid-column: 1;
          grid-row: 2; } }
    .close-mosaic__box--5 {
      grid-column: 2;
      grid-row: 3; }
      @media (max-width: 991px) {
        .close-mosaic__box--5 {
          grid-column: 1;
          grid-row: 5; } }
    .close-mosaic__box img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
      @media (max-width: 991px) {
        .close-mosaic__box img {
          position: relative;
          height: 350px;
          margin: 15px 0; } }
      @media (max-width: 767px) {
        .close-mosaic__box img {
          height: 250px; } }

.city-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 40px; }
  @media (max-width: 991px) {
    .city-mosaic {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr; } }
  @media (max-width: 767px) {
    .city-mosaic {
      display: block; } }
  .city-mosaic__box {
    position: relative; }
    .city-mosaic__box--1 {
      grid-column: 1;
      grid-row: 1 / span 2; }
      @media (max-width: 991px) {
        .city-mosaic__box--1 {
          grid-row: 1; } }
      @media (max-width: 767px) {
        .city-mosaic__box--1 {
          grid-column: 1;
          grid-row: 1; } }
    .city-mosaic__box--2 {
      grid-column: 1;
      grid-row: 3 / span 3; }
      @media (max-width: 991px) {
        .city-mosaic__box--2 {
          grid-column: 1;
          grid-row: 2; } }
    .city-mosaic__box--3 {
      grid-column: 2;
      grid-row: 1 / span 3; }
      @media (max-width: 991px) {
        .city-mosaic__box--3 {
          grid-column: 2;
          grid-row: 1; } }
      @media (max-width: 767px) {
        .city-mosaic__box--3 {
          grid-column: 1;
          grid-row: 4; } }
    .city-mosaic__box--4 {
      grid-column: 2;
      grid-row: 4 /span 2; }
      @media (max-width: 991px) {
        .city-mosaic__box--4 {
          grid-column: 2;
          grid-row: 2; } }
      @media (max-width: 767px) {
        .city-mosaic__box--4 {
          grid-column: 1;
          grid-row: 3; } }
    .city-mosaic__box img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
      @media (max-width: 767px) {
        .city-mosaic__box img {
          position: relative;
          height: 250px;
          margin: 15px 0; } }
  .city-mosaic__content--1 {
    padding: 60px 0; }
    @media (max-width: 1199px) {
      .city-mosaic__content--1 {
        padding: 0; } }
  .city-mosaic__content--2 {
    height: 100%;
    background: #050f16;
    border-radius: 8px;
    padding: 60px 35px;
    color: #fff; }
    @media (max-width: 991px) {
      .city-mosaic__content--2 {
        padding: 35px; } }

.map {
  height: calc(100vh - 100px);
  z-index: 901; }
  @media (max-width: 991px) {
    .map {
      height: 500px; } }

.contact {
  z-index: 901; }
  .contact__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 80px; }
    @media (max-width: 767px) {
      .contact__box {
        padding: 40px 30px;
        text-align: center; } }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: calc(100vh - 100px);
  color: #fff;
  line-height: 1.5em; }
  @media (max-width: 991px) {
    .hero {
      min-height: calc(100vh - 100px); } }
  .hero__content {
    width: 100%; }
  .hero__box {
    position: relative;
    z-index: 502;
    padding: 0 20px;
    width: 800px;
    margin: auto;
    text-align: center; }
    @media (max-width: 991px) {
      .hero__box {
        width: auto; } }
  .hero__bg {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 500;
    width: 100vw;
    height: calc(100vh - 100px);
    object-fit: cover; }
    @media (max-width: 991px) {
      .hero__bg {
        height: calc(100vh - 100px); } }
  .hero__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 501;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); }
  .hero__name {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .hero__name {
        font-size: 40px; } }
  .hero__place {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .hero__title {
    font-size: 48px;
    line-height: 1.4em;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .hero__title {
        font-size: 32px; } }

.intro {
  background: #050f16; }
  .intro__text {
    text-align: center;
    font-size: 24px;
    line-height: 1.3em;
    color: #fff; }
    @media (max-width: 767px) {
      .intro__text {
        font-size: 20px; } }

.target__row {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .target__row {
      padding-top: 60px; } }
.target__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .target__title {
      font-size: 40px; } }
.target__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em; }
  @media (max-width: 991px) {
    .target__text {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .target__text {
      font-size: 20px; } }
.target__photo {
  height: 400px;
  border-radius: 8px;
  background: 50% 50% no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 30px 75px -30px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 30px 75px -30px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 30px 75px -30px rgba(0, 0, 0, 0.75); }
  @media (max-width: 767px) {
    .target__photo {
      height: 250px; } }
.target__item {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0 0 20px 35px; }
  .target__item:last-child {
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .target__item {
      font-size: 18px; } }
.target__dot {
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #e5224e; }

.output__table {
  background: #fff;
  border-radius: 16px;
  font-weight: 500;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); }
  .output__table thead {
    font-weight: 700;
    color: #e5224e; }
    .output__table thead td {
      border: 0; }
  .output__table td {
    padding: 15px 25px; }
  .output__table thead tr:first-child td:first-child {
    border-top-left-radius: 10px; }
  .output__table thead tr:first-child td:last-child {
    border-top-right-radius: 10px; }
  .output__table tr:last-child td:first-child {
    border-bottom-left-radius: 10px; }
  .output__table tr:last-child td:last-child {
    border-bottom-right-radius: 10px; }

.datum__list {
  padding-top: 50px;
  text-align: center; }
  .datum__list img {
    margin: 15px;
    height: 50px; }

.pubs__row {
  padding: 30px 0; }
.pubs__row:nth-child(odd) .pubs__col-img {
  order: 1; }
  @media (max-width: 767px) {
    .pubs__row:nth-child(odd) .pubs__col-img {
      order: 1; } }
.pubs__row:nth-child(even) .pubs__col-img {
  order: 2; }
  @media (max-width: 767px) {
    .pubs__row:nth-child(even) .pubs__col-img {
      order: 1; } }
.pubs__row:nth-child(odd) .pubs__col-content {
  order: 2; }
  @media (max-width: 767px) {
    .pubs__row:nth-child(odd) .pubs__col-content {
      order: 2; } }
.pubs__row:nth-child(even) .pubs__col-content {
  order: 1; }
  @media (max-width: 767px) {
    .pubs__row:nth-child(even) .pubs__col-content {
      order: 2; } }
.pubs__col-img {
  position: relative; }
.pubs__col-content {
  position: relative; }
.pubs__content {
  padding: 30px 0; }
.pubs__title {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 15px; }
.pubs__text {
  padding-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
