@charset "UTF-8";
/*#region GRID overring bootstrap*/
/*#endregion*/
/*#region HEROES*/
/*#endregion*/
/*#region COLORS*/
/*#endregion*/
/*#region THEMES*/
/*#endregion*/
/*#region TYPOGRAPHY*/
/*#endregion*/
/*#region Z-INDEX*/
/*#endregion*/
/*#region LAYOUT*/
/*#endregion*/
/*#region Forms*/
/*#endregion*/
/*#region PATHS*/
/*#endregion*/
/*#region VARIOUS*/
/*#endregion*/
/*#region icons*/
/*#endregion*/
/*#region POSITIONS*/
/*#endregion*/
/*#region Gradients*/
/*#endregion*/
/*#region BACKGROUND*/
/*#endregion*/
/*@mixin scr-devices(){
    @include media-breakpoint-between(xs, md) { @content; }
}*/
/*#region FORMS*/
/*#endregion*/
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Inter;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone, .dropzone *, .dropzone-custom, .dropzone-custom * {
  box-sizing: border-box;
}

.dropzone, .dropzone-custom {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable, .dropzone-custom.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable *, .dropzone-custom.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *, .dropzone-custom.dz-clickable .dz-message, .dropzone-custom.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message, .dropzone-custom.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover, .dropzone-custom.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message, .dropzone-custom.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message, .dropzone-custom .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview, .dropzone-custom .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover, .dropzone-custom .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details, .dropzone-custom .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image, .dropzone-custom .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details, .dropzone-custom .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview, .dropzone-custom .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details, .dropzone-custom .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove, .dropzone-custom .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover, .dropzone-custom .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details, .dropzone-custom .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details, .dropzone-custom .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size, .dropzone-custom .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename, .dropzone-custom .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span, .dropzone-custom .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover), .dropzone-custom .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span, .dropzone-custom .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span, .dropzone-custom .dz-preview .dz-details .dz-filename span, .dropzone-custom .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img, .dropzone-custom .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image, .dropzone-custom .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img, .dropzone-custom .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark, .dropzone-custom .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark, .dropzone-custom .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark, .dropzone-custom .dz-preview .dz-success-mark, .dropzone-custom .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg, .dropzone-custom .dz-preview .dz-success-mark svg, .dropzone-custom .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress, .dropzone-custom .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress, .dropzone-custom .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress, .dropzone-custom .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress, .dropzone-custom .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload, .dropzone-custom .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message, .dropzone-custom .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message, .dropzone-custom .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message, .dropzone-custom .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after, .dropzone-custom .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container, .b-title, .b-talk, .s-article__conts, .s-four-reasons__conts, .s-hero-inner__conts, .s-overview__conts, .s-benefits__conts, .s-ribbon-three__conts, .s-product__conts, .s-accordion__conts, .s-error-404__conts, .s-error-500__conts, .s-financial-results, .s-news__conts, .s-values__conts, .s-numbers__conts, .s-history__conts, .s-directors__conts, .s-awards__conts, .s-about__conts, .s-careers__conts, .s-org-chart__conts, .s-join__conts, .s-submit-cv__conts, .s-headquarters__conts, .s-search__conts, .s-search-results__conts, .s-top-announcements__conts, .header__main__conts, .header__sub ul, .footer__top, .footer__main, .footer__below__conts {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .b-title, .b-talk, .s-article__conts, .s-four-reasons__conts, .s-hero-inner__conts, .s-overview__conts, .s-benefits__conts, .s-ribbon-three__conts, .s-product__conts, .s-accordion__conts, .s-error-404__conts, .s-error-500__conts, .s-financial-results, .s-news__conts, .s-values__conts, .s-numbers__conts, .s-history__conts, .s-directors__conts, .s-awards__conts, .s-about__conts, .s-careers__conts, .s-org-chart__conts, .s-join__conts, .s-submit-cv__conts, .s-headquarters__conts, .s-search__conts, .s-search-results__conts, .s-top-announcements__conts, .header__main__conts, .header__sub ul, .footer__top, .footer__main, .footer__below__conts {
    max-width: 767px;
  }
}

@media (min-width: 768px) {
  .container, .b-title, .b-talk, .s-article__conts, .s-four-reasons__conts, .s-hero-inner__conts, .s-overview__conts, .s-benefits__conts, .s-ribbon-three__conts, .s-product__conts, .s-accordion__conts, .s-error-404__conts, .s-error-500__conts, .s-financial-results, .s-news__conts, .s-values__conts, .s-numbers__conts, .s-history__conts, .s-directors__conts, .s-awards__conts, .s-about__conts, .s-careers__conts, .s-org-chart__conts, .s-join__conts, .s-submit-cv__conts, .s-headquarters__conts, .s-search__conts, .s-search-results__conts, .s-top-announcements__conts, .header__main__conts, .header__sub ul, .footer__top, .footer__main, .footer__below__conts {
    max-width: 992px;
  }
}

@media (min-width: 992px) {
  .container, .b-title, .b-talk, .s-article__conts, .s-four-reasons__conts, .s-hero-inner__conts, .s-overview__conts, .s-benefits__conts, .s-ribbon-three__conts, .s-product__conts, .s-accordion__conts, .s-error-404__conts, .s-error-500__conts, .s-financial-results, .s-news__conts, .s-values__conts, .s-numbers__conts, .s-history__conts, .s-directors__conts, .s-awards__conts, .s-about__conts, .s-careers__conts, .s-org-chart__conts, .s-join__conts, .s-submit-cv__conts, .s-headquarters__conts, .s-search__conts, .s-search-results__conts, .s-top-announcements__conts, .header__main__conts, .header__sub ul, .footer__top, .footer__main, .footer__below__conts {
    max-width: 1280px;
  }
}

@media (min-width: 1200px) {
  .container, .b-title, .b-talk, .s-article__conts, .s-four-reasons__conts, .s-hero-inner__conts, .s-overview__conts, .s-benefits__conts, .s-ribbon-three__conts, .s-product__conts, .s-accordion__conts, .s-error-404__conts, .s-error-500__conts, .s-financial-results, .s-news__conts, .s-values__conts, .s-numbers__conts, .s-history__conts, .s-directors__conts, .s-awards__conts, .s-about__conts, .s-careers__conts, .s-org-chart__conts, .s-join__conts, .s-submit-cv__conts, .s-headquarters__conts, .s-search__conts, .s-search-results__conts, .s-top-announcements__conts, .header__main__conts, .header__sub ul, .footer__top, .footer__main, .footer__below__conts {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row, .s-article__row, .s-article__row-wide, .s-four-reasons__row, .s-overview__row, .s-overview__main, .s-benefits__row, .s-ribbon-three__row, .s-product__row, .s-accordion__row, .s-accordion__row-wide, .s-financial-results__conts, .s-news__row, .s-news__filters, .s-news__btn-wrap, .s-values__row, .s-values__article, .s-numbers__row, .s-history__row, .s-directors__row, .s-awards__row, .s-about__row, .s-careers__row, .s-careers__filters, .s-careers__btn-wrap, .s-join__row, .s-submit-cv .form-row, .s-double-form__row, .footer__top__row, .footer__instant ul, .footer__main__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .s-awards__item, .s-about__item, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .s-awards__badges, .s-double-form__item, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .s-article__item, .s-benefits__item, .s-ribbon-three__item, .s-accordion__item, .s-join__item, .s-submit-cv__item, .form-row__item, .col-sm,
.col-sm-auto, .col-md-1, .s-history__date, .col-md-2, .col-md-3, .s-overview__figure, .col-md-4, .s-values__figure, .s-history__articles, .s-directors__article, .footer__main__row > li, .col-md-5, .col-md-6, .s-overview__main__nav, .s-product__article, .s-product__figure, .s-financial-results__item, .s-news__item, .s-numbers__item, .s-careers__item, .s-join__head, .col-md-7, .col-md-8, .s-accordion__row + .s-accordion__row::before, .s-values__text, .col-md-9, .s-overview__main, .col-md-10, .col-md-11, .col-md-12, .s-overview__main__title, .s-product__article:last-child, .footer__logo, .footer__instant, .footer__social, .col-md, .footer__instant li,
.col-md-auto, .s-overview__main__text, .col-lg-1, .row--narrow-1:before, .s-history__row:before, .row--narrow-1:after, .s-history__row:after, .col-lg-2, .row--narrow:before, .s-article__row-wide:before, .s-product__row:before, .s-accordion__row-wide:before, .s-values__row:before, .s-values__article:before, .s-double-form__row:before, .row--narrow:after, .s-article__row-wide:after, .s-product__row:after, .s-accordion__row-wide:after, .s-values__row:after, .s-values__article:after, .s-double-form__row:after, .col-lg-3, .row--narrower:before, .s-article__row:before, .s-accordion__row:before, .s-submit-cv .form-row:before, .row--narrower:after, .s-article__row:after, .s-accordion__row:after, .s-submit-cv .form-row:after, .s-four-reasons__row .b-feature, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .s-article__row-wide .s-article__item, .s-accordion__row-wide .s-accordion__item, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6, .s-awards__item, .s-about__item {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12, .s-awards__badges, .s-double-form__item {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12, .s-article__item, .s-benefits__item, .s-ribbon-three__item, .s-accordion__item, .s-join__item, .s-submit-cv__item, .form-row__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md, .footer__instant li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto, .s-overview__main__text {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1, .s-history__date {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3, .s-overview__figure, .s-about__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .s-benefits__item, .s-ribbon-three__item, .s-values__figure, .s-history__articles, .s-directors__article, .s-awards__item, .s-join__item, .footer__main__row > li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6, .s-overview__main__nav, .s-product__article, .s-product__figure, .s-financial-results__item, .s-news__item, .s-numbers__item, .s-careers__item, .s-join__head {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8, .s-accordion__row + .s-accordion__row::before, .s-values__text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9, .s-overview__main {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12, .s-overview__main__title, .s-product__article:last-child, .footer__logo, .footer__instant, .footer__social {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1, .row--narrow-1:before, .s-history__row:before, .row--narrow-1:after, .s-history__row:after {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2, .row--narrow:before, .s-article__row-wide:before, .s-product__row:before, .s-accordion__row-wide:before, .s-values__row:before, .s-values__article:before, .s-double-form__row:before, .row--narrow:after, .s-article__row-wide:after, .s-product__row:after, .s-accordion__row-wide:after, .s-values__row:after, .s-values__article:after, .s-double-form__row:after, .footer__logo, .footer__social {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3, .row--narrower:before, .s-article__row:before, .s-accordion__row:before, .s-submit-cv .form-row:before, .row--narrower:after, .s-article__row:after, .s-accordion__row:after, .s-submit-cv .form-row:after, .s-four-reasons__row .b-feature, .s-values__figure, .s-numbers__item, .s-directors__article {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .s-product__article, .s-product__figure, .s-financial-results__item, .s-news__item, .s-values__text, .s-careers__item, .footer__main__row > li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5, .s-overview__main__nav {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6, .s-article__item, .s-accordion__item, .s-submit-cv__item, .form-row__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8, .s-article__row-wide .s-article__item, .s-product__article:last-child, .s-accordion__row-wide .s-accordion__item, .s-double-form__item, .footer__instant {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9, .s-overview__main {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1, .s-overview__main__nav, .s-values__article:nth-child(odd) .s-values__figure, .s-values__article:nth-child(even) .s-values__text {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center, .s-benefits__row, .s-ribbon-three__row, .s-news__btn-wrap, .s-careers__btn-wrap, .s-join__row {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start, .s-history__row {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .s-values__article {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
.cookie-message {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 20px;
  border-top: 1px solid #D0D0CE;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-individuals .cookie-message {
  background-color: #fff;
}

.theme-business .cookie-message {
  background-color: #E5E5E5;
}

.theme-aboutus .cookie-message {
  background-color: #F9F2F9;
}

.cookie-message p {
  margin: 0;
}

.cookie-message a {
  margin-left: 8px;
}

.cookie-message .btn, .cookie-message .b-article button, .b-article .cookie-message button, .cookie-message .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .cookie-message a {
  padding: 8px 28px;
  margin-left: 60px;
}

@media (max-width: 767.98px) {
  .cookie-message .btn, .cookie-message .b-article button, .b-article .cookie-message button, .cookie-message .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .cookie-message a {
    margin-left: 0;
  }
}

.my-scrollbar {
  width: 35%;
  min-width: 300px;
  max-height: 450px;
}

.scroll-me {
  min-width: 750px;
}

.kolom {
  background: #2196F3;
  width: 150px;
  height: 150px;
  float: left;
  display: inline-block;
  margin: 15px;
}

.vue-scrollbar-transition, .vue-scrollbar__scrollbar-vertical, .vue-scrollbar__scrollbar-horizontal {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.vue-scrollbar-transition--scrollbar {
  transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
}

.vue-scrollbar__wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.vue-scrollbar__wrapper:hover .vue-scrollbar__scrollbar-vertical, .vue-scrollbar__wrapper:hover .vue-scrollbar__scrollbar-horizontal {
  opacity: 1;
}

.vue-scrollbar__scrollbar-vertical, .vue-scrollbar__scrollbar-horizontal {
  opacity: 0.5;
  position: absolute;
  background: transparent;
}

.vue-scrollbar__scrollbar-vertical:hover, .vue-scrollbar__scrollbar-horizontal:hover {
  background: rgba(0, 0, 0, 0.3);
}

.vue-scrollbar__scrollbar-vertical .scrollbar, .vue-scrollbar__scrollbar-horizontal .scrollbar {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.vue-scrollbar__scrollbar-vertical {
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
}

.vue-scrollbar__scrollbar-vertical .scrollbar {
  width: 10px;
}

.vue-scrollbar__scrollbar-horizontal {
  height: 10px;
  width: 100%;
  bottom: 0;
  right: 0;
}

.vue-scrollbar__scrollbar-horizontal .scrollbar {
  height: 10px;
}

.slick-slide {
  padding: 5px;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots li {
  position: relative;
  margin: 0 7px;
  line-height: 0px;
}

@media (max-width: 767.98px) {
  .slick-dots li {
    margin: 0 4px;
  }
}

.slick-dots button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background-color: #2F0037;
  transition: width .1s;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
}

.slick-dots button[href] {
  cursor: pointer;
}

.slick-dots button[type="button"], .slick-dots button[type="reset"], .slick-dots button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #FF7D00;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-arrow:before {
  font-family: "optima";
  font-weight: normal;
  content: "b";
  font-size: 55px;
}

.slick-arrow.slick-disabled {
  opacity: .2;
}

@media (max-width: 767.98px) {
  .slick-arrow.slick-disabled {
    display: none !important;
  }
}

.slick-arrow.slick-prev {
  left: -55px;
}

.slick-arrow.slick-prev:before {
  font-family: "optima";
  font-weight: normal;
  content: "a";
}

@media (max-width: 767.98px) {
  .slick-arrow.slick-prev {
    text-align: left;
  }
}

.slick-arrow.slick-next {
  right: -55px;
}

@media (max-width: 767.98px) {
  .slick-arrow.slick-next {
    text-align: right;
  }
}

.slick-slide {
  padding: 0;
}

.slick-slider--flex .slick-track {
  display: flex;
}

.slick-slider--flex .slick-slide {
  float: none;
  height: auto;
}

.slick-slider--flex .slick-slide > div {
  height: 100%;
}

@media (max-width: 1141px) {
  .modal--youtube .modal-dialog-centered {
    max-width: 80vw;
  }
}

@media (max-width: 767.98px) {
  .modal--youtube .modal-dialog-centered {
    max-width: 90vw;
  }
}

.modal--youtube .modal-dialog {
  height: 100%;
}

.modal--youtube .modal-body {
  max-height: 90vh;
  height: 100vh;
}

@media (min-height: 720px) {
  .modal--youtube .modal-body {
    max-height: 650px;
  }
}

.modal--youtube .modal-header {
  padding: 0;
}

.modal--youtube .modal-header .close {
  right: -35px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .modal--youtube .modal-header .close {
    right: -25px;
  }
}

.modal--youtube .modal-content {
  padding: 0;
}

.modal--youtube .youtube-fluid {
  padding: 0;
  height: 100%;
}

.modal-dialog {
  margin: 0 auto;
  padding: 5px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 1142px;
  }
}

.modal-content {
  padding: 50px 0;
}

.modal-content .preloaderWrap {
  min-height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.modal-header {
  justify-content: center;
  border: 0;
}

.modal-header .modal-title {
  text-align: center;
  display: block;
  margin-bottom: 0;
}

.modal-header .close {
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 5px;
  font-size: 20px;
}

.modal-body .form-wrap {
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
}

.modal-backdrop {
  background: #363636;
}

.modal-backdrop.show {
  opacity: .8;
}

.dropzone-custom {
  position: relative;
  min-height: 200px;
  padding: 14px 20px;
  border: 1px solid #D0D0CE;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .dropzone-custom {
    min-height: 100px;
    padding: 5px;
  }
}

.dropzone-custom .dz-preview {
  margin: 5px 16px;
}

@media (max-width: 767.98px) {
  .dropzone-custom .dz-preview {
    margin: 5px;
  }
}

.dropzone-custom .dz-default {
  color: #2F0037;
}

.dropzone-custom .dz-default:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background: url("../imgs/icons/dropzone.svg") no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.dropzone-custom .dz-message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  margin: 0;
}

.dropzone-custom .dz-message i {
  font-size: 0.8125rem;
}

.cc-banner .cc-message__txt {
  text-align: justify;
  display: block;
}

.cc-banner .cc-message__txt a {
  color: #FF7D00;
  text-decoration: none;
}

.cc-banner .cc-message__txt a.active, .cc-banner .cc-message__txt a:hover {
  text-decoration: none;
  color: #fff;
}

.slick-dots, .socialmenu ul, .b-office ul, .customChck {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-arrow, .modal-header .close, .b-office button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}

.slick-arrow[href], .modal-header .close[href], .b-office button[href] {
  cursor: pointer;
}

.slick-arrow[type="button"], .modal-header .close[type="button"], .b-office button[type="button"], .slick-arrow[type="reset"], .modal-header .close[type="reset"], .b-office button[type="reset"], .slick-arrow[type="submit"], .modal-header .close[type="submit"], .b-office button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.textarea, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}

.customChck [type="checkbox"], .customChck [type="radio"], .input-button [type="checkbox"], .input-button [type="radio"] {
  position: absolute;
  left: -999em;
}

.header__drop-down .link-arrow::after {
  font-family: "optima";
  font-weight: normal;
  content: "r";
  font-size: 1.5rem;
  line-height: 1;
}

.e-map-link:before, .e-map-link--white:before, .e-map-link--orange:before, .b-office .e-map-link:before, .header .e-map-link:hover:before, .e-call-link:before, .e-call-link--white:before, .e-call-link--orange:before, .b-office .e-call-link:before, .header .e-call-link:hover:before, .e-help-link:before, .e-help-link--white:before, .e-help-link--orange:before, .header .e-help-link:hover:before, .e-mail-link:before, .e-mail-link--white:before, .e-search-link--white:before, .header .e-search-link:before, .e-search-link--orange:before, .header .e-search-link:hover:before {
  display: inline-block;
}

.e-map-link:before, .e-map-link--white:before, .e-map-link--orange:before, .b-office .e-map-link:before, .header .e-map-link:hover:before, .e-call-link:before, .e-call-link--white:before, .e-call-link--orange:before, .b-office .e-call-link:before, .header .e-call-link:hover:before, .e-help-link:before, .e-help-link--white:before, .e-help-link--orange:before, .header .e-help-link:hover:before, .e-mail-link:before, .e-mail-link--white:before, .e-search-link--white:before, .header .e-search-link:before, .e-search-link--orange:before, .header .e-search-link:hover:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: 50% 50% no-repeat;
  background-size: 24px 24px;
}

.header__device__expand-link.active:before, .footer__main__expand-link.active:before {
  font-family: "optima";
  font-weight: normal;
  content: "p";
  font-size: 25px;
  line-height: 25px;
}

.header__device__expand-link:before, .footer__main__expand-link:before {
  font-family: "optima";
  font-weight: normal;
  content: "m";
  font-size: 25px;
  line-height: 25px;
}

.modal-header .close:before, .e-close-link:before {
  font-family: "optima";
  font-weight: normal;
  content: "d";
  font-size: 24px;
  line-height: 24px;
}

.e-search-link:before {
  font-family: "optima";
  font-weight: normal;
  content: "y";
  font-size: 24px;
  line-height: 24px;
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/fonts/HelveticaNeue/3A6B18_3_0.eot");
  src: url("/fonts/HelveticaNeue/3A6B18_3_0.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue/3A6B18_3_0.woff2") format("woff2"), url("/fonts/HelveticaNeue/3A6B18_3_0.woff") format("woff"), url("/fonts/HelveticaNeue/3A6B18_3_0.ttf") format("truetype"), url("/fonts/HelveticaNeue/3A6B18_3_0.svg#wf") format("svg");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("/fonts/HelveticaNeue/3ABD42_0_0.eot");
  src: url("/fonts/HelveticaNeue/3ABD42_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue/3ABD42_0_0.woff2") format("woff2"), url("/fonts/HelveticaNeue/3ABD42_0_0.woff") format("woff"), url("/fonts/HelveticaNeue/3ABD42_0_0.ttf") format("truetype"), url("/fonts/HelveticaNeue/3ABD42_0_0.svg#wf") format("svg");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("/fonts/HelveticaNeue/3A6B18_2_0.eot");
  src: url("/fonts/HelveticaNeue/3A6B18_2_0.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue/3A6B18_2_0.woff2") format("woff2"), url("/fonts/HelveticaNeue/3A6B18_2_0.woff") format("woff"), url("/fonts/HelveticaNeue/3A6B18_2_0.ttf") format("truetype"), url("/fonts/HelveticaNeue/3A6B18_2_0.svg#wf") format("svg");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: italic;
  font-weight: 500;
  font-display: fallback;
  src: url("/fonts/HelveticaNeue/3ABD42_0_0.eot");
  src: url("/fonts/HelveticaNeue/3ABD42_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue/3ABD42_0_0.woff2") format("woff2"), url("/fonts/HelveticaNeue/3ABD42_0_0.woff") format("woff"), url("/fonts/HelveticaNeue/3ABD42_0_0.ttf") format("truetype"), url("/fonts/HelveticaNeue/3ABD42_0_0.svg#wf") format("svg");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/fonts/HelveticaNeue/3A6B18_1_0.eot");
  src: url("/fonts/HelveticaNeue/3A6B18_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue/3A6B18_1_0.woff2") format("woff2"), url("/fonts/HelveticaNeue/3A6B18_1_0.woff") format("woff"), url("/fonts/HelveticaNeue/3A6B18_1_0.ttf") format("truetype"), url("/fonts/HelveticaNeue/3A6B18_1_0.svg#wf") format("svg");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("/fonts/HelveticaNeue/3ABD42_0_0.eot");
  src: url("/fonts/HelveticaNeue/3ABD42_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue/3ABD42_0_0.woff2") format("woff2"), url("/fonts/HelveticaNeue/3ABD42_0_0.woff") format("woff"), url("/fonts/HelveticaNeue/3ABD42_0_0.ttf") format("truetype"), url("/fonts/HelveticaNeue/3ABD42_0_0.svg#wf") format("svg");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("/fonts/HelveticaNeue/3A6B18_0_0.eot");
  src: url("/fonts/HelveticaNeue/3A6B18_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue/3A6B18_0_0.woff2") format("woff2"), url("/fonts/HelveticaNeue/3A6B18_0_0.woff") format("woff"), url("/fonts/HelveticaNeue/3A6B18_0_0.ttf") format("truetype"), url("/fonts/HelveticaNeue/3A6B18_0_0.svg#wf") format("svg");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url("/fonts/HelveticaNeue/3ABD42_0_0.eot");
  src: url("/fonts/HelveticaNeue/3ABD42_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue/3ABD42_0_0.woff2") format("woff2"), url("/fonts/HelveticaNeue/3ABD42_0_0.woff") format("woff"), url("/fonts/HelveticaNeue/3ABD42_0_0.ttf") format("truetype"), url("/fonts/HelveticaNeue/3ABD42_0_0.svg#wf") format("svg");
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html.scrollDisabled, body.scrollDisabled {
  overflow: hidden;
}

* {
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

br {
  font-size: 0;
}

figure {
  margin: 0;
}

img {
  border: none;
}

iframe {
  border: none;
  display: block;
}

blockquote {
  margin: 0;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: Inter;
  text-combine-upright: all;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #2F0037;
  letter-spacing: 0;
}

body.theme-individuals {
  background-color: #fff;
}

body.theme-business {
  background-color: #E5E5E5;
}

body.theme-aboutus {
  background-color: #F9F2F9;
}

body.loading {
  height: 100%;
  overflow: hidden;
}

body.modal-open {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  body.menu-phone {
    left: 0;
    position: fixed;
    overflow-y: scroll;
    width: 100%;
  }
}

.fonts-loaded body {
  font-family: Inter;
}

a {
  color: #2F0037;
  text-decoration: none;
}

a.active, a:hover {
  text-decoration: none;
  color: #FF7D00;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

p {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

abbr[title] {
  text-decoration: none;
}

.t-small-titles, .b-hits__title, .b-nav-list__title, .b-news__time, .b-career__department, .b-vacancy__department, .b-searched-box__breadcrumb {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .t-small-titles-lg {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .t-small-titles-md-lg {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-small-titles-md {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (max-width: 767.98px) {
  .t-small-titles-sm {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (max-width: 991.98px) {
  .t-small-titles-sm-md {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0;
  }
}

.t-big-titles, .b-title__title {
  font-size: 4rem;
  line-height: 1.125;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .t-big-titles-lg {
    font-size: 4rem;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) {
  .t-big-titles-md-lg {
    font-size: 4rem;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-big-titles-md {
    font-size: 4rem;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .t-big-titles-sm {
    font-size: 4rem;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .t-big-titles-sm-md {
    font-size: 4rem;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

/*@include makeResponsiveClass(t-small-titles){
    @include font($t-small-titles);
}*/
.t-h1, .s-benefits .b-title__title, .s-values .b-title__title, .s-numbers .b-title__title, .s-history .b-title__title, .s-directors .b-title__title, .s-awards .b-title__title, .s-org-chart .b-title__title, .s-join .b-title__title {
  font-size: 3rem;
  line-height: 1.33333;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .t-h1-lg {
    font-size: 3rem;
    line-height: 1.33333;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) {
  .t-h1-md-lg {
    font-size: 3rem;
    line-height: 1.33333;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-h1-md {
    font-size: 3rem;
    line-height: 1.33333;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .t-h1-sm, .b-title__title {
    font-size: 3rem;
    line-height: 1.33333;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .t-h1-sm-md {
    font-size: 3rem;
    line-height: 1.33333;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

.t-between-h1-h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .t-between-h1-h2-lg {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) {
  .t-between-h1-h2-md-lg {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-between-h1-h2-md {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .t-between-h1-h2-sm {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .t-between-h1-h2-sm-md {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

.t-h2, .e-capital, .b-feature__title, .b-talk__title, .b-financial-box__title, .b-news__title, .b-career__title, .b-searched-box__title, .s-ribbon-three__item__title, .s-join__title, .s-headquarters__title, .s-double-form .form-title, .s-double-form .s-submit-cv__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .t-h2-lg {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) {
  .t-h2-md-lg {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-h2-md {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .t-h2-sm {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .t-h2-sm-md {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

.t-h2-medium, .b-number-progress__cicle, .s-overview__main__title, .s-search-results__no-results__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .t-h2-medium-lg {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) {
  .t-h2-medium-md-lg {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-h2-medium-md {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .t-h2-medium-sm {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .t-h2-medium-sm-md {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}

.t-h3, .b-article h2, .b-vacancy__title, .b-office__title, .s-accordion__headline, .s-values__title, .s-directors__title, .form-title, .s-submit-cv__title {
  font-size: 1.625rem;
  line-height: 1.53846;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .t-h3-lg {
    font-size: 1.625rem;
    line-height: 1.53846;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) {
  .t-h3-md-lg {
    font-size: 1.625rem;
    line-height: 1.53846;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-h3-md {
    font-size: 1.625rem;
    line-height: 1.53846;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .t-h3-sm {
    font-size: 1.625rem;
    line-height: 1.53846;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .t-h3-sm-md {
    font-size: 1.625rem;
    line-height: 1.53846;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}

.t-body, .s-overview .b-nav-list a, .s-accordion--faq .accordion__heading, .s-about__title, button, .btn, .b-article button, .s-error-404 .btn-wrap a, .selectboxit-container .selectboxit-text, .selectboxit-container .selectboxit-options {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .t-body-lg {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .t-body-md-lg {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-body-md {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (max-width: 767.98px) {
  .t-body-sm {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (max-width: 991.98px) {
  .t-body-sm-md {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.t-body-larger {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .t-body-larger-lg {
    font-size: 1.125rem;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .t-body-larger-md-lg {
    font-size: 1.125rem;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-body-larger-md {
    font-size: 1.125rem;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (max-width: 767.98px) {
  .t-body-larger-sm {
    font-size: 1.125rem;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (max-width: 991.98px) {
  .t-body-larger-sm-md {
    font-size: 1.125rem;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.t-body-largest, .s-hero .b-title, .s-hero-inner .b-feature {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .t-body-largest-lg {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .t-body-largest-md-lg {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-body-largest-md {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (max-width: 767.98px) {
  .t-body-largest-sm {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (max-width: 991.98px) {
  .t-body-largest-sm-md {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.t-photo-caption, .b-article figure span, .b-article .b-caption-text, .s-top-announcements {
  font-size: 0.875rem;
  line-height: 1.42857;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .t-photo-caption-lg {
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .t-photo-caption-md-lg {
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .t-photo-caption-md {
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (max-width: 767.98px) {
  .t-photo-caption-sm {
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (max-width: 991.98px) {
  .t-photo-caption-sm-md {
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.container, .b-title, .b-talk, .s-article__conts, .s-four-reasons__conts, .s-hero-inner__conts, .s-overview__conts, .s-benefits__conts, .s-ribbon-three__conts, .s-product__conts, .s-accordion__conts, .s-error-404__conts, .s-error-500__conts, .s-financial-results, .s-news__conts, .s-values__conts, .s-numbers__conts, .s-history__conts, .s-directors__conts, .s-awards__conts, .s-about__conts, .s-careers__conts, .s-org-chart__conts, .s-join__conts, .s-submit-cv__conts, .s-headquarters__conts, .s-search__conts, .s-search-results__conts, .s-top-announcements__conts, .header__main__conts, .header__sub ul, .footer__top, .footer__main, .footer__below__conts {
  padding-left: 36px;
  padding-right: 36px;
}

@media (max-width: 767.98px) {
  .container, .b-title, .b-talk, .s-article__conts, .s-four-reasons__conts, .s-hero-inner__conts, .s-overview__conts, .s-benefits__conts, .s-ribbon-three__conts, .s-product__conts, .s-accordion__conts, .s-error-404__conts, .s-error-500__conts, .s-financial-results, .s-news__conts, .s-values__conts, .s-numbers__conts, .s-history__conts, .s-directors__conts, .s-awards__conts, .s-about__conts, .s-careers__conts, .s-org-chart__conts, .s-join__conts, .s-submit-cv__conts, .s-headquarters__conts, .s-search__conts, .s-search-results__conts, .s-top-announcements__conts, .header__main__conts, .header__sub ul, .footer__top, .footer__main, .footer__below__conts {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .row, .s-article__row, .s-article__row-wide, .s-four-reasons__row, .s-overview__row, .s-overview__main, .s-benefits__row, .s-ribbon-three__row, .s-product__row, .s-accordion__row, .s-accordion__row-wide, .s-financial-results__conts, .s-news__row, .s-news__filters, .s-news__btn-wrap, .s-values__row, .s-values__article, .s-numbers__row, .s-history__row, .s-directors__row, .s-awards__row, .s-about__row, .s-careers__row, .s-careers__filters, .s-careers__btn-wrap, .s-join__row, .s-submit-cv .form-row, .s-double-form__row, .footer__top__row, .footer__instant ul, .footer__main__row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.row--narrow-1:before, .s-history__row:before {
  order: 0;
}

.row--narrow-1:after, .s-history__row:after {
  order: 12;
}

@media (min-width: 992px) {
  .row--narrow-1:before, .s-history__row:before, .row--narrow-1:after, .s-history__row:after {
    content: '';
  }
}

.row--narrow:before, .s-article__row-wide:before, .s-product__row:before, .s-accordion__row-wide:before, .s-values__row:before, .s-values__article:before, .s-double-form__row:before {
  order: 0;
}

.row--narrow:after, .s-article__row-wide:after, .s-product__row:after, .s-accordion__row-wide:after, .s-values__row:after, .s-values__article:after, .s-double-form__row:after {
  order: 12;
}

@media (min-width: 992px) {
  .row--narrow:before, .s-article__row-wide:before, .s-product__row:before, .s-accordion__row-wide:before, .s-values__row:before, .s-values__article:before, .s-double-form__row:before, .row--narrow:after, .s-article__row-wide:after, .s-product__row:after, .s-accordion__row-wide:after, .s-values__row:after, .s-values__article:after, .s-double-form__row:after {
    content: '';
  }
}

.row--narrower:before, .s-article__row:before, .s-accordion__row:before, .s-submit-cv .form-row:before {
  order: 0;
}

.row--narrower:after, .s-article__row:after, .s-accordion__row:after, .s-submit-cv .form-row:after {
  order: 12;
}

@media (min-width: 992px) {
  .row--narrower:before, .s-article__row:before, .s-accordion__row:before, .s-submit-cv .form-row:before, .row--narrower:after, .s-article__row:after, .s-accordion__row:after, .s-submit-cv .form-row:after {
    content: '';
  }
}

@media (max-width: 767.98px) {
  .col-1, .col-sm-1 .col-md-1 .col-lg-1 .col-xl-1, .col-sm-1 .s-history__date .col-lg-1 .col-xl-1, .col-sm-1 .col-md-1 .row--narrow-1:before .col-xl-1, .col-sm-1 .s-history__date .row--narrow-1:before .col-xl-1, .col-sm-1 .col-md-1 .s-history__row:before .col-xl-1, .col-sm-1 .s-history__date .s-history__row:before .col-xl-1, .col-sm-1 .col-md-1 .row--narrow-1:after .col-xl-1, .col-sm-1 .s-history__date .row--narrow-1:after .col-xl-1, .col-sm-1 .col-md-1 .s-history__row:after .col-xl-1, .col-sm-1 .s-history__date .s-history__row:after .col-xl-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-2, .col-sm-2 .col-md-2 .col-lg-2 .col-xl-2, .col-sm-2 .col-md-2 .row--narrow:before .col-xl-2, .col-sm-2 .col-md-2 .s-article__row-wide:before .col-xl-2, .col-sm-2 .col-md-2 .s-product__row:before .col-xl-2, .col-sm-2 .col-md-2 .s-accordion__row-wide:before .col-xl-2, .col-sm-2 .col-md-2 .s-values__row:before .col-xl-2, .col-sm-2 .col-md-2 .s-values__article:before .col-xl-2, .col-sm-2 .col-md-2 .s-double-form__row:before .col-xl-2, .col-sm-2 .col-md-2 .row--narrow:after .col-xl-2, .col-sm-2 .col-md-2 .s-article__row-wide:after .col-xl-2, .col-sm-2 .col-md-2 .s-product__row:after .col-xl-2, .col-sm-2 .col-md-2 .s-accordion__row-wide:after .col-xl-2, .col-sm-2 .col-md-2 .s-values__row:after .col-xl-2, .col-sm-2 .col-md-2 .s-values__article:after .col-xl-2, .col-sm-2 .col-md-2 .s-double-form__row:after .col-xl-2, .col-sm-2 .col-md-2 .footer__logo .col-xl-2, .col-sm-2 .col-md-2 .footer__social .col-xl-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-3, .col-sm-3 .col-md-3 .col-lg-3 .col-xl-3, .col-sm-3 .s-overview__figure .col-lg-3 .col-xl-3, .col-sm-3 .s-about__item .col-lg-3 .col-xl-3, .col-sm-3 .col-md-3 .row--narrower:before .col-xl-3, .col-sm-3 .s-overview__figure .row--narrower:before .col-xl-3, .col-sm-3 .s-about__item .row--narrower:before .col-xl-3, .col-sm-3 .col-md-3 .s-article__row:before .col-xl-3, .col-sm-3 .s-overview__figure .s-article__row:before .col-xl-3, .col-sm-3 .s-about__item .s-article__row:before .col-xl-3, .col-sm-3 .col-md-3 .s-accordion__row:before .col-xl-3, .col-sm-3 .s-overview__figure .s-accordion__row:before .col-xl-3, .col-sm-3 .s-about__item .s-accordion__row:before .col-xl-3, .col-sm-3 .col-md-3 .s-submit-cv .form-row:before .col-xl-3, .s-submit-cv .col-sm-3 .col-md-3 .form-row:before .col-xl-3, .col-sm-3 .s-overview__figure .s-submit-cv .form-row:before .col-xl-3, .s-submit-cv .col-sm-3 .s-overview__figure .form-row:before .col-xl-3, .col-sm-3 .s-about__item .s-submit-cv .form-row:before .col-xl-3, .s-submit-cv .col-sm-3 .s-about__item .form-row:before .col-xl-3, .col-sm-3 .col-md-3 .row--narrower:after .col-xl-3, .col-sm-3 .s-overview__figure .row--narrower:after .col-xl-3, .col-sm-3 .s-about__item .row--narrower:after .col-xl-3, .col-sm-3 .col-md-3 .s-article__row:after .col-xl-3, .col-sm-3 .s-overview__figure .s-article__row:after .col-xl-3, .col-sm-3 .s-about__item .s-article__row:after .col-xl-3, .col-sm-3 .col-md-3 .s-accordion__row:after .col-xl-3, .col-sm-3 .s-overview__figure .s-accordion__row:after .col-xl-3, .col-sm-3 .s-about__item .s-accordion__row:after .col-xl-3, .col-sm-3 .col-md-3 .s-submit-cv .form-row:after .col-xl-3, .s-submit-cv .col-sm-3 .col-md-3 .form-row:after .col-xl-3, .col-sm-3 .s-overview__figure .s-submit-cv .form-row:after .col-xl-3, .s-submit-cv .col-sm-3 .s-overview__figure .form-row:after .col-xl-3, .col-sm-3 .s-about__item .s-submit-cv .form-row:after .col-xl-3, .s-submit-cv .col-sm-3 .s-about__item .form-row:after .col-xl-3, .col-sm-3 .col-md-3 .s-four-reasons__row .b-feature .col-xl-3, .s-four-reasons__row .col-sm-3 .col-md-3 .b-feature .col-xl-3, .col-sm-3 .s-overview__figure .s-four-reasons__row .b-feature .col-xl-3, .s-four-reasons__row .col-sm-3 .s-overview__figure .b-feature .col-xl-3, .col-sm-3 .s-about__item .s-four-reasons__row .b-feature .col-xl-3, .s-four-reasons__row .col-sm-3 .s-about__item .b-feature .col-xl-3, .col-sm-3 .col-md-3 .s-values__figure .col-xl-3, .col-sm-3 .s-overview__figure .s-values__figure .col-xl-3, .col-sm-3 .s-about__item .s-values__figure .col-xl-3, .col-sm-3 .col-md-3 .s-numbers__item .col-xl-3, .col-sm-3 .s-overview__figure .s-numbers__item .col-xl-3, .col-sm-3 .s-about__item .s-numbers__item .col-xl-3, .col-sm-3 .col-md-3 .s-directors__article .col-xl-3, .col-sm-3 .s-overview__figure .s-directors__article .col-xl-3, .col-sm-3 .s-about__item .s-directors__article .col-xl-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-4, .col-sm-4 .col-md-4 .col-lg-4 .col-xl-4, .col-sm-4 .s-benefits__item .col-lg-4 .col-xl-4, .col-sm-4 .s-ribbon-three__item .col-lg-4 .col-xl-4, .col-sm-4 .s-values__figure .col-lg-4 .col-xl-4, .col-sm-4 .s-history__articles .col-lg-4 .col-xl-4, .col-sm-4 .s-directors__article .col-lg-4 .col-xl-4, .col-sm-4 .s-awards__item .col-lg-4 .col-xl-4, .col-sm-4 .s-join__item .col-lg-4 .col-xl-4, .col-sm-4 .footer__main__row > li .col-lg-4 .col-xl-4, .col-sm-4 .col-md-4 .s-product__article .col-xl-4, .col-sm-4 .s-benefits__item .s-product__article .col-xl-4, .col-sm-4 .s-ribbon-three__item .s-product__article .col-xl-4, .col-sm-4 .s-values__figure .s-product__article .col-xl-4, .col-sm-4 .s-history__articles .s-product__article .col-xl-4, .col-sm-4 .s-directors__article .s-product__article .col-xl-4, .col-sm-4 .s-awards__item .s-product__article .col-xl-4, .col-sm-4 .s-join__item .s-product__article .col-xl-4, .col-sm-4 .footer__main__row > li .s-product__article .col-xl-4, .col-sm-4 .col-md-4 .s-product__figure .col-xl-4, .col-sm-4 .s-benefits__item .s-product__figure .col-xl-4, .col-sm-4 .s-ribbon-three__item .s-product__figure .col-xl-4, .col-sm-4 .s-values__figure .s-product__figure .col-xl-4, .col-sm-4 .s-history__articles .s-product__figure .col-xl-4, .col-sm-4 .s-directors__article .s-product__figure .col-xl-4, .col-sm-4 .s-awards__item .s-product__figure .col-xl-4, .col-sm-4 .s-join__item .s-product__figure .col-xl-4, .col-sm-4 .footer__main__row > li .s-product__figure .col-xl-4, .col-sm-4 .col-md-4 .s-financial-results__item .col-xl-4, .col-sm-4 .s-benefits__item .s-financial-results__item .col-xl-4, .col-sm-4 .s-ribbon-three__item .s-financial-results__item .col-xl-4, .col-sm-4 .s-values__figure .s-financial-results__item .col-xl-4, .col-sm-4 .s-history__articles .s-financial-results__item .col-xl-4, .col-sm-4 .s-directors__article .s-financial-results__item .col-xl-4, .col-sm-4 .s-awards__item .s-financial-results__item .col-xl-4, .col-sm-4 .s-join__item .s-financial-results__item .col-xl-4, .col-sm-4 .footer__main__row > li .s-financial-results__item .col-xl-4, .col-sm-4 .col-md-4 .s-news__item .col-xl-4, .col-sm-4 .s-benefits__item .s-news__item .col-xl-4, .col-sm-4 .s-ribbon-three__item .s-news__item .col-xl-4, .col-sm-4 .s-values__figure .s-news__item .col-xl-4, .col-sm-4 .s-history__articles .s-news__item .col-xl-4, .col-sm-4 .s-directors__article .s-news__item .col-xl-4, .col-sm-4 .s-awards__item .s-news__item .col-xl-4, .col-sm-4 .s-join__item .s-news__item .col-xl-4, .col-sm-4 .footer__main__row > li .s-news__item .col-xl-4, .col-sm-4 .col-md-4 .s-values__text .col-xl-4, .col-sm-4 .s-benefits__item .s-values__text .col-xl-4, .col-sm-4 .s-ribbon-three__item .s-values__text .col-xl-4, .col-sm-4 .s-values__figure .s-values__text .col-xl-4, .col-sm-4 .s-history__articles .s-values__text .col-xl-4, .col-sm-4 .s-directors__article .s-values__text .col-xl-4, .col-sm-4 .s-awards__item .s-values__text .col-xl-4, .col-sm-4 .s-join__item .s-values__text .col-xl-4, .col-sm-4 .footer__main__row > li .s-values__text .col-xl-4, .col-sm-4 .col-md-4 .s-careers__item .col-xl-4, .col-sm-4 .s-benefits__item .s-careers__item .col-xl-4, .col-sm-4 .s-ribbon-three__item .s-careers__item .col-xl-4, .col-sm-4 .s-values__figure .s-careers__item .col-xl-4, .col-sm-4 .s-history__articles .s-careers__item .col-xl-4, .col-sm-4 .s-directors__article .s-careers__item .col-xl-4, .col-sm-4 .s-awards__item .s-careers__item .col-xl-4, .col-sm-4 .s-join__item .s-careers__item .col-xl-4, .col-sm-4 .footer__main__row > li .s-careers__item .col-xl-4, .col-sm-4 .col-md-4 .footer__main__row > li .col-xl-4, .col-sm-4 .s-benefits__item .footer__main__row > li .col-xl-4, .col-sm-4 .s-ribbon-three__item .footer__main__row > li .col-xl-4, .col-sm-4 .s-values__figure .footer__main__row > li .col-xl-4, .col-sm-4 .s-history__articles .footer__main__row > li .col-xl-4, .col-sm-4 .s-directors__article .footer__main__row > li .col-xl-4, .col-sm-4 .s-awards__item .footer__main__row > li .col-xl-4, .col-sm-4 .s-join__item .footer__main__row > li .col-xl-4, .col-sm-4 .footer__main__row > li .footer__main__row > li .col-xl-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-5, .col-sm-5 .col-md-5 .col-lg-5 .col-xl-5, .col-sm-5 .col-md-5 .s-overview__main__nav .col-xl-5 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-6, .s-awards__item, .s-about__item, .col-sm-6 .col-md-6 .col-lg-6 .col-xl-6, .col-sm-6 .s-overview__main__nav .col-lg-6 .col-xl-6, .col-sm-6 .s-product__article .col-lg-6 .col-xl-6, .col-sm-6 .s-product__figure .col-lg-6 .col-xl-6, .col-sm-6 .s-financial-results__item .col-lg-6 .col-xl-6, .col-sm-6 .s-news__item .col-lg-6 .col-xl-6, .col-sm-6 .s-numbers__item .col-lg-6 .col-xl-6, .col-sm-6 .s-careers__item .col-lg-6 .col-xl-6, .col-sm-6 .s-join__head .col-lg-6 .col-xl-6, .col-sm-6 .col-md-6 .s-article__item .col-xl-6, .col-sm-6 .s-overview__main__nav .s-article__item .col-xl-6, .col-sm-6 .s-product__article .s-article__item .col-xl-6, .col-sm-6 .s-product__figure .s-article__item .col-xl-6, .col-sm-6 .s-financial-results__item .s-article__item .col-xl-6, .col-sm-6 .s-news__item .s-article__item .col-xl-6, .col-sm-6 .s-numbers__item .s-article__item .col-xl-6, .col-sm-6 .s-careers__item .s-article__item .col-xl-6, .col-sm-6 .s-join__head .s-article__item .col-xl-6, .col-sm-6 .col-md-6 .s-accordion__item .col-xl-6, .col-sm-6 .s-overview__main__nav .s-accordion__item .col-xl-6, .col-sm-6 .s-product__article .s-accordion__item .col-xl-6, .col-sm-6 .s-product__figure .s-accordion__item .col-xl-6, .col-sm-6 .s-financial-results__item .s-accordion__item .col-xl-6, .col-sm-6 .s-news__item .s-accordion__item .col-xl-6, .col-sm-6 .s-numbers__item .s-accordion__item .col-xl-6, .col-sm-6 .s-careers__item .s-accordion__item .col-xl-6, .col-sm-6 .s-join__head .s-accordion__item .col-xl-6, .col-sm-6 .col-md-6 .s-submit-cv__item .col-xl-6, .col-sm-6 .s-overview__main__nav .s-submit-cv__item .col-xl-6, .col-sm-6 .s-product__article .s-submit-cv__item .col-xl-6, .col-sm-6 .s-product__figure .s-submit-cv__item .col-xl-6, .col-sm-6 .s-financial-results__item .s-submit-cv__item .col-xl-6, .col-sm-6 .s-news__item .s-submit-cv__item .col-xl-6, .col-sm-6 .s-numbers__item .s-submit-cv__item .col-xl-6, .col-sm-6 .s-careers__item .s-submit-cv__item .col-xl-6, .col-sm-6 .s-join__head .s-submit-cv__item .col-xl-6, .col-sm-6 .col-md-6 .form-row__item .col-xl-6, .col-sm-6 .s-overview__main__nav .form-row__item .col-xl-6, .col-sm-6 .s-product__article .form-row__item .col-xl-6, .col-sm-6 .s-product__figure .form-row__item .col-xl-6, .col-sm-6 .s-financial-results__item .form-row__item .col-xl-6, .col-sm-6 .s-news__item .form-row__item .col-xl-6, .col-sm-6 .s-numbers__item .form-row__item .col-xl-6, .col-sm-6 .s-careers__item .form-row__item .col-xl-6, .col-sm-6 .s-join__head .form-row__item .col-xl-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-7, .col-sm-7 .col-md-7 .col-lg-7 .col-xl-7 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-8, .col-sm-8 .col-md-8 .col-lg-8 .col-xl-8, .col-sm-8 .s-accordion__row + .s-accordion__row::before .col-lg-8 .col-xl-8, .col-sm-8 .s-values__text .col-lg-8 .col-xl-8, .col-sm-8 .col-md-8 .s-article__row-wide .s-article__item .col-xl-8, .s-article__row-wide .col-sm-8 .col-md-8 .s-article__item .col-xl-8, .col-sm-8 .s-accordion__row + .s-accordion__row::before .s-article__row-wide .s-article__item .col-xl-8, .s-article__row-wide .col-sm-8 .s-accordion__row + .s-accordion__row::before .s-article__item .col-xl-8, .col-sm-8 .s-values__text .s-article__row-wide .s-article__item .col-xl-8, .s-article__row-wide .col-sm-8 .s-values__text .s-article__item .col-xl-8, .col-sm-8 .col-md-8 .s-product__article:last-child .col-xl-8, .col-sm-8 .s-accordion__row + .s-accordion__row::before .s-product__article:last-child .col-xl-8, .col-sm-8 .s-values__text .s-product__article:last-child .col-xl-8, .col-sm-8 .col-md-8 .s-accordion__row-wide .s-accordion__item .col-xl-8, .s-accordion__row-wide .col-sm-8 .col-md-8 .s-accordion__item .col-xl-8, .col-sm-8 .s-accordion__row + .s-accordion__row::before .s-accordion__row-wide .s-accordion__item .col-xl-8, .s-accordion__row-wide .col-sm-8 .s-accordion__row + .s-accordion__row::before .s-accordion__item .col-xl-8, .col-sm-8 .s-values__text .s-accordion__row-wide .s-accordion__item .col-xl-8, .s-accordion__row-wide .col-sm-8 .s-values__text .s-accordion__item .col-xl-8, .col-sm-8 .col-md-8 .s-double-form__item .col-xl-8, .col-sm-8 .s-accordion__row + .s-accordion__row::before .s-double-form__item .col-xl-8, .col-sm-8 .s-values__text .s-double-form__item .col-xl-8, .col-sm-8 .col-md-8 .footer__instant .col-xl-8, .col-sm-8 .s-accordion__row + .s-accordion__row::before .footer__instant .col-xl-8, .col-sm-8 .s-values__text .footer__instant .col-xl-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-9, .col-sm-9 .col-md-9 .col-lg-9 .col-xl-9, .col-sm-9 .s-overview__main .col-lg-9 .col-xl-9, .col-sm-9 .col-md-9 .s-overview__main .col-xl-9, .col-sm-9 .s-overview__main .s-overview__main .col-xl-9 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-10, .col-sm-10 .col-md-10 .col-lg-10 .col-xl-10 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-11, .col-sm-11 .col-md-11 .col-lg-11 .col-xl-11 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .col-12, .s-awards__badges, .s-double-form__item, .col-sm-12 .col-md-12 .col-lg-12 .col-xl-12, .s-article__item .col-md-12 .col-lg-12 .col-xl-12, .s-benefits__item .col-md-12 .col-lg-12 .col-xl-12, .s-ribbon-three__item .col-md-12 .col-lg-12 .col-xl-12, .s-accordion__item .col-md-12 .col-lg-12 .col-xl-12, .s-join__item .col-md-12 .col-lg-12 .col-xl-12, .s-submit-cv__item .col-md-12 .col-lg-12 .col-xl-12, .form-row__item .col-md-12 .col-lg-12 .col-xl-12, .col-sm-12 .s-overview__main__title .col-lg-12 .col-xl-12, .s-article__item .s-overview__main__title .col-lg-12 .col-xl-12, .s-benefits__item .s-overview__main__title .col-lg-12 .col-xl-12, .s-ribbon-three__item .s-overview__main__title .col-lg-12 .col-xl-12, .s-accordion__item .s-overview__main__title .col-lg-12 .col-xl-12, .s-join__item .s-overview__main__title .col-lg-12 .col-xl-12, .s-submit-cv__item .s-overview__main__title .col-lg-12 .col-xl-12, .form-row__item .s-overview__main__title .col-lg-12 .col-xl-12, .col-sm-12 .s-product__article:last-child .col-lg-12 .col-xl-12, .s-article__item .s-product__article:last-child .col-lg-12 .col-xl-12, .s-benefits__item .s-product__article:last-child .col-lg-12 .col-xl-12, .s-ribbon-three__item .s-product__article:last-child .col-lg-12 .col-xl-12, .s-accordion__item .s-product__article:last-child .col-lg-12 .col-xl-12, .s-join__item .s-product__article:last-child .col-lg-12 .col-xl-12, .s-submit-cv__item .s-product__article:last-child .col-lg-12 .col-xl-12, .form-row__item .s-product__article:last-child .col-lg-12 .col-xl-12, .col-sm-12 .footer__logo .col-lg-12 .col-xl-12, .s-article__item .footer__logo .col-lg-12 .col-xl-12, .s-benefits__item .footer__logo .col-lg-12 .col-xl-12, .s-ribbon-three__item .footer__logo .col-lg-12 .col-xl-12, .s-accordion__item .footer__logo .col-lg-12 .col-xl-12, .s-join__item .footer__logo .col-lg-12 .col-xl-12, .s-submit-cv__item .footer__logo .col-lg-12 .col-xl-12, .form-row__item .footer__logo .col-lg-12 .col-xl-12, .col-sm-12 .footer__instant .col-lg-12 .col-xl-12, .s-article__item .footer__instant .col-lg-12 .col-xl-12, .s-benefits__item .footer__instant .col-lg-12 .col-xl-12, .s-ribbon-three__item .footer__instant .col-lg-12 .col-xl-12, .s-accordion__item .footer__instant .col-lg-12 .col-xl-12, .s-join__item .footer__instant .col-lg-12 .col-xl-12, .s-submit-cv__item .footer__instant .col-lg-12 .col-xl-12, .form-row__item .footer__instant .col-lg-12 .col-xl-12, .col-sm-12 .footer__social .col-lg-12 .col-xl-12, .s-article__item .footer__social .col-lg-12 .col-xl-12, .s-benefits__item .footer__social .col-lg-12 .col-xl-12, .s-ribbon-three__item .footer__social .col-lg-12 .col-xl-12, .s-accordion__item .footer__social .col-lg-12 .col-xl-12, .s-join__item .footer__social .col-lg-12 .col-xl-12, .s-submit-cv__item .footer__social .col-lg-12 .col-xl-12, .form-row__item .footer__social .col-lg-12 .col-xl-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.preloader {
  width: 64px;
  height: 64px;
  margin: auto;
  background-color: #FF7D00;
  border-radius: 100%;
  animation: preloaderAnimation 1.0s infinite ease-in-out;
}

.preloader--large {
  width: 90px;
  height: 90px;
}

@media (max-width: 767.98px) {
  .preloader--large {
    width: 70px;
    height: 70px;
  }
}

.preloader.ng-enter div:not(.ng-preventFadeOut), .preloader.preloaded div:not(.ng-preventFadeOut), .preloaded .preloader div:not(.ng-preventFadeOut), .preloader.loaded div:not(.ng-preventFadeOut), .loaded .preloader div:not(.ng-preventFadeOut) {
  opacity: 0;
  transition: opacity .5s;
}

.preloader.entered {
  display: none;
}

.preloaderPlaceholder {
  position: relative;
  height: 75vh;
  transition: opacity 0.5s, height 0.5s;
  transition-delay: .4s;
}

.preloaderPlaceholder.loaded, .loaded .preloaderPlaceholder {
  opacity: 0;
  height: 0;
}

.preloaderPlaceholder.entered, .entered .preloaderPlaceholder {
  display: none;
}

.preloaderWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2F0037;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  height: 100%;
  transition: opacity 0.5s;
}

.preloaderWrap.loaded, .loaded .preloaderWrap {
  opacity: 0;
}

.preloaderWrap.entered, .entered .preloaderWrap {
  display: none;
}

.preloaderWrap--abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  min-height: 0;
  background: rgba(255, 255, 255, 0.3);
}

.preloaderBody {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  background: #2F0037;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}

.preloadContent {
  opacity: 0;
  overflow: hidden;
}

.preloadContent--height {
  height: 50vh;
}

.preloadContent.preloaded {
  height: auto;
  overflow: visible;
}

.preloadContent.entered {
  opacity: 1;
  transition: opacity .5s;
}

/*#region socialmenu */
.socialmenu ul {
  display: flex;
}

.socialmenu li {
  margin: 0 7px;
}

.socialmenu li:first-child {
  margin-left: 0;
}

.socialmenu li:last-child {
  margin-right: 0;
}

.socialmenu a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  position: relative;
  display: inline-block;
}

.socialmenu a:after {
  font-family: "optima";
  content: "";
  display: inline-block;
}

.socialmenu a.slnk_fb:after {
  content: "e";
}

.socialmenu a.slnk_twit:after {
  content: "n";
}

.socialmenu a.slnk_linkedin:after {
  content: "h";
}

/*#endregion */
ol ul {
  list-style-type: disc;
}

ul ul, ol ul ul {
  list-style-type: circle;
}

html body nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.pagewrapper {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.btnClear {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}

.btnClear[href] {
  cursor: pointer;
}

.btnClear[type="button"], .btnClear[type="reset"], .btnClear[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.no-wrap {
  white-space: nowrap;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.hide {
  display: none;
}

@media (min-width: 992px) {
  .hide-lg {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-md-lg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hide-md {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hide-sm {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hide-sm-md {
    display: none;
  }
}

.is-hide {
  display: none;
}

@media (min-width: 992px) {
  .is-hide-lg {
    display: none;
  }
}

@media (min-width: 768px) {
  .is-hide-md-lg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .is-hide-md {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .is-hide-sm {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .is-hide-sm-md {
    display: none;
  }
}

.respWrap {
  position: absolute;
  left: -99999px;
  top: -99999px;
}

.respWrap div {
  display: none;
}

.hiddenCont {
  display: none;
}

@media (min-width: 992px) {
  .hiddenCont-lg {
    display: none;
  }
}

@media (min-width: 768px) {
  .hiddenCont-md-lg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hiddenCont-md {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hiddenCont-sm {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hiddenCont-sm-md {
    display: none;
  }
}

.printable {
  display: none !important;
}

.relative {
  position: relative;
}

.visible-important {
  display: inherit !important;
}

@media (min-width: 992px) {
  .visible-important-lg {
    display: inherit !important;
  }
}

@media (min-width: 768px) {
  .visible-important-md-lg {
    display: inherit !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-important-md {
    display: inherit !important;
  }
}

@media (max-width: 767.98px) {
  .visible-important-sm {
    display: inherit !important;
  }
}

@media (max-width: 991.98px) {
  .visible-important-sm-md {
    display: inherit !important;
  }
}

.accessibleVisible, .e-award-badge em {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.toggle-max-height {
  text-align: center;
}

.toggle-max-height span {
  display: block;
}

.toggle-max-height span:nth-child(2) {
  display: none;
}

.toggle-max-height span:after {
  margin-left: 10px;
  font-size: 14px;
}

.toggle-max-height.opened span:nth-child(1) {
  display: none;
}

.toggle-max-height.opened span:nth-child(2) {
  display: block;
}

.toggleLnk span {
  font-weight: bold;
  display: inline-block;
}

.toggleLnk span:nth-child(2) {
  display: none;
}

.toggleLnk span:after {
  margin-left: 10px;
  font-size: 14px;
}

.toggleLnk.opened span:nth-child(1) {
  display: none;
}

.toggleLnk.opened span:nth-child(2) {
  display: inline-block;
}

.text-align--justify {
  text-align: justify;
}

.text-align--right {
  text-align: right;
}

.text-align--left {
  text-align: left;
}

.absolute {
  position: absolute;
}

@media only screen {
  .table-responsive {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}

@media print {
  .table-responsive table {
    width: 100%;
  }
}

.youtube-fluid {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.youtube-fluid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.round-img {
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.round-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.img-tag-round {
  /*border-radius: 50%;*/
}

.img-tag-round img {
  border-radius: 50%;
}

.txt-size--large {
  font-size: 1.125rem;
}

.txt-size--larger {
  font-size: 1.25rem;
}

.txt-size--largest {
  font-size: 1.375rem;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes preloaderAnimation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.table, .b-article table {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
}

.table .col, .b-article table .col {
  display: table-cell;
  padding: 0;
  margin: 0;
}

.table td, .b-article table td, .table th, .b-article table th {
  padding: 12px;
  border: 0;
  vertical-align: top;
}

.table th, .b-article table th, .table tr:first-child td, .b-article table tr:first-child td {
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid #D0D0CE;
}

.table td, .b-article table td {
  border-bottom: 1px solid #D0D0CE;
}

.table tr:last-child td, .b-article table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  .table--responsive, .b-article table {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .table--responsive, .b-article table {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}

.accordion__heading {
  position: relative;
  font-weight: 700;
  margin-bottom: 8px;
  cursor: pointer;
}

.accordion__heading:not(:first-child) {
  margin-top: 20px;
}

.accordion__heading .ui-accordion-header-icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #FF7D00;
}

.accordion__heading .ui-accordion-header-icon::after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f067";
  font-size: 1.25rem;
}

.accordion__heading.ui-state-active .ui-accordion-header-icon::after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f068";
}

.e-device-detector {
  position: fixed;
  z-index: 999999;
  bottom: 20px;
  right: 10px;
  padding: 5px 0;
  text-align: center;
  font-size: .8em;
  border-radius: 5px;
  background-color: yellow;
  width: 80px;
}

.e-device-detector:before {
  content: 'Desktop';
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .e-device-detector {
    background-color: yellowgreen;
  }
  .e-device-detector:before {
    content: 'Desktop (S)';
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .e-device-detector {
    background-color: hotpink;
  }
  .e-device-detector:before {
    content: 'Tablet';
  }
}

@media (max-width: 767.98px) {
  .e-device-detector {
    background-color: pink;
  }
  .e-device-detector:before {
    content: 'Phone';
  }
}

.e-map-link:before {
  background-image: url("../imgs/icons/24x24/mail-white.png");
  vertical-align: middle;
}

.e-map-link span {
  display: inline-block;
  padding-left: 15px;
}

.e-map-link--white:before {
  background-image: url("../imgs/icons/24x24/mail-white.png");
}

.e-map-link--orange:before, .b-office .e-map-link:before, .header .e-map-link:hover:before {
  background-image: url("../imgs/icons/24x24/mail-orange.png");
}

.e-call-link:before {
  background-image: url("../imgs/icons/24x24/phone.png");
  vertical-align: middle;
}

.e-call-link span {
  display: inline-block;
  padding-left: 15px;
  vertical-align: text-top;
}

.e-call-link--white:before {
  background-image: url("../imgs/icons/24x24/phone-white.png");
}

.e-call-link--orange:before, .b-office .e-call-link:before, .header .e-call-link:hover:before {
  background-image: url("../imgs/icons/24x24/phone-orange.png");
}

.e-help-link:before {
  background-image: url("../imgs/icons/24x24/help.png");
  vertical-align: middle;
}

.e-help-link span {
  display: inline-block;
  padding-left: 15px;
  vertical-align: text-top;
}

.e-help-link--white:before {
  background-image: url("../imgs/icons/24x24/help-white.png");
}

.e-help-link--orange:before, .header .e-help-link:hover:before {
  background-image: url("../imgs/icons/24x24/help-orange.png");
}

.e-login-link:before {
  font-family: "optima";
  font-weight: normal;
  content: "i";
}

.e-login-link:before {
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
}

.e-burger-lnk:before {
  font-family: "optima";
  font-weight: normal;
  content: "k";
}

.e-mail-link:before {
  background-image: url("../imgs/icons/24x24/mail.png");
  vertical-align: middle;
}

.e-mail-link span {
  display: inline-block;
  padding-left: 15px;
}

.e-mail-link--white:before {
  background-image: url("../imgs/icons/24x24/mail-white.png");
}

.e-video-play-link:before {
  font-family: "optima";
  font-weight: normal;
  content: "o";
  font-size: 25px;
  line-height: 25px;
  vertical-align: bottom;
  color: #FF7D00;
}

.e-video-play-link span {
  margin-left: 6px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}

.e-capital {
  font-weight: 500;
  display: block;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  line-height: 1.34375em;
  border: 4px solid #2F0037;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.e-capital[class*=" icon-"] {
  text-indent: -1000px;
}

.e-capital[class*=" icon-"]:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  top: 4px;
}

.e-capital--light, .e-back-capital-link .e-capital {
  border-width: 2px;
}

.e-capital--thin {
  border-width: 1px;
}

.e-capital--white, .s-hero-inner:not(.s-hero-inner--light-bg) .e-capital {
  border-color: #fff;
}

.e-capital--purple, .e-back-capital-link--purple .e-capital, .b-feature--purple .e-back-capital-link .e-capital, .s-hero-inner--purple .b-feature .e-back-capital-link .e-capital {
  border-color: #2F0037;
}

.e-capital--orange {
  color: #FF7D00;
  border-color: #FF7D00;
}

.e-capital--rect {
  border-radius: 0;
}

.e-capital--semi-rect {
  border-radius: 16px;
}

.e-link-next, .cookie-message a, .b-nav-list a {
  font-size: 1.25rem;
  font-weight: 500;
}

.e-link-next::after, .cookie-message a::after, .b-nav-list a::after {
  font-family: "optima";
  font-weight: normal;
  content: "g";
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  color: #FF7D00;
  vertical-align: text-bottom;
  margin-left: 2px;
  transition: transform .2s;
}

.e-link-next:hover:after, .cookie-message a:hover:after, .b-nav-list a:hover:after {
  transform: translateX(5px);
}

.e-branch-link {
  font-size: 1.25rem;
}

.e-branch-link:before {
  font-family: "optima";
  font-weight: normal;
  content: "c";
  margin-right: 8px;
  color: #FF7D00;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
}

.e-phone-link:before {
  font-family: "optima";
  font-weight: normal;
  content: "l";
  margin-right: 8px;
  color: #FF7D00;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.e-phone-link--icon-top:before {
  display: block;
  margin: 0 auto 8px 0;
  text-align: center;
}

.e-email-link:before {
  font-family: "optima";
  font-weight: normal;
  content: "j";
  margin-right: 8px;
  color: #FF7D00;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.e-email-link--icon-top:before {
  display: block;
  margin: 0 auto 8px 0;
  text-align: center;
}

.e-back-capital-link {
  display: inline-flex;
  align-items: center;
}

.e-back-capital-link:before {
  font-family: "optima";
  font-weight: normal;
  content: "a";
  margin-right: 8px;
  font-size: 22px;
  line-height: 1;
  transform: translateY(2px);
}

.e-back-capital-link .e-capital {
  font-size: 16px;
}

.e-back-capital-link em {
  display: inline-block;
  font-style: normal;
  transform: translateY(2px);
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
}

.e-back-capital-link--white, .s-hero-inner:not(.s-hero-inner--light-bg) .e-back-capital-link {
  color: #fff;
}

.e-back-capital-link--purple, .b-feature--purple .e-back-capital-link, .s-hero-inner--purple .b-feature .e-back-capital-link {
  color: #2F0037;
}

.e-link-download {
  font-size: 1.25rem;
  font-weight: 500;
}

.e-link-download::after {
  font-family: "optima";
  font-weight: normal;
  content: "u";
  color: #FF7D00;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 1.5rem;
  line-height: 1;
}

.e-award-badge {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.e-award-badge--gold {
  background-color: #D4AF37;
}

.e-award-badge--silver {
  background-color: #C0C0C0;
}

.e-award-badge--bronze {
  background-color: #CD7F32;
}

.e-link-upload {
  font-size: 1.25rem;
  font-weight: 500;
}

.e-link-upload::after {
  font-family: "optima";
  font-weight: normal;
  content: "v";
  color: #FF7D00;
  vertical-align: sub;
  margin-left: 2px;
  font-size: 1.5rem;
  line-height: 1;
}

.e-hr {
  display: flex;
  align-items: center;
}

.e-hr:before, .e-hr:after {
  content: '';
  display: block;
  flex-grow: 1;
  border-bottom: 1px solid #D0D0CE;
}

.e-hr span {
  display: inline-block;
  padding: 0 8px;
}

.e-hr--white {
  color: #fff;
}

.e-hr--white:before, .e-hr--white:after {
  border-color: #fff;
}

.e-link-previous {
  font-weight: 500;
}

.e-link-previous:before {
  font-family: "optima";
  font-weight: normal;
  content: "a";
  display: inline-block;
  color: #FF7D00;
  vertical-align: middle;
  margin-right: 2px;
  transition: transform .2s;
}

.e-link-previous:hover:after {
  transform: translateX(-5px);
}

.e-search-link--white:before, .header .e-search-link:before {
  background-image: url("../imgs/icons/24x24/search-white.png");
  vertical-align: middle;
}

.e-search-link--orange:before, .header .e-search-link:hover:before {
  background-image: url("../imgs/icons/24x24/search-orange.png");
  vertical-align: middle;
}

.e-close-link {
  cursor: pointer;
}

.b-title {
  position: relative;
  text-align: center;
}

.b-title__title {
  margin-bottom: 32px;
}

.b-title__title:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .b-title__text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .b-title__text {
    width: 66%;
  }
}

.b-title--white, .s-hero .b-title, .s-branches-intro .b-title {
  color: #fff;
}

.b-title--white a, .s-hero .b-title a, .s-branches-intro .b-title a {
  color: #fff;
  text-decoration: none;
}

.b-title--white a.active, .s-hero .b-title a.active, .s-branches-intro .b-title a.active, .b-title--white a:hover, .s-hero .b-title a:hover, .s-branches-intro .b-title a:hover {
  text-decoration: none;
  color: #FF7D00;
}

.b-title--purple, .s-hero__item--purple .b-title {
  color: #2F0037;
}

.b-title--purple a, .s-hero__item--purple .b-title a {
  color: #2F0037;
  text-decoration: none;
}

.b-title--purple a.active, .s-hero__item--purple .b-title a.active, .b-title--purple a:hover, .s-hero__item--purple .b-title a:hover {
  text-decoration: none;
  color: #FF7D00;
}

.b-feature__title {
  font-weight: 500;
}

@media screen and (max-width: 1212px) {
  .b-feature__title {
    font-size: 1.625rem;
    line-height: 1.53846;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-weight: bold;
  }
}

.b-feature__title:not(:first-child) {
  margin-top: 8px;
}

.b-feature p {
  margin: 20px 0;
}

.b-feature--center, .s-hero-inner .b-feature {
  text-align: center;
}

.b-feature--center .e-capital, .s-hero-inner .b-feature .e-capital {
  margin-left: auto;
  margin-right: auto;
}

.b-feature--purple, .s-hero-inner--purple .b-feature {
  color: #2F0037;
}

.b-feature--purple a, .s-hero-inner--purple .b-feature a {
  color: #2F0037;
  text-decoration: none;
}

.b-feature--purple a.active, .s-hero-inner--purple .b-feature a.active, .b-feature--purple a:hover, .s-hero-inner--purple .b-feature a:hover {
  text-decoration: none;
  color: #FF7D00;
}

.b-hits__title {
  opacity: .4;
  margin-bottom: 4px;
}

.b-hits__text span {
  display: inline-block;
}

.b-hits__text span:not(:last-child):after {
  content: '∙';
  margin: 0 7px;
}

.b-talk {
  position: relative;
  text-align: center;
}

.b-talk__title {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .b-talk__text {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.b-talk__nav {
  margin-top: 30px;
}

.b-talk__nav:first-child {
  margin-top: 0;
}

.b-talk__nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 350px) {
  .b-talk__nav ul {
    display: block;
  }
}

.b-talk__nav li {
  margin: 0 40px;
  /*Kayako #8847*/
}

@media (max-width: 767.98px) {
  .b-talk__nav li {
    margin: 0 5px;
    flex-basis: 0;
    flex-grow: 1;
  }
}

@media screen and (max-width: 350px) {
  .b-talk__nav li {
    margin: 10px 0;
  }
}

.b-talk__nav li:first-child {
  margin-left: 0;
}

.b-talk__nav li:last-child {
  margin-right: 0;
}

.b-talk__nav li a, .b-talk__nav li a:not(.btn) {
  color: #FF7D00;
  text-decoration: none;
}

.b-talk__nav li a:hover, .b-talk__nav li a:not(.btn):hover {
  color: #2F0037;
  text-decoration: none;
}

.b-talk--white, .s-branches-intro .b-talk, .s-talk .b-talk {
  color: #fff;
}

.b-talk--white a, .s-branches-intro .b-talk a, .s-talk .b-talk a, .b-talk--white a:not(.btn), .s-branches-intro .b-talk a:not(.btn), .s-talk .b-talk a:not(.btn) {
  color: #fff;
  text-decoration: none;
}

.b-talk--white a.active, .s-branches-intro .b-talk a.active, .s-talk .b-talk a.active, .b-talk--white a:hover, .s-branches-intro .b-talk a:hover, .s-talk .b-talk a:hover, .b-talk--white a:not(.btn).active, .s-branches-intro .b-talk a:not(.btn).active, .s-talk .b-talk a:not(.btn).active, .b-talk--white a:not(.btn):hover, .s-branches-intro .b-talk a:not(.btn):hover, .s-talk .b-talk a:not(.btn):hover {
  text-decoration: none;
  color: #FF7D00;
}

.b-talk--icons-large a::before, .b-article .b-talk a::before {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}

.b-nav-list__title {
  color: rgba(47, 0, 55, 0.4);
}

@media (max-width: 767.98px) {
  .b-nav-list__title {
    margin-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  .b-nav-list a:after {
    color: #2F0037;
  }
}

@media (max-width: 767.98px) {
  .b-nav-list ul {
    display: flex;
  }
}

@media only screen and (max-width: 767.98px) {
  .b-nav-list ul {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .b-nav-list li {
    margin-left: 25px;
  }
  .b-nav-list li:first-child {
    margin-left: 0;
  }
}

.b-article {
  /*Kayako #8847*/
  /*Kayako #8865*/
}

.b-article--centeredText {
  text-align: center;
}

.b-article h2, .b-article h3, .b-article h4, .b-article h5 {
  margin-bottom: 26px;
}

.b-article h2:last-child, .b-article h3:last-child, .b-article h4:last-child, .b-article h5:last-child {
  margin-bottom: 0;
}

.b-article p {
  margin: 26px 0;
}

.b-article p:first-child {
  margin-top: 0;
}

.b-article p:last-child {
  margin-bottom: 0;
}

.b-article a:not(.btn) {
  /*@include lnkrev {
            text-decoration: underline
        }*/
  color: #2F0037;
  text-decoration: underline;
  /*Umbraco Editor Styles: Kayako #8525, Kayako #8847, Kayako #8865*/
}

.b-article a:not(.btn):hover {
  color: #FF7D00;
}

.b-article a:not(.btn).purpleLink {
  color: #2F0037;
  text-decoration: underline;
}

.b-article a:not(.btn).purpleLink:hover {
  color: #FF7D00;
}

.b-article a:not(.btn).orangeLink {
  color: #FF7D00;
  text-decoration: underline;
}

.b-article a:not(.btn).orangeLink:hover {
  color: #2F0037;
}

.b-article .arrowLink a {
  text-decoration: none;
}

.b-article img {
  max-width: 100%;
  float: right;
  margin: 5px 0 5px 5px;
}

.b-article figure img {
  width: 100%;
}

.b-article figure span {
  display: block;
  padding-top: 20px;
  color: rgba(47, 0, 55, 0.5);
}

.b-article blockquote {
  margin: 64px 0;
  position: relative;
  padding-left: 56px;
}

.b-article blockquote:first-child {
  margin-top: 0;
}

.b-article blockquote:last-child {
  margin-bottom: 0;
}

.b-article blockquote:before {
  font-family: "optima";
  font-weight: normal;
  content: "t";
  position: absolute;
  left: 0;
  top: 0;
  color: #D0D0CE;
  font-size: 32px;
  line-height: 1;
}

.b-article table {
  margin: 24px 0;
  width: 100%;
  border: none !important;
  background: none !important;
  height: auto !important;
  border-collapse: collapse;
}

.b-article table:first-child {
  margin-top: 0;
}

.b-article table:last-child {
  margin-bottom: 0;
}

.b-article .b-talk {
  margin: 64px 0;
  padding: 26px 0;
  border-top: 1px solid #D0D0CE;
  border-bottom: 1px solid #D0D0CE;
}

.b-article .b-talk:first-child {
  margin-top: 0;
}

.b-article .b-talk:last-child {
  margin-bottom: 0;
}

.b-article .b-caption-text {
  display: block;
  margin-top: 20px;
  color: rgba(47, 0, 55, 0.5);
}

/*Umbraco Editor Styles: Kayako #8525, Kayako #8847, Kayako #8865*/
.purpleLink a {
  color: #2F0037 !important;
  text-decoration: underline;
}

.purpleLink a:hover {
  color: #FF7D00 !important;
  text-decoration: underline;
}

.purpleLink:hover {
  color: #FF7D00 !important;
  text-decoration: underline;
}

.orangeLink a {
  color: #FF7D00 !important;
  text-decoration: underline;
}

.orangeLink a:hover {
  color: #2F0037 !important;
  text-decoration: underline;
}

.orangeLink:hover {
  color: #2F0037 !important;
  text-decoration: underline;
}

.arrowLink a {
  text-decoration: none;
}

.arrowLink a::after {
  font-family: "optima";
  font-weight: normal;
  content: "g";
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  color: #FF7D00;
  vertical-align: sub;
  margin-left: 2px;
  transition: transform .2s;
}

.arrowLink a:hover:after {
  transform: translateX(5px);
}

.b-map {
  position: relative;
  padding-top: 66%;
}

.b-map__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b-financial-box {
  border: 1px solid #D0D0CE;
  padding: 25px 20px;
}

.b-financial-box p {
  margin: 24px 0;
}

.b-financial-box .btn-wrap {
  text-align: left;
  margin-top: 24px;
}

.b-news {
  border: 1px solid #D0D0CE;
  padding: 12px 12px 24px;
  height: 668px;
  display: flex;
  flex-direction: column;
}

.b-news__texts {
  padding: 24px 8px 8px 8px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.b-news__time {
  margin-bottom: 4px;
}

.b-news__time:last-child {
  margin-bottom: 0;
}

.b-news__title {
  margin-bottom: 12px;
}

.b-news__title:last-child {
  margin-bottom: 0;
}

.b-news p {
  margin-top: 0;
}

.b-news p:first-child {
  margin-top: 0;
}

.b-news p:last-child {
  margin-bottom: 0;
}

.b-news figure img {
  width: 100%;
}

.b-news .btn-wrap {
  margin-top: 4px;
  padding: 0 8px;
  text-align: left;
}

.b-number-progress {
  transition: transform .2s;
  transform: scale(0);
  text-align: center;
}

.b-number-progress__cicle {
  width: 176px;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #FF7D00;
  color: #FF7D00;
  border-radius: 50%;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.b-number-progress__title {
  font-weight: bold;
}

.in-viewport-once .b-number-progress {
  transform: scale(1);
}

.b-career {
  border: 1px solid #D0D0CE;
  padding: 12px 12px 24px;
  height: 524px;
  display: flex;
  flex-direction: column;
}

.b-career__texts {
  padding: 24px 0 8px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.b-career__department {
  margin-bottom: 4px;
}

.b-career__department:last-child {
  margin-bottom: 0;
}

.b-career__title {
  margin-bottom: 12px;
}

.b-career__title:last-child {
  margin-bottom: 0;
}

.b-career p {
  margin-top: 0;
}

.b-career p:first-child {
  margin-top: 0;
}

.b-career p:last-child {
  margin-bottom: 0;
}

.b-career figure img {
  width: 100%;
}

.b-career .btn-wrap {
  margin-top: 4px;
  text-align: left;
  display: flex;
  align-items: flex-end;
}

.b-career .btn-wrap a + a {
  margin-left: auto;
  text-align: right;
}

.b-vacancy {
  border: 1px solid #D0D0CE;
  padding: 24px 0 0;
  height: 252px;
  display: flex;
  flex-direction: column;
}

.b-vacancy__texts {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 20px;
}

.b-vacancy__department {
  margin-bottom: 4px;
}

.b-vacancy__department:last-child {
  margin-bottom: 0;
}

.b-vacancy__title {
  margin-bottom: 20px;
}

.b-vacancy__title:last-child {
  margin-bottom: 0;
}

.b-vacancy p {
  margin-top: 0;
}

.b-vacancy p:first-child {
  margin-top: 0;
}

.b-vacancy p:last-child {
  margin-bottom: 0;
}

.b-vacancy .btn-wrap {
  position: relative;
  margin-top: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.b-vacancy .btn-wrap .input-button {
  margin-left: auto;
}

.b-vacancy.active {
  border: 1px solid #FF7D00;
}

.b-vacancy-group {
  margin-left: -12px;
  margin-right: -12px;
}

.b-vacancy-group__item {
  padding-left: 12px;
  padding-right: 12px;
}

.b-carousel-md-2-sm-1 {
  margin-left: -12px;
  margin-right: -12px;
}

.b-carousel-md-2-sm-1__item {
  padding-left: 12px;
  padding-right: 12px;
}

.b-office {
  padding: 24px 0;
}

.b-office__title {
  margin-bottom: 20px;
  padding-right: 20px;
}

.b-office__body {
  position: relative;
  padding-right: 45%;
}

@media (max-width: 991.98px) {
  .b-office__body {
    padding-right: 20px;
  }
}

.b-office__details {
  position: absolute;
  left: 60%;
  top: 0;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991.98px) {
  .b-office__details {
    position: static;
    margin-top: 20px;
  }
}

.b-office__director {
  margin-top: 20px;
}

.b-office__director__title {
  font-weight: bold;
  margin-bottom: 12px;
}

.b-office__director .b-profile-box {
  border-color: rgba(255, 255, 255, 0.2);
}

.b-office ul + ul {
  margin-top: 20px;
}

.b-office li {
  margin: 4px 0;
}

.b-office dl, .b-office dt, .b-office dd {
  margin: 0;
  padding: 0;
  display: block;
}

.b-office dl + dl {
  margin-top: 20px;
}

.b-office dt {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 5px;
}

.b-office a, .b-office button {
  color: #FF7D00;
  text-decoration: none;
  font-size: 1rem;
}

.b-office a.active, .b-office a:hover, .b-office button.active, .b-office button:hover {
  text-decoration: none;
  color: #FF7D00;
}

.b-office .e-map-link:before {
  margin-right: 2px;
}

.b-office .e-call-link:before {
  margin-right: 2px;
  vertical-align: bottom;
}

.b-office .b-facility {
  opacity: .5;
}

.b-facility span {
  margin: 0 5px;
  vertical-align: middle;
}

.b-facility span:first-child {
  margin-left: 0;
}

.b-facility span:last-child {
  margin-right: 0;
}

.b-profile-box {
  border: 1px solid #D0D0CE;
  padding: 16px;
  display: flex;
}

.b-profile-box__figure {
  width: 84px;
}

.b-profile-box__texts {
  flex-grow: 1;
  margin-left: 16px;
}

.b-profile-box__title {
  font-weight: normal;
}

.b-searched-box {
  border: 1px solid #D0D0CE;
  padding: 12px 12px 24px;
}

.b-searched-box__title {
  margin-bottom: 12px;
}

.b-searched-box__title:last-child {
  margin-bottom: 0;
}

.b-searched-box p {
  margin-top: 0;
}

.b-searched-box p:first-child {
  margin-top: 0;
}

.b-searched-box p:last-child {
  margin-bottom: 0;
}

.b-searched-box a:hover .b-searched-box__txt {
  color: #2F0037;
}

.s-page-content {
  margin-top: 64px;
  margin-bottom: 64px;
}

.s-page-content > section {
  margin-top: 24px;
  margin-bottom: 24px;
}

.s-page-content .s-product {
  padding-top: 0;
  padding-bottom: 0;
}

.s-page-content .s-accordion {
  padding-top: 22px;
  padding-bottom: 0;
}

.s-strip, .s-article, .s-four-reasons, .s-era, .s-benefits, .s-talk, .s-ribbon-three, .s-product, .s-accordion, .s-values, .s-numbers, .s-history, .s-directors, .s-awards, .s-about, .s-org-chart, .s-join, .s-submit-cv, .s-headquarters {
  position: relative;
  padding: 80px 0;
}

.s-strip .b-title, .s-article .b-title, .s-four-reasons .b-title, .s-era .b-title, .s-benefits .b-title, .s-talk .b-title, .s-ribbon-three .b-title, .s-product .b-title, .s-accordion .b-title, .s-values .b-title, .s-numbers .b-title, .s-history .b-title, .s-directors .b-title, .s-awards .b-title, .s-about .b-title, .s-org-chart .b-title, .s-join .b-title, .s-submit-cv .b-title, .s-headquarters .b-title {
  margin-bottom: 64px;
}

.s-strip .b-title:last-child, .s-article .b-title:last-child, .s-four-reasons .b-title:last-child, .s-era .b-title:last-child, .s-benefits .b-title:last-child, .s-talk .b-title:last-child, .s-ribbon-three .b-title:last-child, .s-product .b-title:last-child, .s-accordion .b-title:last-child, .s-values .b-title:last-child, .s-numbers .b-title:last-child, .s-history .b-title:last-child, .s-directors .b-title:last-child, .s-awards .b-title:last-child, .s-about .b-title:last-child, .s-org-chart .b-title:last-child, .s-join .b-title:last-child, .s-submit-cv .b-title:last-child, .s-headquarters .b-title:last-child {
  margin-bottom: 0;
}

.s-article + .s-talk {
  /*margin-top: 64px;*/
}

.s-article {
  padding: 0;
  /*margin-top: 64px;*/
}

.s-article__row, .s-article__row-wide {
  /*margin-top:24px;
        margin-bottom:24px;

        &:first-child{
            margin-top:64px;
        }
        &:last-child{
            margin-bottom:64px;
        }*/
}

.s-article--withMarginBtm {
  margin-bottom: 30px;
}

.s-hero {
  height: 80vh;
  max-height: 640px;
  position: relative;
}

.s-hero__item-conts, .s-hero .video-js.vjs-fluid {
  height: 80vh;
  max-height: 640px;
}

@media screen and (max-width: 1212px) {
  .s-hero {
    height: 450px;
  }
  .s-hero__item-conts, .s-hero .video-js.vjs-fluid {
    height: 450px;
  }
}

.s-hero__item + .s-hero__item {
  display: none;
}

.s-hero__img-wrap {
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
  background: #000;
}

.s-hero__img-wrap > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.s-hero__item-conts {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.s-hero__item-conts:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.s-hero .b-title {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .s-hero .b-title {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.s-hero .b-title__title {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .s-hero .b-title__title {
    margin-bottom: 4vh;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}

.s-hero .b-title__title.ready {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .s-hero .b-title .btn-wrap {
    margin-top: 4vh;
  }
}

@media (min-width: 768px) {
  .s-hero .b-title__text, .s-hero .b-title .btn-wrap {
    opacity: 0;
    transition: opacity .3s;
  }
}

@media (min-width: 768px) {
  .s-hero .b-title.textAnimationsEnded .b-title__text, .s-hero .b-title.textAnimationsEnded .btn-wrap {
    opacity: 1;
  }
}

.s-hero .b-title__below {
  position: absolute;
  left: 0;
  bottom: 64px;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}

@media (max-width: 767.98px) {
  .s-hero .b-title__below {
    bottom: 4vh;
  }
}

.s-hero__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.s-hero__video .preloaderWrap {
  z-index: 2;
}

.s-hero__video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2F0037;
  opacity: 1;
  transition: opacity .5s;
}

.preloaderWrap + .s-hero__video:after {
  background: Red;
}

.s-hero__video.loaded:after {
  content: none;
}

.s-hero .video-js.vjs-fluid {
  padding-top: 0;
}

.s-hero .video-js .vjs-tech {
  width: auto;
  height: auto;
  transform-origin: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.s-hero .vjs-poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.s-hero .slick-dots {
  position: relative;
  top: -30px;
}

.s-four-reasons .e-link-next:not(:last-child), .s-four-reasons .cookie-message a:not(:last-child), .cookie-message .s-four-reasons a:not(:last-child), .s-four-reasons .b-nav-list a:not(:last-child), .b-nav-list .s-four-reasons a:not(:last-child) {
  margin-bottom: 32px;
}

.s-four-reasons .b-hits {
  /*margin-top:auto;*/
}

@media (max-width: 991.98px) {
  .s-four-reasons__conts {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 991.98px) {
  .s-four-reasons__row {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap;
    max-width: none;
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .s-four-reasons__row .b-feature {
    white-space: normal;
    flex-shrink: 0;
  }
}

.s-four-reasons__row .b-feature {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .s-four-reasons__row .b-feature {
    min-width: 242px;
    width: 25%;
  }
}

@media (max-width: 767.98px) {
  .s-four-reasons__row .b-feature {
    min-width: 292px;
    width: 80%;
  }
}

.s-four-reasons__row .b-feature:last-child {
  /*@include scr-devices{
                min-width:100%;
            }*/
}

.s-era {
  padding: 168px 0;
  background-image: linear-gradient(NaNdeg, #D0D0CE 0%, #ebebeb 100%);
}

.theme-individuals .s-era {
  background-image: linear-gradient(275deg, #D0D0CE 0%, #ebebeb 100%);
}

.theme-business .s-era {
  background-color: #e6e6e6;
}

@media (max-width: 767.98px) {
  .s-era {
    padding: 80px 0 104px 0;
  }
}

.s-era .s-parallax-items:not(.s-parallax-items--small-tiles) {
  background: url("../imgs/misc/parallax-boxes.png") 100% 100% no-repeat;
}

.theme-business .s-era .s-parallax-items:not(.s-parallax-items--small-tiles) {
  background-image: url("../imgs/misc/parallax-boxes-business.png");
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .s-era .s-parallax-items:not(.s-parallax-items--small-tiles) {
    background-size: 368px 700px;
  }
}

@media (max-width: 767.98px) {
  .s-era .s-parallax-items:not(.s-parallax-items--small-tiles) {
    background-size: 291px 552px;
  }
}

.s-era__conts-wrap {
  position: relative;
  z-index: 1;
}

.s-branches-intro {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.s-branches-intro__conts {
  position: relative;
  z-index: 1;
  padding: 164px 0 44px 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .s-branches-intro__conts {
    min-height: 880px;
  }
}

@media (max-width: 767.98px) {
  .s-branches-intro__conts {
    padding: 64px 0 44px 0;
  }
}

.s-branches-intro:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.s-branches-intro .b-talk {
  margin-top: auto;
  border-top: 1px solid #fff;
  padding-top: 40px;
}

.s-hero-inner {
  position: relative;
  height: 304px;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .s-hero-inner {
    min-height: 304px;
    height: auto;
  }
}

.s-hero-inner__img-wrap {
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.s-hero-inner__img-wrap > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.s-hero-inner__conts-wrap {
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color .2s;
}

.s-hero-inner__conts {
  position: relative;
  z-index: 1;
  height: 304px;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .s-hero-inner__conts {
    min-height: 304px;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .s-hero-inner__conts {
    padding-top: 10px;
  }
}

.s-hero-inner .b-feature {
  transition: opacity .5s;
  width: 100%;
}

@media (min-width: 768px) {
  .s-hero-inner .b-feature {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .s-hero-inner .b-feature {
    width: 66%;
  }
}

.s-hero-inner .e-back-capital-link {
  margin-bottom: 32px;
}

.s-hero-inner:not(.s-hero-inner--light-bg) {
  color: #fff;
}

.s-hero-inner--light-bg .parallax-bg {
  background: url("../imgs/misc/scattered-boxes.svg");
}

.s-hero-inner--light-bg .s-hero-inner__conts-wrap, .s-hero-inner--bg-purple .s-hero-inner__conts-wrap {
  background: none;
}

.s-hero-inner--bg-purple {
  background-color: #2F0037;
}

.s-hero-inner--no-height {
  height: auto;
  padding: 60px 0 60px 0;
}

.s-hero-inner--no-height .s-hero-inner__conts {
  height: auto;
}

@media (max-width: 991.98px) {
  .s-hero-inner--no-height {
    padding: 30px 0 30px 0;
  }
}

.s-parallax-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.s-parallax-items__item {
  transition: transform .2s linear;
}

.s-parallax-items--rotating-boxes .s-parallax-items__item {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 395px;
  height: 150px;
  backface-visibility: hidden;
  transition: transform .3s ease-in-out;
}

.theme-individuals .s-parallax-items--rotating-boxes .s-parallax-items__item {
  background-color: #FF7D00;
}

.theme-business .s-parallax-items--rotating-boxes .s-parallax-items__item {
  background-color: #D0D0CE;
}

.theme-aboutus .s-parallax-items--rotating-boxes .s-parallax-items__item {
  background-color: #EDE0ED;
}

.s-parallax-items--rotating-boxes .s-parallax-items__item:nth-child(2) {
  bottom: 150px;
}

.s-parallax-items--rotating-boxes .s-parallax-items__item:nth-child(3) {
  bottom: 300px;
}

.s-parallax-items--small-tiles .s-parallax-items__item {
  position: absolute;
  width: 78px;
  height: 24px;
  background-color: #2F0037;
  opacity: .1;
}

.s-overview {
  border-bottom: 1px solid #D0D0CE;
}

.s-overview__article {
  border-top: 1px solid #D0D0CE;
  padding: 20px 0;
}

.s-overview__row {
  align-items: flex-start;
}

.s-overview__main {
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .s-overview__main {
    display: block;
    width: calc(100% + 24px);
  }
}

.s-overview__main__title {
  margin-bottom: 20px;
}

.s-overview__main__text {
  flex: 0;
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .s-overview__main__nav {
    margin-top: 40px;
    width: calc(100% + 24px);
  }
}

.s-overview__main__figure {
  display: none;
  flex: 0;
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .s-overview__main__figure {
    display: block;
  }
  .s-overview__main__figure .s-overview__figure {
    display: block;
  }
}

.s-overview__figure {
  margin-left: auto;
  max-width: 280px;
}

@media (max-width: 767.98px) {
  .s-overview__figure {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

.s-overview__figure__ins {
  display: block;
}

.s-overview__figure img {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .s-overview__figure img {
    width: 100%;
  }
}

.s-overview .btn-wrap {
  margin-top: 26px;
}

.s-overview__article--round-img .s-overview__figure__ins {
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.s-overview__article--round-img .s-overview__figure__ins > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.s-overview .b-nav-list a {
  font-weight: bold;
}

.s-benefits {
  padding: 80px 0 100px;
  background: linear-gradient(45deg, #ded1de, rgba(222, 209, 222, 0));
  background-position: 0% 50%;
  background-size: 300% 300%;
  animation: gradientAnimation 6s ease infinite;
}

@media (max-width: 767.98px) {
  .s-benefits {
    padding: 80px 0 104px 0;
  }
}

.theme-business .s-benefits {
  background: none;
}

.s-benefits__conts-wrap {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .s-benefits__item:not(:first-child) {
    margin-top: 32px;
  }
}

.s-benefits__item {
  text-align: center;
}

.s-benefits .icon-check {
  fill: #FF7D00;
}

.s-benefits--no-bg {
  border-top: 1px solid #D0D0CE;
  background: none;
  animation: none;
}

.s-talk {
  padding: 80px 0;
  background: url("../imgs/misc/talk.png") #2F0037;
}

@media (max-width: 767.98px) {
  .s-talk {
    padding: 40px 0;
  }
}

.s-ribbon-three {
  padding: 64px 0;
  border-bottom: 1px solid #D0D0CE;
}

@media (max-width: 767.98px) {
  .s-ribbon-three__item:not(:first-child) {
    margin-top: 32px;
  }
}

.s-ribbon-three__item {
  text-align: center;
}

.s-ribbon-three__item svg {
  fill: #FF7D00;
}

.s-ribbon-three__item__title {
  margin-bottom: 12px;
}

.s-product {
  padding: 64px 0;
}

.s-product__article {
  /*Kayako #8847*/
  /*Kayako #8865*/
}

.s-product__article a {
  color: #2F0037;
  text-decoration: underline;
}

.s-product__article a:hover {
  color: #FF7D00;
}

.s-product__article .arrowLink a {
  text-decoration: none;
}

.s-product__figure {
  max-width: 440px;
}

@media (max-width: 767.98px) {
  .s-product__figure {
    margin: 35px 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.s-product__figure__ins img {
  width: 100%;
}

.s-product__figure--portrait {
  max-width: 280px;
}

.s-product__figure--round-img .s-product__figure__ins {
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.s-product__figure--round-img .s-product__figure__ins img {
  width: auto;
}

.s-product__figure--round-img .s-product__figure__ins > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.s-product__article .s-product__figure {
  float: right;
  width: 50%;
  margin: 5px 0 5px 5px;
}

@media (max-width: 767.98px) {
  .s-product__article .s-product__figure {
    float: none;
    width: 100%;
  }
}

.s-product__article .s-product__figure img {
  margin: 0;
}

.s-accordion {
  padding: 64px 0;
}

.s-accordion__item {
  margin-left: auto;
  margin-right: auto;
}

.s-accordion__headline {
  margin-bottom: 20px;
}

.s-accordion__row + .s-accordion__row {
  margin-top: 60px;
}

.s-accordion__row + .s-accordion__row::before {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #D0D0CE;
}

.s-accordion__row + .s-accordion__row::after {
  content: none;
}

.s-accordion__row + .s-accordion__row .s-accordion__item:first-child {
  margin-top: 60px;
}

.s-accordion--faq .accordion__heading {
  font-weight: bold;
}

.s-error-404 {
  background-color: #2F0037;
  color: #fff;
}

.s-error-404__conts {
  height: calc(100vh - 480px);
  min-height: 650px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .s-error-404__conts {
    height: 80vh;
    min-height: 450px;
  }
}

.s-error-404__title {
  font-size: 11.25rem;
  line-height: 1.33333;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .s-error-404__title {
    font-size: 8.75rem;
    line-height: 1.42857;
  }
}

.s-error-404 .btn-wrap {
  margin-top: 40px;
}

.s-error-500 {
  background-color: #2F0037;
  color: #fff;
}

.s-error-500__conts {
  height: 100vh;
  min-height: 450px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s-error-500__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
}

.s-error-500__title {
  font-size: 11.25rem;
  line-height: 1.33333;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .s-error-500__title {
    font-size: 5rem;
    line-height: 1.5;
  }
}

.s-financial-results {
  margin-top: 40px;
  margin-bottom: 60px;
}

.s-financial-results__conts {
  align-items: flex-start;
  flex-wrap: wrap;
}

.s-financial-results__item {
  margin-bottom: 24px;
}

.s-financial-results .b-financial-box {
  height: 100%;
}

.s-news {
  margin-top: 40px;
  margin-bottom: 60px;
}

.s-news__row {
  flex-wrap: wrap;
}

.s-news__item {
  margin: 11px 0;
}

.s-news__btn-wrap {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .s-news__btn-wrap {
    margin-top: 16px;
  }
}

.s-news .list-enter-active, .s-news .list-leave-active {
  transition: opacity .5s;
}

.s-news .list-enter {
  opacity: 0;
  /*@for $i from 1 through 20{
            $totalDelay: .1 * $i;
            transition-duration: $totalDelay;
        }*/
}

.s-news .list-leave-to {
  opacity: 0;
}

.s-values {
  border-bottom: 1px solid #D0D0CE;
}

.s-values__article {
  margin-top: 64px;
}

.s-values__article:first-child {
  margin-top: 0;
}

.s-values__title {
  margin-bottom: 20px;
}

.s-values__title:last-child {
  margin-bottom: 0;
}

.s-values__article:nth-child(odd) .s-values__figure {
  order: 1;
}

.s-numbers {
  border-bottom: 1px solid #D0D0CE;
}

@media (max-width: 991.98px) {
  .s-numbers__item {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .s-numbers__item:nth-child(1), .s-numbers__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .s-numbers__item:first-child {
    margin-top: 0;
  }
}

.s-numbers__item:nth-child(1) .b-number-progress {
  transition-delay: 0.2s;
}

.s-numbers__item:nth-child(1) .b-number-progress {
  transition-delay: 0.3s;
}

.s-numbers__item:nth-child(1) .b-number-progress {
  transition-delay: 0.4s;
}

.s-numbers__item:nth-child(1) .b-number-progress {
  transition-delay: 0.5s;
}

.s-numbers__item:nth-child(1) .b-number-progress {
  transition-delay: 0.6s;
}

.s-numbers__item:nth-child(2) .b-number-progress {
  transition-delay: 0.3s;
}

.s-numbers__item:nth-child(2) .b-number-progress {
  transition-delay: 0.4s;
}

.s-numbers__item:nth-child(2) .b-number-progress {
  transition-delay: 0.5s;
}

.s-numbers__item:nth-child(2) .b-number-progress {
  transition-delay: 0.6s;
}

.s-numbers__item:nth-child(2) .b-number-progress {
  transition-delay: 0.7s;
}

.s-numbers__item:nth-child(3) .b-number-progress {
  transition-delay: 0.4s;
}

.s-numbers__item:nth-child(3) .b-number-progress {
  transition-delay: 0.5s;
}

.s-numbers__item:nth-child(3) .b-number-progress {
  transition-delay: 0.6s;
}

.s-numbers__item:nth-child(3) .b-number-progress {
  transition-delay: 0.7s;
}

.s-numbers__item:nth-child(3) .b-number-progress {
  transition-delay: 0.8s;
}

.s-numbers__item:nth-child(4) .b-number-progress {
  transition-delay: 0.5s;
}

.s-numbers__item:nth-child(4) .b-number-progress {
  transition-delay: 0.6s;
}

.s-numbers__item:nth-child(4) .b-number-progress {
  transition-delay: 0.7s;
}

.s-numbers__item:nth-child(4) .b-number-progress {
  transition-delay: 0.8s;
}

.s-numbers__item:nth-child(4) .b-number-progress {
  transition-delay: 0.9s;
}

.s-numbers__item:nth-child(5) .b-number-progress {
  transition-delay: 0.6s;
}

.s-numbers__item:nth-child(5) .b-number-progress {
  transition-delay: 0.7s;
}

.s-numbers__item:nth-child(5) .b-number-progress {
  transition-delay: 0.8s;
}

.s-numbers__item:nth-child(5) .b-number-progress {
  transition-delay: 0.9s;
}

.s-numbers__item:nth-child(5) .b-number-progress {
  transition-delay: 1s;
}

.s-history {
  border-bottom: 1px solid #D0D0CE;
}

.s-history__outer-row {
  position: relative;
}

@media (min-width: 768px) {
  .s-history__outer-row:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid #FF7D00;
  }
  .s-history__outer-row:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    height: calc(100% - 48px);
    border-left: 2px solid #FF7D00;
    border-right: 2px solid #FF7D00;
  }
}

@media (max-width: 767.98px) {
  .s-history__outer-row:not(:first-child) .s-history__date:before {
    content: '';
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #FF7D00;
  }
}

.s-history__row {
  min-height: 100px;
}

.s-history__date {
  font-weight: bold;
}

@media (min-width: 768px) {
  .s-history__date {
    word-spacing: 100vw;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .s-history__date {
    margin-bottom: 20px;
  }
}

.s-history__outer-row:last-child:after {
  content: none;
}

@media (min-width: 768px) {
  .s-history__outer-row:nth-child(odd) .s-history__date {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .s-history__outer-row:nth-child(even) .s-history__date {
    margin-right: auto;
    order: 1;
  }
}

@media (min-width: 768px) {
  .s-history__outer-row:nth-child(even) .s-history__articles {
    text-align: right;
  }
}

.s-history__article {
  margin-top: 32px;
}

.s-history__article:first-child {
  margin-top: 0;
}

.s-history__article img {
  width: 100%;
}

.s-directors {
  border-top: 1px solid #D0D0CE;
}

.s-directors__article {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .s-directors__article:nth-child(1) {
    margin-top: 0;
  }
  .s-directors__article:nth-child(2) {
    margin-top: 0;
  }
  .s-directors__article:nth-child(3) {
    margin-top: 0;
  }
  .s-directors__article:nth-child(4) {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .s-directors__article:nth-child(1) {
    margin-top: 0;
  }
  .s-directors__article:nth-child(2) {
    margin-top: 0;
  }
  .s-directors__article:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .s-directors__article:nth-child(1) {
    margin-top: 0;
  }
}

.s-directors__article:nth-child(1) .s-directors__figure {
  transition-delay: 0.2s;
}

.s-directors__article:nth-child(1) .s-directors__figure {
  transition-delay: 0.3s;
}

.s-directors__article:nth-child(1) .s-directors__figure {
  transition-delay: 0.4s;
}

.s-directors__article:nth-child(1) .s-directors__figure {
  transition-delay: 0.5s;
}

.s-directors__article:nth-child(1) .s-directors__figure {
  transition-delay: 0.6s;
}

.s-directors__article:nth-child(2) .s-directors__figure {
  transition-delay: 0.3s;
}

.s-directors__article:nth-child(2) .s-directors__figure {
  transition-delay: 0.4s;
}

.s-directors__article:nth-child(2) .s-directors__figure {
  transition-delay: 0.5s;
}

.s-directors__article:nth-child(2) .s-directors__figure {
  transition-delay: 0.6s;
}

.s-directors__article:nth-child(2) .s-directors__figure {
  transition-delay: 0.7s;
}

.s-directors__article:nth-child(3) .s-directors__figure {
  transition-delay: 0.4s;
}

.s-directors__article:nth-child(3) .s-directors__figure {
  transition-delay: 0.5s;
}

.s-directors__article:nth-child(3) .s-directors__figure {
  transition-delay: 0.6s;
}

.s-directors__article:nth-child(3) .s-directors__figure {
  transition-delay: 0.7s;
}

.s-directors__article:nth-child(3) .s-directors__figure {
  transition-delay: 0.8s;
}

.s-directors__article:nth-child(4) .s-directors__figure {
  transition-delay: 0.5s;
}

.s-directors__article:nth-child(4) .s-directors__figure {
  transition-delay: 0.6s;
}

.s-directors__article:nth-child(4) .s-directors__figure {
  transition-delay: 0.7s;
}

.s-directors__article:nth-child(4) .s-directors__figure {
  transition-delay: 0.8s;
}

.s-directors__article:nth-child(4) .s-directors__figure {
  transition-delay: 0.9s;
}

.s-directors__article:nth-child(5) .s-directors__figure {
  transition-delay: 0.6s;
}

.s-directors__article:nth-child(5) .s-directors__figure {
  transition-delay: 0.7s;
}

.s-directors__article:nth-child(5) .s-directors__figure {
  transition-delay: 0.8s;
}

.s-directors__article:nth-child(5) .s-directors__figure {
  transition-delay: 0.9s;
}

.s-directors__article:nth-child(5) .s-directors__figure {
  transition-delay: 1s;
}

.s-directors__article:nth-child(6) .s-directors__figure {
  transition-delay: 0.7s;
}

.s-directors__article:nth-child(6) .s-directors__figure {
  transition-delay: 0.8s;
}

.s-directors__article:nth-child(6) .s-directors__figure {
  transition-delay: 0.9s;
}

.s-directors__article:nth-child(6) .s-directors__figure {
  transition-delay: 1s;
}

.s-directors__article:nth-child(6) .s-directors__figure {
  transition-delay: 1.1s;
}

.s-directors__article:nth-child(7) .s-directors__figure {
  transition-delay: 0.8s;
}

.s-directors__article:nth-child(7) .s-directors__figure {
  transition-delay: 0.9s;
}

.s-directors__article:nth-child(7) .s-directors__figure {
  transition-delay: 1s;
}

.s-directors__article:nth-child(7) .s-directors__figure {
  transition-delay: 1.1s;
}

.s-directors__article:nth-child(7) .s-directors__figure {
  transition-delay: 1.2s;
}

.s-directors__article:nth-child(8) .s-directors__figure {
  transition-delay: 0.9s;
}

.s-directors__article:nth-child(8) .s-directors__figure {
  transition-delay: 1s;
}

.s-directors__article:nth-child(8) .s-directors__figure {
  transition-delay: 1.1s;
}

.s-directors__article:nth-child(8) .s-directors__figure {
  transition-delay: 1.2s;
}

.s-directors__article:nth-child(8) .s-directors__figure {
  transition-delay: 1.3s;
}

.s-directors__article:nth-child(9) .s-directors__figure {
  transition-delay: 1s;
}

.s-directors__article:nth-child(9) .s-directors__figure {
  transition-delay: 1.1s;
}

.s-directors__article:nth-child(9) .s-directors__figure {
  transition-delay: 1.2s;
}

.s-directors__article:nth-child(9) .s-directors__figure {
  transition-delay: 1.3s;
}

.s-directors__article:nth-child(9) .s-directors__figure {
  transition-delay: 1.4s;
}

.s-directors__article:nth-child(10) .s-directors__figure {
  transition-delay: 1.1s;
}

.s-directors__article:nth-child(10) .s-directors__figure {
  transition-delay: 1.2s;
}

.s-directors__article:nth-child(10) .s-directors__figure {
  transition-delay: 1.3s;
}

.s-directors__article:nth-child(10) .s-directors__figure {
  transition-delay: 1.4s;
}

.s-directors__article:nth-child(10) .s-directors__figure {
  transition-delay: 1.5s;
}

.s-directors__article:nth-child(11) .s-directors__figure {
  transition-delay: 1.2s;
}

.s-directors__article:nth-child(11) .s-directors__figure {
  transition-delay: 1.3s;
}

.s-directors__article:nth-child(11) .s-directors__figure {
  transition-delay: 1.4s;
}

.s-directors__article:nth-child(11) .s-directors__figure {
  transition-delay: 1.5s;
}

.s-directors__article:nth-child(11) .s-directors__figure {
  transition-delay: 1.6s;
}

.s-directors__article:nth-child(12) .s-directors__figure {
  transition-delay: 1.3s;
}

.s-directors__article:nth-child(12) .s-directors__figure {
  transition-delay: 1.4s;
}

.s-directors__article:nth-child(12) .s-directors__figure {
  transition-delay: 1.5s;
}

.s-directors__article:nth-child(12) .s-directors__figure {
  transition-delay: 1.6s;
}

.s-directors__article:nth-child(12) .s-directors__figure {
  transition-delay: 1.7s;
}

.s-directors__article:nth-child(13) .s-directors__figure {
  transition-delay: 1.4s;
}

.s-directors__article:nth-child(13) .s-directors__figure {
  transition-delay: 1.5s;
}

.s-directors__article:nth-child(13) .s-directors__figure {
  transition-delay: 1.6s;
}

.s-directors__article:nth-child(13) .s-directors__figure {
  transition-delay: 1.7s;
}

.s-directors__article:nth-child(13) .s-directors__figure {
  transition-delay: 1.8s;
}

.s-directors__article:nth-child(14) .s-directors__figure {
  transition-delay: 1.5s;
}

.s-directors__article:nth-child(14) .s-directors__figure {
  transition-delay: 1.6s;
}

.s-directors__article:nth-child(14) .s-directors__figure {
  transition-delay: 1.7s;
}

.s-directors__article:nth-child(14) .s-directors__figure {
  transition-delay: 1.8s;
}

.s-directors__article:nth-child(14) .s-directors__figure {
  transition-delay: 1.9s;
}

.s-directors__article:nth-child(15) .s-directors__figure {
  transition-delay: 1.6s;
}

.s-directors__article:nth-child(15) .s-directors__figure {
  transition-delay: 1.7s;
}

.s-directors__article:nth-child(15) .s-directors__figure {
  transition-delay: 1.8s;
}

.s-directors__article:nth-child(15) .s-directors__figure {
  transition-delay: 1.9s;
}

.s-directors__article:nth-child(15) .s-directors__figure {
  transition-delay: 2s;
}

.s-directors__article:nth-child(16) .s-directors__figure {
  transition-delay: 1.7s;
}

.s-directors__article:nth-child(16) .s-directors__figure {
  transition-delay: 1.8s;
}

.s-directors__article:nth-child(16) .s-directors__figure {
  transition-delay: 1.9s;
}

.s-directors__article:nth-child(16) .s-directors__figure {
  transition-delay: 2s;
}

.s-directors__article:nth-child(16) .s-directors__figure {
  transition-delay: 2.1s;
}

.s-directors__article:nth-child(17) .s-directors__figure {
  transition-delay: 1.8s;
}

.s-directors__article:nth-child(17) .s-directors__figure {
  transition-delay: 1.9s;
}

.s-directors__article:nth-child(17) .s-directors__figure {
  transition-delay: 2s;
}

.s-directors__article:nth-child(17) .s-directors__figure {
  transition-delay: 2.1s;
}

.s-directors__article:nth-child(17) .s-directors__figure {
  transition-delay: 2.2s;
}

.s-directors__article:nth-child(18) .s-directors__figure {
  transition-delay: 1.9s;
}

.s-directors__article:nth-child(18) .s-directors__figure {
  transition-delay: 2s;
}

.s-directors__article:nth-child(18) .s-directors__figure {
  transition-delay: 2.1s;
}

.s-directors__article:nth-child(18) .s-directors__figure {
  transition-delay: 2.2s;
}

.s-directors__article:nth-child(18) .s-directors__figure {
  transition-delay: 2.3s;
}

.s-directors__article:nth-child(19) .s-directors__figure {
  transition-delay: 2s;
}

.s-directors__article:nth-child(19) .s-directors__figure {
  transition-delay: 2.1s;
}

.s-directors__article:nth-child(19) .s-directors__figure {
  transition-delay: 2.2s;
}

.s-directors__article:nth-child(19) .s-directors__figure {
  transition-delay: 2.3s;
}

.s-directors__article:nth-child(19) .s-directors__figure {
  transition-delay: 2.4s;
}

.s-directors__article:nth-child(20) .s-directors__figure {
  transition-delay: 2.1s;
}

.s-directors__article:nth-child(20) .s-directors__figure {
  transition-delay: 2.2s;
}

.s-directors__article:nth-child(20) .s-directors__figure {
  transition-delay: 2.3s;
}

.s-directors__article:nth-child(20) .s-directors__figure {
  transition-delay: 2.4s;
}

.s-directors__article:nth-child(20) .s-directors__figure {
  transition-delay: 2.5s;
}

.s-directors__texts {
  margin-bottom: 20px;
}

.s-directors__figure {
  max-width: 208px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  transition: transform .2s;
  transform: scale(0);
}

.s-directors__figure:last-child {
  margin-bottom: 0;
}

.in-viewport-once .s-directors__figure {
  transform: scale(1);
}

.s-directors__figure__ins {
  display: block;
}

.s-directors__title {
  margin-bottom: 4px;
}

.s-directors__title:last-child {
  margin-bottom: 0;
}

.s-directors .btn-wrap {
  margin-top: auto;
}

.s-awards {
  border-bottom: 1px solid #D0D0CE;
}

@media (min-width: 768px) {
  .s-awards {
    background: url("../imgs/misc/awards.png") 50% 0 no-repeat;
  }
}

.s-awards__row {
  min-height: 100px;
}

.s-awards__item {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .s-awards__item:nth-child(1) {
    margin-top: 0;
  }
  .s-awards__item:nth-child(2) {
    margin-top: 0;
  }
  .s-awards__item:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .s-awards__item:nth-child(1) {
    margin-top: 0;
  }
  .s-awards__item:nth-child(2) {
    margin-top: 0;
  }
}

.s-awards__badges {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 64px;
}

.s-awards__badges .e-award-badge {
  margin: 4px;
}

.s-awards__title {
  margin-bottom: 0;
}

.s-awards p {
  margin: 0;
}

.s-about {
  padding: 64px 0;
  color: #fff;
  text-align: center;
  background: #2F0037 url("../imgs/misc/about-columns.png") 50% 100% no-repeat fixed;
}

.s-about__logo {
  margin-bottom: 64px;
}

.s-about__address {
  margin-bottom: 64px;
}

@media (max-width: 767.98px) {
  .s-about__item {
    margin-top: 40px;
  }
  .s-about__item:nth-child(1) {
    margin-top: 0;
  }
  .s-about__item:nth-child(2) {
    margin-top: 0;
  }
}

.s-about__title {
  margin-bottom: 0;
  font-weight: bold;
}

.s-careers {
  margin-top: 40px;
  margin-bottom: 60px;
}

.s-careers__row {
  flex-wrap: wrap;
}

.s-careers__item {
  margin: 11px 0;
}

.s-careers__btn-wrap {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .s-careers__btn-wrap {
    margin-top: 16px;
  }
}

.s-careers .list-enter-active, .s-careers .list-leave-active {
  transition: opacity .5s;
}

.s-careers .list-enter {
  opacity: 0;
}

.s-careers .list-leave-to {
  opacity: 0;
}

.s-org-chart {
  background: linear-gradient(180deg, #EBE6EB 0%, #DED1DE 100%);
}

.s-org-chart .b-title__title {
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .s-org-chart .b-title__title {
    margin-bottom: 20px;
  }
}

.s-org-chart figure img {
  max-width: 100%;
}

.s-network {
  background-color: #2F0037;
  color: #fff;
}

.s-network__conts {
  display: flex;
}

@media (max-width: 767.98px) {
  .s-network__conts {
    flex-direction: column;
  }
}

.s-network__items {
  width: 45%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .s-network__items {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .s-network__items {
    width: 100%;
  }
  .s-network__items:first-child {
    order: 1;
  }
}

.s-network__items__ins {
  position: relative;
  height: 100%;
}

.s-network__back {
  padding: 24px 0;
  border-bottom: 1px solid rgba(249, 242, 249, 0.2);
}

.s-network__back button {
  color: #FF7D00;
}

.s-network__back button:before {
  vertical-align: bottom;
}

.s-network__search-results__item {
  border-top: 1px solid rgba(249, 242, 249, 0.2);
}

.s-network__search-results__item:first-child {
  border-top: 0;
}

.s-network__map {
  flex-grow: 1;
}

.s-network__map .b-map {
  padding: 0;
  height: 80vh;
}

.s-network .scroll-me {
  min-width: 0;
}

.s-network .my-scrollbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-height: none;
}

@media (max-width: 767.98px) {
  .s-network .my-scrollbar {
    height: auto;
    position: static;
    overflow: auto;
  }
}

.s-network .vue-scrollbar__scrollbar-vertical .scrollbar, .s-network .vue-scrollbar__scrollbar-horizontal .scrollbar {
  background: #D0D0CE;
  opacity: .4;
  border-radius: 4px;
}

.s-join {
  border-top: 1px solid #D0D0CE;
  padding: 64px 0;
}

@media (max-width: 767.98px) {
  .s-join__item:not(:first-child) {
    margin-top: 32px;
  }
}

.s-join .b-title {
  padding: 0;
}

.s-join .b-title__text {
  width: auto;
}

.s-join .b-title .btn, .s-join .b-title .b-article button, .b-article .s-join .b-title button, .s-join .b-title .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-join .b-title a {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.s-join__conts:first-child .s-join__row {
  justify-content: center;
}

.s-join__row {
  margin: 32px 0;
}

.s-join__title {
  text-align: center;
}

.s-join .e-hr {
  margin: 76px 0;
}

.s-join__btn-wrap {
  justify-content: center;
}

.s-submit-cv {
  padding: 20px 0 64px 0;
}

@media (min-width: 992px) {
  .s-submit-cv__item--half {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.s-headquarters {
  padding: 64px 0;
}

.s-headquarters__conts {
  text-align: center;
}

.s-headquarters p {
  margin: 40px 0;
}

.s-headquarters p:first-child {
  margin-top: 0;
}

.s-headquarters p:last-child {
  margin-bottom: 0;
}

.s-double-form {
  border-top: 1px solid #D0D0CE;
}

@media (min-width: 768px) {
  .s-double-form {
    display: flex;
  }
}

.s-double-form__col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 40px 0;
}

.s-double-form__conts {
  max-width: 720px;
}

.s-double-form__col:first-child .s-double-form__conts {
  margin-left: auto;
  padding-left: 36px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .s-double-form__col:first-child .s-double-form__conts {
    padding-right: 36px;
  }
}

@media (max-width: 767.98px) {
  .s-double-form__col:first-child .s-double-form__conts {
    padding: 0 20px;
  }
}

.s-double-form__col:last-child .s-double-form__conts {
  margin-right: auto;
  padding-right: 36px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .s-double-form__col:last-child .s-double-form__conts {
    padding-left: 36px;
  }
}

@media (max-width: 767.98px) {
  .s-double-form__col:last-child .s-double-form__conts {
    padding: 0 20px;
  }
}

.s-double-form__aside {
  color: #fff;
  background: linear-gradient(180deg, #2F0037 31.35%, rgba(47, 0, 55, 0.55) 76.36%, rgba(46, 0, 55, 0.33) 100%);
}

.s-double-form__aside .s-double-form__conts, .s-double-form__aside .s-double-form__row {
  height: 100%;
}

.s-double-form__aside .form-title, .s-double-form__aside .s-submit-cv__title {
  color: #FF7D00;
}

.s-double-form__aside .s-double-form__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.s-double-form__aside .form-row-group {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.s-double-form__aside .e-hr {
  width: 100%;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .s-double-form__aside .e-hr {
    margin-top: 20px;
  }
}

.s-double-form__aside .e-phone-link {
  color: #fff;
  text-decoration: none;
}

.s-double-form__aside .e-phone-link.active, .s-double-form__aside .e-phone-link:hover {
  color: #2F0037;
}

.s-double-form__aside input[type="text"], .s-double-form__aside input[type="number"], .s-double-form__aside input[type="password"], .s-double-form__aside input[type="email"], .s-double-form__aside input[type="search"] {
  color: #fff;
}

.s-double-form__aside input[type="text"]::-webkit-input-placeholder, .s-double-form__aside input[type="number"]::-webkit-input-placeholder, .s-double-form__aside input[type="password"]::-webkit-input-placeholder, .s-double-form__aside input[type="email"]::-webkit-input-placeholder, .s-double-form__aside input[type="search"]::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}

.s-double-form__aside input[type="text"]:-moz-placeholder, .s-double-form__aside input[type="number"]:-moz-placeholder, .s-double-form__aside input[type="password"]:-moz-placeholder, .s-double-form__aside input[type="email"]:-moz-placeholder, .s-double-form__aside input[type="search"]:-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}

.s-double-form__aside input[type="text"]::-moz-placeholder, .s-double-form__aside input[type="number"]::-moz-placeholder, .s-double-form__aside input[type="password"]::-moz-placeholder, .s-double-form__aside input[type="email"]::-moz-placeholder, .s-double-form__aside input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}

.s-double-form__aside input[type="text"]:-ms-input-placeholder, .s-double-form__aside input[type="number"]:-ms-input-placeholder, .s-double-form__aside input[type="password"]:-ms-input-placeholder, .s-double-form__aside input[type="email"]:-ms-input-placeholder, .s-double-form__aside input[type="search"]:-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}

.s-double-form__aside input[type="text"]:focus::-webkit-input-placeholder, .s-double-form__aside input[type="number"]:focus::-webkit-input-placeholder, .s-double-form__aside input[type="password"]:focus::-webkit-input-placeholder, .s-double-form__aside input[type="email"]:focus::-webkit-input-placeholder, .s-double-form__aside input[type="search"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.s-double-form__aside input[type="text"]:focus:-moz-placeholder, .s-double-form__aside input[type="number"]:focus:-moz-placeholder, .s-double-form__aside input[type="password"]:focus:-moz-placeholder, .s-double-form__aside input[type="email"]:focus:-moz-placeholder, .s-double-form__aside input[type="search"]:focus:-moz-placeholder {
  color: transparent;
}

.s-double-form__aside input[type="text"]:focus::-moz-placeholder, .s-double-form__aside input[type="number"]:focus::-moz-placeholder, .s-double-form__aside input[type="password"]:focus::-moz-placeholder, .s-double-form__aside input[type="email"]:focus::-moz-placeholder, .s-double-form__aside input[type="search"]:focus::-moz-placeholder {
  color: transparent;
}

.s-double-form__aside input[type="text"]:focus:-ms-input-placeholder, .s-double-form__aside input[type="number"]:focus:-ms-input-placeholder, .s-double-form__aside input[type="password"]:focus:-ms-input-placeholder, .s-double-form__aside input[type="email"]:focus:-ms-input-placeholder, .s-double-form__aside input[type="search"]:focus:-ms-input-placeholder {
  color: transparent;
}

.s-double-form__aside input[type="text"].placeholder, .s-double-form__aside input[type="number"].placeholder, .s-double-form__aside input[type="password"].placeholder, .s-double-form__aside input[type="email"].placeholder, .s-double-form__aside input[type="search"].placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.s-double-form__aside label {
  text-align: center;
}

.s-double-form .form-title, .s-double-form .s-submit-cv__title {
  text-align: center;
}

.s-search {
  border-bottom: 1px solid #D0D0CE;
}

.s-search__conts {
  padding-top: 64px;
  padding-bottom: 64px;
}

.s-search-results {
  padding-top: 0;
  padding-bottom: 64px;
}

.s-search-results__found {
  margin: 40px 0;
}

.s-search-results__item {
  margin: 24px 0;
}

.s-search-results__item:first-child {
  margin-top: 0;
}

.s-search-results__item:last-child {
  margin-bottom: 0;
}

.s-search-results__btn-wrap {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .s-search-results__btn-wrap {
    margin-top: 16px;
  }
}

.s-search-results__btn-wrap .btn, .s-search-results__btn-wrap .b-article button, .b-article .s-search-results__btn-wrap button, .s-search-results__btn-wrap .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-search-results__btn-wrap a {
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}

.s-search-results__no-results {
  padding: 100px 0;
  text-align: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.s-search-results__no-results__text {
  margin-top: 40px;
}

.s-search-wrap .s-search__conts {
  max-width: 904px;
}

.s-search-wrap .s-search-results__conts {
  max-width: 904px;
}

.s-top-announcements {
  display: none;
  background: #FF7D00;
  padding: 10px 0;
  color: #fff;
}

.s-top-announcements__conts {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 767.98px) {
  .s-top-announcements__conts {
    padding-left: 40px;
  }
}

.s-top-announcements__conts:before {
  content: '!';
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
}

.s-top-announcements__txt {
  position: relative;
}

.s-top-announcements.active {
  display: block;
}

.s-top-announcements .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.s-top-announcements .btn, .s-top-announcements .b-article button, .b-article .s-top-announcements button, .s-top-announcements .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-top-announcements a {
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.7);
  transform-origin: top right;
}

@media screen and (max-width: 1212px) {
  .s-top-announcements .btn, .s-top-announcements .b-article button, .b-article .s-top-announcements button, .s-top-announcements .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-top-announcements a {
    right: 5px;
  }
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  font-family: Inter;
}

button[href] {
  cursor: pointer;
}

button[type="button"], button[type="reset"], button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn-clear {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}

.btn-clear[href] {
  cursor: pointer;
}

.btn-clear[type="button"], .btn-clear[type="reset"], .btn-clear[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn, .b-article button, .s-error-404 .btn-wrap a {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  font-family: Inter;
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 14px 16px 12px;
  background-color: #2F0037;
  transition: background .2s;
}

.btn[href], .b-article button[href], .s-error-404 .btn-wrap a[href] {
  cursor: pointer;
}

.btn[type="button"], .b-article button[type="button"], .s-error-404 .btn-wrap a[type="button"], .btn[type="reset"], .b-article button[type="reset"], .s-error-404 .btn-wrap a[type="reset"], .btn[type="submit"], .b-article button[type="submit"], .s-error-404 .btn-wrap a[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn:focus, .b-article button:focus, .s-error-404 .btn-wrap a:focus {
  outline: none;
}

.btn:hover, .b-article button:hover, .s-error-404 .btn-wrap a:hover {
  background-color: #030004;
  color: #fff;
}

.btn[disabled], .b-article button[disabled], .s-error-404 .btn-wrap a[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

.btn--block, .s-news__btn-wrap .btn, .s-news__btn-wrap .b-article button, .b-article .s-news__btn-wrap button, .s-news__btn-wrap .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-news__btn-wrap a, .s-careers__btn-wrap .btn, .s-careers__btn-wrap .b-article button, .b-article .s-careers__btn-wrap button, .s-careers__btn-wrap .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-careers__btn-wrap a, .s-join .b-title .btn, .s-join .b-title .b-article button, .b-article .s-join .b-title button, .s-join .b-title .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-join .b-title a, .s-join__btn-wrap .btn, .s-join__btn-wrap .b-article button, .b-article .s-join__btn-wrap button, .s-join__btn-wrap .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-join__btn-wrap a, .s-submit-cv .btn, .s-submit-cv .b-article button, .b-article .s-submit-cv button, .s-submit-cv .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-submit-cv a, .s-double-form .btn, .s-double-form .b-article button, .b-article .s-double-form button, .s-double-form .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-double-form a, .s-search-results__btn-wrap .btn, .s-search-results__btn-wrap .b-article button, .b-article .s-search-results__btn-wrap button, .s-search-results__btn-wrap .s-error-404 .btn-wrap a, .s-error-404 .btn-wrap .s-search-results__btn-wrap a {
  display: block;
  width: 100%;
  text-align: center;
}

.btn--tall, .s-error-404 .btn-wrap a, .s-news__btn-wrap .btn, .s-news__btn-wrap .b-article button, .b-article .s-news__btn-wrap button, .s-careers__btn-wrap .btn, .s-careers__btn-wrap .b-article button, .b-article .s-careers__btn-wrap button, .s-join__btn-wrap .btn, .s-join__btn-wrap .b-article button, .b-article .s-join__btn-wrap button, .s-submit-cv .btn, .s-submit-cv .b-article button, .b-article .s-submit-cv button, .s-double-form .btn, .s-double-form .b-article button, .b-article .s-double-form button, .s-search-results__btn-wrap .btn, .s-search-results__btn-wrap .b-article button, .b-article .s-search-results__btn-wrap button {
  padding-top: 18px;
  padding-bottom: 18px;
}

.btn--orange, .s-error-404 .btn-wrap a, .s-double-form__aside .btn, .s-double-form__aside .b-article button, .b-article .s-double-form__aside button {
  background-color: #FF7D00;
}

.btn--orange:hover, .s-error-404 .btn-wrap a:hover, .s-double-form__aside .btn:hover, .s-double-form__aside .b-article button:hover, .b-article .s-double-form__aside button:hover {
  background-color: #cc6400;
}

.btn--more::before, .s-news__btn-wrap .btn::before, .s-news__btn-wrap .b-article button::before, .b-article .s-news__btn-wrap button::before, .s-news__btn-wrap .s-error-404 .btn-wrap a::before, .s-error-404 .btn-wrap .s-news__btn-wrap a::before, .s-careers__btn-wrap .btn::before, .s-careers__btn-wrap .b-article button::before, .b-article .s-careers__btn-wrap button::before, .s-careers__btn-wrap .s-error-404 .btn-wrap a::before, .s-error-404 .btn-wrap .s-careers__btn-wrap a::before, .s-search-results__btn-wrap .btn::before, .s-search-results__btn-wrap .b-article button::before, .b-article .s-search-results__btn-wrap button::before, .s-search-results__btn-wrap .s-error-404 .btn-wrap a::before, .s-error-404 .btn-wrap .s-search-results__btn-wrap a::before {
  content: '+ ';
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="search"] {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  font-family: Inter;
  font-size: 1rem;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  border-radius: 0;
  border: 1px solid #D0D0CE;
}

input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder {
  opacity: 1;
  font-weight: 400;
}

input[type="text"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder {
  opacity: 1;
  font-weight: 400;
}

input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder {
  opacity: 1;
  font-weight: 400;
}

input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {
  opacity: 1;
  font-weight: 400;
}

input[type="text"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder {
  color: transparent;
}

input[type="text"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder {
  color: transparent;
}

input[type="text"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder {
  color: transparent;
}

input[type="text"].placeholder, input[type="number"].placeholder, input[type="password"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder {
  font-weight: 400;
}

input[type="text"][disabled]:not(.input--calendar), input[type="number"][disabled]:not(.input--calendar), input[type="password"][disabled]:not(.input--calendar), input[type="email"][disabled]:not(.input--calendar), input[type="search"][disabled]:not(.input--calendar) {
  cursor: not-allowed;
  /*border-color:$c-disabled-brd;
        background:$c-disabled-bg;       
        color:$c-disabled-txt;*/
}

@media (max-width: 767.98px) {
  input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="search"] {
    font-size: 16px;
    height: 48px;
  }
}

.form-note {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.14286;
  font-weight: 400;
}

.field-validation-error {
  color: #dc0000;
  font-size: 0.75rem;
  line-height: 1.33333;
  font-weight: 400;
}

/*select:focus + .selectboxit-container{
    outline:2px dashed $c-primary-yellow;
}*/
.selectboxit-container {
  display: block;
}

.selectboxit-container select {
  z-index: 10;
}

.selectboxit-container select:focus {
  outline: none !important;
}

@media (max-width: 991.98px) {
  .selectboxit-container select {
    max-width: 100%;
    min-width: 100%;
  }
}

.selectboxit-container .selectboxit-btn {
  border-radius: 0;
}

.selectboxit-container .selectboxit-btn, .selectboxit-container .selectboxit-btn:hover, .selectboxit-container .selectboxit-btn.selectboxit-focus {
  border-color: #D0D0CE;
  background: transparent;
}

.selectboxit-container .selectboxit-options {
  border-radius: 0;
}

.selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #2F0037;
  color: #fff;
}

.selectboxit-container .selectboxit-container, .selectboxit-container .selectboxit-text, .selectboxit-container .selectboxit-btn, .selectboxit-container .selectboxit-arrow-container {
  height: 48px;
  line-height: 48px;
}

@media (max-width: 767.98px) {
  .selectboxit-container .selectboxit-container, .selectboxit-container .selectboxit-text, .selectboxit-container .selectboxit-btn, .selectboxit-container .selectboxit-arrow-container {
    height: 48px;
    line-height: 48px;
  }
}

.selectboxit-container .selectboxit {
  width: auto;
  display: inherit !important;
}

.selectboxit-container .selectboxit-btn {
  width: 100%;
}

.selectboxit-container .selectboxit-option-icon-container {
  display: none;
}

.selectboxit-container .selectboxit-arrow-container {
  top: 0;
  right: 6px;
  text-align: center;
}

.selectboxit-container .selectboxit-arrow-container::after {
  font-family: "optima";
  font-weight: normal;
  content: "r";
  font-size: 2.125em;
}

.selectboxit-container .selectboxit-arrow-container i {
  display: none;
}

.selectboxit-container .selectboxit-text {
  max-width: 100% !important;
  float: none;
  text-indent: 0;
  padding-left: 12px;
  padding-right: 26px;
}

@media (max-width: 991.98px) {
  .selectboxit-container .selectboxit-text {
    font-size: 1rem;
    font-weight: 400;
  }
}

.selectboxit-container .selectboxit-options {
  padding: 10px;
  z-index: 1020;
  max-width: 100%;
  max-height: 350px;
}

.selectboxit-container .selectboxit-options.mCustomScrollbar {
  max-height: 200px;
}

.selectboxit-container .selectboxit-options a {
  white-space: normal;
  display: block;
  height: auto;
  padding: 7px 13px;
}

.selectboxit-container .selectboxit-options .selectboxit-selected, .selectboxit-container .selectboxit-options .selectboxit-focus {
  border-radius: 8px;
  background-color: #efefef;
}

.selectboxit-container .selectboxit-option:not(:first-child) {
  margin-top: 1px;
}

.selectboxit-container .selectboxit-option-first.selectboxit-disabled {
  display: none;
}

.selectboxit-container .selectboxit-option, .selectboxit-container .selectboxit-optgroup-header {
  text-indent: 0;
  padding-left: 0;
}

.selectboxit-container .mCSB_inside > .mCSB_container:not(.mCS_no_scrollbar_y) {
  margin-right: 19px;
}

.selectboxit-container .input-validation-error {
  border-color: #ce0d0d;
}

.selectboxit-container .selectboxit-disabled {
  cursor: not-allowed;
  opacity: 1;
  border-color: #d8d8d8;
  background-color: #F7F7F7;
}

.selectboxit-container .selectboxit-disabled:hover, .selectboxit-container .selectboxit-disabled:focus {
  border-color: #d8d8d8;
  background-color: #F7F7F7;
}

.selectboxit-container .selectboxit-disabled .selectboxit-text {
  color: #9b9b9b;
}

.input-validation-error + .selectboxit-container .selectboxit-btn {
  border-color: #ce0d0d;
}

.customChck label {
  font-weight: normal;
  margin: 0;
}

.customChck .spanlabel {
  display: inline-block;
  position: relative;
  padding: 3px 0 5px 44px;
  cursor: pointer;
  font-size: 1.0625rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .customChck .spanlabel {
    font-size: 1rem;
    padding: 2px 0 0 34px;
  }
}

.customChck .spanlabel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #D0D0CE;
}

@media (max-width: 767.98px) {
  .customChck .spanlabel:before {
    width: 24px;
    height: 24px;
  }
}

.customChck .spanlabel:after {
  font-family: "optima";
  content: "x";
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  left: 3px;
  top: 2px;
  color: #FF7D00;
  transform: scale(0);
}

.customChck [type="radio"] ~ .spanlabel:before {
  border-radius: 50%;
}

.customChck [type="radio"] ~ .spanlabel:after {
  top: 8px;
  left: 8px;
  border-radius: 50%;
  content: '';
  width: 11px;
  height: 11px;
  background: #FF7D00;
}

@media (max-width: 767.98px) {
  .customChck [type="radio"] ~ .spanlabel:after {
    top: 6px;
    left: 6px;
  }
}

.customChck [type="checkbox"]:not(:checked) ~ .spanlabel:after, .customChck [type="radio"]:not(:checked) ~ .spanlabel:after {
  opacity: 0;
  transform: scale(0);
}

.customChck [type="checkbox"]:checked ~ .spanlabel:before, .customChck [type="radio"]:checked ~ .spanlabel:before {
  border-color: #FF7D00;
}

.customChck [type="checkbox"]:checked ~ .spanlabel:after, .customChck [type="radio"]:checked ~ .spanlabel:after {
  transform: scale(1);
}

@media print {
  .customChck [type="checkbox"]:checked ~ .spanlabel:after, .customChck [type="radio"]:checked ~ .spanlabel:after {
    top: 0;
    content: '✓';
  }
}

.customChck label:hover [type="checkbox"]:not(:disabled):not(:checked) ~ .spanlabel:before, .customChck label:hover [type="radio"]:not(:disabled):not(:checked) ~ .spanlabel:before {
  border-color: #2F0037;
}

.customChck [type="checkbox"]:disabled:not(:checked) ~ .spanlabel:before, .customChck [type="radio"]:disabled:not(:checked) ~ .spanlabel:before,
.customChck [type="checkbox"]:disabled:checked ~ .spanlabel:before, .customChck [type="radio"]:disabled:checked ~ .spanlabel:before {
  opacity: 0.5;
}

.customChck [type="checkbox"]:disabled ~ .spanlabel, .customChck [type="radio"]:disabled ~ .spanlabel {
  cursor: default;
}

.customChck.inputError .spanlabel:before {
  border-color: #ce0d0d;
}

.customChck li {
  margin: 10px 0;
}

.customChck li:first-child {
  margin-top: 0;
}

.customChck li:last-child {
  margin-bottom: 0;
}

.customChck a {
  text-decoration: underline;
}

.inputError .customChck .spanlabel:before {
  border-color: #ce0d0d;
}

.input-button {
  cursor: pointer;
}

.input-button__label span {
  display: inline-block;
  background-color: #2F0037;
  color: #fff;
  padding: 14px 20px;
}

.input-button__label span + span {
  display: none;
  background-color: #FF7D00;
}

[type="radio"]:checked ~ .input-button__label span, [type="checkbox"]:checked ~ .input-button__label span {
  display: inline-block;
}

[type="radio"]:checked ~ .input-button__label span:first-child, [type="checkbox"]:checked ~ .input-button__label span:first-child {
  display: none;
}

.textarea, textarea {
  font-family: Inter;
  font-size: 1rem;
  width: 100%;
  height: 120px;
  padding: 12px;
  border: 1px solid #D0D0CE;
  border-radius: 0;
  background-color: transparent;
  color: #000;
}

.textarea.error, .error .textarea, .textarea.input-validation-error, textarea.error, .error textarea, textarea.input-validation-error {
  border-color: #ce0d0d;
}

label {
  display: inline-block;
  margin-bottom: 24px;
}

.btn-wrap {
  margin-top: 32px;
  text-align: center;
}

.btn-wrap:first-child {
  margin-top: 0;
}

.btn-wrap--align-left, .s-overview .btn-wrap {
  text-align: left;
}

.input-wrap {
  position: relative;
}

.input-wrap--search .input {
  padding-left: 50px;
  height: 48px;
  padding-right: 50px;
}

.input-wrap--search .e-search-link, .input-wrap--search .e-close-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  width: 48px;
  display: flex;
  margin: auto 0;
  justify-content: center;
}

.input-wrap--search .e-close-link {
  left: auto;
  right: 0;
}

.input-wrap--search__btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FF7D00;
  text-decoration: none;
}

.input-wrap--search__btn.active, .input-wrap--search__btn:hover {
  color: #2F0037;
}

.form-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-row--spread-strong {
  margin-top: 64px;
  margin-bottom: 64px;
}

.form-row--spread-medium {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-row--shrink-medium {
  margin-top: 12px;
  margin-bottom: 12px;
}

.form-row:first-child {
  margin-top: 0;
}

.form-row:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .form-row__item--half {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.form-row-group {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-row-group:first-child {
  margin-top: 0;
}

.form-row-group:last-child {
  margin-bottom: 0;
}

.s-top-announcements.active ~ .header .header__conts {
  position: absolute;
}

.header {
  position: relative;
  height: 111px;
  font-size: 1.0625rem;
}

.scrolled .header {
  height: 111px;
}

@media (max-width: 991.98px) {
  .header {
    height: 109px;
  }
}

.header--no-sub {
  height: 56px;
}

@media (max-width: 991.98px) {
  .header--no-sub {
    height: 54px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header {
    font-size: 0.875rem;
  }
}

.header__conts {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.theme-individuals .header__conts {
  background-color: #fff;
}

.theme-business .header__conts {
  background-color: #E5E5E5;
}

.theme-aboutus .header__conts {
  background-color: #F9F2F9;
}

.header__main {
  background-color: #2F0037;
}

.header__main__conts {
  display: flex;
  height: 56px;
  color: #fff;
}

.scrolled .header__main__conts {
  height: 56px;
}

@media (max-width: 991.98px) {
  .header__main__conts {
    height: 54px;
  }
}

.header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header__search {
  display: none;
  width: 100%;
  max-width: 904px;
  padding-top: 3px;
  margin-left: 110px;
}

@media (min-width: 992px) {
  .searchOpen .header__search {
    display: block;
  }
}

.header__search .input {
  border-color: #886B8C;
  background: #56305B;
  color: #fff;
}

.header__search .input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.header__search .input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.header__search .input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.header__search .input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.header__search .input:focus::-webkit-input-placeholder {
  color: transparent;
}

.header__search .input:focus:-moz-placeholder {
  color: transparent;
}

.header__search .input:focus::-moz-placeholder {
  color: transparent;
}

.header__search .input:focus:-ms-input-placeholder {
  color: transparent;
}

.header__search .input.placeholder {
  color: #fff;
}

.header__search .e-search-link {
  color: #fff;
  text-decoration: none;
}

.header__search .e-search-link.active, .header__search .e-search-link:hover {
  text-decoration: none;
  color: #FF7D00;
}

.header__search .e-close-link {
  color: #fff;
  text-decoration: none;
}

.header__search .e-close-link.active, .header__search .e-close-link:hover {
  text-decoration: none;
  color: #FF7D00;
}

@media (min-width: 992px) {
  .searchOpen .header__mainNav, .searchOpen .header__asideNav {
    display: none;
  }
}

.header__mainNav > ul > li > a, .header__asideNav > ul > li > a {
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.scrolled .header__mainNav > ul > li > a, .scrolled .header__asideNav > ul > li > a {
  height: 56px;
}

@media (max-width: 991.98px) {
  .header__mainNav > ul > li > a, .header__asideNav > ul > li > a {
    height: 54px;
  }
}

.header__mainNav > ul > li > a.active, .header__mainNav > ul > li > a:hover, .header__asideNav > ul > li > a.active, .header__asideNav > ul > li > a:hover {
  text-decoration: none;
  color: #FF7D00;
}

.header__mainNav {
  margin-left: 20px;
}

@media (max-width: 991.98px) {
  .header__mainNav {
    display: none;
  }
}

.header__mainNav > ul {
  display: flex;
}

.header__mainNav > ul > li {
  padding: 0 15px;
}

.header__mainNav a {
  position: relative;
  display: inline-block;
}

.header__mainNav a:before {
  content: attr(title);
  display: block;
  height: 0;
  overflow: hidden;
  font-weight: 700;
}

.header__mainNav > ul > li > a {
  text-align: center;
}

.header__mainNav > ul > li > a:hover {
  font-weight: bold;
}

.header__mainNav > ul > li > a.active {
  font-weight: 700;
  color: #fff;
}

.header__mainNav > ul > li > a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}

.header__asideNav {
  margin-left: auto;
}

.header__asideNav > ul {
  display: flex;
  height: 56px;
}

.scrolled .header__asideNav > ul {
  height: 56px;
}

@media (max-width: 991.98px) {
  .header__asideNav > ul {
    height: 54px;
  }
}

.header__asideNav > ul > li {
  padding: 0 10px;
  position: relative;
}

@media (max-width: 991.98px) {
  .header__asideNav__search {
    display: none;
  }
}

.header__asideNav li.header__login {
  position: relative;
  padding-left: 45px;
  padding-right: 20px;
  background-color: #FF7D00;
}

@media (max-width: 991.98px) {
  .header__asideNav li.header__login {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 350px) {
  .header__asideNav li.header__login {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.75rem;
  }
}

.header__asideNav li.header__login .header__drop-down {
  position: static;
}

.header__asideNav li.header__login .header__drop-down ul:before {
  left: 80%;
}

@media (max-width: 767.98px) {
  .header__asideNav li.header__login .header__drop-down ul:before {
    left: 86%;
  }
}

.header__asideNav li.header__login .header__drop-down__menu {
  transform: none;
  left: auto;
  right: -15px;
}

.header__asideNav a.e-login-link {
  position: relative;
  color: #fff;
}

.header__asideNav a.e-login-link:before {
  position: absolute;
  left: -25px;
}

.header__asideNav a.e-login-link:hover {
  color: #2F0037;
}

@media (max-width: 991.98px) {
  .header__asideNav a.e-login-link:before {
    content: none;
  }
}

.header__asideNav li.header__login .header__drop-down:hover a.e-login-link {
  color: #2F0037;
}

.header__device-trigger {
  display: none;
  order: -1;
  margin-right: 12px;
  height: 56px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .header__device-trigger {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.scrolled .header__device-trigger {
  height: 56px;
}

@media (max-width: 991.98px) {
  .header__device-trigger {
    height: 54px;
  }
}

.header__device-trigger a {
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  color: #fff;
  text-decoration: none;
}

.header__device-trigger a.active, .header__device-trigger a:hover {
  text-decoration: none;
  color: #FF7D00;
}

.header__device-trigger a em {
  display: none;
}

.header__sub {
  position: relative;
  height: 55px;
  border-bottom: 1px solid #D0D0CE;
}

.scrolled .header__sub {
  height: 55px;
}

@media (max-width: 991.98px) {
  .header__sub {
    height: 55px;
  }
}

@media (max-width: 991.98px) {
  .header__sub:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
  }
  .theme-individuals .header__sub:after {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .theme-business .header__sub:after {
    background-image: linear-gradient(90deg, rgba(229, 229, 229, 0) 0%, #e5e5e5 100%);
  }
  .theme-aboutus .header__sub:after {
    background-image: linear-gradient(90deg, rgba(249, 242, 249, 0) 0%, #f9f2f9 100%);
  }
}

@media only screen and (max-width: 991.98px) {
  .header__sub__conts {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}

.header__sub ul {
  display: flex;
}

.header__sub li {
  padding: 0 15px;
}

.header__sub li:first-child {
  padding-left: 0;
}

@media (min-width: 992px) {
  .header__sub li:nth-child(2) {
    padding-left: 0;
  }
}

.header__sub a {
  position: relative;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.scrolled .header__sub a {
  height: 55px;
}

@media (max-width: 991.98px) {
  .header__sub a {
    height: 55px;
  }
}

.header__sub a:before {
  content: attr(title);
  display: block;
  height: 0;
  overflow: hidden;
  font-weight: 700;
}

.header__sub a:hover {
  font-weight: bold;
}

.header__sub a.active {
  font-weight: 700;
  color: #2F0037;
}

.header__sub a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #D0D0CE transparent;
}

@media (min-width: 992px) {
  .header__sub__breadcrumb {
    display: none;
  }
}

.header__device {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  height: calc(100vh - 54px);
  overflow: hidden;
  background: rgba(229, 229, 229, 0.9);
  opacity: 0;
  transition: opacity .2s;
}

@media (min-width: 992px) {
  .header__device {
    display: none !important;
  }
}

.header__device.active {
  opacity: 1;
}

.header__device__conts {
  height: calc(100vh - 54px);
  overflow: auto;
  background: #fff;
  backface-visibility: hidden;
  transform: translateY(-100vh) translateZ(0);
  transition: transform .2s;
}

.header__device.open .header__device__conts {
  transform: translateY(0);
}

.header__device li {
  position: relative;
  margin: 32px 0;
}

.header__device__head-link {
  font-weight: 700;
}

.header__device__expand-link {
  position: absolute;
  right: 0;
  top: 0;
}

.header__device__sub-menu {
  display: none;
}

.header__device__sub-menu li {
  margin: 16px 0;
}

.header__device__main {
  padding: 32px 20px 0;
}

.header__device__search .input {
  padding-right: 70px;
}

.header__device__langNav {
  border-top: 1px solid #D0D0CE;
  padding: 0 20px;
}

.header__device__langNav ul {
  display: flex;
}

.header__device__langNav li {
  padding: 0 7px;
}

.header__device__langNav li:first-child {
  padding-left: 0;
}

.header__device__langNav li:last-child {
  padding-right: 0;
}

.header__device__langNav a.active {
  color: #2F0037;
  font-weight: 700;
}

.header__device .e-help-link span {
  padding-left: 10px;
}

.header__device .e-login-link:before {
  vertical-align: bottom;
}

.header__device .e-login-link span {
  display: inline-block;
  padding-left: 10px;
}

.header__drop-down {
  position: relative;
}

.header__drop-down:focus {
  outline: none;
}

.header__drop-down > a {
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scrolled .header__drop-down > a {
  height: 56px;
}

@media (max-width: 991.98px) {
  .header__drop-down > a {
    height: 54px;
  }
}

.header__drop-down .link-arrow {
  position: relative;
  outline: none;
  padding-left: 5px;
  padding-right: 25px;
  user-select: none;
  color: #fff;
  text-decoration: none;
  cursor: default;
}

.header__drop-down .link-arrow.active, .header__drop-down .link-arrow:hover {
  text-decoration: none;
  color: #fff;
}

.header__drop-down .link-arrow:after {
  position: absolute;
  right: 0;
}

.header__drop-down .link-arrow img {
  max-width: 21px;
}

.header__drop-down__menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 100%;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  margin: -15px 0 0;
}

.header__drop-down ul {
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 15px;
}

.header__drop-down ul:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}

.header__drop-down li {
  margin: 0;
  padding: 12px 20px;
  text-align: left;
}

.header__drop-down li:not(:last-child) {
  border-bottom: 1px solid #D0D0CE;
}

.header__drop-down a {
  user-select: none;
}

.header__drop-down--wide ul {
  width: 242px;
}

.header__drop-down:hover .link-arrow:after {
  content: "q";
}

.header__drop-down:hover ul {
  display: block;
}

.header__drop-down:hover .header__drop-down__menu {
  transition: max-height .6s;
  max-height: 450px;
}

.header .e-burger-lnk {
  outline: none;
}

.menu-phone .header .e-burger-lnk::before {
  content: "d";
}

.footer {
  padding: 25px 0 40px;
  background-image: linear-gradient(180deg, #ebe6eb 0%, #ded1de 100%);
}

.footer__top {
  padding-bottom: 36px;
}

.footer__top__row {
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__logo {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__instant {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .footer__instant {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.footer__instant li {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .footer__instant li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.footer__social {
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__social {
    text-align: left;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .footer__social {
    text-align: left;
    margin-top: 10px;
  }
}

.footer__social .socialmenu ul {
  display: inline-flex;
}

@media (max-width: 991.98px) {
  .footer__main {
    border-top: 1px solid #fff;
  }
}

.footer__main__row {
  /*&:before{
                    content:'';
                    @extend .col-lg-1;
                }*/
}

@media (min-width: 992px) {
  .footer__main__row {
    justify-content: flex-end;
    position: relative;
    padding-left: 9%;
  }
  .footer__main__row:after {
    content: '';
    position: absolute;
    left: 9%;
    top: 0;
    width: calc(100% - 9%);
    height: 1px;
    transform: translateZ(0);
    backface-visibility: hidden;
    background: #fff;
    box-shadow: 50px 0 0 0 #fff, 100px 0 0 0 #fff, 150px 0 0 0 #fff, 200px 0 0 0 #fff, 250px 0 0 0 #fff, 300px 0 0 0 #fff, 350px 0 0 0 #fff, 400px 0 0 0 #fff, 450px 0 0 0 #fff, 500px 0 0 0 #fff, 550px 0 0 0 #fff, 600px 0 0 0 #fff, 650px 0 0 0 #fff, 700px 0 0 0 #fff, 750px 0 0 0 #fff, 800px 0 0 0 #fff, 850px 0 0 0 #fff, 900px 0 0 0 #fff, 950px 0 0 0 #fff, 1000px 0 0 0 #fff;
  }
}

@media (max-width: 991.98px) {
  .footer__main__row {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .footer__main__row {
    display: block;
  }
}

.footer__main__row > li {
  position: relative;
  padding-top: 20px;
}

.footer__main__row > li > a:not(.footer__main__expand-link), .footer__main__row > li > span {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer__main__expand-link {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media (min-width: 768px) {
  .footer__main__expand-link {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer__main__sub {
    display: none;
  }
}

.footer__below {
  border-top: 1px solid #fff;
  padding-top: 36px;
  margin-top: 26px;
}

@media (min-width: 992px) {
  .footer__below__conts {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .footer__below__conts {
    text-align: center;
  }
}

.footer__below__nav {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .footer__below__nav {
    margin-left: auto;
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .footer__below__nav {
    margin-top: 24px;
    text-align: center;
  }
}

.footer__below__nav ul {
  display: flex;
}

@media (max-width: 991.98px) {
  .footer__below__nav ul {
    justify-content: center;
  }
}

.footer__below__nav li {
  margin: 0 8px;
}

@media (min-width: 992px) {
  .footer__below__nav li:last-child {
    margin-right: 0;
  }
}
