

/* Start:/local/templates/veonix/assets/css/fonts.css?17764161723308*/
@font-face {
  font-family: "Stem";
  src: url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Light.eot");
  src: local("Stem Light"), local("Stem-Light"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Light.woff2") format("woff2"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Light.woff") format("woff"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem";
  src: url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Medium.eot");
  src: local("Stem Medium"), local("Stem-Medium"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Medium.woff2") format("woff2"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Medium.woff") format("woff"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem";
  src: url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Bold.eot");
  src: local("Stem Bold"), local("Stem-Bold"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Bold.woff2") format("woff2"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Bold.woff") format("woff"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem";
  src: url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-SemiLight.eot");
  src: local("Stem Semi Light"), local("Stem-SemiLight"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-SemiLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-SemiLight.woff2") format("woff2"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-SemiLight.woff") format("woff"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-SemiLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem";
  src: url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-ExtraLight.eot");
  src: local("Stem Extra Light"), local("Stem-ExtraLight"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-ExtraLight.woff2") format("woff2"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-ExtraLight.woff") format("woff"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem";
  src: url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Thin.eot");
  src: local("Stem Thin"), local("Stem-Thin"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Thin.woff2") format("woff2"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Thin.woff") format("woff"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem";
  src: url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Regular.eot");
  src: local("Stem Regular"), local("Stem-Regular"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Regular.woff2") format("woff2"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Regular.woff") format("woff"), url("/local/templates/veonix/assets/css/../files/fonts/Stem/Stem-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
/* End */


/* Start:/local/templates/veonix/assets/css/animate.css?177641617264487*/
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.wow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wow.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.wow.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.wow.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.wow.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.wow.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.wow.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.wow.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.wow.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.wow.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.wow.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.wow.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.wow.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.wow.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -1.875rem, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.9375rem, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -0.25rem, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -1.875rem, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.9375rem, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -0.25rem, 0) scaleY(1.02);
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scaleX(1);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scaleX(1);
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-0.625rem, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(0.625rem, 0, 0);
  }
}

@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-0.625rem, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(0.625rem, 0, 0);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -0.625rem, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(0, 0.625rem, 0);
  }
}

@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -0.625rem, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(0, 0.625rem, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-0.375rem) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(0.3125rem) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-0.1875rem) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(0.125rem) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-0.375rem) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(0.3125rem) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-0.1875rem) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(0.125rem) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.animate__swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    transform: translateZ(0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-75rem) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    transform: translateY(-75rem) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-125rem) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    transform: translateX(-125rem) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    transform: translateX(125rem) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    transform: translateX(125rem) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    transform: translateY(75rem) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    transform: translateY(75rem) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(43.75rem) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(43.75rem) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(-125rem) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(-125rem) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(125rem) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(125rem) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(-43.75rem) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(-43.75rem) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -187.5rem, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 1.5625rem, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -0.625rem, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 0.3125rem, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -187.5rem, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 1.5625rem, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -0.625rem, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 0.3125rem, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-187.5rem, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(1.5625rem, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-0.625rem, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(0.3125rem, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-187.5rem, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(1.5625rem, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-0.625rem, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(0.3125rem, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(187.5rem, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-1.5625rem, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(0.625rem, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-0.3125rem, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(187.5rem, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-1.5625rem, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(0.625rem, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-0.3125rem, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 187.5rem, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -1.25rem, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 0.625rem, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -0.3125rem, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 187.5rem, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -1.25rem, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 0.625rem, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -0.3125rem, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 0.625rem, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -1.25rem, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 125rem, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 0.625rem, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -1.25rem, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 125rem, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(1.25rem, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-125rem, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(1.25rem, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-125rem, 0, 0) scaleX(2);
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-1.25rem, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(125rem, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-1.25rem, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(125rem, 0, 0) scaleX(2);
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -0.625rem, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 1.25rem, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -125rem, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -0.625rem, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 1.25rem, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -125rem, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 125rem, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 125rem, 0);
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-125rem, 0, 0);
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(125rem, 0, 0);
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -125rem, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -125rem, 0);
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(25rem) scaleX(1) translateZ(9.375rem) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(25rem) scaleX(1) translateZ(9.375rem) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(25rem) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(25rem) scaleX(1) translateZ(9.375rem) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(25rem) scaleX(1) translateZ(9.375rem) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(25rem) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(25rem) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.wow.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(25rem) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(25rem) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(25rem) rotateX(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(25rem) rotateX(-5deg);
  }

  to {
    transform: perspective(25rem);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(25rem) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(25rem) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(25rem) rotateX(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(25rem) rotateX(-5deg);
  }

  to {
    transform: perspective(25rem);
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(25rem) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(25rem) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(25rem) rotateY(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(25rem) rotateY(-5deg);
  }

  to {
    transform: perspective(25rem);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(25rem) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(25rem) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(25rem) rotateY(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(25rem) rotateY(-5deg);
  }

  to {
    transform: perspective(25rem);
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(25rem);
  }

  30% {
    transform: perspective(25rem) rotateX(-20deg);
    opacity: 1;
  }

  to {
    transform: perspective(25rem) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(25rem);
  }

  30% {
    transform: perspective(25rem) rotateX(-20deg);
    opacity: 1;
  }

  to {
    transform: perspective(25rem) rotateX(90deg);
    opacity: 0;
  }
}

.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(25rem);
  }

  30% {
    transform: perspective(25rem) rotateY(-15deg);
    opacity: 1;
  }

  to {
    transform: perspective(25rem) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(25rem);
  }

  30% {
    transform: perspective(25rem) rotateY(-15deg);
    opacity: 1;
  }

  to {
    transform: perspective(25rem) rotateY(90deg);
    opacity: 0;
  }
}

.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 43.75rem, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 43.75rem, 0);
    opacity: 0;
  }
}

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -62.5rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-62.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0.625rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(62.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.625rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 62.5rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 125rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(2.625rem, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-125rem, 0, 0);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(2.625rem, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-125rem, 0, 0);
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-2.625rem, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(125rem, 0, 0);
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-2.625rem, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(125rem, 0, 0);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 3.75rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -125rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@media (prefers-reduced-motion: reduce), print {
  .wow {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .wow[class*=Out] {
    opacity: 0;
  }
}
/* End */


/* Start:/local/templates/veonix/assets/files/jquery.fancybox.min.css?177641617224078*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-hidden{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/veonix/assets/css/cookie-notification.css?17764161723941*/
/* ================================
   Cookie Notification Styles
   ================================ */

.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: linear-gradient(135deg, #24A0DA 0%, #24A0DA 100%);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-notification__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cookie-notification__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cookie-notification__content {
    flex: 1;
}

.cookie-notification__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-notification__text a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.cookie-notification__text a:hover {
    opacity: 0.8;
}

.cookie-notification__btn {
    flex-shrink: 0;
    background: #fff;
    color: #24A0DA;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cookie-notification__btn:hover {
   
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: #f8f9fa;
}

.cookie-notification__btn:active {
    transform: translateY(0);
}

/* Адаптив для планшетов */
@media (max-width: 768px) {
    .cookie-notification__container {
        padding: 15px 20px;
        gap: 15px;
    }
    
    .cookie-notification__icon {
        width: 32px;
        height: 32px;
    }
    
    .cookie-notification__icon svg {
        width: 18px;
        height: 18px;
    }
    
    .cookie-notification__text {
        font-size: 14px;
    }
    
    .cookie-notification__btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}

/* Адаптив для мобильных */
@media (max-width: 480px) {
    .cookie-notification__container {
        flex-direction: column;
        text-align: center;
        padding: 15px;
        gap: 12px;
    }
    
    .cookie-notification__icon {
        display: none; /* Скрываем иконку на мобильных */
    }
    
    .cookie-notification__text {
        font-size: 13px;
    }
    
    .cookie-notification__btn {
        width: 100%;
        padding: 12px;
    }
}

/* Альтернативный стиль - тёмная тема */
.cookie-notification.dark {
    background: #1a1a2e;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-notification.dark .cookie-notification__icon {
    background: rgba(255, 255, 255, 0.1);
}

.cookie-notification.dark .cookie-notification__btn {
    background: #0f3460;
    color: #fff;
}

.cookie-notification.dark .cookie-notification__btn:hover {
    background: #16213e;
}

/* Альтернативный стиль - минималистичный */
.cookie-notification.minimal {
    background: #fff;
    border-top: 2px solid #e0e0e0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.cookie-notification.minimal .cookie-notification__text {
    color: #333;
}

.cookie-notification.minimal .cookie-notification__text a {
    color: #667eea;
}

.cookie-notification.minimal .cookie-notification__icon {
    background: #f0f0f0;
    color: #667eea;
}

.cookie-notification.minimal .cookie-notification__btn {
    background: #667eea;
    color: #fff;
}

.cookie-notification.minimal .cookie-notification__btn:hover {
    background: #5568d3;
}

/* End */


/* Start:/local/templates/veonix/assets/css/style.css?1776416172112890*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.preloads_logo {
  position: relative;
}

.preloads_logo > svg {
  width: 20.625rem;
  height: 7.5rem;
}

.preloadsKrug {
  display: table;
  font-size: 0;
  position: absolute;
  top: 0%;
  left: 5%;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin 2s ease-in-out infinite;
  animation: spin 2s ease-in-out infinite;
}

.preloadsKrug svg {
  width: 5.375rem;
  height: 5.375rem;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 1.111vw;
  line-height: 140%;
  font-family: "Stem", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: #192948;
  background: #fff;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

a {
  transition: all 0.3s;
}

/*--------- RESET END -----------*/

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

:root {
  --app-height: 100vh;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
  animation: splide-loading 1s infinite linear;
  border: 0.09375rem solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 0.93752rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.93752rem;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

main {
  overflow: hidden;
}

.main {
  width: 100%;
  margin: 0 auto;
  max-width: 82.5rem;
}

.hd_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.logo a {
  display: flex;
  font-size: 0;
  align-items: center;
}

.logo img {
  width: 10.625rem;
  height: 3.125rem;
}

.hd_contacts {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.bt {
  border-radius: 31.25rem;
  background: #24A0DA;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 0 1.75rem;
}

.hd_contacts [href^=tel] {
  color: #192948;
  font-family: Stem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.hd_contacts [href^=tel]:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 2H7C5.89543 2 5 2.89543 5 4V20C5 21.1046 5.89543 22 7 22H17C18.1046 22 19 21.1046 19 20V4C19 2.89543 18.1046 2 17 2Z' stroke='%23192948' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18H12.01' stroke='%23192948' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mob_menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 1rem;
}

.mob_menu span {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background: #192948;
  transition: all 0.3s ease;
  position: relative;
}

.mob_menu span:before,
.mob_menu span:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background: #192948;
  position: absolute;
  transition: all 0.3s ease;
}

.mob_menu span:before {
  top: -0.5rem;
}

.mob_menu span:after {
  bottom: -0.5rem;
}

.mob_menu.active span {
  background: transparent;
}

.mob_menu.active span:before {
  top: 0;
  transform: rotate(45deg);
}

.mob_menu.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.mob_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mob_menu_overlay.active {
  opacity: 1;
  visibility: visible;
}

.mob_menu_content {
  position: absolute;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 25rem;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mob_menu_overlay.active .mob_menu_content {
  right: 0;
}

.mob_nav {
  padding: 2rem 0;
}

.mob_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mob_menu_item {
  position: relative;
  border-bottom: 1px solid #F3F9F9;
}

.mob_menu_item > a {
  display: block;
  padding: 1rem 1.5rem;
  color: #192948;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

.mob_menu_item > a:hover {
  color: #24A0DA;
}

.mob_submenu_toggle {
  position: absolute;
  right: 1rem;
  top: 1.7rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #192948;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mob_submenu_toggle.active {
  transform: translateY(-50%) rotate(45deg);
  color: #24A0DA;
}

.mob_submenu {
  max-height: 0;
  overflow: hidden;
  background: #F8F9FA;
  transition: max-height 0.3s ease;
}

.mob_submenu.active {
  max-height: 31.25rem;
}

.mob_submenu li {
  border-bottom: 1px solid #E9ECEF;
}

.mob_submenu li:last-child {
  border-bottom: none;
}

.mob_submenu li a {
  display: block;
  padding: 0.75rem 2rem;
  color: #737373;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.3s;
}

.mob_submenu li a:hover {
  color: #24A0DA;
}

.mob_menu_contacts {
  padding: 1.5rem;
  border-top: 1px solid #F3F9F9;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
}

.mob_menu_contacts .mob_phone {
  color: #192948;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

.hd_menu_nav > nav > ul {
  display: flex;
  justify-content: space-between;
}

.hd_menu {
  background: #FAFAFA;
}

.hd_menu_nav a {
  color: #192948;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 15px */
  display: flex;
  padding: 1.25rem 0.75rem;
  position: relative;
}

a.active {
  background: #fff;
}

.hd_menu_nav a:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #24A0DA;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  width: 0;
  margin: auto;
}

.hd_menu_nav a.activ:before {
  width: 100%;
}

a.activ {
  background: #fff;
}

.child {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 200;
  display: none;
  max-width: 22.1875rem;
}

.child ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.child ul li {
  position: relative;
}

.child ul li a {
  display: block;
  padding: 1.25rem;
  color: #192948;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s;
  border-bottom: 1px solid #FAFAFA;
  position: relative;
}

.child ul li a:hover {
  background: #FAFAFA;
}

.child ul li a.active {
  background: #F3F9F9;
  color: #24A0DA;
}

.child_two {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 1rem 0;
  min-width: 12rem;
  z-index: 201;
  display: none;
}

.child_two ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.child_two ul li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #192948;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: all 0.3s;
}

.child_two ul li a:hover {
  background: #F3F9F9;
  color: #24A0DA;
}

.hd_menu_nav > nav > ul > li {
  position: relative;
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 1.75rem 0px #0000000a;
}

.home_page {
  padding-top: 8.95rem;
}

.b1 {
  position: relative;
  min-height: calc(100svh - 9.375rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #081f2b;
}

.b1_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
}

.b1_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b1 .main {
  position: relative;
}

.h1 {
  color: #FFF;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 86.4px */
  margin: 0 0 1.875rem;
}

.b1_text {
  /* max-width: 72.125rem; */
}

.b1_text p {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 0 0 2.5rem;
  text-transform: uppercase;
}

.bt_blue {
  border-radius: 31.25rem;
  background: #24A0DA;
  height: 4rem;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  font-family: "Stem";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  gap: 1.75rem;
  padding-right: 0.375rem;
  padding-left: 1.75rem;
  cursor: pointer;
  transition: 0.3s;
}

.bt_blue:after {
  content: "";
  width: 3.25rem;
  height: 3.25rem;
  background-color: #fff;
  display: block;
  border-radius: 3.125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92892 12.5H19.0711' stroke='%23192948' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5.42893L19.0711 12.5L12 19.5711' stroke='%23192948' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.bt_blue:hover {
  background: #0e88c1;
}

.b1_bg:after {
  content: "";
  background: linear-gradient(89deg, rgba(6, 31, 42, 0) 13.74%, rgba(6, 31, 42, 0.7) 65.45%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.bt:hover {
  background: #0e88c1;
}

.b2 {
  padding: 3.75rem 0 5.4375rem;
  position: relative;
  overflow: hidden;
}

.b2_top {
  margin: 0 0 3.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.h2 {
  color: #192948;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 50.4px */
}

.b2_top .h2 {
  max-width: 35.3125rem;
}

.b2_top p {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  max-width: 35.3125rem;
}

.b2_line span {
  height: 1px;
  width: 100%;
  display: block;
  background: #E5EAEC;
}

.h3 {
  color: #192948;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
}

.b2_box .h3 {
  margin: 2.5rem 0;
}

.b2_list {
  background: #F3F9F9;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
  padding: 2.5rem;
}

.b2_item {
  background: #FFF;
  display: block;
  padding: 2.5rem;
  transition: 0.3s;
}

.b2_item:hover {
  background: #173F51;
}

.b2_item:hover p {
  color: #FFF;
}

.b2_item p {
  transition: 0.3s;
}

.b2_item img {
  width: 1.5rem;
  height: 1.5rem;
}

.b2_item p {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 1.875rem 0 0;
}

.b2_krug img {
  width: 43.8125rem;
  height: 43.8125rem;
}

.b2_krug {
  display: flex;
  position: absolute;
  font-size: 0;
}

.b2_krug.b2_krug_1 {
  top: -3rem;
  right: -7rem;
}

.b2_krug.b2_krug_2 {
  bottom: -6.5rem;
  left: -8rem;
}

.b2_box {
  position: relative;
  z-index: 10;
}

.b3 {
  background: #173F51;
  padding: 3.75rem 0;
  position: relative;
  overflow: hidden;
}

.b3 .h2 {
  color: #fff;
  max-width: 51.875rem;
  margin: 0 0 3.75rem;
}

.b3_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}

.b3_item_number {
  color: #FFF;
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 96px */
  text-transform: uppercase;
  display: table;
  margin: 0 0 1.875rem;
}

.b3_item_number:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background: #24A0DA;
  display: block;
}

.b3_item_text {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  max-width: 90%;
}

.b3:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='1625' height='1625' viewBox='0 0 1625 1625' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' filter='url(%23filter0_f_2005_271)'%3E%3Ccircle cx='812.5' cy='812.5' r='438.5' fill='%232380A9' fill-opacity='0.3'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2005_271' x='0' y='0' width='1625' height='1625' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='187' result='effect1_foregroundBlur_2005_271'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 101.5625rem;
  height: 101.5625rem;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -27rem;
  bottom: -32rem;
  margin: auto;
}

.b3_krug {
  display: table;
  font-size: 0;
  position: absolute;
  bottom: 34%;
  right: -9%;
}

.b3_krug img {
  width: 37.5rem;
  height: 37.5rem;
}

.b4 {
  padding: 6.25rem 0 3.125rem;
}

.b4_box {
  margin: 2.5rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}

.b4_item {
  height: 31.25rem;
  position: relative;
  padding: 2.5rem;
  display: flex;
  align-items: flex-end;
}

.b4_item_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #02141C;
}

.b4_item_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b4_item_bg:after {
  content: "";
  background: linear-gradient(185deg, rgba(6, 31, 42, 0) 47.91%, rgba(6, 31, 42, 0.7) 76.19%);
  /* background-blend-mode: normal, luminosity, normal; */
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.b4_item_line span {
  height: 1px;
  width: 100%;
  display: block;
  background: #159AD7;
}

.b4_title {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  margin: 1rem 0 1.25rem;
}

.b4_item_info p {
  overflow: hidden;
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  max-height: 4.2em;
  transition: max-height 1s linear;
}

.b4_item:hover p {
  max-height: 62.5rem;
}

.bt2 {
  border-radius: 31.25rem;
  background: #24A0DA;
  height: 3.5rem;
  padding: 0 1.75rem;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Stem";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

.b4_item_text {
  position: relative;
  z-index: 10;
}

.b4_item_bg img {
  mix-blend-mode: luminosity;
}

.b4_item_info a {
  margin: 1.25rem 0 0;
}

.b4_item_info a:hover {
  background: #fff;
  color: #24A0DA;
}

.b4_item_bg:before {
  content: "";
  background: linear-gradient(0deg, rgba(6, 31, 42, 0.5) 0%, rgba(6, 31, 42, 0.5) 100%), linear-gradient(185deg, rgba(6, 31, 42, 0) 47.91%, rgba(6, 31, 42, 0.7) 76.19%);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
}

.b4_item:hover .b4_item_bg:before {
  opacity: 1;
}

.b4_item:hover .b4_item_bg:after {
  opacity: 0;
}

.b4_item:hover img {
  mix-blend-mode: normal;
}

.b5 {
  padding: 3.125rem 0 6.25rem;
}

.b5_box {
  background: #F3F9F9;
  padding: 2.5rem;
  margin: 2.5rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25rem auto;
  grid-template-columns: 25rem auto;
  gap: 1.25rem;
}

.b5_right {
  width: 100%;
  max-width: 51.25rem;
}

.b5_left_item {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #fff;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

.b5_left_item img {
  width: 1.5rem;
  height: 1.5rem;
}

.b5_left_item p {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  max-width: 76%;
}

.b5_left_item:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92896 12H19.0711' stroke='%2324A0DA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 4.92893L19.0711 12L12 19.0711' stroke='%2324A0DA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: 0.3s;
  filter: grayscale(1);
  opacity: 0.3;
}

.b5_left .is-active.splide__slide .b5_left_item {
  background: #173F51;
}

.b5_left .is-active.splide__slide .b5_left_item p {
  color: #fff;
}

.b5_left .is-active.splide__slide .b5_left_item:after {
  opacity: 1;
  filter: none;
}

.b5_right_item {
  position: relative;
}

.b5_right_item p {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 41.6px */
  position: absolute;
  z-index: 10;
  bottom: 2.5rem;
  left: 2.5rem;
}

.b5_right_item_bg:after {
  content: "";
  background: linear-gradient(0deg, rgba(23, 63, 81, 0.3) 0%, rgba(23, 63, 81, 0.3) 100%);
  background-blend-mode: screen;
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b5_right_item_bg:before {
  background: linear-gradient(185deg, rgba(6, 31, 42, 0) 47.91%, rgba(6, 31, 42, 0.4) 76.19%);
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  content: "";
}

.b5_right_item_bg img {
  width: 100%;
  height: 40rem;
}

.b6 {
  background: #02141C;
  padding: 6.25rem 0 0;
}

.b6 .h2 {
  color: #fff;
  padding: 0 0 3.75rem;
}

.b6_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.b6_item {
  padding: 2.5rem 3.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.25rem auto;
  grid-template-columns: 11.25rem auto;
  gap: 2.5rem;
  background: rgba(23, 63, 81, 0.3);
  transition: 0.3s;
  position: relative;
}

.b6_img {
  height: 11.25rem;
  display: flex;
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.b6_img:after {
  content: "";
  position: absolute;
}

.b6_img img {
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b6_title {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  margin: 0 0 1.25rem;
}

.b6_item:nth-child(2),
.b6_item:nth-child(3) {
  background: rgba(23, 63, 81, 0.4);
}

.b6_text {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.b6_item:after {
  content: "";
  width: 0.1875rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #24A0DA;
  display: block;
  transition: 0.3s;
  height: 0;
  margin: auto;
  /* width: 0; */
}

.b6_item:hover:after {
  height: 100%;
}

.b6_item:hover {
  background: #173F51;
}

.b6_item:hover img {
  mix-blend-mode: normal;
}

.b6_img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 31.25rem;
  background: linear-gradient(0deg, rgba(23, 63, 81, 0.3) 0%, rgba(23, 63, 81, 0.3) 100%);
  mix-blend-mode: screen;
  transition: 0.3s;
  opacity: 0;
}

.b6_item:hover .b6_img:after {
  opacity: 1;
}

.b7 {
  padding: 6.25rem 0 3.125rem;
}

.b7_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b7_item {
  padding: 2.5rem;
  background: #F3F9F9;
  transition: 0.3s;
}

.b7_box {
  margin: 2.75rem 0 0;
}

.b7_item_img {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #02141C;
  position: relative;
}

.b7_item_img img {
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  background: aqua;
  mix-blend-mode: luminosity;
  transition: 0.3s;
}

.b7_title {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /* 28.8px */
  height: 2.4em;
  margin: 1.25rem 0;
  transition: 0.3s;
}

.b7_text {
  overflow: hidden;
  color: #737373;
  text-overflow: ellipsis;
  font-size: 0.82rem;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 1.4;
  /* 19.6px */
  height: 2.8em;
  overflow: hidden;
  margin: 0 0 1.25rem;
  transition: 0.3s;
}

.bt2:hover {
  background: #0f90cd;
}

.b7_item:hover .b7_item_img img {
  mix-blend-mode: normal;
}

.b7_item:hover {
  background: #173F51;
}

.b7_item:hover .b7_title {
  color: #fff;
}

.b7_item:hover .b7_text {
  color: #fff;
}

.arrows {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.arrows button {
  border-radius: 37.5rem;
  border: 1px solid #E9E9E9;
  background: #FFF;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.arrows button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92896 12H19.0711' stroke='%23192948' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 4.92893L19.0711 12L12 19.0711' stroke='%23192948' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

button.prev:after {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.arrows button:hover {
  background: #22a0da;
}

.arrows button:hover:after {
  filter: invert(1) brightness(1.5);
}

.b8 {
  padding: 3.125rem 0 6.25rem;
}

.b8_slide {
  margin: 2.5rem 0 0;
  background: #F3F9F9;
  padding: 2.5rem;
}

.b8_item_number span {
  border-radius: 31.25rem;
  border: 1px solid #159AD7;
  background: #FFF;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  color: #737373;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  transition: 0.3s;
}

.b8_item_number:after {
  content: "";
  display: block;
  background: #159AD7;
  height: 1px;
  width: 100%;
}

.b8_item_number {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0 0 1.25rem;
}

.b8_item:hover .b8_item_number span {
  background: #24A0DA;
  color: #fff;
}

.b8_item_main {
  background: #FFF;
  padding: 2.5rem 1.875rem;
  height: 100%;
  transition: 0.3s;
}

.b8_item_title {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin: 1.875rem 0 1.25rem;
  transition: 0.3s;
}

.b8_item_img img {
  width: 1.5rem;
  height: 1.5rem;
}

.b8_item_img {
  display: flex;
  font-size: 0;
  align-items: center;
  justify-content: flex-start;
}

.b8_item_text {
  color: #737373;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  transition: 0.3s;
}

.b8_item {
  height: 100%;
  width: 14.5rem;
}

.b8_item:hover .b8_item_main {
  background: #173F51;
}

.b8_item:hover .b8_item_title {
  color: #fff;
}

.b8_item:hover .b8_item_text {
  color: #fff;
}

.b9_text {
  margin: 2.5rem 0 3.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.b9 {
  background: #F3F9F9;
  padding: 6.25rem 0 7.5rem;
}

.b9_text p {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}

.b9_box .h3 {
  margin: 2.5rem 0;
}

.b9_img img {
  height: 31.25rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b9_item {
  border-top: 1px solid #24A0DA;
  background: #FFF;
  padding: 2.5rem;
  height: 100%;
  transition: 0.3s;
  position: relative;
}

.b9_item::after {
  content: "";
  display: block;
  background: #159AD7;
  height: 0.1875rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  transition: all 0.3s;
}

.b9_slide_min {
  margin: 1.25rem 0 2.5rem;
}

.b9_item img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0 1.875rem;
}

.b9_item p {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  transition: 0.3s;
}

.b9_slide_min .splide__slide.is-active .b9_item {
  border-top: 1px solid #24A0DA;
  background: #173F51;
}

.b9_slide_min .splide__slide.is-active .b9_item::after {
  height: 0.1875rem;
}

.b9_slide_min .splide__slide.is-active .b9_item p {
  color: #fff;
}

.b9_maps {
  background: #02141C;
  font-size: 0;
  display: flex;
}

.b9_bottom {
  background: #FFF;
  padding: 1.25rem;
}

.box_form {
  position: relative;
  padding: 6.25rem 0;
}

.box_form_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #173F51;
}

.box_form .main {
  position: relative;
  z-index: 10;
}

.box_form_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.box_form_bg:after {
  content: "";
  background: linear-gradient(0deg, rgba(2, 20, 28, 0.95) 0%, rgba(2, 20, 28, 0.95) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_form .h2 {
  color: #fff;
  margin: 0 0 2.5rem;
}

.fm_bx form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem 0;
}

.fm_bx form input,
.fm_bx form textarea,
.file_input {
  border-radius: 31.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(37, 85, 107, 0.3);
  width: 100%;
  max-width: 49%;
  height: 4rem;
  padding: 1.5rem 1.75rem;
  color: #fff;
  font-family: "Stem";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder,
.fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder,
.fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::-moz-placeholder, .fm_bx form textarea::-moz-placeholder {
  color: #6C94A5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input:-ms-input-placeholder, .fm_bx form textarea:-ms-input-placeholder {
  color: #6C94A5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fm_bx form input::placeholder,
.fm_bx form textarea::placeholder {
  color: #6C94A5;
  transition: 0.3s;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder,
.fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder,
.fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::-moz-placeholder, .fm_bx form textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus:-ms-input-placeholder, .fm_bx form textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.fm_bx form input:focus::placeholder,
.fm_bx form textarea:focus::placeholder {
  opacity: 0.4;
}

.fm_bx form textarea {
  max-width: 100%;
  resize: none;
  height: 7.5rem;
  border-radius: 1.5rem;
}

.fm_bx_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0 0;
}

.fm_bx_bottom p {
  color: #6C94A5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

.fm_bx_bottom p a {
  color: #FFF;
}

.fm_bx_bottom p a:hover {
  border-bottom: 1px solid;
}

.ft {
  padding: 6.25rem 0 2.8125rem;
  background: #02141C;
  position: relative;
  overflow: hidden;
}

.ft_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17.5rem 15.625rem 1fr;
  grid-template-columns: 17.5rem 15.625rem 1fr;
  gap: 2.5rem;
}

.ft_title {
  color: #FFF;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
  margin: 0 0 1.5rem;
}

.ft_col nav ul a {
  color: #6C94A5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.ft_col nav ul a:hover {
  color: #fff;
}

.ft_col nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ft_contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ft_contacts p,
.ft_contacts a {
  color: #6C94A5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.ft_contacts a:hover {
  color: #fff;
}

p.info {
  font-size: 0.75rem;
  opacity: 0.5;
  /* width: 90%; */
  line-height: 140%;
}

.ft_logo {
  margin: 0 0 2.5rem;
}

footer.ft:after {
  content: "";
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='1111' height='480' viewBox='0 0 1111 480' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' filter='url(%23filter0_f_46_541)'%3E%3Ccircle cx='812.5' cy='180.5' r='438.5' fill='%23062838'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_46_541' x='0' y='-632' width='1625' height='1625' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='187' result='effect1_foregroundBlur_46_541'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  filter: blur(0.75rem);
}

.ft .main {
  position: relative;
  z-index: 10;
}

.ft_logo img {
  width: 12.75rem;
  height: 3.75rem;
}

.ft .b3_krug {
  bottom: 0;
  right: 2%;
  opacity: 0.3;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b8_slide_box .splide__slide:last-child .b8_item_number:after {
  opacity: 0;
}

.fm {
  background: linear-gradient(89deg, #051c26 13.74%, rgba(6, 31, 42, 0.7) 65.45%);
  max-width: 49rem;
  padding: 3rem;
}

.fm .h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 3vw;
}

.demo_page {
  padding-top: 5.5rem;
}

.demo_page .hd_menu {
  display: none;
}

.demo_page section.b1 {
  min-height: calc(100svh - 5.5rem);
}

.demo_page .b4_item_info a {
  display: none;
}

.demo_page .b7_item_text a {
  display: none;
}

.demo_page .ft_col:nth-child(1) {
  display: none;
}

div#ths {
  width: 100%;
  max-width: 32rem;
  text-align: center;
}

div#ths .h2 br {
  display: none;
}

div#ths .h2 {
  margin: 0 0 1rem;
}

p.ths_text {
  color: #fff;
  opacity: 0.5;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 150%;
}

.lang a {
  color: #000;
}

a.lang__item.activ,
.lang p {
  color: #22a0da;
}

.lang {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.b1_text_box p {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
  margin: 0 0 1.6rem;
}

.b1_text_box {
  margin: 0 0 3rem;
}

.breadcrumbs_top {
  display: flex;
  align-items: center;
  color: #FFF;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.breadcrumbs_top a {
  color: #fff;
}

.breadcrumbs_top a:hover {
  color: #24A0DA;
}

.more_b1 .breadcrumbs_top {
  position: absolute;
  top: 3rem;
  z-index: 10;
  left: 3.75rem;
}

.b3_item ul {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 0 0 1.3125rem;
  margin: 1.25rem 0 0;
}

.b3_item ul li {
  position: relative;
}

.b3_item ul li:before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -0.75rem;
  top: 0.55rem;
}

.b7_item_play {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
}

.b7_item_img a:hover .b7_item_play {
  opacity: 1;
}

.b7_item_play svg {
  width: 5.3125rem;
  height: 3.375rem;
}

.fm_check {
  position: relative;
}

.fm_check .form-check--new {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: #6C94A5;
}

.fm_check .form-check--new span {
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(37, 85, 107, 0.3);
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  flex: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

.fm_check .form-check--new.form-check--new-white span {
  background: #fff;
  border: 1px solid #E5EAEC;
}

.fm_check .form-check--new span:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2291_40986)'%3E%3Cpath d='M13 1L4.75 9L1 5.36364' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2291_40986'%3E%3Crect width='14' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 0.875rem;
  height: 0.625rem;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.3s;
}

.fm_check input {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  opacity: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.fm_check input:checked + .form-check--new span:after {
  opacity: 1;
}

.fm_check input:checked + .form-check--new span {
  background: #24A0DA;
}

.fm_check .form-check--new a {
  color: #24A0DA;
}

.fm_check .form-check--new a:hover {
  color: #fff;
}

.box_offices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2.5rem 0;
}

.ft_office {
  width: calc(50% - 0.9375rem);
}

.ft_office:nth-child(3) {
  width: 100%;
}

.inj_b2_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  color: #737373;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

.inj_b2_item {
  background: #F3F9F9;
  padding: 1.25rem;
  transition: 0.3s;
  position: relative;
}

.inj_b2_item:hover {
  background: #173F51;
  color: #fff;
}

.inj_b2_item p {
  padding: 0 0 0 1.75rem;
  position: relative;
}

.inj_b2_item p::before {
  content: "";
  width: 0.75rem;
  height: 0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 9.48083L1 15.1016L4.97962 9.48083L1.0018 4.52878L11 9.48083Z' fill='%2324A0DA' stroke='%2324A0DA' stroke-width='1.32126' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0%;
}

.inj_b2 .b2_krug_1 {
  right: auto;
  left: -12.5rem;
  top: -26.875rem;
}

.inj_b2 .b2_krug_2 {
  left: auto;
  right: 3.125rem;
  bottom: -30rem;
}

.inj_b2 .b2_top_lf p {
  color: #192948;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  text-transform: uppercase;
  margin: 1.25rem 0 0;
}

.inj_b2 .b2_top > p {
  max-width: 40.625rem;
}

.inj_b2 .b2_top {
  align-items: self-end;
}

.inj_b3 {
  background: #173F51;
  padding: 6.25rem 0 3.125rem;
  position: relative;
}

.inj_b3 .main {
  position: relative;
  z-index: 10;
}

.inj_b3 .b1_bg:after {
  background: linear-gradient(3deg, rgba(23, 63, 81, 0) 48.14%, #173F51 73.39%);
}

.white.h2 {
  color: #fff;
}

.inj_b3_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
  justify-content: space-between;
  margin: 2.5rem 0 0;
}

.inj_b3_it {
  width: 100%;
  max-width: 27.8125rem;
  background: #F3F9F9;
  padding: 2.5rem 1.875rem;
}

.inj_b3_it:nth-child(1),
.inj_b3_it:nth-child(6) {
  max-width: 53.4375rem;
}

.inj_b3_it:nth-child(3) {
  max-width: 14.5rem;
}

.inj_b3_it:nth-child(4) {
  max-width: 37.6875rem;
}

.inj_b3_it_t1 {
  margin: 1.875rem 0 1.25rem;
  color: #192948;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

.inj_b3_it_t2 {
  color: #737373;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.inj_b3 .arrows button {
  border: 1px solid #F3F9F9;
  background: none;
}

.inj_b3 .arrows button:after {
  filter: invert(1) brightness(1.5);
}

.inj_b3 .arrows button:hover {
  background: #24A0DA;
  border-color: #24A0DA;
}

.inj_b3 .arrows button:hover:after {
  filter: invert(1) brightness(1.5);
}

.inj_b3_slide {
  padding: 0;
  background: none;
}

.inj_b3_slide .splide__track {
  overflow: visible;
}

.inj_b3_slide .b8_item_number span {
  background: #24A0DA;
  color: #FFF;
}

.inj_b3_slide .b8_item_number:after {
  background: none;
  border-bottom: 1px dashed #159AD7;
}

.inj_b3_slide .b8_item {
  width: 19.6875rem;
  padding: 0;
  background: none;
}

.inj_b3_slide .b8_item_text {
  color: #FFF;
}

.inj_b3_slide .b8_item_main {
  padding: 0;
  background: none !important;
}

.inj_b3_slide .splide__slide {
  margin-right: 1.25rem !important;
}

.inj_b4 {
  padding: 3.125rem 0 6.25rem;
}

.inj_b3_slide .splide__slide:last-child .b8_item_number:after {
  opacity: 0;
}

.b7_bt {
  display: flex;
  justify-content: center;
  margin: 3.125rem 0 3.125rem;
}

.b7_bt a {
  text-align: center;
}

.resh_b2_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}

.resh_b2_it {
  background: #F3F9F9;
  color: #192948;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.resh_b2_it img {
  width: 100%;
  height: 11.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: luminosity;
  transition: 0.3s;
}

.resh_b2_it a {
  margin: 0 auto 2.5rem;
}

.resh_b2_it:hover {
  background: #18485D;
  color: #fff;
}

.resh_b2_it:hover img {
  mix-blend-mode: normal;
}

.resh_b2_icon {
  background: #02141C;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resh_b2_it_t {
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 2.5rem 2.5rem 1.25rem;
}

.about_b1 {
  height: 28rem;
  min-height: 28rem;
}

.about_b1 .b1_bg:after {
  opacity: 0;
}

.b2_top_rg {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 40.625rem;
  align-items: flex-end;
}

.b2_top_rg p {
  max-width: 100%;
}

.about_b2 .b2_top {
  align-items: center;
  align-content: center;
}

.about_b2_text {
  background: #F3F9F9;
  padding: 2.5rem;
}

.about_b2_img img {
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.about_b2_text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.125rem 1fr;
  grid-template-columns: 31.125rem 1fr;
  gap: 1.25rem;
}

.about_b2_lf {
  color: #192948;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  text-transform: uppercase;
}

.about_b2_rg {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 28.8px */
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.about_b2_rg b {
  font-weight: 500;
  color: #192948;
}

.about_b6 .h2 {
  margin: 0 0 1.25rem;
  padding: 0;
}

.about_b6 .h2 + p {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  margin: 0 0 3.75rem;
}

.about_b6 .b6_box {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.about_b6 .b6_title {
  font-size: 1.5rem;
}

.about_b6 .b6_item {
  padding: 2.5rem 3.75rem 3rem;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background: rgba(23, 63, 81, 0.3) !important;
}

.about_b6 .b6_item:hover {
  background: #173F51 !important;
}

.about_b6 .b6_item:hover:after {
  width: 100% !important;
}

.about_b6 .b6_item:after {
  width: 0;
  height: 0.1875rem;
  top: auto;
  right: 0;
  margin: 0 auto;
}

.about_b6 .b6_img {
  width: 11.25rem;
}

.about_b2_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  background: #F3F9F9;
  padding: 2.5rem;
}

.about_b2_list_it {
  background: #FFF;
  padding: 2.5rem 1.875rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  transition: 0.3s;
  overflow: hidden;
  color: #192948;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

.about_b2_list_it img {
  width: 1.5rem;
  height: 1.5rem;
}

.about_b2_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_b6 + .b2 {
  padding: 6.25rem 0;
}

.about_b6 + .b2 .b2_krug_1 {
  left: auto;
  right: -12.5rem;
}

.about_b3_box .b9_slide img {
  height: 18.75rem;
}

.about_b3_box .b9_slide_min .splide__slide.is-active .b9_item {
  background: rgba(2, 20, 28, 0.3);
}

.about_b3 {
  background: #173F51;
  padding: 6.25rem 0;
}

.about_b3_box {
  margin: 2.5rem 0 0;
}

.b9_item .b9_zg {
  color: #192948;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin: 0 0 0.625rem;
}

.b1_text_box ul {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: inside;
}

.b1_text_box ul li {
  position: relative;
  padding: 0 0 0 1.5625rem;
}

.b1_text_box ul li:before {
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0.625rem;
  top: 0.7rem;
}

.b2_top_rg b {
  color: #192948;
  font-weight: 500;
}

.iot_b6 {
  padding-bottom: 3.75rem;
}

.about_b6_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 0 3.75rem;
}

.about_b6_top p {
  margin: 0 !important;
}

.iot_b2 {
  padding: 3.75rem 0 0;
}

.about_b3.white {
  background: #fff;
}

.about_b3_box2 {
  margin: 2.5rem 0 0;
}

.about_b3_box2 .b9_slide_min .b9_item {
  background: #F3F9F9;
}

.about_b3_box2 .b9_slide_min .b9_item p {
  font-size: 0.875rem;
}

.about_b3_box2 .b9_slide_min .b9_item p.b9_zg {
  font-size: 1.25rem;
}

.about_b3_box2 .b9_slide img {
  height: 18.75rem;
}

.about_b3_box3 {
  background: #F3F9F9;
  display: flex;
  padding: 3.75rem 2.5rem 2.5rem 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin: 0 0 -3.75rem;
}

.about_b3_box3_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}

.about_b3_box3_it {
  background: #FFF;
  display: flex;
  padding: 2.5rem 1.875rem;
  align-items: flex-start;
  flex: 1 0 0;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #192948;
  gap: 1.875rem;
  transition: 0.3s;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

.about_b3_box3_it:before {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0238 13.4919L4.88672 22L10.9107 13.4919L4.88944 5.99594L20.0238 13.4919Z' fill='%2324A0DA' stroke='%2324A0DA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.about_b3_box3_it:hover {
  background: #173F51;
  color: #fff;
}

.oit_b4 {
  padding: 3.125rem 0 6.25rem;
}

.oit_b4 .h2 + p {
  margin: 2.5rem 0 0px;
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.oit_b4 .h2 + p b {
  color: #192948;
  font-weight: 500;
}

.b4_item_info ul {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0 0;
  gap: 0.5rem;
}

.b4_item_info ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}

.b4_item_info ul li::before {
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0.3125rem;
  top: 0.5rem;
}

.b4_item_info_hd {
  width: 100% !important;
}

.oit_b4 .b4_title {
  margin-bottom: 0;
}

.resh_b2_it_top p + p {
  padding: 0 2.5rem 0;
  color: #737373;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin: 0 0 1.25rem;
  transition: all 0.3s;
}

.resh_b2_it:hover p + p {
  color: #fff;
}

.post_b2 {
  padding: 0 0 6.25rem;
}

.post_b2 .b2_line {
  margin: 0 0 3.75rem;
}

.post_b2 .b2_top {
  align-items: flex-start;
}

.about_b3 .h2 + p {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  text-transform: uppercase;
  margin: 2.5rem 0 0;
}

.about_b3_2 .about_b3_box .b9_slide_min .splide__list {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.about_b3_2 .about_b3_box .b9_slide_min .b9_item p {
  font-size: 0.875rem;
}

.about_b3_2 .b9_slide_min {
  margin-bottom: 0;
}

.about_b3_2 + .b2 {
  padding-top: 6.25rem;
}

.about_b3_2 + .b2 .b2_top_lf p {
  max-width: 43.75rem;
}

.about_b3_2 + .b2 .b2_top_rg {
  width: auto;
}

.inj_b2_list_2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.inj_b2_list_2 .inj_b2_item {
  font-weight: 500;
  font-size: 1.25rem;
  color: #192948;
  padding: 2.5rem 1.875rem;
  line-height: 120%;
}

.inj_b2_list_2 .inj_b2_item:hover {
  color: #fff !important;
}

.page_top .breadcrumbs_top {
  color: #737373;
  margin: 0 0 1.875rem;
}

.page_top .breadcrumbs_top a {
  color: #737373;
}

.page_top .breadcrumbs_top a:hover {
  color: #24A0DA;
}

.page_top .h1 {
  color: #192948;
  margin: 0 0 3.75rem;
}

.post_more {
  background: #fff;
  padding: 3.75rem 0 2.5rem;
  overflow: hidden;
  max-width: 100%;
}

.cat_list {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin: 0 0 6.25rem;
}

.cat_item {
  color: #192948;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
  background: #F3F9F9;
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  transition: all 0.3s;
}

.cat_item.active {
  background: #173F51 !important;
  color: #fff;
}

.cat_item:hover {
  background: #24a0da1a;
  /* color: #fff; */
}

.cat_item:before {
  content: "";
  width: 0.8125rem;
  height: 1.375rem;
  min-width: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3633 10.1644L1.36328 15.7852L5.3429 10.1644L1.36508 5.21237L11.3633 10.1644Z' fill='%2324A0DA' stroke='%2324A0DA' stroke-width='1.32126' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.post_item_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  margin: 0 0 3.75rem;
}

.post_item {
  border: 1px solid #E5EAEC;
  background: #FFF;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #192948;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  padding: 0 0 2.5rem;
  position: relative;
}

.post_item::after {
  content: "";
  width: 0;
  height: 0.125rem;
  background: #24A0DA;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.3s;
}

.post_item:hover::after {
  width: 100%;
}

.post_item .bt2 {
  margin: 0 auto 0;
  transition: all 0.3s;
}

.post_item:hover {
  background: #F3F9F9;
}

.post_item_img {
  background-color: #fff;
}

.post_item_img img {
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.post_item_img_zg {
  margin: 2.5rem 2.5rem 1.25rem;
}

.pst_zg {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.block_nav_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 3.75rem;
}

.main-ui-pagination-arrow.main-ui-pagination-prev {
  order: 1;
}

.main-ui-pagination-arrow.main-ui-pagination-next {
  order: 3;
}

.main-ui-pagination-pages {
  order: 2;
}

.main-ui-pagination {
  display: flex;
  gap: 0.625rem;
}

.main-ui-pagination-page {
  color: #192948;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 18px */
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  border-radius: 6.25rem;
  justify-content: center;
  transition: all 0.3s;
}

.main-ui-pagination-page:not(.main-ui-pagination-active):hover {
  background: #f6f6f6;
}

.main-ui-pagination-pages-list {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.main-ui-pagination-active {
  background: #24A0DA;
  color: #fff;
}

.main-ui-pagination-arrow {
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-ui-pagination-arrow:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.07151 1.92893L8.14256 9.00002L1.07151 16.0711' stroke='%2324A0DA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  width: 0.625rem;
  height: 1.125rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}

.main-ui-pagination-arrow:hover {
  opacity: 0.4;
}

.main-ui-pagination-prev:after {
  transform: rotate(180deg);
}

.box_video_slide_top {
  position: relative;
}

.box_video_slide_top:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(23, 63, 81, 0.5);
  z-index: 1;
}

.box_video_slide_top .b7_item_play {
  opacity: 1;
  z-index: 2;
}

.box_video_slide_top:hover .b7_item_play {
  transform: scale(1.1);
}

.box_video_slide_top img {
  width: 40.625rem;
  height: 22.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.box_video {
  background: #F3F9F9;
  padding: 6.25rem 0;
}

.box_video .arrows button {
  border: 0;
}

.box_video_slide {
  margin: 2.5rem 0 0;
}

.box_video_slide_zg {
  color: #192948;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin: 1.25rem 0;
}

.post_page_more {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38.125rem 1fr;
  grid-template-columns: 38.125rem 1fr;
  gap: 3.75rem;
  margin: 3.75rem 0 0;
}

.hack_zg {
  color: #192948;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 130% */
  margin: 0 0 1.25rem;
}

.harach_list_it {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #E5EAEC;
}

.harach_list_it p:nth-child(1) {
  color: #737373;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
}

.harach_list_it p:nth-child(2) {
  color: #192948;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.harach_list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.post_page_more_rg .bt_blue {
  margin: 2.5rem 0 0;
}

.post_more_bock {
  background-color: #fff;
}

.post_page_more_big_img {
  background-color: #fff;
  height: 32.6875rem;
  width: 100%;
}

.post_page_more_big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.post_page_more_big {
  border: 1px solid #E5EAEC;
}

.post_page_more_min_img {
  width: 8.75rem;
  height: 7.5rem;
  border: 1px solid #E5EAEC;
  position: relative;
  cursor: pointer;
}

.post_page_more_min_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post_page_more_min_img:after {
  background: rgba(23, 63, 81, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
}

.post_page_more_min_img:before {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.363281' width='40' height='40' rx='20' fill='%2324A0DA'/%3E%3Cpath d='M30.3633 20L20.3633 20M20.3633 20L20.3633 10M20.3633 20L10.3633 20M20.3633 20L20.3633 30' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  width: 2.5625rem;
  height: 2.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.post_page_more_min_img:hover:after {
  opacity: 1;
}

.post_page_more_min_img:hover:before {
  opacity: 1;
}

.post_page_more_min {
  padding: 0 1rem;
  margin: 1.25rem 0 0;
}

.post_page_more_min .splide__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  background: none;
  width: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.5;
}

.post_page_more_min .splide__arrow:hover {
  opacity: 1;
}

.post_page_more_min .splide__arrow:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43435 1.92893L8.50542 9L1.43435 16.0711' stroke='%23192948' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  width: 0.625rem;
  height: 1.125rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}

.post_page_more_min .splide__arrow svg {
  display: none;
}

.post_page_more_min .splide__arrow.splide__arrow--prev {
  left: 0;
}

.post_page_more_min .splide__arrow.splide__arrow--prev:after {
  transform: rotate(180deg);
}

.post_page_more_min .splide__arrow.splide__arrow--next {
  right: 0;
}

.post_page_more_min .splide__slide.is-active .post_page_more_min_img {
  border-color: #24a0da81;
}

.post_page_moreText {
  margin: 3.75rem 0 0;
  padding: 0 0 3.75rem;
}

.post_page_moreText .b2_line {
  margin: 3.75rem 0;
}

.post_page_moreText_info {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.post_page_moreText_info2 {
  color: #737373;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  /* 157.143% */
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.box_video_slide .post_item {
  width: 25.8125rem;
  height: 100%;
}

.box_video_slide .splide__slide {
  margin-right: 2.5rem !important;
}

.about_b3_white.about_b3 {
  background: #fff;
}

.about_b3_white.about_b3 .b9_item {
  background: #F3F9F9;
}

.about_b3_white.about_b3 .splide__slide.is-active .b9_item {
  background: #173F51;
}

.about_b3_white.about_b3 p:not(.b9_zg) {
  font-size: 0.875rem;
}

.about_b3_white.about_b3 .b9_slide_min {
  margin-bottom: 0;
}

.prj_b1 {
  height: 22.6875rem;
  min-height: 22.6875rem;
}

.prj_b1 .h1 {
  padding-top: 3rem;
}

.prj_page_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  margin: 2.5rem 0 0px;
}

.prj_page_box .b7_item {
  position: relative;
  z-index: 5;
}

.b7_item_img a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prj_more2 {
  padding-bottom: 6.25rem;
}

.prj_more2 .bt_blue {
  margin: 2.5rem auto 0;
}

.prj_b1_more .b1_bg {
  background: #174051;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.prj_b1_more .b1_bg img {
  width: 60.8125rem;
}

.prj_b1_more .b1_bg:after {
  opacity: 1;
  background: linear-gradient(103deg, rgba(23, 63, 81, 0) 7.65%, #173F51 54.63%);
}

.prj_b2_more_img_text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  padding: 3.75rem;
  margin: 3.75rem 0 0;
  background: #F3F9F9;
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}

.prj_b2_more_img_text .h4 {
  color: #192948;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin: 0 0 1.25rem;
}

.prj_b2_more_img_text ul li {
  position: relative;
  padding: 0 0 0 1.75rem;
}

.prj_b2_more_img_text ul li:before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 3.125rem;
  background-color: #737373;
  position: absolute;
  left: 0.75rem;
  top: 0.875rem;
}

al {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prj_b2_more_img:after {
  background: linear-gradient(0deg, rgba(23, 63, 81, 0.3) 0%, rgba(23, 63, 81, 0.3) 100%), rgba(23, 63, 81, 0);
  mix-blend-mode: color, soft-light;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.prj_b2_more_img img {
  width: 100%;
  height: 31.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.prj_b2_more {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E5EAEC;
  padding: 3.75rem 0 3.125rem;
}

.prj_b2_more .b2_krug_1 {
  left: -8.75rem;
  top: -18.75rem;
}

.prj_b2_more_img_text_col {
  position: relative;
}

.prj_b2_more_img_text_col:nth-child(2):after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -4.375rem;
  top: 0;
  background: #E5EAEC;
  z-index: 1;
}

.prj_b2_more_img_text_col:nth-child(1) ul,
.prj_b2_more_img_text_col:nth-child(1) p {
  padding-right: 4.375rem;
}

.box_video .b7_item {
  max-width: 25.8125rem;
}

.prj_more_next {
  background-color: #fff;
}

.prj_more_next .arrows button {
  border-radius: 37.5rem;
  border: 1px solid #F3F9F9;
  background: #FFF;
}

.prj_more_next .arrows button:after {
  filter: none !important;
}

.prj_more_next .arrows button:hover {
  border-color: #24A0DA;
}

.prj_more_next {
  padding-top: 3.125rem;
}

.srv_b2_box {
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
}

.srv_b2_it {
  background: #F3F9F9;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.srv_b2_it:nth-child(even) .srv_b2_it_text {
  order: 2;
}

.srv_b2_it_text {
  padding: 3.75rem;
}

.srv_b2_it_text .h4 {
  color: #192948;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  margin: 0 0 1.875rem;
}

.srv_b2_it_text ul {
  margin: 0.625rem 0;
  color: #737373;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
}

.srv_b2_it_text ul li {
  position: relative;
  padding: 0 0 0 1.3125rem;
}

.srv_b2_it_text ul li:before {
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 3.125rem;
  background-color: #737373;
  position: absolute;
  left: 0.625rem;
  top: 0.75rem;
}

.srv_b2_it_text p {
  color: #737373;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  /* 157.143% */
}

.srv_b2_it_text p b {
  color: #192948;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 130% */
}

.srv_b2_it_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.srv_b3_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}

.srv_b3_box .b9_item {
  border-top: 1px solid #24A0DA;
  background: #F3F9F9;
}

.srv_b3_box .b9_item:hover {
  background: #173F51;
  color: #fff;
}

.srv_b3_box .b9_item:hover * {
  color: #fff;
}

.srv_b3_box .b9_item:hover::after {
  height: 0.1875rem;
}

.srv_b2 {
  padding-bottom: 0;
}

.srv_b2 + .about_b3 {
  padding-bottom: 2.5rem;
}

.srv_b4 {
  padding: 0 0 6.25rem;
}

.srv_b4_box {
  background: #F3F9F9;
  padding: 6.25rem 3.75rem 3.75rem 3.75rem;
}

.srv_b4_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: flex-end;
  margin: 0 0 3.75rem;
}

.srv_b4_top_lf p {
  color: #192948;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  text-transform: uppercase;
  margin: 1.875rem 0 0;
}

.srv_b4_top_rg {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}

.srv_b4_maps {
  background: #FFF;
  padding: 1.25rem;
  position: relative;
}

.srv_b4_maps > * {
  width: 100%;
  height: 100%;
}

.srv_b4_maps img {
  width: 100%;
  height: 27.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.srv_b4_maps_text {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 1.25rem;
}

.srv_b4_box .b2_line {
  margin: 0 0 3.75rem;
}

.srv_b4_maps_text_it {
  display: flex;
  align-items: center;
  color: #192948;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1rem;
  /* 135.385% */
  display: flex;
  position: absolute;
  gap: 0.625rem;
}

.srv_b4_maps_text_it.left:before {
  order: 2;
}

.srv_b4_maps_text_it.left p {
  left: auto;
  right: 100%;
}

.srv_b4_maps_text_it:before {
  content: "";
  width: 1.5625rem;
  height: 2rem;
  min-width: 1.6875rem;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='32' viewBox='0 0 25 32' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M12.5679 31.8371C12.5679 31.8371 24.3628 23.8244 24.3628 12.3926C24.3628 5.87842 19.082 0.597656 12.5679 0.597656C6.05372 0.597656 0.772949 5.87842 0.772949 12.3926C0.772949 22.9898 12.5679 31.8371 12.5679 31.8371Z' fill='%2324A0DA'/%3E%3Ccircle cx='12.6282' cy='12.6409' r='4.34011' fill='%23F5FAFC'/%3E%3Cdefs%3E%3Cg id='stroke0_5062_10816' data-figma-scatter-ref='stroke0_5062_10816_ref' data-figma-scatter='f0.37_w0_aj180_sj0.11_r0_s0_sw30'%3E%3C/g%3E%3Cpath id='stroke0_5062_10816_ref' d='M16.9683 12.6409C16.9683 15.0379 15.0252 16.981 12.6282 16.981C10.2312 16.981 8.28809 15.0379 8.28809 12.6409C8.28809 10.2439 10.2312 8.30078 12.6282 8.30078C15.0252 8.30078 16.9683 10.2439 16.9683 12.6409Z'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 0;
}

.srv_b4_maps_text_it p {
  position: absolute;
  left: 100%;
  margin: 0 0.225rem;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.srv_b4_maps_img img {
  width: 72.5rem;
  height: 27.4375rem;
}

.resh_b2_box .about_b2_list_it {
  align-items: flex-start;
  color: #737373;
  padding: 1.25rem;
  gap: 1rem;
}

.resh_b2_box .about_b2_list_it:hover {
  background: #173F51;
  color: #fff;
}

.resh_b2_box .about_b2_list_it p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

.resh_b3 {
  background: #173F51;
  padding: 6.25rem 0;
  overflow: hidden;
}

.resh_b3_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  position: relative;
}

.resh_b3_box .b2_krug_2 {
  bottom: auto;
  top: -31.25rem;
  left: auto;
  right: -18.75rem;
}

.resh_b3_box_col {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  position: relative;
  z-index: 2;
}

.resh_b3_box_it_top {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.resh_b3_box_it_zg {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
}

.resh_b3_box_it_img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 31.25rem;
  background: #194D62;
  overflow: hidden;
}

.resh_b3_box_it_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.resh_b3_box_it_main {
  margin: 1.25rem 0 0;
}

.resh_b3_box_it_main_bottom {
  margin: 1.25rem 0 0;
}

.resh_b3_box_it_top_tx {
  max-width: calc(100% - 8.125rem);
}

.resh_b3_box_it_main_top ul {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.resh_b3_box_it_main_top ul li {
  position: relative;
  padding: 0 0 0 1.5625rem;
}

.resh_b3_box_it_main_top ul li:before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  left: 0.375rem;
  top: 0.625rem;
}

.resh_b3_box_it_main_bottom ul {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
}

.resh_b3_box_it_main_bottom ul li {
  position: relative;
  padding: 0 0 0 1.5625rem;
}

.resh_b3_box_it_main_bottom ul li:before {
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  left: 0.4375rem;
  top: 0.6875rem;
}

.resh_b3_box_it_main_bottom h3 {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  gap: 0.625rem;
  margin: 0 0 1rem;
  display: flex;
}

.resh_b3_box_it_main_bottom h3:before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='31' viewBox='0 0 13 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.707 13.6874C12.1654 13.9568 12.1654 14.6304 11.707 14.8998L2.85469 20.103C2.25875 20.4532 1.58291 19.7938 1.90137 19.1728L4.23733 14.6175C4.34142 14.4145 4.34141 14.1725 4.23733 13.9696L1.90141 9.41441C1.58294 8.79338 2.25878 8.13395 2.85472 8.48423L11.707 13.6874Z' fill='%2324A0DA'/%3E%3C/svg%3E%0A");
  content: "";
  width: 0.8125rem;
  height: 1.9375rem;
  min-width: 0.8125rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_b4 {
  background-color: #F3F9F9;
  padding-bottom: 3.75rem;
}

.contact_b4_top {
  padding: 3.75rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 34rem;
  grid-template-columns: 1fr 1fr 34rem;
  gap: 3.75rem;
}

.contact_b4_col .h4 {
  color: #192948;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin: 0 0 1.5rem;
}

.contact_b4_col_list > * {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1rem 1fr;
  grid-template-columns: 1rem 1fr;
  gap: 0.625rem;
  color: #192948;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.icon_maps {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00195 0.871094C11.6447 0.871094 14.5977 3.72353 14.5977 7.24219C14.5977 13.9289 8.00195 18.79 8.00195 18.79C8.00195 18.79 1.40625 13.7175 1.40625 7.24219C1.40625 3.72353 4.35925 0.871094 8.00195 0.871094ZM8.00293 4.20703C6.03811 4.20703 4.44531 5.79983 4.44531 7.76465C4.44531 9.72947 6.03811 11.3223 8.00293 11.3223C9.96775 11.3223 11.5605 9.72947 11.5605 7.76465C11.5605 5.79983 9.96775 4.20703 8.00293 4.20703Z' fill='%23192948'/%3E%3C/svg%3E%0A");
}

.icon_phone {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5137 0.972656H3.48535C2.48811 0.972656 1.67969 1.78108 1.67969 2.77832V17.2236C1.67969 18.2209 2.48811 19.0293 3.48535 19.0293H12.5137C13.5109 19.0293 14.3193 18.2209 14.3193 17.2236V2.77832C14.3193 1.78108 13.5109 0.972656 12.5137 0.972656Z' fill='%23192948'/%3E%3Cpath d='M8 16.1406H8.01' stroke='white' stroke-width='1.80566' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='3.58789' y='3.19141' width='8.77898' height='9.87517' fill='white'/%3E%3C/svg%3E%0A");
}

.icon_mail {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3926 1.17969C15.275 1.17993 15.9902 1.98826 15.9902 2.98535V12.0137C15.9902 13.0108 15.275 13.8191 14.3926 13.8193H1.60742C0.725024 13.8191 0.00976567 13.0108 0.00976562 12.0137V2.98535C0.00976558 1.98826 0.725024 1.17993 1.60742 1.17969H14.3926ZM3.01074 4.62305C2.54189 4.33128 1.92563 4.47458 1.63379 4.94336C1.34206 5.41221 1.48534 6.02848 1.9541 6.32031L8.04004 10.1514L14.0176 6.35938C14.4783 6.05545 14.6053 5.43561 14.3018 4.97461C13.9979 4.51362 13.3781 4.38582 12.917 4.68945L8.00879 7.77637L3.01074 4.62305Z' fill='%23192948'/%3E%3C/svg%3E%0A");
}

.contact_b4_col_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact_b4_col_list i {
  width: 1rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* .contact_b4 .srv_b4_box {
  padding: 3.75rem 0 0;
} */

/* section.srv_b4.contact_b4 .srv_b4_maps_img img {
  width: 80rem;
  height: 30.3rem;
}

section.srv_b4.contact_b4 .srv_b4_maps_text {
  margin-left: 6.1rem;
} */

.job_b1 {
  height: 18rem;
  min-height: 0;
  padding: 5rem 0 0;
}

.job_b2 {
  padding-bottom: 0;
}

.job_b3 {
  background: #F3F9F9;
  padding: 6.25rem 0;
}

.job_b3_list {
  margin: 2.5rem 0 0;
  background: #fff;
  padding: 0px 2.5rem;
}

.job_b3_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12.5rem;
  grid-template-columns: 1fr 12.5rem;
  align-items: center;
  align-content: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid #E5EAEC;
}

.job_b3_item:last-child {
  border-bottom: none;
}

.job_b3_item .h3 {
  margin: 0 0 0.625rem;
  max-width: 40.625rem;
}

.job_b3_item p:not(.h3) {
  margin: 0.625rem 0 0;
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}

.job_b3_item p:not(.h3) b {
  color: #000;
  font-weight: 500;
}

.maps_job {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  align-content: center;
}

.maps_job:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3991 8.01685C14.3991 11.7258 9.96809 15.5885 8.48014 16.7815C8.34153 16.8783 8.17279 16.9306 7.99936 16.9306C7.82593 16.9306 7.6572 16.8783 7.51858 16.7815C6.03064 15.5885 1.59961 11.7258 1.59961 8.01685C1.59961 6.44076 2.27387 4.92923 3.47405 3.81477C4.67424 2.70032 6.30204 2.07422 7.99936 2.07422C9.69668 2.07422 11.3245 2.70032 12.5247 3.81477C13.7249 4.92923 14.3991 6.44076 14.3991 8.01685Z' stroke='%23818181' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.99952 10.246C9.32495 10.246 10.3994 9.24831 10.3994 8.01755C10.3994 6.78679 9.32495 5.78906 7.99952 5.78906C6.67408 5.78906 5.59961 6.78679 5.59961 8.01755C5.59961 9.24831 6.67408 10.246 7.99952 10.246Z' stroke='%23818181' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1.1875rem;
  min-width: 1rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.job_b3 .block_nav_content {
  margin: 3.75rem 0 0;
}

.job_b4 {
  padding: 6.25rem 0;
}

.job_b4_box {
  margin: 2.5rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
}

.job_b4_it {
  position: relative;
  color: #737373;
  transition: all 0.3s;
  border-top: 1px solid #24A0DA;
  background: #F3F9F9;
  padding: 2.5rem;
}

.job_b4_it:hover {
  background: #173F51;
  color: #fff;
}

.job_b4_it:hover:after {
  height: 0.3px;
}

.job_b4_it:hover * {
  color: #fff;
}

.job_b4_it:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #24A0DA;
  z-index: 1;
  transition: all 0.3s;
}

.job_b4_it p {
  margin: 1.875rem 0 0;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  transition: all 0.3s;
}

.job_b4_it img {
  width: 1.5rem;
  height: 1.5rem;
}

.job_b4_icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.job_more .b2_krug_1 {
  top: -25rem;
  right: -12.5rem;
}

.job_more_list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin: 0 0 1.25rem;
}

.jb_local .jb_zg {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.jb_zg {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.jb_zg b {
  font-weight: 500;
  color: #000;
}

.job_more_it ul {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  margin: 1rem 0 0;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.job_more_it ul li {
  padding: 0 0 0 1.75rem;
  position: relative;
}

.job_more_it ul li:before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #737373;
  position: absolute;
  left: 0.75rem;
  top: 0.625rem;
}

.box_form_job {
  background: #F3F9F9;
}

.box_form_job .h2 {
  color: #192948;
}

.box_form_job .fm_bx input,
.box_form_job .fm_bx textarea,
.box_form_job .fm_bx .file_input {
  border: 1px solid #E5EAEC;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}

.file_input input {
  position: absolute;
}

.file_input {
  position: relative;
  cursor: pointer;
}

.file_input input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.file_input_text {
  color: #6C94A5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 1.75rem;
  cursor: pointer;
}

.file_input_text:before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.91301 24.2047C1.90959 21.2012 1.90959 16.3111 4.91301 13.3077L14.4479 3.77283C14.8225 3.39824 15.4354 3.39824 15.81 3.77283C16.1846 4.14743 16.1846 4.76036 15.81 5.13495L6.27514 14.6698C4.02077 16.9242 4.02081 20.5882 6.27514 22.8425C8.52946 25.0969 12.1935 25.0969 14.4479 22.8425L23.9827 13.3077C25.4879 11.8026 25.4879 9.36433 23.9827 7.8592C22.4776 6.35406 20.0394 6.35406 18.5342 7.8592L9.79617 16.5973C9.01976 17.3737 8.93801 18.6132 9.60547 19.3624C9.97323 19.771 10.4568 19.9821 10.9948 20.0025C11.5329 20.0229 12.03 19.8118 12.4046 19.4373L18.5342 13.3077C18.9088 12.9331 19.5217 12.9331 19.8963 13.3077C20.2709 13.6823 20.2709 14.2952 19.8963 14.6698L13.7667 20.7994C13.0244 21.5417 11.996 21.9572 10.9404 21.9231C9.8779 21.8959 8.90399 21.4396 8.17526 20.6427C6.80633 19.124 6.91525 16.7402 8.43396 15.2215L17.172 6.48343C19.4264 4.22907 23.0904 4.22911 25.3448 6.48343C27.5991 8.73776 27.5991 12.4018 25.3448 14.6562L15.8099 24.191C12.8065 27.1944 7.91635 27.1944 4.91293 24.191L4.91301 24.2047Z' fill='%236C94A5'/%3E%3C/svg%3E%0A");
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.875rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.file_input_val {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 1.75rem;
  right: 0.625rem;
  cursor: pointer;
}

.file_remove {
  color: #999;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0.125rem 0.375rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-left: auto;
  min-width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file_remove:hover {
  background-color: #f0f0f0;
  color: #e74c3c;
}

.box_form_job .fm_check .form-check--new a {
  color: #24A0DA;
}

.maps_box {
  padding: 3.75rem 0 6.25rem;
}

.maps_box_list {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.maps_box_col:nth-child(1) {
  max-width: 22.875rem;
}

.maps_box_col:nth-child(2) {
  max-width: 23.75rem;
}

.maps_box_col:nth-child(3) {
  width: 18.125rem;
}

.maps_box_col {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.maps_box_col > ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.maps_box_col > ul ul {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  margin: 0.625rem 0 0;
}

.maps_box_col > ul ul li {
  position: relative;
  padding: 0 0 0 1.75rem;
}

.maps_box_col > ul ul li:before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #737373;
  position: absolute;
  left: 0.625rem;
  top: 1rem;
}

.maps_box_col > ul ul a {
  color: #737373;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
}

.maps_box_col > ul > li > a {
  color: #192948;
  font-family: Stem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
}

.child ul li:last-child a {
  border: 0;
}

.child ul li a:before {
  width: 0.125rem;
  height: calc(100% + 1px);
  left: 0px;
  margin: 0;
  opacity: 0;
}

.fm .fm_check .form-check--new {
  margin: 0;
  font-size: 0.9rem;
  gap: 0.6vw;
}

.fm .fm_check .form-check--new span {
  border-radius: 0.375rem;
  background: rgba(37, 85, 107, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.child ul li a:hover:before {
  opacity: 1;
}

.hd_menu_nav > nav > ul > li > a.active:before {
  width: 100%;
}

.b6_box:before {
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='559' viewBox='0 0 600 559' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2979_6572)'%3E%3Cpath d='M300 598.5C464.857 598.5 598.5 464.857 598.5 300C598.5 135.143 464.857 1.5 300 1.5C135.143 1.5 1.5 135.143 1.5 300C1.5 464.857 135.143 598.5 300 598.5Z' stroke='%2324A0DA' stroke-opacity='0.05' stroke-width='3'/%3E%3Cpath d='M300 558.5C442.766 558.5 558.5 442.766 558.5 300C558.5 157.234 442.766 41.5 300 41.5C157.234 41.5 41.5 157.234 41.5 300C41.5 442.766 157.234 558.5 300 558.5Z' stroke='%2324A0DA' stroke-opacity='0.05' stroke-width='3'/%3E%3Cpath d='M300 518.5C420.674 518.5 518.5 420.674 518.5 300C518.5 179.326 420.674 81.5 300 81.5C179.326 81.5 81.5 179.326 81.5 300C81.5 420.674 179.326 518.5 300 518.5Z' stroke='%2324A0DA' stroke-opacity='0.05' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2979_6572'%3E%3Crect width='600' height='600' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 37.5rem;
  height: 37.5rem;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  margin: auto;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.inj_b2_list_3 .inj_b2_item:before,
.inj_b2_list_3 .inj_b2_item:nth-child(3n+1):after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='953' height='1' viewBox='0 0 953 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4.37114e-08' y1='0.5' x2='953' y2='0.500083' stroke='%2324A0DA' stroke-dasharray='3 3'/%3E%3C/svg%3E%0A");
  height: 1px;
  width: 10rem;
  display: block;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 100%;
}

.inj_b2_list_3 .inj_b2_item:last-child:before {
  opacity: 0;
}

.inj_b2_item:nth-child(3n+1):after {
  left: auto !important;
  right: 100%;
}

.about_b2_img {
  background: #F3F9F9;
  padding: 2.5rem 2.5rem 0;
}

section.post_more:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='445' height='318' viewBox='0 0 445 318' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5092_15248)'%3E%3Cg opacity='0.1' clip-path='url(%23clip1_5092_15248)'%3E%3Cpath d='M336 244.5C500.857 244.5 634.5 110.857 634.5 -54C634.5 -218.857 500.857 -352.5 336 -352.5C171.143 -352.5 37.5 -218.857 37.5 -54C37.5 110.857 171.143 244.5 336 244.5Z' stroke='url(%23paint0_linear_5092_15248)' stroke-width='3'/%3E%3Cpath d='M336 204.5C478.766 204.5 594.5 88.7656 594.5 -54C594.5 -196.766 478.766 -312.5 336 -312.5C193.234 -312.5 77.5 -196.766 77.5 -54C77.5 88.7656 193.234 204.5 336 204.5Z' stroke='url(%23paint1_linear_5092_15248)' stroke-width='3'/%3E%3Cpath d='M336 164.5C456.674 164.5 554.5 66.6742 554.5 -54C554.5 -174.674 456.674 -272.5 336 -272.5C215.326 -272.5 117.5 -174.674 117.5 -54C117.5 66.6742 215.326 164.5 336 164.5Z' stroke='url(%23paint2_linear_5092_15248)' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5092_15248' x1='-115.607' y1='-54' x2='585.107' y2='-54' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2324A0DA'/%3E%3Cstop offset='1' stop-color='%2324A0DA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5092_15248' x1='506' y1='-97.5' x2='76' y2='-120.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2324A0DA'/%3E%3Cstop offset='1' stop-color='%2324A0DA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_5092_15248' x1='489.5' y1='-44' x2='572.5' y2='-147' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2324A0DA'/%3E%3Cstop offset='1' stop-color='%2324A0DA' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_5092_15248'%3E%3Crect width='445' height='318' fill='white' transform='matrix(-1 0 0 1 445 0)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_5092_15248'%3E%3Crect width='600' height='600' fill='white' transform='translate(36 -354)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 27.8125rem;
  height: 19.875rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

section.post_more {
  position: relative;
}
.fm .h2+p {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    margin: -2rem 0 2rem;
}
 .prj_page_box + .pagination_box {
    margin-top: 3rem;
}
.prj_b2_more_img img {
    width: 100%;
    cursor: pointer;
}

.prj_b2_more_img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prj_b2_more_img a .b7_item_play {
    opacity: 1;
    z-index: 33;
}

.prj_b2_more_img {
    position: relative;
}.b7_item.b7_item_no_photo {}

.b7_item.b7_item_no_photo img {
    mix-blend-mode: luminosity !important;
}.b2.resh_b2 {
    padding: 6.25rem 0 0;
}

.b2_top {}

.b2.resh_b2 .b2_top {
    margin: 0;
    align-items: flex-end !important;
}.b2_detail_text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 150%;
}.policy_text h1,
.consent_text h1 {
    margin: 0 0 2rem !important;
}

.policy_text,
.consent_text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 1.1rem;
    line-height: 160%;
    padding: 0 0 4rem;
}

.policy_block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.srv_b4:not(.contact_b4) .srv_b4_maps_text_it {
    margin: 0 0 0 4.9rem;
}
.policy_text a,
.consent_text a {
    color: #24a0da;
    border-bottom: 1px solid;
}div#ths {}

div#ths.fm .h2+p {
    margin: 0;
}
.policy_text ul li,
.consent_text ul li {
  list-style: disc;
  margin-left: 1.5rem;
}
.policy_text table,
.consent_text table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}
.policy_text th,
.policy_text td,
.consent_text th,
.consent_text td {
    border: 1px solid #cfd8dc;
    padding: 0.5rem 0.75rem;
    vertical-align: top;
}
.policy_text th,
.consent_text th {
    background: #f7f7f7;
    font-weight: 600;
}
.policy_block >div>p {
    margin: 1rem 0;
}
.consent_text p {
    margin: 1rem 0;
}

 
section.b6.about_b6.iot_b6 .b6_box:before {
    display: none;
}

 .policy_block a {
  border-bottom: 1px solid #24a0da;
  color: #24a0da;
 }



.post_page_more_big.post_page_more_bigSlide .splide__list {
  width: 100%;
}

.post_page_more_big.post_page_more_bigSlide .splide__list .splide__slide {
  width: 100%;
}
@media (max-width: 768px) {
  .mob_menu {
    display: flex;
  }
.policy_text h1,
.consent_text h1 {
    font-size: 2.5rem !important;
}
  .hd_menu {
    display: none;
  }

  .inj_b2_item:before,
  .inj_b2_item:after {
    opacity: 0 !important;
  }

  body.mob_menu_open {
    overflow: hidden;
  }

  .about_b2_img {
    padding: 0;
  }
}

@media (max-width: 640px){
  .fm_check .form-check--new {
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .post_page_more_big.post_page_more_bigSlide {
    width: 100%;
  }

  .splide__slide .post_page_more_big_img img { 
    object-fit: contain;
  }

  .post_page_more_big.post_page_more_bigSlide .splide__slide {
    width: 100%;
  }

  .srv_b4_maps_main .srv_b4_maps {
    width: 77.281vw;
    height: 29.156vw;
    margin: 0;
    padding: 0;
    transform: none;
  }

  /* section.srv_b4.contact_b4 .srv_b4_maps_main .srv_b4_maps{
    width: 88vw;
    height: 33.556vw;
    margin: 0;
    padding: 0;
    transform: none;
  }

  .srv_b4.contact_b4 .srv_b4_maps_text_it {
    margin: 0 !important;
    transform: translate(2.5vw, -2vw) scale(0.25);
  } */

  .srv_b4:not(.contact_b4) .srv_b4_maps_text_it{
    margin: 0 !important;
    transform: translate(2.3vw, -2vw) scale(0.25);
  }

  .srv_b4.contact_b4 .srv_b4:not(.contact_b4) .srv_b4_maps_text_it{
    margin: 0 !important;
    transform: translate(2.5vw, -2vw) scale(0.25);
  }

  .srv_b4_maps_main .srv_b4_maps .srv_b4_maps_text {
    margin: 0 !important;
  }

  .srv_b4_maps_img img {
    width: 73.281vw;
    height: 25.156vw;
  }

  /* section.srv_b4.contact_b4 .srv_b4_maps_img img {
    width: 82vw;
    height: 29.156vw;
  } */

  .section.srv_b4.contact_b4 .srv_b4_maps_main .srv_b4_maps {
    width: 77.281vw;
    height: 29.156vw;
    margin: 0;
    padding: 0;
    transform: none;
  }

  .section.srv_b4.contact_b4 .srv_b4_maps_main .srv_b4_maps .srv_b4_maps_text {
    margin: 0 !important;
  }

  .mob_menu_close {
    position: absolute;
    left: 2vw;
    top: 1vw;
    width: 7vw;
    height: 7vw;
    border: none;
    background: none;
    outline: none;
  }

  .mob_menu_close span {
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #000;
    width: 5vw;
    height: 0;
    border-radius: 1vw;
    transform: rotate(45deg) translateY(-50%);
  }

  .mob_menu_close span:last-child {
    transform: rotate(-45deg) translateY(-50%);
    left: 0.2vw;
  }

}

/* End */


/* Start:/local/templates/veonix/assets/css/media.css?177641617210238*/
@media (min-width: 640px) {
  .about_b3_box .b9_slide_min .splide__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    transform: none !important;
    gap: 1.25rem;
  }

  .about_b3_box .b9_slide_min .splide__slide {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 640px) {
  .main {
    max-width: 92vw;
  }

  html,
  body {
    font-size: 3.5vw;
  }

  .hd_contacts [href^=tel] {
    font-size: 0;
    order: 2;
    gap: 0;
    border: 1px solid #22a0da;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
  }

  .hd_contacts .bt {
    font-size: 0.8rem;
    height: 2.6rem;
    padding: 0 1rem;
  }

  .logo img {
    width: auto;
    height: 3rem;
  }

  .hd_contacts {
    gap: 2vw;
  }

  .hd_contacts [href^=tel]:before {
    width: 1.2rem;
  }

  .hd_menu {
    display: none;
  }

  .home_page {
    padding-top: 17vw;
  }

  .h1 {
    font-size: 3.2rem;
  }

  .b1 {
    height: calc(100vh - 17vw);
    max-height: 200vw;
    min-height: 140vw;
  }

  .b1_bg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .b1_bg img {
    width: 200%;
    margin: 0 -98vw 0 0;
  }

  .h2 {
    font-size: 2.1rem;
  }

  .b2_top {
    gap: 5vw;
    margin: 0 0 7vw;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .b2_list {
    padding: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b3_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw 0;
  }

  .b3_item {
    width: 48%;
  }

  .b3_item:nth-child(1) {
    width: 100%;
  }

  .b3_krug {
    bottom: -14%;
  }

  .b4_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b5_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 4vw;
  }

  .b5_right_item_bg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 20rem;
  }

  .b5_right_item p {
    font-size: 1.6rem;
    bottom: 8%;
    left: 8%;
  }

  .b6_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b6_item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b6_img {
    width: 17rem !important;
    height: 17rem;
    margin: 0 auto;
  }

  .b7_box {
    width: 90%;
  }

  .b7_box .splide__track {
    overflow: visible;
  }

  .b7_box .splide__slide {
    margin-right: 2vw !important;
  }

  .b8_slide .splide__track {
    overflow: visible;
  }

  .b8_slide_box {
    background: #F3F9F9;
    margin: 9vw 0 0 -4vw;
    width: 100vw;
    padding: 0 0 9vw;
  }

  .b8_slide {
    width: 83vw;
    margin: 0;
  }

  .b8_item_main {
    height: calc(100% - 15vw);
  }

  .b5_left {
    width: 72vw;
  }

  .b5_left .splide__track {
    overflow: visible;
  }

  .b5_left_item p {
    font-size: 1rem;
  }

  .b5_left_item {
    height: 100%;
  }

  .b9_text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .b9_item {
    width: 55vw;
    padding: 5vw 7vw;
  }

  .b9_slide_min .splide__track {
    overflow: visible;
  }

  .b9_img img {
    height: 18rem;
  }

  .box_form .h2 {
    font-size: 2rem;
  }

  .box_form .h2 br {
    display: none;
  }

  .fm_bx form input,
  .fm_bx form textarea {
    max-width: 100%;
  }

  .ft_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fm_bx_bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .fm_bx_bottom p {
    order: 2;
    margin: 0vw auto 6vw;
    text-align: center;
    /* width: 87%; */
  }

  .fm .fm_bx form {
    gap: 3vw;
  }

  .more_b1 .breadcrumbs_top {
    left: 4vw;
    max-width: 100vw;
    padding-right: 8vw;
  }

  .inj_b2_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2vw;
  }

  .inj_b3_it_t1 br {
    display: none;
  }

  .inj_b3_it {
    max-width: 100% !important;
  }

  .inj_b3_slide {
    margin: 9vw 0 0 !important;
  }

  .inj_b4 {
    padding-bottom: 7vw;
  }

  .ft_office {
    width: 100%;
  }

  .b3_item_number {
    font-size: 4rem;
  }

  .resh_b2_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2vw;
  }

  .b2_top_lf p br {
    display: none;
  }

  .about_b2_text {
    padding: 4vw;
    display: flex;
    flex-wrap: wrap;
  }

  .about_b6 .b6_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about_b2_list {
    padding: 4vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2vw;
  }

  .about_b3_box .b9_slide img {
    height: 11rem;
  }

  .about_b3_box .b9_slide_min .splide__list {
    display: flex;
    gap: 0;
  }

  .about_b3 {
    padding: 12vw 0;
  }

  .about_b3_box2 .b9_slide_min .b9_item p br {
    display: none;
  }

  .about_b3_box3 {
    padding: 5vw;
  }

  .about_b3_box3_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2vw;
  }

  .about_b3_box3_it {
    padding: 5vw 5vw;
  }

  .oit_b4 .h2 + p br {
    display: none;
  }

  .post_more {
    padding: 6vw 0 0;
  }

  .post_more .h1 {
    font-size: 2.8rem;
    margin: 0 0 8vw;
  }

  .cat_item {
    font-size: 0.8rem;
    gap: 2vw;
    padding: 3vw;
    max-width: 48%;
    align-items: center;
  }

  .cat_item:before {
    height: 4vw;
  }

  .cat_list {
    gap: 3vw;
    margin: -3vw 0 10vw;
  }

  .post_item_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .main-ui-pagination-page {
    width: 2rem;
    height: 2rem;
  }

  .box_video {
    padding: 9vw 0;
  }

  .box_video_slide_top img {
    width: 100%;
    height: 15rem;
  }

  .breadcrumbs_top {
    white-space: nowrap;
    overflow: auto;
    padding: 0 0 4vw;
    margin: 0 0 -1vw !important;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
  }

  .breadcrumbs_top::-webkit-scrollbar {
    display: none;
    /* WebKit */
  }

  .post_page_more {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post_page_more_lf {
    width: 100%;
  }

  .post_page_more_big_img {
    width: 100%;
    height: 22rem;
  }

  .breadcrumbs_top {
    white-space: nowrap;
    overflow: auto;
    padding: 0 0 4vw;
    margin: 0 0 -1vw !important;
  }

  .post_page_more {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 7vw 0 0;
  }

  .post_page_more_lf {
    width: 100%;
  }

  .post_page_more_big_img {
    width: 100%;
    height: 22rem;
  }

  .post_page_more_min_img {
    width: 5.8rem;
    height: 5rem;
  }

  .post_page_more_min {
    width: 92vw;
  }

  .harach_list_it p:nth-child(1) {
    font-size: 0.775rem;
  }

  .harach_list_it p:nth-child(2) {
    font-size: 0.86rem;
  }

  .h1.big {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-limit-chars: 3 3 3;
  }

  .b1_text_box p br {
    display: none;
  }

  .b1_text .h1 br {
    display: none;
  }

  .prj_page_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b7_item_img {
    width: 100%;
  }

  .b7_item_img a {
    width: 100%;
  }

  .prj_b1_more .b1_bg:after {
    background: linear-gradient(103deg, rgba(23, 63, 81, 0) 7.65%, #173f51c9 54.63%);
  }

  .prj_b2_more_img img {
    height: 16rem;
  }

  .prj_b2_more_img_text {
    margin: 7vw 0 0;
    position: relative;
    z-index: 20;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 7vw;
    font-size: 0.95rem;
    gap: 10vw;
  }

  .prj_b2_more_img_text_col:nth-child(1) ul,
  .prj_b2_more_img_text_col:nth-child(1) p {
    padding: 0;
  }

  .prj_b2_more_img_text_col:nth-child(2):after {
    height: 1px;
    width: 100%;
    left: 0;
    top: -5vw;
  }

  .srv_b2_it {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .srv_b2_it_text {
    padding: 6vw;
  }

  .srv_b2_it:nth-child(even) .srv_b2_it_text {
    order: 1;
  }

  .srv_b2_it:nth-child(even) .srv_b2_it_img {
    order: 2;
  }

  .srv_b3_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .srv_b3_box .b9_item {
    width: 100%;
  }

  .srv_b4_box {
    padding: 5vw;
  }

  .srv_b4_top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2vw;
    margin: 0 0 6vw;
    padding: 3vw 2vw 0;
  }

  .srv_b4_top_rg br {
    display: none;
  }

  .srv_b4_top_lf p {
    margin: 4vw 0 0;
  }

  .srv_b4_maps {
    overflow: hidden;
    /* height: 56vw; */
    border: 2vw solid #fff;
    width: 72.5rem;
    margin: -17vw 0 -16vw -70vw;
    transform: scale(0.85);
  }

  .srv_b4_box .b2_line {
    margin: 0 0 6vw;
  }

  .srv_b4_maps > * {
    /* transform: scale(2.2) translate(6vw, 3vw); */
  }

  .srv_b4 {
    padding: 10vw 0 13vw;
  }

  .srv_b4_maps_main {
    overflow: hidden;
    padding: 0 0;
    margin: 0;
    background: #fff;
    border: 3vw solid #fff;
  }

  .srv_b4_maps_text {
    padding: 0;
    margin: 0 0 0 5vw;
  }

  .resh_b3_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .resh_b3_box_it_main_bottom h3 br {
    display: none;
  }

  .resh_b3_box_it_zg {
    font-size: 1.2rem;
  }

  .resh_b3_box_it_top {
    gap: 4vw;
  }

  .prj_b1 {
    height: auto !important;
    min-height: auto !important;
    padding: 13vw 0 0;
  }

  .contact_b4_top {
    padding: 5vw 0 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 11vw;
  }

  /* section.srv_b4.contact_b4 .srv_b4_maps {
    width: 80rem;
    margin: -17vw 0 -16vw -94vw;
  }

  section.srv_b4.contact_b4 .srv_b4_maps_text {
    margin-left: 7.1rem;
  } */

  .b1_text_box p {
    font-size: 1rem;
  }

  .b1.more_b1.about_b1.job_b1 {
    height: auto;
    min-height: 0;
  }

  .job_b3 {
    padding: 11vw 0;
  }

  .job_b3_list {
    padding: 0 5vw;
  }

  .job_b3_item {
    padding: 5vw 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .job_b3_item .h3 {
    font-size: 1.5rem;
  }

  .job_b4_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .job_more .b2_krug_1 {
    display: none;
  }

  .file_input {
    width: 100%;
    max-width: 100%;
  }

  .file_input label {
    display: block;
    width: 100%;
  }

  .fm_bx form {
    gap: 2vw 0;
  }

  .hd_contacts > .bt {
    display: none;
  }
}
/* End */
/* /local/templates/veonix/assets/css/fonts.css?17764161723308 */
/* /local/templates/veonix/assets/css/animate.css?177641617264487 */
/* /local/templates/veonix/assets/files/jquery.fancybox.min.css?177641617224078 */
/* /local/templates/veonix/assets/css/cookie-notification.css?17764161723941 */
/* /local/templates/veonix/assets/css/style.css?1776416172112890 */
/* /local/templates/veonix/assets/css/media.css?177641617210238 */
