/*!
Theme Name: gbs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gbs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gbs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --black-headings: #021F2D;
  --black-footer: #000910;
  --black-body-text: #3F4A50;
  --blue-text: #049BE5;
  --white-text: #fff;
  --blue-200-main: #049BE5;
  --blue-300-main: #0088CB;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v48-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v48-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v48-latin-500.woff2") format("woff2"), url("../fonts/roboto-v48-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v48-latin-600.woff2") format("woff2"), url("../fonts/roboto-v48-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v30-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-condensed-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-condensed-v30-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-condensed-v30-latin-600.woff2") format("woff2"), url("../fonts/roboto-condensed-v30-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/roboto-condensed-v30-latin-600italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v30-latin-600italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
.radius-4 {
  border-radius: 0.25rem;
}

.radius-8 {
  border-radius: 0.5rem;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #000910;
}

.padding-vert {
  padding: 4.5rem 0;
}
@media (min-width: 1025px) {
  .padding-vert {
    padding: 5rem 0;
  }
}

.text-white {
  color: #ffffff;
}
.text-white .headline_default * {
  color: #ffffff;
}

.hero-product__item .img_default > img, .double-column-text__item .img_default > img, .hero-category__item .img_default > img, .jobs__item .img_default > img, .hero-center-slider__item .img_default > img, .hero-applications__item .img_default > img, .faq .img_default > img, .double-img-text__item .img_default > img, .worldwide-locations__item .img_default > img, section > div.blog__item .img_default > img, .reviews-card-big__img .img_default img, .reviews-card .img_default img, .solutions-slider__item .img_default img, .text-img__item .img_default > img, .hero-text-img__item .img_default > img, .about-cards__item .img_default > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.site-footer__links .menu, .site-footer__menu .menu, #mobileMenu .main-menu-dropdown-mob-4lvl, #mobileMenu .main-menu-dropdown-mob-3lvl, #mobileMenu .main-menu-dropdown-mob-2lvl, #mobileMenu .site-header__main-menu-mob {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-list .products-grid .product-item .product-card .btn_default .btn-link:before, .cta-footer__bg, .product-card .btn_default .btn-link:before, .product-categories__item .btn-link:before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: normal;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #3F4A50;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: 0;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  color: #021F2D;
  word-break: break-word;
}

h1, .headline_h1 > * {
  line-height: 1.2;
  font-size: 1.875rem;
  letter-spacing: -0.3px;
  font-weight: 500;
  color: #021F2D;
  word-break: break-word;
}
@media (min-width: 1025px) {
  h1, .headline_h1 > * {
    font-size: 3rem;
    letter-spacing: -0.48px;
  }
}

.h1 {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.2 !important;
  font-size: 1.875rem !important;
  word-break: break-word;
}
@media (min-width: 1025px) {
  .h1 {
    font-size: 3rem !important;
  }
}

h2, .headline_h2 > * {
  line-height: 1.3;
  font-size: 1.5rem;
  color: #021F2D;
  font-weight: 500;
  word-break: break-word;
}
@media (min-width: 1025px) {
  h2, .headline_h2 > * {
    font-size: 2rem;
  }
}

.h2 {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.3 !important;
  font-size: 1.5rem !important;
  word-break: break-word;
}
@media (min-width: 1025px) {
  .h2 {
    font-size: 2rem !important;
  }
}

h3, .headline_h3 > * {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.3 !important;
  font-size: 1.25rem !important;
  word-break: break-word;
}
@media (min-width: 1025px) {
  h3, .headline_h3 > * {
    font-size: 1.5rem !important;
  }
}

h4, .headline_h4 > * {
  line-height: 1.6;
  font-size: 1.125rem;
  font-weight: 600;
  color: #021F2D;
  word-break: break-word;
}
@media (min-width: 1025px) {
  h4, .headline_h4 > * {
    font-size: 1.25rem;
  }
}

.h4 {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6 !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #021F2D !important;
  word-break: break-word;
}
@media (min-width: 1025px) {
  .h4 {
    font-size: 1.25rem !important;
  }
}

.text_additional {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.28px;
  color: var(--black-body-text, #3F4A50);
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.subheadline_default {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #049BE5;
  word-break: break-word;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.white-space-nowrap {
  white-space: nowrap;
}

p {
  margin: 0;
}

* {
  word-break: break-word;
}

.text_default {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.text_default ul, .text_default ol {
  margin: 0;
}
.text_default a {
  color: #049BE5;
}
.text_default_sm {
  font-size: 0.875rem;
}
.text_default_lg {
  font-size: 1.125rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #EDF0F3;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  max-width: 100vw;
  overflow: hidden;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.popup-overlay.active {
  display: flex;
  opacity: 1;
}

.popup-content {
  display: flex;
  overflow: hidden;
  background: #fff;
  padding: 4px;
  max-width: 90%;
  max-height: 90%;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  text-align: center;
}
.popup-content > div {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .popup-content {
    max-width: 98vw;
    max-height: 98vh;
  }
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
@media (min-width: 1025px) {
  .popup-header {
    padding: 16px 24px;
  }
}

.popup-title {
  color: var(--black-footer, #000910);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  margin: 0;
  text-align: left;
  max-width: -webkit-fill-available;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .popup-title {
    max-width: unset;
    overflow: unset;
    font-size: 32px;
  }
}

.popup-close {
  padding: 9px;
  background: none;
  border: none;
  cursor: pointer;
}

.popup-body {
  display: flex;
}
.popup-body img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 4px;
  max-width: 95vw;
  max-height: 89vh;
}

.popup-trigger-icon {
  display: flex;
  z-index: 3;
  border-radius: 32px;
  background: #FFF;
  padding: 16px;
  position: absolute;
  visibility: hidden;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
}

.popup-img-wrap {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.popup-img-wrap .popup-trigger {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.popup-img-wrap:hover .popup-trigger-icon {
  visibility: visible;
}
.popup-img-wrap:hover img.popup-trigger {
  transform: scale(1.05);
}

.popup-trigger {
  cursor: url("/wp-content/uploads/2025/08/cursour.svg") 16 16, auto !important;
}

#download-popup, #success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  /* ===== Base Input Styles ===== */
  /* ===== Placeholder ===== */
  /* ===== Focus State ===== */
  /* ===== Active (typing) State ===== */
  /* ===== Error State ===== */
  /* ===== Error Message ===== */
  /* ===== Label Styles ===== */
  /* ===== Textarea Reset Height ===== */
  /* Close button */
}
#download-popup .form-grid .form-field, #success-popup .form-grid .form-field {
  margin-top: 1rem;
}
#download-popup.hidden, #success-popup.hidden {
  display: none;
}
#download-popup .popup-content input[type=text],
#download-popup .popup-content input[type=email],
#download-popup .popup-content input[type=tel],
#download-popup .popup-content textarea, #success-popup .popup-content input[type=text],
#success-popup .popup-content input[type=email],
#success-popup .popup-content input[type=tel],
#success-popup .popup-content textarea {
  border-radius: 4px;
  border: 1px solid var(--gray-background, #EDF0F3);
  outline: none;
  height: 56px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: Roboto;
  font-size: 16px;
  line-height: 160%;
  color: var(--black-headings, #021F2D);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  transition: border 0.2s ease;
  margin-top: 4px;
}
#download-popup .popup-content input::-moz-placeholder, #download-popup .popup-content textarea::-moz-placeholder, #success-popup .popup-content input::-moz-placeholder, #success-popup .popup-content textarea::-moz-placeholder {
  color: var(--Dark-gray, #8B959F);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
#download-popup .popup-content input::placeholder,
#download-popup .popup-content textarea::placeholder, #success-popup .popup-content input::placeholder,
#success-popup .popup-content textarea::placeholder {
  color: var(--Dark-gray, #8B959F);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
#download-popup .popup-content input:focus,
#download-popup .popup-content textarea:focus, #success-popup .popup-content input:focus,
#success-popup .popup-content textarea:focus {
  border: 1px solid var(--Blue-100, #C6DCF2);
  outline: 2px solid var(--Blue-100, #C6DCF2);
  outline-offset: 0;
}
#download-popup .popup-content input:not(:-moz-placeholder):not([aria-invalid=true]), #download-popup .popup-content textarea:not(:-moz-placeholder):not([aria-invalid=true]), #success-popup .popup-content input:not(:-moz-placeholder):not([aria-invalid=true]), #success-popup .popup-content textarea:not(:-moz-placeholder):not([aria-invalid=true]) {
  border: 1px solid var(--blue-200-main, #049BE5);
  outline: 1px solid var(--blue-200-main, #049BE5);
}
#download-popup .popup-content input:not(:placeholder-shown):not([aria-invalid=true]),
#download-popup .popup-content textarea:not(:placeholder-shown):not([aria-invalid=true]), #success-popup .popup-content input:not(:placeholder-shown):not([aria-invalid=true]),
#success-popup .popup-content textarea:not(:placeholder-shown):not([aria-invalid=true]) {
  border: 1px solid var(--blue-200-main, #049BE5);
  outline: 1px solid var(--blue-200-main, #049BE5);
}
#download-popup .popup-content input[aria-invalid=true],
#download-popup .popup-content textarea[aria-invalid=true], #success-popup .popup-content input[aria-invalid=true],
#success-popup .popup-content textarea[aria-invalid=true] {
  border: 1px solid #EF5350;
}
#download-popup .popup-content .wpcf7-not-valid-tip,
#download-popup .popup-content .wpcf7-response-output, #success-popup .popup-content .wpcf7-not-valid-tip,
#success-popup .popup-content .wpcf7-response-output {
  color: #EF5350;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 4px;
}
#download-popup .popup-content label, #success-popup .popup-content label {
  color: var(--black-headings, #021F2D);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  display: block;
  text-align: left;
}
#download-popup .popup-content textarea, #success-popup .popup-content textarea {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}
#download-popup .wpcf7-acceptance .wpcf7-list-item-label, #success-popup .wpcf7-acceptance .wpcf7-list-item-label {
  color: var(--black-headings, #021F2D);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
#download-popup .form-checkbox, #success-popup .form-checkbox {
  margin: 24px 0;
}
@media (min-width: 1025px) {
  #download-popup .form-checkbox, #success-popup .form-checkbox {
    margin: 32px 0;
  }
}
#download-popup .form-checkbox label, #success-popup .form-checkbox label {
  display: flex;
}
#download-popup .form-checkbox input[type=checkbox], #success-popup .form-checkbox input[type=checkbox] {
  margin-right: 12px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #049BE5;
  background: #FFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
#download-popup .form-checkbox input[type=checkbox]:hover, #success-popup .form-checkbox input[type=checkbox]:hover {
  border-color: #049be5;
  background-color: #f0faff;
}
#download-popup .form-checkbox input[type=checkbox]:active, #success-popup .form-checkbox input[type=checkbox]:active {
  background-color: #dff4ff;
  border-color: #049be5;
}
#download-popup .form-checkbox input[type=checkbox]:checked, #success-popup .form-checkbox input[type=checkbox]:checked {
  background-color: #049be5;
  border-color: #049be5;
}
#download-popup .form-checkbox input[type=checkbox]:checked::after, #success-popup .form-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#download-popup .form-checkbox input[type=checkbox]:disabled, #success-popup .form-checkbox input[type=checkbox]:disabled {
  background-color: #f3f3f3;
  border-color: #ddd;
  cursor: not-allowed;
}
#download-popup .form-checkbox input[type=checkbox]:disabled::after, #success-popup .form-checkbox input[type=checkbox]:disabled::after {
  border-color: #aaa;
}
#download-popup .form-checkbox input[type=checkbox]:focus, #success-popup .form-checkbox input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(4, 155, 229, 0.3);
}
#download-popup .popup-overlay, #success-popup .popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#download-popup .popup-content, #success-popup .popup-content {
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 56px 20px 20px;
  width: 646px;
  max-width: 90%;
  max-height: 90%;
  text-align: left;
  overflow-y: scroll;
}
@media (min-width: 1025px) {
  #download-popup .popup-content, #success-popup .popup-content {
    padding: 56px;
    overflow-y: unset;
  }
}
#download-popup .popup-overlay, #success-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
#download-popup .popup-close, #success-popup .popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10002;
}
#download-popup .acceptanceCustom, #success-popup .acceptanceCustom {
  margin-top: 1rem;
}
#download-popup .acceptanceCustom .wpcf7-list-item, #success-popup .acceptanceCustom .wpcf7-list-item {
  margin-left: 0;
}
#download-popup .acceptanceCustom input[type=checkbox], #success-popup .acceptanceCustom input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#download-popup .acceptanceCustom .wpcf7-list-item > label, #success-popup .acceptanceCustom .wpcf7-list-item > label {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 34px;
  line-height: 1.4;
}
#download-popup .acceptanceCustom .wpcf7-list-item-label, #success-popup .acceptanceCustom .wpcf7-list-item-label {
  position: relative;
}
#download-popup .acceptanceCustom .wpcf7-list-item-label::before, #success-popup .acceptanceCustom .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 2px;
  width: 22px;
  height: 22px;
  border: 1px solid #EDF0F3;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
#download-popup .acceptanceCustom .wpcf7-list-item-label::after, #success-popup .acceptanceCustom .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 2px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'>          <rect x='0.5' y='0.5' width='23' height='23' rx='3.5' fill='%23049BE5'/>          <rect x='0.5' y='0.5' width='23' height='23' rx='3.5' stroke='%23EDF0F3'/>          <path d='M7 12L9.29289 14.2929C9.68342 14.6834 10.3166 14.6834 10.7071 14.2929L17 8' stroke='white' stroke-width='2' stroke-linecap='round'/>        </svg>") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#download-popup .acceptanceCustom .wpcf7-list-item > label:hover .wpcf7-list-item-label::before, #success-popup .acceptanceCustom .wpcf7-list-item > label:hover .wpcf7-list-item-label::before {
  border-color: #049BE5;
}
#download-popup .acceptanceCustom input[type=checkbox]:checked + .wpcf7-list-item-label::after, #success-popup .acceptanceCustom input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#download-popup .form-wrap, #success-popup .form-wrap {
  display: block;
}
@media (min-width: 1025px) {
  #download-popup .form-wrap, #success-popup .form-wrap {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

#success-popup .doneIco {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
#success-popup .popup-content {
  text-align: center;
}
#success-popup .headline_default {
  font-weight: 500;
}
#success-popup .success-close {
  margin-top: 1.5rem;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
.site embed,
.site iframe,
.site object {
  max-width: 100%;
}
.site img {
  height: auto;
  max-width: 100%;
}
.site figure {
  margin: 0;
}
.site .img_default > img {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:visited, a:hover, a:focus, a:active {
  outline: none;
}
a:focus-visible {
  outline: 1px solid #000000;
  outline-offset: 2px;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.btn_default {
  line-height: 0;
}

.btn {
  border: none;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 1rem 1.5rem 1rem 2rem;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media (min-width: 576px) {
  .btn {
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
  }
}
.btn_primary {
  background-color: #049BE5;
  color: #ffffff;
}
.btn_primary:hover {
  background-color: #0088CB;
}

button.btn {
  justify-content: center;
}
@media (max-width: 576px) {
  button.btn {
    width: 100%;
  }
}
button.btn_primary {
  background-color: #049BE5;
  color: #ffffff;
}
button.btn_primary:hover {
  background-color: #0088CB;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid #049BE5;
  padding-bottom: 0.5rem;
}
.btn-link_primary {
  color: #049BE5;
}
.btn-link_primary svg path {
  transition: stroke 0.3s ease;
  stroke: #049BE5;
}
.btn-link_primary:hover {
  color: #0088CB;
  border-color: #0088CB;
}
.btn-link_primary:hover path {
  stroke: #0088CB;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
@keyframes load-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 0.75rem 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
  color: #ffffff;
}
.site-header_white, .site-header_bg {
  background-color: #ffffff;
  color: #021F2D;
}
.site-header_white .site-header__sublogo, .site-header_bg .site-header__sublogo {
  border-right: 1px solid rgba(0, 0, 0, 0.24);
  border-left: 1px solid rgba(0, 0, 0, 0.24);
}
.site-header_white .site-header__sublogo .sl-light, .site-header_bg .site-header__sublogo .sl-light {
  display: none;
}
.site-header_white .site-header__sublogo .sl-dark, .site-header_bg .site-header__sublogo .sl-dark {
  display: block;
}
.site-header_white .site-header__lang svg path, .site-header_bg .site-header__lang svg path {
  stroke: #021F2D;
}
.site-header_white .site-header__lang .lang-switch, .site-header_bg .site-header__lang .lang-switch {
  color: var(--black-headings, #021F2D) !important;
}
.site-header_white .site-header__burger span, .site-header_white .site-header__burger::before, .site-header_white .site-header__burger::after, .site-header_bg .site-header__burger span, .site-header_bg .site-header__burger::before, .site-header_bg .site-header__burger::after {
  background-color: #021F2D;
}
.site-header_white .site-header__logo .logo-second-color, .site-header_bg .site-header__logo .logo-second-color {
  fill: #5E453D;
}
.site-header_white .site-header__logo .logo-color, .site-header_bg .site-header__logo .logo-color {
  fill: #2F2B22;
}
.site-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.site-header__logo {
  display: block;
  line-height: 0;
}
.site-header__logo svg {
  width: 6.3125rem;
  height: 3.3125rem;
}
@media (min-width: 1025px) {
  .site-header__logo svg {
    width: 7.875rem;
    height: 4.1875rem;
  }
}
.site-header__sublogo {
  display: none;
  line-height: 0;
}
.site-header__sublogo .sl-light {
  display: block;
}
.site-header__sublogo .sl-dark {
  display: none;
}
@media (min-width: 1025px) {
  .site-header__sublogo {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    padding: 1rem 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.site-header__lang {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.site-header__lang .lang-switch {
  color: #FFF;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.site-header__burger-menu {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  cursor: pointer;
}
.site-header__burger-icon {
  padding: 0.6875rem 0.5rem;
}
.site-header__burger {
  display: block;
  position: relative;
  z-index: 120;
  width: 23px;
  height: 17px;
}
.site-header__burger span, .site-header__burger::before, .site-header__burger::after {
  left: 0;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
}
.site-header__burger::before, .site-header__burger::after {
  content: "";
  transition: all 0.3s ease 0s;
}
.site-header__burger::before {
  top: 0;
}
.site-header__burger::after {
  bottom: 0;
}
.site-header__burger span {
  top: 50%;
  transform: scale(1) translate(0, -50%);
}
.site-header__burger._active span {
  transform: scale(0) translate(0, -50%);
  display: none;
  opacity: 0;
}
.site-header__burger._active::before {
  top: 0;
  transform: rotate(-45deg) translate(-50%, 0);
  left: 9px;
}
.site-header__burger._active::after {
  transform: rotate(45deg) translate(-50%, 0);
  left: 9px;
  top: 16px;
}

body._active .site-header {
  background-color: #ffffff;
  color: #021F2D;
}
body._active .site-header .site-header__lang svg path {
  stroke: #021F2D;
}
body._active .site-header .site-header__lang .lang-switch {
  color: var(--black-headings, #021F2D) !important;
}
body._active .site-header .site-header__burger span, body._active .site-header .site-header__burger::before, body._active .site-header .site-header__burger::after {
  background-color: #021F2D;
}
body._active .site-header .site-header__logo .logo-color {
  fill: #2F2B22;
}
body._active .site-header .site-header__logo .logo-second-color {
  fill: #5E453D;
}
body._active .site-header .site-header__sublogo {
  border-right: 1px solid rgba(0, 0, 0, 0.24);
  border-left: 1px solid rgba(0, 0, 0, 0.24);
}
body._active .site-header .site-header__sublogo .sl-light {
  display: none;
}
body._active .site-header .site-header__sublogo .sl-dark {
  display: block;
}

#customMenu {
  display: none;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  margin-top: 91px;
  animation: load-opacity ease 0.3s;
}
#customMenu .customMenuWrap {
  border-left: 2px solid #076695;
  background: #FFF;
  padding: 24px 0 40px;
}
#customMenu .menu-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 3.25rem;
}
#customMenu .menu-wrapper ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#customMenu .menu-wrapper .dashed-line-custom {
  height: 1px;
  background-image: repeating-linear-gradient(to right, #8B959F, #8B959F 4px, transparent 8px);
  width: 100%;
  margin: 2rem 0;
}
#customMenu .menu-wrapper .desktop-menu {
  margin-bottom: 0;
  padding: 0.5rem;
  border-radius: 4px;
  background: var(--gray-background, #EDF0F3);
}
#customMenu .menu-wrapper .desktop-menu a.btn, #customMenu .menu-wrapper .desktop-menu a.menu-view-all {
  display: none;
}
#customMenu .menu-wrapper .desktop-menu li {
  padding: 10px 50px 10px 12px;
}
#customMenu .menu-wrapper .desktop-menu li:hover a {
  color: var(--blue-200-main, #049BE5);
}
#customMenu .menu-wrapper .desktop-menu li a {
  display: block;
  color: var(--black-headings, #021F2D);
  text-decoration: none;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
#customMenu .menu-wrapper .desktop-menu li ul.submenu {
  display: none;
}
#customMenu .menu-wrapper .desktop-menu li.menu-item-has-children {
  position: relative;
}
#customMenu .menu-wrapper .desktop-menu li.menu-item-has-children::after {
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  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 d='M9.75 18L14.5728 13.0606C15.1424 12.4773 15.1424 11.5227 14.5728 10.9394L9.75 6' stroke='%23021F2D' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
#customMenu .menu-wrapper .desktop-menu li.menu-item-has-children:hover::after {
  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 d='M9.75 18L14.5728 13.0606C15.1424 12.4773 15.1424 11.5227 14.5728 10.9394L9.75 6' stroke='%23049BE5' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#customMenu .menu-wrapper .menu-right-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
#customMenu .menu-wrapper .menu-right-column .menu-column-image img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 451/258;
}
#customMenu .menu-wrapper .menu-right-column .menu-column-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#customMenu .menu-wrapper .menu-right-column .menu-column-block a.menu-level-3-similar {
  text-decoration: none;
  color: var(--black-body-text, #3F4A50);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
#customMenu .menu-wrapper .menu-right-column .menu-column-block .headline_h3 {
  color: var(--black-headings, #021F2D);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}
#customMenu .menu-wrapper .menu-right-column .menu-column-block .headline_h3:hover {
  color: #049BE5;
}
#customMenu .menu-wrapper .menu-right-column .menu-column-block ul {
  margin-top: 4px;
  margin-bottom: 0;
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
}
#customMenu .menu-wrapper .menu-right-column .menu-column-block ul li a {
  color: var(--black-body-text, #3F4A50);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
#customMenu .menu-wrapper .menu-right-column .menu-column-block ul li a:hover {
  color: #049BE5;
}
#customMenu .menu-wrapper .menu-right-column a.btn-link {
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1025px) {
  body._active #customMenu {
    display: block;
  }
}

#mobileMenu .menu-img-wrap-mob {
  padding: 2px 2px 20px;
  display: flex;
}
#mobileMenu .menu-img-wrap-mob img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 343/258;
}
#mobileMenu .view-all-btn-mob {
  padding-left: 1px;
  padding-right: 1px;
}
#mobileMenu .view-all-btn-lvl2 svg {
  rotate: none !important;
  transform: none !important;
}
#mobileMenu .main-menu-dropdown-container-mob {
  margin-top: 77px;
  position: fixed;
  background: #FFF;
  inset: 0;
  z-index: 5;
  animation: load-opacity forwards 0.5s;
  display: none;
  height: calc(var(--vh, 1vh) * 100);
}
#mobileMenu .main-menu-dropdown-container-mob.active {
  display: block;
}
@media (min-width: 1025px) {
  #mobileMenu .main-menu-dropdown-container-mob.active {
    display: none;
  }
}
@media (min-width: 1025px) {
  #mobileMenu .main-menu-dropdown-container-mob {
    display: none;
  }
}
#mobileMenu .main-menu-dropdown-container-mob .main-menu-dropdown-inner-mob {
  position: absolute;
  inset: 0;
  overflow: hidden;
  margin: 10px 1rem 2rem;
}
#mobileMenu .main-menu-dropdown-col-mob {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
  transform: translate3d(0, 0, 0);
}
#mobileMenu .main-menu-dropdown-col-mob.hide {
  transform: translate3d(-100%, 0, 0);
}
#mobileMenu .main-menu-dropdown-col-mob:not(.main-menu-dropdown-subcol-mob) .main-menu-dropdown-links-mob > .main-menu-dropdown-head-mob {
  display: none;
}
#mobileMenu .main-menu-dropdown-subcol-mob {
  transition: transform 0.4s ease;
  transform: translate3d(100%, 0, 0);
}
#mobileMenu .main-menu-dropdown-subcol-mob.active {
  transform: translate3d(0, 0, 0);
}
#mobileMenu .site-header__main-menu-mob {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#mobileMenu .site-header__main-menu-mob .menu-item {
  position: relative;
}
#mobileMenu .site-header__main-menu-mob .menu-item a:not(.btn-link) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 1.25rem;
  color: var(--black-headings, #021F2D);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  padding: 14px 12px;
}
#mobileMenu .site-header__main-menu-mob .menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #8B959F, #8B959F 4px, transparent 4px, transparent 8px);
}
#mobileMenu .site-header__main-menu-mob .menu-item a {
  padding: 10px 12px;
}
#mobileMenu .main-menu-dropdown-mob-2lvl {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.menu-item-has-children > a:not(.btn-link), #mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.submenu-item-3lvl.menu-item-has-children > a:not(.btn-link) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 1.25rem;
  color: var(--black-headings, #021F2D);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.menu-item-has-children > a:not(.btn-link) svg, #mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.submenu-item-3lvl.menu-item-has-children > a:not(.btn-link) svg {
  transform: rotate(90deg);
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.submenu-item-3lvl.menu-item-has-children {
  position: relative;
  padding: 20px 0;
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.submenu-item-3lvl.menu-item-has-children:last-child {
  margin-bottom: 16px;
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.submenu-item-3lvl.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 8px);
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.submenu-item-3lvl:not(.menu-item-has-children) {
  font-size: 1rem;
  color: var(--black-body-text, #3F4A50);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.submenu-item-3lvl:not(.menu-item-has-children):first-child {
  margin-top: 20px;
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.submenu-item-3lvl:not(.menu-item-has-children):last-child {
  margin-bottom: 12px;
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.submenu-item-3lvl:not(.menu-item-has-children) a {
  font-size: 1rem;
  color: var(--black-body-text, #3F4A50);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding: 0;
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.active .main-menu-dropdown-mob-3lvl {
  display: flex;
  max-height: 1000px;
}
#mobileMenu .main-menu-dropdown-mob-2lvl .menu-item.active > a:not(.btn-link) svg {
  transform: rotate(-90deg);
}
#mobileMenu .main-menu-dropdown-mob-3lvl {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 16px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}
#mobileMenu .main-menu-dropdown-mob-3lvl .menu-item > a:not(.btn-link) {
  font-size: 1rem;
  color: var(--black-body-text, #3F4A50);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding: 0;
}
#mobileMenu .main-menu-dropdown-mob-3lvl .main-menu-dropdown-head-mob {
  color: #049BE5;
  padding: 0;
  display: none;
}
#mobileMenu .main-menu-dropdown-mob-4lvl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0.75rem;
}
#mobileMenu .main-menu-dropdown-mob-4lvl .menu-item a {
  color: #049BE5;
}
#mobileMenu .main-menu-dropdown-head-mob {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  color: #049BE5;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
#mobileMenu .main-menu-dropdown-head-mob svg {
  transform: rotate(180deg);
  margin-right: 10px;
}
#mobileMenu .main-menu-dropdown-head-mob svg path {
  stroke: #049BE5;
}

#hero-center-popup .popup-content {
  padding: 20px;
}
@media (min-width: 1025px) {
  #hero-center-popup .popup-content {
    padding: 24px;
  }
}
#hero-center-popup .popup-content .popup-header {
  padding: 0;
}
#hero-center-popup .popup-content .popup-header .popup-title {
  font-size: 24px;
  color: var(--black-headings, #021F2D);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 1025px) {
  #hero-center-popup .popup-content .popup-header .popup-title {
    font-size: 32px;
  }
}
#hero-center-popup .popup-content .popup-body {
  margin-top: 1.5rem;
  border-radius: 4px;
  overflow: hidden;
  flex-direction: column;
}
#hero-center-popup .popup-content .popup-body img.popup-image {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 302/255;
}
@media (min-width: 1025px) {
  #hero-center-popup .popup-content .popup-body img.popup-image {
    aspect-ratio: 893/255;
  }
}
#hero-center-popup .popup-content .popup-body .popup-meta {
  flex-direction: column;
  background: var(--Blue-100, #C6DCF2);
  display: flex;
  justify-content: space-between;
  padding: 4px 16px 6px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  #hero-center-popup .popup-content .popup-body .popup-meta {
    flex-direction: row;
    align-items: center;
  }
}
#hero-center-popup .popup-content .popup-body .popup-name {
  color: var(--black-headings, #021F2D);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #hero-center-popup .popup-content .popup-body .popup-name {
    margin-top: 0;
  }
}
#hero-center-popup .popup-content .popup-body .popup-logo {
  margin-top: 4px;
}
@media (min-width: 768px) {
  #hero-center-popup .popup-content .popup-body .popup-logo {
    margin-top: 0;
  }
}
#hero-center-popup .popup-content .popup-body .popup-dimensions {
  position: relative;
  display: flex;
  padding-top: 9px;
}
#hero-center-popup .popup-content .popup-body .popup-dimensions * {
  color: var(--black-headings, #021F2D);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
#hero-center-popup .popup-content .popup-body .popup-dimensions .popup-dimensions-height {
  position: absolute;
  top: 5px;
  left: 18px;
}
#hero-center-popup .popup-content .popup-body .popup-dimensions .popup-dimensions-width {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.glossar-page-container {
  padding: 6.25rem 0 2.5rem;
}
@media (min-width: 768px) {
  .glossar-page-container {
    padding: 6.875rem 0 2.5rem;
  }
}

.site-footer {
  position: relative;
  z-index: 4;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
@media (min-width: 1025px) {
  .site-footer__top {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.625rem;
    padding: 4rem 0;
  }
}
.site-footer__logo {
  display: block;
}
.site-footer__logo svg {
  width: 5.6875rem;
  height: 3.0625rem;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer__col > .text_default {
  font-size: 0.75rem;
  color: #ffffff;
}
.site-footer__col > .text_default a {
  text-decoration: none;
  color: #8B959F;
}
.site-footer__title {
  margin-bottom: 0.75rem;
}
.site-footer__menu .menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-footer__menu .menu .menu-item a {
  text-decoration: none;
  color: #ffffff;
}
.site-footer__menu .menu .menu-item a:hover {
  opacity: 0.9;
}
.site-footer__info .text_default {
  color: #ffffff;
}
.site-footer__info .text_default a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer__info .text_default a[href^="mailto:"] {
  text-decoration: underline;
}
.site-footer__info .text_default a:hover {
  opacity: 0.9;
}
.site-footer__map {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.site-footer__map .footer-map__toggle {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0;
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.site-footer__map .footer-map__toggle:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
.site-footer__map .footer-map__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer__map .footer-map__image--fallback {
  background: linear-gradient(135deg, #1b2631, #0f161c);
  aspect-ratio: 320/190;
}
.site-footer__map .footer-map__toggle-label {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  background: rgba(20, 20, 20, 0.85);
  color: #ffffff;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  font-size: 0.85rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.site-footer__map.is-loaded .footer-map__toggle {
  display: none;
}
.site-footer__map iframe {
  border: none;
  width: 100%;
  height: auto;
  aspect-ratio: 320/190;
}
.site-footer__bottom {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.site-footer__copyright {
  font-size: 0.75rem;
  color: #8B959F;
}
.site-footer__links .menu {
  line-height: 0;
  display: flex;
  gap: 0.5rem;
}
.site-footer__links .menu .menu-item a {
  text-decoration: none;
  color: #8B959F;
  font-size: 0.75rem;
  line-height: 1.6;
}

.error-404 {
  margin-top: 77px;
}
@media (min-width: 1025px) {
  .error-404 {
    margin-top: 91px;
  }
}
.error-404__grid {
  margin-top: 72px;
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2.5rem;
}
@media (min-width: 1025px) {
  .error-404__grid {
    grid-gap: 8.125rem;
    margin-top: 150px;
    margin-bottom: 150px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.error-404__col {
  overflow: hidden;
  position: relative;
}
.error-404__col .img_default {
  margin-top: 2.5rem;
}
.error-404__col .btn_primary {
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 1280px) {
  .error-404__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.error-404__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .error-404__col .colored-lines {
    margin-bottom: 0.5rem;
  }
}

.searchResultPage .cta-footer {
  overflow: hidden;
}
.searchResultPage .search-results {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .searchResultPage .search-results {
    margin-bottom: 80px;
  }
}

.search-hero {
  position: relative;
  background: linear-gradient(276deg, #03202e 23.26%, #074e71 95.87%, #0a71a4 138.49%);
  padding: 4.8125rem 0 4rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .search-hero {
    background: linear-gradient(256deg, #03202e 53.26%, #074e71 95.87%, #0a71a4 138.49%);
    padding: 5.86rem 0 5rem;
  }
}
.search-hero__wrap {
  z-index: 3;
  position: relative;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .search-hero__wrap {
    margin-bottom: 4.0625rem;
  }
}
@media (min-width: 768px) {
  .search-hero__wrap .breadcrumbs.bc_white {
    margin-bottom: 2.875rem;
  }
}
.search-hero__wrap__title {
  margin-top: 3.5rem;
  color: #FFF;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.3px;
}
@media (min-width: 768px) {
  .search-hero__wrap__title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    letter-spacing: -0.48px;
    margin-top: 2.875rem;
  }
}
.search-hero__wrap__title span {
  color: var(--blue-200-main, #049BE5) !important;
}
.search-hero .colored-lines {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .search-hero .colored-lines {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    align-items: center;
  }
}
.search-hero .line-wave {
  z-index: 1;
  position: absolute;
  right: -6.25rem;
  top: -10rem;
  mix-blend-mode: overlay;
}
@media (min-width: 1025px) {
  .search-hero .line-wave {
    left: 18%;
    right: inherit;
    top: -10.3125rem;
  }
}
.search-hero .search-form {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .search-hero .search-form {
    margin-top: 2rem;
    max-height: 56px;
    display: flex;
    justify-content: center;
  }
}
.search-hero .search-form .search-form__label {
  width: 100%;
}
@media (min-width: 768px) {
  .search-hero .search-form .search-form__label {
    max-width: 378px;
  }
}
.search-hero .search-form .search-form__label input[type=search] {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(83.5px);
          backdrop-filter: blur(83.5px);
  display: flex;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  width: 100%;
  min-height: 56px;
  max-height: 56px;
  color: #FFF;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .search-hero .search-form .search-form__label input[type=search] {
    max-height: 56px;
    width: 100%;
  }
}
.search-hero .search-form .search-form__label input[type=search]:focus {
  outline: none;
}
.search-hero .search-form .search-form__label input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.56);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.search-hero .search-form .search-form__label input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.56);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.search-hero .search-form button {
  cursor: pointer;
  display: flex;
  padding: 16px 24px 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  background: #049BE5;
  color: #FFF;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 12px;
  border: none;
  min-height: 56px;
  max-height: 56px;
}
@media (min-width: 768px) {
  .search-hero .search-form button {
    margin-top: 0;
    max-width: 145px;
    width: 100%;
    margin-left: 12px;
  }
}
.search-hero .search-form button:hover {
  background-color: var(--blue-300-main, #0088CB) !important;
}
.search-hero .search-form button svg {
  margin-top: -3px;
}

.searchNoResult {
  margin: 7.8125rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .searchNoResult {
    margin: 11.25rem auto;
  }
}

.about-cards {
  overflow: hidden;
}
.about-cards__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .about-cards__content {
    gap: 2.5rem;
  }
}
@media (min-width: 1170px) {
  .about-cards__slider {
    overflow: hidden;
  }
}
.about-cards__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-decoration: none;
}
.about-cards__item .img_default {
  position: relative;
  overflow: hidden;
}
.about-cards__item .img_default > img {
  aspect-ratio: 313/349;
  transition: all 0.3s ease-in-out;
}
.about-cards__item .img_default > img:hover {
  transform: scale(1.05);
}
.about-cards__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 7.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-cards__icon svg,
.about-cards__icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.about-cards__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.head-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.head-content_center {
  align-items: center;
}
.head-content_gap-16 {
  gap: 1rem;
}

.colored-lines {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.colored-lines_center {
  align-items: center;
}
.colored-lines:before, .colored-lines:after {
  content: "";
  height: 0.125rem;
}
.colored-lines:before {
  width: 3.4375rem;
  background-color: #049BE5;
}
.colored-lines:after {
  width: 7.5rem;
  background-color: #021F2D;
}
.colored-lines_white:after {
  background-color: #ffffff;
}

.swiper-arrows {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.swiper-arrows .swiper-arrow-prev, .swiper-arrows .swiper-arrow-next {
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-arrows .swiper-arrow-prev svg, .swiper-arrows .swiper-arrow-next svg {
  width: 1.5rem;
  height: 1.5rem;
}
.swiper-arrows .swiper-arrow-prev.swiper-button-disabled, .swiper-arrows .swiper-arrow-next.swiper-button-disabled {
  display: flex;
  opacity: 0.5;
  cursor: not-allowed;
}
.swiper-arrows .swiper-arrow-prev.swiper-button-lock, .swiper-arrows .swiper-arrow-next.swiper-button-lock {
  display: none;
}
.swiper-arrows .swiper-arrow-prev.swiper-arrow-next svg, .swiper-arrows .swiper-arrow-next.swiper-arrow-next svg {
  transform: rotate(180deg);
}
.swiper-arrows_dark .swiper-arrow-prev, .swiper-arrows_dark .swiper-arrow-next {
  background-color: #EDF0F3;
}

.hero-text-img {
  background: linear-gradient(276deg, #03202e 23.26%, #074e71 95.87%, #0a71a4 138.49%);
  padding: 6.25rem 0 4rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .hero-text-img {
    background: linear-gradient(256deg, #03202e 53.26%, #074e71 95.87%, #0a71a4 138.49%);
    padding: 6.875rem 0 2.5rem;
  }
}
.hero-text-img__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  .hero-text-img__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
    align-items: center;
  }
}
.hero-text-img__col {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .hero-text-img__col {
    height: 100%;
  }
}
.hero-text-img__col .btn_default {
  margin-top: 1rem;
}
.hero-text-img__col .btn_default .btn {
  justify-content: center;
}
@media (min-width: 1025px) {
  .hero-text-img__col .btn_default .btn {
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .hero-text-img__col .head-content {
    height: 100%;
    padding-top: 20px;
    justify-content: center;
  }
}
.hero-text-img__item .img_default {
  overflow: hidden;
}
.hero-text-img__item .img_default > img {
  aspect-ratio: 644/600;
}
@media (min-width: 1025px) {
  .hero-text-img .text_default {
    max-width: 535px;
  }
}
.hero-text-img .line-wave {
  position: absolute;
  right: -6.25rem;
  top: -10rem;
  mix-blend-mode: overlay;
}
@media (min-width: 1025px) {
  .hero-text-img .line-wave {
    left: 18%;
    right: inherit;
    top: -10.3125rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_vert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  right: 1rem;
  left: inherit;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_vert {
    right: 1.25rem;
  }
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_vert .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.56;
  width: 0.125rem;
  height: 1.875rem;
  border-radius: 0;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_vert .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.product-categories {
  position: relative;
}
.product-categories .colored-lines {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .product-categories .colored-lines {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.product-categories .head-content .text_default {
  margin-top: 0.5rem;
}
.product-categories__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.25rem;
}
@media (min-width: 1025px) {
  .product-categories__grid {
    grid-template-columns: 1fr 1.95fr;
    grid-gap: 3.25rem;
  }
}
.product-categories__grid .sticky-block {
  position: sticky;
  top: 0.5rem;
}
@media (min-width: 1025px) {
  .product-categories__grid .sticky-block {
    top: 6.5rem;
  }
}
.product-categories__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .product-categories__items {
    gap: 1.25rem;
  }
}
.product-categories__item {
  background-color: #ffffff;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  position: relative;
}
@media (min-width: 576px) {
  .product-categories__item {
    grid-template-columns: 1fr 2.15fr;
    grid-gap: 2rem;
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  .product-categories__item {
    grid-gap: 4rem;
  }
}
.product-categories__item:hover .headline_default * {
  color: #049BE5;
}
.product-categories__item .headline_default * {
  transition: color 0.3s ease;
}
.product-categories__item .btn-link:before {
  content: "";
}
.product-categories__item .img_default {
  max-width: 13.875rem;
  transition: all 0.3s ease-in-out;
}
.product-categories__item-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-categories__item:hover .img_default {
  transform: scale(1.05);
}
.product-categories .line-wave {
  position: absolute;
  z-index: -1;
  bottom: -23%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
@media (min-width: 1025px) {
  .product-categories .line-wave {
    display: block;
  }
}

.text-info-col .head-content .text_default {
  max-width: 33.4375rem;
  margin-top: 1rem;
}
.text-info-col__grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
.text-info-col__items {
  padding: 2.5rem 1.5rem 0;
  background: linear-gradient(256deg, #03202e 53.26%, #074e71 95.87%, #0a71a4 138.49%), #049be5;
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .text-info-col__items {
    padding: 2.5rem;
  }
}
.text-info-col__items_3col {
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .text-info-col__items_3col {
    flex-direction: row;
    gap: 3rem;
  }
}
.text-info-col__items_3col .text-info-col__item {
  flex: 0 1 22.6%;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .text-info-col__items_3col .text-info-col__item {
    flex-direction: column;
  }
}
.text-info-col__items_3col .text-info-col__item .img_default {
  line-height: 0;
  flex: 0 0 2.5rem;
}
.text-info-col__items_3col .text-info-col__item .img_default img,
.text-info-col__items_3col .text-info-col__item .img_default svg {
  width: 2.5rem;
  height: 2.5rem;
}
.text-info-col__items_3col .text-info-col__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1rem;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}
@media (min-width: 1025px) {
  .text-info-col__items_3col .text-info-col__item::after {
    right: -1.5rem;
    top: 0;
    bottom: inherit;
    width: 1px;
    height: 100%;
  }
}
.text-info-col__items_3col .text-info-col__item:nth-last-of-type(2)::after {
  display: none;
}
.text-info-col__items_4col {
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .text-info-col__items_4col {
    flex-direction: row;
    gap: 3rem;
  }
}
.text-info-col__items_4col .text-info-col__item {
  flex: 0 1 calc(50% - 1rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .text-info-col__items_4col .text-info-col__item {
    flex: 0 1 15.9%;
  }
}
@media (max-width: 1024px) {
  .text-info-col__items_4col .text-info-col__item .text_default {
    font-size: 0.875rem;
  }
}
@media (max-width: 390px) {
  .text-info-col__items_4col .text-info-col__item .text_default {
    font-size: 0.8125rem;
  }
}
.text-info-col__items_4col .text-info-col__item .img_default {
  line-height: 0;
  flex: 0 0 2.5rem;
}
.text-info-col__items_4col .text-info-col__item .img_default img,
.text-info-col__items_4col .text-info-col__item .img_default svg {
  width: 2.5rem;
  height: 2.5rem;
}
.text-info-col__items_4col .text-info-col__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1rem;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  display: none;
}
@media (min-width: 1025px) {
  .text-info-col__items_4col .text-info-col__item::after {
    display: block;
    right: -1.5rem;
    top: 0;
    bottom: inherit;
    width: 1px;
    height: 100%;
  }
}
.text-info-col__items_4col .text-info-col__item:nth-last-of-type(2)::after {
  display: none;
}
.text-info-col__item {
  position: relative;
}
.text-info-col__img {
  width: 100%;
}
.text-info-col__img img {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .text-info-col__img {
    max-width: 15.25rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .text-info-col__img {
    max-width: 23.25rem;
    right: 0.5rem;
  }
}
.text-info-col__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.text-info-col__num {
  color: #049BE5;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 1025px) {
  .text-info-col__num {
    font-size: 3rem;
  }
}
.text-info-col .line-wave {
  position: absolute;
  z-index: -1;
  bottom: -90%;
  right: -27%;
  transform: rotate(15deg);
  display: none;
}
@media (min-width: 1025px) {
  .text-info-col .line-wave {
    display: block;
  }
}

.text-img__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .text-img__grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .text-img__grid_reverse .text-img__col:nth-child(2) {
    order: -1;
  }
}
@media (min-width: 1280px) {
  .text-img__grid_reverse .text-img__col .head-content {
    padding: 0 0 0 3.5rem;
  }
}
.text-img__col {
  overflow: hidden;
  position: relative;
}
.text-img__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .text-img__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.text-img__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .text-img__col .colored-lines {
    margin-bottom: 0.5rem;
  }
}
.text-img__item .img_default {
  overflow: hidden;
}
.text-img__item .img_default > img {
  aspect-ratio: 644/600;
}
.text-img__icons {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .text-img__icons {
    margin-top: 0.5rem;
  }
}
.text-img__icon {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
}
.text-img__icon:last-child {
  border: none;
  padding-bottom: 0;
}
.text-img__icon .img_default {
  line-height: 0;
  flex: 0 0 auto;
}
.text-img__icon .img_default svg, .text-img__icon .img_default img {
  width: 1.5rem;
  height: 1.5rem;
}

.products-slider {
  overflow: hidden;
}
.products-slider__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .products-slider__grid {
    gap: 1rem;
  }
}
@media (min-width: 1170px) {
  .products-slider__slider {
    overflow: hidden;
  }
}
.products-slider .swiper-slide {
  height: auto;
}
.products-slider__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.products-slider .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .products-slider .colored-lines {
    margin-bottom: 0.5rem;
  }
}

.product-card {
  border: 1px solid #EDF0F3;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.product-card:hover {
  box-shadow: inset 0 0 0 1px #049BE5;
}
.product-card:hover .headline_default * {
  color: #049BE5;
}
.product-card:hover .img_default img {
  transform: scale(1.05);
}
.product-card .headline_default * {
  transition: color 0.3s ease;
}
.product-card .img_default img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 205px;
  margin: 0 auto;
}
.product-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .product-card .text_default {
    font-size: 0.875rem;
  }
}
.product-card .btn_default {
  margin-top: auto;
}
.product-card .btn_default .btn-link:before {
  content: "";
}

.solutions-slider__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .solutions-slider__wrap {
    flex-direction: row;
  }
}
.solutions-slider__content {
  padding: 3.5rem 1rem 8.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .solutions-slider__content {
    flex: 1 0 auto;
    padding: 3.5rem;
    width: 48.875rem;
  }
}
@media (min-width: 1025px) {
  .solutions-slider__content .head-content {
    max-width: 17.5625rem;
  }
}
.solutions-slider__content .line-wave {
  transform: rotate(-50deg);
  position: absolute;
  top: 5.625rem;
  right: -10rem;
  opacity: 0.56;
  width: 700px;
}
@media (min-width: 1025px) {
  .solutions-slider__content .line-wave {
    width: auto;
    transform: none;
    bottom: -11.25rem;
    top: inherit;
    right: 0;
  }
}
.solutions-slider__slider {
  overflow: hidden;
  background: linear-gradient(256deg, #03202e 53.26%, #074e71 95.87%, #0a71a4 138.49%);
  position: relative;
  padding: 2.5rem 1.5rem;
  z-index: 3;
  width: calc(100% - 1.625rem);
  margin: -7.5rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .solutions-slider__slider {
    width: 100%;
    margin: 3.5rem 0 3.5rem -26.6875rem;
    padding: 5rem 3.5rem;
    gap: 2.5rem;
  }
}
.solutions-slider__slider .swiper-arrow-prev, .solutions-slider__slider .swiper-arrow-next {
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .solutions-slider__slider .swiper-arrow-prev, .solutions-slider__slider .swiper-arrow-next {
    margin-top: 2.5rem;
  }
}
.solutions-slider__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.solutions-slider__item:hover .text_default {
  color: #049BE5;
}
.solutions-slider__item:hover .img_default img {
  transform: scale(1.1);
}
.solutions-slider__item .text_default {
  transition: color 0.3s ease;
}
.solutions-slider__item .img_default {
  overflow: hidden;
}
.solutions-slider__item .img_default img {
  aspect-ratio: 196/230;
  will-change: transform;
  transition: transform 0.5s ease;
}
.solutions-slider__item strong {
  font-weight: 600;
}
.solutions-slider__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.solutions-slider__list-item {
  display: flex;
  gap: 0.5rem;
}
.solutions-slider__list-item svg {
  flex: 0 0 1.625rem;
}

.reviews .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .reviews .colored-lines {
    margin-bottom: 0.5rem;
  }
}
.reviews__wrap {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .reviews__wrap {
    margin-top: 2.5rem;
    gap: 1.5rem;
  }
}
.reviews__list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
}
@media (min-width: 1025px) {
  .reviews__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
  }
}

.reviews-card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .reviews-card {
    padding: 2rem;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .reviews-card .text_default {
    font-size: 0.875rem;
  }
}
.reviews-card .img_default {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
}
.reviews-card .img_default img {
  aspect-ratio: 44/44;
}
.reviews-card__head {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .reviews-card__head {
    align-items: center;
    flex-direction: row;
  }
}
.reviews-card__stars {
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.reviews-card__line {
  margin: 0;
  background-color: #EDF0F3;
}
.reviews-card__name {
  font-weight: 600;
  color: #1F1F1F;
}
.reviews-card__position {
  font-size: 0.75rem;
}
.reviews-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
}

.reviews-card-big {
  padding: 1rem;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.25rem;
}
@media (min-width: 1025px) {
  .reviews-card-big {
    padding: 2rem;
    grid-template-columns: 1fr 3.15fr;
    grid-gap: 2.5rem;
  }
}
.reviews-card-big__img .img_default img {
  aspect-ratio: 311/244;
  -o-object-position: center 10%;
     object-position: center 10%;
}
@media (min-width: 1025px) {
  .reviews-card-big__img .img_default img {
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 290/460;
  }
}
.reviews-card-big__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
@media (min-width: 1025px) {
  .reviews-card-big__content {
    gap: 1.5rem;
    padding: 0;
  }
}
.reviews-card-big__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1025px) {
  .reviews-card-big__head {
    flex-direction: row;
  }
}
.reviews-card-big__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
@media (min-width: 1025px) {
  .reviews-card-big__info {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 1025px) {
  .reviews-card-big__title {
    max-width: 60%;
  }
}
.reviews-card-big__name {
  color: #000000;
  order: 2;
}
@media (min-width: 1025px) {
  .reviews-card-big__name {
    order: -1;
  }
}
.reviews-card-big__tag {
  font-size: 0.75rem;
  background-color: #EDF0F3;
  padding: 0.25rem 0.75rem;
  display: inline-block;
}
.reviews-card-big__body {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
}
@media (min-width: 1025px) {
  .reviews-card-big__body {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }
}
.reviews-card-big__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 1025px) {
  .reviews-card-big__text {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .reviews-card-big__text .text_default {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .reviews-card-big__text-title {
    font-size: 1rem !important;
  }
}
.reviews-card-big__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .reviews-card-big__col {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .reviews-card-big__col:nth-child(2) {
    padding-left: 2rem;
  }
}
.reviews-card-big__statistic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.reviews-card-big__statistic-item {
  display: flex;
  flex-direction: column;
}
.reviews-card-big__statistic-num {
  color: #049BE5;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.32px;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 1025px) {
  .reviews-card-big__statistic-num {
    letter-spacing: -0.48px;
    font-size: 3rem;
  }
}

.text-steps .head-content .text_default {
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  .text-steps .head-content .text_default {
    max-width: 40.3125rem;
  }
}
.text-steps__wrap {
  margin-top: 2.5rem;
}
.text-steps__grid {
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 1025px) {
  .text-steps__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4.5rem;
  }
}
.text-steps__item {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.5rem;
  padding-bottom: 1.25rem;
  padding-left: 3.25rem;
}
@media (min-width: 1025px) {
  .text-steps__item {
    gap: 1.5rem;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.text-steps__item .text_default br {
  display: none;
}
@media (min-width: 1025px) {
  .text-steps__item .text_default br {
    display: block;
  }
}
.text-steps__item.active .text-steps__line-hor .step-hor line {
  stroke: #049BE5;
}
.text-steps__item.active .text-steps__line-hor .step-circle circle {
  stroke: #049BE5;
}
.text-steps__item.active .text-steps__line-vert .step-circle circle {
  stroke: #049BE5;
}
.text-steps__item.active .text-steps__line-vert .line-vert {
  background-color: #049BE5;
}
.text-steps__item-name {
  font-size: 1.25rem !important;
}
.text-steps__line-hor {
  position: relative;
  line-height: 0;
  display: none;
}
@media (min-width: 1025px) {
  .text-steps__line-hor {
    display: block;
  }
}
.text-steps__line-hor .step-circle {
  position: absolute;
  right: -3.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.text-steps__line-hor .step-circle circle {
  transition: stroke 0.5s ease;
}
.text-steps__line-hor .step-hor {
  max-width: 100%;
}
.text-steps__line-hor .step-hor line {
  transition: stroke 0.5s ease;
}
.text-steps__line-vert {
  line-height: 0;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 1025px) {
  .text-steps__line-vert {
    display: none;
  }
}
.text-steps__line-vert .step-circle {
  position: absolute;
  left: 0;
  bottom: -2rem;
}
.text-steps__line-vert .step-circle circle {
  transition: stroke 0.5s ease;
}
.text-steps__line-vert .circle-wrap {
  position: absolute;
  left: 0;
  bottom: -2.3125rem;
  z-index: 1;
  padding: 0.3125rem 0;
  background-color: #EDF0F3;
}
.text-steps__line-vert .circle-wrap > .step-circle {
  position: static;
}
.text-steps__line-vert .step-vert {
  position: absolute;
  left: 0.9375rem;
  top: 2.3125rem;
  height: 100%;
  display: none;
}
.text-steps__line-vert .line-vert {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  width: 0.25rem;
  height: 100%;
  -webkit-mask-image: url("./img/icons/line-vert.svg");
          mask-image: url("./img/icons/line-vert.svg");
  -webkit-mask-repeat: repeat-y;
          mask-repeat: repeat-y;
  background-color: #D0D8E0;
  width: 0.25rem;
  height: 100%;
  transition: background-color 0.3s;
}

.cta-footer {
  position: relative;
  overflow: hidden;
}
.cta-footer:hover .cta-footer__bg {
  opacity: 1;
}
.cta-footer__wrap {
  position: relative;
  z-index: 3;
  padding: 100px 0 72px;
}
@media (min-width: 1025px) {
  .cta-footer__wrap {
    padding: 150px 0 120px;
  }
}
.cta-footer__wrap .btn_default {
  margin-top: 1.5rem;
}
@media (max-width: 576px) {
  .cta-footer__wrap .btn_default {
    width: 100%;
  }
}
.cta-footer__wrap .headline_default {
  text-align: center;
}
.cta-footer__wrap .head-content {
  position: relative;
  z-index: 5;
}
.cta-footer__bg {
  opacity: 0.32;
  z-index: 1;
  background-image: url("../img/bg2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 1s ease;
}
.cta-footer .line-wave {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 0;
  transform: rotate(-5deg);
  opacity: 0.08;
}
@media (min-width: 1025px) {
  .cta-footer .line-wave {
    top: 50px;
    left: 50%;
    transform: translateX(-40%) rotate(-5deg);
  }
}

section > div.blog {
  background: linear-gradient(276deg, #03202e 23.26%, #074e71 95.87%, #0a71a4 138.49%);
  padding: 6.25rem 0 2.5rem;
  overflow: hidden;
}
section > div.blog .hero-text-img__col .hero-text-img__slider {
  display: none;
}
@media (min-width: 1025px) {
  section > div.blog .hero-text-img__col .hero-text-img__slider {
    display: block;
  }
}
@media (min-width: 768px) {
  section > div.blog .hero-text-img__col {
    height: 100%;
  }
}
@media (min-width: 768px) {
  section > div.blog .hero-text-img__col .text_default {
    max-width: 535px;
  }
}
section > div.blog .hero-text-img__col .search-form {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  section > div.blog .hero-text-img__col .search-form {
    max-height: 56px;
    display: flex;
  }
}
section > div.blog .hero-text-img__col .search-form .search-form__label {
  width: 100%;
}
@media (min-width: 768px) {
  section > div.blog .hero-text-img__col .search-form .search-form__label {
    max-width: 378px;
  }
}
section > div.blog .hero-text-img__col .search-form .search-form__label input[type=search] {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(83.5px);
          backdrop-filter: blur(83.5px);
  display: flex;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  width: 100%;
  min-height: 56px;
  max-height: 56px;
  color: #fff;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  section > div.blog .hero-text-img__col .search-form .search-form__label input[type=search] {
    max-height: 56px;
    width: 100%;
  }
}
section > div.blog .hero-text-img__col .search-form .search-form__label input[type=search]:focus {
  outline: none;
}
section > div.blog .hero-text-img__col .search-form .search-form__label input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.56);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
section > div.blog .hero-text-img__col .search-form .search-form__label input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.56);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
section > div.blog .hero-text-img__col .search-form button {
  cursor: pointer;
  display: flex;
  padding: 16px 24px 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  background: #049be5;
  color: #fff;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 12px;
  border: none;
  min-height: 56px;
  max-height: 56px;
}
@media (min-width: 768px) {
  section > div.blog .hero-text-img__col .search-form button {
    margin-top: 0;
    max-width: 145px;
    width: 100%;
    margin-left: 12px;
  }
}
section > div.blog .hero-text-img__col .search-form button svg {
  margin-top: -3px;
}
@media (min-width: 1025px) {
  section > div.blog {
    background: linear-gradient(256deg, #03202e 53.26%, #074e71 95.87%, #0a71a4 138.49%);
    padding: 6.875rem 0 2.5rem;
  }
}
section > div.blog__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  section > div.blog__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
    align-items: center;
  }
}
section > div.blog__col {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
section > div.blog__col .btn_default {
  margin-top: 1rem;
}
section > div.blog__item .img_default {
  overflow: hidden;
}
section > div.blog__item .img_default > img {
  aspect-ratio: 644/600;
}
section > div.blog .line-wave {
  position: absolute;
  right: -6.25rem;
  top: -10rem;
  mix-blend-mode: overlay;
}
@media (min-width: 1025px) {
  section > div.blog .line-wave {
    left: 18%;
    right: inherit;
    top: -10.3125rem;
  }
}

.blog-content {
  margin-top: 72px;
}
@media (min-width: 768px) {
  .blog-content {
    margin-top: 80px;
  }
}
.blog-content .blog-grid {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .blog-content .blog-grid {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.blog-content .blog-card {
  padding: 4px;
  margin-bottom: 24px;
  border-radius: 4px;
  transition: background-color 0.5s ease;
  background-color: transparent;
}
@media (min-width: 768px) {
  .blog-content .blog-card {
    margin-bottom: 40px;
  }
}
.blog-content .blog-card:hover {
  background-color: #fff;
}
.blog-content .blog-card:hover img {
  transform: scale(1.1);
}
.blog-content .blog-card:hover .blog-card__title {
  color: var(--blue-200-main, #049be5);
}
.blog-content .blog-card__img {
  position: relative;
  padding-top: 74.76%;
  overflow: hidden;
  border-radius: 4px;
}
@supports (aspect-ratio: 1/1) {
  .blog-content .blog-card__img {
    padding-top: 0;
    aspect-ratio: 416/311;
  }
}
.blog-content .blog-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-content .blog-card header {
  padding: 20px 0 8px;
}
.blog-content .blog-card header time {
  color: var(--Dark-gray, #8b959f);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.blog-content .blog-card__wrap {
  padding: 0 16px 16px;
}
.blog-content .blog-card__content {
  color: var(--black-body-text, #3f4a50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 16px;
}
.blog-content .blog-card__title {
  word-break: auto-phrase;
  margin-top: 8px;
  display: block;
  text-decoration: none;
  color: var(--black-footer, #000910);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  transition: color 0.5s ease;
}
@media (min-width: 768px) {
  .blog-content .blog-card__title {
    font-size: 20px;
  }
}
.blog-content .blog-card__cat {
  color: var(--Dark-gray, #8b959f);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  position: relative;
  padding-left: 22px;
}
.blog-content .blog-card__cat:before {
  content: " ";
  background-color: #8b959f;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 7px;
  top: 5px;
}
.blog-content .blog-card--wide {
  grid-column: 1/-1;
  background: #fff;
}
@media (min-width: 768px) {
  .blog-content .blog-card--wide {
    margin-bottom: 20px;
  }
}
.blog-content .blog-card--wide .blog-card__title {
  font-size: 24px;
  margin-top: 1rem;
}
.blog-content .blog-card--wide header {
  padding: 20px 0 16px;
}
@media (min-width: 768px) {
  .blog-content .blog-card--wide header {
    padding: 0 0 16px;
    display: flex;
    flex-direction: column;
  }
  .blog-content .blog-card--wide header div {
    display: flex;
  }
}
@media (min-width: 768px) {
  .blog-content .blog-card--wide {
    background: transparent;
    padding-bottom: 4px;
    display: flex;
  }
  .blog-content .blog-card--wide .blog-card__img {
    width: 50%;
  }
  .blog-content .blog-card--wide .blog-card__title {
    font-size: 32px;
  }
  .blog-content .blog-card--wide .blog-card__wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 40px;
  }
  .blog-content .blog-card--wide .blog-card__content {
    flex: 1 1 auto;
  }
  .blog-content .blog-card--wide .blog-card__link {
    margin-top: auto;
    align-self: flex-start;
  }
  .blog-content .blog-card--wide .blog-card__link svg {
    top: -5px;
  }
}
.blog-content .blog-pagination {
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .blog-content .blog-pagination {
    max-width: 336px;
    margin: auto;
  }
}
.blog-content .blog-pagination a.nav-prev {
  margin-right: 8px;
}
.blog-content .blog-pagination a.nav-next {
  margin-left: 8px;
}
.blog-content .blog-pagination a.nav-prev,
.blog-content .blog-pagination a.nav-next {
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 4px;
  background: #fff url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5898 4.1932L9.06984 10.7132C8.29984 11.4832 8.29984 12.7432 9.06984 13.5132L15.5898 20.0332' stroke='%23049BE5' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/auto no-repeat;
}
.blog-content .blog-pagination a.nav-next {
  transform: rotate(180deg);
}
.blog-content .blog-pagination .page-numbers {
  border-radius: 4px;
  background: #fff;
  display: flex;
  height: 56px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.blog-content .blog-pagination .page-numbers a {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  color: var(--black-footer, #000910);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.blog-content .blog-pagination .page-numbers a.ellipsis {
  color: var(--black-footer, #000910);
  text-align: center;
  font-size: 20px;
  height: 32px;
  width: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.blog-content .blog-pagination .page-numbers a.active {
  background: #049be5;
  color: #fff;
  border-radius: 4px;
}
.blog-content .blog-pagination .page-numbers a:first-child {
  margin-left: 0;
}
.blog-content .blog-pagination .page-numbers a:last-child {
  margin-right: 0;
}
.blog-content .blog-pagination a.active {
  font-weight: 700;
}
.blog-content .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  border: 0;
}
.blog-content__tags {
  padding: 16px 58px 16px 24px;
  position: relative;
  width: 100%;
  flex-direction: column;
  display: flex;
  height: 58px;
  overflow: hidden;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 768px) {
  .blog-content__tags {
    min-height: 64px;
    padding: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    height: auto;
  }
}
.blog-content__tags__toggle {
  margin-left: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s;
  position: absolute;
  right: 24px;
  padding: 5px;
  top: 14px;
}
@media (min-width: 768px) {
  .blog-content__tags__toggle {
    display: none;
    visibility: hidden;
  }
}
.blog-content__tags__toggle svg {
  width: 24px;
  height: 24px;
}
.blog-content__tags[data-open=true] {
  height: auto;
}
.blog-content__tags[data-open=true] .blog-content__tags__toggle {
  transform: rotate(180deg);
}
.blog-content__tags__list {
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog-content__tags__list {
    gap: 4px;
    display: flex;
    flex-direction: row;
  }
}
.blog-content__tags__list a {
  color: var(--black-headings, #021f2d);
  font: 500 20px/130% "Roboto Condensed";
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
}
.blog-content__tags__list a[href="#"] {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blog-content__tags__list a[href="#"] {
    order: -1;
    margin-bottom: 0;
  }
}
.blog-content__tags__list a[aria-hidden=true] {
  color: var(--black-headings, #021f2d) !important;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blog-content__tags__list a[aria-hidden=true] {
    display: none;
  }
}
@media (min-width: 768px) {
  .blog-content__tags__list a {
    color: #555d66;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 192px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 5px 16px;
    text-align: center;
    margin-bottom: 0;
  }
}
.blog-content__tags__list a.active {
  color: #049BE5;
}
@media (min-width: 768px) {
  .blog-content__tags__list a.active {
    border-radius: 4px;
    background: #049be5;
    color: #fff;
  }
}
.blog-content__tags[data-open=true] .blog-content__tags__list {
  max-height: 500px;
}
.ArticleMultiCon {
  padding-top: 20px;
}
@media (min-width: 1025px) {
  .ArticleMultiCon {
    padding-top: 0;
  }
}
.ArticleMultiCon .is-hidden {
  display: none;
}
@media (min-width: 768px) {
  .ArticleMultiCon .container:not(.unrules) {
    max-width: 996px;
  }
}
.ArticleMultiCon .page-breadcrumbs {
  margin-bottom: 24px;
}
.ArticleMultiConHero {
  margin-bottom: 40px;
}
.ArticleMultiConHeroTitle {
  color: var(--black-headings, #021F2D);
  text-align: center;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  letter-spacing: -0.3px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .ArticleMultiConHeroTitle {
    font-size: 48px;
    letter-spacing: -0.48px;
    max-width: 790px;
    word-break: auto-phrase;
    margin-left: auto;
    margin-right: auto;
  }
}
.ArticleMultiConHeroTop {
  color: #049BE5;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-align: center;
}
.ArticleMultiConHeroTopDate {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ArticleMultiConHeroTopDate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.ArticleMultiConHeroTopDate svg {
  margin-bottom: -3px;
}
@media (min-width: 768px) {
  .ArticleMultiConHeroTopDate svg {
    margin-right: 5px;
  }
}
.ArticleMultiConHeroTopDate .blog-card__date {
  display: inline-flex;
  align-items: center;
}
.ArticleMultiConHeroTopDate .blog-card__date span {
  padding-top: 5px;
}
.ArticleMultiConHeroTopDate .blog-card__location {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ArticleMultiConHeroTopDate .blog-card__location span {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .ArticleMultiConHeroTopDate .blog-card__location {
    padding-left: 2rem;
  }
  .ArticleMultiConHeroTopDate .blog-card__location:before {
    content: " ";
    background-color: #049BE5;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0.875rem;
    top: 10px;
  }
}
.ArticleMultiConHeroTopCat {
  position: relative;
  padding-left: 22px;
}
.ArticleMultiConHeroTopCat:before {
  content: " ";
  background-color: #049BE5;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 7px;
  top: 5px;
}
.ArticleMultiConHeroPerson {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.ArticleMultiConHeroPersonImg img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 40px;
}
.ArticleMultiConHeroPersonData {
  padding: 3px 0 3px 8px;
  flex-direction: column;
}
.ArticleMultiConHeroPersonDataTitle {
  color: var(--black-headings, #021F2D);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}
.ArticleMultiConHeroPersonDataText {
  margin-top: 4px;
  color: var(--black-body-text, #3F4A50);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ArticleMultiConHero .ArticleMultiConHeroImage {
  margin-top: 16px;
  line-height: 0;
}
@media (min-width: 768px) {
  .ArticleMultiConHero .ArticleMultiConHeroImage {
    margin-top: 40px;
  }
}
.ArticleMultiConHero .ArticleMultiConHeroImage img {
  border-radius: 4px;
  width: 100%;
}
.ArticleMultiConContentBlockFAQ {
  font-size: 32px !important;
}
.ArticleMultiConContentBlockFAQ * {
  font-size: 32px !important;
}
.ArticleMultiConContentBlock.blockWithNum {
  margin-bottom: 32px;
}
.ArticleMultiConContentBlock .headline_h5 h5 {
  color: var(--black-footer, #021F2D);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 8px;
  margin-top: 16px;
}
.ArticleMultiConContentBlock .headline_h4 {
  color: var(--black-footer, #021F2D);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 8px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlock .headline_h4 {
    color: var(--black-footer, #021F2D);
    font-size: 20px;
  }
}
.ArticleMultiConContentBlock h2 {
  color: var(--black-footer, #000910);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlock h2 {
    color: var(--black-footer, #000910);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
}
.ArticleMultiConContentBlockTitle.number-title {
  display: flex;
}
.ArticleMultiConContentBlockTitle .Num {
  color: var(--blue-200-main, #049BE5);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlockTitle .Num {
    font-size: 20px;
  }
}
.ArticleMultiConContentBlockText {
  color: var(--black-body-text, #3F4A50);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.ArticleMultiConContentBlockText ul {
  padding-left: 30px;
}
.ArticleMultiConContentBlockText ul li {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ArticleMultiConContentBlockText ul li:last-child {
  margin-bottom: 0;
}
.ArticleMultiConContentBlockText ul li:first-child {
  margin-top: 0;
}
.ArticleMultiConContentBlockText ul li::marker {
  color: #049BE5;
  font-size: 23px;
  line-height: 10px;
}
.ArticleMultiConContentBlockText a {
  color: var(--blue-200-main, #049BE5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.ArticleMultiConContentBlock .multi-block-space {
  margin-top: 32px;
}
.ArticleMultiConContentBlock .headline-32 {
  color: var(--black-footer, #000910);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.ArticleMultiConContentBlockMenu {
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 20px;
  background: #FFF;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlockMenu {
    padding: 32px;
  }
}
.ArticleMultiConContentBlockMenuTitle {
  color: #049BE5;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.ArticleMultiConContentBlockMenuItems {
  border-left: 3px solid var(--gray-background, #EDF0F3);
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  padding: 6px 0;
}
.ArticleMultiConContentBlockMenuItems a {
  padding: 6px 0;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--Dark-gray, #8B959F);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  padding-left: 16px;
}
.ArticleMultiConContentBlockMenuItems a.is-active {
  border-left: 3px solid #049BE5;
  margin-left: -3px;
  color: var(--black-body-text, #3F4A50);
}
.ArticleMultiConContentBlockMenuItems a:hover {
  border-left: 3px solid #049BE5;
  margin-left: -3px;
  color: var(--black-body-text, #3F4A50);
}
.ArticleMultiConContentBlockQuote {
  margin-top: 56px;
  margin-bottom: 32px;
  position: relative;
  padding: 32px 20px;
  border-radius: 4px;
  border-left: 4px solid #049BE5;
  background: #FFF;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlockQuote {
    padding: 48px 32px 32px;
  }
}
.ArticleMultiConContentBlockQuoteText {
  color: var(--black-body-text, #3F4A50);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlockQuoteText {
    font-size: 20px;
  }
}
.ArticleMultiConContentBlockQuoteAuthor {
  margin-top: 16px;
  color: #049BE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.ArticleMultiConContentBlockQuote svg {
  position: absolute;
  top: -24px;
  right: 103px;
}
.ArticleMultiConContentBlockImage {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  gap: 20px;
}
.ArticleMultiConContentBlockImageSingle {
  flex: 1 1 0;
  position: relative;
  overflow: hidden;
}
.ArticleMultiConContentBlockImageSingle img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@supports (aspect-ratio: 1/1) {
  .ArticleMultiConContentBlockImageSingle {
    aspect-ratio: 423/316;
  }
}
@supports not (aspect-ratio: 1/1) {
  .ArticleMultiConContentBlockImageSingle::before {
    content: "";
    display: block;
    padding-top: 74.7%;
  }
}
.ArticleMultiConContentBlockFaq {
  margin-top: 16px;
}
.ArticleMultiConContentBlockFaq .faq-icon--minus {
  opacity: 0;
}
.ArticleMultiConContentBlockFaq .faq-question[aria-expanded=true] .faq-icon--plus {
  opacity: 0;
}
.ArticleMultiConContentBlockFaq .faq-question[aria-expanded=true] .faq-icon--minus {
  opacity: 1;
}
.ArticleMultiConContentBlockFaq .faq-item[data-faq-active] .faq-icon--plus {
  opacity: 0;
}
.ArticleMultiConContentBlockFaq .faq-item[data-faq-active] .faq-icon--minus {
  opacity: 1;
}
.ArticleMultiConContentBlockFaq .faq-answer {
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.ArticleMultiConContentBlockFaq .faq-item:not([data-faq-active]) .faq-answer {
  max-height: 0;
}
.ArticleMultiConContentBlockFaq .faq-item {
  padding: 20px 20px 12px;
  border-radius: 4px;
  background: #FFF;
  margin-bottom: 16px;
}
.ArticleMultiConContentBlockFaq .faq-item:last-child {
  margin-bottom: 0;
}
.ArticleMultiConContentBlockFaq .faq-item[data-faq-active] {
  border-bottom: 2px solid #049BE5;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlockFaq .faq-item {
    padding: 32px 32px 22px;
  }
}
.ArticleMultiConContentBlockFaq .faq-question {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  color: var(--black-footer, #000910);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlockFaq .faq-question {
    font-size: 20px;
  }
}
.ArticleMultiConContentBlockFaq .faq-question:focus-visible {
  outline: 2px dashed #049be5;
}
.ArticleMultiConContentBlockFaq .faq-question__text {
  padding-right: 50px;
}
.ArticleMultiConContentBlockFaq .faq-question:hover svg.faq-icon path {
  stroke: #0A71A4;
}
.ArticleMultiConContentBlockFaq .faq-answer {
  color: var(--black-body-text, #3F4A50);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.ArticleMultiConContentBlockFaq .faq-icon {
  flex-shrink: 0;
  transition: opacity 0.2s;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlockFaq .faq-icon {
    top: unset;
  }
}
.ArticleMultiConContentBlockFaq .faq-icon--minus {
  opacity: 0;
}
.ArticleMultiConContentBlockFaq [aria-expanded=true] .faq-icon--plus {
  opacity: 0;
}
.ArticleMultiConContentBlockFaq [aria-expanded=true] .faq-icon--minus {
  opacity: 1;
}
.ArticleMultiConContentBlockFaq .faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.ArticleMultiConContentBlockDownloads {
  margin-bottom: 16px;
}
.ArticleMultiConContentBlockDownloads .downloads-list-selective__grid {
  grid-template-columns: 1fr;
}
.ArticleMultiConContentBlockDownloads .download-list__col {
  font-size: 18px;
}
.ArticleMultiConContentBlockDownloads .download-list__grid__buttons {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlockDownloads .download-list__grid__buttons {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
}
.ArticleMultiConContentBlockDownloads .file-download-block {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .ArticleMultiConContentBlockDownloads .downloads-list-selective__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.ArticleMultiConShare {
  margin-bottom: 32px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .ArticleMultiConShare {
    flex-direction: row;
  }
}
.ArticleMultiConShareTitle {
  color: var(--black-headings, #021F2D);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ArticleMultiConShareTitle {
    width: 100%;
    margin-bottom: 0;
  }
}
.ArticleMultiConShareButtons {
  display: flex;
  gap: 10px;
}
.ArticleMultiConShareButtonsButton {
  padding: 12px;
  border-radius: 4px;
  background: #FFF;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.ArticleMultiConShareButtonsButton svg mask {
  display: none;
}
.ArticleMultiConShareButtons button {
  color: #0A71A4;
}
.ArticleMultiConShareButtons button:hover {
  color: #0A71A4;
}
.ArticleMultiConShareButtons button:hover svg path {
  stroke: #0A71A4;
}
.ArticleMultiConShareButtons a:hover svg path {
  fill: #0A71A4;
}
.ArticleMultiConShareButtons button {
  cursor: pointer;
  width: 100%;
  max-width: 160px;
  color: #049BE5;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border: none;
  min-width: 160px;
}
.ArticleMultiConShareButtons button svg {
  margin-right: 8px;
}

.related-posts {
  overflow: hidden;
}
.related-posts .products-slider__grid {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .related-posts .products-slider__grid {
    gap: 2.5rem;
  }
}
.related-posts .products-slider__grid .head-content {
  gap: 0;
}
.related-posts .products-slider__grid .head-content .headline_default {
  margin-top: 0.5rem;
}
.related-posts .products-slider__grid .head-content .colored-lines {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .related-posts .products-slider__grid .head-content .colored-lines {
    margin-top: 1rem;
  }
}
.related-posts .blog-card {
  padding: 4px 4px 20px;
  margin-bottom: 0;
  border-radius: 4px;
  transition: background-color 0.5s ease;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.related-posts .blog-card:hover {
  background-color: #FFF;
}
.related-posts .blog-card:hover img {
  transform: scale(1.1);
}
.related-posts .blog-card:hover .blog-card__title {
  color: var(--blue-200-main, #049BE5);
}
.related-posts .blog-card .blog-card__img {
  position: relative;
  padding-top: 74.76%;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .related-posts .blog-card .blog-card__img {
    padding-top: 0;
    aspect-ratio: 416/311;
  }
}
.related-posts .blog-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.related-posts .blog-card header {
  padding: 1rem 0 0.5rem;
}
.related-posts .blog-card header time {
  color: var(--Dark-gray, #8B959F);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.related-posts .blog-card__wrap {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 1rem;
}
.related-posts .blog-card__link {
  margin-top: auto;
  align-self: flex-start;
}
.related-posts .blog-card__content {
  color: var(--black-body-text, #3F4A50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 1rem;
}
.related-posts .blog-card__title {
  margin-top: 0.5rem;
  display: block;
  text-decoration: none;
  color: var(--black-footer, #000910);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  transition: color 0.5s ease;
}
@media (min-width: 768px) {
  .related-posts .blog-card__title {
    font-size: 20px;
  }
}
.related-posts .blog-card__cat {
  color: var(--Dark-gray, #8B959F);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  position: relative;
  padding-left: 22px;
}
.related-posts .blog-card__cat:before {
  content: " ";
  background-color: #8B959F;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 7px;
  top: 5px;
}
.related-posts .products-slider__nav {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .related-posts .products-slider__nav {
    margin-top: 0;
  }
}

.site .page-breadcrumbs {
  line-height: 0;
  display: inline-block;
  max-width: 324px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .site .page-breadcrumbs {
    white-space: none;
    max-width: unset;
    margin-bottom: 91px;
    margin-bottom: 46px;
  }
}
@media (min-width: 576px) {
  .site .page-breadcrumbs > span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .site .page-breadcrumbs > span * {
    display: inline-flex;
  }
}
.site .page-breadcrumbs > span > span:first-child a svg {
  display: inline-flex;
  margin-bottom: 3px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .site .page-breadcrumbs > span > span:first-child a svg {
    margin-bottom: -3px;
  }
}
.site .page-breadcrumbs > span > span {
  color: var(--black-body-text, #3F4A50);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.site .page-breadcrumbs > span > span a {
  color: var(--black-body-text, #3F4A50);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}
.site .bc_white_alone .page-breadcrumbs > span > span:first-child a svg {
  margin-bottom: -3px;
  margin-right: 8px;
}
.site .bc_white_alone .page-breadcrumbs > span > span:first-child a svg path {
  stroke: var(--white-text, #fff);
}
.site .bc_white_alone .page-breadcrumbs > span > span {
  color: var(--white-text, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.site .bc_white_alone .page-breadcrumbs > span > span a {
  color: var(--white-text, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}
.site .bc_white {
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .site .bc_white {
    margin-bottom: 91px;
  }
}
.site .bc_white .page-breadcrumbs > span > span:first-child a svg {
  margin-bottom: -3px;
  margin-right: 8px;
}
.site .bc_white .page-breadcrumbs > span > span:first-child a svg path {
  stroke: var(--white-text, #fff);
}
.site .bc_white .page-breadcrumbs > span > span {
  color: var(--white-text, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.site .bc_white .page-breadcrumbs > span > span a {
  color: var(--white-text, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .site .positionBreadcrumbsWrap {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .site .positionBreadcrumbs {
    position: absolute;
    top: 0;
  }
}

@media (min-width: 768px) {
  article.type-blog .breadcrumbs .page-breadcrumbs {
    margin-bottom: 91px;
  }
}

.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .contacts__list {
    flex-direction: row;
    gap: 20px;
  }
}
.contacts__list__item {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: #FFF;
}
@media (min-width: 768px) {
  .contacts__list__item {
    padding: 56px 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
  }
}
.contacts__list__item__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .contacts__list__item__icon {
    width: 56px;
    height: 56px;
  }
}
.contacts__list__item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts__list__item__content {
  width: 100%;
}
@media (min-width: 768px) {
  .contacts__list__item__content {
    text-align: center;
  }
}
.contacts__list__item__content .title {
  margin-bottom: 8px;
  color: #049BE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contacts__list__item__content .title {
    margin-bottom: 12px;
  }
}
.contacts__list__item__content .link {
  display: inline-block;
  text-decoration: none;
  color: var(--black-headings, #021F2D);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 768px) {
  .contacts__list__item__content .link {
    font-size: 24px;
  }
}
.contacts__list__item__content .link:hover {
  color: #049BE5;
}
.contacts__list__item__content .link:visited {
  color: var(--black-headings, #021F2D);
}
@media (min-width: 768px) {
  .contacts.contact_changed_view .contacts__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.contacts.contact_changed_view .contacts__list__item {
  flex-direction: column;
  padding: 16px 20px;
}
@media (min-width: 768px) {
  .contacts.contact_changed_view .contacts__list__item {
    padding: 24px 32px;
    text-align: unset;
    gap: 24px;
  }
}
.contacts.contact_changed_view .contacts__list__item .contacts__list__item__content {
  text-align: center;
}
.contacts.contact_changed_view .contacts__list__item__content .title {
  margin-bottom: 12px;
}

.contact-form {
  /* ===== Base Input Styles ===== */
  /* ===== Placeholder ===== */
  /* ===== Focus State ===== */
  /* ===== Active (typing) State ===== */
  /* ===== Error State ===== */
  /* ===== Error Message ===== */
  /* ===== Label Styles ===== */
  /* ===== Textarea Reset Height ===== */
}
.contact-form .hero-text-img__col {
  margin-top: 4px;
}
.contact-form .hero-text-img__col .hero-text-img__item img {
  aspect-ratio: 343/229.37;
}
@media (min-width: 768px) {
  .contact-form .hero-text-img__col .hero-text-img__item img {
    aspect-ratio: 646/432;
  }
}
.contact-form__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
  }
}
.contact-form__grid .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.contact-form__col {
  overflow: hidden;
  position: relative;
}
.contact-form__col .head-content .subheadline_default {
  line-height: 1;
}
.contact-form__col .shortcode {
  border-radius: 4px;
  background: #FFF;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media (min-width: 1025px) {
  .contact-form__col .shortcode {
    padding: 56px;
  }
}
.contact-form__col .shortcode form {
  gap: 1rem;
  display: grid;
}
.contact-form__col .shortcode .wpcf7-acceptance {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contact-form__col .shortcode button {
  margin-top: 1rem;
  line-height: 0;
}
@media (min-width: 768px) {
  .contact-form__col .shortcode button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact-form__col .shortcode .phoneMailWrap {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .contact-form__col .shortcode .phoneMailWrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
.contact-form__col .shortcode .successFormSending {
  text-align: center;
  display: none;
}
@media (min-width: 1025px) {
  .contact-form__col .shortcode .successFormSending {
    margin: 148px 0;
  }
}
.contact-form__col .shortcode .successFormSending .successFormSendingText {
  color: var(--black-headings, #021F2D);
  text-align: center;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
@media (min-width: 1025px) {
  .contact-form__col .shortcode .successFormSending .successFormSendingText {
    font-size: 24px;
  }
}
.contact-form__col .shortcode .successFormSending .successFormSendingIcon {
  color: var(--black-headings, #021F2D);
  text-align: center;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.3px;
  margin-bottom: 1rem;
}
.contact-form__col .shortcode .acceptanceCustom {
  margin-top: 1rem;
}
.contact-form__col .shortcode .acceptanceCustom .wpcf7-list-item {
  margin-left: 0;
}
.contact-form__col .shortcode .acceptanceCustom input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-form__col .shortcode .acceptanceCustom .wpcf7-list-item > label {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 34px;
  line-height: 1.4;
}
.contact-form__col .shortcode .acceptanceCustom .wpcf7-list-item-label {
  position: relative;
}
.contact-form__col .shortcode .acceptanceCustom .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 2px;
  width: 22px;
  height: 22px;
  border: 1px solid #EDF0F3;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.contact-form__col .shortcode .acceptanceCustom .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 2px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'>  <rect x='0.5' y='0.5' width='23' height='23' rx='3.5' fill='%23049BE5'/>  <rect x='0.5' y='0.5' width='23' height='23' rx='3.5' stroke='%23EDF0F3'/>  <path d='M7 12L9.29289 14.2929C9.68342 14.6834 10.3166 14.6834 10.7071 14.2929L17 8' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.contact-form__col .shortcode .acceptanceCustom .wpcf7-list-item > label:hover .wpcf7-list-item-label::before {
  border-color: #049BE5;
}
.contact-form__col .shortcode .acceptanceCustom input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form .shortcode input[type=text],
.contact-form .shortcode input[type=email],
.contact-form .shortcode input[type=tel],
.contact-form .shortcode textarea {
  border-radius: 4px;
  border: 1px solid var(--gray-background, #EDF0F3);
  outline: none;
  height: 56px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: Roboto;
  font-size: 16px;
  line-height: 160%;
  color: var(--black-headings, #021F2D);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  transition: border 0.2s ease;
  margin-top: 4px;
}
.contact-form .shortcode input::-moz-placeholder, .contact-form .shortcode textarea::-moz-placeholder {
  color: var(--Dark-gray, #8B959F);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.contact-form .shortcode input::placeholder,
.contact-form .shortcode textarea::placeholder {
  color: var(--Dark-gray, #8B959F);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.contact-form .shortcode input:focus,
.contact-form .shortcode textarea:focus {
  border: 1px solid var(--Blue-100, #C6DCF2);
  outline: 2px solid var(--Blue-100, #C6DCF2);
  outline-offset: 0;
}
.contact-form .shortcode input:not(:-moz-placeholder):not([aria-invalid=true]), .contact-form .shortcode textarea:not(:-moz-placeholder):not([aria-invalid=true]) {
  border: 1px solid var(--blue-200-main, #049BE5);
  outline: 1px solid var(--blue-200-main, #049BE5);
}
.contact-form .shortcode input:not(:placeholder-shown):not([aria-invalid=true]),
.contact-form .shortcode textarea:not(:placeholder-shown):not([aria-invalid=true]) {
  border: 1px solid var(--blue-200-main, #049BE5);
  outline: 1px solid var(--blue-200-main, #049BE5);
}
.contact-form .shortcode input[aria-invalid=true],
.contact-form .shortcode textarea[aria-invalid=true] {
  border: 1px solid #EF5350;
}
.contact-form .shortcode .wpcf7-not-valid-tip,
.contact-form .shortcode .wpcf7-response-output {
  color: #EF5350;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 4px;
}
.contact-form .shortcode label {
  color: var(--black-headings, #021F2D);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  display: block;
  text-align: left;
}
.contact-form .shortcode textarea {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  color: var(--black-headings, #021F2D);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}

.hero-events {
  background: linear-gradient(276deg, #03202e 23.26%, #074e71 95.87%, #0a71a4 138.49%);
  padding: 6.25rem 0 4rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .hero-events {
    background: linear-gradient(256deg, #03202e 53.26%, #074e71 95.87%, #0a71a4 138.49%);
    padding: 6.875rem 0 2.5rem;
  }
}
.hero-events__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  .hero-events__grid {
    grid-template-columns: 40% 60%;
    grid-gap: 1.25rem;
    align-items: center;
  }
}
.hero-events__col {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero-events__col {
    height: 100%;
  }
}
.hero-events__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .hero-events__col .text_default {
    max-width: 419px;
  }
}
@media (min-width: 1025px) {
  .hero-events__col .head-content {
    height: 100%;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .hero-events__col .breadcrumbs.bc_white {
    margin-bottom: 50px;
  }
}
.hero-events .line-wave {
  position: absolute;
  right: -6.25rem;
  top: -10rem;
  mix-blend-mode: overlay;
}
@media (min-width: 1025px) {
  .hero-events .line-wave {
    left: 18%;
    right: inherit;
    top: -10.3125rem;
  }
}
.hero-events header {
  display: flex;
  flex-direction: column;
  padding: 4px;
  border-radius: 4px;
  background: #FFF;
}
@media (min-width: 768px) {
  .hero-events header {
    height: 454px;
    display: grid;
    grid-template-columns: 42.72% 57.24%;
  }
}
.hero-events__img {
  width: 100%;
}
@media (min-width: 768px) {
  .hero-events__img {
    order: 2;
    position: relative;
    height: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 8px;
  }
}
.hero-events__img img {
  width: 100%;
  display: block;
  border-radius: 8px;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 768px) {
  .hero-events__img img {
    max-width: 446px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.hero-events__img:hover img {
  transform: scale(1.05);
}
.hero-events__date {
  display: flex;
  align-items: center;
  color: #049BE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-top: 3px;
}
.hero-events__date span {
  margin-top: 4px;
}
.hero-events__date svg {
  margin-right: 6px;
}
.hero-events__location {
  display: flex;
  align-items: center;
  color: #049BE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero-events__location span {
    margin-bottom: -5px;
  }
}
.hero-events__location svg {
  margin-right: 6px;
}
.hero-events .event-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .hero-events .event-content {
    height: 100%;
  }
}
.hero-events .event-content .blog-card__date,
.hero-events .event-content .blog-card__location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6E7A85;
}
.hero-events .event-content .blog-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--black-headings, #021F2D);
  margin-top: 0.5rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hero-events .event-content .blog-card__title {
    font-size: 20px;
  }
}
.hero-events .event-content .blog-card__excerpt {
  padding-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--black-body-text, #3F4A50);
}
.hero-events .event-content .btn_primary {
  margin-top: 4px;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .hero-events .event-content .btn_primary {
    margin-top: auto;
    align-self: flex-start;
    width: 100%;
  }
}

.events {
  margin-top: 72px;
}
@media (min-width: 768px) {
  .events {
    margin-top: 80px;
  }
}
.events .events-grid {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .events .events-grid {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.events .blog-card {
  padding: 4px;
  margin-bottom: 20px;
  border-radius: 4px;
  transition: background-color 0.5s ease;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .events .blog-card {
    margin-bottom: 20px;
  }
}
.events .blog-card:hover img {
  transform: scale(1.1);
}
.events .blog-card:hover .blog-card__title {
  color: var(--blue-200-main, #049BE5);
}
.events .blog-card__date {
  display: flex;
  align-items: center;
  color: #049BE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .events .blog-card__date span {
    margin-top: 4px;
  }
}
.events .blog-card__date svg {
  margin-right: 6px;
}
.events .blog-card__location {
  display: flex;
  align-items: center;
  color: #049BE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .events .blog-card__location span {
    margin-bottom: -5px;
  }
}
.events .blog-card__location svg {
  margin-right: 6px;
}
.events .blog-card__img {
  position: relative;
  padding-top: 74.76%;
  overflow: hidden;
  border-radius: 4px;
}
@supports (aspect-ratio: 1/1) {
  .events .blog-card__img {
    padding-top: 0;
    aspect-ratio: 416/311;
  }
}
.events .blog-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.events .blog-card header {
  padding: 20px 0 12px;
}
.events .blog-card header time {
  color: var(--Dark-gray, #8B959F);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.events .blog-card__wrap {
  padding: 0 16px 16px;
}
.events .blog-card__content {
  color: var(--black-body-text, #3F4A50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 24px;
}
.events .blog-card__title {
  margin-top: 16px;
  display: block;
  text-decoration: none;
  color: var(--black-headings, #021F2D);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  transition: color 0.5s ease;
}
@media (min-width: 768px) {
  .events .blog-card__title {
    font-size: 20px;
  }
}
.events .blog-card__cat {
  color: var(--Dark-gray, #8B959F);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  position: relative;
  padding-left: 22px;
}
.events .blog-card__cat:before {
  content: " ";
  background-color: #8B959F;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 7px;
  top: 5px;
}
.events .blog-card--wide {
  grid-column: 1/-1;
  background: #FFF;
}
@media (min-width: 768px) {
  .events .blog-card--wide {
    margin-bottom: 20px;
  }
}
.events .blog-card--wide .blog-card__title {
  font-size: 24px;
  margin-top: 1rem;
}
.events .blog-card--wide header {
  padding: 20px 0 16px;
}
@media (min-width: 768px) {
  .events .blog-card--wide header {
    padding: 0 0 16px;
    display: flex;
    flex-direction: column;
  }
  .events .blog-card--wide header div {
    display: flex;
  }
}
@media (min-width: 768px) {
  .events .blog-card--wide {
    background: transparent;
    padding-bottom: 4px;
    display: flex;
  }
  .events .blog-card--wide .blog-card__img {
    width: 50%;
  }
  .events .blog-card--wide .blog-card__title {
    font-size: 32px;
  }
  .events .blog-card--wide .blog-card__wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 40px;
  }
  .events .blog-card--wide .blog-card__content {
    flex: 1 1 auto;
  }
  .events .blog-card--wide .blog-card__link {
    margin-top: auto;
    align-self: flex-start;
  }
  .events .blog-card--wide .blog-card__link svg {
    top: -5px;
  }
}
.events .events-pagination {
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .events .events-pagination {
    max-width: 336px;
    margin: auto;
    margin-top: 20px;
  }
}
.events .events-pagination a.nav-prev {
  margin-right: 8px;
}
.events .events-pagination a.nav-next {
  margin-left: 8px;
}
.events .events-pagination a.nav-prev, .events .events-pagination a.nav-next {
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 4px;
  background: #FFF url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5898 4.1932L9.06984 10.7132C8.29984 11.4832 8.29984 12.7432 9.06984 13.5132L15.5898 20.0332' stroke='%23049BE5' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/auto no-repeat;
}
.events .events-pagination a.nav-next {
  transform: rotate(180deg);
}
.events .events-pagination .page-numbers {
  border-radius: 4px;
  background: #FFF;
  display: flex;
  height: 56px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.events .events-pagination .page-numbers a {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  color: var(--black-footer, #000910);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.events .events-pagination .page-numbers a.ellipsis {
  color: var(--black-footer, #000910);
  text-align: center;
  font-size: 20px;
  height: 32px;
  width: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.events .events-pagination .page-numbers a.active {
  background: #049BE5;
  color: #FFF;
  border-radius: 4px;
}
.events .events-pagination .page-numbers a:first-child {
  margin-left: 0;
}
.events .events-pagination .page-numbers a:last-child {
  margin-right: 0;
}
.events .events-pagination a.active {
  font-weight: 700;
}
.events .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  border: 0;
}
.events__tags {
  padding: 16px 58px 16px 24px;
  position: relative;
  width: 100%;
  flex-direction: column;
  display: flex;
  height: 58px;
  overflow: hidden;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  background: #FFF;
}
@media (min-width: 768px) {
  .events__tags {
    width: 1086px;
    min-height: 64px;
    max-width: 100%;
    padding: 4px;
    margin: auto;
    height: auto;
  }
}
.events__tags__toggle {
  margin-left: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s;
  position: absolute;
  right: 24px;
  padding: 5px;
  top: 14px;
}
@media (min-width: 768px) {
  .events__tags__toggle {
    display: none;
    visibility: hidden;
  }
}
.events__tags__toggle svg {
  width: 24px;
  height: 24px;
}
.events__tags[data-open=true] {
  height: auto;
}
.events__tags[data-open=true] .events__tags__toggle {
  transform: rotate(180deg);
}
.events__tags__list {
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .events__tags__list {
    gap: 4px;
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
.events__tags__list a {
  color: var(--black-headings, #021F2D);
  font: 500 20px/130% "Roboto Condensed";
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
  font-style: normal;
}
@media (min-width: 768px) {
  .events__tags__list a {
    color: #555D66;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 130%;
    padding: 5px 16px;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    min-height: 55px;
    flex: 1 1 0;
  }
}
.events__tags__list a[href="#"] {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .events__tags__list a[href="#"] {
    order: -1;
    margin-bottom: 0;
  }
}
.events__tags__list a[aria-hidden=true] {
  color: var(--black-headings, #021F2D) !important;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .events__tags__list a[aria-hidden=true] {
    display: none;
  }
}
.events__tags__list a.firstTag {
  order: unset;
}
@media (min-width: 768px) {
  .events__tags__list a.firstTag {
    order: -2;
  }
}
.events__tags__list a.active {
  color: #049BE5;
}
@media (min-width: 768px) {
  .events__tags__list a.active {
    border-radius: 4px;
    background: #049BE5;
    color: #FFF;
  }
}
.events__tags[data-open=true] .blog-content__tags__list {
  max-height: 500px;
}
.hero-text-img__map iframe {
  border-radius: 4px;
}

section.hero-map {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  section.hero-map {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  section.hero-map .breadcrumbs.bc_white {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  section.hero-map .head-content .text_default {
    max-width: 535px;
  }
}
section.hero-map .hero-text-img__col {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  section.hero-map .hero-text-img__col {
    height: 100%;
  }
}
section.hero-map .hero-text-img__map iframe {
  border-radius: 4px;
  max-height: 343px;
}
@media (min-width: 768px) {
  section.hero-map .hero-text-img__map iframe {
    max-height: none;
  }
}

.hero-bg-img {
  padding: 6.25rem 0 4rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .hero-bg-img {
    padding: 6.875rem 0;
  }
}
.hero-bg-img .page-breadcrumbs {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .hero-bg-img_mb-center {
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .hero-bg-img__wrap .colored-lines {
    align-items: center;
  }
}
.hero-bg-img .head-content {
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .hero-bg-img .head-content {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .hero-bg-img .text_default {
    margin-top: 1rem;
    max-width: 535px;
    text-align: center;
  }
}

.about-us-facts .bg_white {
  background: #fff;
}
.about-us-facts__grid .colored-lines {
  margin-top: 0.5rem;
}
.about-us-facts__grid .head-content .headline_default {
  color: var(--black-headings, #021F2D);
}
@media (min-width: 1025px) {
  .about-us-facts__grid_reverse .about-us-facts__col:nth-child(2) {
    order: -1;
  }
}
@media (min-width: 1280px) {
  .about-us-facts__grid_reverse .about-us-facts__col .head-content {
    padding: 0 0 0 3.5rem;
  }
}
.about-us-facts__grid_reverse .about-us-facts__wrap {
  grid-template-columns: calc(41% - 10px) calc(59% - 10px) !important;
}
.about-us-facts__wrap {
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .about-us-facts__wrap {
    margin-top: 3rem;
    gap: 20px;
    display: grid;
    grid-template-columns: 59% 41%;
    grid-template-columns: calc(59% - 10px) calc(41% - 10px);
  }
}
.about-us-facts__col:first-child {
  padding: 32px 20px;
  background: #fff;
  display: grid;
  gap: 1.5rem;
  border-radius: 4px;
}
@media (min-width: 1025px) {
  .about-us-facts__col:first-child {
    margin: 13px 0;
    padding: 48px;
    gap: 18px;
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.about-us-facts__col:last-child {
  overflow: hidden;
  border-radius: 4px;
  background: #049BE5;
  padding: 34px 20px;
  position: relative;
  display: grid;
  gap: 1rem;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .about-us-facts__col:last-child {
    padding: 48px;
    margin-top: unset;
  }
}
.about-us-facts__col:last-child svg {
  position: absolute;
  right: -40px;
}
@media (min-width: 1025px) {
  .about-us-facts__col:last-child svg {
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .about-us-facts__col.alone-img {
    margin: auto 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 1025px) {
  .about-us-facts__col.alone-img .about-us-facts__subcol {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1025px) {
  .about-us-facts__col.alone-img .about-us-facts__subcol .text_default {
    margin-top: 2rem;
  }
}
.about-us-facts__col.alone-img .about-us-facts__subcol:last-child .about-us-facts__subcol__img {
  min-height: unset;
  margin-right: unset;
}
@media (min-width: 1025px) {
  .about-us-facts__col.alone-img .about-us-facts__subcol:last-child .about-us-facts__subcol__img {
    display: flex;
    justify-content: flex-end;
  }
}
.about-us-facts__col.alone-img .about-us-facts__subcol:last-child .about-us-facts__subcol__img .img_default {
  max-width: unset;
  position: unset !important;
  aspect-ratio: 285/273 !important;
}
.about-us-facts__col.alone-img .about-us-facts__subcol:last-child .about-us-facts__subcol__img .img_default img {
  width: 100%;
  aspect-ratio: 285/273 !important;
}
.about-us-facts__subcol {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .about-us-facts__subcol .text_default {
    margin-top: 4rem;
  }
}
.about-us-facts__subcol .text_default ul {
  padding-left: 30px;
}
.about-us-facts__subcol .text_default ul li {
  margin-bottom: 0.75rem;
}
.about-us-facts__subcol .text_default ul li:last-child {
  margin-bottom: 0;
}
.about-us-facts__subcol .text_default ul li::marker {
  color: #049BE5;
  font-size: 23px;
  line-height: 10px;
}
@media (min-width: 1025px) {
  .about-us-facts__subcol {
    display: block;
  }
}
.about-us-facts__subcol .headline_h2 {
  font-weight: 500;
}
.about-us-facts__subcol__titleWrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .about-us-facts__subcol__titleWrap {
    gap: 2rem;
    display: grid;
  }
}
.about-us-facts__subcol__titleWrap .headline_default * {
  color: var(--black-headings, #021F2D);
}
.about-us-facts__subcol__img {
  position: relative;
  min-height: 176px;
}
@media (min-width: 1025px) {
  .about-us-facts__subcol__img {
    min-height: 336px;
    margin-right: -30px;
  }
}
.about-us-facts__subcol__img .img_default {
  width: -moz-fit-content;
  width: fit-content;
}
.about-us-facts__subcol__img .img_default:first-child {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200px;
  z-index: 2;
}
@media (min-width: 1025px) {
  .about-us-facts__subcol__img .img_default:first-child {
    width: 314px;
    max-width: 86%;
  }
}
.about-us-facts__subcol__img .img_default:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 222px;
}
@media (min-width: 480px) {
  .about-us-facts__subcol__img .img_default:last-child {
    right: unset;
    left: 20%;
  }
}
@media (min-width: 1025px) {
  .about-us-facts__subcol__img .img_default:last-child {
    left: unset;
    top: 25%;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .about-us-facts__subcol__img .img_default:last-child {
    top: unset;
    bottom: 0;
    right: 0;
    width: 314px;
    max-width: 86%;
  }
}
.about-us-facts__subcol__img .img_default img {
  border-radius: 4px;
  aspect-ratio: 200/133;
}
@media (min-width: 1025px) {
  .about-us-facts__subcol__img .img_default img {
    aspect-ratio: 314/209;
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
.about-us-facts__subcol__icon {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #049BE5;
  padding: 12px;
}
.about-us-facts__subcol__icon svg, .about-us-facts__subcol__icon img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1025px) {
  .about-us-facts__subcol__icon svg, .about-us-facts__subcol__icon img {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1025px) {
  .about-us-facts__subcol__icon {
    padding: 14px;
    width: 60px;
    height: 60px;
  }
}
.about-us-facts__items {
  margin-top: 20px;
  padding: 1.25rem;
  background: linear-gradient(256deg, #03202e 53.26%, #074e71 95.87%, #0a71a4 138.49%), #049be5;
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .about-us-facts__items {
    padding: 2.5rem;
    justify-content: space-between;
  }
}
.about-us-facts__items_4col {
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .about-us-facts__items_4col {
    flex-direction: row;
    gap: 7rem;
  }
}
.about-us-facts__items_4col .about-us-facts__item {
  flex: 0 1 calc(50% - 1rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .about-us-facts__items_4col .about-us-facts__item {
    flex: 0 1 15.9%;
  }
}
.about-us-facts__items_4col .about-us-facts__item .text_default {
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .about-us-facts__items_4col .about-us-facts__item .text_default {
    font-size: 1rem;
  }
}
.about-us-facts__items_4col .about-us-facts__item .img_default {
  line-height: 0;
  flex: 0 0 2.5rem;
}
.about-us-facts__items_4col .about-us-facts__item .img_default img,
.about-us-facts__items_4col .about-us-facts__item .img_default svg {
  width: 2.5rem;
  height: 2.5rem;
}
.about-us-facts__items_4col .about-us-facts__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1rem;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  display: none;
}
@media (min-width: 1025px) {
  .about-us-facts__items_4col .about-us-facts__item::after {
    display: block;
    right: -3.5rem;
    right: -40%;
    top: 0;
    bottom: inherit;
    width: 1px;
    height: 100%;
  }
}
.about-us-facts__items_4col .about-us-facts__item:last-child::after {
  display: none;
}
.about-us-facts__item {
  position: relative;
  justify-content: center;
}
.about-us-facts__item:before {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.24);
}
.about-us-facts__item:nth-child(1):before {
  right: -1rem;
  top: 0;
  height: 100%;
  width: 1px;
}
.about-us-facts__item:nth-child(2):before {
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1px;
}
.about-us-facts__item:nth-child(3):before {
  top: -1rem;
  left: 0;
  width: 100%;
  height: 1px;
}
.about-us-facts__item:nth-child(4):before {
  left: -1rem;
  top: 0;
  height: 100%;
  width: 1px;
}
@media (min-width: 1025px) {
  .about-us-facts__item:before {
    content: none;
    right: -3.5rem;
    top: 0;
    height: 100%;
    width: 1px;
  }
}
.about-us-facts__img {
  width: 100%;
}
.about-us-facts__img img {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .about-us-facts__img {
    max-width: 15.25rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .about-us-facts__img {
    max-width: 23.25rem;
    right: 0.5rem;
  }
}
.about-us-facts__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.about-us-facts__num {
  text-align: center;
  color: #049BE5;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 1025px) {
  .about-us-facts__num {
    font-size: 3rem;
    text-align: left;
  }
}

.worldwide-locations {
  background: #FFF;
  padding: 72px 0;
}
@media (min-width: 1025px) {
  .worldwide-locations {
    padding: 80px 0;
  }
}
.worldwide-locations__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .worldwide-locations__grid {
    grid-template-columns: calc(34% - 10px) calc(66% - 10px);
    align-items: center;
  }
}
.worldwide-locations__col {
  overflow: hidden;
  position: relative;
}
.worldwide-locations__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  .worldwide-locations__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.worldwide-locations__col .headline_default {
  color: var(--black-headings, #021F2D);
  font-weight: 500;
}
.worldwide-locations__item .img_default {
  overflow: hidden;
}
.worldwide-locations__item .img_default > img {
  aspect-ratio: 644/600;
}
.worldwide-locations__map {
  position: relative;
  width: 100%;
}
.worldwide-locations__map .img_default img {
  width: 100%;
  height: auto;
  display: block;
}
.worldwide-locations__map .svg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.worldwide-locations__map .svg_layer svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  preserveAspectRatio: xMidYMid meet;
}
.worldwide-locations__map .svg_layer circle,
.worldwide-locations__map .svg_layer foreignObject {
  animation: pulse 2.5s infinite ease-in-out;
  transform-origin: center;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.team .colored-lines {
  margin-top: 0.5rem;
}
.team__wrap {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1025px) {
  .team__wrap {
    margin-top: 3rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.team__item {
  border-radius: 4px;
  background: #FFF;
  padding: 0.5rem;
}
.team__item img {
  border-radius: 4px;
  aspect-ratio: 147/140;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .team__item img {
    aspect-ratio: 297/257;
  }
}
.team__item__content {
  padding: 12px;
}
@media (min-width: 768px) {
  .team__item__content {
    padding: 1rem;
  }
}
.team__item__content .headline_default * {
  color: var(--black-headings, #021F2D);
}
.team__item__content .text_default_sm {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .team__item__content .text_default_sm {
    font-size: 16px;
  }
}

.branchen__greed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .branchen__greed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .branchen__greed {
    grid-template-columns: repeat(3, 1fr);
  }
}
.branchen__greed__card {
  padding: 24px;
  background: #fff;
  text-decoration: none;
}
.branchen__greed__card:hover .btn-link_primary {
  color: #0A71A4;
  border-bottom: 1px solid #0A71A4;
}
.branchen__greed__card:hover .btn-link_primary path {
  stroke: #0A71A4;
}
@media (min-width: 768px) {
  .branchen__greed__card {
    padding: 32px;
  }
}
.branchen__greed__card .btn_default {
  margin-top: 1.5rem;
}
.branchen__greed__card .text_default {
  color: var(--black-body-text, #3F4A50);
}
.branchen__greed__card .card-head {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #EDF0F3;
}
@media (min-width: 768px) {
  .branchen__greed__card .card-head {
    display: block;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.branchen__greed__card .card-head__icon {
  border-radius: 4px;
  border: 1px solid var(--gray-background, #EDF0F3);
  background: var(--White, #FFF);
  display: flex;
  width: 72px;
  height: 72px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.branchen__greed__card .card-head__icon img {
  width: 32px;
  height: 32px;
}
.branchen__greed__card .card-head .headline_default {
  padding: 7px 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .branchen__greed__card .card-head .headline_default {
    padding: unset;
    margin-top: 24px;
  }
}
.branchen__greed__card .card-head .headline_default * {
  color: var(--black-footer, #000910);
}

.branchenIcon {
  display: none;
}

.text-img-branchen .btn {
  gap: 0;
}
@media (min-width: 1025px) {
  .text-img-branchen .btn {
    gap: 1rem;
  }
}
.text-img-branchen .img_default > img {
  aspect-ratio: 644/340;
}
.text-img-branchen .text-img__col {
  position: relative;
}
.text-img-branchen .branchenIcon {
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 3;
  border-radius: 4px;
  border: 1px solid var(--gray-background, #EDF0F3);
  background: var(--White, #FFF);
  display: flex;
  width: 72px;
  height: 72px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.text-img-branchen .branchenIcon img {
  width: 32px;
  height: 32px;
}
.text-img-branchen .customers {
  position: relative;
  margin: 1.5rem -1rem 4rem;
  padding: 1rem 0;
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(to right, #B8C7D7 0, #B8C7D7 8px, transparent 8px, transparent 16px);
     border-image: repeating-linear-gradient(to right, #B8C7D7 0, #B8C7D7 8px, transparent 8px, transparent 16px);
  border-image-slice: 1;
}
@media (min-width: 768px) {
  .text-img-branchen .customers {
    margin: 5rem 0 4rem;
    padding: 2rem 0;
  }
}
.text-img-branchen .customers .headline_default {
  text-align: center;
}
@media (min-width: 768px) {
  .text-img-branchen .customers .headline_default {
    text-align: unset;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
  }
}
.text-img-branchen .customers .headline_default * {
  color: var(--black-body-text, #3F4A50);
  font-size: 1.25rem;
}
.text-img-branchen .customers .customers-slider {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .text-img-branchen .customers .customers-slider {
    margin-left: 150px;
  }
}
.text-img-branchen .customers .customers-slider .customers-slider__slide img,
.text-img-branchen .customers .customers-slider .customers-slider__slide svg {
  max-height: 45px;
  width: auto;
  height: auto;
  display: block;
}
.text-img-branchen .customers .customers-slider__icons {
  align-items: center;
}

.double-img-text__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .double-img-text__grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .double-img-text__grid_reverse .double-img-text__col:nth-child(2) {
    order: -1;
  }
}
@media (min-width: 1280px) {
  .double-img-text__grid_reverse .double-img-text__col .head-content {
    padding: 0 0 0 3.5rem;
  }
}
.double-img-text__col {
  overflow: hidden;
  position: relative;
}
.double-img-text__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .double-img-text__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.double-img-text__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .double-img-text__col .colored-lines {
    margin-bottom: 0.5rem;
  }
}
.double-img-text__wrap {
  position: relative;
  height: 320px;
}
@media (min-width: 1025px) {
  .double-img-text__wrap {
    height: 540px;
  }
}
.double-img-text__item .img_default {
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 452/452;
}
.double-img-text__item .img_default img {
  aspect-ratio: 452/452;
}
@media (min-width: 1025px) {
  .double-img-text__item .img_default img {
    aspect-ratio: 452/452;
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
.double-img-text__item:first-child .img_default {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 76%;
  z-index: 2;
  max-height: 76%;
}
.double-img-text__item:last-child .img_default {
  position: absolute;
  max-width: 60%;
  max-height: 60%;
  z-index: 3;
  bottom: 30px;
  right: 26px;
}
@media (min-width: 1025px) {
  .double-img-text__item:last-child .img_default {
    bottom: 49px;
    right: 57px;
  }
}
.double-img-text__item .img_default {
  overflow: hidden;
}
.double-img-text__item .img_default > img {
  aspect-ratio: 452/452;
}

.text-list-block {
  padding: 4.5rem 0;
}
@media (min-width: 1025px) {
  .text-list-block {
    padding: 9.375rem 0;
  }
}
.text-list-block .btn {
  gap: 0;
}
@media (min-width: 1025px) {
  .text-list-block .btn {
    gap: 1rem;
  }
}
.text-list-block__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .text-list-block__grid {
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .text-list-block__grid_reverse .text-img__col:nth-child(2) {
    order: -1;
  }
}
@media (min-width: 1280px) {
  .text-list-block__grid_reverse .text-img__col .head-content {
    padding: 0 0 0 3.5rem;
  }
}
.text-list-block__col {
  overflow: hidden;
  position: relative;
}
.text-list-block__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .text-list-block__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.text-list-block__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .text-list-block__col .colored-lines {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .text-list-block__col:last-child {
    display: flex;
    justify-content: flex-end;
  }
}
.text-list-block__wrap {
  margin-top: 0.5rem;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .text-list-block__wrap {
    margin-top: 2rem;
    gap: 1.25rem;
  }
}
.text-list-block__item {
  border-radius: 4px;
  background: var(--gray-background, #EDF0F3);
  padding: 1.5rem;
}
@media (min-width: 1025px) {
  .text-list-block__item {
    padding: 2rem;
    display: grid;
    grid-template-columns: 33% 67%;
  }
}
.text-list-block__item__heading {
  display: flex;
  align-items: center;
}
.text-list-block__item__heading .count {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Blue-300, #0088CB);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 72.8px */
}
@media (min-width: 1025px) {
  .text-list-block__item__heading .count {
    font-size: 80px;
    min-width: 80px;
  }
}
.text-list-block__item__heading .headline_default {
  color: var(--black-footer, #000910);
  margin-left: 1rem;
  max-width: 230px;
}
@media (min-width: 480px) {
  .text-list-block__item__heading .headline_default {
    max-width: unset;
  }
}
@media (min-width: 1025px) {
  .text-list-block__item__heading .headline_default {
    margin-left: 2rem;
  }
}
.text-list-block__item__heading .headline_default * {
  font-weight: 500;
  color: var(--black-footer, #000910);
}
.text-list-block__item .text_default {
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  .text-list-block__item .text_default {
    margin-top: 0;
    padding-left: 111px;
  }
}
.text-list-block__item:last-child {
  overflow: hidden;
  position: relative;
  background: linear-gradient(256deg, #03202E 53.26%, #074E71 95.87%, #0A71A4 138.49%), #EDF0F3;
}
.text-list-block__item:last-child .count {
  color: var(--blue-200-main, #049BE5);
}
.text-list-block__item:last-child .headline_default, .text-list-block__item:last-child .headline_default * {
  color: var(--White, #FFF);
}
.text-list-block__item:last-child .text_default {
  color: var(--gray-background, #EDF0F3);
}
.text-list-block__item:last-child .text-list-block__item__heading .count {
  color: var(--blue-200-main, #049BE5);
}
.text-list-block__item:last-child .svg-decoration {
  display: none;
  position: absolute;
  right: 0;
  mix-blend-mode: overlay;
}
@media (min-width: 1025px) {
  .text-list-block__item:last-child .svg-decoration {
    display: block;
  }
}
.text-list-block .mobile-only .btn_default {
  margin-top: 24px;
}

.desk-only {
  display: none;
}
@media (min-width: 1025px) {
  .desk-only {
    display: block;
  }
}

@media (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}

.faq .faq-answer * {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .faq .faq-answer * {
    font-size: 18px;
  }
}
.faq .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .faq .colored-lines {
    margin-bottom: 0.5rem;
  }
}
.faq__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .faq__grid {
    margin-top: 2rem;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1025px) {
  .faq__grid_reverse .text-img__col:nth-child(2) {
    order: -1;
  }
}
@media (min-width: 1280px) {
  .faq__grid_reverse .text-img__col .head-content {
    padding: 0 0 0 3.5rem;
  }
}
.faq__col {
  overflow: hidden;
  position: relative;
}
.faq__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .faq__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.faq__col:last-child {
  display: none;
}
@media (min-width: 1025px) {
  .faq__col:last-child {
    display: block;
  }
}
.faq__col .ArticleMultiConContentBlockFaq {
  margin-top: 0;
}
.faq .img_default {
  overflow: hidden;
}
.faq .img_default > img {
  aspect-ratio: 424/386;
  -o-object-position: 74%;
     object-position: 74%;
}

.text-preload .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .text-preload .colored-lines {
    margin-bottom: 1rem;
  }
}
.text-preload__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .text-preload__grid {
    flex-wrap: nowrap;
    flex-direction: row;
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
}
.text-preload__col {
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.text-preload__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .text-preload__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.text-preload__col:last-child {
  border-radius: 4px;
  background: #049BE5;
  padding: 24px 20px;
  position: relative;
}
.text-preload__col:last-child svg {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1025px) {
  .text-preload__col:last-child {
    padding: 48px;
    height: 100%;
    justify-content: center;
    display: flex;
  }
}
.text-preload__col:first-child {
  border-radius: 4px;
  background: #FFF;
  order: 3;
  padding: 24px 20px;
  max-height: 536px;
}
@media (min-width: 1025px) {
  .text-preload__col:first-child {
    order: unset;
    padding: 32px;
    max-height: 288px;
  }
}
.text-preload__col--left {
  overflow: hidden;
  scrollbar-width: thin;
  scrollbar-color: #049BE5 #EDF0F3;
}
.text-preload__col--left .text-preload__scroll {
  overflow-y: auto;
  padding-right: 8px;
  max-height: 584px;
}
@media (min-width: 1025px) {
  .text-preload__col--left .text-preload__scroll {
    max-height: unset;
  }
}
.text-preload__col--left .text-preload__scroll::-webkit-scrollbar {
  width: 3px;
}
.text-preload__col--left .text-preload__scroll::-webkit-scrollbar-track {
  background-color: #EDF0F3;
}
.text-preload__col--left .text-preload__scroll::-webkit-scrollbar-thumb {
  background-color: #049BE5;
  border-radius: 4px;
}
.text-preload__col--left .text-preload__scroll::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
@media (min-width: 1025px) {
  .text-preload__col--left {
    width: 60%;
    max-height: none;
  }
  .text-preload__col--right {
    width: 40%;
    flex-shrink: 0;
  }
}
.text-preload__right {
  display: grid;
  gap: 1rem;
  z-index: 2;
  position: relative;
}
.text-preload__item {
  cursor: pointer;
}
.text-preload__item--text {
  display: none;
}
.text-preload__item--text.is-active {
  display: block;
}
.text-preload__item--text p {
  margin-bottom: 0.5rem;
}
.text-preload__item--title {
  padding-left: 13px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-left: 3px solid rgba(255, 255, 255, 0.32);
}
@media (min-width: 1025px) {
  .text-preload__item--title {
    font-size: 20px;
  }
}
.text-preload__item--title.is-active {
  border-left: 3px solid var(--White, #FFF);
  font-weight: bold;
  color: var(--White, #FFF);
}

.hero-light {
  overflow: hidden;
  position: relative;
  background: linear-gradient(276deg, #03202e 23.26%, #074e71 95.87%, #0a71a4 138.49%);
  padding: 6.25rem 0 2.5rem;
  padding: 6.25rem 0 4rem;
}
@media (min-width: 1025px) {
  .hero-light {
    background: linear-gradient(256deg, #03202e 53.26%, #074e71 95.87%, #0a71a4 138.49%);
    padding: 6.875rem 0 4rem;
  }
}
.hero-light .page-breadcrumbs {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .hero-light_mb-center {
    align-items: center;
  }
}
.hero-light__wrap svg.line-wave {
  position: absolute;
  right: -18%;
  top: -82%;
}
@media (min-width: 1025px) {
  .hero-light__wrap svg.line-wave {
    right: 20%;
    top: -27%;
  }
}
.hero-light .head-content {
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .hero-light .head-content {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .hero-light .text_default {
    margin-top: 1rem;
    max-width: 535px;
    text-align: center;
  }
}

.text-classic .text_default p {
  font-size: 18px;
}
.text-classic .text_default h1, .text-classic .text_default h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--black-footer, #000910);
}
.text-classic .text_default h1:first-child, .text-classic .text_default h2:first-child {
  margin-top: 0;
}
.text-classic .text_default h3, .text-classic .text_default h3, .text-classic .text_default h4, .text-classic .text_default h5.h6 {
  color: var(--black-footer, #000910);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text-classic .text_default h3:first-child, .text-classic .text_default h3:first-child, .text-classic .text_default h4:first-child, .text-classic .text_default h5.h6:first-child {
  margin-top: 0;
}

.download-list__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
}
@media (min-width: 1025px) {
  .download-list__grid {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .download-list__grid__buttons {
    justify-content: flex-end;
    display: flex;
    gap: 1rem;
  }
}
.download-list__grid__buttons .btn {
  padding: 16px 24px;
}
@media (min-width: 576px) {
  .download-list__grid__buttons .btn {
    min-width: 340px;
  }
}
@media (min-width: 1025px) {
  .download-list__grid__buttons .btn {
    min-width: unset;
    padding: 1rem 1.5rem 1rem 2rem;
  }
}
@media (min-width: 1025px) {
  .download-list__grid.show-line {
    padding-top: 34px;
    border-top: 1px solid rgba(139, 149, 159, 0.56);
  }
}
.download-list__title {
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.download-list__title * {
  color: var(--black-footer, #000910);
  transition: color 0.3s ease-in-out;
}
.download-list__title:hover span {
  color: #049BE5;
}
.download-list__col {
  overflow: hidden;
  position: relative;
}
.download-list__col:first-child {
  gap: 0.5rem;
  display: grid;
}
@media (min-width: 768px) {
  .download-list__col:last-child {
    display: flex;
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .download-list__col:last-child {
    height: 100%;
    align-items: flex-end;
  }
}
@media (min-width: 1025px) {
  .download-list__col .head-content {
    margin-top: 0;
  }
}
.download-list__col .head-content .headline_default * {
  color: var(--black-headings, #021F2D);
}
@media (min-width: 1280px) {
  .download-list__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.download-list__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.download-list__wrap {
  margin-top: 72px;
}
@media (min-width: 1025px) {
  .download-list__wrap {
    margin-top: 40px;
  }
}
.download-list__wrap__item {
  background: #FFF;
  padding: 4px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 20px;
}
.download-list__wrap__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .download-list__wrap__item {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.download-list__wrap__item__img {
  display: flex;
  height: 100%;
  position: relative;
}
.download-list__wrap__item__img img {
  border-radius: 4px;
  height: 100%;
  aspect-ratio: 652/340;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-list__wrap__item__img__hoverIcon {
  border-radius: 32px;
  background: #FFF;
  padding: 16px;
  position: absolute;
  visibility: hidden;
}
.download-list__wrap__item__content {
  padding: 16px;
}
@media (min-width: 1025px) {
  .download-list__wrap__item__content {
    height: 100%;
    padding: 32px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
  }
}
.download-list__wrap__item__selectWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .download-list__wrap__item__selectWrap {
    margin-top: auto;
  }
}
.download-list__wrap__item__selectWrap .downloads-checkbox {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.download-list__wrap__item__selectWrap .downloads-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.download-list__wrap__item__selectWrap .checkbox-custom {
  width: 32px;
  height: 32px;
  background: #FFF;
  border: none;
  border-radius: 4px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M12.0013 29.3333H20.0013C26.668 29.3333 29.3346 26.6666 29.3346 20V12C29.3346 5.33329 26.668 2.66663 20.0013 2.66663H12.0013C5.33464 2.66663 2.66797 5.33329 2.66797 12V20C2.66797 26.6666 5.33464 29.3333 12.0013 29.3333Z" stroke="%238B959F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.download-list__wrap__item__selectWrap .downloads-checkbox input[type=checkbox]:checked + .checkbox-custom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M12.0013 29.3334H20.0013C26.668 29.3334 29.3346 26.6667 29.3346 20.0001V12.0001C29.3346 5.33341 26.668 2.66675 20.0013 2.66675H12.0013C5.33464 2.66675 2.66797 5.33341 2.66797 12.0001V20.0001C2.66797 26.6667 5.33464 29.3334 12.0013 29.3334Z' fill='%23049BE5' stroke='%23049BE5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.332 15.9999L14.1054 19.7732L21.6654 12.2266' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.download-list__wrap__item__selectWrap.noFile .downloads-checkbox {
  margin-left: auto;
}
.download-list__wrap__item__selectWrap.noFile .download_link {
  display: none;
}
.download-list__wrap__item .download_link {
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  padding: 6px 0 4px 2px;
  border-bottom: 1.5px solid #EF5350;
}
.download-list__wrap__item .download_link a {
  text-transform: uppercase;
  color: #EF5350;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-list__wrap__item .download_link a span {
  line-height: 0;
}
.download-list__wrap__item .download_link svg {
  margin-left: 12px;
}
.download-list__wrap__item .download_link:hover {
  border-bottom: 1.5px solid #AB1714;
}
.download-list__wrap__item .download_link:hover a {
  color: #AB1714;
}
.download-list__wrap__item .download_link:hover svg path:first-child {
  fill: #AB1714;
}
.download-list__text {
  margin-top: 0.5rem;
}

.download_white {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .download_white {
    margin-bottom: 0;
  }
}
.download_white a {
  border-radius: 4px;
  outline: 1.5px solid var(--blue-200-main, #049BE5);
  outline-offset: -1.5px;
  background-color: transparent;
  color: var(--black-headings, #021F2D);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.download_white a:hover {
  color: #fff;
}
.download_white a:hover svg path {
  stroke: #fff;
}

.downloads-list .visually-hidden {
  display: none;
}
.downloads-list .load-more-wrap {
  text-align: center;
  margin-top: 40px;
}
.downloads-list .file-download-block {
  margin-top: 40px;
}
.downloads-list__col .text_default {
  word-break: auto-phrase;
}
.downloads-list__col .text_default * {
  word-break: inherit;
}
.downloads-list__search form {
  display: flex;
  gap: 8px;
}
.downloads-list__search .visually-hidden {
  display: none;
}
.downloads-list__search input[type=search] {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: var(--black-body-text, #3f4a50);
}
.downloads-list__search input[type=search]::-moz-placeholder {
  color: #8b959f;
}
.downloads-list__search input[type=search]::placeholder {
  color: #8b959f;
}
.downloads-list__search button[type=submit] {
  width: 56px;
  height: 56px;
  padding: 16px;
  border: none;
  border-radius: 4px;
  background-color: #049be5;
  cursor: pointer;
}
.downloads-list__grid {
  grid-template-columns: 1fr;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .downloads-list__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
  .downloads-list__grid > *:nth-child(1) {
    grid-column: 1/-1;
  }
  .downloads-list__grid > *:nth-child(2),
  .downloads-list__grid > *:nth-child(3) {
    grid-column: auto;
  }
}
@media (min-width: 1440px) {
  .downloads-list__grid {
    gap: 2rem;
    grid-template-columns: 1fr 0.7fr 0.65fr;
  }
  .downloads-list__grid > *:nth-child(1),
  .downloads-list__grid > *:nth-child(2),
  .downloads-list__grid > *:nth-child(3) {
    grid-column: auto;
  }
}
.downloads-list__grid .download_white {
  margin-bottom: 0;
}
.downloads-list__grid__search-header {
  margin-bottom: 16px;
  color: var(--black-headings, #021f2d);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
.downloads-list__grid__search-header .download_white a {
  width: 100%;
}
.downloads-list__tags {
  padding: 16px 58px 16px 24px;
  position: relative;
  width: 100%;
  flex-direction: column;
  display: flex;
  height: 58px;
  overflow: hidden;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 768px) {
  .downloads-list__tags {
    min-height: 64px;
    padding: 4px;
    margin: auto;
    height: auto;
  }
}
.downloads-list__tags__toggle {
  margin-left: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s;
  position: absolute;
  right: 24px;
  padding: 5px;
  top: 14px;
}
@media (min-width: 768px) {
  .downloads-list__tags__toggle {
    display: none;
    visibility: hidden;
  }
}
.downloads-list__tags__toggle svg {
  width: 24px;
  height: 24px;
}
.downloads-list__tags[data-open=true] {
  height: auto;
}
.downloads-list__tags[data-open=true] .downloads-list__tags__toggle {
  transform: rotate(180deg);
}
.downloads-list__tags__list {
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .downloads-list__tags__list {
    gap: 4px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
.downloads-list__tags__list a {
  color: var(--black-headings, #021f2d);
  font: 500 20px/130% "Roboto Condensed";
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
  font-size: 18px;
}
.downloads-list__tags__list a[href="#"] {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .downloads-list__tags__list a[href="#"] {
    order: -1;
    margin-bottom: 0;
  }
}
.downloads-list__tags__list a[aria-hidden=true] {
  color: var(--black-headings, #021f2d) !important;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .downloads-list__tags__list a[aria-hidden=true] {
    display: none;
  }
}
@media (min-width: 768px) {
  .downloads-list__tags__list a {
    width: 100%;
    color: #555d66;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 192px;
    padding: 12px 16px;
    margin-bottom: 0;
  }
}
.downloads-list__tags__list a.active {
  color: #049BE5;
}
@media (min-width: 768px) {
  .downloads-list__tags__list a.active {
    border-radius: 4px;
    background: #049be5;
    color: #fff;
  }
}
.downloads-list__tags[data-open=true] .downloads-list__tags__list {
  max-height: 500px;
}
.downloads-list__wrap {
  margin-top: 44px;
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .downloads-list__wrap {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .downloads-list__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.downloads-list__wrap .downloads-category-group .downloads-category-heading {
  color: var(--black-headings, #021f2d);
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}
@media (min-width: 1025px) {
  .downloads-list__wrap .downloads-category-group .downloads-category-heading {
    margin-top: 20px;
  }
}
.downloads-list__wrap .downloads-category-group:first-child > .downloads-category-heading {
  margin-top: 0;
}
.downloads-list__wrap__item {
  border-radius: 4px;
  background: #fff;
  padding: 20px;
  display: flex;
  grid-gap: 1rem;
}
@media (min-width: 1025px) {
  .downloads-list__wrap__item {
    padding: 24px;
  }
}
.downloads-list__wrap__item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.downloads-list__wrap__item__heading {
  display: flex;
  grid-gap: 12px;
}
.downloads-list__wrap__item__heading .pdfIcon {
  min-width: 32px;
}
.downloads-list__wrap__item__heading__wrap .download_link {
  margin-top: 20px;
}
.downloads-list__wrap__item__heading__wrap .filesize {
  color: var(--black-body-text, #3f4a50);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.downloads-list__wrap__item__heading__wrap__title {
  color: var(--black-headings, #021f2d);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
.downloads-list__wrap__item__selectWrap {
  margin-top: 20px;
}
.downloads-list__wrap__item .download-list__wrap__item__selectWrap {
  margin-top: 0;
  align-items: flex-start;
}
.downloads-list__selectWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .downloads-list__selectWrap {
    margin-top: auto;
  }
}
.downloads-list__selectWrap .downloads-checkbox {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.downloads-list__selectWrap .downloads-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.downloads-list__selectWrap .checkbox-custom {
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  border-radius: 4px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M12.0013 29.3333H20.0013C26.668 29.3333 29.3346 26.6666 29.3346 20V12C29.3346 5.33329 26.668 2.66663 20.0013 2.66663H12.0013C5.33464 2.66663 2.66797 5.33329 2.66797 12V20C2.66797 26.6666 5.33464 29.3333 12.0013 29.3333Z" stroke="%238B959F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.downloads-list__selectWrap .downloads-checkbox input[type=checkbox]:checked + .checkbox-custom {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'><rect x='0.5' y='0.5' width='31' height='31' rx='3.5' fill='%23049BE5' stroke='%23EDF0F3'/><path d='M9 16L13 20L23 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.downloads-list__selectWrap.noFile .downloads-checkbox {
  margin-left: auto;
}
.downloads-list__selectWrap.noFile .download_link {
  display: none;
}

.applications .applications-grid {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .applications .applications-grid {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .applications .applications-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.applications .application-card {
  padding: 4px;
  margin-bottom: 20px;
  border-radius: 4px;
  transition: background-color 0.5s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .applications .application-card {
    margin-bottom: 20px;
  }
}
.applications .application-card:hover img {
  transform: scale(1.1);
}
.applications .application-card:hover .application-card__title {
  color: var(--blue-200-main, #049BE5);
}
.applications .application-card .btn-link {
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.applications .application-card__img {
  position: relative;
  padding-top: 74.76%;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
}
@supports (aspect-ratio: 1/1) {
  .applications .application-card__img {
    padding-top: 0;
    aspect-ratio: 416/311;
  }
}
.applications .application-card__img img {
  max-height: 228px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.applications .application-card header {
  padding: 1rem 0 0.5rem;
}
@media (min-width: 1025px) {
  .applications .application-card header {
    padding: 20px 0 12px;
  }
}
.applications .application-card__wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 16px 16px;
}
.applications .application-card__title {
  word-break: break-word;
  display: block;
  text-decoration: none;
  color: var(--black-footer, #000910);
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  transition: color 0.5s ease;
}
@media (min-width: 768px) {
  .applications .application-card__title {
    font-size: 20px;
  }
}
.applications .applications-pagination {
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .applications .applications-pagination {
    max-width: 336px;
    margin: auto;
    margin-top: 20px;
  }
}
.applications .applications-pagination a.nav-prev {
  margin-right: 8px;
}
.applications .applications-pagination a.nav-next {
  margin-left: 8px;
}
.applications .applications-pagination a.nav-prev, .applications .applications-pagination a.nav-next {
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 4px;
  background: #FFF url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5898 4.1932L9.06984 10.7132C8.29984 11.4832 8.29984 12.7432 9.06984 13.5132L15.5898 20.0332' stroke='%23049BE5' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/auto no-repeat;
}
.applications .applications-pagination a.nav-next {
  transform: rotate(180deg);
}
.applications .applications-pagination .page-numbers {
  border-radius: 4px;
  background: #FFF;
  display: flex;
  height: 56px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.applications .applications-pagination .page-numbers a {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  color: var(--black-footer, #000910);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.applications .applications-pagination .page-numbers a.ellipsis {
  color: var(--black-footer, #000910);
  text-align: center;
  font-size: 20px;
  height: 32px;
  width: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.applications .applications-pagination .page-numbers a.active {
  background: #049BE5;
  color: #FFF;
  border-radius: 4px;
}
.applications .applications-pagination .page-numbers a:first-child {
  margin-left: 0;
}
.applications .applications-pagination .page-numbers a:last-child {
  margin-right: 0;
}
.applications .applications-pagination a.active {
  font-weight: 700;
}

.hero-applications {
  overflow: hidden;
}
.hero-applications .breadcrumbs .page-breadcrumbs {
  margin-bottom: 14px;
}
@media (min-width: 1025px) {
  .hero-applications .breadcrumbs .page-breadcrumbs {
    margin-bottom: 46px;
  }
}
.hero-applications__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  .hero-applications__grid {
    grid-template-columns: 2fr 1fr;
    grid-gap: 2.5rem;
    align-items: center;
  }
}
.hero-applications__col {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .hero-applications__col {
    height: 100%;
  }
}
.hero-applications__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  .hero-applications__col .head-content {
    height: 100%;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .hero-applications__col .text_default {
    max-width: 535px;
  }
}
.hero-applications__col__wrap {
  max-width: 424px;
  text-align: center;
  padding: 42px 32px 32px;
  border-radius: 4px;
  background: linear-gradient(256deg, #03202E 53.26%, #074E71 95.87%, #0A71A4 138.49%);
}
.hero-applications__col__wrap .headline_default {
  margin: 1rem auto;
  font-weight: 500;
}
.hero-applications__col__wrap .headline_default * {
  font-weight: 500;
  color: #ffffff;
}
.hero-applications__col__wrap .btn {
  text-align: left;
}
.hero-applications__item .img_default {
  overflow: hidden;
}
.hero-applications__item .img_default > img {
  aspect-ratio: 644/600;
}
.hero-applications .line-wave {
  position: absolute;
  right: -6.25rem;
  top: -10rem;
  mix-blend-mode: overlay;
}
@media (min-width: 1025px) {
  .hero-applications .line-wave {
    left: 18%;
    right: inherit;
    top: -10.3125rem;
  }
}

.hero-center-slider {
  background: linear-gradient(276deg, #03202e 23.26%, #074e71 95.87%, #0a71a4 138.49%);
  padding: 6.25rem 0 2.5rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .hero-center-slider {
    background: linear-gradient(256deg, #03202e 53.26%, #074e71 95.87%, #0a71a4 138.49%);
    padding: 6.875rem 0 2.5rem;
  }
}
.hero-center-slider__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  .hero-center-slider__grid {
    grid-template-columns: 2fr 1fr;
    grid-gap: 3rem;
    align-items: center;
  }
}
.hero-center-slider__nav .swiper-arrow-prev {
  position: absolute;
  top: calc(50% - 28px);
  left: 0.5rem;
  z-index: 4;
}
@media (min-width: 1025px) {
  .hero-center-slider__nav .swiper-arrow-prev {
    left: 1.5rem;
  }
}
.hero-center-slider__nav .swiper-arrow-next {
  right: 0.5rem;
  position: absolute;
  top: calc(50% - 28px);
  z-index: 4;
}
@media (min-width: 1025px) {
  .hero-center-slider__nav .swiper-arrow-next {
    right: 1.5rem;
  }
}
.hero-center-slider__wrap {
  margin-top: 1.5rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .hero-center-slider__wrap {
    margin-top: 80px;
  }
}
.hero-center-slider__col {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .hero-center-slider__col {
    height: 100%;
  }
}
.hero-center-slider__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  .hero-center-slider__col .btn_default {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-center-slider__col .head-content {
    height: 100%;
    padding-top: 20px;
    justify-content: center;
  }
}
.hero-center-slider__col:last-child {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  .hero-center-slider__col:last-child {
    gap: 0.5rem;
  }
}
.hero-center-slider__item {
  cursor: url("/wp-content/uploads/2025/08/cursour.svg") 16 16, auto;
}
.hero-center-slider__item .img_default {
  overflow: hidden;
}
.hero-center-slider__item .img_default > img {
  aspect-ratio: 343/178;
}
@media (min-width: 1025px) {
  .hero-center-slider__item .img_default > img {
    aspect-ratio: 1312/328;
  }
}
.hero-center-slider .line-wave {
  position: absolute;
  right: -6.25rem;
  top: -10rem;
  mix-blend-mode: overlay;
}
@media (min-width: 1025px) {
  .hero-center-slider .line-wave {
    left: 18%;
    right: inherit;
    top: -10.3125rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_vert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  right: 1rem;
  left: inherit;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_vert {
    right: 1.25rem;
  }
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_vert .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.56;
  width: 0.125rem;
  height: 1.875rem;
  border-radius: 0;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_vert .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.benefits__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .benefits__grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.benefits__col {
  overflow: hidden;
  position: relative;
}
.benefits__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .benefits__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.benefits__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .benefits__col .colored-lines {
    margin-bottom: 0.5rem;
  }
}
.benefits__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .benefits__wrap {
    margin-top: 40px;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.benefits__wrap__item {
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .benefits__wrap__item {
    display: block;
    margin-bottom: 20px;
  }
}
.benefits__wrap__item .headline_h5, .benefits__wrap__item .headline_h5 * {
  color: var(--black-headings, #021F2D);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
.benefits__wrap__item .img_default {
  overflow: hidden;
  min-width: 40px;
  margin-right: 12px;
}
@media (min-width: 1025px) {
  .benefits__wrap__item .img_default {
    margin-right: 0;
  }
}
.benefits__wrap__item .img_default > img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .benefits__wrap__item .headline_default {
    margin-top: 0.5rem;
  }
}

.jobs__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2.5rem;
}
@media (min-width: 1025px) {
  .jobs__grid {
    grid-gap: 3.2rem;
    grid-template-columns: 1fr 2fr;
  }
}
.jobs__col {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .jobs__col {
    overflow: unset;
  }
}
@media (min-width: 1025px) {
  .jobs__col .head-content {
    position: unset;
    top: 115px;
    position: sticky;
  }
}
@media (min-width: 1280px) {
  .jobs__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.jobs__col .colored-lines {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .jobs__col .colored-lines {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.jobs__col__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jobs__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 4px;
  border-left: 4px solid var(--blue-200-main, #049BE5);
  transition: all 0.3s ease-in-out;
  background: #FFF;
  padding: 1.25rem;
}
@media (min-width: 1025px) {
  .jobs__item {
    padding: 2rem;
  }
}
.jobs__item:hover {
  border-left: 4px solid var(--Blue-400, #0A71A4);
}
.jobs__item:hover .headline_default {
  color: var(--Blue-300, #0088CB);
}
.jobs__item .headline_default {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: var(--black-footer, #000910);
}
.jobs__item .img_default {
  overflow: hidden;
}
.jobs__item .img_default > img {
  aspect-ratio: 644/600;
}
.jobs__item .text_default * {
  color: var(--black-body-text, #3F4A50);
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
.jobs__item__top {
  display: flex;
  align-items: center;
}
.jobs__item__top * {
  color: #049BE5;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.jobs__item__top svg {
  margin: 0 8px;
}
.hero-products .breadcrumbs .page-breadcrumbs {
  margin-bottom: 14px;
}
@media (min-width: 1025px) {
  .hero-products .breadcrumbs .page-breadcrumbs {
    margin-bottom: 46px;
  }
}
.hero-products__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .hero-products__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
    align-items: center;
  }
}
.hero-products__col {
  overflow: hidden;
  z-index: 3;
}
@media (min-width: 1025px) {
  .hero-products__col {
    height: 100%;
  }
}
.hero-products__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  .hero-products__col .head-content {
    height: 100%;
    justify-content: center;
  }
}
.hero-products__col .head-content .headline_default {
  color: var(--black-headings, #021F2D);
}
@media (min-width: 1025px) {
  .hero-products__col .text_default {
    max-width: 535px;
  }
}
.hero-products__col .img_default {
  min-height: 150px;
}
@media (min-width: 480px) {
  .hero-products__col .img_default {
    min-height: 300px;
  }
}
.hero-products__col .img_default img {
  position: absolute;
  right: 0;
}
@media (min-width: 1025px) {
  .hero-products__col .img_default img {
    max-width: 50vw;
  }
}
.products-list .products-grid {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .products-list .products-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .products-list .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .products-list .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products-list .products-grid .product-item {
  transition: box-shadow 0.3s ease;
}
@media (min-width: 1280px) {
  .products-list .products-grid .product-item {
    max-width: 313px;
  }
}
.products-list .products-grid .product-item.is-active .product-card {
  box-shadow: 4px 4px 16px 0 rgba(33, 43, 50, 0.25);
}
.products-list .products-grid .product-item .product-card {
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #EDF0F3;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1025px) {
  .products-list .products-grid .product-item .product-card {
    height: 100%;
  }
}
.products-list .products-grid .product-item .product-card:hover .headline_default * {
  color: #049BE5;
}
.products-list .products-grid .product-item .product-card:hover .img_default img {
  transform: scale(1.05);
}
.products-list .products-grid .product-item .product-card:hover .btn_default {
  display: block !important;
}
@media (min-width: 1025px) {
  .products-list .products-grid .product-item .product-card .text_default {
    min-height: 64px;
    flex: 1 1 auto;
    margin-bottom: 10px;
  }
}
.products-list .products-grid .product-item .product-card .headline_default {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .products-list .products-grid .product-item .product-card .headline_default {
    min-height: 64px;
  }
}
.products-list .products-grid .product-item .product-card .headline_default * {
  transition: color 0.3s ease;
}
.products-list .products-grid .product-item .product-card .img_default {
  position: relative;
}
.products-list .products-grid .product-item .product-card .img_default img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 205px;
  margin: 0 auto;
  aspect-ratio: 263/205;
}
@media (min-width: 768px) {
  .products-list .products-grid .product-item .product-card .img_default img {
    height: 205px;
  }
}
.products-list .products-grid .product-item .product-card .img_default .btn_default {
  position: absolute;
  display: none;
  left: calc(50% - 91px);
  top: calc(50% - 28px);
}
.products-list .products-grid .product-item .product-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}
.products-list .products-grid .product-item .product-card__content__btns {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.products-list .products-grid .product-item .product-card__content__btns .btn-link {
  border-bottom: 1px dashed var(--blue-200-main, #049BE5);
}
.products-list .products-grid .product-item .product-card__content__btns .openSensor svg {
  transition: all 0.3s ease-in-out;
}
.products-list .products-grid .product-item .product-card__content__btns .openSensor[aria-expanded=true] svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .products-list .products-grid .product-item .product-card .text_default {
    font-size: 0.875rem;
  }
}
.products-list .products-grid .product-item .product-card .btn_default {
  margin-top: auto;
}
.products-list .products-grid .product-item .product-card .btn_default .btn-link:before {
  content: "";
}
.products-list .products-grid .product-item .product-card__hover {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.products-list .products-grid .product-item .product-card__hover.is-visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
.products-list .products-grid .product-item .product-card__hover__title {
  color: var(--black-headings, #021F2D);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
.products-list .products-grid .product-item .product-card__hover__list .item {
  gap: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
}
.products-list .products-grid .product-item .product-card__hover__list .item .itemIcon {
  min-width: 24px;
}
.products-list .products-grid .product-item .product-card__hover__list .item .itemIcon img {
  width: 24px;
  height: 24px;
}
.products-list .products-grid .product-item .product-card__hover__list .item .itemText {
  color: #3F4A50;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.products-list .blog-pagination {
  margin-top: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .products-list .blog-pagination {
    max-width: 336px;
    margin: auto;
    margin-top: 40px;
  }
}
.products-list .blog-pagination a.nav-prev {
  margin-right: 8px;
}
.products-list .blog-pagination a.nav-next {
  margin-left: 8px;
}
.products-list .blog-pagination a.nav-prev, .products-list .blog-pagination a.nav-next {
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 4px;
  background: #FFF url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5898 4.1932L9.06984 10.7132C8.29984 11.4832 8.29984 12.7432 9.06984 13.5132L15.5898 20.0332' stroke='%23049BE5' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/auto no-repeat;
}
.products-list .blog-pagination a.nav-next {
  transform: rotate(180deg);
}
.products-list .blog-pagination .page-numbers {
  border-radius: 4px;
  background: #FFF;
  display: flex;
  height: 56px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.products-list .blog-pagination .page-numbers a {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  color: var(--black-footer, #000910);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.products-list .blog-pagination .page-numbers a.ellipsis {
  color: var(--black-footer, #000910);
  text-align: center;
  font-size: 20px;
  height: 32px;
  width: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.products-list .blog-pagination .page-numbers a.active {
  background: #049BE5;
  color: #FFF;
  border-radius: 4px;
}
.products-list .blog-pagination .page-numbers a:first-child {
  margin-left: 0;
}
.products-list .blog-pagination .page-numbers a:last-child {
  margin-right: 0;
}

.hero-category__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .hero-category__grid {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .hero-category__grid_reverse .text-img__col:nth-child(2) {
    order: -1;
  }
}
@media (min-width: 1280px) {
  .hero-category__grid_reverse .text-img__col .head-content {
    padding: 0 0 0 3.5rem;
  }
}
.hero-category__col {
  overflow: hidden;
  position: relative;
}
.hero-category__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .hero-category__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.hero-category__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .hero-category__col .colored-lines {
    margin-bottom: 0.5rem;
  }
}
.hero-category__item .img_default {
  overflow: hidden;
}
.hero-category__item .img_default > img {
  aspect-ratio: 646/288;
}

.double-column-text__grid {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .double-column-text__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .double-column-text__head {
    max-width: 868px;
  }
}
.double-column-text__col {
  overflow: hidden;
  position: relative;
}
.double-column-text__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .double-column-text__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.double-column-text__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .double-column-text__col .colored-lines {
    margin-bottom: 0.5rem;
  }
}
.double-column-text__item .img_default {
  overflow: hidden;
}
.double-column-text__item .img_default > img {
  aspect-ratio: 30/13;
}
.double-column-text__wrap {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1025px) {
  .double-column-text__wrap {
    gap: 1.5rem;
  }
}
.double-column-text__wrap.items-1 {
  grid-template-columns: 1fr;
}
.double-column-text__wrap.items-1 .img_default > img {
  aspect-ratio: auto 1280/640;
}
@media (min-width: 1025px) {
  .double-column-text__wrap.items-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.double-column-text__wrap.items-2 .img_default > img {
  aspect-ratio: 30/13;
}
.double-column-text__wrap.items-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.double-column-text__wrap.items-3 .img_default > img {
  aspect-ratio: auto;
  height: auto;
}

.text-block-right-img .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .text-block-right-img .colored-lines {
    margin-bottom: 0.5rem;
  }
}
.text-block-right-img__grid {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .text-block-right-img__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .text-block-right-img__head {
    max-width: 868px;
  }
}
.text-block-right-img__col {
  overflow: hidden;
  position: relative;
}
.text-block-right-img__col .btn_default {
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  .text-block-right-img__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}

.downloads-list-selective .download-all {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .downloads-list-selective .download-all {
    margin-top: 0;
  }
}
.downloads-list-selective__cta {
  border-radius: 4px;
  background: linear-gradient(256deg, #03202E 53.26%, #074E71 95.87%, #0A71A4 138.49%);
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.downloads-list-selective__cta .btn-link {
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.downloads-list-selective__cta .headline_default * {
  font-size: 20px;
}
.downloads-list-selective .file-download-block {
  margin-top: 40px;
}
.downloads-list-selective .downloads-list__file-link {
  margin-top: 20px;
}
@media (min-width: 1440px) {
  .downloads-list-selective__grid {
    gap: 2rem;
    grid-template-columns: 1fr 0.7fr 0.65fr;
    grid-template-columns: 1fr 1.2fr;
  }
  .downloads-list-selective__grid > *:nth-child(1),
  .downloads-list-selective__grid > *:nth-child(2),
  .downloads-list-selective__grid > *:nth-child(3) {
    grid-column: auto;
  }
}
.downloads-list-selective__wrap {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .downloads-list-selective__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .downloads-list-selective__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .downloads-list-selective__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

.products-slider-new {
  overflow: hidden;
}
.products-slider-new__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .products-slider-new__grid {
    gap: 1rem;
  }
}
@media (min-width: 1170px) {
  .products-slider-new__slider {
    overflow: hidden;
  }
}
.products-slider-new .swiper-slide {
  height: auto;
}
.products-slider-new .head-content .headline_default {
  color: var(--black-headings, #021F2D);
}
.products-slider-new__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .products-slider-new__nav {
    margin-top: 1.5rem;
  }
}
.products-slider-new .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .products-slider-new .colored-lines {
    margin-bottom: 0.5rem;
  }
}

.product-card {
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #EDF0F3;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.product-card:hover .headline_default * {
  color: #049BE5;
}
.product-card:hover .img_default img {
  transform: scale(1.05);
}
.product-card:hover .btn_default {
  display: block !important;
}
.product-card .headline_default {
  text-decoration: none;
}
.product-card .headline_default * {
  transition: color 0.3s ease;
}
.product-card .img_default {
  position: relative;
}
.product-card .img_default img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 205px;
  margin: 0 auto;
}
.product-card .img_default .btn_default {
  position: absolute;
  display: none;
  left: calc(50% - 91px);
  top: calc(50% - 28px);
}
.product-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}
.product-card__content__btns {
  margin-top: auto;
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.product-card__content__btns .btn-link {
  border-bottom: 1px dashed var(--blue-200-main, #049BE5);
  font-size: 0.875rem;
}
.product-card__content__btns .openSensor svg {
  transition: all 0.3s ease-in-out;
}
.product-card__content__btns .openSensor[aria-expanded=true] svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .product-card .text_default {
    font-size: 1rem;
  }
}
.product-card .btn_default {
  margin-top: auto;
}
.product-card .btn_default .btn-link:before {
  content: "";
}
.product-card__hover {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.product-card__hover.is-visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
.product-card__hover__title {
  color: var(--black-headings, #021F2D);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
.product-card__hover__list .item {
  gap: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
}
.product-card__hover__list .item .itemIcon {
  min-width: 24px;
}
.product-card__hover__list .item .itemIcon img {
  width: 24px;
  height: 24px;
}
.product-card__hover__list .item .itemText {
  color: #3F4A50;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.hero-product .page-breadcrumbs {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .hero-product .page-breadcrumbs {
    margin-bottom: 46px;
  }
}
.hero-product__nav .swiper-arrow-prev {
  position: absolute;
  top: calc(50% - 28px);
  left: 0.5rem;
  z-index: 4;
}
@media (min-width: 1025px) {
  .hero-product__nav .swiper-arrow-prev {
    left: 1.5rem;
  }
}
.hero-product__nav .swiper-arrow-next {
  right: 0.5rem;
  position: absolute;
  top: calc(50% - 28px);
  z-index: 4;
}
@media (min-width: 1025px) {
  .hero-product__nav .swiper-arrow-next {
    right: 1.5rem;
  }
}
.hero-product__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1025px) {
  .hero-product__grid {
    grid-gap: 6.5635rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.hero-product__table {
  width: 100%;
  margin: 0;
}
.hero-product__table__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.hero-product__table__row:first-child .heading {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .hero-product__table__row:first-child .heading {
    padding-top: 0.5rem;
  }
}
.hero-product__table__row::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, #8B959F, #8B959F 4px, transparent 8px);
  margin: 1rem 0;
}
.hero-product__table__row:last-child::after {
  content: none;
}
@media (min-width: 1025px) {
  .hero-product__table__row {
    flex-direction: row;
  }
}
.hero-product__table .heading {
  color: var(--black-headings, #021F2D);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  max-width: 100%;
  padding: 0.5rem 0 0.25rem;
}
@media (min-width: 1025px) {
  .hero-product__table .heading {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0.5rem 0 0.5rem;
  }
}
.hero-product__table .description {
  color: var(--black-body-text, #3F4A50);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  padding: 0.25rem 0 0.5rem;
}
@media (min-width: 1025px) {
  .hero-product__table .description {
    flex: 1;
    padding: 0.5rem 1rem;
  }
}
.hero-product__col {
  overflow: hidden;
  position: relative;
}
.hero-product__col .btn_default {
  margin-top: 1rem;
}
.hero-product__col .headline_default {
  color: var(--black-headings, #021F2D);
}
@media (min-width: 1280px) {
  .hero-product__col .head-content {
    padding: 0 3.5rem 0 0;
  }
}
.hero-product__col .colored-lines {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .hero-product__col .colored-lines {
    margin-bottom: 0.5rem;
  }
}
.hero-product__item .img_default {
  overflow: hidden;
}
.hero-product__item .img_default > img {
  aspect-ratio: 646/560;
}
.hero-product__icons {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .hero-product__icons {
    margin-top: 0.5rem;
  }
}
.hero-product__icon {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
}
.hero-product__icon:last-child {
  border: none;
  padding-bottom: 0;
}
.hero-product__icon .img_default {
  line-height: 0;
  flex: 0 0 auto;
}
.hero-product__icon .img_default svg, .hero-product__icon .img_default img {
  width: 1.5rem;
  height: 1.5rem;
}

.dashed-line-custom {
  height: 1px;
  background-image: repeating-linear-gradient(to right, #8B959F, #8B959F 4px, transparent 8px);
  width: 100%;
  margin: 2rem 0;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  bottom: -10px;
  left: 50%;
  width: 5px;
  height: auto;
  transform: rotate(90deg);
}
@media (min-width: 1025px) {
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_bottom {
    right: 1.25rem;
  }
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_bottom .swiper-pagination-bullet {
  background: var(--gray-background, #EDF0F3);
  opacity: 0.56;
  width: 0.125rem;
  height: 1.875rem;
  border-radius: 0;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination_bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--blue-200-main, #049BE5);
  opacity: 1;
}

.container {
  margin: 0 auto;
  box-sizing: content-box;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  max-width: 1440px;
}
@media (min-width: 1025px) {
  .container {
    padding: 0 4rem;
  }
}

.margin_space {
  margin: 4.5rem 0;
}
@media (min-width: 1025px) {
  .margin_space {
    margin: 9.375rem 0;
  }
}

.counter-js {
  visibility: hidden;
}
.counter-js.is-visible {
  visibility: visible;
}

.entry-content {
  overflow-x: clip;
}

.sidebar-fixed {
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 8;
  transition: right 0.5s ease-in-out;
}
.sidebar-fixed.hide {
  right: -109px;
}
.sidebar-fixed:hover {
  right: 0;
}
@media (min-width: 1025px) {
  .sidebar-fixed {
    bottom: 80px;
  }
}
.sidebar-fixed__phone {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background-color: #ffffff;
  border-radius: 0.125rem 0 0 0.125rem;
  padding: 0.125rem 1rem 0.125rem 0.125rem;
  text-decoration: none;
  color: #000000;
  line-height: 1.2;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  flex-grow: 1;
}

.iframe_default {
  line-height: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.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;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.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-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));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}