/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Mukta+Vaani:wght@400;500;600;700;800&display=swap");
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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/**
 * 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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #c4241f;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

html {
  font-size: 16px;
}
html.u-mediumTypo {
  font-size: 17px;
}
html.u-bigTypo {
  font-size: 18px;
}

body {
  position: relative;
  color: #000000;
  font-family: "Mukta Vaani", sans-serif;
  font-size: 100%;
}

.Text img {
  max-width: 100%;
  height: auto;
}

input, textarea, button {
  font-family: "Mukta Vaani", sans-serif;
}

h2 {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  margin: 0 0 2.75rem;
  line-height: 1.4;
}
@media (max-width: 500px) {
  h2 {
    font-size: 1.25rem;
  }
}
.Text h2 {
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}
@media (max-width: 580px) {
  .Text h2 {
    font-size: 1.25rem;
  }
}

.Text h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #004289;
  margin-bottom: 1.2rem;
}
@media (max-width: 580px) {
  .Text h3 {
    font-size: 1.125rem;
  }
}

p {
  margin: 0;
}
.Text p {
  font-size: 1.0625rem;
  margin: 0 0 1.9em;
  line-height: 1.75;
}
@media (max-width: 580px) {
  .Text p {
    font-size: 1rem;
  }
}

.Text a {
  font-weight: 700;
  color: #004289;
  text-decoration: underline;
}
.Text a:hover, .Text a:active, .Text a:focus {
  text-decoration: none;
}

hr {
  display: block;
  width: 100%;
  height: 2px;
  clear: both;
  background: #000;
  border: none;
  margin: 3.75rem 0;
}
@media (max-width: 580px) {
  hr {
    margin: 1.875rem 0;
  }
}

.Text ul {
  font-size: 1.0625rem;
  margin: 0 0 1.9em;
  line-height: 1.7;
  padding: 0;
}
@media (max-width: 580px) {
  .Text ul {
    font-size: 1rem;
  }
}
.Text ul li {
  margin: 0.8em 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.Text ul li ol li {
  list-style: decimal;
}
.Text ul li:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #c4241f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
@media (max-width: 580px) {
  .Text ul li:before {
    margin-left: -26px;
    margin-right: 16px;
  }
}
.Text ul li:last-child {
  margin-bottom: 0;
}

.Text ol {
  font-size: 1.0625rem;
  margin: 0 0 1.9em;
  line-height: 1.7;
  padding: 0;
  margin-left: 20px;
}
@media (max-width: 580px) {
  .Text ol {
    font-size: 1rem;
  }
}
.Text ol > li {
  margin: 0 0 0.8em;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 580px) {
  .Text ol > li {
    padding-left: 10px;
  }
}
.Text ol > li:before {
  content: none;
}
.Text ol > li::marker {
  color: #c4241f;
  font-weight: 700;
  margin-right: 5px;
}
.Text ol > li:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0.8em;
}

table {
  border-collapse: collapse;
  position: relative;
}
.Text table {
  margin-bottom: 30px;
}
.Text table th, .Text table td {
  font-size: 1.0625rem;
  padding: 16px 10px;
  border: 1px solid #000;
}
@media (max-width: 580px) {
  .Text table th, .Text table td {
    font-size: 0.9375rem;
  }
}
.Text table th.is-highlited, .Text table td.is-highlited {
  background: #c3ddfa;
}
.Text table th.is-highlited2, .Text table td.is-highlited2 {
  background: #f5bab8;
}
.Text table th {
  font-weight: 800;
}
.Text table thead {
  background: #f0f0f0;
}
.Text table thead:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: #000;
}
.Text table thead th {
  position: relative;
  background: #f0f0f0;
}
.Text table thead tr th {
  border-bottom: 0;
}
.Text table thead tr th:after,
.Text table thead tr th:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.Text table thead tr th:before {
  top: -1px;
  height: 1px;
  background: #000;
}
.Text table thead tr:last-child th:after {
  content: none;
}
.Text table thead.is-sticky {
  position: sticky;
  top: -1px;
}
.Text table thead.is-sticky tr:last-child th {
  /*
  position: sticky;
  top: 0;*/
}
.Text table tbody th {
  border-bottom: 1px solid #000;
}

.Text *:last-child {
  margin-bottom: 0;
}
.Text *:first-child {
  margin-top: 0;
}
.Text ul:first-child, .Text ol:first-child {
  margin-top: 0.8em;
}

.BasicForm-fieldSubtitle {
  width: 100%;
  font-weight: 700;
  margin: 0 0 22px;
  font-size: 1.1rem;
}
.BasicForm-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f0f0f0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  border: none;
  position: relative;
  padding: 30px 31px 30px;
  margin: 10px 0 42px;
}
@media (max-width: 550px) {
  .BasicForm-fieldset {
    padding: 30px 20px 20px;
  }
}
.BasicForm-fieldset legend {
  background: #c4241f;
  color: #fff;
  font-weight: 700;
  padding: 6px 20px;
  font-size: 15px;
}
.BasicForm-fieldset p {
  margin-bottom: 10px;
}
.BasicForm-fieldset hr {
  margin: 10px 0 26px;
}
.BasicForm-halfLabel, .BasicForm-fullLabel {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
}
.BasicForm-halfLabel:last-child, .BasicForm-fullLabel:last-child {
  margin-bottom: 0;
}
.BasicForm-halfLabel input[type=checkbox], .BasicForm-fullLabel input[type=checkbox] {
  margin-right: 8px;
}
.BasicForm-halfLabel span, .BasicForm-fullLabel span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.BasicForm-halfLabel {
  width: 48%;
}
.BasicForm-halfLabel.is-full {
  width: 100%;
}
@media (max-width: 550px) {
  .BasicForm-halfLabel {
    width: 100%;
  }
}
.BasicForm-fullLabel {
  width: 100%;
}
.BasicForm-item {
  margin-bottom: 15px;
  width: 100%;
}
.BasicForm-item:last-child {
  margin-bottom: 0;
}
.BasicForm-label {
  display: block;
  margin: 0 0 7px;
  font-size: 0.875rem;
}
.BasicForm-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #000;
  background: none;
  width: 16px;
  height: 16px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: 0;
}
.BasicForm-checkbox:after {
  content: " ";
  display: block;
  width: 9px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.BasicForm-checkbox:disabled {
  opacity: 0.5;
}
.BasicForm-checkbox:hover, .BasicForm-checkbox:focus {
  background: #c4241f;
  border-color: #c4241f;
}
.BasicForm-checkbox:checked {
  background: #c4241f;
  border-color: #c4241f;
}
.BasicForm-checkbox:checked:after {
  opacity: 1;
}
.BasicForm-input, .BasicForm-textarea {
  width: 100%;
  height: 3.1875rem;
  line-height: 3.1875rem;
  outline: none;
  font-size: 1rem;
  background: #fff;
  padding: 0 1.25rem;
  -webkit-box-shadow: inset 4px 0 0 rgba(0, 106, 255, 0);
          box-shadow: inset 4px 0 0 rgba(0, 106, 255, 0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  margin: 0;
  font-weight: 400;
}
.BasicForm-input:focus, .BasicForm-textarea:focus {
  -webkit-box-shadow: inset 4px 0 0 #006aff;
          box-shadow: inset 4px 0 0 #006aff;
}
.BasicForm-input::-webkit-input-placeholder, .BasicForm-textarea::-webkit-input-placeholder {
  color: #555555;
}
.BasicForm-input::-moz-placeholder, .BasicForm-textarea::-moz-placeholder {
  color: #555555;
}
.BasicForm-input:-ms-input-placeholder, .BasicForm-textarea:-ms-input-placeholder {
  color: #555555;
}
.BasicForm-input::-ms-input-placeholder, .BasicForm-textarea::-ms-input-placeholder {
  color: #555555;
}
.BasicForm-input::placeholder, .BasicForm-textarea::placeholder {
  color: #555555;
}
.BasicForm-textarea {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  height: 7.625rem;
  resize: vertical;
}
.Text .BasicForm-gdpr, .BasicForm-gdpr {
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 2.5rem;
}
.BasicForm-btnRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.BasicForm-btnCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Clear inner floats
 */
.u-clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.u-container {
  max-width: 1240px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

.u-containerWide {
  max-width: 1640px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

.u-containerNarrow {
  max-width: 980px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

.u-halfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}

.u-half {
  width: 48%;
}
@media (max-width: 680px) {
  .u-half {
    margin-bottom: 2em;
    width: 100%;
  }
}

.u-halfFloat {
  width: 50%;
  float: left;
  margin: 10px 30px 30px 0;
}
@media (max-width: 640px) {
  .u-halfFloat {
    width: 100%;
    display: block;
    float: none;
    margin: 20px auto;
    text-align: center;
  }
}

.u-halfFloatRight {
  width: 50%;
  float: right;
  margin: 10px 0 30px 30px;
}
@media (max-width: 640px) {
  .u-halfFloatRight {
    width: 100%;
    display: block;
    float: none;
    margin: 20px auto;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .u-contentOverflow {
    overflow: auto;
  }
}

.u-textLeft {
  text-align: left;
}

.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.u-hideText {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.u-visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* image style */
.img-half-left, .img-left, .img-left-small {
  float: left;
  padding: 20px 30px 30px 0;
}

.img-half-right, .img-right, .img-right-small {
  float: right;
  padding: 20px 0px 30px 30px;
}

ul.list-full {
  overflow: hidden;
}

.img-half-left {
  width: 50%;
}

.list-margin {
  margin-right: 52px;
}

.img-half-right {
  width: 50%;
}

.img-full-center {
  width: 100%;
  display: block;
  float: none;
  margin: 20px auto;
  padding: 20px 0;
  text-align: center;
}

@media (max-width: 640px) {
  .img-half-left, .img-left, .img-half-right, .img-right, .img-half-left-list {
    width: 100%;
    display: block;
    float: none;
    margin: 20px auto;
    padding: 20px 0;
    text-align: center;
  }
}

@media (max-width: 350px) {
  .img-right-small, .img-left-small {
    width: 100%;
    display: block;
    float: none;
    margin: 20px auto;
    padding: 20px 0;
    text-align: center;
  }
}

.Btn {
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: #c4241f;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  outline: 0;
  letter-spacing: 0.1875rem;
  padding: 1.1875rem 2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 550px) {
  .Btn {
    font-size: 1rem;
    padding: 1rem 1.25rem;
    letter-spacing: 0.125rem;
  }
}
.Btn:hover, .Btn:active, .Btn:focus {
  background: #6c1411;
  text-decoration: none;
}
.Btn--secondary {
  background: #004289;
}
.Btn--secondary:hover, .Btn--secondary:active, .Btn--secondary:focus {
  background: #001123;
}
.Btn--ghost {
  border: 2px solid #000;
  color: #000 !important;
  background: transparent;
}
.Btn--ghost:hover, .Btn--ghost:active, .Btn--ghost:focus {
  background: #000;
  color: #fff !important;
}
.Btn--small {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  padding: 0.5rem 0.6rem;
}

.InterestPoints {
  margin: 80px 0;
}
@media (max-width: 980px) {
  .InterestPoints {
    margin: 33px 0;
  }
}
@media (max-width: 640px) {
  .InterestPoints {
    margin: 20px 0;
  }
}
.InterestPoints-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.InterestPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28%;
}
@media (max-width: 980px) {
  .InterestPoint {
    width: 47%;
  }
}
@media (max-width: 640px) {
  .InterestPoint {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .InterestPoint:nth-child(3) {
    display: none;
  }
}
@media (max-width: 640px) {
  .InterestPoint:nth-child(2) {
    display: none;
  }
}
.InterestPoint-icon {
  width: 35%;
  text-align: center;
}
.InterestPoint-icon img {
  max-width: 100%;
  height: auto;
}
.InterestPoint-text {
  font-size: 1.375rem;
  font-weight: 800;
  width: 55%;
  margin-left: 10%;
}
@media (max-width: 1200px) {
  .InterestPoint-text {
    font-size: 1.125rem;
  }
}
.InterestPoint-text strong {
  display: block;
  font-size: 2em;
  margin: 0 0 5px;
  font-weight: 700;
}

.AppServiceSearch {
  background: url("/assets/images/search-bg.jpg") 50% 20% #004289;
  background-size: cover;
  position: relative;
  padding: 4.375rem 0 10.625rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .AppServiceSearch {
    padding: 3.5625rem 0 6.25rem;
  }
}
@media (max-width: 680px) {
  .AppServiceSearch {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .AppServiceSearch {
    padding: 3.125rem 0 4.375rem;
  }
}
.AppServiceSearch:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/assets/images/search-shape.svg") no-repeat bottom center;
  background-size: 100% auto;
  border-bottom: 3px solid #fff;
  -webkit-box-shadow: inset 0 -1px 0 white;
          box-shadow: inset 0 -1px 0 white;
}
.AppServiceSearch svg.arrow {
  position: absolute;
  bottom: 4px;
  z-index: 2;
  width: 100%;
  height: auto;
}
.AppServiceSearch-container {
  position: relative;
  z-index: 2;
  padding: 30px 50px;
  background: rgba(0, 0, 0, 0.4);
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .AppServiceSearch-container {
    padding: 15px;
  }
}
.AppServiceSearch-title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 1.8125rem;
}
@media (max-width: 500px) {
  .AppServiceSearch-title {
    font-size: 1.1875rem;
  }
}
.AppServiceSearch-form {
  width: 100%;
  max-width: 46.875rem;
  margin: 0 auto;
}
.AppServiceSearch-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AppServiceSearch-holder input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  height: 5rem;
  line-height: 5rem;
  padding: 0 1.75rem;
}
@media (max-width: 500px) {
  .AppServiceSearch-holder input {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.AppServiceSearch-holder .Btn {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media (max-width: 500px) {
  .AppServiceSearch-holder .Btn {
    padding: 0.5625rem 0.9375rem;
  }
  .AppServiceSearch-holder .Btn svg {
    width: 26px;
    height: 26px;
  }
}
.AppServiceSearch-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.125rem;
  margin-top: 1.375rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 500px) {
  .AppServiceSearch-links {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  .AppServiceSearch-links span {
    width: 100%;
    margin-bottom: 0.8em;
  }
}
.AppServiceSearch-links a {
  margin-left: 40px;
  color: #fff;
  letter-spacing: 0.0625rem;
  font-weight: 600;
}
@media (max-width: 500px) {
  .AppServiceSearch-links a {
    margin-left: 10px;
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .AppServiceSearch-links a:first-of-type {
    margin-left: 0;
  }
}
.AppServiceSearch-links a:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 0.125rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scaleX(0.99);
          transform: scaleX(0.99);
}
.AppServiceSearch-links a:hover, .AppServiceSearch-links a:active, .AppServiceSearch-links a:focus {
  text-decoration: none;
}
.AppServiceSearch-links a:hover:after, .AppServiceSearch-links a:active:after, .AppServiceSearch-links a:focus:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}

.NewsArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: inherit;
  text-decoration: none;
}
.NewsArticle:hover, .NewsArticle:active, .NewsArticle:focus {
  text-decoration: none;
}
.NewsArticle:hover .NewsArticle-title, .NewsArticle:active .NewsArticle-title, .NewsArticle:focus .NewsArticle-title {
  text-decoration: underline;
}
.NewsArticle--highlited {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.NewsArticle-thumbnail {
  position: relative;
  margin-right: 22px;
  width: 140px;
}
@media (max-width: 480px) {
  .NewsArticle-thumbnail {
    display: none;
  }
}
@media (max-width: 480px) {
  .NewsArticle:first-child:not(.swiper-slide) .NewsArticle-thumbnail {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
}
.NewsArticle--highlited .NewsArticle-thumbnail {
  width: 100%;
  margin: 0 0 25px;
}
.NewsArticle-thumbnail picture img {
  display: block;
  width: 100%;
  height: auto;
}
.NewsArticle-cover {
  background: rgba(0, 66, 137, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.NewsArticle:hover .NewsArticle-cover, .NewsArticle:focus .NewsArticle-cover {
  opacity: 1;
}
.NewsArticle-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.NewsArticle-category {
  color: #004289;
  font-weight: 800;
  font-size: 0.875rem;
}
.NewsArticle-title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0.6em 0 20px;
  /*a {
  	color: inherit;
  	text-decoration: none;
  	@include on-event {
  		text-decoration: underline;
  	}
  }*/
}
@media (max-width: 420px) {
  .NewsArticle-title {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.NewsArticle-title a {
  color: #000;
}
@media (max-width: 480px) {
  .NewsArticle:first-child:not(.swiper-slide) .NewsArticle-title {
    font-size: 1.25rem;
  }
}
.NewsArticle--highlited .NewsArticle-title {
  font-size: 1.5rem;
}
@media (max-width: 980px) {
  .NewsArticle--highlited .NewsArticle-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 500px) {
  .NewsArticle--highlited .NewsArticle-title {
    font-size: 1rem;
  }
}
.NewsArticle-date {
  color: #565656;
  font-size: 0.875rem;
}
.NewsArticle-perex {
  font-size: 1rem;
  margin-top: 25px;
  line-height: 2.1;
}
@media (max-width: 980px) {
  .NewsArticle-perex {
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  .NewsArticle-perex {
    display: none;
  }
}

.HighlitedArticles {
  display: grid;
  grid-column-gap: 48px;
  grid-row-gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  .HighlitedArticles {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
  }
}
@media (max-width: 680px) {
  .HighlitedArticles {
    grid-template-columns: 1fr;
    grid-row-gap: 48px;
  }
}
@media (max-width: 500px) {
  .HighlitedArticles {
    grid-row-gap: 28px;
  }
}

.BasicArticles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -24px 10px;
}
@media (max-width: 1200px) {
  .BasicArticles {
    margin: 0 -12.5px 10px;
  }
}
@media (max-width: 720px) {
  .BasicArticles {
    margin: 0 0 10px;
  }
}
.ListNews-container .BasicArticles {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.BasicArticles .NewsArticle {
  width: calc(33.3333% - 48px);
  margin: 0 24px 40px;
}
@media (max-width: 1200px) {
  .BasicArticles .NewsArticle {
    width: calc(50% - 25px);
    margin: 0 12.5px 40px;
  }
}
@media (max-width: 720px) {
  .BasicArticles .NewsArticle {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .BasicArticles--few .NewsArticle:last-child {
    display: none;
  }
}

.SwiperArticles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -4rem;
}
@media (max-width: 1820px) {
  .SwiperArticles {
    margin: 0;
  }
}
.SwiperArticles .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.SwiperArticles-swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2rem;
}
@media (max-width: 640px) {
  .SwiperArticles-swiper {
    margin: 0 1.5rem;
  }
}
.SwiperArticles-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.SwiperArticles-prev, .SwiperArticles-next {
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.SwiperArticles-prev svg, .SwiperArticles-next svg {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
@media (max-width: 640px) {
  .SwiperArticles-prev svg, .SwiperArticles-next svg {
    width: 18px;
    height: auto;
  }
}
.SwiperArticles-prev:hover, .SwiperArticles-prev:focus, .SwiperArticles-next:hover, .SwiperArticles-next:focus {
  color: #c4241f;
}
.SwiperArticles-prev:hover svg, .SwiperArticles-prev:focus svg, .SwiperArticles-next:hover svg, .SwiperArticles-next:focus svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.ListNews-container {
  overflow: hidden;
}

.HomeNews-subtitle {
  font-size: 1.5rem;
  letter-spacing: 0.1875rem;
  margin: 5rem 0 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 480px) {
  .HomeNews-subtitle {
    margin: 4rem 0 3rem;
  }
}
.HomeNews-subtitle:after {
  content: " ";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #000;
  margin-left: 2%;
}
.HomeNews-subtitle:before {
  content: " ";
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 149px;
  height: 149px;
  background: #fff url("/assets/images/msk-shape.svg") no-repeat center center;
  background-size: 76%;
}
@media (max-width: 480px) {
  .HomeNews-subtitle:before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .ServicesPortal {
    padding: 0;
  }
}
.ServicesPortal-title {
  margin: 0 0 4rem;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .ServicesPortal-title {
    padding-left: 45px;
  }
}
@media (max-width: 500px) {
  .ServicesPortal-title {
    font-size: 1.1rem;
    padding-left: 35px;
    margin-bottom: 3.125rem;
  }
}
.ServicesPortal-title strong {
  display: block;
  font-size: 1.5em;
}
.ServicesPortal-holder {
  background: #f0f0f0;
  padding: 86px 5% 127px;
  margin: 130px 0 80px;
  position: relative;
}
@media (max-width: 1500px) {
  .ServicesPortal-holder {
    padding: 63px 5% 76px;
    margin: 70px 0 50px;
  }
}
@media (max-width: 1200px) {
  .ServicesPortal-holder {
    padding-top: 41px;
    padding-bottom: 50px;
  }
}
.ServicesPortal-holder:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-17%, -21%);
          transform: translate(-17%, -21%);
  width: 234px;
  height: 234px;
  background: url("/assets/images/msk-destructed-shape.svg") no-repeat center center;
  background-size: 100%;
}
@media (max-width: 1500px) {
  .ServicesPortal-holder:before {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1200px) {
  .ServicesPortal-holder:before {
    width: 100px;
    height: 100px;
    left: 27px;
  }
}
@media (max-width: 500px) {
  .ServicesPortal-holder:before {
    width: 58px;
    height: 58px;
    left: 21px;
    top: 22px;
  }
}
.ServicesPortal-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ServicesPortal-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 56%;
  margin-bottom: -80px;
}
@media (max-width: 1200px) {
  .ServicesPortal-services {
    width: 100%;
  }
}

.ServiceItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  margin-bottom: 80px;
}
@media (max-width: 680px) {
  .ServiceItem {
    width: 100%;
    margin-bottom: 45px;
  }
}
.ServiceItem-icon {
  color: #c4241f;
}
.ServiceItem-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 18px;
}
.ServiceItem-title {
  font-size: 1.25rem;
  margin: 0 0 0.3125rem;
  color: #000;
  font-weight: 800;
}
.ServiceItem-title:hover, .ServiceItem-title:active, .ServiceItem-title:focus {
  color: #c4241f;
}
@media (max-width: 400px) {
  .ServiceItem-title {
    font-size: 1.125rem;
  }
}
.ServiceItem-title a {
  color: inherit;
  text-decoration: none;
}
.ServiceItem-perex {
  line-height: 1.6;
  margin: 0 0 29px;
}
@media (max-width: 400px) {
  .ServiceItem-perex {
    font-size: 0.9375rem;
    margin: 0 0 16px;
  }
}

.ServicesInfo {
  width: 34%;
  margin-left: 5%;
  padding-left: 5%;
  border-left: 2px solid #000;
}
@media (max-width: 1200px) {
  .ServicesInfo {
    width: 100%;
    margin: 70px 0 0;
    padding: 60px 0 0;
    border: none;
    border-top: 2px solid #000;
  }
}
@media (max-width: 680px) {
  .ServicesInfo {
    margin: 80px 0 0;
    padding: 40px 0 0;
  }
}
.ServicesInfo-title {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  color: #000;
  font-weight: 800;
}
.ServicesInfo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ServicesInfo-list li {
  margin-bottom: 14px;
}
.ServicesInfo-list a {
  text-decoration: underline;
}
.ServicesInfo-list a:hover, .ServicesInfo-list a:active, .ServicesInfo-list a:focus {
  text-decoration: none;
}
.ServicesInfo-perex {
  line-height: 1.6;
  margin: 2.875rem 0 4.5625rem;
}
@media (max-width: 500px) {
  .ServicesInfo-perex {
    line-height: 1.6;
    margin: 28px 0 40px;
  }
}
@media (max-width: 1200px) {
  .ServicesInfo-btns {
    text-align: center;
  }
}
.ServicesInfo-btns .Btn {
  margin-bottom: 5px;
}
@media (max-width: 400px) {
  .ServicesInfo-btns .Btn {
    width: 100%;
  }
}

.MskBoxNav {
  margin: 80px 0;
}
@media (max-width: 500px) {
  .MskBoxNav {
    margin: 40px 0;
  }
}
.MskBoxNav-title {
  text-align: center;
}
.MskBoxNav-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 860px) {
  .MskBoxNav-holder {
    max-width: 560px;
    margin: 0 auto;
  }
}

.MskBoxNavItem {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
  color: #000;
  margin-bottom: 2.4375rem;
}
.MskBoxNavItem:hover, .MskBoxNavItem:active, .MskBoxNavItem:focus {
  text-decoration: none;
}
@media (max-width: 860px) {
  .MskBoxNavItem {
    width: 47%;
  }
}
@media (max-width: 480px) {
  .MskBoxNavItem {
    font-size: 1rem;
    margin-bottom: 2.0625rem;
  }
}
.MskBoxNavItem img {
  margin-right: 21px;
}
@media (max-width: 480px) {
  .MskBoxNavItem img {
    width: 30px;
    height: 30px;
    margin-right: 7px;
  }
}
.MskBoxNavItem span {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.MskBoxNavItem span:after {
  content: " ";
  display: block;
  height: 2px;
  margin-top: 0.625rem;
  background: #c4241f;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.375rem;
}
.MskBoxNavItem:hover span:after {
  width: 100%;
}

.OfficeHours {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .OfficeHours {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .OfficeHours {
    margin: 40px 0;
  }
}
.OfficeHours-holder {
  background: #f0f0f0;
  padding: 46px 5% 1px;
  position: relative;
}
@media (max-width: 680px) {
  .OfficeHours-holder {
    padding-top: 30px;
  }
}
.OfficeHours-title {
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin: 0 0 1.125rem;
}
@media (max-width: 680px) {
  .OfficeHours-title {
    font-size: 1.125rem;
  }
}
.OfficeHours-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 2.75rem;
}
@media (max-width: 680px) {
  .OfficeHours-hours {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.9375rem;
  }
}
@media (max-width: 680px) {
  .OfficeHours-hours p {
    width: 100%;
  }
}
.OfficeHours-hours p:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 2%;
  margin: 0 2%;
}
@media (max-width: 680px) {
  .OfficeHours-hours p:nth-child(2) {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.OfficeHours-btns {
  margin-bottom: -31px;
}
.OfficeHours-btns .Btn {
  margin: 4px;
}
@media (max-width: 680px) {
  .OfficeHours-btns .Btn {
    width: 100%;
  }
}

.OurProjects {
  max-width: 1920px;
  margin: 80px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 500px) {
  .OurProjects {
    margin-bottom: 0;
  }
}
.OurProjects-title {
  text-align: center;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 500px) {
  .OurProjects-title {
    margin-bottom: 10px;
  }
}
.OurProjects-prev, .OurProjects-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 0;
  width: 8.5%;
  cursor: pointer;
  padding: 2%;
  margin: 20px 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.OurProjects-prev:hover, .OurProjects-prev:active, .OurProjects-prev:focus, .OurProjects-next:hover, .OurProjects-next:active, .OurProjects-next:focus {
  color: #c4241f;
}
@media (max-width: 800px) {
  .OurProjects-prev, .OurProjects-next {
    width: 10%;
    padding: 3%;
  }
  .OurProjects-prev svg, .OurProjects-next svg {
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
  }
}
@media (max-width: 400px) {
  .OurProjects-prev, .OurProjects-next {
    width: 12%;
  }
}
.OurProjects-prev {
  background: -webkit-gradient(linear, right top, left top, from(#e0e0e0), to(transparent));
  background: linear-gradient(to left, #e0e0e0 0%, transparent 100%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.OurProjects-next {
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(transparent));
  background: linear-gradient(to right, #e0e0e0 0%, transparent 100%);
}
.OurProjects .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.OurProjects-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.OurProjects-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  padding: 20px 0;
}
.OurProjects-slide img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 0 12px #e1e1e1;
          box-shadow: 0 0 12px #e1e1e1;
}

@media (max-width: 480px) {
  .StrategyBanner-container {
    padding: 0;
  }
}
.StrategyBanner-container:before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin-bottom: 74px;
}
@media (max-width: 680px) {
  .StrategyBanner-container:before {
    margin-bottom: 22px;
  }
}
.StrategyBanner--noSeparer .StrategyBanner-container:before {
  background: transparent;
}
.StrategyBanner-banner {
  background: #004289 url("/assets/images/banner-bg.jpg") repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 27px;
  position: relative;
}
@media (max-width: 480px) {
  .StrategyBanner-banner {
    padding: 14px 20px;
  }
}
.StrategyBanner-banner:before {
  content: " ";
  display: block;
  background: #003f63;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.StrategyBanner-banner:hover, .StrategyBanner-banner:active, .StrategyBanner-banner:focus {
  text-decoration: none;
}
.StrategyBanner-banner:hover:before, .StrategyBanner-banner:active:before, .StrategyBanner-banner:focus:before {
  opacity: 0.5;
}
.StrategyBanner-banner:hover .StrategyBanner-icon, .StrategyBanner-banner:active .StrategyBanner-icon, .StrategyBanner-banner:focus .StrategyBanner-icon {
  background: #000;
}
.StrategyBanner-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  position: relative;
}
@media (max-width: 680px) {
  .StrategyBanner-text {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .StrategyBanner-text {
    text-align: left;
    margin-right: auto;
    line-height: 1.4;
  }
}
.StrategyBanner-icon {
  border: 2px solid #fff;
  background: #c4241f;
  color: #fff;
  padding: 2px;
  margin-left: 20px;
  position: relative;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.StrategyBanner-icon svg {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.BreadCrumbs {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.1875rem;
}
@media (max-width: 550px) {
  .BreadCrumbs {
    font-size: 0.8125rem;
  }
}
.BreadCrumbs a {
  color: #c4241f;
  font-weight: 700;
  text-decoration: underline;
}
.BreadCrumbs a:hover, .BreadCrumbs a:active, .BreadCrumbs a:focus {
  text-decoration: none;
}
.BreadCrumbs a:after {
  content: " ";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-top: 1px solid #c4241f;
  border-right: 1px solid #c4241f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 9px;
}

.SubpageHeader {
  background-size: cover;
  padding: 58px 0;
  text-align: center;
}
@media (max-width: 550px) {
  .SubpageHeader {
    padding: 35px 0;
  }
}
.SubpageHeader-title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: 0.1875rem;
}
@media (max-width: 550px) {
  .SubpageHeader-title {
    font-size: 1.4375rem;
  }
}

.ListNews {
  margin-bottom: 55px;
}
.ListNews-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ListNews-more:before, .ListNews-more:after {
  content: " ";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #000;
}
.ListNews-more .Btn {
  margin: 0 3%;
}

.BannerList {
  margin-bottom: 40px;
}
.BannerList-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BannerList-swiperHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 8rem);
  margin: 0 -4rem;
}
@media (max-width: 1380px) {
  .BannerList-swiperHolder {
    width: 100%;
    margin: 0;
  }
}
.BannerList .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.BannerList-swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin: 0 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.BannerList-swiper.is-centered .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BannerList-swiper img {
  display: none;
}
.BannerList-swiper.swiper-container-initialized img {
  display: block;
}
@media (max-width: 580px) {
  .BannerList-swiper {
    margin: 0 1rem;
  }
}
.BannerList-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.BannerList-item img {
  width: 100%;
  height: auto;
}
.BannerList-prev, .BannerList-next {
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.BannerList-prev.swiper-button-disabled, .BannerList-next.swiper-button-disabled {
  visibility: hidden;
}
.BannerList-prev svg, .BannerList-next svg {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
@media (max-width: 580px) {
  .BannerList-prev svg, .BannerList-next svg {
    width: 1rem;
    height: 2rem;
  }
}
.BannerList-prev:hover, .BannerList-prev:focus, .BannerList-next:hover, .BannerList-next:focus {
  color: #c4241f;
}
.BannerList-prev:hover svg, .BannerList-prev:focus svg, .BannerList-next:hover svg, .BannerList-next:focus svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.ListBoxes-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1%;
  margin-right: -1%;
}
.ListBoxes-holder.has-more {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ListBox {
  width: 31.3333%;
  margin: 0 1% 90px;
}
@media (max-width: 960px) {
  .ListBox {
    width: 48%;
    margin-bottom: 50px;
  }
}
@media (max-width: 580px) {
  .ListBox {
    width: 98%;
    margin-bottom: 40px;
  }
}
.ListBox-title {
  background: #004289;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 13px 21px;
  line-height: 1.2;
  margin: 0 0 39px;
}
@media (max-width: 780px) {
  .ListBox-title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 380px) {
  .ListBox-title {
    font-size: 1rem;
  }
}
.ListBox--highlited .ListBox-title {
  background: #f39200;
  color: #000;
}
.ListBox-title a {
  color: inherit;
}
.ListBox-list {
  list-style: none;
  margin: 0 0 55px;
  padding: 0;
}
@media (max-width: 580px) {
  .ListBox-list {
    margin-bottom: 20px;
  }
}
.ListBox-list li {
  position: relative;
  padding-left: 47px;
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0 0 1.75rem;
  line-height: 1.4;
}
@media (max-width: 780px) {
  .ListBox-list li {
    font-size: 1rem;
  }
}
@media (max-width: 380px) {
  .ListBox-list li {
    font-size: 0.9375rem;
    padding-left: 41px;
  }
}
.ListBox-list li a {
  color: inherit;
  text-decoration: underline;
}
.ListBox-list li a:hover, .ListBox-list li a:active, .ListBox-list li a:focus {
  text-decoration: none;
}
.ListBox-list li:before {
  content: url("/assets/images/list-red.svg");
  position: absolute;
  left: 0;
  top: -2px;
}
.ListBox--highlited .ListBox-list li:before {
  content: url("/assets/images/list-yellow.svg");
}
.ListBox-date {
  font-size: 0.875rem;
  color: #585858;
  font-weight: 400;
  margin: 12px 0 0;
}
.ListBox-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.1875rem;
}
@media (max-width: 960px) {
  .ListBox-more {
    font-size: 15px;
    letter-spacing: 0.0625rem;
  }
}
.ListBox-more svg {
  margin-left: 1.25rem;
}
.ListBox-more span {
  margin-top: 0.125rem;
}

.DocumentLinks {
  border-top: 2px solid #000;
  padding: 60px 0;
}
.DocumentLinks-title {
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 2.8125rem;
}
@media (max-width: 580px) {
  .DocumentLinks-title {
    font-size: 1.25rem;
  }
}
.DocumentLinks-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.DocumentLinks-list li {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 800;
  position: relative;
  padding-left: 47px;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media (max-width: 580px) {
  .DocumentLinks-list li {
    font-size: 1rem;
  }
}
.DocumentLinks-list li:before {
  content: url("/assets/images/list-blue.svg");
  position: absolute;
  left: 0;
  top: -3px;
}
.DocumentLinks-list li a {
  color: inherit;
  text-decoration: underline;
}
.DocumentLinks-list li a:hover, .DocumentLinks-list li a:active, .DocumentLinks-list li a:focus {
  text-decoration: none;
}

.ContactForm {
  padding: 0 20px;
}
.ContactForm-container {
  border: 1px solid #000;
  padding: 80px;
}
@media (max-width: 580px) {
  .ContactForm-container {
    padding: 11%;
  }
}
.ContactForm-form {
  max-width: 675px;
  margin: 0 auto;
}
.ContactForm-title {
  text-align: center;
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 800;
  margin: 0 0 40px;
  letter-spacing: 0;
}
.ContactForm-title + .ContactForm-perex {
  margin-top: -20px;
}
.ContactForm-perex {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 40px;
}

.TextContent form {
  border: 1px solid #000;
  padding: 80px;
  margin-bottom: 2.75rem;
}
@media (max-width: 580px) {
  .TextContent form {
    padding: 11%;
  }
}
.TextContent form fieldset {
  background: #f0f0f0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  border: none;
  position: relative;
  padding: 30px 31px 30px;
  margin: 10px 0 42px;
}
.TextContent form fieldset:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .TextContent form fieldset {
    padding: 30px 20px 20px;
  }
}
.TextContent form fieldset legend {
  background: #c4241f;
  color: #fff;
  font-weight: 700;
  padding: 6px 20px;
  font-size: 15px;
}
.TextContent form fieldset input[type=button] {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  padding: 0.5rem 0.6rem;
}
.TextContent form label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.TextContent form input[type=text],
.TextContent form input[type=date],
.TextContent form textarea,
.TextContent form select {
  width: 100%;
  height: 3.1875rem;
  line-height: 3.1875rem;
  outline: none;
  font-size: 1rem;
  background: #fff;
  padding: 0 1.25rem;
  -webkit-box-shadow: inset 4px 0 0 rgba(0, 106, 255, 0);
          box-shadow: inset 4px 0 0 rgba(0, 106, 255, 0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  margin: 0;
  font-weight: 400;
  margin-bottom: 20px;
}
.TextContent form input[type=text]:focus,
.TextContent form input[type=date]:focus,
.TextContent form textarea:focus,
.TextContent form select:focus {
  -webkit-box-shadow: inset 4px 0 0 #c4241f;
          box-shadow: inset 4px 0 0 #c4241f;
}
.TextContent form input[type=text]::-webkit-input-placeholder, .TextContent form input[type=date]::-webkit-input-placeholder, .TextContent form textarea::-webkit-input-placeholder, .TextContent form select::-webkit-input-placeholder {
  color: #555555;
}
.TextContent form input[type=text]::-moz-placeholder, .TextContent form input[type=date]::-moz-placeholder, .TextContent form textarea::-moz-placeholder, .TextContent form select::-moz-placeholder {
  color: #555555;
}
.TextContent form input[type=text]:-ms-input-placeholder, .TextContent form input[type=date]:-ms-input-placeholder, .TextContent form textarea:-ms-input-placeholder, .TextContent form select:-ms-input-placeholder {
  color: #555555;
}
.TextContent form input[type=text]::-ms-input-placeholder, .TextContent form input[type=date]::-ms-input-placeholder, .TextContent form textarea::-ms-input-placeholder, .TextContent form select::-ms-input-placeholder {
  color: #555555;
}
.TextContent form input[type=text]::placeholder,
.TextContent form input[type=date]::placeholder,
.TextContent form textarea::placeholder,
.TextContent form select::placeholder {
  color: #555555;
}
.TextContent form textarea {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  height: 7.625rem;
  resize: vertical;
}
.TextContent form select {
  background-image: url("data:image/svg+xml,%0A%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg%3E%3Cpath xmlns:default='http://www.w3.org/2000/svg' id='sort-down' d='M17.13,9.2C17.01,9.08,16.84,9,16.66,9H7.34C6.97,9,6.68,9.29,6.67,9.66c0,0.18,0.07,0.35,0.2,0.48 l4.66,4.66c0.25,0.26,0.66,0.27,0.92,0.02c0.01-0.01,0.01-0.01,0.02-0.02l4.66-4.66c0.26-0.25,0.27-0.66,0.02-0.92 C17.14,9.21,17.14,9.21,17.13,9.2z' style='fill: %23c4241f;' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 99% center;
}
.TextContent form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #000;
  background: none;
  width: 16px;
  height: 16px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: 0;
  margin-right: 8px;
}
.TextContent form input[type=checkbox]:after {
  content: " ";
  display: block;
  width: 9px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.TextContent form input[type=checkbox]:disabled {
  opacity: 0.5;
}
.TextContent form input[type=checkbox]:hover, .TextContent form input[type=checkbox]:focus {
  background: #c4241f;
  border-color: #c4241f;
}
.TextContent form input[type=checkbox]:checked {
  background: #c4241f;
  border-color: #c4241f;
}
.TextContent form input[type=checkbox]:checked:after {
  opacity: 1;
}
.TextContent form input[type=submit],
.TextContent form input[type=button] {
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: #c4241f;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  outline: 0;
  letter-spacing: 0.1875rem;
  padding: 1.1875rem 2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 550px) {
  .TextContent form input[type=submit],
.TextContent form input[type=button] {
    font-size: 1rem;
    padding: 1rem 1.25rem;
    letter-spacing: 0.125rem;
  }
}
.TextContent form input[type=submit]:hover, .TextContent form input[type=submit]:active, .TextContent form input[type=submit]:focus,
.TextContent form input[type=button]:hover,
.TextContent form input[type=button]:active,
.TextContent form input[type=button]:focus {
  background: #6c1411;
  text-decoration: none;
}
.TextContent form input[type=submit].Btn--secondary,
.TextContent form input[type=button].Btn--secondary {
  background: #004289;
}
.TextContent form input[type=submit].Btn--secondary:hover, .TextContent form input[type=submit].Btn--secondary:active, .TextContent form input[type=submit].Btn--secondary:focus,
.TextContent form input[type=button].Btn--secondary:hover,
.TextContent form input[type=button].Btn--secondary:active,
.TextContent form input[type=button].Btn--secondary:focus {
  background: #001123;
}
.TextContent form input[type=submit].Btn--ghost,
.TextContent form input[type=button].Btn--ghost {
  border: 2px solid #000;
  color: #000 !important;
  background: transparent;
}
.TextContent form input[type=submit].Btn--ghost:hover, .TextContent form input[type=submit].Btn--ghost:active, .TextContent form input[type=submit].Btn--ghost:focus,
.TextContent form input[type=button].Btn--ghost:hover,
.TextContent form input[type=button].Btn--ghost:active,
.TextContent form input[type=button].Btn--ghost:focus {
  background: #000;
  color: #fff !important;
}
.TextContent form input[type=submit].Btn--small,
.TextContent form input[type=button].Btn--small {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  padding: 0.5rem 0.6rem;
}
.TextContent form > div[style="float:left;"] {
  width: 100%;
}
.TextContent form h2, .TextContent form h3 {
  margin-bottom: 1rem;
}
.TextContent form p {
  margin: 20px 0;
}
.TextContent form table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
  border-spacing: 10px 0;
}
@media (max-width: 48rem) {
  .TextContent form table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.TextContent .jobOffer {
  border-bottom: 2px solid black;
  margin-bottom: 2rem;
  padding-bottom: 0.9rem;
}
.TextContent .jobOffer .contentBody {
  max-height: 5rem;
  overflow: hidden;
  position: relative;
}
.TextContent .jobOffer .contentBody:before {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.TextContent .jobOffer h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.TextContent .jobOffer .btnContainer {
  text-align: right;
}
.TextContent .jobOffer .btnContainer .toggleBtn {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
}
.TextContent .jobOffer .btnContainer .toggleBtn .btnIco {
  position: relative;
  top: 0.3rem;
}
.TextContent .jobOffer .btnContainer .toggleBtn.-hide {
  display: none;
}
.TextContent .jobOffer.showed .contentBody {
  max-height: unset;
}
.TextContent .jobOffer.showed .contentBody:before {
  display: none;
}
.TextContent .jobOffer.showed .toggleBtn.-show {
  display: none;
}
.TextContent .jobOffer.showed .toggleBtn.-hide {
  display: inline-block;
}
.TextContent .jobOffer p {
  margin-bottom: 0.6rem;
}

.IconNav {
  padding-block: 3.5rem;
}
.IconNav-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
}
@media (max-width: calc(48rem - 1px)) {
  .IconNav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(2rem, 7vw, 3rem) 0;
  }
}
.IconNavItem {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  color: #000000;
  text-align: center;
}
@media (max-width: calc(48rem - 1px)) {
  .IconNavItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0%;
            flex: 0 1 0%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
@media (max-width: calc(32rem - 1px)) {
  .IconNavItem {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.IconNavItem:hover, .IconNavItem:active, .IconNavItem:focus {
  text-decoration: underline;
}
.IconNavItem:hover .IconNavItem-icon, .IconNavItem:active .IconNavItem-icon, .IconNavItem:focus .IconNavItem-icon {
  background-color: #981c18;
}
.IconNavItem-icon {
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #c4241f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.IconNavItem-icon svg {
  height: 2.5rem;
  width: auto;
}
.IconNavItem-title {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 700;
}

.GallerySlider {
  padding-block: 3.5rem;
}
.GallerySlider-title {
  text-align: center;
}
.GallerySlider-slider {
  position: relative;
  overflow: hidden;
}
.GallerySlider .swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.GallerySlider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.GallerySlider-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.GallerySlider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.GallerySlider-pagination .swiper-pagination-bullet {
  width: 0.675rem;
  height: 0.675rem;
  border-radius: 50%;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
}
.GallerySlider-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid #c4241f;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.GallerySlider-pagination .swiper-pagination-bullet-active {
  background: transparent;
}
.GallerySlider-pagination .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.GallerySlider-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  background: #c4241f;
}
.GallerySlider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: calc(32rem - 1px)) {
  .GallerySlider-button {
    display: none;
  }
}
.GallerySlider-button:hover, .GallerySlider-button:active, .GallerySlider-button:focus {
  color: #c4241f;
}
.GallerySlider-button--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.GallerySlider-button svg {
  width: 2.5rem;
  height: 2.5rem;
}
.GallerySliderItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  overflow: hidden;
}
.GallerySliderItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.GallerySliderItem:not(.GallerySliderItem.swiper-slide-active) {
  pointer-events: none;
  position: relative;
}
.GallerySliderItem:not(.GallerySliderItem.swiper-slide-active):after {
  opacity: 0.75;
}
.GallerySliderItem:not(.GallerySliderItem.swiper-slide-active).swiper-slide-prev:after, .GallerySliderItem:not(.GallerySliderItem.swiper-slide-active).swiper-slide-next:after {
  opacity: 0.25;
}
.GallerySliderItem-content {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 10%;
  background: -webkit-gradient(linear, left top, right top, color-stop(13.29%, rgba(0, 0, 0, 0.6)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 13.29%, transparent);
}
.GallerySliderItem-contentWrapper {
  max-width: 35rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.GallerySliderItem img {
  z-index: -1;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}


.CareerBox {
  padding-block: 4rem;
}
.CareerBox-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: clamp(0.5rem, 1.6vw, 2rem);
}
@media (min-width: 48rem) {
  .CareerBox-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.CareerBoxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-decoration: none;
  color: #fff;
  max-width: 35rem;
}
.CareerBoxItem:hover {
  text-decoration: none;
}
.CareerBoxItem-image {
  position: relative;
}
.CareerBoxItem-image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.CareerBoxItem-content {
  background-color: #004289;
  padding: 1rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.CareerBoxItem-title {
  font-weight: 700;
  font-size: 1.125rem;
}
.CareerBoxItem:hover .CareerBoxItem-title {
  text-decoration: underline;
}
.CareerBoxItem-text {
  margin-top: 0.5rem;
}

.OurValues {
  padding-block: 3.5rem;
}
.OurValues-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 2rem;
}
@media (min-width: 48rem) {
  .OurValues-items {
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    gap: 3rem;
  }
}
@media (min-width: 64rem) {
  .OurValues-items {
    grid-template-columns: repeat(6, -webkit-max-content);
    grid-template-columns: repeat(6, max-content);
    gap: 1rem;
  }
}
.OurValues-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.OurValues-item img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  margin-inline: auto;
}
@media (min-width: 32rem) {
  .OurValues-item img {
    max-width: unset;
    width: auto;
    max-height: 7.5rem;
  }
}
@media (min-width: 48rem) {
  .OurValues-item img {
    max-height: 8rem;
  }
}
@media (min-width: 64rem) {
  .OurValues-item img {
    max-height: 6rem;
  }
}
@media (max-width: calc(32rem - 1px)) {
  .OurValues-item--spoluprace img {
    max-width: 75%;
  }
  .OurValues-item--odpovednost img {
    max-width: 90%;
  }
  .OurValues-item--profesionalita img {
    max-width: 95%;
  }
  .OurValues-item--respekt img {
    max-width: clamp(50%, 23vw, 65%);
  }
  .OurValues-item--vstricnost img {
    max-width: 70%;
  }
}
@media (min-width: 32rem) {
  .OurValues-item {
    max-width: unset;
  }
  .OurValues-item--odpovednost img {
    max-height: 10rem;
  }
  .OurValues-item--duveryhodnost img {
    max-height: 7rem;
  }
  .OurValues-item--respekt img {
    max-height: 6.5rem;
  }
}
@media (min-width: 64rem) {
  .OurValues-item--odpovednost img {
    max-height: 7.5rem;
  }
  .OurValues-item--duveryhodnost img {
    max-height: 5.5rem;
  }
  .OurValues-item--respekt img {
    max-height: 5.25rem;
  }
}


.AppHeader {
  position: relative;
  min-height: 180px;
  background: #fff;
}
@media (max-width: 1200px) {
  .AppHeader {
    position: sticky;
    top: 0;
    min-height: auto;
    border-bottom: 0.125rem solid rgba(0, 66, 137, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 10;
  }
}
@media (min-width: 1201px) {
  .AppHeader.is-sticked {
    position: sticky;
    top: -180px;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 10;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media (min-width: 1201px) and (max-width: 1200px) {
  .AppHeader.is-sticked {
    top: -92px;
    border: 0;
  }
}
@media (min-width: 1201px) {
  .AppHeader.is-sticked:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 0.125rem solid rgba(0, 66, 137, 0.1);
    pointer-events: none;
    z-index: 2;
  }
}
@media (min-width: 1201px) {
  .AppHeader.is-sticked .AppHeader-btn,
.AppHeader.is-sticked .AppHeader-colab,
.AppHeader.is-sticked .AppHeader-nav picture {
    display: none;
  }
}
@media (min-width: 1201px) {
  .AppHeader.is-sticked .AppHeader-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 1;
  }
}
@media (min-width: 1201px) and (max-width: 1200px) {
  .AppHeader.is-sticked .AppHeader-nav {
    position: relative;
  }
}
@media (min-width: 1201px) {
  .AppHeader.is-sticked .skipto {
    display: none;
  }
}
@media (min-width: 1201px) {
  .AppHeader.is-sticked .HeaderNav {
    min-height: 80px;
    padding-left: 291px;
    padding-right: 200px;
  }
}
@media (min-width: 1201px) and (max-width: 1660px) {
  .AppHeader.is-sticked .HeaderNav > li:not(:first-child) {
    margin-left: 80px;
  }
}
@media (min-width: 1201px) and (max-width: 1480px) {
  .AppHeader.is-sticked .HeaderNav > li:not(:first-child) {
    margin-left: 28px;
  }
}
@media (min-width: 1201px) {
  .AppHeader.is-sticked .AppHeader-logo img {
    max-height: 57px;
  }
}
@media (min-width: 1201px) {
  .AppHeader.is-sticked .AppHeader-container {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (min-width: 1201px) {
  .AppHeader.is-sticked .MegaNav:before {
    height: 24px;
  }
}
.AppHeader.is-up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1200px) {
  .AppHeader.is-up {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.AppHeader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}
.AppHeader-logo {
  margin-right: auto;
  outline: 0;
}
.AppHeader-logo:focus {
  outline: 1px dotted;
}
.AppHeader-logo img {
  height: auto;
}
@media (max-width: 1200px) {
  .AppHeader-logo img {
    width: 200px;
  }
}
@media (max-width: 380px) {
  .AppHeader-logo img {
    width: 165px;
  }
}
@media (max-width: 500px) {
  .AppHeader.is-searchOpened .AppHeader-logo img {
    opacity: 0;
  }
}
.AppHeader-btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin-right: 26px;
}
@media (max-width: 1200px) {
  .AppHeader-btn {
    margin-right: 0;
  }
  .AppHeader-container > .AppHeader-btn {
    display: none;
  }
}
.AppHeader-btn svg {
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.AppHeader-nav {
  position: relative;
  background: rgba(0, 66, 137, 0.1);
}
@media (max-width: 1200px) {
  .AppHeader-nav {
    background: none;
    width: 100%;
  }
  .AppHeader > .AppHeader-nav {
    display: none;
  }
}
.AppHeader-search {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.5625rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 580px) {
  .AppHeader-search {
    width: 46px;
    margin-right: 6px;
  }
  .AppHeader.is-searchOpened .AppHeader-search input {
    -webkit-transform: translateX(-100%) scaleX(1);
            transform: translateX(-100%) scaleX(1);
    opacity: 1;
  }
  .AppHeader.is-searchOpened .AppHeader-search button {
    pointer-events: auto;
  }
}
.AppHeader:not(.is-sticked) .AppHeader-search--home {
  display: none;
}
.AppHeader-search input {
  background: #e5ecf3;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  outline: 0;
  padding: 0 38px 0 19px;
  width: 180px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media (max-width: 580px) {
  .AppHeader-search input {
    -webkit-transform: translateX(-100%) scaleX(0);
            transform: translateX(-100%) scaleX(0);
    opacity: 0;
    position: relative;
    right: -46px;
  }
}
.AppHeader-search input::-webkit-input-placeholder {
  color: #3b4c5d;
}
.AppHeader-search input::-moz-placeholder {
  color: #3b4c5d;
}
.AppHeader-search input:-ms-input-placeholder {
  color: #3b4c5d;
}
.AppHeader-search input::-ms-input-placeholder {
  color: #3b4c5d;
}
.AppHeader-search input::placeholder {
  color: #3b4c5d;
}
.AppHeader-search button {
  height: 46px;
  width: 46px;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.5625rem;
  outline: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 0;
  padding: 0;
}
@media (max-width: 580px) {
  .AppHeader-search button {
    pointer-events: none;
  }
}
.AppHeader-search button svg {
  min-width: 30px;
  min-height: 30px;
}
.AppHeader-fontSizer {
  background: rgba(0, 66, 137, 0.1);
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 30px;
  font-weight: 800;
  padding: 0 1rem;
  margin-right: 25px;
}
.AppHeader-fontSizer span {
  color: #c4241f;
  padding: 7px 5px;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.AppHeader-fontSizer span.is-active, .AppHeader-fontSizer span:hover, .AppHeader-fontSizer span:focus {
  color: #3b4c5d;
}
.AppHeader-fontSizer span:nth-child(1) {
  font-size: 17px;
}
.AppHeader-fontSizer span:nth-child(2) {
  font-size: 22px;
}
.AppHeader-fontSizer span:nth-child(3) {
  font-size: 27px;
}
.AppHeader-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .AppHeader-socials {
    margin-top: 25px;
  }
}
.AppHeader-socials a {
  color: #004289;
  text-decoration: none;
  outline: 0;
  width: 45px;
  height: 45px;
  border: 2px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.AppHeader-socials a:hover, .AppHeader-socials a:active, .AppHeader-socials a:focus {
  color: #c4241f;
}
.AppHeader-socials a:last-child {
  margin-right: 0;
}
.AppHeader-colab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .AppHeader-colab {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 99%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 3;
    width: 320px;
    max-width: calc(100vw - 40px);
    background: #fff;
    padding: 0 31px 36px;
    -webkit-box-shadow: -5px 11px 10px rgba(0, 0, 0, 0.12);
            box-shadow: -5px 11px 10px rgba(0, 0, 0, 0.12);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .AppHeader-colab.is-open {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 550px) {
  .AppHeader-colab {
    width: 100%;
    max-width: 100%;
  }
}

.HeaderNav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .HeaderNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    margin: 0 0 24px;
  }
}
.HeaderNav > li {
  margin-left: 92px;
}
.HeaderNav > li:first-child {
  margin-left: auto;
}
@media (max-width: 1480px) {
  .HeaderNav > li:first-child {
    margin-left: 0;
  }
}
.HeaderNav > li:last-child {
  margin-left: 8%;
}
@media (max-width: 1480px) {
  .HeaderNav > li:last-child {
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  .HeaderNav > li:last-child {
    margin-top: 17px !important;
  }
}
@media (max-width: 1480px) {
  .HeaderNav > li {
    margin-left: 46px;
  }
}
@media (max-width: 1200px) {
  .HeaderNav > li {
    margin-left: 0 !important;
  }
}
.HeaderNav > li > a {
  letter-spacing: 0.1875rem;
  font-size: 1.0625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 11px 4px;
  position: relative;
  font-weight: 800;
  outline: 0;
  display: block;
}
@media (max-width: 1200px) {
  .HeaderNav > li > a {
    display: inline-block;
    padding: 10px 0;
  }
}
.HeaderNav > li > a:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #c4241f;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.HeaderNav > li:last-child {
  margin-right: 0;
}
.HeaderNav > li:last-child > a {
  background: rgba(196, 36, 31, 0.55);
  color: #fff;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.HeaderNav > li:last-child > a:hover, .HeaderNav > li:last-child > a:active, .HeaderNav > li:last-child > a:focus {
  background-color: #c4241f;
}
.HeaderNav > li:hover a:after, .HeaderNav > li:focus a:after, .HeaderNav > li a:hover:after, .HeaderNav > li a:focus:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.HeaderNav > li:hover .MegaNav, .HeaderNav > li:focus .MegaNav, .HeaderNav > li:focus-within .MegaNav {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  pointer-events: all;
}

.MegaNav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 3;
  padding: 42px 0 16px;
  -webkit-box-shadow: 0 14px 12px rgba(0, 0, 0, 0.26);
          box-shadow: 0 14px 12px rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .MegaNav {
    position: static;
    -webkit-transform: none;
            transform: none;
    opacity: 0;
    pointer-events: all;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    overflow: hidden;
    max-height: 0;
  }
}
.MegaNav.is-open {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  pointer-events: all;
}
@media (max-width: 1200px) {
  .MegaNav.is-open {
    opacity: 1;
    max-height: 1000px;
  }
}
.MegaNav:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 15px;
}
.MegaNav-icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: 2px solid #000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1200px) {
  .MegaNav-icon {
    top: 1px;
  }
}
.MegaNav-icon.is-open {
  border-radius: 8px;
  border-color: #0e0e0e;
}
@media (max-width: 1200px) {
  .MegaNav-icon.is-open:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.MegaNav-icon:after {
  content: " ";
  position: absolute;
  inset: 0;
  background: url("/assets/images/icons/down-menu-black.svg") no-repeat center center;
  -webkit-transition: inherit;
  transition: inherit;
}
@media (max-width: 1200px) {
  .MegaNav-container {
    padding: 10px 0;
  }
}
.MegaNav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -1.5%;
}
@media (max-width: 1200px) {
  .MegaNav-list {
    margin: 0;
  }
}
.MegaNav-list > li {
  width: 21%;
  margin: 0 1.5% 20px;
  position: relative;
  min-height: 2.4em;
}
@media (max-width: 1200px) {
  .MegaNav-list > li {
    width: 100%;
    margin: 0 0 11px;
    min-height: 0;
  }
}
.MegaNav-list > li > a {
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 38px;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
  color: #000;
  outline-offset: 0.25rem;
}
@media (max-width: 1200px) {
  .MegaNav-list > li > a {
    font-size: 16px;
    padding-top: 7px;
  }
}
.MegaNav-list > li ul {
  list-style: none;
  margin: 0;
  padding: 10px 17px;
  background: #0e0e0e;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  top: calc(100% + 15px);
  width: 100%;
  right: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
@media (max-width: 1200px) {
  .MegaNav-list > li ul {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    position: relative;
    top: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 20px;
    background: transparent;
  }
}
.MegaNav-list > li ul.is-open {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media (max-width: 1200px) {
  .MegaNav-list > li ul.is-open {
    opacity: 1;
    max-height: 500px;
    margin-top: 12px;
  }
}
.MegaNav-list > li ul:before {
  content: " ";
  display: block;
  border: 7px solid;
  border-color: transparent transparent #0e0e0e transparent;
  position: absolute;
  left: 7px;
  top: -13px;
}
@media (max-width: 1200px) {
  .MegaNav-list > li ul:before {
    display: none;
  }
}
.MegaNav-list > li ul li {
  width: 100%;
  margin: 0 0 3px;
  z-index: 2;
}
.MegaNav-list > li ul li:last-child {
  margin-bottom: 0;
}
.MegaNav-list > li ul li a {
  width: 100%;
  font-size: 15px;
  padding: 6px 0;
  font-weight: 500;
  color: #fff;
  display: block;
}
@media (max-width: 1200px) {
  .MegaNav-list > li ul li a {
    color: #000;
  }
}

.LangSwitcher {
  border-left: 2px solid #000;
  position: relative;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 800;
  color: #000;
  padding: 0.375rem 1.125rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1200px) {
  .LangSwitcher {
    margin: 23px 0;
  }
}
.LangSwitcher:hover, .LangSwitcher:active, .LangSwitcher:focus {
  text-decoration: none;
  color: #c4241f;
}
.LangSwitcher svg {
  margin-right: 5px;
}

.FooterNav {
  background: #c4241f;
  color: #fff;
  padding: 50px 0 20px;
}
@media (max-width: 500px) {
  .FooterNav {
    padding: 20px 0 1px;
  }
}
.FooterNav a {
  color: inherit;
}
.FooterNav-icon {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.FooterNav-icon.is-open:after {
  border-radius: 8px;
  border-color: #0e0e0e;
}
.FooterNav-icon:after {
  content: " ";
  display: block;
  background: url("/assets/images/icons/down-menu.svg") no-repeat center center;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.FooterNav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -1.5%;
}
.FooterNav-list li {
  width: 21%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  position: relative;
  margin: 0 1.5% 20px;
  min-height: 2.4em;
}
@media (max-width: 1200px) {
  .FooterNav-list li {
    width: 30%;
  }
}
@media (max-width: 880px) {
  .FooterNav-list li {
    width: 45%;
  }
}
@media (max-width: 500px) {
  .FooterNav-list li {
    width: 100%;
  }
}
.FooterNav-list li a {
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 38px;
  display: block;
  padding-top: 0.25rem;
}
.FooterNav-list li ul {
  list-style: none;
  margin: 0;
  padding: 10px 17px;
  background: #0e0e0e;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  top: calc(100% + 15px);
  width: 100%;
  right: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.FooterNav-list li ul.is-open {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.FooterNav-list li ul:before {
  content: " ";
  display: block;
  border: 7px solid;
  border-color: transparent transparent #0e0e0e transparent;
  position: absolute;
  left: 7px;
  top: -13px;
}
.FooterNav-list li ul li {
  width: 100%;
  margin: 0 0 3px;
  z-index: 2;
}
.FooterNav-list li ul li:last-child {
  margin-bottom: 0;
}
.FooterNav-list li ul li a {
  width: 100%;
  font-size: 15px;
  padding: 6px 0;
}

.NavBurger {
  padding: 12px 27px;
  margin-right: -20px;
  border-left: 1px solid #000;
  display: none;
  text-decoration: none;
  color: #000;
}
@media (max-width: 1200px) {
  .NavBurger {
    display: block;
  }
}
@media (max-width: 580px) {
  .NavBurger {
    padding: 12px 17px;
    margin-right: -12px;
  }
}
.NavBurger:hover, .NavBurger:active, .NavBurger:focus {
  text-decoration: none;
}
.NavBurger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  margin: 5px 0 5px 2px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.NavBurger span:last-child {
  width: 18px;
}
.NavBurger div {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 7px;
}
.NavBurger.is-open span:first-child {
  -webkit-transform: rotate(45deg) translate(1px, -5px);
          transform: rotate(45deg) translate(1px, -5px);
}
.NavBurger.is-open span:nth-child(2) {
  opacity: 0;
}
.NavBurger.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(1px, 3px);
          transform: rotate(-45deg) translate(1px, 3px);
  width: 26px;
}

.AppFooter {
  padding: 38px 0 48px;
}
@media (max-width: 480px) {
  .AppFooter {
    padding-top: 24px;
  }
}
.AppFooter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.AppFooter-logo {
  width: 27%;
  padding: 0 35px;
}
@media (max-width: 1200px) {
  .AppFooter-logo {
    width: 50%;
    margin-bottom: 22px;
  }
}
@media (max-width: 480px) {
  .AppFooter-logo {
    width: 100%;
    padding: 0;
    padding-right: 20%;
  }
}
.AppFooter-logo img {
  max-width: 100%;
  height: auto;
}
.AppFooter-logo + .AppFooter-col {
  border: none;
}
.AppFooter-col {
  padding: 0 35px;
  border-left: 1px solid #000;
  font-size: 0.875rem;
}
@media (max-width: 1200px) {
  .AppFooter-col {
    width: 50% !important;
    margin-bottom: 32px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .AppFooter-col {
    width: 100% !important;
    padding: 0;
    border: none;
  }
}
.AppFooter-col:nth-child(2) {
  width: 22%;
}
.AppFooter-col:nth-child(3) {
  width: 24%;
}
.AppFooter-col:nth-child(4) {
  width: 27%;
}
.AppFooter-col p {
  line-height: 1.3;
  margin: 0 0 0.8rem;
}
.AppFooter-col p:last-child {
  margin-bottom: 0;
}
.AppFooter-links {
  width: 100%;
  color: #004289;
  font-weight: 800;
  text-align: right;
  margin-top: 22px;
  padding-right: 2%;
}
@media (max-width: 1200px) {
  .AppFooter-links {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .AppFooter-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.AppFooter-links a {
  color: inherit;
  text-decoration: underline;
}
.AppFooter-links a:hover, .AppFooter-links a:active, .AppFooter-links a:focus {
  text-decoration: none;
}
@media (max-width: 480px) {
  .AppFooter-links span {
    opacity: 0;
    height: 11px;
  }
}

.TextContent {
  padding-bottom: 50px;
}
.TextContent figure figcaption {
  font-style: italic;
  margin: 0.5rem 0 1rem !important;
}

.ScrollTopBtn {
  background: #c4241f;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 0.5em 0.9em 0;
  -webkit-box-shadow: 0 0 30px #00000033;
          box-shadow: 0 0 30px #00000033;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ScrollTopBtn:hover {
  background: #000;
}
.ScrollTopBtn svg {
  height: auto;
  width: 21px;
}
/*# sourceMappingURL=layout.css.map */
