@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.ttf");
  font-display: block;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto-Medium";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.ttf");
  font-display: block;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto-Regular";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.ttf");
  font-display: block;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto-Light";
  font-display: swap;
  src: url("../fonts/Roboto-Light.ttf");
  font-display: block;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto-Thin";
  font-display: swap;
  src: url("../fonts/Roboto-Thin.ttf");
  font-display: block;
  font-weight: 200;
}
:root {
  --font-m-700: "Roboto-Bold";
  --font-m-500: "Roboto-Medium";
  --font-m-400: "Roboto-Regular";
  --font-m-300: "Roboto-Light";
  --font-m-200: "Roboto-Thin";
}

/*
----------------------
Mini map css style
-------------------


----------------------
*/
/* Start Normalize */
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

imput {
  border: none;
  outline: none;
  background: none;
}

* {
  box-sizing: border-box;
}

.section {
  display: flex;
  width: 100%;
}

.container {
  display: flex;
  width: 100%;
  max-width: 1160px;
}

.grid-4fr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  width: 100%;
  max-width: 1160px;
}

.grid-3fr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-2fr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-1fr {
  display: grid;
  grid-template-columns: 1fr;
}

.padding-20 {
  padding: 0 1.25rem;
}

.padding-40-20 {
  padding: 0 1.25rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  .padding-40-20 {
    padding-top: calc(50px + -10 * ((100vw - 320px) / 840));
  }
}
@media screen and (max-width: 1160px) {
  .padding-40-20 {
    padding-bottom: calc(50px + -10 * ((100vw - 320px) / 840));
  }
}

.padding-70-20 {
  padding: 0 1.25rem;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1160px) {
  .padding-70-20 {
    padding-top: calc(50px + 20 * ((100vw - 320px) / 840));
  }
}
@media screen and (max-width: 1160px) {
  .padding-70-20 {
    padding-bottom: calc(50px + 20 * ((100vw - 320px) / 840));
  }
}

.padding-100-20 {
  padding: 0 1.25rem;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1160px) {
  .padding-100-20 {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 840));
  }
}
@media screen and (max-width: 1160px) {
  .padding-100-20 {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 840));
  }
}

.padding-48-180-20 {
  padding: 0 1.25rem;
  padding-top: 48px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1160px) {
  .padding-48-180-20 {
    padding-top: calc(50px + -2 * ((100vw - 320px) / 840));
  }
}
@media screen and (max-width: 1160px) {
  .padding-48-180-20 {
    padding-bottom: calc(50px + 130 * ((100vw - 320px) / 840));
  }
}

.padding-120-260-20 {
  padding: 0 1.25rem;
  padding-top: 120px;
  padding-bottom: 260px;
}
@media screen and (max-width: 1160px) {
  .padding-120-260-20 {
    padding-top: calc(50px + 70 * ((100vw - 320px) / 840));
  }
}
@media screen and (max-width: 1160px) {
  .padding-120-260-20 {
    padding-bottom: calc(50px + 210 * ((100vw - 320px) / 840));
  }
}

.title {
  font-family: var(--font-m-300);
  color: #094279;
  font-size: 2rem;
}

html,
body {
  scrollbar-color: #2f3542 #57606f;
  scrollbar-width: thin;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #57606f;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #2f3542;
  border-radius: 1rem;
}

p {
  font-size: 1rem;
}

.p-16-144 p {
  line-height: 144%;
  font-size: 1rem;
}

.p-18 p {
  font-size: 1.125rem;
}

.p-21 p {
  font-size: 1.313rem;
}

.text {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-21 {
  font-size: 1.313rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-34 {
  font-size: 2.125rem;
}

.radios-h-06 {
  border-radius: 0.6rem;
  overflow: hidden;
}

.intro-logo {
  position: relative;
  width: 300px;
}
.intro-logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 30%;
}
.intro-logo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn {
  background: #094279;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 100%;
  background: #094279;
  font-size: 18px;
  font-family: var(--font-m-500);
  color: #fff;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1160px) {
  .btn {
    font-size: calc(16px + 2 * ((100vw - 320px) / 840));
  }
}
.btn:hover {
  background: #0a57a1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

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

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.pv-container {
  overflow: hidden;
}

.pv-container .pv-block {
  will-change: transform;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.pv-container .pv-block video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pv-container .audio-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.pv-container .audio-icon span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 11px 0 0 2px;
}

.pv-container .audio-icon span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}

.pv-container .audio-icon span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-color: #fff;
  border-style: double;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  transition: all 0.2s ease-out;
}

.pv-container .audio-icon:hover span:before {
  transform: scale(0.8) translate(-3px) rotate(42deg);
}

.pv-container .audio-icon.mute span:before {
  transform: scale(0.5) translate(-15px) rotate(36deg);
  opacity: 0;
}

.tabs__tab_hide {
  display: none;
}
.tabs__tab_show {
  display: flex;
}

.burger-btn {
  position: relative;
  display: flex;
  align-items: center;
  will-change: transform;
}
.burger-btn::before, .burger-btn::after {
  content: "";
  position: absolute;
}
.burger-btn::before {
  transform: translateY(-10px);
}
.burger-btn::after {
  transform: translateY(10px);
}
.burger-btn::before, .burger-btn::after, .burger-btn__item {
  width: 100%;
  height: 2px;
  background: #fff;
  will-change: transform;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.burger-btn_cross {
  width: 36px;
  height: 30px;
}
.burger-btn_cross .burger-btn__item {
  width: 100%;
}
.burger-btn_cross.burger-btn_active::before {
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_cross.burger-btn_active::after {
  transform: translateY(0) rotate(-45deg);
}
.burger-btn_cross.burger-btn_active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.burger-btn_cross-deg {
  width: 36px;
  height: 30px;
}
.burger-btn_cross-deg .burger-btn__item {
  width: 100%;
}
.burger-btn_cross-deg.burger-btn_active::before {
  transform: translateY(0px) rotate(225deg);
}
.burger-btn_cross-deg.burger-btn_active::after {
  transform: translateY(0) rotate(-225deg);
}
.burger-btn_cross-deg.burger-btn_active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.burger-btn_short {
  width: 36px;
  height: 30px;
}
.burger-btn_short::before {
  width: 50%;
}
.burger-btn_short::after {
  width: 30%;
}
.burger-btn_short .burger-btn__item {
  width: 100%;
  transform: translateX(0);
}
.burger-btn_short.burger-btn_active::before {
  width: 100%;
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_short.burger-btn_active::after {
  width: 100%;
  transform: translateY(0) rotate(315deg);
}
.burger-btn_short.burger-btn_active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.mob-menu {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  min-height: 100vh;
  background: rgba(9, 66, 121, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .mob-menu {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
.mob-menu__inner {
  background: #094279;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 4.25rem 3rem;
  transform: translateX(-100%);
  box-shadow: 0.25rem 0px 1rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px) {
  .mob-menu__inner {
    width: 100%;
  }
}
.mob-menu_cross-cancel {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: 0.4s all ease;
}
.mob-menu_cross-cancel::before {
  transform: translateY(0px) rotate(45deg);
}
.mob-menu_cross-cancel::after {
  transform: translateY(0) rotate(-45deg);
}
.mob-menu_cross-cancel:hover {
  transform: rotate(180deg);
}
.mob-menu__list-wrap {
  display: flex;
}
.mob-menu__list {
  width: 100%;
  max-width: 20rem;
}
.mob-menu__list li:not(:last-child) {
  margin-bottom: 2rem;
}
.mob-menu__list a {
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font-m-500);
}
.mob-menu_show {
  opacity: 1;
  visibility: visible;
  pointer-events: painted;
  transition: 0.4s all ease;
}
.mob-menu_show .mob-menu__inner {
  transition: 0.4s all ease;
  transition-delay: 0.3s;
  transform: translateX(0);
}
.mob-menu .lang {
  margin-top: auto;
  margin-left: 0;
}

.checkbox__label {
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
}
.checkbox__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__content {
  background: #27ae60;
}
.checkbox__input:checked + .checkbox__content svg {
  opacity: 1;
}
.checkbox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background: #0a57a1;
  border-radius: 0.313rem;
  transition: 0.3s all ease;
}
.checkbox__content svg {
  transition: 0.3s all ease;
  opacity: 0;
}

.switch__label {
  position: relative;
  display: flex;
  align-items: center;
  width: 80px;
  height: 30px;
  background: #0a57a1;
  border-radius: 3.125rem;
}
.switch__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.switch__input:checked + .switch__content {
  left: calc(100% - 27px);
  background: #27ae60;
}
.switch__content {
  position: absolute;
  left: 3px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #094279;
  transition: 0.3s all ease;
}

.radio:not(:last-child) {
  margin-bottom: 1.375rem;
}
.radio__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.radio__label p {
  margin-left: 0.5rem;
  font-family: var(--font-m-400);
  color: #000;
}
.radio__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.radio__input:checked + .radio__content::after {
  background: #094279;
}
.radio__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid #094279;
  background: transparent;
  border-radius: 50%;
}
.radio__content::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: transparent;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.g-select-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 20rem;
}

.g-select {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-select__current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem 1.25em;
  border: 0.063rem solid #094279;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: var(--font-m-400);
  font-size: 1.125rem;
  color: #094279;
  outline: none;
  border-radius: 0.6rem;
  overflow: hidden;
  cursor: pointer;
}
.g-select__current:focus {
  border-color: #27ae60;
  color: #27ae60;
}
.g-select__list-container {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  display: none;
  width: 100%;
  max-height: 200px;
  padding: 10px 2px 10px 0;
  border-radius: 0.6rem;
  background: #fff;
  border: 0.063rem solid #27ae60;
  overflow: hidden;
}
.g-select__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 2px;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-color: #27ae60 transparent;
  scrollbar-width: thin;
}
.g-select__list::-webkit-scrollbar {
  width: 8px;
}
.g-select__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.g-select__list::-webkit-scrollbar-thumb {
  background: #27ae60;
  border-radius: 1rem;
}
.g-select__list-container_show {
  z-index: 10;
  display: flex;
}
.g-select__item {
  display: flex;
  padding: 0.5rem 1.25em;
  font-size: 1.125rem;
  color: #094279;
  font-family: var(--font-m-400);
  background: #fff;
  transition: 0.3s all ease;
}
.g-select__item:hover {
  color: #000;
  background: #27ae60;
}
.g-select__item_active {
  color: #000;
  background: #27ae60;
}

.header {
  justify-content: center;
  align-items: center;
  background: #094279;
  padding: 0 1.25rem;
  overflow: hidden;
}
.header__inner {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 1rem 0;
  }
}
.header__burger-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__burger-btn {
    display: flex;
  }
}

.nav {
  display: flex;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .nav {
    display: none;
  }
}
.nav__list {
  display: flex;
}
.nav__link {
  display: flex;
  justify-content: center;
  padding: 1.625rem 0.725rem;
  text-transform: uppercase;
  font-family: var(--font-m-500);
  font-size: 0.875rem;
  color: #fff;
  transition: 0.3s all ease;
}
.nav__link:hover {
  background: #0a57a1;
}
.nav__link-active {
  background: #0a57a1;
}

.lang {
  position: relative;
  display: flex;
  margin-left: 160px;
}
@media screen and (max-width: 1024px) {
  .lang {
    margin-left: 0;
  }
}
.lang__link {
  display: flex;
  font-family: var(--font-m-500);
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s all ease;
}
.lang__link:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
}
.lang__link:hover {
  opacity: 1;
}
.lang__main {
  opacity: 1;
}

.footer {
  justify-content: center;
  padding: 0 20px 0 20px;
  padding-bottom: 78px;
}
@media screen and (max-width: 1160px) {
  .footer {
    padding-bottom: calc(50px + 28 * ((100vw - 320px) / 840));
  }
}
.footer__inner {
  flex-direction: column;
}
.footer__logo {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 1.375rem 0;
}
.footer__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 90%;
  height: 1px;
  background: #8d8d8d;
}
.footer__logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  height: 1px;
  background: #8d8d8d;
}
.footer__logo a {
  text-transform: uppercase;
  color: #094279;
  font-size: 2.438rem;
  font-family: var(--font-m-300);
}
.footer__life {
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 0 0 0;
}
@media screen and (max-width: 350px) {
  .footer__life {
    flex-direction: column;
  }
}
.footer__life p {
  padding: var(--font-m-300);
  font-size: 0.875rem;
  color: #8d8d8d;
}
@media screen and (max-width: 350px) {
  .footer__life p {
    margin-bottom: 0.425rem;
  }
}
.footer__life a {
  font-family: var(--font-m-300);
  font-size: 0.875rem;
  color: #8d8d8d;
}
.footer__life a:hover {
  text-decoration: underline;
}
.footer__life i {
  font-style: normal;
  font-weight: bold;
  color: #0a57a1;
}

body {
  background: #fff;
  font-family: var(--font-m-400);
}

.main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.intro-main {
  flex-direction: column;
  align-items: center;
}
.intro-main__logo {
  margin: 0 0 2.25rem 0;
}
.intro-main__inner {
  justify-content: space-between;
}
.intro-main__tab-img-wrap {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 2.938rem;
  position: relative;
  width: 36.25rem;
}
.intro-main__tab-img-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 103%;
}
.intro-main__tab-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 850px) {
  .intro-main__tab-img-wrap {
    align-self: center;
    margin-right: 0;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
  }
  .intro-main__tab-img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 103%;
  }
  .intro-main__tab-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.intro-main__tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.intro-main__tabs .tabs__btn-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2.813rem;
  padding: 2rem 1rem;
  border: 1px solid #8d8d8d;
}
@media screen and (max-width: 600px) {
  .intro-main__tabs .tabs__btn-container {
    padding: 1rem;
    flex-wrap: wrap;
  }
}
.intro-main__tabs .tabs__btn {
  display: flex;
  font-weight: normal;
  font-size: 1rem;
  font-family: var(--font-m-500);
  text-transform: uppercase;
  color: #000;
  transition: 0.3s all ease;
}
.intro-main__tabs .tabs__btn:not(:last-child) {
  margin-right: 2.75rem;
}
@media screen and (max-width: 768px) {
  .intro-main__tabs .tabs__btn:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .intro-main__tabs .tabs__btn:not(:last-child) {
    margin: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .intro-main__tabs .tabs__btn {
    margin: 1rem;
  }
}
.intro-main__tabs .tabs__tab {
  width: 100%;
}
.intro-main__tabs .tabs__tab_show {
  flex-direction: column;
}
.intro-main__tab-content {
  display: flex;
}
.intro-main__tab-content:not(:last-child) {
  margin-bottom: 2.375rem;
}
@media screen and (max-width: 850px) {
  .intro-main__tab-content {
    flex-direction: column;
  }
}
.intro-main__tab-text p {
  color: #000;
}
.intro-main__tab-text p:not(:last-child) {
  margin-bottom: 2.375rem;
}
.intro-main__tab-text-max {
  width: 100%;
  max-width: 33.375rem;
}
@media screen and (max-width: 850px) {
  .intro-main__tab-text-max {
    max-width: 100%;
  }
}

.maintrans {
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0 1.25rem;
}
.maintrans__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.maintrans__tab-img-wrap {
  position: relative;
  width: 36.25rem;
}
.maintrans__tab-img-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 103%;
}
.maintrans__tab-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .maintrans__tab-img-wrap {
    position: relative;
    width: 100%;
  }
  .maintrans__tab-img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 103%;
  }
  .maintrans__tab-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.maintrans__text {
  margin-top: 10vh;
  text-align: center;
}
.maintrans__text p {
  font-size: 1.313rem;
}

.tamplate-intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}
.tamplate-intro__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info {
  justify-content: center;
}
.info__inner {
  flex-direction: column;
  align-items: center;
}
.info__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.75rem;
  line-height: 122%;
  font-size: 80px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-m-500);
  color: #0a57a1;
}
@media screen and (max-width: 1160px) {
  .info__title {
    font-size: calc(24px + 56 * ((100vw - 320px) / 840));
  }
}
@media screen and (max-width: 768px) {
  .info__title {
    margin-bottom: 1.75rem;
  }
}
.info__title::after {
  content: "";
  display: flex;
  width: 30%;
  height: 2px;
  margin-top: 3.125rem;
  background: #000;
}
@media screen and (max-width: 768px) {
  .info__title::after {
    margin-top: 1.75rem;
  }
}
.info__quot {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .info__quot {
    margin-bottom: 4.5rem;
  }
}
.info__quot p {
  font-size: 24px;
  text-align: center;
  line-height: 162%;
  font-family: var(--font-m-300);
  font-style: italic;
  color: #083560;
}
@media screen and (max-width: 1160px) {
  .info__quot p {
    font-size: calc(16px + 8 * ((100vw - 320px) / 840));
  }
}
@media screen and (max-width: 768px) {
  .info__quot p {
    line-height: 142%;
  }
}
.info__card-container {
  grid-column-gap: 5.875rem;
  grid-row-gap: 3.875rem;
}
.info__card-container:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 850px) {
  .info__card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .info__card-container {
    grid-row-gap: 1.875rem;
  }
}
.info__card p {
  color: #000;
}
.info__card p:not(:last-child) {
  margin-bottom: 2rem;
}
.info__card-title {
  font-family: var(--font-m-500);
  margin-bottom: 1.313rem;
  line-height: 115%;
  font-size: 1.25rem;
  color: #0a57a1;
}

.form-page {
  justify-content: center;
}
.form-page__inner {
  flex-direction: column;
  align-items: center;
}

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 42rem;
}
.form__input-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.188rem;
}
.form__radio-wrap {
  margin-bottom: 3.188rem;
}
.form__label {
  margin-bottom: 14px;
  line-height: 128%;
  font-family: var(--font-m-400);
  font-size: 1.125rem;
  color: #000;
}
@media screen and (max-width: 600px) {
  .form__label {
    font-size: 1rem;
  }
}
.form__radio-label {
  display: flex;
  margin-bottom: 14px;
  line-height: 128%;
  font-family: var(--font-m-400);
  font-size: 1.125rem;
  color: #000;
}
@media screen and (max-width: 600px) {
  .form__radio-label {
    font-size: 1rem;
  }
}
.form__input {
  width: 100%;
  height: 50px;
  padding: 0 1rem;
  border: none;
  outline: none;
  background: #f7f7f7;
  font-family: var(--font-m-400);
  color: #000;
}
.form__textarea-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3.625rem;
}
.form__textarea {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 1rem;
  font-family: var(--font-m-400);
  border: none;
  outline: none;
  background: #f7f7f7;
  resize: vertical;
}
@media screen and (max-width: 600px) {
  .form__textarea {
    min-height: 280px;
  }
}
.form__btn {
  align-self: center;
  padding: 1.25rem 3.2em;
}
.form__btn:hover {
  background: #0a57a1;
}

.denger .form__input, .denger .form__textarea {
  background: #c0392b;
  color: #fff;
}

.main-wrap-404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-wrap-404 .main {
  margin-bottom: auto;
}
.main-wrap-404 .footer {
  margin-top: 1rem;
}

.page-404 {
  justify-content: center;
  align-items: center;
}
.page-404__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-404__inner p {
  color: #000;
  font-size: 1.125rem;
  margin-bottom: 6.5rem;
}
.page-404__title {
  position: relative;
  margin-top: 6.25rem;
  font-family: var(--font-m-200);
  font-weight: lighter;
  font-size: 320px;
  color: #094279;
}
@media screen and (max-width: 1160px) {
  .page-404__title {
    font-size: calc(100px + 220 * ((100vw - 320px) / 840));
  }
}
.page-404__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #fff, transparent);
}
.page-404__btn {
  padding: 1.25rem 2.4em;
}

.style-guide {
  flex-direction: column;
  align-items: center;
}
.style-guide__item {
  display: flex;
  align-items: flex-start;
}
.style-guide__item:not(:last-child) {
  margin-right: 1rem;
}
.style-guide__link {
  position: fixed;
  top: 1.25rem;
  right: 0;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  background: #094279;
  border-radius: 0.625rem 0 0 0.625rem;
  box-shadow: 0 0.375rem 0.625rem #0a57a1;
  color: #fff;
  font-family: var(--font-m-400);
}
.style-guide .adap-img {
  margin-right: 1.25rem;
}
/*# sourceMappingURL=main.css.map */
