@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
ol {
  list-style-type: none;
}

button {
  width: auto;
  height: auto;
  line-height: 1;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  -webkit-appearance: none;
}

@font-face {
  font-family: "icons";
  src: url("../icons/icons.eot?1");
  src: url("../icons/icons.eot?1#iefix") format("embedded-opentype"), url("../icons/icons.woff2?1") format("woff2"), url("../icons/icons.woff?1") format("woff"), url("../icons/icons.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
[class^=icon-],
[class*=" icon-"] {
  speak: none;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "icons" !important;
}

.icon-search:before {
  content: "\EA01";
}

.icon-folder:before {
  content: "\EA02";
}

.icon-pin:before {
  content: "\EA03";
}

.icon-linkedin:before {
  content: "\EA04";
}

.icon-arrow-down:before {
  content: "\EA05";
}

.icon-arrow-up:before {
  content: "\EA06";
}

.icon-arrow-left:before {
  content: "\EA07";
}

.icon-arrow-right:before {
  content: "\EA08";
}

.icon-bars:before {
  content: "\EA09";
}

.icon-close:before {
  content: "\EA10";
}

.icon-doc:before {
  content: "\EA11";
}

.icon-link:before {
  content: "\EA12";
}

.icon-envelope:before {
  content: "\EA13";
}

.icon-share:before {
  content: "\EA14";
}

.icon-print:before {
  content: "\EA15";
}

.icon-facebook:before {
  content: "\EA16";
}

.icon-twitter:before {
  content: "\EA17";
}

.icon-facebook-outline:before {
  content: "\EA18";
}

.icon-linkedin-outline:before {
  content: "\EA19";
}

.icon-x-outline:before {
  content: "\EA20";
}

.icon-pdf-download:before {
  content: "\EA21";
}

.icon-vcard:before {
  content: "\EA22";
}

.icon-plus:before {
  content: "\EA23";
}

.icon-minus:before {
  content: "\EA24";
}

.icon-quote:before {
  content: "\EA25";
}

.icon-chevron-up:before {
  content: "\EA26";
}

.icon-chevron-down:before {
  content: "\EA27";
}

.icon-chevron-left:before {
  content: "\EA28";
}

.icon-chevron-right:before {
  content: "\EA29";
}

.icon-checkbox:before {
  content: "\EA30";
}

.icon-move:before {
  content: "\EA31";
}

.icon-close-outlined:before {
  content: "\EA32";
}

::-moz-selection {
  color: var(--color-selection-text, #ffffff);
  background-color: var(--color-selection-background, #1c2c3f);
}

::selection {
  color: var(--color-selection-text, #ffffff);
  background-color: var(--color-selection-background, #1c2c3f);
}

::-moz-selection {
  color: var(--color-selection-text, #ffffff);
  background-color: var(--color-selection-background, #1c2c3f);
}

html {
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: var(--color-body-text, #393939);
  background-color: var(--color-body-background, #ffffff);
}
html.is-locked {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
@media (max-width: ) {
  html.is-mobile-lock {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
  }
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body.cke_editable {
  width: auto;
  height: auto;
  margin: 20px;
}

a {
  color: inherit;
  text-decoration: none;
}

i {
  font-style: normal;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 2px solid transparent;
}

.o-tabs:focus {
  outline: 2px solid transparent !important;
}

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

.jcf-hidden {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute !important;
  left: -9999px !important;
  height: 1px !important;
  width: 1px !important;
  margin: 0px !important;
  border-width: 0px !important;
}

.jcf-select {
  width: 100%;
  display: table;
  table-layout: fixed;
  cursor: pointer;
  padding: 14px 20px;
  color: var(--color-jcf-placeholder, #767676);
  background-color: var(--color-jcf-background, #ffffff);
  border: 1px solid var(--color-jcf-border, #767676);
  position: relative;
  z-index: 10;
  font-size: 18px;
  line-height: 125%;
}
.jcf-select.jcf-drop-active .jcf-select-opener:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jcf-select-opener {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  width: 14px;
}
.jcf-select-opener:before {
  display: block;
  font-family: "icons";
  content: "\EA27";
  color: var(--color-jcf-chevron, #aa182c);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.jcf-select-text {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.jcf-select-text > span {
  display: block;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
}

.jcf-select-drop {
  font-size: 16px;
  line-height: 125%;
  z-index: 500;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-right: 1px solid var(--color-jcf-dropdown-border, );
  border-bottom: 1px solid var(--color-jcf-dropdown-border, );
  border-left: 1px solid var(--color-jcf-dropdown-border, );
  background-color: var(--color-jcf-background, #ffffff);
}
.jcf-select-drop .jcf-list {
  display: block;
}
.jcf-select-drop .jcf-list-content {
  display: block;
}

.jcf-option {
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 10px 15px;
  color: var(--color-jcf-text, #393939);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-color: var(--color-jcf-background, #ffffff);
}
.jcf-option.jcf-hover, .jcf-option:hover {
  background-color: var(--color-jcf-dropdown-hover, #e8e9ea);
}

.jcf-optgroup-caption {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid var(--color-jcf-dropdown-border, );
  border-bottom: 1px solid var(--color-jcf-dropdown-border, );
}

/* 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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

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

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

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

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

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  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: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  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;
  -webkit-box-shadow: none;
  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%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* 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%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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;
  -ms-touch-action: none;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -ms-touch-action: none;
  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 {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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;
  -webkit-filter: blur(50px);
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

.o-container {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1440px;
}
@media (max-width: 1300px) {
  .o-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1020px) {
  .o-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 850px) {
  .o-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.o-main {
  width: 100%;
  display: block;
}

.o-tabs {
  width: 100%;
  display: block;
}
.o-tabs__content {
  display: none;
}
.o-tabs__content.is-active {
  display: block;
}

.o-page {
  display: block;
  padding: 60px 0;
}
@media (max-width: 850px) {
  .o-page {
    padding: 20px 0;
  }
}
.o-page__container {
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media (max-width: 1020px) {
  .o-page__container {
    display: block;
  }
}
.o-page__left {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 1020px) {
  .o-page__left {
    display: block;
  }
}
.o-page__right {
  display: table-cell;
  vertical-align: top;
  padding-left: 120px;
  width: 420px;
}
@media (max-width: 1020px) {
  .o-page__right {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--color-primary-dim, #6f6c7a);
  }
}
.o-page__section {
  width: 100%;
  display: block;
}
.o-page__section + .o-page__section {
  padding-top: 40px;
}
.o-page__section.is-smaller + .o-page__section.is-smaller {
  padding-top: 20px;
}
.o-page__section-title {
  display: block;
  color: var(--color-primary-red, #aa182c);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%;
  margin-bottom: 0.7em;
  padding-bottom: 26px;
}
.o-page__intro {
  display: block;
  font-style: normal;
  font-weight: 500;
  line-height: 131.25%;
  color: var(--color-primary-red, #aa182c);
  font-size: 32px;
}
@media (max-width: 850px) {
  .o-page__intro {
    font-size: 26px;
  }
}
.o-page__intro.has-max-width {
  max-width: 880px;
}

.o-sidebar {
  width: 100%;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: var(--color-primary-text, #393939);
}
.o-sidebar__section {
  width: 100%;
  display: block;
  padding-top: 40px;
  margin-top: 32px;
  border-top: 1px solid var(--color-primary-border, #e8e9ea);
}
.o-sidebar__section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.o-sidebar__links {
  font-size: 20px;
  display: block;
  line-height: 120%;
  font-weight: 500;
}
.o-sidebar__links > li {
  display: block;
  margin-bottom: 16px;
}
.o-sidebar__links > li:last-child {
  margin-bottom: 0;
}
.o-sidebar__links > li.is-active a {
  padding-left: 20px;
}
.o-sidebar__links > li.is-active a:before {
  opacity: 1;
  visibility: visible;
}
.o-sidebar__links a {
  display: inline-block;
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.o-sidebar__links a:before {
  left: 0;
  top: 6px;
  bottom: 6px;
  position: absolute;
  content: "\a";
  border-left: 5px solid var(--color-primary-red, #aa182c);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .o-sidebar__links a:hover {
    padding-left: 20px;
  }
  .o-sidebar__links a:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
.o-sidebar__list {
  font-size: 20px;
  display: block;
  line-height: 120%;
  font-weight: 500;
}
.o-sidebar__list > li {
  display: block;
  margin-bottom: 24px;
}
.o-sidebar__list > li:last-child {
  margin-bottom: 0;
}
.o-sidebar__list a {
  color: var(--color-primary-red, #aa182c);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .o-sidebar__list a:hover {
    text-decoration: underline;
  }
}
.o-sidebar__title {
  width: 100%;
  display: block;
  color: var(--color-primary-red, #aa182c);
  margin-bottom: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%;
}
.o-sidebar__news {
  display: block;
}
.o-sidebar__news > li {
  margin-bottom: 32px;
}
.o-sidebar__news > li:last-child {
  margin-bottom: 0;
}
.o-sidebar__news-date {
  display: block;
  padding-bottom: 8px;
  color: var(--color-primary-dim, #6f6c7a);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 111.111%;
}
.o-sidebar__news-title {
  display: block;
}
.o-sidebar__news-title a {
  display: block;
  color: var(--color-primary-text, #393939);
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.o-sidebar__news-title a:hover {
  color: var(--color-primary-red, #aa182c);
  text-decoration: none;
}
.o-sidebar__contacts {
  display: block;
  color: var(--color-primary-black, #000000);
}
.o-sidebar__contacts > li {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}
.o-sidebar__contacts > li:first-child {
  margin-top: 0;
}
.o-sidebar__contacts-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  display: block;
}
.o-sidebar__contacts-img img {
  width: 100%;
  display: block;
}
.o-sidebar__contacts-name {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.o-sidebar__contacts-name a {
  color: var(--color-primary-black, #000000);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.o-sidebar__contacts-name a:hover {
  color: var(--color-primary-red, #aa182c);
}

.o-newslist {
  width: 100%;
  display: block;
}
.o-newslist__item {
  width: 100%;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: var(--color-primary-text, #393939);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-bottom: 1px solid var(--color-primary-border, #e8e9ea);
}
.o-newslist__item:last-child {
  margin-bottom: 0;
}
.o-newslist__item.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 600px) {
  .o-newslist__item.is-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-newslist__item-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .o-newslist__item-thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.o-newslist__item-thumb a, .o-newslist__item-thumb img {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.o-newslist__item-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.o-newslist__item-date {
  width: 100%;
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 111.111%;
  color: var(--color-primary-dim, #6f6c7a);
}
.o-newslist__item-date.is-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
}
.o-newslist__item-emp {
  color: var(--color-primary-red, #aa182c);
}
.o-newslist__item-title {
  display: block;
  color: var(--color-primary-black, #000000);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%;
}
.o-newslist__item-title a {
  display: block;
  color: var(--color-primary-black, #000000);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .o-newslist__item-title a:hover {
    color: var(--color-primary-red, #aa182c);
  }
}
.o-newslist__item-subtitle {
  display: block;
  font-size: 20px;
  line-height: 141.667%;
}
.o-newslist__item-content {
  width: 100%;
  display: block;
  padding-top: 10px;
}

.o-attorneys {
  width: 100%;
  display: block;
}
.o-attorneys__row {
  display: block;
  margin: -13px;
}
.o-attorneys__row .o-attorneys__col {
  width: 25%;
  padding: 13px;
}
@media (max-width: 1300px) {
  .o-attorneys__row .o-attorneys__col {
    width: 33.33%;
  }
}
@media (max-width: 1020px) {
  .o-attorneys__row .o-attorneys__col {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .o-attorneys__row .o-attorneys__col {
    width: 100%;
  }
}
.o-attorneys__col {
  display: block;
}
.o-attorneys--3-cols {
  width: 100%;
  gap: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1300px) {
  .o-attorneys--3-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .o-attorneys--3-cols {
    grid-template-columns: repeat(1, 1fr);
  }
}

.o-redbox {
  width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1020px) {
  .o-redbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .o-redbox {
    grid-template-columns: repeat(1, 1fr);
  }
}

.o-search {
  width: 100%;
  display: block;
}
.o-search__message {
  padding: 60px 0;
}
.o-search__section {
  display: block;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid var(--color-primary-black, #000000);
}
.o-search__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.o-search__section-title {
  display: block;
  color: var(--color-primary-black, #000000);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-primary-border, #e8e9ea);
}
.o-search__news-item {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-primary-border, #e8e9ea);
}
.o-search__news-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.o-search__links {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.o-search__links a {
  font-weight: 600;
  text-decoration: none;
  color: var(--color-primary-red, #aa182c);
}
@media (hover: hover) and (pointer: fine) {
  .o-search__links a:hover {
    text-decoration: none;
    color: var(--color-primary-black, #000000);
  }
}
.o-search__links > li {
  padding: 18px 0;
  border-bottom: 1px solid var(--color-primary-border, #e8e9ea);
}
.o-search__links > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.o-search__attorneys-table {
  width: 100%;
  table-layout: fixed;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-primary-text, #393939);
  text-align: left;
}
@media (max-width: 850px) {
  .o-search__attorneys-table {
    display: block;
  }
}
@media (max-width: 850px) {
  .o-search__attorneys-table tbody,
  .o-search__attorneys-table tr,
  .o-search__attorneys-table td {
    display: block;
  }
}
.o-search__attorneys-table a {
  text-decoration: none;
  color: var(--color-primary-red, #aa182c);
}
@media (hover: hover) and (pointer: fine) {
  .o-search__attorneys-table a:hover {
    text-decoration: none;
    color: var(--color-primary-black, #000000);
  }
}
@media (max-width: 850px) {
  .o-search__attorneys-table tr {
    padding: 10px 0;
  }
}
.o-search__attorneys-table td {
  padding: 20px 0;
  vertical-align: top;
}
@media (max-width: 850px) {
  .o-search__attorneys-table td {
    padding: 5px 0;
  }
}
.o-search__attorneys-table td.is-position {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (max-width: 850px) {
  .o-search__attorneys-table td.is-position {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.o-search__attorneys-table td.is-email {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (max-width: 850px) {
  .o-search__attorneys-table td.is-email {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.o-search__attorneys-table td.is-phone {
  width: 27%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 850px) {
  .o-search__attorneys-table td.is-phone {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.o-search__attorneys-table td.is-vcard {
  width: 50px;
  text-align: right;
  font-size: 42px;
  padding-top: 14px;
}
@media (max-width: 850px) {
  .o-search__attorneys-table td.is-vcard {
    width: 100%;
    text-align: left;
    padding-top: 0;
  }
}
.o-search__attorneys-table td.is-vcard a,
.o-search__attorneys-table td.is-vcard .icon-vcard {
  display: block;
}
.o-search__attorneys-table tr {
  border-bottom: 1px solid var(--color-primary-border, #e8e9ea);
}
.o-search__attorneys-table tr:last-child {
  border-bottom: none;
}

.o-sitemap {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-primary-text, #393939);
}
.o-sitemap a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .o-sitemap a:hover {
    text-decoration: underline;
  }
}
.o-sitemap__row {
  width: 100%;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 850px) {
  .o-sitemap__row {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.o-sitemap__list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}
.o-sitemap__list-col > li > a {
  font-weight: bold;
}
.o-sitemap__list-col ul {
  padding-left: 10px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  padding: 13px 30px;
  font-weight: 700;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  border: 1px solid var(--color-primary-red, #aa182c);
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 100px;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    color: var(--color-primary-red, #aa182c);
    background-color: var(--color-primary-white, #ffffff);
    border: 1px solid var(--color-primary-white, #ffffff);
  }
}
.c-btn--block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--inverse-hover:hover {
    color: var(--color-primary-white, #ffffff);
    background-color: var(--color-primary-black, #000000);
    border: 1px solid var(--color-primary-black, #000000);
  }
}
.c-btn--white {
  color: var(--color-primary-red, #aa182c);
  background-color: var(--color-primary-white, #ffffff);
  border: 1px solid var(--color-primary-white, #ffffff);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--white:hover {
    color: var(--color-primary-white, #ffffff);
    background-color: var(--color-primary-red, #aa182c);
    border: 1px solid var(--color-primary-red, #aa182c);
  }
}
.c-btn--outline {
  color: var(--color-primary-red, #aa182c);
  background-color: var(--color-primary-white, #ffffff);
  border: 1px solid var(--color-primary-red, #aa182c);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--outline:hover {
    color: var(--color-primary-white, #ffffff);
    background-color: var(--color-primary-red, #aa182c);
    border: 1px solid var(--color-primary-red, #aa182c);
  }
}

.c-btnarrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  text-transform: uppercase;
  color: var(--color-primary-red, #aa182c);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 112.5%;
}
.c-btnarrow:after {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  font-family: "icons";
  content: "\EA08";
}
@media (hover: hover) and (pointer: fine) {
  .c-btnarrow:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.c-btnarrow--white {
  color: var(--color-primary-white, #ffffff);
}
.c-btnarrow--min-height {
  min-height: 44px;
}

.c-btngray {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 100px;
  color: var(--color-primary-text, #393939);
  background-color: var(--color-primary-platinum, #e8e9ea);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-btngray [class^=icon-],
.c-btngray [class*=" icon-"] {
  display: block;
  font-size: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btngray:hover {
    color: var(--color-primary-white, #ffffff);
    background-color: var(--color-primary-red, #aa182c);
  }
}
.c-btngray--block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-btnplus {
  color: var(--color-primary-red, #aa182c);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  gap: 8px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-btnplus:after {
  display: block;
  font-size: 12px;
  font-family: "icons";
  content: "\EA23";
}
@media (hover: hover) and (pointer: fine) {
  .c-btnplus:hover {
    color: var(--color-primary-black, #000000);
    text-decoration: none;
  }
}

.c-sharemodal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: fixed;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 1000;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
  visibility: hidden;
  color: var(--color-primary-white, #ffffff);
}
.c-sharemodal__box {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  background-color: var(--color-primary-red, #aa182c);
}
.c-sharemodal__title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.36;
}
.c-sharemodal__email {
  cursor: pointer;
}
.c-sharemodal__close {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: fixed;
  background-color: var(--color-primary-black, #000000);
  opacity: 0.5;
}
.c-sharemodal__btn-close {
  margin: 0;
  z-index: 5;
  top: 20px;
  right: 20px;
  border: none;
  line-height: 0;
  font-size: 20px;
  cursor: pointer;
  border-radius: 0;
  position: absolute;
  -webkit-appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .c-sharemodal__btn-close:hover {
    text-decoration: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.c-sharemodal__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  padding-top: 30px;
  line-height: 1;
}
.c-sharemodal__social li {
  margin: 0 10px;
}
.c-sharemodal__social a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .c-sharemodal__social a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.c-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  gap: 8px;
  padding: 6px 20px;
  border-radius: 100px;
  line-height: 1;
  font-size: 22px;
  font-weight: normal;
}
.c-share a,
.c-share button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  min-width: 38px;
  padding: 12px 4px;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .c-share a:hover,
  .c-share button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.c-tablinks {
  display: block;
  overflow: hidden;
  color: var(--color-primary-blue, );
}
.c-tablinks__options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--color-primary-light, #f8f8f8);
}
.c-tablinks__options a {
  display: block;
  padding: 15px 30px;
  border-radius: 100px;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-tablinks__options a:hover {
    color: var(--color-primary-white, #ffffff);
    background-color: var(--color-primary-red, #aa182c);
  }
}
.c-tablinks__options a.is-active {
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
}
.c-tablinks__options > li.is-active a {
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
}
.c-tablinks__mobile-option {
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 163%;
  text-transform: uppercase;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
}
.c-tablinks__mobile-option:after {
  font-size: 16px;
  font-family: "icons";
  content: "\EA23";
}
@media (max-width: 1300px) {
  .c-tablinks__pdf-btn {
    display: none;
  }
}
@media (max-width: 1020px) {
  .c-tablinks__pdf-btn {
    display: block;
  }
}
@media (max-width: 600px) {
  .c-tablinks--mobile-collapsed .c-tablinks__mobile-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-tablinks--mobile-collapsed .c-tablinks__mobile-option.is-active {
    border-radius: 25px 25px 0 0;
  }
  .c-tablinks--mobile-collapsed .c-tablinks__mobile-option.is-active:after {
    font-family: "icons";
    content: "\EA24";
  }
  .c-tablinks--mobile-collapsed .c-tablinks__mobile-option.is-active + .c-tablinks__options {
    display: block;
  }
}
@media (max-width: 600px) {
  .c-tablinks--mobile-collapsed .c-tablinks__options {
    display: none;
    color: var(--color-primary-white, #ffffff);
    background-color: var(--color-primary-red, #aa182c);
    border-radius: 0 0 25px 25px;
  }
  .c-tablinks--mobile-collapsed .c-tablinks__options > li {
    display: block;
  }
  .c-tablinks--mobile-collapsed .c-tablinks__options a.is-active {
    display: none;
  }
}
.c-tablinks--collapsed .c-tablinks__mobile-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-tablinks--collapsed .c-tablinks__mobile-option.is-active {
  border-radius: 25px 25px 0 0;
}
.c-tablinks--collapsed .c-tablinks__mobile-option.is-active:after {
  font-family: "icons";
  content: "\EA24";
}
.c-tablinks--collapsed .c-tablinks__mobile-option.is-active + .c-tablinks__options {
  display: block;
}
.c-tablinks--collapsed .c-tablinks__options {
  display: none;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  border-radius: 0 0 25px 25px;
}
.c-tablinks--collapsed .c-tablinks__options > li {
  display: block;
}
.c-tablinks--collapsed .c-tablinks__options a.is-active {
  display: none;
}

.c-header {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  background-color: var(--color-primary-white, #ffffff);
}
.c-header[data-active=search] .c-header__search {
  display: block;
}
@media (max-width: 1020px) {
  .c-header[data-active=mobile] .c-header__mobile {
    display: block;
  }
}
.c-header__inner {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.c-header__logo {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  text-decoration: none;
}
@media (max-width: 850px) {
  .c-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
.c-header__logo img {
  width: 100%;
  display: block;
}
.c-header__nav-binder {
  display: none;
}
@media (max-width: 850px) {
  .c-header__nav-binder.is-active {
    display: block;
  }
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 33px;
  margin-bottom: 5px;
}
@media (max-width: 1300px) {
  .c-header__nav {
    gap: 20px;
  }
}
.c-header__nav > li {
  position: relative;
}
.c-header__nav > li:hover .c-header__subnav {
  opacity: 1;
  visibility: visible;
}
.c-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 2px 0;
  min-height: 44px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border-bottom: 2px solid transparent;
  color: var(--color-primary-black, #000000);
  font-size: 18px;
}
@media (max-width: 1300px) {
  .c-header__nav-link {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-header__nav-link:hover {
    border-bottom: 2px solid var(--color-primary-red, #aa182c);
  }
}
@media (max-width: 1020px) {
  .c-header__nav-link {
    text-align: left;
    padding: 15px 0;
    min-height: 1px;
  }
}
.c-header__nav-link.is-active {
  border-bottom: 2px solid var(--color-primary-red, #aa182c);
}
.c-header__nav-btn {
  font-size: 22px;
  line-height: 1;
  color: var(--color-primary-black, #000000);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-header__nav-btn:hover {
    color: var(--color-primary-red, #aa182c);
  }
}
.c-header__nav-btn [class^=icon-],
.c-header__nav-btn [class*=" icon-"] {
  display: block;
}
.c-header__nav-btn.is-active [class^=icon-]:before,
.c-header__nav-btn.is-active [class*=" icon-"]:before {
  font-family: "icons";
  content: "\EA10";
}
.c-header__nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 25px;
}
.c-header__search {
  top: 100%;
  right: 0;
  width: 655px;
  position: absolute;
  z-index: 5;
  padding: 20px;
  display: none;
  background-color: var(--color-primary-white, #ffffff);
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1020px) {
  .c-header__search {
    padding: 20px 20px;
    width: auto;
    left: -20px;
    right: -20px;
  }
}
@media (max-width: 850px) {
  .c-header__search {
    left: -20px;
    right: -20px;
  }
}
.c-header__mobile {
  display: none;
  top: 100%;
  position: absolute;
  background-color: var(--color-primary-white, #ffffff);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 10px 20px;
  left: -20px;
  right: -20px;
}
@media (max-width: 850px) {
  .c-header__mobile {
    left: -20px;
    right: -20px;
  }
}
.c-header__mobile ul {
  display: block;
}
.c-header__mobile ul > li {
  border-top: 1px solid var(--color-primary-border, #e8e9ea);
}
.c-header__mobile a {
  display: block;
  padding: 15px 0;
}
.c-header__subnav {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--color-primary-black, #000000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
  visibility: hidden;
  padding-top: 35px;
}
.c-header__subnav a {
  display: block;
  padding: 10px 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .c-header__subnav a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.c-footer {
  width: 100%;
  display: block;
  padding-top: 60px;
  padding-bottom: 30px;
  color: var(--color-primary-text, #393939);
  background-color: var(--color-primary-white, #ffffff);
}
.c-footer__copyright {
  width: 100%;
  display: block;
  padding-top: 20px;
  margin-top: 40px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: 0.84px;
  border-top: 1px solid var(--color-primary-border, #e8e9ea);
}
.c-footer__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 850px) {
  .c-footer__row {
    display: block;
  }
}
.c-footer__btns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  display: block;
}
@media (max-width: 850px) {
  .c-footer__btns {
    width: 180px;
    margin-top: 40px;
  }
}
.c-footer__btns > li {
  margin-bottom: 20px;
}
.c-footer__btns > li:last-child {
  margin-bottom: 0;
}
.c-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 60px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1020px) {
  .c-footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .c-footer__left {
    gap: 30px;
  }
}
.c-footer__links {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 111.111%;
  margin-top: -10px;
}
@media (max-width: 1020px) {
  .c-footer__links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 0;
    margin-bottom: -10px;
  }
}
@media (max-width: 850px) {
  .c-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    gap: 6px;
  }
}
.c-footer__links > li {
  margin-bottom: 6px;
}
@media (max-width: 1020px) {
  .c-footer__links > li {
    margin-bottom: 0;
  }
}
.c-footer__links > li:last-child {
  margin-bottom: 0;
}
.c-footer__links a {
  min-height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  color: var(--color-primary-red, #aa182c);
}
@media (hover: hover) and (pointer: fine) {
  .c-footer__links a:hover {
    text-decoration: underline;
  }
}
.c-footer__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
}
@media (max-width: 850px) {
  .c-footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 140px;
  }
}
.c-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
@media (max-width: 850px) {
  .c-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.c-search {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.c-search__fieldset {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}
.c-search__fieldset-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.c-search__fieldset-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.c-search__input {
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 15px 74px 15px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 188.889%;
  color: var(--color-search-input, #393939);
  border: 1px solid var(--color-search-border, #6f6c7a);
}
.c-search__input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--color-search-input, #393939);
}
.c-search__input::-moz-placeholder {
  opacity: 1;
  color: var(--color-search-input, #393939);
}
.c-search__input:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-search-input, #393939);
}
.c-search__input::-ms-input-placeholder {
  opacity: 1;
  color: var(--color-search-input, #393939);
}
.c-search__input::placeholder {
  opacity: 1;
  color: var(--color-search-input, #393939);
}
.c-search__input.placeholder {
  opacity: 1;
  color: var(--color-search-input, #393939);
}
.c-search__submit {
  top: 0;
  right: 26px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--color-search-input, #393939);
}
.c-search__page-form {
  width: 100%;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .c-search__page-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.c-search__page-form .c-autosuggest {
  top: 100%;
  left: 0;
  position: absolute;
  margin-top: -1px;
  background-color: var(--color-jcf-background, #ffffff);
  border: 1px solid var(--color-jcf-border, #767676);
}
.c-search__page-form-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.c-autosuggest {
  width: 100%;
  display: block;
  margin-top: 25px;
  padding: 24px 20px 0 20px;
  color: var(--color-search-input, #393939);
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.c-autosuggest #as_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  overflow: auto;
  max-height: 200px;
}
.c-autosuggest #as_ul em {
  font-weight: 700;
  font-style: normal;
  color: var(--color-primary-red, #aa182c);
}
.c-autosuggest a:hover,
.c-autosuggest li.as_highlight a {
  font-weight: 700;
  font-style: normal;
  color: var(--color-primary-red, #aa182c);
}

.c-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-primary-black, #000000);
  color: var(--color-primary-white, #ffffff);
  min-height: 300px;
  padding: 20px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.c-hero:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\a";
  z-index: 1;
  position: absolute;
  background: linear-gradient(234deg, rgba(0, 0, 0, 0) 12.33%, rgba(0, 0, 0, 0.7) 70.35%);
}
@media (max-width: 1020px) {
  .c-hero {
    min-height: 174px;
  }
}
@media (max-width: 850px) {
  .c-hero {
    min-height: 82px;
  }
}
.c-hero__inner {
  z-index: 2;
  position: relative;
  display: block;
}
.c-hero__title {
  font-style: normal;
  font-weight: 700;
  line-height: 113.889%;
  font-size: 72px;
}
@media (max-width: 1020px) {
  .c-hero__title {
    font-size: 48px;
  }
}
@media (max-width: 850px) {
  .c-hero__title {
    font-size: 32px;
  }
}

.c-files {
  width: 100%;
  display: block;
  padding: 30px 30px 30px 26px;
  border-left: 5px solid var(--color-primary-red, #aa182c);
  background-color: var(--color-primary-light, #f8f8f8);
  color: var(--color-primary-black, #000000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.c-files__title {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
.c-files__list {
  width: 100%;
  display: block;
  list-style-type: none;
}
.c-files__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 25px;
}
.c-files__list > li:last-child {
  margin-bottom: 0;
}
.c-files__list-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  font-size: 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-files__list-icon:hover {
    color: var(--color-primary-white, #ffffff);
    background-color: var(--color-primary-black, #000000);
  }
}
.c-files__list-icon .icon-doc {
  left: 2px;
  position: relative;
}
.c-files__list-icon [class^=icon-],
.c-files__list-icon [class*=" icon-"] {
  display: block;
}
.c-files__list-title {
  display: inline-block;
  font-weight: 700;
  color: var(--color-primary-black, #000000);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-files__list-title:hover {
    color: var(--color-primary-red, #aa182c);
  }
}

.c-blackcta {
  width: 100%;
  display: block;
  padding: 60px 0;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-black, #000000);
}
@media (max-width: 1020px) {
  .c-blackcta {
    padding: 40px 0;
  }
}
.c-blackcta__title {
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 115.385%;
}
.c-blackcta__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 1020px) {
  .c-blackcta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 40px;
  }
}
.c-blackcta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 1020px) {
  .c-blackcta__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-prohero {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  color: var(--color-primary-text, #393939);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e9ea), to(#f5f5f5));
  background: linear-gradient(180deg, #e8e9ea 0%, #f5f5f5 100%);
}
.c-prohero:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "\a";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url("/assets/ui/bg-professionals.svg");
}
.c-prohero__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  gap: 20px;
}
@media (max-width: 850px) {
  .c-prohero__inner {
    display: block;
  }
}
.c-prohero__headshot {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}
@media (max-width: 1020px) {
  .c-prohero__headshot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 374px;
    flex: 0 0 374px;
  }
}
@media (max-width: 850px) {
  .c-prohero__headshot {
    width: auto;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.c-prohero__headshot img {
  width: 100%;
  display: block;
}
.c-prohero__content {
  padding: 20px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.c-prohero__content a {
  color: var(--color-primary-red, #aa182c);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-prohero__content a:hover {
    text-decoration: underline;
  }
}
.c-prohero__title {
  display: block;
  color: var(--color-primary-black, #000000);
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  font-size: 48px;
}
@media (max-width: 1020px) {
  .c-prohero__title {
    font-size: 40px;
  }
}
.c-prohero__subtitle {
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.c-prohero__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 850px) {
  .c-prohero__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.c-prohero__email {
  display: block;
  padding-top: 10px;
}
.c-prohero__socials {
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 25px;
  line-height: 1;
  font-size: 22px;
}
.c-prohero__socials [class^=icon-],
.c-prohero__socials [class*=" icon-"] {
  display: block;
}
.c-prohero__socials .icon-vcard {
  font-size: 42px;
}
.c-prohero__socials a {
  text-decoration: none;
  color: var(--color-primary-red, #aa182c);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-prohero__socials a:hover {
    color: var(--color-primary-black, #000000);
    text-decoration: none;
  }
}

.c-rteaccordion {
  width: 100%;
  display: block;
  border-radius: 50px;
  color: var(--color-primary-red, #aa182c);
  background-color: var(--color-primary-white, #ffffff);
  border: 1px solid var(--color-primary-red, #aa182c);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-rteaccordion:hover {
    color: var(--color-primary-white, #ffffff);
    background-color: var(--color-primary-red, #aa182c);
    border: 1px solid var(--color-primary-red, #aa182c);
  }
}
.c-rteaccordion.is-active {
  color: var(--color-primary-text, #393939);
  border: 1px solid var(--color-primary-light, #f8f8f8);
  background-color: var(--color-primary-light, #f8f8f8);
}
@media (hover: hover) and (pointer: fine) {
  .c-rteaccordion.is-active:hover {
    color: var(--color-primary-text, #393939);
    border: 1px solid var(--color-primary-light, #f8f8f8);
    background-color: var(--color-primary-light, #f8f8f8);
  }
}
.c-rteaccordion.is-active .c-rteaccordion__btn {
  color: var(--color-primary-text, #393939);
}
.c-rteaccordion.is-active .c-rteaccordion__btn:after {
  font-family: "icons";
  content: "\EA24";
}
@media (hover: hover) and (pointer: fine) {
  .c-rteaccordion.is-active .c-rteaccordion__btn:hover:after {
    color: var(--color-primary-red, #aa182c);
  }
}
.c-rteaccordion__content {
  display: none;
  padding: 0 30px 40px 30px;
}
.c-rteaccordion__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 163%;
  text-transform: uppercase;
  cursor: pointer;
  gap: 10px;
  padding: 16px 30px;
  border: none;
  background-color: transparent;
}
.c-rteaccordion__btn:after {
  font-family: "icons";
  content: "\EA23";
}

.c-attorney {
  width: 100%;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  color: var(--color-primary-white, #ffffff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.c-attorney:hover .c-attorney__content {
  opacity: 1;
  visibility: visible;
}
.c-attorney:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\a";
  z-index: 1;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68.44%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.44%, #000 100%);
}
.c-attorney__content {
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 3;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
  visibility: hidden;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../ui/bg-professional-item.svg");
}
.c-attorney__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 16px;
}
.c-attorney__link {
  top: -100px;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 4;
  position: absolute;
}
.c-attorney__bottom {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 20px;
  position: absolute;
}
.c-attorney__bottom strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.c-attorney__bottom > li {
  margin-top: 2px;
}
.c-attorney__name {
  padding-bottom: 4px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.c-attorney__phones {
  display: block;
}
.c-attorney__phones a {
  z-index: 10;
  position: relative;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-attorney__phones a:hover {
    text-decoration: underline;
  }
}
.c-attorney__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}
.c-attorney__socials [class^=icon-],
.c-attorney__socials [class*=" icon-"] {
  display: block;
}
.c-attorney__socials a {
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 10;
  border-radius: 100%;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-mild-red, #bc5144);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-attorney__socials a .icon-vcard {
  font-size: 26px;
}
@media (hover: hover) and (pointer: fine) {
  .c-attorney__socials a:hover {
    color: var(--color-primary-red, #aa182c);
    background-color: var(--color-primary-white, #ffffff);
  }
}

.c-filters {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1020px) {
  .c-filters {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .c-filters {
    padding-bottom: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-filters__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
.c-filters__divider {
  width: 100%;
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 1020px) {
  .c-filters__divider {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .c-filters__divider {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-jcf-border, #767676);
  }
}
.c-filters__divider.has-mt {
  margin-top: 60px;
}
@media (max-width: 1020px) {
  .c-filters__divider.has-mt {
    margin-top: 40px;
  }
}
.c-filters__accordion {
  display: block;
}
@media (min-width: 601px) {
  .c-filters__accordion {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .c-filters__accordion {
    display: none;
  }
}
.c-filters__mobile-btn {
  width: 100%;
  display: none;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: var(--color-primary-red, #aa182c);
}
.c-filters__mobile-btn:after {
  font-weight: normal;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  font-family: "icons";
  content: "\EA27";
}
@media (max-width: 600px) {
  .c-filters__mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-filters__mobile-btn.is-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-filters__input {
  display: block;
  position: relative;
}
.c-filters__input input {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  color: var(--color-jcf-placeholder, #767676);
  background-color: var(--color-jcf-background, #ffffff);
  border: 1px solid var(--color-jcf-border, #767676);
  font-size: 18px;
  line-height: 125%;
}
.c-filters__input input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--color-jcf-placeholder, #767676);
}
.c-filters__input input::-moz-placeholder {
  opacity: 1;
  color: var(--color-jcf-placeholder, #767676);
}
.c-filters__input input:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-jcf-placeholder, #767676);
}
.c-filters__input input::-ms-input-placeholder {
  opacity: 1;
  color: var(--color-jcf-placeholder, #767676);
}
.c-filters__input input::placeholder {
  opacity: 1;
  color: var(--color-jcf-placeholder, #767676);
}
.c-filters__input input.placeholder {
  opacity: 1;
  color: var(--color-jcf-placeholder, #767676);
}
.c-filters__input.has-icon input {
  padding-right: 44px;
}
.c-filters__input.has-icon [class^=icon-],
.c-filters__input.has-icon [class*=" icon-"] {
  top: 0;
  bottom: 0;
  right: 18px;
  z-index: 2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}

.c-redbox {
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid var(--color-primary-red, #aa182c);
  background-color: var(--color-primary-white, #ffffff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (hover: hover) and (pointer: fine) {
  .c-redbox.has-action:hover .c-redbox__title {
    color: var(--color-primary-white, #ffffff);
    background-color: var(--color-primary-red, #aa182c);
  }
  .c-redbox.has-action:hover .c-redbox__title.has-icon:after {
    color: var(--color-primary-white, #ffffff);
  }
  .c-redbox.has-action:hover .c-redbox__plus-btn {
    color: var(--color-primary-white, #ffffff);
  }
}
.c-redbox.has-action.is-active .c-redbox__title {
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
}
.c-redbox.has-action.is-active .c-redbox__title.has-icon:after {
  color: var(--color-primary-white, #ffffff);
}
.c-redbox.has-action.is-active .c-redbox__plus-btn {
  color: var(--color-primary-white, #ffffff);
}
.c-redbox__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 30px;
  min-height: 108px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  gap: 10px;
  color: var(--color-primary-text, #393939);
  background-color: var(--color-primary-white, #ffffff);
}
@media (hover: hover) and (pointer: fine) {
  .c-redbox__title {
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
.c-redbox__title.has-next-button {
  padding-right: 56px;
}
.c-redbox__title [class^=icon-],
.c-redbox__title [class*=" icon-"] {
  display: block;
}
.c-redbox__title.is-active {
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
}
.c-redbox__title.is-active.has-icon:after {
  color: var(--color-primary-white, #ffffff);
  font-family: "icons";
  content: "\EA24";
}
.c-redbox__title.has-icon:after {
  font-size: 15px;
  color: var(--color-primary-red, #aa182c);
  font-family: "icons";
  content: "\EA23";
}
.c-redbox__plus-btn {
  top: 0;
  right: 30px;
  bottom: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-redbox__plus-btn:after {
  font-size: 15px;
  font-family: "icons";
  content: "\EA23";
}
.c-redbox__plus-btn.is-active:after {
  font-family: "icons";
  content: "\EA24";
}
.c-redbox__list {
  display: none;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 10;
  margin-top: -20px;
  position: absolute;
  padding: 0 30px 40px 30px;
  color: var(--color-primary-white, #ffffff);
  border: 1px solid var(--color-primary-red, #aa182c);
  background-color: var(--color-primary-red, #aa182c);
}
.c-redbox__list > li {
  margin-bottom: 10px;
}
.c-redbox__list > li:last-child {
  margin-bottom: 0;
}
.c-redbox__list:before {
  top: -90px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  content: "\a";
  z-index: -1;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.c-redbox__list a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-redbox__list a:hover {
    text-decoration: underline;
  }
}

.c-redsection {
  width: 100%;
  display: block;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 40px;
}
@media (max-width: 600px) {
  .c-redsection {
    padding: 24px;
  }
}
.c-redsection__title {
  display: block;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 30px;
}
.c-redsection__row {
  width: 100%;
  display: grid;
  gap: 104px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 850px) {
  .c-redsection__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 600px) {
  .c-redsection__row {
    gap: 80px;
  }
}
.c-redsection__col {
  position: relative;
}
.c-redsection__col:after {
  top: 0;
  right: -52px;
  bottom: 0;
  width: 1px;
  content: "\a";
  position: absolute;
  display: block;
  background-color: var(--color-primary-white, #ffffff);
}
@media (max-width: 850px) {
  .c-redsection__col:after {
    right: 0;
    left: 0;
    bottom: -52px;
    top: auto;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 600px) {
  .c-redsection__col:after {
    bottom: -40px;
  }
}
.c-redsection__col:last-child:after {
  display: none;
}
.c-redsection__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 14px;
}
.c-redsection__item-time {
  display: block;
  padding-bottom: 4px;
}
.c-redsection__item-title {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
}
.c-redsection__item-title a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-redsection__item-title a:hover {
    text-decoration: underline;
  }
}

.c-form {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.c-form label.error {
  display: none !important;
}
.c-form__row {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 600px) {
  .c-form__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-form__col {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-form__section {
  display: block;
}
.c-form__section + .c-form__section {
  margin-top: 20px;
}
.c-form__input {
  width: 100%;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 13px 20px;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "Public Sans", sans-serif;
  color: var(--color-primary-black, #000000);
  border: 1px solid var(--color-jcf-border, #767676);
  background-color: var(--color-primary-white, #ffffff);
}
.c-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--color-jcf-border, #767676);
}
.c-form__input::-moz-placeholder {
  opacity: 1;
  color: var(--color-jcf-border, #767676);
}
.c-form__input:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-jcf-border, #767676);
}
.c-form__input::-ms-input-placeholder {
  opacity: 1;
  color: var(--color-jcf-border, #767676);
}
.c-form__input::placeholder {
  opacity: 1;
  color: var(--color-jcf-border, #767676);
}
.c-form__input.placeholder {
  opacity: 1;
  color: var(--color-jcf-border, #767676);
}
.c-form__input.error {
  color: var(--color-primary-error, #ff1c00);
  border: 1px solid var(--color-primary-error, #ff1c00);
}
.c-form__text {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: var(--color-jcf-border, #767676);
}
.c-form--border-top {
  padding-top: 40px;
  border-top: 1px solid var(--color-primary-border, #e8e9ea);
}

.c-news {
  width: 100%;
  display: block;
}
.c-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  color: var(--color-primary-text, #393939);
}
.c-news__header-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.c-news__header-types > li {
  padding: 8px 12px;
  display: block;
  color: var(--color-primary-red, #aa182c);
  border-radius: 100px;
  background-color: var(--color-primary-light, #f8f8f8);
}
.c-news__header-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 171.429%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.c-news__header-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 131.25%;
  color: var(--color-primary-red, #aa182c);
}
.c-news__header-subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.c-news__header-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-primary-text, #393939);
  gap: 5px;
  padding-left: 17px;
  border-left: 3px solid var(--color-primary-red, #aa182c);
}
.c-news__header-list strong {
  font-weight: 700;
}
.c-news__contacts {
  width: 100%;
  display: block;
}
.c-news__contacts-title {
  display: block;
  padding-bottom: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%;
  color: var(--color-primary-red, #aa182c);
}
.c-news__contacts-row {
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1300px) {
  .c-news__contacts-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .c-news__contacts-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .c-news__contacts-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-news__contacts-item {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-news__contacts-item:hover .c-news__contacts-headshot {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.c-news__contacts-name {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  position: absolute;
  padding: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--color-primary-white, #ffffff);
}
.c-news__contacts-headshot {
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.c-binder {
  width: 100%;
  display: block;
  padding: 60px 0;
}
.c-binder__btns {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .c-binder__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-binder__header {
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-binder__header.is-active {
  opacity: 1;
  visibility: visible;
}
.c-binder__header-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  padding: 8px 15px;
  gap: 12px;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-binder__header-btn:hover {
    background-color: var(--color-primary-black, #000000);
  }
}
.c-binder__header-btn [class^=icon-],
.c-binder__header-btn [class*=" icon-"] {
  font-size: 140%;
}
.c-binder__header-btn .js-binder-counter:after {
  content: " (" attr(data-count) ")";
}
.c-binder__notification {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 500;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px;
}
@media (max-width: 1300px) {
  .c-binder__notification {
    padding: 40px;
  }
}
@media (max-width: 1020px) {
  .c-binder__notification {
    padding: 20px;
  }
}
@media (max-width: 850px) {
  .c-binder__notification {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .c-binder__notification {
    padding: 18px;
  }
}
.c-binder__notification-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  gap: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.64px;
  margin: 0 auto;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  padding: 50px 40px;
  font-size: 32px;
}
@media (max-width: 600px) {
  .c-binder__notification-message {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .c-binder__notification-message {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .c-binder__notification-message {
    padding: 30px;
  }
}
.c-binder__notification-message:before {
  font-family: "icons";
  content: "\EA30";
}
.c-binder__mobile-btn {
  border-radius: 5px;
  padding: 10px;
  display: block;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
}
.c-binder__mobile-btn [class^=icon-],
.c-binder__mobile-btn [class*=" icon-"] {
  display: block;
}
.c-binder__table {
  width: 100%;
  table-layout: fixed;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-primary-gray, );
}
.c-binder__table th,
.c-binder__table td {
  padding: 10px;
}
.c-binder__table tr {
  border-bottom: 1px solid var(--color-primary-border, #e8e9ea);
}
.c-binder__table thead,
.c-binder__table tbody {
  text-align: left;
}
.c-binder__table thead {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .c-binder__table thead {
    display: none;
  }
}
.c-binder__table .sortable-ghost {
  opacity: 0;
}
.c-binder__table-actions {
  width: 40px;
  text-align: center;
  color: var(--color-primary-red, #aa182c);
  vertical-align: top;
}
.c-binder__table-actions.js-binder-sort-item {
  cursor: move;
  color: var(--color-primary-black, #000000);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-binder__table-actions.js-binder-sort-item:hover {
    color: var(--color-primary-red, #aa182c);
  }
}
.c-binder__table-actions .js-remove-from-binder {
  color: var(--color-primary-red, #aa182c);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-binder__table-actions .js-remove-from-binder:hover {
  color: var(--color-primary-black, #000000);
}
.c-binder__table-actions [class^=icon-],
.c-binder__table-actions [class*=" icon-"] {
  display: block;
  margin-top: 6px;
}
.c-binder__table-type {
  width: 27%;
  vertical-align: top;
}
@media (max-width: 850px) {
  .c-binder__table-type {
    display: none !important;
  }
}
.c-binder__table-sort {
  text-align: center;
}
.c-binder__table-page-name {
  display: inline-block;
  color: var(--color-primary-red, #aa182c);
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-binder__table-page-name:hover {
    color: var(--color-primary-black, #000000);
    text-decoration: none;
  }
}

.c-homeintro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color-primary-black, #000000);
  position: relative;
  overflow: hidden;
  min-height: 700px;
  color: var(--color-primary-white, #ffffff);
  font-style: normal;
  font-weight: 400;
  line-height: 127.778%;
  font-size: 36px;
}
@media (max-width: 850px) {
  .c-homeintro {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .c-homeintro {
    min-height: 1px;
    display: block;
    background-image: none !important;
  }
}
.c-homeintro:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\a";
  z-index: 1;
  position: absolute;
  background: linear-gradient(234deg, rgba(0, 0, 0, 0) 12.33%, rgba(0, 0, 0, 0.7) 70.35%);
}
@media (max-width: 600px) {
  .c-homeintro:before {
    display: none;
  }
}
.c-homeintro__mobile-bg {
  width: 100%;
  height: 330px;
  display: none;
}
@media (max-width: 600px) {
  .c-homeintro__mobile-bg {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-primary-black, #000000);
  }
}
.c-homeintro__container {
  width: 100%;
  z-index: 2;
  position: relative;
  margin-left: 0;
  margin-right: auto;
  max-width: 830px;
  padding: 40px 0;
}
.c-homeintro__title {
  display: block;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 113.889%;
  font-size: 56px;
}
@media (max-width: 850px) {
  .c-homeintro__title {
    font-size: 42px;
  }
}
.c-homeintro__btn {
  display: block;
  padding-top: 40px;
}

.c-threecols {
  display: block;
  padding: 100px 0;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  color: var(--color-primary-text, #393939);
  background-color: var(--color-primary-white, #ffffff);
  font-size: 18px;
}
@media (max-width: 1020px) {
  .c-threecols {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  .c-threecols {
    padding: 50px 0;
  }
}
.c-threecols__grid {
  width: 100%;
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1020px) {
  .c-threecols__grid {
    gap: 60px;
  }
}
@media (max-width: 850px) {
  .c-threecols__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-threecols__title {
  display: block;
  padding-bottom: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.11;
  color: var(--color-primary-red, #aa182c);
  font-size: 36px;
}
@media (max-width: 1020px) {
  .c-threecols__title {
    font-size: 28px;
  }
}
.c-threecols__item {
  gap: 77px;
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .c-threecols__item {
    gap: 30px;
  }
}
.c-threecols__item:after {
  width: 1px;
  display: block;
  right: -50px;
  top: 0;
  bottom: 0;
  content: "\a";
  position: absolute;
  background-color: var(--color-primary-border, #e8e9ea);
}
@media (max-width: 1020px) {
  .c-threecols__item:after {
    right: -30px;
  }
}
@media (max-width: 850px) {
  .c-threecols__item:after {
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    bottom: -30px;
  }
}
.c-threecols__item:last-child:after {
  display: none;
}

.c-quotes {
  width: 100%;
  display: block;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  padding: 80px 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../ui/bg-quotes.svg");
}
@media (max-width: 1020px) {
  .c-quotes {
    padding: 60px 0;
  }
}
@media (max-width: 850px) {
  .c-quotes {
    padding: 40px 0;
  }
}
.c-quotes__row {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding-left: 7%;
  padding-right: 4.3%;
}
@media (max-width: 1020px) {
  .c-quotes__row {
    display: block;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 600px) {
  .c-quotes__row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-quotes__row-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
}
@media (max-width: 1020px) {
  .c-quotes__row-left {
    padding-right: 0;
    display: block;
  }
}
.c-quotes__row-right {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
@media (max-width: 1020px) {
  .c-quotes__row-right {
    padding-top: 60px;
    display: block;
    width: 100%;
  }
}
.c-quotes__title {
  width: 100%;
  max-width: 540px;
  display: block;
  font-weight: 700;
  line-height: 113.889%;
  padding-bottom: 60px;
  font-size: 72px;
}
@media (max-width: 600px) {
  .c-quotes__title {
    font-size: 48px;
  }
}
.c-quotes__slider {
  width: 100%;
  display: block;
  position: relative;
}
.c-quotes__item {
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 900px;
  font-size: 42px;
}
@media (max-width: 850px) {
  .c-quotes__item {
    font-size: 38px;
  }
}
.c-quotes__item p:empty {
  display: none;
}
.c-quotes__item p:before {
  content: "“";
  display: none;
}
@media (max-width: 600px) {
  .c-quotes__item p:before {
    display: inline;
  }
}
.c-quotes__item p:after {
  content: "”";
  display: none;
}
@media (max-width: 600px) {
  .c-quotes__item p:after {
    display: inline;
  }
}
.c-quotes__item-name {
  display: block;
  padding-top: 60px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.c-quotes__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 1020px) {
  .c-quotes__pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-quotes__pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-quotes__pagination .swiper-pagination-bullet:before {
  display: block;
  content: "\a";
  width: 4px;
  height: 4px;
  z-index: 1;
  position: relative;
  border-radius: 100%;
  background-color: var(--color-primary-white, #ffffff);
}
.c-quotes__pagination .swiper-pagination-bullet:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  display: block;
  content: "\a";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  will-change: transform, opacity;
  background-color: var(--color-primary-white, #ffffff);
}
.c-quotes__pagination .swiper-pagination-bullet:hover {
  border: 1px solid var(--color-primary-white, #ffffff);
}
.c-quotes__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--color-primary-white, #ffffff);
}
.c-quotes__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-animation: pulse 1.2s ease-in-out infinite;
  animation: pulse 1.2s ease-in-out infinite;
}

.c-homenews {
  width: 100%;
  display: block;
  overflow: hidden;
  color: var(--color-primary-text, #393939);
  background-color: var(--color-primary-light, #f8f8f8);
}
.c-homenews__container {
  width: 100%;
  max-width: 60.5%;
  position: relative;
  padding: 100px 60px 100px 0;
}
@media (max-width: 1020px) {
  .c-homenews__container {
    padding: 60px 40px 60px 0;
  }
}
@media (max-width: 850px) {
  .c-homenews__container {
    padding: 60px 0;
    max-width: 100%;
  }
}
.c-homenews__bg {
  top: 0;
  left: 100%;
  bottom: 0;
  width: 45dvw;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 850px) {
  .c-homenews__bg {
    display: none;
  }
}
.c-homenews__title {
  display: block;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 40px;
  color: var(--color-primary-red, #aa182c);
  font-size: 64px;
}
@media (max-width: 600px) {
  .c-homenews__title {
    font-size: 48px;
  }
}
.c-homenews__btn {
  padding-top: 40px;
}

.c-cookies {
  display: block;
  bottom: 20px;
  right: 20px;
  position: fixed;
  max-width: 536px;
  padding: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  border-radius: 20px;
  z-index: 500;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-black, #000000);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 600px) {
  .c-cookies {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
.c-cookies.is-active {
  opacity: 1;
  visibility: visible;
}
.c-cookies__text {
  display: block;
}
.c-cookies__text a {
  text-decoration: underline;
}
.c-cookies__btn {
  padding-top: 40px;
}
.c-cookies__btn .c-btn {
  padding: 24px 48px;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 600px) {
  .c-cookies__btn .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 18px;
  }
}

* html .u-clearfix {
  height: 1%;
}

.u-clearfix {
  display: block;
}
.u-clearfix:after {
  height: 0;
  clear: both;
  font-size: 0;
  content: "\a";
  display: block;
  visibility: hidden;
}

.u-accessibility {
  top: auto;
  width: 1px;
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
}

.u-accessibility:focus {
  width: auto;
  height: auto;
  position: static;
}

.u-disable-events {
  pointer-events: none !important;
}

.u-display-block {
  display: block;
}

.u-display-inline-block {
  display: inline-block;
}

.u-overflow {
  overflow: hidden;
}

.u-hide {
  display: none !important;
}

.u-disable,
.u-disabled {
  pointer-events: none;
}

a.u-disable,
a.u-disabled {
  cursor: default;
  color: inherit;
  pointer-events: none;
}

.u-link-img {
  width: 100%;
  display: block;
}
.u-link-img img {
  width: 100%;
  display: block;
}

.u-text-uppercase-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  gap: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  color: var(--color-primary-dark-grey, );
}
.u-text-uppercase-link:hover {
  text-decoration: none;
  color: var(--color-primary-blue, );
}
.u-show-mobile {
  display: none;
}
@media (max-width: 850px) {
  .u-show-mobile {
    display: block;
  }
}

.u-show-tablet {
  display: none;
}
@media (max-width: 1020px) {
  .u-show-tablet {
    display: block;
  }
}

@media (max-width: 850px) {
  .u-hide-mobile {
    display: none !important;
  }
}

@media (max-width: 1020px) {
  .u-hide-tablet {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .u-hide-medium {
    display: none !important;
  }
}

@media (max-width: 1300px) {
  .u-hide-desktop {
    display: none !important;
  }
}

.u-flex-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 850px) {
  .u-flex-row {
    display: block;
  }
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-search-results {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 188.889%;
}
.u-text-search-results strong {
  font-weight: 600;
  color: var(--color-primary-blue, );
}

.u-show-print {
  display: none !important;
}

.print-only,
.u-print-only {
  display: none !important;
}

.pdfOnly,
.pdf-only,
.u-pdf-only,
.u-show-pdf {
  display: none !important;
}

.u-pdf-rule {
  display: none;
}

.u-rte {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--color-primary-text, #393939);
}
.u-rte > *,
.u-rte .cp-show-notes > * {
  margin-bottom: 40px;
}
.u-rte > *:last-child,
.u-rte .cp-show-notes > *:last-child {
  margin-bottom: 0;
}
.u-rte a {
  color: var(--color-primary-red, #aa182c);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .u-rte a:hover {
    text-decoration: none;
  }
}
.u-rte img {
  max-width: 100%;
  display: block;
  height: auto !important;
}
.u-rte img[style*="float:left"] {
  margin-right: 20px;
  margin-bottom: 20px;
}
.u-rte figure {
  display: block;
  max-width: 100%;
}
.u-rte figure figcaption,
.u-rte figure .figcaption {
  margin-top: 15px;
}
.u-rte figcaption,
.u-rte .figcaption {
  display: block;
  padding-left: 17px;
  border-left: 3px solid var(--color-primary-red, #aa182c);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: var(--color-primary-gray, );
}
.u-rte__image-right,
.u-rte figure.u-rte__image-right {
  float: right;
  max-width: 228px;
  display: block;
  margin-left: 40px;
}
@media (max-width: 600px) {
  .u-rte__image-right,
  .u-rte figure.u-rte__image-right {
    float: none;
    margin-left: 0;
    margin-right: auto;
    max-width: 100%;
  }
}
.u-rte h2 {
  display: block;
  color: var(--color-primary-red, #aa182c);
  font-style: normal;
  font-weight: 500;
  line-height: 131.25%;
  margin-bottom: 0.7em;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
}
@media (max-width: 850px) {
  .u-rte h2 {
    font-size: 26px;
  }
}
.u-rte h3 {
  display: block;
  color: var(--color-primary-red, #aa182c);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%;
  margin-bottom: 0.7em;
}
.u-rte blockquote {
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 15px;
  border-left: 5px solid var(--color-primary-border, #e8e9ea);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176.923%;
  color: var(--color-primary-red, #aa182c);
}
.u-rte__red-quote {
  display: block;
  padding: 100px 80px 100px 180px;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../ui/bg-red-quote.svg");
}
@media (max-width: 600px) {
  .u-rte__red-quote {
    padding: 83px 40px;
  }
}
.u-rte__red-quote p {
  position: relative;
}
.u-rte__red-quote p:before {
  top: 16px;
  left: -98px;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  font-family: "icons";
  content: "\EA25";
}
@media (max-width: 600px) {
  .u-rte__red-quote p:before {
    display: inline;
    content: "“";
    position: static;
  }
}
.u-rte__red-quote p:after {
  content: "”";
  display: none;
}
@media (max-width: 600px) {
  .u-rte__red-quote p:after {
    display: inline;
  }
}
.u-rte__red-quote small {
  display: block;
  padding-top: 60px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.u-rte__big-quote {
  width: 100%;
  display: block;
  position: relative;
  color: var(--color-primary-red, #aa182c);
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  padding: 60px 80px 60px 75px;
  border-top: 1px solid var(--color-primary-border, #e8e9ea);
  border-bottom: 1px solid var(--color-primary-border, #e8e9ea);
  font-size: 32px;
}
@media (max-width: 850px) {
  .u-rte__big-quote {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .u-rte__big-quote {
    padding: 60px 20px;
    line-height: 138.462%;
  }
}
.u-rte__big-quote:before {
  top: 72px;
  left: 20px;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  color: var(--color-primary-black, #000000);
  font-family: "icons";
  content: "\EA25";
}
@media (max-width: 600px) {
  .u-rte__big-quote:before {
    display: none;
  }
}
.u-rte__big-quote small {
  display: block;
  padding-top: 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
.u-rte__big-quote p:before {
  content: "“";
  display: none;
}
@media (max-width: 600px) {
  .u-rte__big-quote p:before {
    display: inline;
  }
}
.u-rte__big-quote p:after {
  content: "”";
  display: none;
}
@media (max-width: 600px) {
  .u-rte__big-quote p:after {
    display: inline;
  }
}
.u-rte ul {
  list-style-type: none;
}
.u-rte ul > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.u-rte ul > li:before {
  content: "\a";
  display: block;
  top: 0.6em;
  left: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: var(--color-primary-red, #aa182c);
}
.u-rte ul > li:last-child {
  margin-bottom: 0;
}
.u-rte ol {
  list-style-type: none;
  counter-reset: list-counter;
}
.u-rte ol > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  counter-increment: list-counter;
}
.u-rte ol > li:before {
  content: counter(list-counter) ".";
  display: block;
  top: 0;
  left: 0;
  border-radius: 100%;
  position: absolute;
  color: var(--color-primary-red, #aa182c);
}
.u-rte ol > li:last-child {
  margin-bottom: 0;
}
.u-rte .fluid-width-video-wrapper {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 35px !important;
  position: relative;
  padding-bottom: 56.25%;
}
.u-rte .fluid-width-video-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.u-rte .numbers {
  width: 100%;
  display: grid;
  gap: 33px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
  color: var(--color-primary-black, #000000);
}
@media (max-width: 1020px) {
  .u-rte .numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .u-rte .numbers {
    grid-template-columns: repeat(1, 1fr);
  }
}
.u-rte .numbers .number {
  padding-left: 45px;
  border-left: 5px solid var(--color-primary-platinum, #e8e9ea);
}
.u-rte .numbers strong {
  display: block;
  font-size: 70px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--color-primary-red, #aa182c);
}
.u-rte .embed-video-container {
  height: 0;
  overflow: hidden;
  padding-top: 35px;
  position: relative;
  padding-bottom: 56.25%;
}
.u-rte .embed-video-container iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.u-rte__person {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 20px;
}
.u-rte__person img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
}
.u-rte__person .u-rte__person-social {
  color: var(--color-primary-red, #aa182c);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .u-rte__person .u-rte__person-social:hover {
    color: var(--color-primary-black, #000000);
    text-decoration: none;
  }
}
.u-rte__person-social {
  margin-left: auto;
  margin-right: 0;
}
.u-rte__black-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  padding: 50px 40px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-black, #000000);
  font-style: normal;
  font-weight: 400;
  line-height: 146.154%;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../ui/bg-rte-blackbox.svg");
  font-size: 26px;
}
@media (max-width: 1300px) {
  .u-rte__black-box {
    font-size: 24px;
  }
}
@media (max-width: 1140px) {
  .u-rte__black-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 20px;
  }
}
.u-rte__black-box .c-btn {
  margin-top: 30px;
  text-decoration: none;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
  border: 1px solid var(--color-primary-red, #aa182c);
}
@media (hover: hover) and (pointer: fine) {
  .u-rte__black-box .c-btn:hover {
    text-decoration: none;
    color: var(--color-primary-red, #aa182c);
    background-color: var(--color-primary-white, #ffffff);
    border: 1px solid var(--color-primary-white, #ffffff);
  }
}
.u-rte__black-box-title {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  font-weight: 700;
  line-height: 120.833%;
  font-size: 48px;
}
@media (max-width: 1300px) {
  .u-rte__black-box-title {
    font-size: 44px;
  }
}
@media (max-width: 850px) {
  .u-rte__black-box-title {
    font-size: 40px;
  }
}
.u-rte--more-ul-spacing ul > li {
  margin-bottom: 40px;
}
.u-rte--more-ul-spacing ul > li:last-child {
  margin-bottom: 0;
}

.u-font-body,
.u-font-main {
  font-family: "Public Sans", sans-serif;
}

.u-font-title,
.u-font-titles {
  font-family: "Bricolage Grotesque", sans-serif;
}

.u-font-number,
.u-font-numbers {
  font-family: "Public Sans", sans-serif;
}

.u-font-w100,
.u-font-thin {
  font-weight: 100;
}

.u-font-w200,
.u-font-extralight {
  font-weight: 200;
}

.u-font-w300,
.u-font-light {
  font-weight: 300;
}

.u-font-w400,
.u-font-regular {
  font-weight: 400;
}

.u-font-w500,
.u-font-medium {
  font-weight: 500;
}

.u-font-w600,
.u-font-semibold {
  font-weight: 600;
}

.u-font-w700,
.u-font-bold {
  font-weight: 700;
}

.u-font-w800,
.u-font-extrabold {
  font-weight: 800;
}

.u-font-w900,
.u-font-black {
  font-weight: 900;
}

.u-styleguide {
  width: 100%;
  display: block;
}
.u-styleguide__header {
  display: block;
  padding: 20px;
  color: var(--color-primary-white, #ffffff);
  background-color: var(--color-primary-red, #aa182c);
}
.u-styleguide__content {
  padding: 20px 0;
}
.u-styleguide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
.u-styleguide__full-divider {
  border-top: 1px solid var(--color-primary-border, #e8e9ea);
  border-bottom: 1px solid var(--color-primary-border, #e8e9ea);
}
.u-styleguide__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}
.u-styleguide__tabs a {
  text-decoration: none;
}
.u-styleguide__tabs a.is-active, .u-styleguide__tabs a:hover {
  text-decoration: underline;
}
.u-styleguide__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  font-size: 26px;
}
.u-styleguide__icons > li {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #f1f1f1;
}
/*# sourceMappingURL=main.css.map */
