@keyframes scroll {
  0% {
    opacity: 1;
    transform: translate(-50%, -10px) rotate(45deg); }
  to {
    opacity: 0;
    transform: translate(-50%, 2px) rotate(45deg); } }

.fw7 {
  font-weight: 700; }


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

.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body,
div,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0; }

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

th,
td {
  text-align: left;
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold; }

p {
  margin: 0 0 1rem; }

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  height: auto; }

a {
  text-decoration: none;
  color: inherit;
  transition: .2s; }

.form {
  background: #f3f3f3;
  padding: 36px 25px 59px;
  width: auto;
  margin: 0 -24px; }
  @media (min-width: 768px) {
    .form {
      padding: 36px 50px;
      width: 100%;
      margin: 0; } }
  .form button[type=submit] {
    width: 100%;
    text-align: left; }

label {
  display: block;
  padding: 0 0 3px; }

fieldset {
  border: none; }

.field-group {
  position: relative;
  margin-top: 20px;
  padding-top: 30px; }
  .field-group::before {
    position: absolute;
    content: '';
    left: 24px;
    right: 24px;
    top: 0;
    height: 1px;
    background: #dcdcdc; }
  .field-group .group-title {
    margin: 0 0 10px;
    display: flex;
    align-items: center; }
    .field-group .group-title .descBox {
      flex-shrink: 0;
      margin-left: 15px; }
    .field-group .group-title h6 {
      font-size: 18px; }

.field {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis; }
  .field:not(:first-child) {
    margin-top: 13px; }
    @media (min-width: 768px) {
      .field:not(:first-child) {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .field:not(:last-child) {
      margin-bottom: 16px; } }
  .field.condition-cta {
    margin-top: 15px; }
    .field.condition-cta label {
      display: flex; }
      .field.condition-cta label input {
        flex-shrink: 0; }
      .field.condition-cta label span {
        line-height: 22px; }
      .field.condition-cta label a {
        color: #121212; }
  .field label > span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #525252; }
    .field label > span.js-error {
      font-size: 14px;
      line-height: 16px;
      color: #f44f53;
      display: none; }
      .field label > span.js-error::after {
        display: none !important; }
    .field label > span.descBoxWrapper {
      display: flex;
      align-items: center;
      margin: 0 0 5px;
      padding: 5px 0 0; }
      .field label > span.descBoxWrapper .descBox {
        flex-shrink: 0;
        margin-left: 15px; }
  .field label .error + .js-error {
    display: inline-block;
    margin-top: 5px; }
  .field.required .field-label-fr {
    position: relative;
    display: inline-block; }
    .field.required .field-label-fr:after {
      position: absolute;
      display: block;
      content: '*';
      top: 0;
      right: -10px; }

.select-buttons {
  padding: 3px 0; }

select {
  font-size: 16px;
  line-height: 24px;
  padding: 7px 25px 7px 9px;
  border: 1px solid #979797;
  background: transparent;
  box-shadow: none;
  width: 100%; }
  @media (min-width: 768px) {
    select {
      font-size: 16px;
      padding: 7px 25px 7px 13px; } }
  select:focus {
    background: #fff; }

input[type=text], input[type=email], input[type=search], input[type=tel], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=time], input[type=url], input[type=week] {
  font-size: 16px;
  line-height: 24px;
  padding: 7px 25px 7px 9px;
  border: 1px solid #979797;
  background: transparent;
  box-shadow: none;
  width: 100%; }
  @media (min-width: 768px) {
    input[type=text], input[type=email], input[type=search], input[type=tel], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=time], input[type=url], input[type=week] {
      font-size: 16px;
      padding: 7px 25px 7px 13px; } }
  input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
    background: #fff; }

input[type=checkbox], input[type=radio] {
  width: 16px;
  height: 16px;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-right: 8px;
  appearance: none;
  color-adjust: exact;
  border-radius: .25em; }
  input[type=checkbox] + label, input[type=radio] + label {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #525252; }
  input[type=checkbox]:checked, input[type=radio]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }

button {
  background: transparent;
  border: 0;
  cursor: pointer; }

textarea {
  border: 1px solid #f3f3f3;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  min-height: 288px;
  padding: 18px 20px; }
  @media (min-width: 768px) {
    textarea {
      min-height: 247px; } }

input[type=file],
input[type="file" i],
::-webkit-file-upload-button,
::-ms-browse {
  background: #f3f3f3;
  color: #121212;
  padding: 1em; }

html {
  font-size: 100%; }

html,
body {
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-size: 18px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  color: #000; }

h1,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0; }

h1 {
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #121212; }
  @media (min-width: 768px) {
    h1 {
      font-size: 30px;
      line-height: 36px; } }

h2 {
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  color: #121212; }
  @media (min-width: 992px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 400;
  color: #121212; }

h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500; }

h5,
h6 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500; }

h6 {
  font-weight: 400; }

p {
  font-size: 16px;
  margin: 0;
  line-height: 25px; }

hr {
  border: 1px solid #b3b3b3; }

ul,
ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px; }

li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400; }
  li::marker {
    color: #2c3c7b; }

a {
  text-decoration: underline;
  color: #005fcc; }

*:focus {
  outline: 3px solid #005fcc; }

body {
  overflow-x: hidden; }

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }
  #page #content {
    position: relative;
    flex: 1; }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #page #content {
        flex-basis: auto; } }

label#person-address-label {
  display: none; }

.hidden {
  display: none !important; }

body.menu-show {
  overflow: hidden; }

body.overflow {
  overflow: hidden; }

.__cookiemng__ .cm__accordion {
  text-align: left; }
  .__cookiemng__ .cm__accordion .cm__acc-header {
    column-gap: 5px;
    align-items: center; }

.__cookiemng__ .cm__container .cm__content {
  text-align: center; }
  .__cookiemng__ .cm__container .cm__content a {
    margin-bottom: 20px;
    display: inline-block; }

._wr {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    ._wr {
      padding-right: 24px;
      padding-left: 24px; } }
  @media (min-width: 768px) {
    ._wr {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1280px) {
    ._wr {
      padding-right: 75px;
      padding-left: 75px; } }
  @media (min-width: 1280px) {
    ._wr {
      max-width: 1433px; } }
  @media (min-width: 1032px) {
    ._wr.single-wr {
      max-width: 1008px; } }

._wr-f {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    ._wr-f {
      padding-right: 24px;
      padding-left: 24px; } }
  @media (min-width: 768px) {
    ._wr-f {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1280px) {
    ._wr-f {
      padding-right: 75px;
      padding-left: 75px; } }

@media (min-width: 992px) {
  ._wr-inner {
    max-width: 80%; } }

@media (min-width: 1280px) {
  ._wr-inner {
    max-width: 66.66%; } }

._w {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  @media (min-width: 768px) {
    ._w {
      margin-right: -24px;
      margin-left: -24px; } }
  @media (min-width: 1280px) {
    ._w {
      margin-right: -31px;
      margin-left: -31px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="_"] {
    padding-right: 0;
    padding-left: 0; }

._1, ._2, ._3, ._4, ._5, ._6, ._7, ._8, ._9, ._10, ._11, ._12, ._,
.__auto, ._xs1, ._xs2, ._xs3, ._xs4, ._xs5, ._xs6, ._xs7, ._xs8, ._xs9, ._xs10, ._xs11, ._xs12, ._xs,
._xs_auto, ._s1, ._s2, ._s3, ._s4, ._s5, ._s6, ._s7, ._s8, ._s9, ._s10, ._s11, ._s12, ._s,
._s_auto, ._m1, ._m2, ._m3, ._m4, ._m5, ._m6, ._m7, ._m8, ._m9, ._m10, ._m11, ._m12, ._m,
._m_auto, ._l1, ._l2, ._l3, ._l4, ._l5, ._l6, ._l7, ._l8, ._l9, ._l10, ._l11, ._l12, ._l,
._l_auto, ._xl1, ._xl2, ._xl3, ._xl4, ._xl5, ._xl6, ._xl7, ._xl8, ._xl9, ._xl10, ._xl11, ._xl12, ._xl,
._xl_auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }
  @media (min-width: 768px) {
    ._1, ._2, ._3, ._4, ._5, ._6, ._7, ._8, ._9, ._10, ._11, ._12, ._,
    .__auto, ._xs1, ._xs2, ._xs3, ._xs4, ._xs5, ._xs6, ._xs7, ._xs8, ._xs9, ._xs10, ._xs11, ._xs12, ._xs,
    ._xs_auto, ._s1, ._s2, ._s3, ._s4, ._s5, ._s6, ._s7, ._s8, ._s9, ._s10, ._s11, ._s12, ._s,
    ._s_auto, ._m1, ._m2, ._m3, ._m4, ._m5, ._m6, ._m7, ._m8, ._m9, ._m10, ._m11, ._m12, ._m,
    ._m_auto, ._l1, ._l2, ._l3, ._l4, ._l5, ._l6, ._l7, ._l8, ._l9, ._l10, ._l11, ._l12, ._l,
    ._l_auto, ._xl1, ._xl2, ._xl3, ._xl4, ._xl5, ._xl6, ._xl7, ._xl8, ._xl9, ._xl10, ._xl11, ._xl12, ._xl,
    ._xl_auto {
      padding-right: 24px;
      padding-left: 24px; } }
  @media (min-width: 1280px) {
    ._1, ._2, ._3, ._4, ._5, ._6, ._7, ._8, ._9, ._10, ._11, ._12, ._,
    .__auto, ._xs1, ._xs2, ._xs3, ._xs4, ._xs5, ._xs6, ._xs7, ._xs8, ._xs9, ._xs10, ._xs11, ._xs12, ._xs,
    ._xs_auto, ._s1, ._s2, ._s3, ._s4, ._s5, ._s6, ._s7, ._s8, ._s9, ._s10, ._s11, ._s12, ._s,
    ._s_auto, ._m1, ._m2, ._m3, ._m4, ._m5, ._m6, ._m7, ._m8, ._m9, ._m10, ._m11, ._m12, ._m,
    ._m_auto, ._l1, ._l2, ._l3, ._l4, ._l5, ._l6, ._l7, ._l8, ._l9, ._l10, ._l11, ._l12, ._l,
    ._l_auto, ._xl1, ._xl2, ._xl3, ._xl4, ._xl5, ._xl6, ._xl7, ._xl8, ._xl9, ._xl10, ._xl11, ._xl12, ._xl,
    ._xl_auto {
      padding-right: 31px;
      padding-left: 31px; } }

._ {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.__auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

._1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

._2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

._3 {
  flex: 0 0 25%;
  max-width: 25%; }

._4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

._5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

._6 {
  flex: 0 0 50%;
  max-width: 50%; }

._7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

._8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

._9 {
  flex: 0 0 75%;
  max-width: 75%; }

._10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

._11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

._12 {
  flex: 0 0 100%;
  max-width: 100%; }

.ord__first {
  order: -1; }

.ord__last {
  order: 13; }

.ord__0 {
  order: 0; }

.ord__1 {
  order: 1; }

.ord__2 {
  order: 2; }

.ord__3 {
  order: 3; }

.ord__4 {
  order: 4; }

.ord__5 {
  order: 5; }

.ord__6 {
  order: 6; }

.ord__7 {
  order: 7; }

.ord__8 {
  order: 8; }

.ord__9 {
  order: 9; }

.ord__10 {
  order: 10; }

.ord__11 {
  order: 11; }

.ord__12 {
  order: 12; }

.ofs__1 {
  margin-left: 8.33333%; }

.ofs__2 {
  margin-left: 16.66667%; }

.ofs__3 {
  margin-left: 25%; }

.ofs__4 {
  margin-left: 33.33333%; }

.ofs__5 {
  margin-left: 41.66667%; }

.ofs__6 {
  margin-left: 50%; }

.ofs__7 {
  margin-left: 58.33333%; }

.ofs__8 {
  margin-left: 66.66667%; }

.ofs__9 {
  margin-left: 75%; }

.ofs__10 {
  margin-left: 83.33333%; }

.ofs__11 {
  margin-left: 91.66667%; }

@media (min-width: 480px) {
  ._xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._xs_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._xs1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._xs2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._xs3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._xs4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._xs5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._xs6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._xs7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._xs8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._xs9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._xs10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._xs11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._xs12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .ord_xs_first {
    order: -1; }
  .ord_xs_last {
    order: 13; }
  .ord_xs_0 {
    order: 0; }
  .ord_xs_1 {
    order: 1; }
  .ord_xs_2 {
    order: 2; }
  .ord_xs_3 {
    order: 3; }
  .ord_xs_4 {
    order: 4; }
  .ord_xs_5 {
    order: 5; }
  .ord_xs_6 {
    order: 6; }
  .ord_xs_7 {
    order: 7; }
  .ord_xs_8 {
    order: 8; }
  .ord_xs_9 {
    order: 9; }
  .ord_xs_10 {
    order: 10; }
  .ord_xs_11 {
    order: 11; }
  .ord_xs_12 {
    order: 12; }
  .ofs_xs_0 {
    margin-left: 0; }
  .ofs_xs_1 {
    margin-left: 8.33333%; }
  .ofs_xs_2 {
    margin-left: 16.66667%; }
  .ofs_xs_3 {
    margin-left: 25%; }
  .ofs_xs_4 {
    margin-left: 33.33333%; }
  .ofs_xs_5 {
    margin-left: 41.66667%; }
  .ofs_xs_6 {
    margin-left: 50%; }
  .ofs_xs_7 {
    margin-left: 58.33333%; }
  .ofs_xs_8 {
    margin-left: 66.66667%; }
  .ofs_xs_9 {
    margin-left: 75%; }
  .ofs_xs_10 {
    margin-left: 83.33333%; }
  .ofs_xs_11 {
    margin-left: 91.66667%; } }

@media (min-width: 576px) {
  ._s {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._s_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._s1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._s2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._s3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._s4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._s5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._s6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._s7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._s8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._s9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._s10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._s11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._s12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .ord_s_first {
    order: -1; }
  .ord_s_last {
    order: 13; }
  .ord_s_0 {
    order: 0; }
  .ord_s_1 {
    order: 1; }
  .ord_s_2 {
    order: 2; }
  .ord_s_3 {
    order: 3; }
  .ord_s_4 {
    order: 4; }
  .ord_s_5 {
    order: 5; }
  .ord_s_6 {
    order: 6; }
  .ord_s_7 {
    order: 7; }
  .ord_s_8 {
    order: 8; }
  .ord_s_9 {
    order: 9; }
  .ord_s_10 {
    order: 10; }
  .ord_s_11 {
    order: 11; }
  .ord_s_12 {
    order: 12; }
  .ofs_s_0 {
    margin-left: 0; }
  .ofs_s_1 {
    margin-left: 8.33333%; }
  .ofs_s_2 {
    margin-left: 16.66667%; }
  .ofs_s_3 {
    margin-left: 25%; }
  .ofs_s_4 {
    margin-left: 33.33333%; }
  .ofs_s_5 {
    margin-left: 41.66667%; }
  .ofs_s_6 {
    margin-left: 50%; }
  .ofs_s_7 {
    margin-left: 58.33333%; }
  .ofs_s_8 {
    margin-left: 66.66667%; }
  .ofs_s_9 {
    margin-left: 75%; }
  .ofs_s_10 {
    margin-left: 83.33333%; }
  .ofs_s_11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  ._m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._m_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._m1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._m2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._m3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._m4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._m5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._m6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._m7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._m8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._m9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._m10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._m11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._m12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .ord_m_first {
    order: -1; }
  .ord_m_last {
    order: 13; }
  .ord_m_0 {
    order: 0; }
  .ord_m_1 {
    order: 1; }
  .ord_m_2 {
    order: 2; }
  .ord_m_3 {
    order: 3; }
  .ord_m_4 {
    order: 4; }
  .ord_m_5 {
    order: 5; }
  .ord_m_6 {
    order: 6; }
  .ord_m_7 {
    order: 7; }
  .ord_m_8 {
    order: 8; }
  .ord_m_9 {
    order: 9; }
  .ord_m_10 {
    order: 10; }
  .ord_m_11 {
    order: 11; }
  .ord_m_12 {
    order: 12; }
  .ofs_m_0 {
    margin-left: 0; }
  .ofs_m_1 {
    margin-left: 8.33333%; }
  .ofs_m_2 {
    margin-left: 16.66667%; }
  .ofs_m_3 {
    margin-left: 25%; }
  .ofs_m_4 {
    margin-left: 33.33333%; }
  .ofs_m_5 {
    margin-left: 41.66667%; }
  .ofs_m_6 {
    margin-left: 50%; }
  .ofs_m_7 {
    margin-left: 58.33333%; }
  .ofs_m_8 {
    margin-left: 66.66667%; }
  .ofs_m_9 {
    margin-left: 75%; }
  .ofs_m_10 {
    margin-left: 83.33333%; }
  .ofs_m_11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  ._l {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._l_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._l1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._l2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._l3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._l4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._l5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._l6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._l7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._l8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._l9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._l10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._l11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._l12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .ord_l_first {
    order: -1; }
  .ord_l_last {
    order: 13; }
  .ord_l_0 {
    order: 0; }
  .ord_l_1 {
    order: 1; }
  .ord_l_2 {
    order: 2; }
  .ord_l_3 {
    order: 3; }
  .ord_l_4 {
    order: 4; }
  .ord_l_5 {
    order: 5; }
  .ord_l_6 {
    order: 6; }
  .ord_l_7 {
    order: 7; }
  .ord_l_8 {
    order: 8; }
  .ord_l_9 {
    order: 9; }
  .ord_l_10 {
    order: 10; }
  .ord_l_11 {
    order: 11; }
  .ord_l_12 {
    order: 12; }
  .ofs_l_0 {
    margin-left: 0; }
  .ofs_l_1 {
    margin-left: 8.33333%; }
  .ofs_l_2 {
    margin-left: 16.66667%; }
  .ofs_l_3 {
    margin-left: 25%; }
  .ofs_l_4 {
    margin-left: 33.33333%; }
  .ofs_l_5 {
    margin-left: 41.66667%; }
  .ofs_l_6 {
    margin-left: 50%; }
  .ofs_l_7 {
    margin-left: 58.33333%; }
  .ofs_l_8 {
    margin-left: 66.66667%; }
  .ofs_l_9 {
    margin-left: 75%; }
  .ofs_l_10 {
    margin-left: 83.33333%; }
  .ofs_l_11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  ._xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  ._xl_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  ._xl1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  ._xl2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  ._xl3 {
    flex: 0 0 25%;
    max-width: 25%; }
  ._xl4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  ._xl5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  ._xl6 {
    flex: 0 0 50%;
    max-width: 50%; }
  ._xl7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  ._xl8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  ._xl9 {
    flex: 0 0 75%;
    max-width: 75%; }
  ._xl10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  ._xl11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  ._xl12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .ord_xl_first {
    order: -1; }
  .ord_xl_last {
    order: 13; }
  .ord_xl_0 {
    order: 0; }
  .ord_xl_1 {
    order: 1; }
  .ord_xl_2 {
    order: 2; }
  .ord_xl_3 {
    order: 3; }
  .ord_xl_4 {
    order: 4; }
  .ord_xl_5 {
    order: 5; }
  .ord_xl_6 {
    order: 6; }
  .ord_xl_7 {
    order: 7; }
  .ord_xl_8 {
    order: 8; }
  .ord_xl_9 {
    order: 9; }
  .ord_xl_10 {
    order: 10; }
  .ord_xl_11 {
    order: 11; }
  .ord_xl_12 {
    order: 12; }
  .ofs_xl_0 {
    margin-left: 0; }
  .ofs_xl_1 {
    margin-left: 8.33333%; }
  .ofs_xl_2 {
    margin-left: 16.66667%; }
  .ofs_xl_3 {
    margin-left: 25%; }
  .ofs_xl_4 {
    margin-left: 33.33333%; }
  .ofs_xl_5 {
    margin-left: 41.66667%; }
  .ofs_xl_6 {
    margin-left: 50%; }
  .ofs_xl_7 {
    margin-left: 58.33333%; }
  .ofs_xl_8 {
    margin-left: 66.66667%; }
  .ofs_xl_9 {
    margin-left: 75%; }
  .ofs_xl_10 {
    margin-left: 83.33333%; }
  .ofs_xl_11 {
    margin-left: 91.66667%; } }

.links-module {
  padding: 46px 0; }
  .links-module .top-title {
    font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 28px; }
    @media (min-width: 768px) {
      .links-module .top-title {
        margin-bottom: 35px; } }
  .links-module .cta {
    margin-bottom: 17px; }
  .links-module .inner {
    height: 100%;
    border: 2px solid var(--brand-dark-color, #333); }
    .links-module .inner a {
      position: relative;
      display: block;
      text-decoration: none;
      height: 100%;
      padding: 13px 55px 13px 19px;
      color: var(--brand-color, #505050); }
      .links-module .inner a .inner-link {
        color: #000; }
      @media (min-width: 768px) {
        .links-module .inner a {
          padding: 15px 55px 46px 25px; } }
      .links-module .inner a::before {
        display: block;
        position: absolute;
        content: '';
        bottom: 24px;
        right: 20px;
        width: 22px;
        height: 2px;
        background: currentColor;
        transition: .2s; }
        @media (min-width: 768px) {
          .links-module .inner a::before {
            bottom: 22px; } }
      .links-module .inner a::after {
        position: absolute;
        display: block;
        content: '';
        bottom: 20px;
        right: 20px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: currentColor;
        height: 10px;
        width: 10px;
        background: transparent;
        transform: rotate(45deg);
        transition: .2s; }
        @media (min-width: 768px) {
          .links-module .inner a::after {
            bottom: 18px; } }
      .links-module .inner a:hover::before, .links-module .inner a:hover::after {
        right: 18px; }
  .links-module .title {
    font-size: 18px;
    line-height: 27px; }
    @media (min-width: 768px) {
      .links-module .title {
        font-size: 20px;
        line-height: 26px; } }

.head-par-module {
  padding: 40px 0 35px; }
  @media (min-width: 768px) {
    .head-par-module {
      padding: 40px 0 57px; } }
  @media (min-width: 992px) {
    .head-par-module .inner {
      display: flex;
      width: 100%;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .head-par-module .inner:not(.articles-entry):not(.has-sidebar) {
      display: flex;
      width: 100%;
      flex-wrap: wrap; } }
  .head-par-module .inner .bot-cta {
    margin-top: 35px;
    max-width: 480px; }
  .head-par-module .title {
    margin-bottom: 26px;
    font-size: 35px;
    line-height: 37px; }
    @media (min-width: 1280px) {
      .head-par-module .title {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 0; }
        .head-par-module .title:not(.articles-entry):not(.has-sidebar) {
          padding-right: 140px; } }
  .head-par-module .content {
    font-size: 16px;
    line-height: 25px; }

.wyswyg-module + .wyswyg-module {
  margin-top: 25px; }

.wyswyg-module .redactor-tooltip-text {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px; }

@media (min-width: 768px) {
  .wyswyg-module .extra-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .wyswyg-module .extra-wrapper .content-wrapper {
      width: 100%;
      max-width: 60%;
      flex: 0 0 60%;
      padding-right: 20px; }
    .wyswyg-module .extra-wrapper .extra-content {
      width: 100%;
      max-width: 40%;
      flex: 0 0 40%; }
      .wyswyg-module .extra-wrapper .extra-content .extra-content-inner {
        border-width: 80px 2px 10px !important;
        padding: 40px 10px 80px !important; } }

.wyswyg-module .extra-wrapper .extra-content {
  padding-bottom: 60px; }
  .wyswyg-module .extra-wrapper .extra-content .extra-content-inner {
    border-width: 80px 0 10px;
    border-style: solid;
    border-color: var(--brand-dark-color);
    padding: 40px 0 60px; }
    .wyswyg-module .extra-wrapper .extra-content .extra-content-inner > img {
      margin: 0 0 20px; }
  @media (max-width: 767.98px) {
    .wyswyg-module .extra-wrapper .extra-content {
      margin-top: 40px; } }

.wyswyg-module .extra-wrapper p:not(:last-child) {
  margin: 0 0 1em; }

.wyswyg-module .content h1,
.wyswyg-module .content h2,
.wyswyg-module .content h3,
.wyswyg-module .content h4,
.wyswyg-module .content h5,
.wyswyg-module .content h6 {
  margin: 0 0 1em;
  line-height: 1.5; }

.wyswyg-module .content p {
  margin: 0 0 1em;
  min-height: 1px;
  line-height: 1.5; }

.wyswyg-module .content figure {
  margin-left: 0;
  margin-right: 0; }
  .wyswyg-module .content figure figcaption {
    font-style: italic;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    color: #525252; }

.wyswyg-module .content video, .wyswyg-module .content img, .wyswyg-module .content figure {
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important; }
  .wyswyg-module .content video iframe, .wyswyg-module .content img iframe, .wyswyg-module .content figure iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 4/3;
    max-width: 100% !important;
    object-fit: cover !important; }

.wyswyg-module .content a {
  font-size: 16px;
  text-decoration: underline;
  color: #005fcc;
  transition: .2s; }
  .wyswyg-module .content a:hover {
    text-decoration: underline; }

.wyswyg-module .content p {
  min-height: 1px; }
  .wyswyg-module .content p:not(:last-child) {
    margin: 0 0 1em; }

@media (min-width: 768px) {
  .wyswyg-module .content ul {
    margin-bottom: 35px; } }

.wyswyg-module .content table {
  width: 100%;
  font-size: 16px;
  line-height: 25px; }

.wyswyg-module .content thead th {
  padding-left: 23px;
  padding-bottom: 16px; }

.wyswyg-module .content tbody tr {
  background-color: #f3f3f3; }
  .wyswyg-module .content tbody tr:nth-child(even) {
    background-color: #e7e7e7; }

.wyswyg-module .content tbody td {
  padding: 11px 15px 11px 23px; }

.accordion-module {
  padding-bottom: 35px; }
  .accordion-module .list {
    position: relative;
    margin-bottom: 10px; }
  .accordion-module .redactor-tooltip-text {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px; }
  .accordion-module .inner-list {
    background: #f3f3f3; }
  .accordion-module .title {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 50px 10px 25px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .accordion-module .title {
        line-height: 32px; } }
    .accordion-module .title::before {
      position: absolute;
      display: none;
      content: '';
      bottom: -9px;
      left: 25px;
      width: calc(100% - 50px);
      height: 2px;
      background: var(--brand-color, #505050);
      opacity: 0; }
    .accordion-module .title::after {
      position: absolute;
      display: block;
      content: '';
      top: 13px;
      right: 27px;
      border-width: 2px 2px 0 0;
      border-style: solid;
      border-color: var(--brand-color, #505050);
      height: 10px;
      width: 10px;
      background: transparent;
      transform: rotate(135deg);
      transition: .2s; }
      @media (min-width: 768px) {
        .accordion-module .title::after {
          top: 18px; } }
    .accordion-module .title:not(:focus)::before {
      opacity: 1; }
    .accordion-module .title.active {
      margin-bottom: 26px; }
      .accordion-module .title.active::after {
        top: 17px;
        transform: rotate(-45deg); }
        @media (min-width: 768px) {
          .accordion-module .title.active::after {
            top: 24px; } }
      .accordion-module .title.active::before {
        display: block; }
      .accordion-module .title.active + .description {
        display: block; }
  .accordion-module .description {
    display: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding: 10px 25px 20px;
    transition: .2s; }
    .accordion-module .description a {
      color: #000;
      transition: .2s; }
      .accordion-module .description a:hover {
        color: #555555; }
    .accordion-module .description .cta {
      margin-top: 20px;
      max-width: 320px; }
      .accordion-module .description .cta a {
        color: var(--brand-text-color, #fff); }

.articles-module {
  padding-bottom: 43px; }
  @media (min-width: 768px) {
    .articles-module {
      padding-bottom: 72px; } }
  .articles-module .block-title {
    margin-bottom: 26px;
    font-size: 35px;
    line-height: 37px; }
    @media (min-width: 1280px) {
      .articles-module .block-title {
        font-size: 45px;
        line-height: 50px;
        padding-right: 140px; } }
  .articles-module .top {
    margin-top: -43px; }
  .articles-module .bot {
    margin-top: 36px; }
    @media (min-width: 768px) {
      .articles-module .bot {
        margin-top: 30px; } }
  .articles-module .bot-cta {
    margin-left: auto; }
    @media (min-width: 768px) {
      .articles-module .bot-cta {
        width: calc(66.66% - 12px); }
        .articles-module .bot-cta.articles-entry {
          width: calc(50% - 24px); }
          .articles-module .bot-cta.articles-entry.active-sidebar {
            width: 100%; }
        .articles-module .bot-cta.active-sidebar {
          width: 100%; } }
    @media (min-width: 1280px) {
      .articles-module .bot-cta {
        width: calc(33.33% - 42px); }
        .articles-module .bot-cta.articles-entry {
          width: calc(50% - 31px); } }

.text-and-image {
  position: relative;
  margin-top: 40px; }
  .text-and-image:not(:last-child) {
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      .text-and-image:not(:last-child) {
        margin-bottom: 73px; } }
  @media (min-width: 768px) {
    .text-and-image {
      margin-top: 70px;
      padding-top: 100px; } }
  @media (min-width: 768px) {
    .text-and-image .left {
      margin-top: auto;
      z-index: 5; } }
  .text-and-image .inner-left {
    position: relative;
    background: #f3f3f3;
    margin: 0 -24px;
    padding: 48px 24px; }
    @media (min-width: 768px) {
      .text-and-image .inner-left {
        width: 100%;
        margin: 0;
        padding-top: 46px;
        padding-bottom: 55px; }
        .text-and-image .inner-left.padding {
          padding-bottom: 104px; } }
    @media (min-width: 1280px) {
      .text-and-image .inner-left {
        padding-left: 50px; } }
    @media (min-width: 992px) {
      .text-and-image .inner-left .top.without-sidebar {
        padding-right: 126px; } }
    .text-and-image .inner-left .top p {
      padding-bottom: 15px; }
      @media (min-width: 768px) {
        .text-and-image .inner-left .top p {
          padding-bottom: 18px; } }
  .text-and-image .title {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 18px;
    font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
    @media (min-width: 1280px) {
      .text-and-image .title {
        margin-bottom: 20px; } }
  .text-and-image .left-list {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .text-and-image .left-list {
        padding-right: 50px; } }
  @media (min-width: 768px) {
    .text-and-image .bottom {
      display: flex;
      flex-wrap: wrap; } }
  .text-and-image .bottom p {
    font-size: 16px;
    line-height: 22px;
    color: var(--brand-color, #505050);
    font-weight: 600; }
    @media (min-width: 1280px) {
      .text-and-image .bottom p {
        font-size: 20px;
        line-height: 26px; } }
  @media (max-width: 767.98px) {
    .text-and-image .mid {
      padding: 0; } }
  @media (min-width: 768px) {
    .text-and-image .mid {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      margin: 0;
      z-index: 10;
      transform: translate(-48px); } }
  @media (min-width: 1280px) {
    .text-and-image .mid {
      max-width: 450px;
      transform: translate(-62px); } }
  .text-and-image .mid .bot-cta a {
    padding-top: 22px;
    padding-bottom: 22px; }
    @media (max-width: 767.98px) {
      .text-and-image .mid .bot-cta a:focus {
        box-shadow: inset 1px 1px 0 0 #fff, inset -1px -1px 0 0 #fff; } }
  .text-and-image .mid .bot-cta:before {
    bottom: 32px; }
  .text-and-image .mid .bot-cta:after {
    bottom: 28px; }
  @media (max-width: 767.98px) {
    .text-and-image .mid .bot-cta {
      padding: 0;
      margin: 0 -12px;
      width: auto; } }
  .text-and-image .mid .bot-cta.arrow-link-external::before {
    width: 20px;
    transform: rotate(-45deg);
    bottom: 33px; }
    @media (min-width: 768px) {
      .text-and-image .mid .bot-cta.arrow-link-external::before {
        right: 28px !important; } }
  .text-and-image .mid .bot-cta.arrow-link-external::after {
    bottom: 33px;
    right: 29px;
    transform: none; }
    @media (max-width: 767.98px) {
      .text-and-image .mid .bot-cta.arrow-link-external::after {
        right: 26px; } }
  @media (min-width: 768px) {
    .text-and-image .inner-right {
      position: relative;
      height: 100%; } }
  @media (min-width: 768px) {
    .text-and-image .inner-image {
      position: absolute;
      top: -100px;
      left: -140px;
      right: 0;
      bottom: 0; } }
  .text-and-image .image {
    display: block;
    margin: 0 -24px;
    height: 0;
    padding-top: 78.67%;
    background: 50% / cover no-repeat; }
    @media (min-width: 768px) {
      .text-and-image .image {
        height: 100%;
        margin: 0;
        padding-top: 0; } }
  @media (min-width: 768px) {
    .text-and-image.switch .right {
      order: 0; }
      .text-and-image.switch .right .inner-image {
        left: 0;
        right: -140px; }
    .text-and-image.switch .left {
      order: 1; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .text-and-image.switch.with-active-sidebar .right {
      order: initial; }
    .text-and-image.switch.with-active-sidebar .left {
      order: initial; } }
  .text-and-image.s-size {
    padding-top: 0;
    margin-top: 0; }
    @media (min-width: 768px) {
      .text-and-image.s-size .left {
        padding-right: 0; } }
    @media (min-width: 768px) {
      .text-and-image.s-size .right {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .text-and-image.s-size .mid {
        transform: translate(-123px); } }
    .text-and-image.s-size .inner-image {
      top: 0;
      left: 0; }
      @media (min-width: 768px) {
        .text-and-image.s-size .inner-image .image {
          margin: 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .text-and-image.with-active-sidebar {
      padding-top: 0; }
      .text-and-image.with-active-sidebar.s-size {
        padding-top: 72px; } }
    @media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
      .text-and-image.with-active-sidebar.s-size .left {
        padding-right: 24px; } }
    @media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) {
      .text-and-image.with-active-sidebar.s-size .right {
        padding-left: 24px; } }
    @media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) {
      .text-and-image.with-active-sidebar.s-size .mid {
        transform: none; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .text-and-image.with-active-sidebar .mid {
      position: static;
      bottom: 0;
      left: 50%;
      width: 100%;
      transform: none; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .text-and-image.with-active-sidebar .inner-image {
      position: static; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .text-and-image.with-active-sidebar .image {
      height: 0;
      margin: 0;
      padding-top: 78.67%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .text-and-image.with-active-sidebar .inner-left {
      width: auto;
      margin: 0;
      padding: 48px 24px !important; } }
  @media (min-width: 992px) {
    .text-and-image.with-active-sidebar .inner-left {
      padding-left: 24px; } }

@media (min-width: 768px) {
  .top-lvl-list .block {
    display: flex;
    flex-direction: column;
    height: 100%; } }

.top-lvl-list img {
  max-height: 33px; }

.top-lvl-list .top {
  border: 2px solid var(--brand-dark-color, #333);
  padding: 29px 50px 24px 26px;
  margin-top: 25px; }
  @media (min-width: 768px) {
    .top-lvl-list .top {
      margin-bottom: 23px;
      height: 100%; } }

.top-lvl-list .inner {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%; }
  @media (min-width: 768px) {
    .top-lvl-list .inner {
      padding-right: 24px;
      padding-left: 24px; } }
  @media (min-width: 1280px) {
    .top-lvl-list .inner {
      padding-right: 31px;
      padding-left: 31px; } }
  @media (min-width: 768px) {
    .top-lvl-list .inner.title-container {
      margin-bottom: 24px; } }
  .top-lvl-list .inner:nth-child(n + 4) .top-lvl-icon,
  .top-lvl-list .inner:nth-child(n + 4) .mid {
    display: none; }
  .top-lvl-list .inner:nth-child(n + 4) .top {
    padding: 0;
    margin: 23px 0 0;
    border: 0; }
    .top-lvl-list .inner:nth-child(n + 4) .top .top-inner {
      height: 100%; }
  .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title {
    margin: 0;
    height: 100%; }
    .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title a {
      position: relative;
      display: block;
      padding: 12px 50px 12px 26px;
      height: 100%;
      border: 2px solid var(--brand-dark-color, #333); }
      .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title a::before {
        display: block;
        position: absolute;
        content: '';
        bottom: 21px;
        right: 20px;
        width: 22px;
        height: 2px;
        background: var(--brand-color, #505050);
        transition: .2s; }
      .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title a::after {
        position: absolute;
        display: block;
        content: '';
        bottom: 17px;
        right: 20px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: var(--brand-color, #505050);
        height: 10px;
        width: 10px;
        background: transparent;
        transform: rotate(45deg);
        transition: .2s; }
      .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title a:hover::before, .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title a:hover::after {
        right: 18px; }
      .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title a:focus {
        background: #005fcc;
        border-color: #005fcc;
        color: #fff;
        outline: auto; }
        .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title a:focus h3 {
          color: #fff; }
        .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title a:focus::before {
          background: #fff; }
        .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title a:focus::after {
          border-color: #fff; }
    .top-lvl-list .inner:nth-child(n + 4) .top-lvl-title h3 {
      font-size: 20px; }
  @media (min-width: 768px) {
    .top-lvl-list .inner {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      .top-lvl-list .inner .top {
        margin: 0; } }

@media (min-width: 768px) {
  .top-lvl-list.number-1 .inner, .top-lvl-list.number-2 .inner {
    flex: 0 0 50%;
    max-width: 50%; }
    .top-lvl-list.number-1 .inner .top, .top-lvl-list.number-2 .inner .top {
      display: flex;
      justify-content: space-between; }
      .top-lvl-list.number-1 .inner .top .top-inner, .top-lvl-list.number-2 .inner .top .top-inner {
        width: 50%;
        padding-right: 15px; } }
      @media (min-width: 768px) and (min-width: 1280px) {
        .top-lvl-list.number-1 .inner .top .top-inner, .top-lvl-list.number-2 .inner .top .top-inner {
          width: 48%; } }

@media (min-width: 768px) {
      .top-lvl-list.number-1 .inner .top .mid, .top-lvl-list.number-2 .inner .top .mid {
        width: 50%;
        padding-left: 15px;
        display: flex;
        justify-content: flex-end; } }
      @media (min-width: 768px) and (min-width: 1280px) {
        .top-lvl-list.number-1 .inner .top .mid, .top-lvl-list.number-2 .inner .top .mid {
          width: 50%;
          margin-left: auto; } }

@media (min-width: 768px) {
      .top-lvl-list.number-1 .inner .top .mid-inner, .top-lvl-list.number-2 .inner .top .mid-inner {
        padding: 0; }
      .top-lvl-list.number-1 .inner .top .top-lvl-title, .top-lvl-list.number-2 .inner .top .top-lvl-title {
        margin: 0; }
      .top-lvl-list.number-1 .inner .top .top-lvl-icon, .top-lvl-list.number-2 .inner .top .top-lvl-icon {
        margin: 0 0 12px; } }

@media (min-width: 768px) {
  .top-lvl-list.number-1 .inner {
    flex: 0 0 100%;
    max-width: 100%; } }

.top-lvl-list .top-lvl-title {
  margin-top: 12px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .top-lvl-list .top-lvl-title h3 {
      font-size: 20px; } }
  .top-lvl-list .top-lvl-title a {
    text-decoration: none;
    color: #121212;
    transition: .2s; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .top-lvl-list .top-lvl-title a {
        font-size: 14px; } }
    .top-lvl-list .top-lvl-title a:hover {
      color: #5f5f5f; }
    .top-lvl-list .top-lvl-title a:focus {
      outline: auto;
      outline-color: #005fcc; }

.top-lvl-list .mid-inner {
  padding-top: 20px; }
  .top-lvl-list .mid-inner a {
    position: relative;
    display: inline-block;
    color: var(--brand-dark-color, #333);
    padding-right: 20px;
    text-decoration: none; }
    .top-lvl-list .mid-inner a::before {
      display: block;
      position: absolute;
      content: '';
      bottom: 9px;
      left: 100%;
      width: 22px;
      height: 2px;
      background: var(--brand-color, #505050);
      transition: .2s; }
    .top-lvl-list .mid-inner a::after {
      position: absolute;
      display: block;
      content: '';
      bottom: 5px;
      left: calc(100% + 12px);
      border-width: 2px 2px 0 0;
      border-style: solid;
      border-color: var(--brand-color, #505050);
      height: 10px;
      width: 10px;
      background: transparent;
      transform: rotate(45deg);
      transition: .2s; }
    .top-lvl-list .mid-inner a:hover::before {
      left: calc(100% + 2px); }
    .top-lvl-list .mid-inner a:hover::after {
      left: calc(100% + 14px); }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .top-lvl-list .mid-inner a {
        font-size: 14px; }
        .top-lvl-list .mid-inner a::before {
          bottom: 5px;
          width: 16px; }
        .top-lvl-list .mid-inner a::after {
          bottom: 2px;
          left: calc(100% + 7px);
          height: 8px;
          width: 8px; } }
  .top-lvl-list .mid-inner .children-inner:not(:last-child) {
    padding-bottom: 7px; }

.big-cta-boxes-module {
  padding: 10px 0 50px; }
  @media (min-width: 768px) {
    .big-cta-boxes-module {
      padding: 20px 0 70px; } }
  @media (min-width: 768px) {
    .big-cta-boxes-module .button-link {
      display: flex;
      flex-wrap: wrap;
      width: 100%; } }
  .big-cta-boxes-module .bot-cta {
    margin-top: 16px;
    transition: .2s; }
    .big-cta-boxes-module .bot-cta.arrow-link-external::before {
      width: 15px;
      transform: rotate(-45deg);
      bottom: 26px; }
      @media (min-width: 768px) {
        .big-cta-boxes-module .bot-cta.arrow-link-external::before {
          right: 28px !important; } }
    .big-cta-boxes-module .bot-cta.arrow-link-external::after {
      bottom: 24px;
      transform: none; }
    @media (min-width: 768px) {
      .big-cta-boxes-module .bot-cta.arrow-link-external:hover::before, .big-cta-boxes-module .bot-cta.arrow-link-external:hover::after {
        right: 28px !important; } }
    .big-cta-boxes-module .bot-cta a {
      display: flex;
      align-items: center;
      width: 100%; }
      .big-cta-boxes-module .bot-cta a span {
        display: block;
        margin-right: 16px;
        height: 24px; }

.map-module .title {
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }

.map-module .subtitle {
  margin-top: 29px; }
  @media (min-width: 768px) {
    .map-module .subtitle {
      margin-top: 16px; } }

.map-module .bot {
  margin-top: 35px; }

.map-module .map {
  background: #f3f3f3;
  width: 100%;
  height: 500px; }

.map-module .iframe-wrapper {
  position: relative;
  height: 0;
  padding: 0 0 75%; }
  .map-module .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.map-module ~ .schedule-module {
  margin-top: 55px; }

@media (max-width: 767.98px) {
  .schedule-module .inner-table {
    position: relative;
    display: flex; }
    .schedule-module .inner-table:after {
      position: absolute;
      display: block;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: var(--brand-dark-color, #333); } }

.schedule-module .mid-module {
  margin-top: 35px; }
  .schedule-module .mid-module .top {
    display: none; }
    @media (min-width: 768px) {
      .schedule-module .mid-module .top {
        display: flex;
        margin-bottom: 11px; }
        .schedule-module .mid-module .top span {
          width: 33.33%;
          font-size: 16px; } }
  .schedule-module .mid-module .table:not(:first-child) {
    margin-top: 23px; }
  .schedule-module .mid-module .table.hide-table {
    display: none; }
  .schedule-module .mid-module .top-table {
    position: relative;
    display: flex;
    max-width: 50%;
    width: 100%;
    flex-direction: column;
    padding-right: 10px;
    padding-bottom: 26px; }
    @media (min-width: 768px) {
      .schedule-module .mid-module .top-table {
        flex-direction: row;
        align-items: center;
        padding-right: 0;
        padding-bottom: 0;
        max-width: 100%; } }
    .schedule-module .mid-module .top-table .left,
    .schedule-module .mid-module .top-table .mid,
    .schedule-module .mid-module .top-table .right {
      font-weight: 600; }
      .schedule-module .mid-module .top-table .left:not(:last-child),
      .schedule-module .mid-module .top-table .mid:not(:last-child),
      .schedule-module .mid-module .top-table .right:not(:last-child) {
        margin-bottom: 16px; }
        @media (min-width: 768px) {
          .schedule-module .mid-module .top-table .left:not(:last-child),
          .schedule-module .mid-module .top-table .mid:not(:last-child),
          .schedule-module .mid-module .top-table .right:not(:last-child) {
            margin-bottom: 0; } }
      @media (min-width: 768px) {
        .schedule-module .mid-module .top-table .left,
        .schedule-module .mid-module .top-table .mid,
        .schedule-module .mid-module .top-table .right {
          width: 33.33%; } }
    .schedule-module .mid-module .top-table:after {
      display: none; }
      @media (min-width: 768px) {
        .schedule-module .mid-module .top-table:after {
          position: absolute;
          display: block;
          content: '';
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: var(--brand-dark-color, #333); } }
    @media (min-width: 768px) {
      .schedule-module .mid-module .top-table .city {
        padding: 5px 10px 5px 0; } }
    @media (max-width: 767.98px) {
      .schedule-module .mid-module .top-table .city::before,
      .schedule-module .mid-module .top-table .date::before,
      .schedule-module .mid-module .top-table .time::before {
        display: block;
        content: attr(data-title);
        font-size: 16px;
        font-weight: 400; } }
  @media (min-width: 768px) {
    .schedule-module .mid-module .bot-table {
      margin-top: 10px;
      max-width: 500px; } }
  .schedule-module .mid-module .bot-table p {
    font-size: 16px;
    line-height: 25px; }

.schedule-module .bot-module {
  margin-top: 40px; }
  .schedule-module .bot-module .bot-cta {
    background: #fff;
    border: 2px solid var(--brand-dark-color, #333); }
    @media (min-width: 768px) {
      .schedule-module .bot-module .bot-cta {
        width: 42%; } }
    .schedule-module .bot-module .bot-cta a {
      font-size: 16px;
      color: var(--brand-dark-color, #333); }
    .schedule-module .bot-module .bot-cta:before {
      background: var(--brand-dark-color, #333); }
    .schedule-module .bot-module .bot-cta:after {
      border-color: var(--brand-dark-color, #333); }
    .schedule-module .bot-module .bot-cta.load-more-tables {
      border: 0;
      display: inline-block;
      width: auto; }
      .schedule-module .bot-module .bot-cta.load-more-tables::before, .schedule-module .bot-module .bot-cta.load-more-tables::after {
        display: none; }
      .schedule-module .bot-module .bot-cta.load-more-tables a {
        background: var(--brand-dark-color, #333);
        color: var(--brand-text-color, #fff);
        padding: 16px 30px;
        font-weight: 700; }
        .schedule-module .bot-module .bot-cta.load-more-tables a:hover {
          opacity: .9; }

.contact-module {
  padding: 0 0 50px; }
  .contact-module .title {
    margin-bottom: 16px; }
  .contact-module .subtitle {
    margin-bottom: 43px; }
    @media (min-width: 768px) {
      .contact-module .subtitle {
        margin-bottom: 55px; } }
  .contact-module .form-title {
    margin-bottom: 16px; }
  .contact-module .form-subtitle {
    margin-bottom: 43px;
    font-size: 14px;
    font-style: italic;
    line-height: 20px; }
    @media (min-width: 768px) {
      .contact-module .form-subtitle {
        margin-bottom: 16px; } }
  .contact-module .required-text {
    font-size: 13px;
    line-height: 19px; }
  .contact-module .cta {
    cursor: pointer; }
  .contact-module .area {
    margin-top: 2px; }

.module-people-block {
  padding: 0 0 25px; }
  .module-people-block .block-title {
    font-size: 28px;
    line-height: 36px; }
    @media (min-width: 992px) {
      .module-people-block .block-title {
        font-size: 35px;
        line-height: 37px; } }
  .module-people-block .people-listing .person {
    font-size: 16px;
    margin-top: 25px; }
    @media (min-width: 992px) {
      .module-people-block .people-listing .person {
        margin-top: 46px; } }
    .module-people-block .people-listing .person .in-person {
      display: flex;
      flex-direction: column;
      height: 100%;
      width: 100%; }
    .module-people-block .people-listing .person .img {
      height: 0;
      padding: 0 0 120%;
      background: 50%/cover no-repeat #f3f3f3; }
    .module-people-block .people-listing .person .person-content {
      display: flex;
      flex-direction: column;
      background: #fff;
      color: #121212;
      border: 2px solid var(--brand-color, #505050);
      padding: 15px 21px 17px;
      height: 100%; }
    .module-people-block .people-listing .person .name {
      font-weight: 700;
      font-size: 1.2em;
      margin-top: 8px; }
    .module-people-block .people-listing .person .p-title {
      margin-top: 8px; }
    .module-people-block .people-listing .person .person-bot-part {
      padding-top: 8px;
      margin-top: auto; }
      .module-people-block .people-listing .person .person-bot-part a {
        color: #121212;
        text-decoration: none;
        transition: .2s; }
        .module-people-block .people-listing .person .person-bot-part a:hover {
          color: var(--brand-color, #505050); }
      .module-people-block .people-listing .person .person-bot-part .p-phone {
        margin-bottom: 8px; }
      .module-people-block .people-listing .person .person-bot-part .p-email {
        margin-top: 8px; }

.feedback .wyswyg-module {
  margin: 38px 0 50px; }

.feedback span.label {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 25px; }

.feedback .form {
  padding: 36px; }

.feedback .feedback-tooltip {
  width: 100%;
  display: flex;
  align-items: baseline; }
  .feedback .feedback-tooltip div {
    position: relative;
    top: -2px; }
  .feedback .feedback-tooltip input {
    flex-shrink: 0; }
  .feedback .feedback-tooltip span {
    font-size: 16px;
    line-height: 16px;
    color: #525252; }
  .feedback .feedback-tooltip .descBox--trigger {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    position: relative;
    top: 5px; }
    .feedback .feedback-tooltip .descBox--trigger svg {
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      position: absolute;
      display: inline-block; }

.jira-triggerModule {
  margin: 50px 0 30px;
  text-align: center; }
  .jira-triggerModule .text-and-image {
    margin: 0;
    padding: 0; }
  @media (min-width: 992px) {
    .jira-triggerModule .jira-triggerBox {
      max-width: 80%;
      margin: 0 auto; } }
  @media (min-width: 1280px) {
    .jira-triggerModule .jira-triggerBox {
      max-width: 66%; } }
  .jira-triggerModule .title {
    margin: 0 0 40px; }
  .jira-triggerModule .bot-cta {
    display: inline-block;
    width: auto;
    text-align: left; }
    .jira-triggerModule .bot-cta button {
      padding: 16px 29px;
      transition: .2s; }
      .jira-triggerModule .bot-cta button:focus {
        background: #3392ff;
        color: #fff; }
    .jira-triggerModule .bot-cta:hover {
      background: #3392ff;
      color: #fff;
      transition: .2s; }
    .jira-triggerModule .bot-cta::before, .jira-triggerModule .bot-cta::after {
      display: none; }

@media (min-width: 768px) {
  .page-sidebar {
    padding-left: 0; } }

@media (max-width: 767.98px) {
  .blue-block {
    margin-left: -12px;
    margin-right: -12px; } }

.blue-block .inner-wrapper {
  background: var(--brand-dark-color, #333);
  color: var(--brand-text-color, #fff); }

.blue-block .top {
  margin-bottom: 15px; }

.blue-block a {
  color: inherit;
  transition: .2s;
  text-decoration: none; }
  .blue-block a:hover {
    text-decoration: underline; }

.blue-block h2 {
  color: inherit; }

.blue-block .bot {
  font-size: 20px;
  line-height: 26px;
  margin-top: 34px; }
  .blue-block .bot p {
    font-size: inherit; }

.top-level-block {
  position: relative;
  z-index: 2; }
  .top-level-block::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: -24px;
    bottom: 0;
    left: -24px;
    background: #f3f3f3;
    z-index: -1; }
    @media (min-width: 768px) {
      .top-level-block::before {
        right: 0;
        left: 0;
        width: 10000px;
        max-width: calc(50vw - 124px); } }
  .top-level-block .top {
    font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 27px; }
    .top-level-block .top a {
      color: inherit;
      text-decoration: none; }
      .top-level-block .top a:hover {
        text-decoration: underline; }
  .top-level-block .bot a {
    position: relative;
    text-decoration: none;
    display: block;
    padding-left: 39px;
    margin-bottom: 9px;
    color: #121212;
    transition: .2s; }
    .top-level-block .bot a::before {
      position: absolute;
      display: block;
      content: '';
      top: 13px;
      left: 3px;
      width: 15px;
      height: 2px;
      background: var(--brand-color, #505050); }
    .top-level-block .bot a.active {
      font-weight: 800; }
    .top-level-block .bot a:hover {
      color: var(--brand-dark-color, #333); }
    .top-level-block .bot a.arrow-link-external .inner-link {
      display: inline-flex;
      align-items: center; }
      .top-level-block .bot a.arrow-link-external .inner-link svg {
        height: 14px;
        width: 14px;
        margin-left: 5px; }

.articles-block .bot .article-card {
  max-width: 100%;
  flex: 0 0 100%; }

@media (max-width: 767.98px) {
  .links-block {
    margin-left: -12px;
    margin-right: -12px; } }

.links-block .inner-wrapper {
  background: #f3f3f3; }

.links-block .top {
  margin-bottom: 35px; }

.links-block a {
  position: relative;
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  transition: .2s; }
  .links-block a:hover {
    color: var(--brand-color, #505050); }

.links-block .inner {
  width: 100%; }

.links-block .list-inner:not(:first-child) {
  margin-top: 10px; }

.links-block.line-style a {
  text-decoration: none;
  padding-right: 23px; }
  .links-block.line-style a::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    width: 22px;
    height: 2px;
    background: var(--brand-color, #505050);
    transform: translate(-100%, -50%);
    transition: .2s; }
  .links-block.line-style a::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 100%;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: var(--brand-color, #505050);
    height: 10px;
    width: 10px;
    background: transparent;
    transform: translate(-100%, -50%) rotate(45deg);
    transition: .2s; }
  .links-block.line-style a:hover::before, .links-block.line-style a:hover::after {
    left: 102%; }

.links-block.line-style .list-inner {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 8px; }
  .links-block.line-style .list-inner::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    border-top: 2px solid var(--brand-dark-color, #333);
    top: 100%;
    left: 0; }

.links-block.button-style .list-inner {
  position: relative; }
  .links-block.button-style .list-inner:not(:first-child) {
    margin-top: 16px; }

.links-block.button-style a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 17px 10px 16px 20px;
  color: #fff;
  background-color: var(--brand-dark-color, #333);
  text-decoration: none; }
  .links-block.button-style a span {
    display: block;
    margin-right: 16px; }
  .links-block.button-style a:hover {
    text-decoration: underline; }

.block-with-cta {
  background: #f3f3f3; }
  @media (max-width: 767.98px) {
    .block-with-cta {
      margin: 0 -24px; } }
  .block-with-cta .top {
    padding: 42px 75px 39px 24px; }
    @media (min-width: 768px) {
      .block-with-cta .top {
        padding: 32px 50px 34px; } }
    .block-with-cta .top h3 {
      font-size: 25px;
      line-height: 27px;
      color: #121212; }
    .block-with-cta .top p {
      font-weight: 500;
      margin: 20px 0 0; }
  .block-with-cta .bot .bot-cta a {
    font-size: 16px; }

.block-image:first-child {
  margin-top: 35px; }

.block-image h3 {
  margin: 0 0 20px; }

@media (max-width: 767.98px) {
  .page-sidebar {
    margin-top: 45px; } }

.page-sidebar .block:not(:first-child) {
  margin-top: 35px; }

.page-sidebar .block .inner-wrapper {
  padding: 32px 24px 59px;
  margin: 0 -12px; }
  @media (min-width: 768px) {
    .page-sidebar .block .inner-wrapper {
      margin: 0; } }
  @media (min-width: 992px) {
    .page-sidebar .block .inner-wrapper {
      padding-left: 44px;
      padding-right: 44px; } }

.page-sidebar .block.no-margin {
  margin-top: 0 !important; }

.page-sidebar .block .top h2 {
  font-size: 20px;
  line-height: 1.28;
  font-weight: 400; }

.site-footer .bot .left .phone-info .phone-box h2, .site-footer .bot .left h2 {
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin: 0;
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
  @media (min-width: 768px) {
    .site-footer .bot .left .phone-info .phone-box h2, .site-footer .bot .left h2 {
      font-size: 20px;
      line-height: 26px; } }

.footer-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500; }

.site-footer {
  padding: 42px 0 66px;
  margin-top: 63px;
  color: #121212;
  font-size: 16px;
  line-height: 26px;
  background: #f3f3f3; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 42px 0 100px;
      margin-top: 72px; } }
  .site-footer .mob-only {
    margin-top: 48px; }
    @media (min-width: 576px) {
      .site-footer .mob-only {
        display: none; } }
  .site-footer .qls {
    display: flex;
    flex-direction: column;
    max-width: 360px; }
    @media (min-width: 768px) {
      .site-footer .qls {
        flex-direction: row;
        max-width: initial; } }
    .site-footer .qls .ql:not(:first-child) {
      margin: 13px 0 0; }
      @media (min-width: 1280px) {
        .site-footer .qls .ql:not(:first-child) {
          margin: 0; } }
    .site-footer .qls .ql a {
      position: relative;
      display: block;
      text-decoration: none;
      height: 100%;
      padding: 13px 55px 13px 19px;
      color: #121212;
      font-weight: 500;
      border: 2px solid var(--brand-color, #505050); }
      .site-footer .qls .ql a h2 {
        color: #121212;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500; }
        @media (min-width: 768px) {
          .site-footer .qls .ql a h2 {
            font-size: 16px; } }
      .site-footer .qls .ql a::before {
        display: block;
        position: absolute;
        content: '';
        bottom: 24px;
        right: 20px;
        width: 22px;
        height: 2px;
        background: var(--brand-color, #505050);
        transition: .2s; }
      .site-footer .qls .ql a::after {
        position: absolute;
        display: block;
        content: '';
        bottom: 20px;
        right: 20px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: var(--brand-color, #505050);
        height: 10px;
        width: 10px;
        background: transparent;
        transform: rotate(45deg);
        transition: .2s; }
      .site-footer .qls .ql a:hover::before, .site-footer .qls .ql a:hover::after {
        right: 18px; }
  .site-footer .top .left img {
    max-height: 37px; }
  .site-footer .top .right {
    margin-top: 48px; }
    @media (max-width: 575.98px) {
      .site-footer .top .right {
        display: none; } }
    @media (min-width: 768px) {
      .site-footer .top .right {
        margin: 0; } }
  .site-footer .top + .bot {
    margin-top: 48px; }
    @media (min-width: 992px) {
      .site-footer .top + .bot {
        margin-top: 116px; } }
  @media (min-width: 992px) {
    .site-footer .bot .left .phone-info {
      padding-right: 39px; } }
  .site-footer .bot .left .phone-info .phone-box {
    padding: 16px 29px;
    border: 2px solid var(--brand-color, #505050); }
    @media (min-width: 992px) and (max-width: 1279.98px) {
      .site-footer .bot .left .phone-info .phone-box {
        padding: 16px; } }
    .site-footer .bot .left .phone-info .phone-box h2 {
      display: block;
      margin: 0 0 10px; }
    .site-footer .bot .left .phone-info .phone-box a {
      color: inherit;
      text-decoration: none; }
      .site-footer .bot .left .phone-info .phone-box a:hover {
        text-decoration: underline; }
  .site-footer .bot .left .contact-info {
    margin-top: 24px; }
    .site-footer .bot .left .contact-info .contact-data {
      margin-top: 18px; }
      .site-footer .bot .left .contact-info .contact-data a {
        color: inherit;
        text-decoration: none; }
        .site-footer .bot .left .contact-info .contact-data a:hover {
          text-decoration: underline; }
    .site-footer .bot .left .contact-info .privacy-data {
      margin-top: 18px; }
  .site-footer .bot .left h2 {
    position: relative;
    display: inline-block; }
    .site-footer .bot .left h2 .line {
      position: relative;
      display: block;
      color: var(--brand-color, #505050);
      padding: 0 0 18px; }
      .site-footer .bot .left h2 .line::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 2px;
        background: currentColor;
        width: 208px; }
  .site-footer .bot .menu-wrapper .menu-footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-footer .bot .menu-wrapper .menu-footer ul li {
      margin-top: 20px; }
      .site-footer .bot .menu-wrapper .menu-footer ul li:first-of-type {
        margin-top: 0; }
    .site-footer .bot .menu-wrapper .menu-footer ul a {
      font-size: 20px;
      line-height: 26px;
      color: #121212;
      text-decoration: none;
      font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 400;
      transition: .2s; }
      @media (min-width: 768px) {
        .site-footer .bot .menu-wrapper .menu-footer ul a {
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 1280px) {
        .site-footer .bot .menu-wrapper .menu-footer ul a {
          font-size: 20px;
          line-height: 26px; } }
      .site-footer .bot .menu-wrapper .menu-footer ul a:hover {
        opacity: .7; }
  .site-footer .bot .mid-left {
    margin-top: 28px; }
    @media (min-width: 768px) {
      .site-footer .bot .mid-left {
        margin-top: -20px; } }
    @media (min-width: 1280px) {
      .site-footer .bot .mid-left {
        margin-top: -36px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .site-footer .bot .mid-right {
      margin-top: 28px; } }
  .site-footer .bot .right {
    margin-top: 66px; }
    @media (min-width: 992px) {
      .site-footer .bot .right {
        margin-top: 0; } }
    .site-footer .bot .right h2 {
      font-size: 20px;
      line-height: 26px;
      color: #121212;
      font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
    .site-footer .bot .right img {
      height: auto;
      margin-top: 12px; }
  .site-footer .goBack {
    position: fixed;
    right: 10px;
    bottom: 100px;
    background: #005fcc;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 1000; }
    .site-footer .goBack:focus {
      outline-color: #121212; }
    .go-back-active .site-footer .goBack {
      opacity: 1;
      visibility: visible; }
    .site-footer .goBack svg {
      height: 22px;
      width: 22px; }
    .site-footer .goBack:hover {
      opacity: .8; }

.site-header {
  position: relative;
  padding: 15px 0 14px;
  z-index: 25; }
  .site-header.with-alerts {
    padding-top: 0; }
  .site-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .site-header .inner .header-btn {
      margin-left: auto;
      margin-right: 10px;
      color: #fff;
      background-color: var(--brand-color, #505050);
      text-decoration: none;
      padding: 0.5rem 0.75rem;
      font-size: 14px;
      border-radius: 50px; }
      @media (min-width: 768px) {
        .site-header .inner .header-btn {
          margin-left: 0px; }
          .site-header .inner .header-btn.left-auto {
            margin-left: auto; } }
    .site-header .inner .search-button {
      margin-left: auto;
      margin-right: 10px;
      display: none; }
      @media (min-width: 768px) {
        .site-header .inner .search-button {
          display: block;
          margin-right: 1rem; } }
      .site-header .inner .search-button a {
        position: relative;
        display: block;
        border-radius: 19px;
        border: 2px solid var(--brand-color, #505050);
        color: var(--brand-color, #505050);
        text-decoration: none;
        font-size: 14px;
        font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
        padding: 5px 39px 5px 10px;
        outline: 0; }
        @media (min-width: 480px) {
          .site-header .inner .search-button a {
            padding: 5px 47px 5px 10px;
            font-size: 16px; } }
        .site-header .inner .search-button a svg {
          position: absolute;
          right: 8px;
          top: 5px;
          height: 18px; }
          @media (min-width: 480px) {
            .site-header .inner .search-button a svg {
              right: 12px;
              top: 4px;
              height: 21px; } }
        .site-header .inner .search-button a i {
          display: inline-block;
          position: relative;
          width: 16px;
          height: 16px;
          transform: rotate(45deg);
          display: none;
          position: absolute;
          right: 14px;
          top: 6px;
          color: var(--brand-color, #505050); }
          .site-header .inner .search-button a i::before, .site-header .inner .search-button a i::after {
            content: '';
            position: absolute; }
          .site-header .inner .search-button a i::before {
            top: 0;
            bottom: 0;
            width: 2px;
            left: calc(50% - 1px);
            background: currentColor; }
          .site-header .inner .search-button a i::after {
            left: 0;
            right: 0;
            height: 2px;
            top: calc(50% - 1px);
            background: currentColor; }
          @media (min-width: 480px) {
            .site-header .inner .search-button a i {
              top: 7px; } }
        .site-header .inner .search-button a.active svg {
          display: none; }
        .site-header .inner .search-button a.active i {
          display: inline-block; }
        .site-header .inner .search-button a:focus {
          background: #005fcc;
          color: #fff;
          border-color: #005fcc; }
          .site-header .inner .search-button a:focus i {
            color: #fff; }
          .site-header .inner .search-button a:focus svg g {
            stroke: #fff; }
    .site-header .inner img {
      max-height: 37px; }
    @media (min-width: 576px) {
      .site-header .inner .site-mobile-logo {
        display: none; } }
    @media (max-width: 575.98px) {
      .site-header .inner .site-mobile-logo + .site-desktop-logo {
        display: none; } }
    .site-header .inner .language-selector-container {
      position: relative; }
      .site-header .inner .language-selector-container--desktop {
        display: none; }
        @media (min-width: 768px) {
          .site-header .inner .language-selector-container--desktop {
            display: block;
            margin: 0 20px 0 10px; } }
        .site-header .inner .language-selector-container--desktop #language-selector {
          position: absolute;
          top: 0;
          left: 50%;
          max-height: 0;
          opacity: 0;
          pointer-events: none;
          transform: translateX(-50%);
          list-style-type: none;
          padding: 0;
          display: flex;
          flex-direction: column;
          row-gap: 5px;
          transition: .3s ease-in-out all; }
          .site-header .inner .language-selector-container--desktop #language-selector.visible {
            top: calc(100% + 10px);
            max-height: 1000px;
            opacity: 1;
            pointer-events: all; }
          .site-header .inner .language-selector-container--desktop #language-selector li.hidden {
            display: none; }
      .site-header .inner .language-selector-container--mobile {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 20px;
        margin: 20px 0; }
        @media (min-width: 768px) {
          .site-header .inner .language-selector-container--mobile {
            display: none; } }
        .site-header .inner .language-selector-container--mobile #language-selector {
          list-style-type: none;
          padding: 0;
          display: flex;
          column-gap: 14px; }
      .site-header .inner .language-selector-container .flag-icon {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 40px;
        height: 28px;
        cursor: pointer;
        transition: .2s ease-in-out all; }
        .site-header .inner .language-selector-container .flag-icon.active {
          border: 2px solid green; }
        .site-header .inner .language-selector-container .flag-icon:hover {
          transform: scale(1.1); }
        @media (min-width: 768px) {
          .site-header .inner .language-selector-container .flag-icon {
            width: 30px;
            height: 20px; } }
        .site-header .inner .language-selector-container .flag-icon.norway-flag {
          background-image: url(../../src/img/norway_flag.png); }
        .site-header .inner .language-selector-container .flag-icon.english-flag {
          background-image: url(../../src/img/uk_flag.png); }

.site-nav {
  position: fixed;
  display: none;
  left: 0;
  top: 67px;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 15; }
  .public-page.publicPage .site-nav {
    background: #f3f3f3; }
  .site-nav .inner-nav {
    width: 100%;
    height: 100%;
    padding: 26px;
    overflow: auto; }
    @media (min-width: 768px) {
      .site-nav .inner-nav {
        padding: 0 0 80px; } }
    @media (max-width: 767.98px) {
      .site-nav .inner-nav ._wr {
        padding: 0; } }
  .site-nav .search-bar-wrapper {
    position: relative; }
    .site-nav .search-bar-wrapper input[type="search"] {
      border: 2px solid var(--brand-color, #505050);
      padding-right: 4rem; }
    .site-nav .search-bar-wrapper svg {
      position: absolute;
      top: 10px;
      right: 10px; }
    @media (min-width: 768px) {
      .site-nav .search-bar-wrapper {
        display: none; } }
  .menu-show .site-nav {
    display: block; }
  .site-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-nav ul a {
      color: inherit;
      text-decoration: none;
      font-weight: 500;
      font-size: 20px; }
    .site-nav ul.menu > li > a {
      font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 400; }
    .site-nav ul a.arrow-link-external {
      display: inline-flex;
      align-items: center; }
      .site-nav ul a.arrow-link-external svg {
        margin-left: 5px;
        height: 14px;
        width: 14px; }
    @media (max-width: 767.98px) {
      .site-nav ul {
        text-align: right; }
        .site-nav ul.menu > li {
          display: flex; }
          .site-nav ul.menu > li > a {
            flex: 1; }
          .site-nav ul.menu > li .submenu-trigger {
            position: relative;
            height: 26px;
            width: 30px;
            cursor: pointer;
            font-weight: 400; }
            .site-nav ul.menu > li .submenu-trigger::before {
              position: absolute;
              content: "";
              right: 2px;
              top: 9px;
              border-style: solid;
              border-color: #121212;
              border-width: 2px 2px 0 0;
              width: 9px;
              height: 9px;
              transform: rotate(45deg);
              transition: 0.2s; }
            .site-nav ul.menu > li .submenu-trigger:hover::before {
              right: 0; }
          .site-nav ul.menu > li:not(:first-child) {
            margin-top: 40px; }
        .site-nav ul .submenu {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: -26px;
          padding: 26px 26px 52px;
          background: #fff;
          transform: translateX(30px);
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          overflow: auto;
          transition: 0.2s;
          z-index: 2; }
          .site-nav ul .submenu.active {
            visibility: visible;
            opacity: 1;
            pointer-events: all;
            transform: none; }
          .site-nav ul .submenu li.top-part {
            margin: 0 0 45px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 400;
            font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
            .site-nav ul .submenu li.top-part .top-part-title {
              display: block;
              margin-right: 50px;
              flex: 1;
              width: 100%;
              text-align: left; }
              .site-nav ul .submenu li.top-part .top-part-title a {
                display: block;
                width: 100%;
                padding: 0 0 12px;
                border-bottom: 2px solid var(--brand-color, #505050);
                font-size: 20px;
                transition: 0.2s;
                text-decoration: none; }
                .site-nav ul .submenu li.top-part .top-part-title a:hover {
                  border-bottom-color: #121212; }
              .site-nav ul .submenu li.top-part .top-part-title.active a {
                color: var(--brand-color, #505050); }
            .site-nav ul .submenu li.top-part .submenu-back {
              flex-shrink: 0;
              position: relative;
              padding-left: 30px;
              font-size: 16px;
              cursor: pointer; }
              .site-nav ul .submenu li.top-part .submenu-back::before {
                position: absolute;
                content: "";
                left: 4px;
                top: 9px;
                border-style: solid;
                border-color: #121212;
                border-width: 2px 2px 0 0;
                width: 9px;
                height: 9px;
                transform: rotate(-135deg);
                transition: 0.2s; }
              .site-nav ul .submenu li.top-part .submenu-back:hover::before {
                left: 2px; }
          .site-nav ul .submenu li:not(:first-child) {
            margin-top: 8px; }
          .site-nav ul .submenu a {
            font-size: 18px;
            line-height: 22px; }
        .site-nav ul li.active > a {
          color: var(--brand-color, #505050); }
        .site-nav ul a:hover {
          text-decoration: underline; } }
    @media (min-width: 768px) {
      .site-nav ul .top-part {
        display: none; }
      .site-nav ul.menu {
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .site-nav ul.menu {
      margin-right: -24px;
      margin-left: -24px; } }
  @media (min-width: 768px) and (min-width: 1280px) {
    .site-nav ul.menu {
      margin-right: -31px;
      margin-left: -31px; } }
    @media (min-width: 768px) {
        .site-nav ul.menu > li {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 12px;
          padding-left: 12px;
          flex: 0 0 50%;
          max-width: 50%;
          margin-top: 50px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .site-nav ul.menu > li {
        padding-right: 24px;
        padding-left: 24px; } }
    @media (min-width: 768px) and (min-width: 1280px) {
      .site-nav ul.menu > li {
        padding-right: 31px;
        padding-left: 31px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .site-nav ul.menu > li {
        flex: 0 0 25%;
        max-width: 25%;
        margin-top: 80px; } }
    @media (min-width: 768px) {
          .site-nav ul.menu > li > a {
            position: relative;
            display: inline-block;
            padding: 0 0 20px; }
            .site-nav ul.menu > li > a::before {
              position: absolute;
              content: "";
              left: 0;
              bottom: 0;
              height: 2px;
              width: 208px;
              max-width: 100%;
              background: var(--brand-color, #505050); }
          .site-nav ul.menu > li.active > a {
            color: var(--brand-color, #505050); }
          .site-nav ul.menu > li .submenu {
            margin-top: 20px; }
            .site-nav ul.menu > li .submenu li {
              line-height: 22px; }
              .site-nav ul.menu > li .submenu li:not(:first-child) {
                margin-top: 4px; }
              .site-nav ul.menu > li .submenu li.active a {
                color: var(--brand-color, #505050); }
            .site-nav ul.menu > li .submenu a {
              font-size: 16px; }
              .site-nav ul.menu > li .submenu a:hover {
                text-decoration: underline; } }
  .site-nav .quicklinks {
    flex-direction: column;
    width: 100%;
    text-align: left; }
    .site-nav .quicklinks .link {
      width: 100%; }
      .site-nav .quicklinks .link:not(:first-child) {
        margin-top: 13px; }
        @media (min-width: 768px) {
          .site-nav .quicklinks .link:not(:first-child) {
            margin-top: 17px; } }
      .site-nav .quicklinks .link a {
        display: block;
        position: relative;
        font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
        font-size: 16px;
        line-height: 22px;
        padding: 13px 50px 14px 26px;
        color: #121212;
        text-decoration: none;
        border: 2px solid var(--brand-color, #505050); }
        .site-nav .quicklinks .link a::before {
          display: block;
          position: absolute;
          content: "";
          bottom: 24px;
          right: 25px;
          width: 22px;
          height: 2px;
          background: var(--brand-color, #505050);
          transition: 0.2s; }
        .site-nav .quicklinks .link a::after {
          position: absolute;
          display: block;
          content: "";
          bottom: 20px;
          right: 25px;
          border-width: 2px 2px 0 0;
          border-style: solid;
          border-color: var(--brand-color, #505050);
          height: 10px;
          width: 10px;
          background: transparent;
          transform: rotate(45deg);
          transition: 0.2s; }
        .site-nav .quicklinks .link a:hover::before, .site-nav .quicklinks .link a:hover::after {
          right: 23px; }
        .site-nav .quicklinks .link a:focus {
          background: #005fcc;
          border: #005fcc;
          color: #fff; }
          .site-nav .quicklinks .link a:focus::before {
            background: #fff; }
          .site-nav .quicklinks .link a:focus::after {
            border-color: #fff; }
  .site-nav .imagelinks {
    flex-direction: column;
    width: 100%;
    text-align: left; }
    .site-nav .imagelinks .link {
      width: 100%; }
      .site-nav .imagelinks .link:not(:first-child) {
        margin-top: 33px; }

.omArchive .pages-inner-content .page-content,
.operatingMessages .pages-inner-content .page-content {
  margin: 0; }

.home-header .inner {
  padding: 38px 0 40px;
  width: 100%; }
  @media (min-width: 768px) {
    .home-header .inner {
      display: flex;
      width: 100%;
      padding: 34px 0 72px;
      max-width: 100%; } }

.home-header .article-feature .img {
  height: 300px;
  background: 50%/cover no-repeat #f3f3f3; }
  @media (min-width: 768px) {
    .home-header .article-feature .img {
      height: 478px; } }

.home-header .article-feature .cta-wrapper {
  position: relative;
  height: 76px; }

.home-header .article-feature .cta-box {
  position: absolute;
  left: 0;
  bottom: 0; }
  .home-header .article-feature .cta-box .in {
    display: block;
    background: #fff;
    padding: 20px 30px 70px;
    box-shadow: 0 2px 17px rgba(0, 0, 0, 0.11);
    width: 270px;
    text-decoration: none; }
    @media (min-width: 375px) {
      .home-header .article-feature .cta-box .in {
        width: 310px; } }
    @media (min-width: 420px) {
      .home-header .article-feature .cta-box .in {
        width: 320px; } }
    @media (min-width: 480px) {
      .home-header .article-feature .cta-box .in {
        width: 350px; } }
    @media (min-width: 768px) {
      .home-header .article-feature .cta-box .in {
        padding: 35px 50px 94px;
        width: 387px; } }
    .home-header .article-feature .cta-box .in:hover .fake-link::before, .home-header .article-feature .cta-box .in:hover .fake-link::after {
      right: 22px; }
    .home-header .article-feature .cta-box .in .tags span {
      font-size: 14px;
      line-height: 22px;
      color: #555; }
      .home-header .article-feature .cta-box .in .tags span:not(:last-child).art-tag-entry:not(:last-child)::after {
        content: ', '; }
      @media (min-width: 768px) {
        .home-header .article-feature .cta-box .in .tags span {
          font-size: 16px;
          line-height: 24px; } }
    .home-header .article-feature .cta-box .in .art-title {
      color: #121212;
      margin-top: 5px; }
      .home-header .article-feature .cta-box .in .art-title h3 {
        font-size: 20px;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        max-height: 56px; }
      @media (min-width: 768px) {
        .home-header .article-feature .cta-box .in .art-title h3 {
          font-size: 25px;
          line-height: 32px;
          max-height: 64px; } }
    .home-header .article-feature .cta-box .in .art-desc {
      margin-top: 20px;
      color: #121212; }
      .home-header .article-feature .cta-box .in .art-desc p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3;
        max-height: 75px; }
        @media (min-width: 768px) {
          .home-header .article-feature .cta-box .in .art-desc p {
            -webkit-line-clamp: 5;
            max-height: 125px; } }
    .home-header .article-feature .cta-box .in .fake-link {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      align-items: center;
      width: 100%;
      padding: 17px 10px 16px 24px;
      color: var(--brand-text-color, #fff);
      background-color: var(--brand-color, #505050);
      text-decoration: none; }
      .home-header .article-feature .cta-box .in .fake-link::before {
        display: block;
        position: absolute;
        content: '';
        bottom: 24px;
        right: 24px;
        width: 22px;
        height: 2px;
        background: currentColor;
        transition: .2s; }
      .home-header .article-feature .cta-box .in .fake-link::after {
        position: absolute;
        display: block;
        content: '';
        bottom: 20px;
        right: 24px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: currentColor;
        height: 10px;
        width: 10px;
        background: transparent;
        transform: rotate(45deg);
        transition: .2s; }

@media (min-width: 768px) {
  .home-header ._wr {
    padding-right: 0; }
    .home-header ._wr ._w {
      margin-right: 0; } }

@media (min-width: 768px) {
  .home-header .left-inner {
    padding: 50px 0 0; } }

@media (min-width: 992px) {
  .home-header .left-inner {
    padding: 84px 0 0; } }

.home-header .title {
  margin-bottom: 25px;
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
  @media (min-width: 992px) {
    .home-header .title {
      font-size: 45px;
      line-height: 50px; } }

@media (max-width: 767.98px) {
  .home-header .right {
    margin-top: 40px; } }

@media (min-width: 768px) {
  .home-header .right {
    padding-right: 0; } }

@media (min-width: 992px) {
  .home-header .right {
    min-height: 380px; } }

.home-header .inner-right {
  position: relative; }
  .home-header .inner-right::before {
    position: absolute;
    display: block;
    content: '';
    top: 46px;
    right: 41px;
    bottom: -24px;
    left: -24px;
    background: var(--brand-color, #505050);
    z-index: -1; }
  @media (min-width: 768px) {
    .home-header .inner-right::before {
      top: 60px;
      right: 80px;
      bottom: -45px;
      left: -41px; } }
  @media (min-width: 1280px) {
    .home-header .inner-right::before {
      top: 84px;
      right: 120px; } }
  @media (min-width: 1433px) {
    .home-header .inner-right {
      width: 10000px;
      max-width: calc(50vw - 60px); } }

.home-header .head-img {
  display: block;
  height: 0;
  padding-top: 56.25%;
  margin: 0 -24px 0 0;
  background: 50% / cover no-repeat;
  z-index: 10; }

.pages-inner-content .page-content {
  margin-top: 38px; }
  body.contact .pages-inner-content .page-content {
    margin-top: 0; }

.sidebar-block:not(:first-child) {
  margin-top: 35px; }

@media (max-width: 767.98px) {
  .publicPage .sidebar-block:nth-child(2) {
    margin-top: 0; } }

.sidebar-block.page-sidebar-articles:first-child {
  margin-top: 35px; }

@media (min-width: 768px) {
  .page-sidebar-default.pre-content-sidebar {
    display: none; } }

@media (max-width: 767.98px) {
  .page-sidebar-default.sidebar-block {
    display: none; } }

.categoryPublicPage .pre-content-sidebar {
  display: none; }

.pre-content-sidebar .sidebar-trigger {
  position: relative;
  font-size: 16px;
  color: #121212;
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 20px 60px 20px 24px;
  margin: 0 -24px;
  background: #f3f3f3;
  cursor: pointer; }
  .pre-content-sidebar .sidebar-trigger::before {
    position: absolute;
    content: '';
    right: 30px;
    top: 26px;
    width: 9px;
    height: 9px;
    border-width: 0 2px 2px 0;
    border-color: #121212;
    border-style: solid;
    transform: rotate(45deg); }
  .pre-content-sidebar .sidebar-trigger + .js-sidebar-wrapper {
    display: none; }
    .pre-content-sidebar .sidebar-trigger + .js-sidebar-wrapper .top-level-block {
      padding: 10px 0 40px; }
  .pre-content-sidebar .sidebar-trigger.active + .js-sidebar-wrapper {
    display: block; }
  .pre-content-sidebar .sidebar-trigger.active::before {
    right: 30px;
    top: 31px;
    transform: rotate(-135deg); }

.site-alerts {
  margin: 0 0 16px;
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
  .site-alerts .alert.red {
    background-color: #f44f53; }
  .site-alerts .alert.orange {
    background-color: #ffa500; }
  .site-alerts .alert.green {
    background-color: #05ca05; }
  .site-alerts .inner-alert {
    position: relative;
    padding: 0 40px;
    color: #121212; }
  .site-alerts .super-inner-alert {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px; }
    @media (max-width: 767.98px) {
      .site-alerts .super-inner-alert {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center; }
        .site-alerts .super-inner-alert p {
          width: 100%; } }
    @media (min-width: 768px) {
      .site-alerts .super-inner-alert p {
        display: inline; }
      .site-alerts .super-inner-alert.with-btn p {
        line-height: 30px; } }
    .site-alerts .super-inner-alert a {
      color: #121212;
      transition: .2s; }
      .site-alerts .super-inner-alert a:hover {
        color: #e7e7e7; }
    @media (min-width: 768px) {
      .site-alerts .super-inner-alert {
        max-width: 800px; } }
  .site-alerts .icon-1,
  .site-alerts .icon-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .site-alerts .icon-1 {
    left: 0; }
  .site-alerts .icon-2 {
    right: 0; }
  .site-alerts .bot-cta {
    background: transparent;
    border: 2px solid #121212;
    width: auto;
    text-align: left;
    margin: 10px 0 0; }
    @media (min-width: 768px) {
      .site-alerts .bot-cta {
        display: inline-block;
        margin: 0 0 0 10px; } }
    .site-alerts .bot-cta::before {
      background: #121212;
      bottom: 16px;
      right: 15px; }
    .site-alerts .bot-cta::after {
      border-color: #121212;
      bottom: 12px;
      right: 16px; }
    .site-alerts .bot-cta:hover::before {
      right: 13px; }
    .site-alerts .bot-cta:hover:after {
      right: 14px; }
    .site-alerts .bot-cta a {
      font-size: 14px;
      padding: 6px 50px 6px 10px; }
      @media (min-width: 992px) {
        .site-alerts .bot-cta a {
          font-size: 16px;
          min-width: 200px; } }
      .site-alerts .bot-cta a:hover {
        color: #121212; }

.menu-button {
  position: relative;
  display: block;
  width: 26px;
  height: 14px;
  cursor: pointer;
  padding: 10px;
  box-sizing: content-box;
  z-index: 5; }
  .menu-button span {
    position: relative;
    display: block;
    width: 26px;
    height: 2px;
    background: #121212;
    transition: .2s; }
    .menu-button span:nth-child(2) {
      margin: 4px 0; }
  .menu-show .menu-button {
    height: 28px;
    padding: 2px 5px; }
    .menu-show .menu-button span {
      top: 0; }
      .menu-show .menu-button span:first-child {
        transform: rotate(45deg); }
      .menu-show .menu-button span:nth-child(2) {
        display: none; }
      .menu-show .menu-button span:last-child {
        top: -2px;
        transform: rotate(-45deg); }

.article-card {
  position: relative;
  margin-top: 43px; }
  .article-card a {
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding: 5px;
    height: 100%; }
    .article-card a::before {
      display: block;
      position: absolute;
      content: '';
      bottom: 28px;
      right: 21px;
      width: 22px;
      height: 2px;
      background: var(--brand-color, #505050);
      transition: .2s; }
      @media (min-width: 768px) {
        .article-card a::before {
          bottom: 25px;
          right: 28px; } }
      @media (min-width: 992px) {
        .article-card a::before {
          bottom: 35px; } }
    .article-card a::after {
      position: absolute;
      display: block;
      content: '';
      bottom: 24px;
      right: 21px;
      border-width: 2px 2px 0 0;
      border-style: solid;
      border-color: var(--brand-color, #505050);
      height: 10px;
      width: 10px;
      background: transparent;
      transform: rotate(45deg);
      transition: .2s; }
      @media (min-width: 768px) {
        .article-card a::after {
          bottom: 21px;
          right: 28px; } }
      @media (min-width: 992px) {
        .article-card a::after {
          bottom: 31px; } }
    .article-card a:hover::before, .article-card a:hover::after {
      right: 26px; }
  .article-card .img {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 65%;
    background: 50% / cover no-repeat; }
  .article-card .content {
    position: relative;
    flex: 1;
    color: #121212;
    padding: 15px 26px 19px;
    border: 2px solid var(--brand-color, #505050); }
    @media (min-width: 768px) {
      .article-card .content {
        padding: 21px 21px 34px; } }
    @media (min-width: 992px) {
      .article-card .content {
        padding: 21px 38px 24px; } }
  .article-card .tags {
    color: #555555;
    font-size: 16px;
    line-height: 30px; }
    .article-card .tags span.art-tag-entry:not(:last-child)::after {
      content: ', '; }
  .article-card .art-title {
    margin-bottom: 16px;
    margin-top: 2px; }
    @media (min-width: 768px) {
      .article-card .art-title {
        margin-bottom: 20px; } }
    .article-card .art-title h2 {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 64px;
      font-size: 20px;
      line-height: 1.28;
      font-weight: 400;
      color: #121212; }
  .article-card .art-desc {
    font-size: 16px;
    line-height: 25px;
    padding-right: 20px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .article-card .art-desc {
        padding-right: 33px; } }
  .article-card.no-image {
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .article-card.no-image {
        margin-bottom: 30px; } }
    .article-card.no-image a::after {
      bottom: 5px;
      right: 12px; }
    .article-card.no-image a::before {
      bottom: 9px;
      right: 12px; }
    .article-card.no-image a:hover::before, .article-card.no-image a:hover::after {
      right: 10px; }
    .article-card.no-image .content {
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 0;
      border: 0; }
    .article-card.no-image .fake-link {
      position: relative;
      padding-top: 12px;
      font-size: 16px;
      line-height: 25px;
      color: var(--brand-color, #505050);
      margin-top: auto; }
      .article-card.no-image .fake-link::after {
        position: absolute;
        display: block;
        content: '';
        bottom: -7px;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--brand-color, #505050); }

.article-header {
  padding: 20px 0 35px; }
  @media (min-width: 768px) {
    .article-header {
      padding: 56px 0 70px; } }
  .article-header .children-links {
    margin-top: 60px;
    padding: 0; }
    .article-header .children-links .links-module {
      padding: 0; }
  @media (min-width: 768px) {
    .normal-article .article-header {
      padding: 55px 0; } }
  .article-header .top {
    color: #121212; }
    @media (min-width: 768px) {
      .article-header .top ._w {
        align-items: flex-end; } }
    .article-header .top .title {
      margin: 23px 0 0; }
      @media (min-width: 768px) {
        .article-header .top .title {
          margin: 10px 0 0; } }
      .article-header .top .title h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0; }
        @media (min-width: 992px) {
          .article-header .top .title h1 {
            font-size: 45px;
            line-height: 50px;
            max-width: 610px; } }
    .article-header .top .right {
      margin-top: 14px; }
      .article-header .top .right p {
        font-size: 16px;
        line-height: 26px;
        margin: 0; }
        @media (min-width: 1280px) {
          .article-header .top .right p {
            font-size: 20px;
            line-height: 26px; } }
        .article-header .top .right p:not(.date) {
          font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
        @media (min-width: 1280px) {
          .article-header .top .right p.date {
            font-size: 16px;
            line-height: 25px; } }
      @media (min-width: 768px) {
        .article-header .top .right {
          margin-top: 0;
          text-align: right; } }
    .article-header .top .crumbs li.active span {
      font-weight: 600; }

@media (min-width: 768px) {
  .normal-article .article-content-wrapper.type-small {
    display: flex;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .normal-article .article-content-wrapper.type-small {
      padding-right: 24px;
      padding-left: 24px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .normal-article .article-content-wrapper.type-small {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 768px) and (min-width: 1280px) {
    .normal-article .article-content-wrapper.type-small {
      padding-right: 75px;
      padding-left: 75px; } }
  @media (min-width: 768px) and (min-width: 1280px) {
    .normal-article .article-content-wrapper.type-small {
      max-width: 1433px; } }

@media (min-width: 768px) {
    .normal-article .article-content-wrapper.type-small .bot.-outside {
      flex: 0 0 50%;
      max-width: 50%; }
      .normal-article .article-content-wrapper.type-small .bot.-outside ._wr {
        padding: 0 15px 0 0;
        max-width: 100%; }
    .normal-article .article-content-wrapper.type-small .article-content {
      flex: 0 0 50%;
      max-width: 50%;
      margin-left: 0; }
      .normal-article .article-content-wrapper.type-small .article-content ._wr {
        padding: 0 0 0 15px;
        max-width: 100%; } }

@media (min-width: 768px) {
  .normal-article .article-content-wrapper.type-medium .featured-image {
    max-width: 72%; } }

.normal-article .article-content-wrapper .bot.-outside {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .normal-article .article-content-wrapper .bot.-outside {
      margin-bottom: 70px; } }
  @media (max-width: 767.98px) {
    .normal-article .article-content-wrapper .bot.-outside ._wr {
      padding: 0; } }
  .normal-article .article-content-wrapper .bot.-outside .featured-image p {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.2;
    color: #525252;
    font-style: italic;
    text-align: right; }

.sharepoint .bot {
  margin-top: 23px; }
  @media (min-width: 768px) {
    .sharepoint .bot {
      margin-top: 55px; } }

@media (min-width: 768px) {
  .article-content {
    max-width: 875px;
    margin: 0 auto; } }

.page-header {
  position: relative;
  padding: 20px 0 35px;
  background: #f3f3f3;
  border-bottom: 2px solid var(--brand-color, #505050); }
  .page-header .mobile-only {
    margin: 0 0 70px; }
  .page-header::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: calc(100% - 1px);
    right: 0;
    height: 1000px;
    background: #f3f3f3; }
  @media (min-width: 768px) {
    .page-header {
      padding: 56px 0 44px; } }
  .page-header .top {
    color: #121212; }
    @media (min-width: 768px) {
      .page-header .top ._w {
        align-items: flex-end; } }
    .page-header .top .title {
      margin: 23px 0 0; }
      @media (min-width: 768px) {
        .page-header .top .title {
          margin: 10px 0 0; } }
      .page-header .top .title h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0; }
        @media (min-width: 992px) {
          .page-header .top .title h1 {
            font-size: 45px;
            line-height: 50px;
            max-width: 610px; } }
        @media (min-width: 1280px) {
          .page-header .top .title h1 {
            font-size: 65px;
            line-height: 68px; } }
    .page-header .top .right {
      margin-top: 14px; }
      .page-header .top .right p {
        font-size: 16px;
        line-height: 26px;
        margin: 0; }
        @media (min-width: 1280px) {
          .page-header .top .right p {
            font-size: 20px;
            line-height: 26px; } }
        .page-header .top .right p:not(.date) {
          font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
        @media (min-width: 1280px) {
          .page-header .top .right p.date {
            font-size: 16px;
            line-height: 25px; } }
      @media (min-width: 768px) {
        .page-header .top .right {
          margin-top: 0;
          text-align: right; } }
  .page-header .bot {
    margin-top: 23px; }
    @media (min-width: 768px) {
      .page-header .bot {
        margin-top: 55px; } }
    @media (max-width: 767.98px) {
      .page-header .bot ._wr {
        padding: 0; } }

.top-level-header .img {
  position: relative;
  height: 0;
  padding-top: 59.47%;
  background: 50% / cover no-repeat; }
  @media (min-width: 768px) {
    .top-level-header .img {
      padding-top: 24.23%; } }

@media (min-width: 768px) {
  .top-level-header .head-par-module {
    padding-top: 64px; } }

.top-level-header .head-par-module + .entry-children {
  padding-top: 0; }

.top-level-header.-drift .head-par-module .title {
  padding-right: 0; }

.search-modal {
  position: absolute;
  left: 0;
  top: 67px;
  right: 0;
  background: #f3f3f3;
  padding: 43px 0 46px;
  display: none;
  z-index: 50; }
  .search-modal.on-page {
    display: block;
    position: relative;
    top: 0;
    z-index: 20; }
  .search-modal.active {
    display: block;
    padding-bottom: 60px; }
  @media (min-width: 768px) {
    .search-modal {
      padding: 60px 0 46px; } }
  .search-modal h3 {
    font-size: 20px;
    line-height: 26px;
    color: #121212; }
    @media (min-width: 768px) {
      .search-modal h3 {
        font-size: 25px;
        line-height: 32px; } }
  .search-modal .search-form {
    text-align: center; }
    .search-modal .search-form label {
      padding: 0; }
    .search-modal .search-form form {
      position: relative;
      text-align: left;
      width: 100%;
      max-width: 737px;
      margin: 30px auto 0; }
      .search-modal .search-form form input[type=search] {
        width: 100%;
        padding-right: 60px; }
        @media (min-width: 768px) {
          .search-modal .search-form form input[type=search] {
            padding-right: 80px; } }
      .search-modal .search-form form button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 44px;
        height: 100%;
        background: transparent;
        border: 0;
        cursor: pointer; }
        @media (min-width: 768px) {
          .search-modal .search-form form button {
            width: 58px; } }
        .search-modal .search-form form button:focus svg, .search-modal .search-form form button:active svg {
          transform: translate(-50%, -50%) scale(1.05); }
        .search-modal .search-form form button svg {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          transition: .2s; }
    .search-modal .search-form .total-results {
      font-size: 16px;
      line-height: 25px;
      margin-top: 31px; }
      @media (min-width: 768px) {
        .search-modal .search-form .total-results {
          font-size: 20px;
          line-height: 32px;
          margin-top: 36px; } }

.search-page .results {
  padding: 40px 0 0; }
  @media (min-width: 768px) {
    .search-page .results {
      padding: 47px 0 0; } }
  .search-page .results h3 {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .search-page .results h3 {
        text-align: center;
        margin: 0 0 54px; } }
  .search-page .results .pages.article-pages {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .search-page .results .pages.article-pages {
        margin-top: 80px; } }
    .search-page .results .pages.article-pages .art-list {
      max-width: 900px;
      margin: 0 auto; }
  .search-page .results .pages .inner-wrapper {
    background: transparent; }
  .search-page .results .pages .links-block .inner-wrapper .inner {
    max-width: 900px;
    margin: 0 auto; }
    .search-page .results .pages .links-block .inner-wrapper .inner .list-inner {
      margin-top: 10px; }
      .search-page .results .pages .links-block .inner-wrapper .inner .list-inner::before {
        left: 12px;
        width: calc(100% - 24px); }
        @media (min-width: 768px) {
          .search-page .results .pages .links-block .inner-wrapper .inner .list-inner::before {
            left: 24px;
            width: calc(100% - 48px); } }
        @media (min-width: 1280px) {
          .search-page .results .pages .links-block .inner-wrapper .inner .list-inner::before {
            left: 31px;
            width: calc(100% - 62px); } }

.policy-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 250px;
  background: #f3f3f3;
  color: #121212;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 900; }
  .policy-consent .wrapper {
    margin: 0 0 10px; }
  .policy-consent a {
    text-decoration: underline;
    cursor: pointer;
    color: #121212; }

.file-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 42px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px; }
  .file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer; }
    .file-input > [type='file']:focus + .file-input-button {
      outline: 3px solid #005fcc; }
  .file-input > .file-input-button {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    padding: 3px 9px;
    font-size: 14px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-right: 8px; }
  .file-input > .file-input-label {
    white-space: nowrap;
    opacity: .3;
    color: #525252;
    font-size: 14px;
    line-height: 22px; }
  .file-input:hover > .file-input-button {
    background: #979797;
    color: #fff; }
  .file-input.-chosen > .file-input-label {
    opacity: 1; }

.skip-to-main-content-link {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1000;
  background: #005fcc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 25px;
  outline: 0; }
  .skip-to-main-content-link:focus {
    padding: 12px 0;
    height: auto;
    opacity: 1;
    box-shadow: inset 1px 1px 0 0 #fff, inset -1px -1px 0 0 #fff; }

.breadcrumbs .mobile-only a {
  position: relative;
  display: inline-block;
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-left: 34px;
  color: #121212;
  text-decoration: underline; }
  .breadcrumbs .mobile-only a::before {
    display: block;
    position: absolute;
    content: '';
    bottom: 9px;
    left: 2px;
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: .2s; }
  .breadcrumbs .mobile-only a::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 5px;
    left: 2px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: currentColor;
    height: 10px;
    width: 10px;
    background: transparent;
    transform: rotate(-135deg);
    transition: .2s; }
  .breadcrumbs .mobile-only a:hover {
    color: #005fcc; }
    .breadcrumbs .mobile-only a:hover::after, .breadcrumbs .mobile-only a:hover::before {
      left: 0; }

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

@media (max-width: 767.98px) {
  .breadcrumbs .mobile-only + .crumbs {
    display: none; } }

.breadcrumbs .crumbs {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  .breadcrumbs .crumbs li {
    font-size: 14px;
    line-height: 16px;
    color: #121212;
    font-weight: 300;
    text-decoration: underline; }
    @media (min-width: 1280px) {
      .breadcrumbs .crumbs li {
        font-size: 16px; } }
    .breadcrumbs .crumbs li .homeLink {
      display: flex;
      align-items: center;
      position: relative;
      transition: .2s; }
      .breadcrumbs .crumbs li .homeLink svg {
        margin-right: 5px;
        transition: .2s; }
      .breadcrumbs .crumbs li .homeLink span {
        text-decoration: underline; }
    .breadcrumbs .crumbs li.active {
      text-decoration: none; }
    .breadcrumbs .crumbs li a {
      color: inherit;
      text-decoration: none; }
      .breadcrumbs .crumbs li a:hover {
        color: #005fcc; }
        .breadcrumbs .crumbs li a:hover svg {
          color: #005fcc; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .breadcrumbs .crumbs li {
        max-width: 180px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; } }
    .breadcrumbs .crumbs li:not(:first-child)::before {
      display: inline-block;
      content: ' / ';
      margin: 0 5px; }

.descBox {
  position: relative; }
  .descBox--trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background: #555555;
    color: #fff;
    transition: 0s; }
    .descBox--trigger svg {
      height: 12px;
      width: 12px; }

._btn {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 29px;
  color: var(--brand-text-color, #fff);
  text-decoration: none;
  background: var(--brand-dark-color, #333);
  align-items: center;
  justify-content: space-between; }
  ._btn svg {
    flex-shrink: 0;
    margin-left: 20px; }

.bot-cta {
  position: relative;
  display: block;
  background: var(--brand-dark-color, #333);
  width: 100%; }
  .bot-cta a,
  .bot-cta button {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 60px 16px 29px;
    color: var(--brand-text-color, #fff);
    text-decoration: none; }
    .bot-cta a:focus,
    .bot-cta button:focus {
      background: #005fcc;
      border-color: #005fcc;
      color: #fff; }
  .bot-cta::before {
    display: block;
    position: absolute;
    content: '';
    bottom: 26px;
    right: 25px;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: .2s;
    pointer-events: none; }
    @media (min-width: 768px) {
      .bot-cta::before {
        right: 28px; } }
  .bot-cta::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 22px;
    right: 25px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
    height: 10px;
    width: 10px;
    background: transparent;
    transform: rotate(45deg);
    transition: .2s;
    pointer-events: none; }
    @media (min-width: 768px) {
      .bot-cta::after {
        right: 28px; } }
  .bot-cta:hover::before, .bot-cta:hover::after {
    right: 24px; }

.site-footer .bot .left .phone-info .phone-box h2, .site-footer .bot .left h2 {
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin: 0;
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
  @media (min-width: 768px) {
    .site-footer .bot .left .phone-info .phone-box h2, .site-footer .bot .left h2 {
      font-size: 20px;
      line-height: 26px; } }

.footer-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500; }

.site-footer {
  padding: 42px 0 66px;
  margin-top: 63px;
  color: #121212;
  font-size: 16px;
  line-height: 26px;
  background: #f3f3f3; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 42px 0 100px;
      margin-top: 72px; } }
  .site-footer .mob-only {
    margin-top: 48px; }
    @media (min-width: 576px) {
      .site-footer .mob-only {
        display: none; } }
  .site-footer .qls {
    display: flex;
    flex-direction: column;
    max-width: 360px; }
    @media (min-width: 768px) {
      .site-footer .qls {
        flex-direction: row;
        max-width: initial; } }
    .site-footer .qls .ql:not(:first-child) {
      margin: 13px 0 0; }
      @media (min-width: 1280px) {
        .site-footer .qls .ql:not(:first-child) {
          margin: 0; } }
    .site-footer .qls .ql a {
      position: relative;
      display: block;
      text-decoration: none;
      height: 100%;
      padding: 13px 55px 13px 19px;
      color: #121212;
      font-weight: 500;
      border: 2px solid var(--brand-color, #505050); }
      .site-footer .qls .ql a h2 {
        color: #121212;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500; }
        @media (min-width: 768px) {
          .site-footer .qls .ql a h2 {
            font-size: 16px; } }
      .site-footer .qls .ql a::before {
        display: block;
        position: absolute;
        content: '';
        bottom: 24px;
        right: 20px;
        width: 22px;
        height: 2px;
        background: var(--brand-color, #505050);
        transition: .2s; }
      .site-footer .qls .ql a::after {
        position: absolute;
        display: block;
        content: '';
        bottom: 20px;
        right: 20px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: var(--brand-color, #505050);
        height: 10px;
        width: 10px;
        background: transparent;
        transform: rotate(45deg);
        transition: .2s; }
      .site-footer .qls .ql a:hover::before, .site-footer .qls .ql a:hover::after {
        right: 18px; }
  .site-footer .top .left img {
    max-height: 37px; }
  .site-footer .top .right {
    margin-top: 48px; }
    @media (max-width: 575.98px) {
      .site-footer .top .right {
        display: none; } }
    @media (min-width: 768px) {
      .site-footer .top .right {
        margin: 0; } }
  .site-footer .top + .bot {
    margin-top: 48px; }
    @media (min-width: 992px) {
      .site-footer .top + .bot {
        margin-top: 116px; } }
  @media (min-width: 992px) {
    .site-footer .bot .left .phone-info {
      padding-right: 39px; } }
  .site-footer .bot .left .phone-info .phone-box {
    padding: 16px 29px;
    border: 2px solid var(--brand-color, #505050); }
    @media (min-width: 992px) and (max-width: 1279.98px) {
      .site-footer .bot .left .phone-info .phone-box {
        padding: 16px; } }
    .site-footer .bot .left .phone-info .phone-box h2 {
      display: block;
      margin: 0 0 10px; }
    .site-footer .bot .left .phone-info .phone-box a {
      color: inherit;
      text-decoration: none; }
      .site-footer .bot .left .phone-info .phone-box a:hover {
        text-decoration: underline; }
  .site-footer .bot .left .contact-info {
    margin-top: 24px; }
    .site-footer .bot .left .contact-info .contact-data {
      margin-top: 18px; }
      .site-footer .bot .left .contact-info .contact-data a {
        color: inherit;
        text-decoration: none; }
        .site-footer .bot .left .contact-info .contact-data a:hover {
          text-decoration: underline; }
    .site-footer .bot .left .contact-info .privacy-data {
      margin-top: 18px; }
  .site-footer .bot .left h2 {
    position: relative;
    display: inline-block; }
    .site-footer .bot .left h2 .line {
      position: relative;
      display: block;
      color: var(--brand-color, #505050);
      padding: 0 0 18px; }
      .site-footer .bot .left h2 .line::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 2px;
        background: currentColor;
        width: 208px; }
  .site-footer .bot .menu-wrapper .menu-footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-footer .bot .menu-wrapper .menu-footer ul li {
      margin-top: 20px; }
      .site-footer .bot .menu-wrapper .menu-footer ul li:first-of-type {
        margin-top: 0; }
    .site-footer .bot .menu-wrapper .menu-footer ul a {
      font-size: 20px;
      line-height: 26px;
      color: #121212;
      text-decoration: none;
      font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 400;
      transition: .2s; }
      @media (min-width: 768px) {
        .site-footer .bot .menu-wrapper .menu-footer ul a {
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 1280px) {
        .site-footer .bot .menu-wrapper .menu-footer ul a {
          font-size: 20px;
          line-height: 26px; } }
      .site-footer .bot .menu-wrapper .menu-footer ul a:hover {
        opacity: .7; }
  .site-footer .bot .mid-left {
    margin-top: 28px; }
    @media (min-width: 768px) {
      .site-footer .bot .mid-left {
        margin-top: -20px; } }
    @media (min-width: 1280px) {
      .site-footer .bot .mid-left {
        margin-top: -36px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .site-footer .bot .mid-right {
      margin-top: 28px; } }
  .site-footer .bot .right {
    margin-top: 66px; }
    @media (min-width: 992px) {
      .site-footer .bot .right {
        margin-top: 0; } }
    .site-footer .bot .right h2 {
      font-size: 20px;
      line-height: 26px;
      color: #121212;
      font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
    .site-footer .bot .right img {
      height: auto;
      margin-top: 12px; }
  .site-footer .goBack {
    position: fixed;
    right: 10px;
    bottom: 100px;
    background: #005fcc;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 1000; }
    .site-footer .goBack:focus {
      outline-color: #121212; }
    .go-back-active .site-footer .goBack {
      opacity: 1;
      visibility: visible; }
    .site-footer .goBack svg {
      height: 22px;
      width: 22px; }
    .site-footer .goBack:hover {
      opacity: .8; }

.site-header {
  position: relative;
  padding: 15px 0 14px;
  z-index: 25; }
  .site-header.with-alerts {
    padding-top: 0; }
  .site-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .site-header .inner .header-btn {
      margin-left: auto;
      margin-right: 10px;
      color: #fff;
      background-color: var(--brand-color, #505050);
      text-decoration: none;
      padding: 0.5rem 0.75rem;
      font-size: 14px;
      border-radius: 50px; }
      @media (min-width: 768px) {
        .site-header .inner .header-btn {
          margin-left: 0px; }
          .site-header .inner .header-btn.left-auto {
            margin-left: auto; } }
    .site-header .inner .search-button {
      margin-left: auto;
      margin-right: 10px;
      display: none; }
      @media (min-width: 768px) {
        .site-header .inner .search-button {
          display: block;
          margin-right: 1rem; } }
      .site-header .inner .search-button a {
        position: relative;
        display: block;
        border-radius: 19px;
        border: 2px solid var(--brand-color, #505050);
        color: var(--brand-color, #505050);
        text-decoration: none;
        font-size: 14px;
        font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
        padding: 5px 39px 5px 10px;
        outline: 0; }
        @media (min-width: 480px) {
          .site-header .inner .search-button a {
            padding: 5px 47px 5px 10px;
            font-size: 16px; } }
        .site-header .inner .search-button a svg {
          position: absolute;
          right: 8px;
          top: 5px;
          height: 18px; }
          @media (min-width: 480px) {
            .site-header .inner .search-button a svg {
              right: 12px;
              top: 4px;
              height: 21px; } }
        .site-header .inner .search-button a i {
          display: inline-block;
          position: relative;
          width: 16px;
          height: 16px;
          transform: rotate(45deg);
          display: none;
          position: absolute;
          right: 14px;
          top: 6px;
          color: var(--brand-color, #505050); }
          .site-header .inner .search-button a i::before, .site-header .inner .search-button a i::after {
            content: '';
            position: absolute; }
          .site-header .inner .search-button a i::before {
            top: 0;
            bottom: 0;
            width: 2px;
            left: calc(50% - 1px);
            background: currentColor; }
          .site-header .inner .search-button a i::after {
            left: 0;
            right: 0;
            height: 2px;
            top: calc(50% - 1px);
            background: currentColor; }
          @media (min-width: 480px) {
            .site-header .inner .search-button a i {
              top: 7px; } }
        .site-header .inner .search-button a.active svg {
          display: none; }
        .site-header .inner .search-button a.active i {
          display: inline-block; }
        .site-header .inner .search-button a:focus {
          background: #005fcc;
          color: #fff;
          border-color: #005fcc; }
          .site-header .inner .search-button a:focus i {
            color: #fff; }
          .site-header .inner .search-button a:focus svg g {
            stroke: #fff; }
    .site-header .inner img {
      max-height: 37px; }
    @media (min-width: 576px) {
      .site-header .inner .site-mobile-logo {
        display: none; } }
    @media (max-width: 575.98px) {
      .site-header .inner .site-mobile-logo + .site-desktop-logo {
        display: none; } }
    .site-header .inner .language-selector-container {
      position: relative; }
      .site-header .inner .language-selector-container--desktop {
        display: none; }
        @media (min-width: 768px) {
          .site-header .inner .language-selector-container--desktop {
            display: block;
            margin: 0 20px 0 10px; } }
        .site-header .inner .language-selector-container--desktop #language-selector {
          position: absolute;
          top: 0;
          left: 50%;
          max-height: 0;
          opacity: 0;
          pointer-events: none;
          transform: translateX(-50%);
          list-style-type: none;
          padding: 0;
          display: flex;
          flex-direction: column;
          row-gap: 5px;
          transition: .3s ease-in-out all; }
          .site-header .inner .language-selector-container--desktop #language-selector.visible {
            top: calc(100% + 10px);
            max-height: 1000px;
            opacity: 1;
            pointer-events: all; }
          .site-header .inner .language-selector-container--desktop #language-selector li.hidden {
            display: none; }
      .site-header .inner .language-selector-container--mobile {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 20px;
        margin: 20px 0; }
        @media (min-width: 768px) {
          .site-header .inner .language-selector-container--mobile {
            display: none; } }
        .site-header .inner .language-selector-container--mobile #language-selector {
          list-style-type: none;
          padding: 0;
          display: flex;
          column-gap: 14px; }
      .site-header .inner .language-selector-container .flag-icon {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 40px;
        height: 28px;
        cursor: pointer;
        transition: .2s ease-in-out all; }
        .site-header .inner .language-selector-container .flag-icon.active {
          border: 2px solid green; }
        .site-header .inner .language-selector-container .flag-icon:hover {
          transform: scale(1.1); }
        @media (min-width: 768px) {
          .site-header .inner .language-selector-container .flag-icon {
            width: 30px;
            height: 20px; } }
        .site-header .inner .language-selector-container .flag-icon.norway-flag {
          background-image: url(../../src/img/norway_flag.png); }
        .site-header .inner .language-selector-container .flag-icon.english-flag {
          background-image: url(../../src/img/uk_flag.png); }

.site-nav {
  position: fixed;
  display: none;
  left: 0;
  top: 67px;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 15; }
  .public-page.publicPage .site-nav {
    background: #f3f3f3; }
  .site-nav .inner-nav {
    width: 100%;
    height: 100%;
    padding: 26px;
    overflow: auto; }
    @media (min-width: 768px) {
      .site-nav .inner-nav {
        padding: 0 0 80px; } }
    @media (max-width: 767.98px) {
      .site-nav .inner-nav ._wr {
        padding: 0; } }
  .site-nav .search-bar-wrapper {
    position: relative; }
    .site-nav .search-bar-wrapper input[type="search"] {
      border: 2px solid var(--brand-color, #505050);
      padding-right: 4rem; }
    .site-nav .search-bar-wrapper svg {
      position: absolute;
      top: 10px;
      right: 10px; }
    @media (min-width: 768px) {
      .site-nav .search-bar-wrapper {
        display: none; } }
  .menu-show .site-nav {
    display: block; }
  .site-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-nav ul a {
      color: inherit;
      text-decoration: none;
      font-weight: 500;
      font-size: 20px; }
    .site-nav ul.menu > li > a {
      font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: 400; }
    .site-nav ul a.arrow-link-external {
      display: inline-flex;
      align-items: center; }
      .site-nav ul a.arrow-link-external svg {
        margin-left: 5px;
        height: 14px;
        width: 14px; }
    @media (max-width: 767.98px) {
      .site-nav ul {
        text-align: right; }
        .site-nav ul.menu > li {
          display: flex; }
          .site-nav ul.menu > li > a {
            flex: 1; }
          .site-nav ul.menu > li .submenu-trigger {
            position: relative;
            height: 26px;
            width: 30px;
            cursor: pointer;
            font-weight: 400; }
            .site-nav ul.menu > li .submenu-trigger::before {
              position: absolute;
              content: "";
              right: 2px;
              top: 9px;
              border-style: solid;
              border-color: #121212;
              border-width: 2px 2px 0 0;
              width: 9px;
              height: 9px;
              transform: rotate(45deg);
              transition: 0.2s; }
            .site-nav ul.menu > li .submenu-trigger:hover::before {
              right: 0; }
          .site-nav ul.menu > li:not(:first-child) {
            margin-top: 40px; }
        .site-nav ul .submenu {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: -26px;
          padding: 26px 26px 52px;
          background: #fff;
          transform: translateX(30px);
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          overflow: auto;
          transition: 0.2s;
          z-index: 2; }
          .site-nav ul .submenu.active {
            visibility: visible;
            opacity: 1;
            pointer-events: all;
            transform: none; }
          .site-nav ul .submenu li.top-part {
            margin: 0 0 45px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 400;
            font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif; }
            .site-nav ul .submenu li.top-part .top-part-title {
              display: block;
              margin-right: 50px;
              flex: 1;
              width: 100%;
              text-align: left; }
              .site-nav ul .submenu li.top-part .top-part-title a {
                display: block;
                width: 100%;
                padding: 0 0 12px;
                border-bottom: 2px solid var(--brand-color, #505050);
                font-size: 20px;
                transition: 0.2s;
                text-decoration: none; }
                .site-nav ul .submenu li.top-part .top-part-title a:hover {
                  border-bottom-color: #121212; }
              .site-nav ul .submenu li.top-part .top-part-title.active a {
                color: var(--brand-color, #505050); }
            .site-nav ul .submenu li.top-part .submenu-back {
              flex-shrink: 0;
              position: relative;
              padding-left: 30px;
              font-size: 16px;
              cursor: pointer; }
              .site-nav ul .submenu li.top-part .submenu-back::before {
                position: absolute;
                content: "";
                left: 4px;
                top: 9px;
                border-style: solid;
                border-color: #121212;
                border-width: 2px 2px 0 0;
                width: 9px;
                height: 9px;
                transform: rotate(-135deg);
                transition: 0.2s; }
              .site-nav ul .submenu li.top-part .submenu-back:hover::before {
                left: 2px; }
          .site-nav ul .submenu li:not(:first-child) {
            margin-top: 8px; }
          .site-nav ul .submenu a {
            font-size: 18px;
            line-height: 22px; }
        .site-nav ul li.active > a {
          color: var(--brand-color, #505050); }
        .site-nav ul a:hover {
          text-decoration: underline; } }
    @media (min-width: 768px) {
      .site-nav ul .top-part {
        display: none; }
      .site-nav ul.menu {
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .site-nav ul.menu {
      margin-right: -24px;
      margin-left: -24px; } }
  @media (min-width: 768px) and (min-width: 1280px) {
    .site-nav ul.menu {
      margin-right: -31px;
      margin-left: -31px; } }
    @media (min-width: 768px) {
        .site-nav ul.menu > li {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 12px;
          padding-left: 12px;
          flex: 0 0 50%;
          max-width: 50%;
          margin-top: 50px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .site-nav ul.menu > li {
        padding-right: 24px;
        padding-left: 24px; } }
    @media (min-width: 768px) and (min-width: 1280px) {
      .site-nav ul.menu > li {
        padding-right: 31px;
        padding-left: 31px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .site-nav ul.menu > li {
        flex: 0 0 25%;
        max-width: 25%;
        margin-top: 80px; } }
    @media (min-width: 768px) {
          .site-nav ul.menu > li > a {
            position: relative;
            display: inline-block;
            padding: 0 0 20px; }
            .site-nav ul.menu > li > a::before {
              position: absolute;
              content: "";
              left: 0;
              bottom: 0;
              height: 2px;
              width: 208px;
              max-width: 100%;
              background: var(--brand-color, #505050); }
          .site-nav ul.menu > li.active > a {
            color: var(--brand-color, #505050); }
          .site-nav ul.menu > li .submenu {
            margin-top: 20px; }
            .site-nav ul.menu > li .submenu li {
              line-height: 22px; }
              .site-nav ul.menu > li .submenu li:not(:first-child) {
                margin-top: 4px; }
              .site-nav ul.menu > li .submenu li.active a {
                color: var(--brand-color, #505050); }
            .site-nav ul.menu > li .submenu a {
              font-size: 16px; }
              .site-nav ul.menu > li .submenu a:hover {
                text-decoration: underline; } }
  .site-nav .quicklinks {
    flex-direction: column;
    width: 100%;
    text-align: left; }
    .site-nav .quicklinks .link {
      width: 100%; }
      .site-nav .quicklinks .link:not(:first-child) {
        margin-top: 13px; }
        @media (min-width: 768px) {
          .site-nav .quicklinks .link:not(:first-child) {
            margin-top: 17px; } }
      .site-nav .quicklinks .link a {
        display: block;
        position: relative;
        font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
        font-size: 16px;
        line-height: 22px;
        padding: 13px 50px 14px 26px;
        color: #121212;
        text-decoration: none;
        border: 2px solid var(--brand-color, #505050); }
        .site-nav .quicklinks .link a::before {
          display: block;
          position: absolute;
          content: "";
          bottom: 24px;
          right: 25px;
          width: 22px;
          height: 2px;
          background: var(--brand-color, #505050);
          transition: 0.2s; }
        .site-nav .quicklinks .link a::after {
          position: absolute;
          display: block;
          content: "";
          bottom: 20px;
          right: 25px;
          border-width: 2px 2px 0 0;
          border-style: solid;
          border-color: var(--brand-color, #505050);
          height: 10px;
          width: 10px;
          background: transparent;
          transform: rotate(45deg);
          transition: 0.2s; }
        .site-nav .quicklinks .link a:hover::before, .site-nav .quicklinks .link a:hover::after {
          right: 23px; }
        .site-nav .quicklinks .link a:focus {
          background: #005fcc;
          border: #005fcc;
          color: #fff; }
          .site-nav .quicklinks .link a:focus::before {
            background: #fff; }
          .site-nav .quicklinks .link a:focus::after {
            border-color: #fff; }
  .site-nav .imagelinks {
    flex-direction: column;
    width: 100%;
    text-align: left; }
    .site-nav .imagelinks .link {
      width: 100%; }
      .site-nav .imagelinks .link:not(:first-child) {
        margin-top: 33px; }

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0; }

[data-tippy-root] {
  max-width: calc(100vw - 10px); }

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity; }

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0; }

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top; }

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0; }

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom; }

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0; }

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left; }

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0; }

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right; }

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333; }

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1; }

/* @import 'vendors/swiper';*/
/* @import 'vendors/colors';*/
.dev-edit-entry {
  position: fixed;
  right: 0;
  top: 0;
  padding: 10px;
  line-height: 1;
  font-size: 12px;
  text-decoration: none;
  font-family: "Lexend Deca", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  background: #121212;
  color: #fff;
  z-index: 10000; }


/*# sourceMappingURL=main.css.map*/