@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  font-size: 1rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Roboto", sans-serif;
}
body:not(:has(.layout-marketsslider)):not(:has(.layout-hero)) {
  padding: 100px 0 0;
}
@media screen and (min-width: 1280px) {
  body:not(:has(.layout-marketsslider)):not(:has(.layout-hero)) {
    padding: 150px 0 0;
  }
}
@media screen and (min-width: 1660px) {
  body:not(:has(.layout-marketsslider)):not(:has(.layout-hero)) {
    padding: 163px 0 0;
  }
}
header .skip {
  color: #ffffff;
  background-color: #000000;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
  font-family: "Open Sans", sans-serif;
}
h1 {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 800;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 7.2rem;
  }
}
h2 {
  font-size: 1.75rem;
  font-weight: 800;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 4rem;
  }
}
h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  h3 {
    font-size: 3rem;
  }
}
h4 {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.25rem;
  }
}
p {
  line-height: 1.35;
}
@media screen and (min-width: 1280px) {
  p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  p {
    font-size: 1.25rem;
  }
}
a,
button,
select,
.up,
.full-search-toggle {
  cursor: pointer;
}
strong {
  font-weight: 800;
}
strong a,
a strong {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #16af98;
  border: 1px solid #16af98;
  border-radius: .25rem;
  padding: .5rem 1rem;
  width: fit-content;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: .5rem 1.5rem;
  }
}
strong a:hover,
a strong:hover {
  color: #16af98;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.layout-newslatest .container .posts-and-side:has(.side-block),
.layout-vacanciesfeatured .container .posts-and-side:has(.side-block),
.layout-newslatest .container .vacancies-and-side-block:has(.side-block),
.layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .container .posts-and-side:has(.side-block),
  .layout-vacanciesfeatured .container .posts-and-side:has(.side-block),
  .layout-newslatest .container .vacancies-and-side-block:has(.side-block),
  .layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) {
    grid-template-columns: 4fr 1fr;
    gap: 2rem;
  }
}
.layout-newslatest .container .posts-and-side:has(.side-block) aside.side-block,
.layout-vacanciesfeatured .container .posts-and-side:has(.side-block) aside.side-block,
.layout-newslatest .container .vacancies-and-side-block:has(.side-block) aside.side-block,
.layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) aside.side-block {
  background-color: #253081;
  color: #ffffff;
  padding: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-newslatest .container .posts-and-side:has(.side-block) aside.side-block h3,
  .layout-vacanciesfeatured .container .posts-and-side:has(.side-block) aside.side-block h3,
  .layout-newslatest .container .vacancies-and-side-block:has(.side-block) aside.side-block h3,
  .layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) aside.side-block h3 {
    font-size: 2rem;
  }
}
.layout-newslatest .container .posts-and-side:has(.side-block) aside.side-block p:not(:has(strong a)),
.layout-vacanciesfeatured .container .posts-and-side:has(.side-block) aside.side-block p:not(:has(strong a)),
.layout-newslatest .container .vacancies-and-side-block:has(.side-block) aside.side-block p:not(:has(strong a)),
.layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) aside.side-block p:not(:has(strong a)) {
  color: #f1f5f7;
}
.layout-newslatest .container .posts-and-side:has(.side-block) aside.side-block p strong a,
.layout-vacanciesfeatured .container .posts-and-side:has(.side-block) aside.side-block p strong a,
.layout-newslatest .container .vacancies-and-side-block:has(.side-block) aside.side-block p strong a,
.layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) aside.side-block p strong a {
  background-color: #ffffff;
  color: #253081;
  border-color: #ffffff;
}
.layout-newslatest .container .posts-and-side:has(.side-block) aside.side-block p strong a:hover,
.layout-vacanciesfeatured .container .posts-and-side:has(.side-block) aside.side-block p strong a:hover,
.layout-newslatest .container .vacancies-and-side-block:has(.side-block) aside.side-block p strong a:hover,
.layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) aside.side-block p strong a:hover {
  color: #ffffff;
  background-color: #253081;
}
.layout-text .text h2,
.layout-textandimage .text h2,
.layout-textandimages .text h2,
.layout-contents .text h2 {
  margin: 0 0 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-text .text h2,
  .layout-textandimage .text h2,
  .layout-textandimages .text h2,
  .layout-contents .text h2 {
    font-size: 3.5rem;
  }
}
.layout-text ul li,
.layout-textandimage ul li,
.layout-textandimages ul li,
.layout-contents ul li {
  padding: 0 0 0 1.5rem;
  line-height: 1.6;
  position: relative;
  isolation: isolate;
}
.layout-text ul li::before,
.layout-textandimage ul li::before,
.layout-textandimages ul li::before,
.layout-contents ul li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #253081;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-text ul li,
  .layout-textandimage ul li,
  .layout-textandimages ul li,
  .layout-contents ul li {
    font-size: 1.25rem;
  }
}
.layout-text ul li::before,
.layout-textandimage ul li::before,
.layout-textandimages ul li::before,
.layout-contents ul li::before {
  top: .6rem;
  transform: none;
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .layout-text ul li::before,
  .layout-textandimage ul li::before,
  .layout-textandimages ul li::before,
  .layout-contents ul li::before {
    top: .85rem;
  }
}
.layout-text ol li,
.layout-textandimage ol li,
.layout-textandimages ol li,
.layout-contents ol li {
  padding: 0 0 0 1.5rem;
  position: relative;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .layout-text ol li,
  .layout-textandimage ol li,
  .layout-textandimages ol li,
  .layout-contents ol li {
    font-size: 1.25rem;
  }
}
.layout-text ol li::before,
.layout-textandimage ol li::before,
.layout-textandimages ol li::before,
.layout-contents ol li::before {
  top: .6rem;
  transform: none;
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .layout-text ol li::before,
  .layout-textandimage ol li::before,
  .layout-textandimages ol li::before,
  .layout-contents ol li::before {
    top: .85rem;
  }
}
.phone i,
.email i {
  margin-right: 5px;
}
.address {
  margin-bottom: 10px;
}
.address p {
  margin: 0;
  font-size: 1em;
}
.social-pages a {
  background: white;
  border: 1px solid #ffffff;
  color: #253081;
  width: 40px;
  height: 40px;
  padding: 12px !important;
  border-radius: 50%;
}
.social-pages a::before {
  display: none !important;
}
.social-pages a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none !important;
}
.social-pages a span {
  display: none;
}
.layout-header header {
  background-color: transparent;
  transition: all 0.25s ease;
}
.layout-header header,
.layout-header header .container {
  height: 100px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header header,
  .layout-header header .container {
    height: 150px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header,
  .layout-header header .container {
    height: 163px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .full-menu-toggle {
    width: 4rem;
    height: 4rem;
  }
}
.layout-header header .container .full-menu-toggle .toggle.open {
  width: 100%;
  height: 100%;
}
.layout-header header .container .full-menu-toggle .toggle.open::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/full-menu-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-header header .container .full-menu-toggle .toggle.close {
  background-color: #e6e6e8;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}
.layout-header header .container .home {
  height: 85%;
  left: 4.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .home {
    left: 5.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .home {
    left: 1.875rem;
  }
}
.layout-header header .container .home svg {
  height: max-content;
  width: 70px;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .home svg {
    width: 225px;
  }
}
.layout-header header .container .home svg g text tspan {
  font-weight: 800;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container nav {
    right: 200px;
  }
}
.layout-header header .container nav .menu {
  gap: 1rem;
  counter-reset: nav-counter;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu {
    gap: 2rem;
  }
}
.layout-header header .container nav .menu > li {
  counter-increment: nav-counter;
}
.layout-header header .container nav .menu > li > a {
  padding: .5rem .75rem;
  font-weight: 500;
  position: relative;
  isolation: isolate;
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #16af98;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu > li > a {
    font-size: 1.2rem;
  }
}
.layout-header header .container nav .menu > li > a::before {
  top: auto;
  bottom: 0;
  left: .75rem;
  transform: none;
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu > li > a::after {
  width: fit-content;
  font-weight: 500;
  font-size: .85rem;
  position: absolute;
  right: .75rem;
  top: -.15rem;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu > li > a::after {
    top: -.55rem;
  }
}
.layout-header header .container nav .menu > li > a:hover::before {
  width: calc(100% - 1.5rem);
}
.layout-header header .container nav .menu > li.menu-item-has-children {
  position: relative;
}
.layout-header header .container nav .menu > li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: -100vh;
  width: max-content;
  background-color: #ffffff;
  border: 1px solid #16af98;
  padding: 1rem;
  border-radius: .5rem;
  opacity: 0;
  transition: opacity 250ms 125ms ease-in;
}
.layout-header header .container nav .menu > li.menu-item-has-children .sub-menu li a {
  color: #253081;
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu > li.menu-item-has-children .sub-menu li a:hover {
  color: #16af98;
}
.layout-header header .container nav .menu > li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin: 0 0 1rem;
}
.layout-header header .container nav .menu > li.menu-item-has-children:hover .sub-menu {
  top: 100%;
  opacity: 1;
}
.layout-header header .container .contact {
  right: 1rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #16af98;
  border: 1px solid #16af98;
  border-radius: .25rem;
  padding: .5rem 1rem;
  width: fit-content;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 500;
  text-transform: none;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .contact {
    padding: .5rem 1.5rem;
  }
}
.layout-header header .container .contact:hover {
  color: #16af98;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header header .container .contact:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .contact {
    font-size: 1.125rem;
    padding: .75rem 1.75rem;
    right: 1.875rem;
  }
}
.layout-header .full-menu {
  background-color: #253081;
  color: #ffffff;
  padding: 0;
  transition: all 0.25s ease;
}
.layout-header .full-menu .container nav .menu li a {
  font-size: 1.125rem;
  font-weight: 800;
  padding: .5rem;
  margin: 0.25rem 0 0.25rem -0.5rem;
}
.layout-header .full-menu .container nav .menu li.menu-item-has-children > a button {
  background-color: transparent;
  border: none;
}
.layout-header .full-menu .container nav .menu li.menu-item-has-children > a button i {
  color: #ffffff;
}
.layout-header .full-menu .container nav .menu li.menu-item-has-children .sub-menu li a {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 0 1rem;
}
.layout-header .full-menu .container nav .menu li.menu-item-has-children.unfolded a button {
  transform: rotate(-180deg);
  transition: all 0.25s ease;
}
.layout-header .full-menu .container .addresses {
  position: absolute;
  bottom: 1rem;
}
.layout-header .full-menu .container .addresses p {
  margin: 0;
}
.layout-header .full-menu .container .addresses p:not(:has(strong)) {
  color: #747474;
}
.full-menu-open .layout-header .header {
  background-color: #253081;
}
.full-menu-open .layout-header .header svg path,
.full-menu-open .layout-header .header svg rect,
.full-menu-open .layout-header .header svg circle {
  fill: #ffffff;
}
.full-menu-open .layout-header .header svg #Path_43,
.full-menu-open .layout-header .header svg #Path_37 {
  fill: #16af98;
}
.full-menu-open .layout-header .full-menu {
  padding: 132px 0 0;
}
.scrolled .layout-header header {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.scrolled .layout-header header,
.scrolled .layout-header header .container {
  height: 60px;
}
.scrolled .layout-header header .home svg {
  width: 85px;
}
.layout-header:has(+ main .layout-marketsslider) header .container nav .menu li a,
.layout-header:has(+ main .layout-hero) header .container nav .menu li a {
  color: #ffffff;
  transition: all 0.25s ease;
}
.scrolled .layout-header:has(+ main .layout-marketsslider) header .container nav .menu li a,
.scrolled .layout-header:has(+ main .layout-hero) header .container nav .menu li a {
  color: #253081;
}
.layout-footer {
  background-color: #253081;
  color: #ffffff;
  padding: 2.5rem 0 1rem;
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container {
    grid-template-columns: auto 1fr;
    gap: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    gap: 4rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.layout-footer .container .home {
  position: relative;
  width: fit-content;
}
.layout-footer .container .home::before {
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/si.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 100%;
  right: -.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .home::before {
    bottom: calc(100% - 0.5rem);
  }
}
.layout-footer .container .home svg {
  height: max-content;
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .home svg {
    width: 210px;
  }
}
.layout-footer .container .home svg g path:not(#Path_1):not(#Path_2),
.layout-footer .container .home svg g rect,
.layout-footer .container .home svg g circle {
  fill: #ffffff;
}
.layout-footer .container .blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    margin: -2.25rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    margin: -2.5rem 0 0;
    gap: 4rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: span 3;
    justify-items: center;
  }
}
.layout-footer .container .blocks ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .25rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks ul {
    gap: .125rem;
  }
}
.layout-footer .container .blocks ul li a {
  padding: .25rem;
  margin: 0 0 0 -0.25rem;
  font-weight: 500;
  position: relative;
  isolation: isolate;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks ul li a {
    padding: .35rem;
  }
}
.layout-footer .container .blocks ul li a::before {
  top: auto;
  bottom: 0;
  left: .5rem;
  transform: none;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks ul li a:hover::before {
  width: calc(100% - 1rem);
}
.layout-copyright {
  background-color: #253081;
  color: #ffffff;
  padding: 0.5rem 0 1.5rem;
}
.layout-copyright .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  font-size: .75rem;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container {
    grid-template-columns: 1fr 1fr auto;
    gap: 1rem;
    align-items: center;
  }
}
@media screen and (min-width: 810px) {
  .layout-copyright .container nav {
    justify-self: end;
  }
}
.layout-copyright .container nav .menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container nav .menu {
    justify-content: revert;
    gap: .5rem;
  }
}
.layout-copyright .container .up {
  justify-self: end;
  color: #253081;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  opacity: 1;
  border-radius: .25rem;
  transition: all 0.25s ease;
}
.layout-copyright .container .up:hover {
  opacity: .5;
}
.layout-hero {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-hero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero .image {
  z-index: 1;
  position: relative;
  isolation: isolate;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-hero .image {
    height: 871px;
  }
}
.layout-hero .image::before {
  z-index: 2;
}
.layout-hero .text {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  z-index: 3;
  color: #ffffff;
  padding-block: 100px 2rem;
  align-self: center;
}
@media (min-width: 810px) {
  .layout-hero .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-hero .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text {
    padding-block: 150px 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text {
    padding-block: 163px 2rem;
  }
}
.layout-hero .text p {
  max-width: 1000px;
}
.layout-hero .text p em a {
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.25s ease;
}
.layout-hero .text p em a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.25rem;
}
.layout-hero .text p em a:hover {
  text-decoration-color: #ffffff;
}
.layout-contents {
  color: #253081;
  padding: 3.25rem 0 .25rem;
  position: relative;
  isolation: isolate;
}
.layout-contents .container {
  max-width: 1400px;
}
.layout-contents .container .text {
  background-color: #ffffff;
}
.layout-contents .container .text h2 {
  font-weight: 400;
}
.layout-contents .container .text p {
  line-height: 1.6;
  padding-block-end: 0;
}
.layout-text {
  color: #253081;
  text-align: center;
  padding: 3.25rem 0 .25rem;
  position: relative;
  isolation: isolate;
}
.layout-text::before {
  content: "";
  display: block;
  width: 33%;
  height: 100%;
  background-image: url(../images/dots1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: -1;
}
.layout-text .container {
  max-width: 1400px;
}
.layout-text .container .text {
  background-color: #ffffff;
}
.layout-text .container .text h2 {
  font-weight: 400;
}
.layout-text .container .text p {
  line-height: 1.6;
  padding-block-end: 0;
}
.layout-imageandtext {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-imageandtext > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-imageandtext .image {
  position: relative;
  isolation: isolate;
  z-index: 1;
  height: 500px;
}
.layout-imageandtext .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-imageandtext .image::before {
  z-index: 2;
}
.layout-imageandtext .text-and-block {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  align-self: center;
}
@media (min-width: 810px) {
  .layout-imageandtext .text-and-block {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-imageandtext .text-and-block {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.layout-imageandtext .text-and-block .text {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext .text-and-block .text {
    max-width: 60%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-imageandtext .text-and-block .text h2 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext .text-and-block .text p {
    margin: 0;
  }
}
.layout-imageandtext .text-and-block .text p strong a {
  border-radius: 0;
}
.layout-imageandtext .text-and-block .text p strong:not(:has(a)) {
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: .3275rem;
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
}
.layout-imageandtext .text-and-block .block {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  color: #253081;
}
.layout-imageandtext:has(.block) .image {
  height: 700px;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext:has(.block) .image {
    height: 500px;
  }
}
.layout-imageandtext:has(.block) .text-and-block {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext:has(.block) .text-and-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext:has(.block) .text-and-block {
    grid-template-columns: 1.75fr 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-imageandtext:has(.block) .text-and-block {
    gap: 10rem;
    margin-block-start: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext:has(.block) .text-and-block .text {
    max-width: unset;
  }
}
.layout-textandimage {
  padding: 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .layout-textandimage {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage {
    padding: 8rem 0 1rem;
    gap: 0;
  }
}
.layout-textandimage .text {
  padding: 0 1rem;
  height: max-content;
  color: #253081;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .text {
    padding: 0 1.875rem;
  }
}
@media screen and (min-width: calc(1700px + 4rem)) {
  .layout-textandimage .text {
    padding: 0 0 0 calc(50vw - 1700px / 2 + 2rem);
  }
}
.layout-textandimage .text h2 {
  font-weight: 400;
}
.layout-textandimage .text p:not(:has(img)) {
  line-height: 1.6;
}
.layout-textandimage .text p:has(img) img {
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .text p:has(img) img {
    width: 64%;
  }
}
.layout-textandimage .text p:has(strong):not(:has(strong a)) strong {
  font-weight: 500;
}
.layout-textandimage .text p a {
  text-decoration: underline;
}
.layout-textandimage .text p a:hover {
  text-decoration: none;
}
.layout-textandimage .text p a:has(strong) {
  text-decoration: none !important;
}
.layout-textandimage .text p strong a {
  background-color: #253081;
  border-color: #253081;
}
.layout-textandimage .text p strong a:hover {
  color: #253081;
  background-color: #ffffff;
}
.layout-textandimage .image {
  padding: 0 0 0 1rem;
  height: 530px;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .image {
    height: 580px;
    padding: 0 0 0 4rem;
  }
}
.layout-textandimage .image img {
  border-radius: 1rem 0 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .image img {
    border-radius: 5rem 0 0 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-textandimage.style-image_left .text {
    order: 2;
  }
}
@media screen and (min-width: calc(1700px + 4rem)) {
  .layout-textandimage.style-image_left .text {
    padding: 0 calc(50vw - 1700px / 2 + 2rem) 0 0;
  }
}
.layout-textandimage.style-image_left .image {
  padding: 0 1rem 0 0;
}
@media screen and (min-width: 1024px) {
  .layout-textandimage.style-image_left .image {
    order: 1;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage.style-image_left .image {
    padding: 0 4rem 0 0;
  }
}
.layout-textandimage.style-image_left .image img {
  border-radius: 0 1rem 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_left .image img {
    border-radius: 0 5rem 5rem 0;
  }
}
.layout-textandimages {
  padding: 2.5rem 0;
}
.layout-textandimages .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimages .container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.layout-textandimages .container .text {
  height: max-content;
  color: #253081;
}
@media screen and (max-width: 809px) {
  .layout-textandimages .container .text {
    order: 2;
  }
}
.layout-textandimages .container .text h2 {
  font-weight: 400;
}
.layout-textandimages .container .text p:not(:has(img)) {
  line-height: 1.6;
}
.layout-textandimages .container .text p:has(img) img {
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-textandimages .container .text p:has(img) img {
    width: 64%;
  }
}
.layout-textandimages .container .text p:has(strong):not(:has(strong a)) strong {
  font-weight: 500;
}
.layout-textandimages .container .text p strong a {
  background-color: #253081;
  border-color: #253081;
}
.layout-textandimages .container .text p strong a:hover {
  color: #253081;
  background-color: #ffffff;
}
.layout-textandimages .container .image {
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 809px) {
  .layout-textandimages .container .image {
    order: 1;
  }
}
.layout-textandimages .container .image::before {
  content: "";
  display: block;
  width: 40%;
  height: 33%;
  background-image: url(../images/dots1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-textandimages .container .image::after {
  content: "";
  display: block;
  width: 40%;
  height: 33%;
  background-image: url(../images/dots1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.layout-textandimages .container .image img {
  object-fit: contain;
  mask-image: url(../images/mask-logo.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media screen and (min-width: 810px) {
  .layout-textandimages.style-image_left .text {
    order: 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimages.style-image_left .image {
    order: 1;
  }
}
.layout-blocks {
  padding: 1rem 0 2rem;
}
.layout-blocks .container .intro {
  color: #253081;
}
.layout-blocks .container .intro h2 {
  font-weight: 500;
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .intro h2 {
    letter-spacing: 4px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .intro h2:not(.style-colored .intro h2) {
    font-size: 3rem;
  }
}
.layout-blocks .container .intro h3 {
  font-weight: 500;
}
.layout-blocks .container .intro h3 strong {
  font-weight: 700;
}
.layout-blocks .container .intro p {
  line-height: 1.5;
  margin: 1rem 0;
}
.layout-blocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 .5rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-blocks .container .blocks li .block {
  padding: .75rem 1.25rem;
  min-height: 220px;
  background-color: #f1f5f7;
  color: #253081;
  position: relative;
}
.layout-blocks .container .blocks li .block .title-and-icon .title:not(.style-colored .title) {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .blocks li .block .title-and-icon .title:not(.style-colored .title) {
    font-size: 1.8rem;
  }
}
.layout-blocks .container .blocks li .block .title-and-icon:has(.icon) {
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 50%;
}
.layout-blocks .container .blocks li .block .text p {
  margin: .5rem 0;
  line-height: 1.1;
}
.layout-blocks .container .blocks li .block .link:not(.style-colored .link) {
  font-size: 1.25rem;
  font-weight: 600;
  position: absolute;
  left: 1.25rem;
  bottom: 1.75rem;
}
.layout-blocks .container .blocks li .block.blue {
  background-color: #253081;
  color: #f1f5f7;
}
.layout-blocks .container .blocks li .block.blue .title {
  color: #ffffff;
}
.layout-blocks.style-colored {
  padding: 3rem 0 1rem;
}
.layout-blocks.style-colored .container .blocks {
  margin: 2.5rem 0 .5rem;
}
.layout-blocks.style-colored .container .blocks li .block {
  display: grid;
  color: #ffffff;
  padding: 1.25rem;
  background-image: url(../images/bg-logos.png);
}
@media screen and (min-width: 1660px) {
  .layout-blocks.style-colored .container .blocks li .block {
    min-height: 350px;
  }
}
.layout-blocks.style-colored .container .blocks li .block .title {
  font-weight: 500;
}
.layout-blocks.style-colored .container .blocks li .block .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  font-weight: 700;
  color: #00a4f6;
  font-size: 1.5rem;
  align-self: end;
}
@media screen and (min-width: 1660px) {
  .layout-blocks.style-colored .container .blocks li .block .link {
    font-size: 2rem;
  }
}
.layout-blocks.style-colored .container .blocks li .block .link::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url(../images/arrow-top-right-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-blocks.style-colored .container .blocks li .block .link::after {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1.75rem;
  }
}
.layout-blocks.style-colored .container .blocks li:first-child .block,
.layout-blocks.style-colored .container .blocks li:nth-child(3) .block {
  background-color: #253081;
}
.layout-blocks.style-colored .container .blocks li:nth-child(2) .block {
  background-color: #16af98;
}
.layout-blocks.style-colored .container .blocks li:nth-child(2) .block .link {
  color: #00f3bf;
}
.layout-blocks.style-colored .container .blocks li:nth-child(2) .block .link::after {
  background-image: url(../images/arrow-top-right-green.svg);
}
.layout-blocks.style-colored .container .blocks li:nth-child(4) .block {
  background-color: #747474;
}
.layout-blocks.style-colored .container .blocks li:nth-child(4) .block .link {
  color: #16af98;
}
.layout-blocks.style-colored .container .blocks li:nth-child(4) .block .link::after {
  background-image: url(../images/arrow-top-right-green.svg);
}
.layout-pagesfeatured {
  padding: 1.75rem 0 2.5rem;
}
.layout-pagesfeatured .container .text {
  color: #253081;
}
.layout-pagesfeatured .container .pages {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.75rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-pagesfeatured .container .pages li .page {
  min-height: 250px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages li .page {
    min-height: 347px;
  }
}
.layout-pagesfeatured .container .pages li .page > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-pagesfeatured .container .pages li .page .image {
  z-index: 1;
  position: relative;
  isolation: isolate;
}
.layout-pagesfeatured .container .pages li .page .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-pagesfeatured .container .pages li .page .image::before {
  z-index: 2;
}
.layout-pagesfeatured .container .pages li .page .title:not(.title-and-more .title),
.layout-pagesfeatured .container .pages li .page .title-and-more {
  align-self: end;
  padding: 1.25rem;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages li .page .title:not(.title-and-more .title) h3,
  .layout-pagesfeatured .container .pages li .page .title-and-more h3 {
    font-size: 3rem;
  }
}
.layout-pagesfeatured .container .pages li .page .title-and-more {
  height: 100%;
  display: grid;
  align-items: end;
}
.layout-pagesfeatured .container .pages li .page .title-and-more .more {
  font-weight: 700;
  background-color: #ef0000;
  padding: .5rem 1.5rem;
  border-radius: .5rem 0 0 .5rem;
  position: absolute;
  top: 1.25rem;
  right: 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages li .page .title-and-more .more {
    font-size: 1.5rem;
  }
}
.layout-pagesfeatured .container .pages li .page.blue {
  background-color: #253081;
}
.layout-pagesfeatured .container .pages li .page.blue .title h3 {
  color: #00a4f6;
}
.layout-pagesfeatured .container .pages li .page.green {
  background-color: #16af98;
}
.layout-pagesfeatured .container .pages li .page.green .title h3 {
  color: #00f3bf;
}
.layout-pagesfeatured .container .pages li .page.red {
  background-color: #a50000;
  background-color: #747474;
}
.layout-pagesfeatured .container .pages li .page.red .title h3 {
  color: #ef0000;
  color: #ffffff;
}
.layout-images .images .image-and-text {
  position: relative;
  display: grid;
}
.layout-images .images .image-and-text > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-images .images .image-and-text .image {
  z-index: 1;
  height: 400px;
  position: relative;
  isolation: isolate;
}
.layout-images .images .image-and-text .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-images .images .image-and-text .image {
    height: 500px;
  }
}
.layout-images .images .image-and-text .image::before {
  z-index: 2;
}
.layout-images .images .image-and-text .text {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  align-self: center;
  color: #ffffff;
}
@media (min-width: 810px) {
  .layout-images .images .image-and-text .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-images .images .image-and-text .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text .text h2 {
    line-height: 1.5;
  }
}
.layout-images .images .image-and-text .text p:has(strong a) a {
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text .text p:has(strong a) a {
    font-size: 1.125rem;
    padding: .7rem 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text .text p:has(strong a):first-of-type {
    margin: 2.75rem 0 -1rem;
  }
}
.layout-images .images .image-and-text .text p:has(strong a):first-of-type strong a {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
.layout-blocksandblocks {
  padding: 2rem 0 2.5rem;
  background-color: #f1f5f7;
  color: #253081;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-blocksandblocks {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandblocks {
    grid-template-columns: 1.32fr .95fr;
    gap: 3rem;
  }
}
.layout-blocksandblocks .intro h2 {
  font-weight: 400;
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .intro h2 {
    line-height: 1.5;
    letter-spacing: 4px;
  }
}
.layout-blocksandblocks .blocks-left {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 810px) {
  .layout-blocksandblocks .blocks-left {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandblocks .blocks-left {
    padding: 0 2rem 0 calc(50vw - 1700px / 2 + 2rem);
  }
}
.layout-blocksandblocks .blocks-left .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-blocksandblocks .blocks-left .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .blocks-left .blocks {
    margin: -1.75rem 0 0;
    gap: 2rem;
  }
}
.layout-blocksandblocks .blocks-left .blocks li .block {
  padding: 1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-blocksandblocks .blocks-left .blocks li .block {
    height: 100%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .blocks-left .blocks li .block {
    padding: 1.75rem 1.5rem 1.25rem;
  }
}
.layout-blocksandblocks .blocks-left .blocks li .block .block-title {
  font-weight: 700;
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .blocks-left .blocks li .block .block-title {
    font-size: 1.9rem;
  }
}
.layout-blocksandblocks .blocks-left .blocks li .block .block-text p {
  margin: 1rem 0;
  line-height: 1.08;
}
.layout-blocksandblocks .blocks-left .more {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #253081;
  border: 1px solid #253081;
  border-radius: .25rem;
  padding: .5rem 1rem;
  width: fit-content;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
  height: max-content;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .layout-blocksandblocks .blocks-left .more {
    padding: .5rem 1.5rem;
  }
}
.layout-blocksandblocks .blocks-left .more:hover {
  color: #253081;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-blocksandblocks .blocks-left .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .blocks-left .more {
    font-size: 1.125rem;
    margin: .5rem 0 0;
    padding: .75rem 2.5rem;
  }
}
.layout-blocksandblocks .blocks-right {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 810px) {
  .layout-blocksandblocks .blocks-right {
    padding: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocksandblocks .blocks-right {
    padding: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandblocks .blocks-right {
    margin: 8rem 0 0;
  }
}
.layout-blocksandblocks .blocks-right .image-and-block {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-blocksandblocks .blocks-right .image-and-block > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-blocksandblocks .blocks-right .image-and-block .image {
  height: 500px;
}
@media screen and (min-width: 1280px) {
  .layout-blocksandblocks .blocks-right .image-and-block .image {
    height: 100%;
  }
}
.layout-blocksandblocks .blocks-right .image-and-block .image img {
  border-radius: 2rem 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-blocksandblocks .blocks-right .image-and-block .image img {
    border-radius: 3rem 0 0 3rem;
  }
}
.layout-blocksandblocks .blocks-right .image-and-block .single-block {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  height: max-content;
  margin: 3rem 2rem;
}
@media screen and (min-width: 810px) {
  .layout-blocksandblocks .blocks-right .image-and-block .single-block {
    width: 80%;
    margin: 3rem auto;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandblocks .blocks-right .image-and-block .single-block {
    align-self: center;
    width: auto;
    margin: 7.25rem calc(50vw - 1700px / 2 + 2rem) 3rem 7rem;
    padding: 1.25rem 1.75rem;
  }
}
.layout-blocksandblocks .blocks-right .person {
  display: grid;
  grid-template-columns: 4fr .5fr;
  gap: .5rem;
  background-color: #ffffff;
  height: max-content;
  margin: 0 1rem 0 0;
  border-radius: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-blocksandblocks .blocks-right .person {
    width: 80%;
    margin: -3rem auto 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandblocks .blocks-right .person {
    margin: -3rem calc(50vw - 1700px / 2 - 2rem) 0 7rem;
    width: auto;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .blocks-right .person {
    border-radius: 2rem;
  }
}
.layout-blocksandblocks .blocks-right .person .inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  height: max-content;
  gap: .5rem;
}
.layout-blocksandblocks .blocks-right .person .inner .person-image {
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 1700px) {
  .layout-blocksandblocks .blocks-right .person .inner .person-image {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-blocksandblocks .blocks-right .person .inner .person-image {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.layout-blocksandblocks .blocks-right .person .inner .person-image img {
  border-radius: .5rem 0 0 .5rem;
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .blocks-right .person .inner .person-image img {
    border-radius: 2rem 0 0 2rem;
  }
}
.layout-blocksandblocks .blocks-right .person .inner .person-details {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  height: max-content;
  gap: .75rem;
  padding: .75rem 0;
}
.layout-blocksandblocks .blocks-right .person .inner .person-details .function {
  font-size: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .blocks-right .person .inner .person-details .function {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .blocks-right .person .inner .person-details .text {
    font-size: 1.25rem;
  }
}
.layout-blocksandblocks .blocks-right .person .person-email {
  background-color: #00a4f6;
  background-image: url(../images/envelope-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  border-radius: 0 .5rem .5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-blocksandblocks .blocks-right .person .person-email {
    border-radius: 0 2rem 2rem 0;
  }
}
.layout-blocksandblocks.style-cut_out .blocks-left {
  position: relative;
  z-index: 1;
}
.layout-blocksandblocks.style-cut_out .blocks-right .image-and-block .image {
  margin: 0 0 0 -20%;
}
.layout-blocksandblocks.style-cut_out .blocks-right .image-and-block .image img {
  -webkit-mask-image: url(../images/new-path.svg);
  mask-image: url(../images/new-path.svg);
  mask-repeat: no-repeat;
  mask-size: 150%;
}
.layout-blocksandblocks.style-cut_out .blocks-right .image-and-block .single-block {
  position: relative;
}
.layout-blocksandblocks.style-cut_out .blocks-right .person {
  position: relative;
}
.layout-vacancies li .vacancy,
.layout-vacanciesfeatured li .vacancy {
  background-color: #f1f5f7;
  padding: 1.75rem;
  color: #253081;
}
@media screen and (min-width: 810px) {
  .layout-vacancies li .vacancy,
  .layout-vacanciesfeatured li .vacancy {
    height: 100%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies li .vacancy,
  .layout-vacanciesfeatured li .vacancy {
    min-height: 238px;
  }
}
.layout-vacancies li .vacancy .title-and-more,
.layout-vacanciesfeatured li .vacancy .title-and-more {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies li .vacancy .title-and-more .title,
  .layout-vacanciesfeatured li .vacancy .title-and-more .title {
    font-size: 2rem;
  }
}
.layout-vacancies li .vacancy .title-and-more .more,
.layout-vacanciesfeatured li .vacancy .title-and-more .more {
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url(../images/arrow-top-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.25rem;
}
.layout-vacancies li .vacancy .tags,
.layout-vacanciesfeatured li .vacancy .tags {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  margin: .5rem 0;
}
.layout-vacancies li .vacancy .tags li,
.layout-vacanciesfeatured li .vacancy .tags li {
  padding: .25rem 1rem;
  background-color: #ffffff;
  border-radius: .5rem;
}
.layout-vacancies li .vacancy .text,
.layout-vacanciesfeatured li .vacancy .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.1;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies li .vacancy .text,
  .layout-vacanciesfeatured li .vacancy .text {
    font-size: 1.25rem;
  }
}
.layout-vacancies {
  padding: 2.5rem 0;
}
.layout-vacancies .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-vacanciesfeatured {
  padding: 1.5rem 0;
  background-color: #ffffff;
  color: #253081;
}
.layout-vacanciesfeatured .container .title-and-counter {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.layout-vacanciesfeatured .container .title-and-counter .counter {
  font-size: 1.75rem;
  font-weight: 800;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesfeatured .container .title-and-counter .counter {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacanciesfeatured .container .title-and-counter .counter {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured .container .title-and-counter .counter {
    font-size: 4rem;
  }
}
.layout-vacanciesfeatured .container .vacancies-and-side-block {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin: 1.5rem 0 2.5rem;
}
.layout-vacanciesfeatured .container .vacancies-and-side-block > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-vacanciesfeatured .container .vacancies-and-side-block > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) {
  gap: 1.25rem;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) {
    grid-template-columns: 5.2fr 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) aside.side-block {
    padding: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured .container .vacancies-and-side-block:has(.side-block) aside.side-block p {
    margin: 0;
  }
}
.layout-vacanciesfeatured .container .link-to-all-vacancies {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #253081;
  border: 1px solid #253081;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-vacanciesfeatured .container .link-to-all-vacancies {
    padding: .5rem 1.5rem;
  }
}
.layout-vacanciesfeatured .container .link-to-all-vacancies:hover {
  color: #253081;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-vacanciesfeatured .container .link-to-all-vacancies:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesfeatured .container .link-to-all-vacancies {
    font-size: 1.25rem;
    padding: .75rem 1.5rem;
  }
}
.layout-persons,
.layout-personsblock {
  padding: 3rem 0;
  background-color: #f1f5f7;
  color: #253081;
}
.layout-persons .container > ul,
.layout-personsblock .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-persons .container > ul,
  .layout-personsblock .container > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-persons .container > ul,
  .layout-personsblock .container > ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.layout-persons .container > ul .person,
.layout-personsblock .container > ul .person {
  display: grid;
  gap: .5rem;
  border-radius: 1rem;
  background-color: #ffffff;
}
.layout-persons .container > ul .person .name,
.layout-personsblock .container > ul .person .name {
  font-size: 1.45em;
}
@media screen and (min-width: 810px) {
  .layout-persons .container > ul .person .name,
  .layout-personsblock .container > ul .person .name {
    font-size: 1.65em;
    min-height: 75px;
  }
}
@media screen and (min-width: 810px) {
  .layout-persons .container > ul .person .function,
  .layout-personsblock .container > ul .person .function {
    min-height: 58px;
  }
}
.layout-persons .container > ul .person .image,
.layout-personsblock .container > ul .person .image {
  width: 100%;
  height: 350px;
}
.layout-persons .container > ul .person .image img,
.layout-personsblock .container > ul .person .image img {
  border-radius: 1rem 1rem 0 0;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.layout-persons .container > ul .person .person-details,
.layout-personsblock .container > ul .person .person-details {
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
}
.layout-persons .container > ul .person .person-details .function,
.layout-personsblock .container > ul .person .person-details .function {
  font-size: 1rem;
  margin: 1rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-persons .container > ul .person .person-details .function,
  .layout-personsblock .container > ul .person .person-details .function {
    font-size: 1.5rem;
  }
}
.layout-persons .container > ul .person .person-details .text,
.layout-personsblock .container > ul .person .person-details .text {
  line-height: 1.25em;
}
@media screen and (min-width: 810px) {
  .layout-persons .container > ul .person .person-details .text,
  .layout-personsblock .container > ul .person .person-details .text {
    min-height: 90px;
  }
}
.layout-persons .container > ul .person .person-details .linkedin,
.layout-personsblock .container > ul .person .person-details .linkedin {
  font-size: 27px;
  margin: 10px 0;
}
.layout-markets .market,
.layout-marketsslider .market {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-markets .market > *,
.layout-marketsslider .market > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-markets .market .image,
.layout-marketsslider .market .image {
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.layout-markets .market .image::before,
.layout-marketsslider .market .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.25));
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-markets .market .image::before,
.layout-marketsslider .market .image::before {
  z-index: 2;
}
.layout-markets .market .title-text-and-more,
.layout-marketsslider .market .title-text-and-more {
  position: relative;
  z-index: 3;
  color: #ffffff;
  padding: 2rem 1.5rem;
  align-self: end;
}
@media screen and (min-width: 1660px) {
  .layout-markets .market .title-text-and-more .caption-and-title,
  .layout-marketsslider .market .title-text-and-more .caption-and-title {
    margin: 0 0 -1.5rem;
  }
}
.layout-markets .market .title-text-and-more .caption-and-title span,
.layout-marketsslider .market .title-text-and-more .caption-and-title span {
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 1280px) {
  .layout-markets .market .title-text-and-more .caption-and-title span,
  .layout-marketsslider .market .title-text-and-more .caption-and-title span {
    margin: 0 0 -1rem;
  }
}
.layout-markets .market .title-text-and-more .text,
.layout-marketsslider .market .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7;
  margin: 1rem 0;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-markets .market .title-text-and-more .text,
  .layout-marketsslider .market .title-text-and-more .text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-markets .market .title-text-and-more .text,
  .layout-marketsslider .market .title-text-and-more .text {
    margin: 25px 0 42px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-markets .market .title-text-and-more .more,
  .layout-marketsslider .market .title-text-and-more .more {
    margin: 2rem 0 -1rem;
  }
}
.layout-markets {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-markets {
    padding: 4rem 0;
  }
}
.layout-markets .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-markets .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-markets .container ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-marketsslider .markets .market .image {
  height: 500px;
}
@media screen and (min-width: 1280px) {
  .layout-marketsslider .markets .market .image {
    height: 750px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-marketsslider .markets .market .image {
    height: 870px;
  }
}
.layout-marketsslider .markets .market .title-text-and-more {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding: 0 1rem 7rem;
}
@media (min-width: 810px) {
  .layout-marketsslider .markets .market .title-text-and-more {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-marketsslider .markets .market .title-text-and-more {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-marketsslider .markets .market .title-text-and-more {
    padding: 0 2rem 8rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-marketsslider .markets .market .title-text-and-more > * {
    max-width: 66%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-marketsslider .markets .market .title-text-and-more span {
    font-size: 1.25rem;
  }
}
.layout-marketsslider .markets .market .title-text-and-more .title {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 800;
}
@media screen and (min-width: 810px) {
  .layout-marketsslider .markets .market .title-text-and-more .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-marketsslider .markets .market .title-text-and-more .title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-marketsslider .markets .market .title-text-and-more .title {
    font-size: 7.2rem;
  }
}
.layout-marketsslider .markets .market .title-text-and-more .text {
  font-weight: 500;
}
.layout-marketsslider .markets .market .title-text-and-more .more {
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-marketsslider .markets .market .title-text-and-more .more {
    font-size: 1.25rem;
  }
}
.layout-faq {
  padding: 2.5rem 0;
  background-color: #f1f5f7;
}
.layout-faq .container .title {
  font-weight: 500;
  text-align: center;
  color: #253081;
}
@media screen and (min-width: 1660px) {
  .layout-faq .container .title {
    font-size: 3.5rem;
  }
}
.layout-faq .container .faqs {
  margin: 3rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-faq .container .faqs {
    gap: 2rem;
  }
}
.layout-faq .container .faqs .faq {
  position: relative;
  background-color: #ffffff;
  border-radius: .5rem;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq {
    border-radius: .75rem;
  }
}
.layout-faq .container .faqs .faq .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  border-radius: .5rem;
  transition: all 0.25s ease;
  font-weight: 400;
  padding: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs .faq .question {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .question {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .question {
    border-radius: .75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-faq .container .faqs .faq .question {
    font-size: 1.5rem;
    padding: 1.25rem;
  }
}
.layout-faq .container .faqs .faq .question i {
  font-size: 1.25rem;
}
.layout-faq .container .faqs .faq .answer {
  line-height: 1.3;
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 2;
  left: 0;
  border-radius: 0 0 .5rem .5rem;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .answer {
    border-radius: 0 0 .75rem .75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-faq .container .faqs .faq .answer {
    font-size: 1.25rem;
  }
}
.layout-faq .container .faqs .faq.unfolded {
  border-radius: .5rem .5rem 0 0;
}
.layout-faq .container .faqs .faq.unfolded .question {
  border-radius: .5rem .5rem 0 0;
  color: #253081;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq.unfolded .question {
    border-radius: .75rem .75rem 0 0;
  }
}
.layout-faq .container .faqs .faq.unfolded .question i {
  transform: rotate(-90deg);
  color: #ef0000;
  transition: all 0.25s ease;
}
.layout-faq .container .faqs .faq.unfolded .answer {
  padding: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-faq .container .faqs .faq.unfolded .answer {
    padding: 0 1.25rem .75rem;
    margin: -0.6rem 0 0;
  }
}
.layout-news .post,
.layout-newslatest .post {
  background-color: #f1f5f7;
  color: #253081;
}
@media screen and (min-width: 810px) {
  .layout-news .post,
  .layout-newslatest .post {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .post,
  .layout-newslatest .post {
    height: 100%;
  }
}
.layout-news .post .image,
.layout-newslatest .post .image {
  height: 250px;
}
@media screen and (min-width: 810px) {
  .layout-news .post .image,
  .layout-newslatest .post .image {
    width: 200px;
    height: auto;
    min-height: 200px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-news .post .image,
  .layout-newslatest .post .image {
    height: 237px;
    width: 263px;
  }
}
.layout-news .post .title-text-and-more,
.layout-newslatest .post .title-text-and-more {
  padding: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-news .post .title-text-and-more,
  .layout-newslatest .post .title-text-and-more {
    padding: 1.5rem;
  }
}
.layout-news .post .title-text-and-more .title,
.layout-newslatest .post .title-text-and-more .title {
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
@media screen and (min-width: 1660px) {
  .layout-news .post .title-text-and-more .title,
  .layout-newslatest .post .title-text-and-more .title {
    font-size: 2rem;
  }
}
.layout-news .post .title-text-and-more .title::after,
.layout-newslatest .post .title-text-and-more .title::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url(../images/arrow-top-right-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.25rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 1280px) {
  .layout-news .post .title-text-and-more .title::after,
  .layout-newslatest .post .title-text-and-more .title::after {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1.75rem;
  }
}
.layout-news .post .title-text-and-more .text,
.layout-newslatest .post .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: .5rem 0;
  line-height: 1.125;
}
@media screen and (min-width: 1660px) {
  .layout-news .post .title-text-and-more .text,
  .layout-newslatest .post .title-text-and-more .text {
    font-size: 1.25rem;
  }
}
.layout-news .post .title-text-and-more .more,
.layout-newslatest .post .title-text-and-more .more {
  font-weight: 600;
  transition: all 0.25s ease;
  display: inline-block;
  font-size: 1.25rem;
  margin: .75rem 0 0;
}
.layout-news .post .title-text-and-more .more:hover,
.layout-newslatest .post .title-text-and-more .more:hover {
  color: #ef0000;
}
.layout-news,
.layout-newslatest {
  padding: 1.75rem 0;
}
.layout-news .container .news,
.layout-newslatest .container .news {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-news .container .news,
  .layout-newslatest .container .news {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2rem;
  }
}
.layout-newslatest > .title {
  color: #253081;
  font-weight: 700;
  margin: 0 0 1rem;
}
.layout-newslatest .link-to-all {
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #253081;
  border: 1px solid #253081;
  border-radius: .25rem;
  padding: .5rem 1rem;
  width: fit-content;
  font-weight: 800;
  text-decoration: none !important;
  display: block;
  width: max-content;
  margin: 2rem auto 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .link-to-all {
    padding: .5rem 1.5rem;
  }
}
.layout-newslatest .link-to-all:hover {
  color: #253081;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-newslatest .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-newslatest .link-to-all {
    margin: 2.75rem auto 0;
    padding: .75rem 3.5rem;
  }
}
.layout-newslatest:has(.side-block) .posts-and-side {
  margin: 1.5rem 0 0;
}
.layout-newslatest:has(.side-block) .posts-and-side .news {
  margin: 0;
}
.gform_wrapper .gform_heading .gform_title {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 810px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 2.25rem;
  }
}
.gform_wrapper .gform_heading .gform_title::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #00a4f6;
  border-radius: 50%;
  background-image: url(../images/paperclip.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 2rem;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper .gform_heading .gform_title::after {
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
  }
}
.gform_wrapper .gform_heading .gform_description {
  margin: .75rem 0 !important;
  line-height: 1.12;
}
form .gform_body .gform_fields {
  gap: 1rem !important;
}
form .gform_body .gform_fields .gfield .ginput_container input,
form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 3.25rem;
  border-radius: .5rem;
  background-color: #e4eff5;
  border: none !important;
  padding: 0 1rem;
}
form .gform_body .gform_fields .gfield .ginput_container input:focus,
form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  outline: 1px solid #253081;
}
form .gform_body .gform_fields .gfield .ginput_container input[placeholder="Name"],
form .gform_body .gform_fields .gfield .ginput_container textarea[placeholder="Name"],
form .gform_body .gform_fields .gfield .ginput_container input[placeholder="Surname"],
form .gform_body .gform_fields .gfield .ginput_container textarea[placeholder="Surname"],
form .gform_body .gform_fields .gfield .ginput_container input[placeholder="E-mail"],
form .gform_body .gform_fields .gfield .ginput_container textarea[placeholder="E-mail"] {
  background-image: url(../images/user-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  background-position: center right 1rem;
}
form .gform_body .gform_fields .gfield .ginput_container input[placeholder="E-mail"],
form .gform_body .gform_fields .gfield .ginput_container textarea[placeholder="E-mail"] {
  background-image: url(../images/envelope-blue.svg);
}
form .gform_footer {
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  min-height: 2.5rem;
  width: fit-content;
  border-radius: .5rem;
  cursor: pointer !important;
}
form .gform_footer .button {
  font-weight: 700 !important;
  background-color: transparent !important;
  border: 1px solid #253081 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #253081 !important;
  transition: all 0.25s ease !important;
}
form .gform_footer .button:hover {
  background-color: #e4eff5 !important;
  border-color: #e4eff5 !important;
}
.slick-slider {
  margin: 0 !important;
}
.slick-slider .slick-slide {
  height: max-content;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 3rem;
  top: auto;
  bottom: 1rem;
  transform: none;
  z-index: 5;
  border-radius: 50%;
}
@media screen and (min-width: 810px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    bottom: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 5.5rem;
    height: 5.5rem;
    bottom: 3.5rem;
    background-size: 4.5rem;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  display: none;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: .8;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev {
  left: calc(50% - 4.5rem);
  transform: rotate(180deg);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev {
    left: auto;
    right: calc(1.875rem + 6rem);
  }
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-prev {
    right: calc(50vw - 1700px / 2 + 7rem);
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev {
    right: calc(50vw - 1700px / 2 + 8rem);
  }
}
.slick-slider .slick-next {
  right: calc(50% - 4.5rem);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-next {
    right: 1.875rem;
  }
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-next {
    right: calc(50vw - 1700px / 2 + 1.875rem);
  }
}
.slick-slider .slick-dots {
  bottom: 2rem;
}
.slick-slider .slick-dots li {
  height: 1.25rem;
  width: 1.25rem;
}
.slick-slider .slick-dots li button {
  padding: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.slick-slider .slick-dots li button::before {
  display: none;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.8);
}
