/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.title {
  font-family: "Montserrat", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #002f67;
  letter-spacing: 0;
  margin-bottom: 0;
}
.title--t1,
h1 {
  font-size: 8rem;
}
.title--t2,
h2 {
  font-size: 4rem;
}
.title--t3,
h3 {
  font-size: 4rem;
}
.title--t4,
h4 {
  font-size: 2.4rem;
}
.title--t5,
h5 {
  font-size: 2.4rem;
}
.title--t6,
h6 {
  font-size: 1.2rem;
}

/*
* Functions, variables and mixins
* Common for main styles and all widgets/modules
*/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* CSS Custom Properties (CSS Variables)
*/
:root {
  --header-top-height: 90px;
  --header-bottom-height: 40px;
  --header-top-offset: 40px;
  --header-total-height: calc(var(--header-top-height) + var(--header-bottom-height) + var(--header-top-offset));
  --header-fixed-height: 50px;
  --header-bottom-hidden-offset: -40px;
  --header-mobile-height: 60px;
  --header-actual-height: var(--header-total-height);
}

/*!
 * Custom Bootstrap v4.4.1 (https://getbootstrap.com/)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0066b3;
  --secondary: #002f67;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 360px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1536px;
  --breakpoint-xxxl: 1800px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 68, 114, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #162430;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #224472;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #224472;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #162430;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #162430;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1460px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1790px;
  }
}

.container-fluid, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1170px;
  }
}
@media (min-width: 1536px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1460px;
  }
}
@media (min-width: 1800px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1790px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 360px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1536px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1800px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #224472;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
* Global styles
*/
html {
  font-size: 10px;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  html {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
}

body {
  background: #fff;
  min-height: 100%;
  touch-action: manipulation;
}
body.hidden {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.hidden {
    position: fixed;
  }
}
@media (max-width: 767.98px) {
  body.hidden {
    position: relative;
    touch-action: none;
    height: 100vh;
    width: 100vw;
  }
}

::-moz-selection {
  color: #fff;
  background-color: #0066b3;
}

::selection {
  color: #fff;
  background-color: #0066b3;
}

:focus {
  outline: none;
}

.wp-caption,
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

.color--white {
  color: #fff;
}
.color--white a:not(.btn) {
  color: inherit;
}
.color--white a:not(.btn):hover {
  color: inherit;
}
.color--white .title {
  color: inherit;
}
.color--white .subtitle {
  color: inherit;
}
.color--white h1,
.color--white h2,
.color--white h3,
.color--white h4,
.color--white h5 {
  color: inherit;
}

.bg--white {
  background: #fff;
}
.bg--transparent {
  background: transparent;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-unstyled > li {
  padding: 0;
}

body {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #224472;
}

p {
  margin: 0 0 2rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

hr {
  width: 100%;
  height: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

ol,
ul {
  margin: 0 0 2.5rem;
  padding: 0;
  list-style-position: outside;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol li,
ul li {
  line-height: 1.2;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  color: #224472;
}

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

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

.text {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
.text--t1 {
  font-size: 1.8rem;
}
.text--t2 {
  font-size: 1.6rem;
}
.text--t3 {
  font-size: 1.4rem;
}
.text--t4 {
  font-size: 1.2rem;
}
.text--t5 {
  font-size: 1rem;
}
.text--muted {
  color: rgba(34, 68, 114, 0.5);
}
.text--uppercase {
  text-transform: uppercase;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ WP Admin Bar ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
.ab-sub-wrapper {
    bottom: 2.875rem;

    @media screen and (min-width: 783px) {
        bottom: 2rem;
    }
}

.admin-bar {
    margin-bottom: 2.875rem !important;

    @media screen and (min-width: 783px) {
        margin-bottom: 2rem !important;
    }
}

html[lang] {
    margin-top: 0 !important;
}
*/
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

.text-tinymce {
  word-break: break-word;
}
.text-tinymce img {
  max-width: 100%;
  height: auto;
}
.text-tinymce h1,
.text-tinymce h2,
.text-tinymce h3,
.text-tinymce h4,
.text-tinymce h5,
.text-tinymce h6 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.text-tinymce h1:first-child,
.text-tinymce h2:first-child,
.text-tinymce h3:first-child,
.text-tinymce h4:first-child,
.text-tinymce h5:first-child,
.text-tinymce h6:first-child {
  margin-top: 0;
}
.text-tinymce ol:last-child,
.text-tinymce ul:last-child {
  margin-bottom: 0;
}
.breakpoint-view {
  display: none;
  cursor: pointer;
}
.breakpoint-view:before {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 70px;
  text-align: center;
  line-height: 40px;
  background-color: white;
  color: black;
  content: "";
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  content: "UXS";
}
@media (min-width: 1800px) {
  .breakpoint-view:before {
    content: "XXXL";
  }
}
@media (min-width: 1536px) and (max-width: 1799.98px) {
  .breakpoint-view:before {
    content: "XXL";
  }
}
@media (min-width: 1200px) and (max-width: 1535.98px) {
  .breakpoint-view:before {
    content: "XL";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .breakpoint-view:before {
    content: "LG";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .breakpoint-view:before {
    content: "MD";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .breakpoint-view:before {
    content: "SM";
  }
}
@media (min-width: 360px) and (max-width: 575.98px) {
  .breakpoint-view:before {
    content: "XS";
  }
}
.breakpoint-view .size {
  position: fixed;
  bottom: 25px;
  right: 0;
  z-index: 1000;
  width: 50px;
  text-align: center;
  font-size: 12px;
}
.breakpoint-view .switcher {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1000;
  height: 14px;
  background: gray;
  width: 40px;
  text-align: center;
  font-size: 12px;
  border-radius: 20px;
  transition: 0.2s;
}
.breakpoint-view .switcher:before {
  content: "";
  position: fixed;
  bottom: 7px;
  right: 32px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: white;
  transition: 0.2s;
}
.breakpoint-view .switcher.active {
  background: cornflowerblue;
}
.breakpoint-view .switcher.active:before {
  right: 8px;
}

.grid-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
}
.grid-view .container,
.grid-view .container-fluid,
.grid-view .container-sm,
.grid-view .container-md,
.grid-view .container-lg,
.grid-view .container-xl,
.grid-view .container-xxl,
.grid-view .container-xxxl {
  height: 100%;
}
.grid-view .container .row,
.grid-view .container .col,
.grid-view .container-fluid .row,
.grid-view .container-sm .row,
.grid-view .container-md .row,
.grid-view .container-lg .row,
.grid-view .container-xl .row,
.grid-view .container-xxl .row,
.grid-view .container-xxxl .row,
.grid-view .container-fluid .col,
.grid-view .container-sm .col,
.grid-view .container-md .col,
.grid-view .container-lg .col,
.grid-view .container-xl .col,
.grid-view .container-xxl .col,
.grid-view .container-xxxl .col {
  height: 100%;
}
.grid-view .container .col,
.grid-view .container-fluid .col,
.grid-view .container-sm .col,
.grid-view .container-md .col,
.grid-view .container-lg .col,
.grid-view .container-xl .col,
.grid-view .container-xxl .col,
.grid-view .container-xxxl .col {
  position: relative;
}
.grid-view .container .col:before,
.grid-view .container-fluid .col:before,
.grid-view .container-sm .col:before,
.grid-view .container-md .col:before,
.grid-view .container-lg .col:before,
.grid-view .container-xl .col:before,
.grid-view .container-xxl .col:before,
.grid-view .container-xxxl .col:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(255, 0, 0);
  opacity: 0;
  transition: opacity 0.1s;
}
.grid-view .container .col:after,
.grid-view .container-fluid .col:after,
.grid-view .container-sm .col:after,
.grid-view .container-md .col:after,
.grid-view .container-lg .col:after,
.grid-view .container-xl .col:after,
.grid-view .container-xxl .col:after,
.grid-view .container-xxxl .col:after {
  display: block;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: translateX(-50%);
  padding: 10px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.1s;
}
.grid-view .container .col:nth-child(1):after,
.grid-view .container-fluid .col:nth-child(1):after,
.grid-view .container-sm .col:nth-child(1):after,
.grid-view .container-md .col:nth-child(1):after,
.grid-view .container-lg .col:nth-child(1):after,
.grid-view .container-xl .col:nth-child(1):after,
.grid-view .container-xxl .col:nth-child(1):after,
.grid-view .container-xxxl .col:nth-child(1):after {
  content: "1";
}
.grid-view .container .col:nth-child(2):after,
.grid-view .container-fluid .col:nth-child(2):after,
.grid-view .container-sm .col:nth-child(2):after,
.grid-view .container-md .col:nth-child(2):after,
.grid-view .container-lg .col:nth-child(2):after,
.grid-view .container-xl .col:nth-child(2):after,
.grid-view .container-xxl .col:nth-child(2):after,
.grid-view .container-xxxl .col:nth-child(2):after {
  content: "2";
}
.grid-view .container .col:nth-child(3):after,
.grid-view .container-fluid .col:nth-child(3):after,
.grid-view .container-sm .col:nth-child(3):after,
.grid-view .container-md .col:nth-child(3):after,
.grid-view .container-lg .col:nth-child(3):after,
.grid-view .container-xl .col:nth-child(3):after,
.grid-view .container-xxl .col:nth-child(3):after,
.grid-view .container-xxxl .col:nth-child(3):after {
  content: "3";
}
.grid-view .container .col:nth-child(4):after,
.grid-view .container-fluid .col:nth-child(4):after,
.grid-view .container-sm .col:nth-child(4):after,
.grid-view .container-md .col:nth-child(4):after,
.grid-view .container-lg .col:nth-child(4):after,
.grid-view .container-xl .col:nth-child(4):after,
.grid-view .container-xxl .col:nth-child(4):after,
.grid-view .container-xxxl .col:nth-child(4):after {
  content: "4";
}
.grid-view .container .col:nth-child(5):after,
.grid-view .container-fluid .col:nth-child(5):after,
.grid-view .container-sm .col:nth-child(5):after,
.grid-view .container-md .col:nth-child(5):after,
.grid-view .container-lg .col:nth-child(5):after,
.grid-view .container-xl .col:nth-child(5):after,
.grid-view .container-xxl .col:nth-child(5):after,
.grid-view .container-xxxl .col:nth-child(5):after {
  content: "5";
}
.grid-view .container .col:nth-child(6):after,
.grid-view .container-fluid .col:nth-child(6):after,
.grid-view .container-sm .col:nth-child(6):after,
.grid-view .container-md .col:nth-child(6):after,
.grid-view .container-lg .col:nth-child(6):after,
.grid-view .container-xl .col:nth-child(6):after,
.grid-view .container-xxl .col:nth-child(6):after,
.grid-view .container-xxxl .col:nth-child(6):after {
  content: "6";
}
.grid-view .container .col:nth-child(7):after,
.grid-view .container-fluid .col:nth-child(7):after,
.grid-view .container-sm .col:nth-child(7):after,
.grid-view .container-md .col:nth-child(7):after,
.grid-view .container-lg .col:nth-child(7):after,
.grid-view .container-xl .col:nth-child(7):after,
.grid-view .container-xxl .col:nth-child(7):after,
.grid-view .container-xxxl .col:nth-child(7):after {
  content: "7";
}
.grid-view .container .col:nth-child(8):after,
.grid-view .container-fluid .col:nth-child(8):after,
.grid-view .container-sm .col:nth-child(8):after,
.grid-view .container-md .col:nth-child(8):after,
.grid-view .container-lg .col:nth-child(8):after,
.grid-view .container-xl .col:nth-child(8):after,
.grid-view .container-xxl .col:nth-child(8):after,
.grid-view .container-xxxl .col:nth-child(8):after {
  content: "8";
}
.grid-view .container .col:nth-child(9):after,
.grid-view .container-fluid .col:nth-child(9):after,
.grid-view .container-sm .col:nth-child(9):after,
.grid-view .container-md .col:nth-child(9):after,
.grid-view .container-lg .col:nth-child(9):after,
.grid-view .container-xl .col:nth-child(9):after,
.grid-view .container-xxl .col:nth-child(9):after,
.grid-view .container-xxxl .col:nth-child(9):after {
  content: "9";
}
.grid-view .container .col:nth-child(10):after,
.grid-view .container-fluid .col:nth-child(10):after,
.grid-view .container-sm .col:nth-child(10):after,
.grid-view .container-md .col:nth-child(10):after,
.grid-view .container-lg .col:nth-child(10):after,
.grid-view .container-xl .col:nth-child(10):after,
.grid-view .container-xxl .col:nth-child(10):after,
.grid-view .container-xxxl .col:nth-child(10):after {
  content: "10";
}
.grid-view .container .col:nth-child(11):after,
.grid-view .container-fluid .col:nth-child(11):after,
.grid-view .container-sm .col:nth-child(11):after,
.grid-view .container-md .col:nth-child(11):after,
.grid-view .container-lg .col:nth-child(11):after,
.grid-view .container-xl .col:nth-child(11):after,
.grid-view .container-xxl .col:nth-child(11):after,
.grid-view .container-xxxl .col:nth-child(11):after {
  content: "11";
}
.grid-view .container .col:nth-child(12):after,
.grid-view .container-fluid .col:nth-child(12):after,
.grid-view .container-sm .col:nth-child(12):after,
.grid-view .container-md .col:nth-child(12):after,
.grid-view .container-lg .col:nth-child(12):after,
.grid-view .container-xl .col:nth-child(12):after,
.grid-view .container-xxl .col:nth-child(12):after,
.grid-view .container-xxxl .col:nth-child(12):after {
  content: "12";
}

.grid-view.active .col:before {
  opacity: 0.1;
  transition: opacity 0.3s;
}
.grid-view.active .col:after {
  opacity: 1;
  transition: opacity 0.3s;
}

/*
* Components
*/
.button {
  padding: 1.6rem 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all ease 0.2s;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #0066b3;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  background: #002f67;
}
.button--small {
  padding: 13px 32px 10px 32px;
}
.button--rounded {
  border-radius: 16px;
}
.button--dark {
  background: #002f67;
}
.button--dark:hover {
  background: #0066b3;
}
.button--orange {
  background: #63a950;
}
@media (max-width: 767.98px) {
  .button {
    display: block;
    padding: 12px 10px;
    width: 295px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
  }
}

button {
  outline: none !important;
}

.btn-page-back {
  display: inline-block;
  position: relative;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #0066b3;
  text-transform: uppercase;
  transition: all ease 0.2s;
  padding-left: 25px;
  background-image: url("../images/icon-back.svg");
  background-repeat: no-repeat;
  background-position: 0 calc(50% - 1px);
  background-size: 17px;
  border-radius: 16px;
}
.btn-page-back:hover {
  color: #002f67;
  background-image: url("../images/icon-back-hover.svg");
  background-repeat: no-repeat;
  background-position: 0 calc(50% - 1px);
  background-size: 17px;
}

.btn-link {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #0066b3;
  background-image: url("../images/icon-button-link.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  border-radius: 16px;
}

.btn-tag {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 5px 36px 3px 10px;
  border-radius: 5px;
  border: solid 1px #9D9D9D;
  background-color: white;
  background-image: url("../images/icon-tag-close.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 20px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
  color: #224472;
  cursor: pointer;
  white-space: nowrap;
  transition: all ease 0.2s;
}
.btn-tag:hover {
  background-color: #dae9b9;
}
.btn-tag--clear {
  border-color: transparent;
  background-color: #002f67;
  color: white;
  background-image: url("../images/icon-tag-clear.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 20px;
}
.btn-tag--clear:hover {
  background-color: #0066b3;
}

.c-video__iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border: 0;
}
.c-video__iframe embed,
.c-video__iframe iframe,
.c-video__iframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#crumbs {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  #crumbs {
    display: none;
  }
}
#crumbs a, #crumbs .current {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #9D9D9D;
}
#crumbs .delimiter {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #9D9D9D;
  margin: 0 15px;
}

.aside-menu {
  display: block;
  position: sticky;
  top: 80px;
}
.aside-menu__title {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  margin-bottom: 19px;
  color: #9D9D9D;
  margin-top: 55px;
}
.aside-menu #menu-aside-menu {
  display: block;
  position: relative;
}
.aside-menu #menu-aside-menu .menu-item {
  display: block;
  position: relative;
  margin: 0;
}
.aside-menu #menu-aside-menu .menu-item.current-menu-item a {
  color: #0066b3;
}
.aside-menu #menu-aside-menu .menu-item.current-menu-item a:after {
  opacity: 1;
}
.aside-menu #menu-aside-menu .menu-item a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #A2CA6D;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 22px;
  padding-right: 15px;
  transition: all ease 0.2s;
}
.aside-menu #menu-aside-menu .menu-item a:after {
  display: block;
  position: absolute;
  content: "";
  top: 49%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(0, 102, 179, 0.8);
  transition: all ease 0.2s;
  opacity: 0;
}
.aside-menu #menu-aside-menu .menu-item a:hover {
  color: #0066b3;
}
.aside-menu #menu-aside-menu .menu-item a:hover:after {
  opacity: 1;
}

.products-cards-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1490px;
  margin: 100px auto 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .products-cards-wrapper {
    flex-wrap: wrap;
  }
}
.products-cards-wrapper .product-item {
  display: block;
  position: relative;
  width: calc((100% - 150px) / 5);
  margin: 0 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1535.98px) {
  .products-cards-wrapper .product-item {
    width: calc((100% - 120px) / 4);
  }
}
@media (max-width: 1199.98px) {
  .products-cards-wrapper .product-item {
    width: calc((100% - 90px) / 3);
  }
}
@media (min-width: 768px) {
  .products-cards-wrapper .product-item:hover .image-wrapper {
    margin-top: -15px;
  }
  .products-cards-wrapper .product-item:hover .content-wrapper {
    margin-bottom: 15px;
  }
  .products-cards-wrapper .product-item:hover .content-wrapper:before {
    bottom: 0;
  }
  .products-cards-wrapper .product-item:hover .content-wrapper:before, .products-cards-wrapper .product-item:hover .content-wrapper:after {
    opacity: 1;
  }
  .products-cards-wrapper .product-item:hover .product-item__title {
    color: white;
  }
  .products-cards-wrapper .product-item:hover .product-item__caption {
    color: rgba(255, 255, 255, 0.8);
  }
  .products-cards-wrapper .product-item:hover .product-item__capacity {
    color: rgba(255, 255, 255, 0.8);
  }
  .products-cards-wrapper .product-item:hover .product-item__cta {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .products-cards-wrapper .product-item {
    width: calc((100% - 0px) / 2);
    min-height: 270px;
    height: auto;
    padding: 15px 15px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .products-cards-wrapper .product-item__caption {
    margin-bottom: 0 !important;
  }
  .products-cards-wrapper .product-item:hover {
    background: rgba(0, 102, 179, 0.1);
    border-radius: 16px;
  }
  .products-cards-wrapper .product-item:hover .image-wrapper {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .products-cards-wrapper .product-item:hover .content-wrapper {
    margin-bottom: 0;
  }
  .products-cards-wrapper .product-item:hover .content-wrapper:before, .products-cards-wrapper .product-item:hover .content-wrapper:after {
    opacity: 0 !important;
  }
  .products-cards-wrapper .product-item:hover .content-wrapper .product-item__title {
    color: #0066b3;
  }
  .products-cards-wrapper .product-item:hover .content-wrapper .product-item__caption {
    color: #224472 !important;
  }
  .products-cards-wrapper .product-item:hover .content-wrapper .product-item__cta {
    display: none;
  }
}
.products-cards-wrapper .product-item .image-wrapper {
  display: block;
  text-align: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  height: 213px;
  z-index: 1;
  transition: all ease 0.2s;
}
@media (max-width: 991.98px) {
  .products-cards-wrapper .product-item .image-wrapper {
    height: 177px;
  }
}
.products-cards-wrapper .product-item .image-wrapper:before {
  display: block;
  position: absolute;
  content: "";
  width: 94px;
  height: 16px;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(52, 61, 96, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
}
.products-cards-wrapper .product-item .image-wrapper img {
  position: relative;
  height: 100%;
  width: auto;
  z-index: 1;
}
.products-cards-wrapper .product-item .content-wrapper {
  display: block;
  position: relative;
  margin-bottom: 0;
  transition: all ease 0.2s;
}
.products-cards-wrapper .product-item .content-wrapper:before {
  display: block;
  position: absolute;
  content: "";
  background: #0066b3;
  border-radius: 0 0 15px 15px;
  width: 100%;
  height: 238px;
  left: 0;
  bottom: 15px;
  z-index: 0;
  opacity: 0;
  transition: all ease 0.2s;
}
@media (max-width: 991.98px) {
  .products-cards-wrapper .product-item .content-wrapper:before {
    display: none;
  }
}
.products-cards-wrapper .product-item .content-wrapper:after {
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgb(26, 47, 99) 0%, rgba(138, 231, 66, 0) 100%);
  width: 100%;
  height: 150px;
  left: 0;
  top: -88px;
  opacity: 0;
  z-index: 0;
  transition: all ease 0.2s;
}
@media (max-width: 767.98px) {
  .products-cards-wrapper .product-item .content-wrapper:after {
    display: none;
  }
}
.products-cards-wrapper .product-item__tag {
  display: block;
  position: absolute;
  z-index: 2;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: white;
  text-transform: uppercase;
  background: #ed1b24;
  border-radius: 33px;
  height: 33px;
  padding: 9px 20px;
}
.products-cards-wrapper .product-item__tag:first-child {
  top: 0;
}
.products-cards-wrapper .product-item__tag:nth-child(2) {
  top: 35px;
}
@media (max-width: 991.98px) {
  .products-cards-wrapper .product-item__tag {
    padding: 4px 8px 2px 8px;
    font-size: 1rem;
    line-height: 14px;
    height: 20px;
    border-radius: 20px;
  }
  .products-cards-wrapper .product-item__tag:first-child {
    top: 30px;
  }
  .products-cards-wrapper .product-item__tag:nth-child(2) {
    top: 55px;
  }
}
.products-cards-wrapper .product-item__title {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  color: #0066b3;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 25px;
  z-index: 2;
  transition: all ease 0.2s;
}
@media (max-width: 991.98px) {
  .products-cards-wrapper .product-item__title {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .products-cards-wrapper .product-item__title {
    font-size: 1.6rem;
    color: #0066b3 !important;
  }
}
.products-cards-wrapper .product-item__caption {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  text-align: center;
  text-transform: lowercase;
  color: black;
  margin-bottom: 12px;
  z-index: 2;
  transition: all ease 0.2s;
}
@media (max-width: 991.98px) {
  .products-cards-wrapper .product-item__caption {
    font-size: 1.3rem;
    line-height: 18px;
    color: #224472;
  }
}
.products-cards-wrapper .product-item__cta {
  display: inline-block;
  position: relative;
  width: 190px;
  padding: 14px 16px 13px 16px;
  margin-bottom: 20px;
  z-index: 2;
  opacity: 0;
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .products-cards-wrapper .product-item__cta {
    display: none;
  }
}
@media (min-width: 768px) {
  .products-cards-wrapper--detailed .product-item:hover .content-wrapper:before {
    bottom: -10px;
  }
}
.products-cards-wrapper--detailed .product-item .content-wrapper:before {
  bottom: 0;
}
.products-cards-wrapper--detailed .product-item__title {
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .products-cards-wrapper--detailed .product-item__title {
    font-size: 1.6rem;
  }
}
.products-cards-wrapper .product-item .image-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.products-cards-wrapper .product-item .image-wrapper.image-small img {
  height: 140px;
}
.products-cards-wrapper .product-item .image-wrapper.image-medium img {
  height: 170px;
}
.products-cards-wrapper .product-item .image-wrapper.image-big img {
  height: 200px;
}
.products-cards-wrapper .product-item .image-wrapper img.image-small {
  height: 140px;
}
.products-cards-wrapper .product-item .image-wrapper img.image-medium {
  height: 170px;
}
.products-cards-wrapper .product-item .image-wrapper img.image-big {
  height: 200px;
}
.products-cards-wrapper .product-item img {
  margin-bottom: 3px;
}

.about-navigation {
  display: block;
  position: relative;
  height: 96px;
  padding: 40px 0 35px 0;
  border-bottom: 1px solid #b3b3b3;
  z-index: 3;
  transition: all ease 0.2s;
}
.about-navigation__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1535.98px) {
  .about-navigation {
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .about-navigation {
    justify-content: flex-start;
    height: 50px;
  }
}
.about-navigation.fixed {
  position: fixed;
  top: calc(var(--header-fixed-height) + 10px);
  height: 50px;
  padding: 16px;
  width: 100%;
  z-index: 3;
  background: white;
  border-radius: 16px;
  left: 50%;
  transform: translateX(-50%);
  border: none !important;
}
@media (min-width: 1536px) {
  .about-navigation.fixed {
    max-width: 1460px;
  }
}
@media (max-width: 1535.98px) {
  .about-navigation.fixed {
    max-width: 960px;
    margin: 0 15px;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199.98px) {
  .about-navigation.fixed {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) {
  .about-navigation.fixed {
    top: 10px;
    max-width: 540px;
  }
}
@media (max-width: 767.98px) {
  .about-navigation.fixed {
    height: 50px;
    padding: 14px 15px 0 15px;
    margin: 0 15px;
    width: calc(100% - 30px);
    max-width: none;
  }
}
@media (max-width: 1199.98px) {
  .about-navigation {
    padding: 30px 0 25px 0;
  }
}
@media (max-width: 767.98px) {
  .about-navigation {
    padding: 15px 15px 0 15px;
    border-bottom: none;
  }
}
@media (max-width: 767.98px) {
  .about-navigation {
    overflow-x: auto;
  }
}
.about-navigation a {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #0066b3;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 53px;
  transition: all ease 0.2s;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .about-navigation a {
    margin-right: 20px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .about-navigation a {
    font-size: 1.1rem;
    margin-right: 8px;
    padding-right: 8px;
    border-right: solid 1px rgba(157, 157, 157, 0.4);
    max-width: 135px;
  }
}
.about-navigation a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.about-navigation a:hover {
  color: #002f67;
}

.cookies-box {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  max-width: 690px;
  width: 100%;
  z-index: 6;
}
@media (max-width: 767.98px) {
  .cookies-box {
    max-width: 350px;
    top: 100px;
    transform: translateX(-50%);
  }
}
.cookies-box.active {
  display: block;
}
.cookies-box__inner {
  display: block;
  position: relative;
  padding: 25px 39px 32px 39px;
  margin: 20px;
  background: #002f67;
}
@media (max-width: 767.98px) {
  .cookies-box__inner {
    padding: 18px 18px 18px 20px;
    margin: 15px;
  }
}
.cookies-box__close {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 27px;
  right: 17px;
  background-image: url("../images/icon-cookies-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .cookies-box__close {
    top: 20px;
    right: 19px;
  }
}
.cookies-box__title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 767.98px) {
  .cookies-box__title {
    margin-bottom: 35px;
    max-width: 105px;
  }
}
.cookies-box__text {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: white;
  max-width: 385px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .cookies-box__text {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 20px;
  }
}
.cookies-box__text a {
  text-decoration: none;
  font-weight: 700;
  color: white;
}
.cookies-box__button {
  display: inline-block;
  position: relative;
  width: 220px;
  font-size: 14px;
  line-height: 20px;
  padding: 18px 15px;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .cookies-box__button {
    display: block;
    margin: 0 auto;
  }
}
.cookies-box__button:hover {
  background: #0066b3;
}
.cookies-box__image--desktop {
  display: block;
  position: absolute;
  width: 197px;
  height: 331px;
  top: -10px;
  right: 50px;
}
@media (max-width: 767.98px) {
  .cookies-box__image--desktop {
    display: none;
  }
}
.cookies-box__image--mobile {
  display: block;
  position: absolute;
  width: 77px;
  height: 129px;
  top: -45px;
  right: 45px;
}
@media (min-width: 768px) {
  .cookies-box__image--mobile {
    display: none;
  }
}

.showbox {
  display: none;
  position: relative;
  width: 100%;
  height: 100px;
  padding: 25px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 150px;
}
.showbox.active {
  display: block;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 40px;
}

.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

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

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #0066b3;
  }
  40% {
    stroke: #0066b3;
  }
  66% {
    stroke: #0066b3;
  }
  80%, 90% {
    stroke: #0066b3;
  }
}
.page-header__menu ul#main-nav > li.mega-menu-item {
  position: relative;
}
.page-header__menu ul#main-nav > li.mega-menu-item:hover .mega-menu-container {
  display: block;
  opacity: 1;
  visibility: visible;
}

.mega-menu-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 15px);
  width: 80vw;
  max-width: -moz-max-content;
  max-width: max-content;
  background: white;
  padding: 30px 34px 35px 34px;
  z-index: 1000;
  display: none;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .mega-menu-container {
    display: none !important;
  }
}
.page-header.scrolled .mega-menu-container {
  top: calc(100% + 12px);
}
@supports not (height: var(--header-total-height)) {
  .mega-menu-container {
    top: 130px;
  }
  .page-header.scrolled .mega-menu-container {
    top: 90px;
  }
}

.mega-menu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}
.mega-menu-grid .mega-menu-item {
  flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  text-align: center;
  transition: transform 0.2s ease;
  overflow: hidden;
}
.mega-menu-grid .mega-menu-item:hover {
  transform: translateY(-5px);
}
.mega-menu-grid .mega-menu-item a.mega-menu-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.mega-menu-grid .mega-menu-item a.mega-menu-item-link img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
  border-radius: 16px;
}
.mega-menu-grid .mega-menu-item a.mega-menu-item-link .mega-menu-title {
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: auto;
}
.mega-menu-grid .mega-menu-item .mega-menu-placeholder-image {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  position: relative;
  background: #d7d7d7;
  border-radius: 16px;
}
.mega-menu-grid .mega-menu-item .mega-menu-placeholder-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mega-menu-grid .mega-menu-item {
    flex: 0 0 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
  }
  .mega-menu-grid .mega-menu-item a.mega-menu-item-link img,
  .mega-menu-grid .mega-menu-item a.mega-menu-item-link .mega-menu-placeholder-image {
    height: 95px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .mega-menu-grid .mega-menu-item a.mega-menu-item-link .mega-menu-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .mega-menu-grid .mega-menu-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .mega-menu-grid .mega-menu-item a.mega-menu-item-link {
    padding: 15px 10px;
  }
  .mega-menu-grid .mega-menu-item a.mega-menu-item-link img,
  .mega-menu-grid .mega-menu-item a.mega-menu-item-link .mega-menu-placeholder-image {
    height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .mega-menu-grid .mega-menu-item a.mega-menu-item-link .mega-menu-title {
    font-size: 1.4rem;
  }
}

.page-header__menu ul#main-nav > li {
  position: relative;
  display: inline-block;
}
.page-header__menu ul#main-nav > li + li {
  margin-left: 0;
}

.page-header__menu ul#main-nav {
  position: relative;
}
.page-header__menu ul#main-nav .sub-menu {
  z-index: 999;
}
@media (min-width: 992px) {
  .page-header__menu ul#main-nav > li.mega-menu-item > .sub-menu {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .page-header__menu ul#main-nav > li.menu-item-has-children:hover > .sub-menu,
  .page-header__menu ul#main-nav > li.mega-menu-item:hover > .sub-menu {
    display: none !important;
  }
  .page-header__menu ul#main-nav > li.menu-item-has-children > .sub-menu,
  .page-header__menu ul#main-nav > li.mega-menu-item > .sub-menu {
    display: none !important;
    background-color: transparent;
    margin-left: 20px;
    padding-left: 0;
    list-style: none;
  }
  .page-header__menu ul#main-nav > li.menu-item-has-children > .sub-menu li,
  .page-header__menu ul#main-nav > li.mega-menu-item > .sub-menu li {
    margin-top: 10px;
    padding-left: 0;
    display: block;
    width: 100%;
  }
  .page-header__menu ul#main-nav > li.menu-item-has-children > .sub-menu li a,
  .page-header__menu ul#main-nav > li.mega-menu-item > .sub-menu li a {
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    display: block;
    padding: 10px 0;
    width: 100%;
  }
}

.page-header__menu ul#main-nav > li.mega-menu-item .mega-menu-container {
  transition: opacity 0.4s ease 0.1s, visibility 0.4s ease 0.1s;
}
.page-header__menu ul#main-nav > li.mega-menu-item:hover .mega-menu-container {
  display: block;
  opacity: 1;
  visibility: visible;
}
.page-header__menu ul#main-nav > li.mega-menu-item:not(:hover) .mega-menu-container:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}

.mega-menu-container:hover {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.page-header__menu ul#main-nav > li.mega-menu-item:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: -25px;
  left: 0;
  background: transparent;
  z-index: 999;
  pointer-events: auto;
}
.page-header.scrolled .page-header__menu ul#main-nav > li.mega-menu-item:after {
  height: 22px;
  bottom: -22px;
}

.mobile-submenu-toggle {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-submenu-toggle {
    display: none !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    z-index: 10;
  }
  .mobile-submenu-toggle:before {
    content: "+";
    font-size: 2rem;
    color: white;
    transition: transform 0.3s ease;
  }
  .mobile-submenu-toggle.active:before {
    content: "-";
  }
}

@media (max-width: 991.98px) {
  .page-header__menu ul#main-nav > li > .sub-menu {
    display: none !important;
  }
}

/*
* Utilities
*/
.container-standard {
  max-width: 95% !important;
}

.container-full {
  max-width: 100% !important;
}

.container-content {
  max-width: 90% !important;
}

.container-narrow {
  max-width: 80% !important;
}

.container-fluid-full {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  .container-mobile-full {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1535.98px) {
  .container-tablet-standard {
    max-width: 95% !important;
  }
}

@media (max-width: 991.98px) {
  .container-responsive-standard {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .container-responsive-standard {
    max-width: 95% !important;
  }
}

@media (max-width: 991.98px) {
  .container-responsive-narrow {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .container-responsive-narrow {
    max-width: 80% !important;
  }
}

.container-no-max {
  max-width: none !important;
}

.container-auto {
  max-width: auto !important;
}

@media (max-width: 991.98px) {
  .block-standard-width > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .block-standard-width > .container {
    max-width: 95%;
  }
}

.block-full-width > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .block-narrow-width > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .block-narrow-width > .container {
    max-width: 80%;
  }
}
@media (min-width: 1536px) {
  .block-narrow-width > .container {
    max-width: 70%;
  }
}

@media (max-width: 991.98px) {
  .block-content-width > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .block-content-width > .container {
    max-width: 90%;
  }
}
@media (min-width: 1536px) {
  .block-content-width > .container {
    max-width: 85%;
  }
}

@media (max-width: 991.98px) {
  .about-content > .container,
  .about-hero > .container,
  .about-history > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .about-content > .container,
  .about-hero > .container,
  .about-history > .container {
    max-width: 95%;
  }
}

@media (max-width: 991.98px) {
  .recipes-cards > .container,
  .recipes-list > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .recipes-cards > .container,
  .recipes-list > .container {
    max-width: 95%;
  }
}

@media (max-width: 991.98px) {
  .cta-banner > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .cta-banner > .container {
    max-width: 95%;
  }
}

.cta-company > .container,
.cta-allegro > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .video-thumbs > .container,
  .video-gallery > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .video-thumbs > .container,
  .video-gallery > .container {
    max-width: 95%;
  }
}

.products-list > .container:first-child {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .products-list > .container:not(:first-child) {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .products-list > .container:not(:first-child) {
    max-width: 95%;
  }
}

.product-line-hero > .container,
.product-line-list > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .product-info-gallery > .container,
  .product-top-slider > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .product-info-gallery > .container,
  .product-top-slider > .container {
    max-width: 95%;
  }
}

@media (max-width: 991.98px) {
  .contact-header > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .contact-header > .container {
    max-width: 95%;
  }
}
@media (min-width: 1536px) {
  .contact-header > .container {
    max-width: 95%;
  }
}

@media (max-width: 991.98px) {
  .downloads > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .downloads > .container {
    max-width: 95%;
  }
}
.downloads__item {
  max-width: 418px;
}
@media (max-width: 991.98px) {
  .downloads__item {
    max-width: 355px;
  }
}

@media (max-width: 991.98px) {
  .article-content > .container,
  .article-header > .container,
  .article-video > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .article-content > .container,
  .article-header > .container,
  .article-video > .container {
    max-width: 90%;
  }
}
@media (min-width: 1536px) {
  .article-content > .container,
  .article-header > .container,
  .article-video > .container {
    max-width: 85%;
  }
}

@media (max-width: 991.98px) {
  .announcements-content > .container,
  .announcements-documents > .container,
  .announcements-list > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .announcements-content > .container,
  .announcements-documents > .container,
  .announcements-list > .container {
    max-width: 95%;
  }
}

.hero-slider > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .page-404 .container {
    max-width: 95%;
  }
}

@media (max-width: 991.98px) {
  .page-search .container,
  .page-archive .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .page-search .container,
  .page-archive .container {
    max-width: 95%;
  }
}

@media (max-width: 991.98px) {
  .force-container-standard > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .force-container-standard > .container {
    max-width: 95%;
  }
}

.force-container-full > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .force-container-narrow > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .force-container-narrow > .container {
    max-width: 80%;
  }
}
@media (min-width: 1536px) {
  .force-container-narrow > .container {
    max-width: 70%;
  }
}

@media (max-width: 991.98px) {
  .force-container-content > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .force-container-content > .container {
    max-width: 90%;
  }
}
@media (min-width: 1536px) {
  .force-container-content > .container {
    max-width: 85%;
  }
}

@media (max-width: 991.98px) {
  .mobile-full-width > .container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1535.98px) {
  .tablet-standard-width > .container {
    max-width: 95% !important;
  }
}

@media (min-width: 1200px) {
  .desktop-narrow-width > .container {
    max-width: 90% !important;
  }
}

.header-search-container {
  max-width: 1000px;
}

.form-container-standard {
  max-width: 480px;
}

.form-container-small {
  max-width: 295px;
}

.mobile-container {
  max-width: 295px;
}
@media (max-width: 767.98px) {
  .mobile-container {
    max-width: 225px;
  }
}

/*
* Accessibility
*/
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 10000;
  border-radius: 4px;
  font-weight: bold;
}
.skip-link:focus {
  top: 6px;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.swiper-pagination-bullet:focus-visible,
.play-button-overlay:focus-visible {
  outline: 3px solid #4a90e2 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.3) !important;
}

.block-hero-slider .swiper-pagination-bullet:focus-visible,
.btn-product-prev:focus-visible,
.btn-product-next:focus-visible {
  outline: 3px solid #ffd700 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.3) !important;
}

.play-button-overlay {
  cursor: pointer;
  border: none;
}
.play-button-overlay:focus-visible {
  outline: 3px solid #ffd700 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 5px rgba(255, 215, 0, 0.3) !important;
}

.form-dropdown .btn-dropdown:focus-visible {
  outline: 3px solid #4a90e2 !important;
  outline-offset: 2px !important;
}

.label-checkbox input[type=checkbox]:focus-visible + span {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.swiper-pagination-bullet:focus-visible {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

.button:focus-visible,
button:focus-visible {
  transform: translateY(-1px);
  transition: transform 0.2s ease;
}

input:invalid:focus-visible {
  outline-color: #e74c3c !important;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.3) !important;
}

@media (max-width: 768px) {
  button,
  .button,
  a.button {
    min-height: 44px;
    min-width: 44px;
  }
  button:focus-visible,
  a:focus-visible {
    outline-offset: 4px;
  }
}
@media print {
  .skip-link,
  .sr-only {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .swiper-container {
    --swiper-autoplay-delay: 999999999ms;
  }
}
@media (prefers-contrast: high) {
  button,
  .button,
  a {
    border: 2px solid currentColor;
  }
  .swiper-pagination-bullet {
    border: 2px solid white;
  }
}
.block-news-articles__date,
.block-news-articles__meta {
  color: #333333 !important;
}

.block-news-articles__separator {
  color: #666666 !important;
}

.secondary-text,
[class*=__meta],
[class*=__date],
time {
  color: #333333 !important;
  font-weight: 500;
}

.button:disabled,
button:disabled,
input:disabled,
select:disabled {
  color: #666666 !important;
  border-color: #999999 !important;
}

@media (forced-colors: active) {
  button:focus,
  a:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: 3px solid ButtonText !important;
    outline-offset: 2px !important;
  }
}
@media (prefers-contrast: high) {
  button:focus,
  a:focus,
  input:focus,
  select:focus,
  textarea:focus,
  .swiper-pagination-bullet:focus,
  .play-button-overlay:focus {
    outline: 4px solid #000 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.8) !important;
  }
  .block-hero-slider .swiper-pagination-bullet:focus,
  .btn-product-prev:focus,
  .btn-product-next:focus {
    outline: 4px solid #ffd700 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  button:focus-visible,
  a:focus-visible,
  .swiper-pagination-bullet:focus-visible,
  .play-button-overlay:focus-visible {
    transition: none !important;
  }
}
/* 
 * Simple Accessibility Implementation
 * 
 * Using :focus-visible (the web standard):
 * - Shows focus styles ONLY for keyboard navigation
 * - Hidden for mouse clicks automatically
 * - No JavaScript needed
 * 
 * Browser Support: Chrome 86+, Firefox 85+, Safari 15.4+
 * Fallback: Older browsers show default outline (acceptable)
 */
/*
* Static page parts
*/
.page-header {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-total-height);
  transition: height ease 0.2s;
}
.page-header + main {
  margin-top: var(--header-total-height);
  transition: margin-top ease 0.2s;
}
@media (max-width: 991.98px) {
  .page-header {
    height: var(--header-mobile-height);
    background: #0066b3;
  }
  .page-header + main {
    margin-top: var(--header-mobile-height);
  }
}
@media (max-width: 767.98px) {
  .page-header.hidden {
    visibility: hidden;
    z-index: 0;
  }
}
.page-header.scrolled {
  height: var(--header-fixed-height);
}
@media (min-width: 768px) {
  .page-header.scrolled .page-header__top {
    height: var(--header-fixed-height);
    top: 0;
  }
  .page-header.scrolled .page-header__logo {
    width: 150px;
    height: 84px;
    top: -1px;
    transform: rotate(0deg);
  }
  .page-header.scrolled .page-header__bottom {
    top: var(--header-bottom-hidden-offset);
  }
  .page-header.scrolled + main {
    margin-top: var(--header-fixed-height);
  }
  .page-header.scrolled #main-nav {
    /*
                    @include media-breakpoint-up(xxl) {
                        > li:nth-child(2) {
                            width: 116.83px;
                        }
                        > li:nth-child(3) {
                            width: 88.13px;
                        }
                        > li:nth-child(4) {
                            width: 99.17px;
                            padding-right: 165px;
                            margin-right: 35px;
                        }
                        > li:nth-child(5) {
                            width: 109.47px;
                        }
                        > li:nth-child(6) {
                            width: 123.81px;
                        }
                        > li:nth-child(7) {
                            width: 236.91px;
                        }
                        .sub-menu li {
                            width: auto !important;
                        }
                    }
    */
  }
  .page-header.scrolled #main-nav > li:first-child a {
    width: 25px;
    height: 22px;
    margin-top: inherit;
    line-height: 34px;
  }
  .page-header.scrolled #main-nav > li:first-child a:before, .page-header.scrolled #main-nav > li:first-child a:after {
    bottom: -11px;
  }
  .page-header.scrolled #main-nav > .menu-item > a {
    font-size: 1.6rem;
    line-height: 19px;
  }
  .page-header.scrolled #main-nav > .menu-item > a:after {
    bottom: -10px;
  }
  .page-header.scrolled #main-nav .current-menu-item:before {
    bottom: -10px;
  }
  .page-header.scrolled #main-nav .sub-menu {
    top: 34px;
  }
}
.page-header.hide {
  margin-top: -100px;
}
.page-header.hide .page-header__partners--mobile {
  margin-top: 200px;
}
.page-header.hide + main {
  margin-top: 0;
}
.page-header__top {
  display: flex;
  position: relative;
  top: var(--header-top-offset);
  height: var(--header-top-height);
  background: #0066b3;
  align-items: center;
  justify-content: end;
  z-index: 2;
  transition: all ease 0.2s;
}
@media (max-width: 991.98px) {
  .page-header__top {
    display: block;
    top: 0;
    height: auto;
  }
}
.page-header__logo {
  display: block;
  position: absolute;
  left: 35px;
  top: -14px;
  width: 267px;
  height: 110px;
  z-index: 5;
  transform: rotate(-27deg);
  transition: all ease 0.2s;
}
@media (max-width: 1535.98px) {
  .page-header__logo {
    width: 168px;
    top: -24px;
  }
}
@media (max-width: 991.98px) {
  .page-header__logo {
    top: -8px;
    left: 8px;
    width: 130px !important;
    height: 75px !important;
    transform: rotate(0deg);
  }
}
.page-header__logo .logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-header__menu {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .page-header__menu {
    display: none;
  }
  .page-header__menu.active {
    display: flex;
  }
}
.page-header #main-nav {
  display: flex;
  margin: 0;
  align-items: center;
}
@media (max-width: 991.98px) {
  .page-header #main-nav {
    display: block;
    position: relative;
    top: 60px;
    width: 100%;
    padding: 10px 6px 20px;
    background: #0066b3;
    overflow: hidden;
  }
  .page-header #main-nav > .menu-item {
    width: 100%;
    display: block;
  }
}
.page-header #main-nav ul {
  display: flex;
  list-style-type: none;
}
.page-header #main-nav li,
.page-header #main-nav a {
  position: relative;
  display: block;
  margin: 0;
}
.page-header #main-nav a {
  display: inline-block;
}
.page-header #main-nav > li:first-child a {
  width: 34px;
  height: 30px;
  text-indent: -99999px;
  background-image: url("../images/icon-home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -6px;
}
@media (max-width: 1535.98px) {
  .page-header #main-nav > li:first-child a {
    background-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 991.98px) {
  .page-header #main-nav > li:first-child a {
    width: auto;
    height: auto;
    text-indent: inherit;
    background: none;
    overflow: visible;
  }
}
.page-header #main-nav > li:first-child a:before, .page-header #main-nav > li:first-child a:after {
  bottom: -17px;
}
.page-header #main-nav > .menu-item {
  margin: 0 30px;
  /*
  &:nth-child(3) {
      //padding-right: 30px;
      //margin-right: 30px;
      padding-right: 65px;
      margin-right: 35px;

      @include media-breakpoint-down(lg) {
          padding-right: 15px;
          margin-right: 15px;
      }

      @include media-breakpoint-down(md) {
          padding-right: 0;
          margin-right: 0;
      }

      &:after {
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          content: "";
          width: 2px;
          height: 17px;
          background: white;
          opacity: 0.7;

          @include media-breakpoint-down(md) {
              display: none;
          }
      }
  }

  &:nth-child(4),
  &:nth-child(5),
  &:nth-child(6),
  &:nth-child(7) {
      a {
          padding-right: 22px;
          background-image: url("../images/icon-arrow-top.svg");
          background-repeat: no-repeat;
          background-position: 100% 50%;
          background-size: 11.5px;

          &:before {
              display: inline-block;
              position: relative;
              //content: '';
              top: 50%;
              transform: translateY(-50%);

              background-image: url("../images/icon-arrow-top.svg");
              background-repeat: no-repeat;
              background-position: 100% 50%;
              background-size: 11.5px;
              width: 22px;
              height: 100%;
          }

          @include media-breakpoint-down(md) {
              display: block;
          }
      }
  }
      */
}
@media (max-width: 1799.98px) {
  .page-header #main-nav > .menu-item {
    margin: 0 25px;
  }
}
@media (max-width: 1535.98px) {
  .page-header #main-nav > .menu-item {
    margin: 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .page-header #main-nav > .menu-item {
    margin: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .page-header #main-nav > .menu-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    width: 100%;
    display: block;
    text-align: left;
  }
  .page-header #main-nav > .menu-item > a {
    width: 100%;
    display: block;
  }
}
.page-header #main-nav > .menu-item > a {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  transition: all ease 0.2s;
  /*
  @include media-breakpoint-down(xl) {
      font-size: 1.3rem !important;
      //margin:0 15px;
  }

  @include media-breakpoint-down(lg) {
      font-size: 1.1rem !important;
      //margin:0 10px;
  }
      */
}
@media (max-width: 1799.98px) {
  .page-header #main-nav > .menu-item > a {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .page-header #main-nav > .menu-item > a {
    display: block;
    font-size: 1.4rem !important;
    line-height: 1.25;
  }
}
.page-header #main-nav > .menu-item > a:after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  content: "";
  background: #002f67;
  opacity: 0;
}
.page-header #main-nav > .menu-item > a:hover:after {
  opacity: 0.8;
}
.page-header #main-nav > .menu-item.menu-item-has-children > a {
  padding-right: 22px;
  background-image: url("../images/icon-dropdown.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 12.2px 7.5px;
}
@media (max-width: 991.98px) {
  .page-header #main-nav > .menu-item.menu-item-has-children > a {
    background: none;
  }
}
.page-header #main-nav > .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media (max-width: 991.98px) {
  .page-header #main-nav > .menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.page-header #main-nav .current-menu-item a:after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  content: "";
  background: white;
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .page-header #main-nav .current-menu-item a:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .page-header #main-nav .current-menu-item a:before {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 48%;
    right: -20px;
    left: inherit;
    bottom: inherit;
    transform: translateY(-50%);
    content: "";
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.7;
  }
}
.page-header #main-nav .sub-menu {
  display: none;
  position: absolute;
  top: 62px;
  width: 400px;
  padding: 30px 34px 35px 34px;
  background: #002f67;
}
.page-header #main-nav .sub-menu:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .page-header #main-nav .sub-menu {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    top: inherit;
    width: 100%;
    margin-top: 13px;
    margin-bottom: -1px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .page-header #main-nav .sub-menu.active .menu-item:nth-child(2) {
    padding-bottom: 10px;
  }
  .page-header #main-nav .sub-menu.active .menu-item:nth-child(3),
  .page-header #main-nav .sub-menu.active .menu-item:nth-child(4),
  .page-header #main-nav .sub-menu.active .menu-item:nth-child(5),
  .page-header #main-nav .sub-menu.active .menu-item:nth-child(6),
  .page-header #main-nav .sub-menu.active .menu-item:nth-child(7),
  .page-header #main-nav .sub-menu.active .menu-item:nth-child(8) {
    display: block;
  }
  .page-header #main-nav .sub-menu .menu-item:nth-child(2) {
    padding-bottom: 0;
  }
  .page-header #main-nav .sub-menu .menu-item:nth-child(3),
  .page-header #main-nav .sub-menu .menu-item:nth-child(4),
  .page-header #main-nav .sub-menu .menu-item:nth-child(5),
  .page-header #main-nav .sub-menu .menu-item:nth-child(6),
  .page-header #main-nav .sub-menu .menu-item:nth-child(7),
  .page-header #main-nav .sub-menu .menu-item:nth-child(8) {
    display: none;
  }
}
.page-header #main-nav .sub-menu a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 19px;
  height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 25px 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .page-header #main-nav .sub-menu a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.25;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
.page-header #main-nav .sub-menu a:after {
  display: block;
  position: absolute;
  content: "";
  top: 49%;
  right: -18px;
  left: inherit;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: white;
  opacity: 0;
  pointer-events: none;
}
.page-header #main-nav .sub-menu a:hover {
  color: white;
}
.page-header #main-nav .sub-menu a:hover:after {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .page-header #main-nav .sub-menu .menu-item {
    padding: 10px 0;
    margin: 0;
  }
}
.page-header #main-nav .sub-menu .menu-item:first-child {
  padding-bottom: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-header #main-nav .sub-menu .menu-item:first-child {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .page-header #main-nav .sub-menu .menu-item:nth-child(2) a {
    display: block;
    background-image: url("../images/icon-dropdown.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) 50%;
    background-size: 12.2px 7.5px;
  }
  .page-header #main-nav .sub-menu .menu-item:nth-child(2) a:after {
    display: none;
  }
  .page-header #main-nav .sub-menu .menu-item:nth-child(2) a.active {
    background-image: url("../images/icon-dropdown-active.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) 50%;
    background-size: 12.2px 7.5px;
  }
}
.page-header #main-nav .sub-menu .menu-item:nth-child(3), .page-header #main-nav .sub-menu .menu-item:nth-child(4), .page-header #main-nav .sub-menu .menu-item:nth-child(5), .page-header #main-nav .sub-menu .menu-item:nth-child(6), .page-header #main-nav .sub-menu .menu-item:nth-child(7), .page-header #main-nav .sub-menu .menu-item:nth-child(8) {
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .page-header #main-nav .sub-menu .menu-item:nth-child(3):after, .page-header #main-nav .sub-menu .menu-item:nth-child(4):after, .page-header #main-nav .sub-menu .menu-item:nth-child(5):after, .page-header #main-nav .sub-menu .menu-item:nth-child(6):after, .page-header #main-nav .sub-menu .menu-item:nth-child(7):after, .page-header #main-nav .sub-menu .menu-item:nth-child(8):after {
    display: block;
    position: absolute;
    content: "";
    width: 1024px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #007221;
    z-index: 0;
  }
}
@media (max-width: 991.98px) {
  .page-header #main-nav .sub-menu .menu-item:last-child:after {
    height: calc(100% + 13px);
    transform: translateX(-50%);
    top: 0;
  }
}
.page-header #main-nav .sub-menu .menu-item:last-child a {
  margin-bottom: 0;
}
.page-header #main-nav .sub-menu .current-menu-item a {
  color: white;
}
.page-header #main-nav .sub-menu .current-menu-item a:after {
  display: block;
  position: absolute;
  content: "";
  top: 49%;
  right: -18px;
  left: inherit !important;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: white;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .page-header #main-nav .sub-menu .current-menu-item a:after {
    display: none;
  }
}
.page-header__social {
  display: flex;
  align-items: center;
  /*
          @include media-breakpoint-down(md) {
              padding-bottom: 20px;
              margin-bottom: 20px;
              border-bottom: 1px solid rgba($dark_grey, 0.3);
          }
  */
}
.page-header__social span {
  display: none;
}
@media (max-width: 991.98px) {
  .page-header__social span {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #9D9D9D;
    margin-right: auto;
    margin-left: 10px;
  }
}
.page-header__partners {
  display: flex;
  align-items: center;
}
.page-header__partners--mobile {
  display: none;
  position: absolute;
  width: 295px;
  padding: 10px;
  background: white;
  top: calc(100vh - 70px);
  margin-top: 0;
  transition: all ease 0.2s;
}
@media (max-width: 991.98px) {
  .page-header__partners--mobile {
    display: flex;
  }
}
.page-header__partners--mobile.hide {
  display: none;
}
.page-header .social-buttons {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
@media (max-width: 1799.98px) {
  .page-header .social-buttons {
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .page-header .social-buttons {
    margin-right: 0;
  }
}
.page-header .social-button {
  margin: 0 10px;
  transition: all ease 0.2s;
  filter: brightness(1);
}
@media (max-width: 1535.98px) {
  .page-header .social-button {
    margin: 0 7px;
  }
}
.page-header .social-button:hover {
  filter: brightness(0.9);
}
.page-header .social-button img {
  display: block;
  width: 100%;
  height: auto;
}
.page-header .social-button--fb img {
  max-width: 27px;
}
@media (max-width: 1535.98px) {
  .page-header .social-button--fb img {
    max-width: 20px;
  }
}
@media (max-width: 991.98px) {
  .page-header .social-button--fb img {
    max-width: 27px;
  }
}
.page-header .social-button--instagram img {
  max-width: 27px;
}
@media (max-width: 1535.98px) {
  .page-header .social-button--instagram img {
    max-width: 20px;
  }
}
@media (max-width: 991.98px) {
  .page-header .social-button--instagram img {
    max-width: 27px;
  }
}
.page-header .social-button--tiktok img {
  max-width: 24px;
}
@media (max-width: 1535.98px) {
  .page-header .social-button--tiktok img {
    max-width: 18px;
  }
}
@media (max-width: 991.98px) {
  .page-header .social-button--tiktok img {
    max-width: 24px;
  }
}
.page-header .social-button--youtube img {
  max-width: 34px;
}
@media (max-width: 1535.98px) {
  .page-header .social-button--youtube img {
    max-width: 28px;
  }
}
@media (max-width: 991.98px) {
  .page-header .social-button--youtube img {
    max-width: 34px;
  }
}
.page-header .social-button--eu {
  margin: 0 22px;
}
.page-header .social-button--eu:hover {
  filter: brightness(1);
}
@media (max-width: 1799.98px) {
  .page-header .social-button--eu {
    margin: 0 15px;
  }
}
@media (max-width: 1535.98px) {
  .page-header .social-button--eu {
    margin: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .page-header .social-button--eu {
    margin: 0;
    margin-right: auto;
  }
}
.page-header .social-button--eu img {
  max-width: 183px;
}
@media (max-width: 1535.98px) {
  .page-header .social-button--eu img {
    max-width: 123px;
  }
}
@media (max-width: 991.98px) {
  .page-header .social-button--eu img {
    max-width: 150px;
  }
}
.page-header .social-button--ncbr {
  margin: 0 22px;
}
.page-header .social-button--ncbr:hover {
  filter: brightness(1);
}
@media (max-width: 1799.98px) {
  .page-header .social-button--ncbr {
    margin: 0 15px;
  }
}
@media (max-width: 1535.98px) {
  .page-header .social-button--ncbr {
    margin: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .page-header .social-button--ncbr {
    margin: 0;
    margin-left: auto;
  }
}
.page-header .social-button--ncbr img {
  max-width: 181px;
}
@media (max-width: 1535.98px) {
  .page-header .social-button--ncbr img {
    max-width: 121px;
  }
}
@media (max-width: 991.98px) {
  .page-header .social-button--ncbr img {
    max-width: 113px;
  }
}
.page-header__controls {
  display: flex;
  align-items: center;
  margin: 0 50px;
}
@media (max-width: 1535.98px) {
  .page-header__controls {
    margin: 0 35px;
  }
}
@media (max-width: 1199.98px) {
  .page-header__controls {
    margin: 0 25px;
  }
}
@media (max-width: 991.98px) {
  .page-header__controls {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 0;
    margin: 0;
  }
}
.page-header .btn-controls {
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
  .page-header .btn-controls {
    width: 40px;
    height: 40px;
    margin: 0 9px;
  }
}
.page-header .btn-controls--search {
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
}
@media (max-width: 991.98px) {
  .page-header .btn-controls--search {
    background-image: url("../images/icon-mobile-search.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
  }
}
.page-header .btn-controls--mobile-nav {
  display: none;
  background-image: url("../images/icon-mobile-nav.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
}
@media (max-width: 991.98px) {
  .page-header .btn-controls--mobile-nav {
    display: flex;
  }
  .page-header .btn-controls--mobile-nav.active {
    background-image: url("../images/icon-mobile-close.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
  }
}
.page-header__language {
  margin-left: 9px;
  margin-right: 22px;
}
@media (max-width: 991.98px) {
  .page-header__language {
    display: none;
    position: relative;
    margin: 0;
    padding: 22px 8px;
    background: #002f67;
    top: 60px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .page-header__language.active {
    display: flex;
  }
}
.page-header__language span {
  display: none;
}
@media (max-width: 991.98px) {
  .page-header__language span {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 50px;
    margin-left: 10px;
  }
}
.page-header__language .btn-language {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
@media (max-width: 1799.98px) {
  .page-header__language .btn-language {
    font-size: 1.5rem;
  }
}
@media (max-width: 1535.98px) {
  .page-header__language .btn-language {
    font-size: 1.3rem;
  }
}
@media (max-width: 1199.98px) {
  .page-header__language .btn-language {
    font-size: 1.1rem;
  }
}
@media (max-width: 991.98px) {
  .page-header__language .btn-language {
    font-size: 1.4rem;
    margin-right: 45px;
    color: rgba(255, 255, 255, 0.5);
  }
}
.page-header__language .btn-language--active {
  display: none;
}
@media (max-width: 991.98px) {
  .page-header__language .btn-language--active {
    display: block;
    color: white;
  }
}
.page-header__bottom {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-bottom-height);
  background: white;
  align-items: center;
  justify-content: end;
  z-index: 1;
  transition: all ease 0.2s;
}
@media (max-width: 991.98px) {
  .page-header__bottom {
    display: none;
    position: relative;
    height: auto;
    top: 60px;
    padding: 18px 8px 18px 8px;
  }
  .page-header__bottom.active {
    display: block;
  }
}
.page-header__search-form {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -350px;
  left: 0;
  width: 100%;
  height: 0;
  background: #002f67;
  z-index: 1;
  transform: translateY(-350px);
  opacity: 0;
  transition: all ease 0.2s;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .page-header__search-form {
    transform: translateY(-185px);
    padding: 0 15px;
    bottom: -245px;
  }
}
.page-header__search-form.active {
  height: 350px;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .page-header__search-form.active {
    height: 185px;
  }
}
.page-header__search-form form {
  display: block;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.page-header__search-form form input {
  display: block;
  position: relative;
  padding-left: 67px;
  padding-right: 220px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 66px;
  padding-bottom: 14px;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  color: white;
  width: 100%;
  background-color: transparent;
  background-image: url("../images/icon-search-main.svg");
  background-repeat: no-repeat;
  background-position: 0 15px;
  background-size: 40px;
}
.page-header__search-form form input::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.page-header__search-form form input:-moz-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.page-header__search-form form input::-moz-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.page-header__search-form form input:not(:-moz-placeholder) + .btn-clear {
  opacity: 1;
  pointer-events: all;
}

.page-header__search-form form input:not(:placeholder-shown) + .btn-clear {
  opacity: 1;
  pointer-events: all;
}
.page-header__search-form form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.page-header__search-form form input:focus:-moz-placeholder {
  opacity: 0;
}

.page-header__search-form form input:focus::-moz-placeholder {
  opacity: 0;
}

.page-header__search-form form input:focus:-ms-input-placeholder {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .page-header__search-form form input {
    font-size: 2.2rem;
    line-height: 31px;
    padding-bottom: 7px;
    background-image: url("../images/icon-search-main.svg");
    background-repeat: no-repeat;
    background-position: 0 calc(50% - 4px);
    background-size: 20px;
    padding-left: 32px;
    padding-right: 20px;
  }
}
.page-header__search-form form .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.page-header__search-form form .button:hover {
  background: #0066b3;
}
@media (max-width: 991.98px) {
  .page-header__search-form form .button {
    display: block;
    position: relative;
    margin: 30px auto 0 auto;
    top: inherit;
    transform: translateY(0);
    max-width: 295px;
    width: 100%;
  }
}
.page-header__search-form form .btn-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 190px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url("../images/icon-search-main-clear.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.2s;
}
@media (max-width: 991.98px) {
  .page-header__search-form form .btn-clear {
    top: 15px;
    transform: translateY(0);
    right: 10px;
  }
}

body:not(.home) .page-header__partners--mobile {
  display: none;
}

body.home {
  --header-actual-height: calc(
      var(--header-total-height) - var(--header-bottom-height)
  );
}
@media (max-width: 991.98px) {
  body.home {
    --header-actual-height: var(--header-mobile-height);
  }
}
body.home .page-header + main {
  margin-top: var(--header-actual-height);
}

#menu-item-16 > a {
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .page-footer .container {
    max-width: 84%;
  }
}
.page-footer__top {
  padding: 70px 0;
  background: #002f67;
}
@media (max-width: 991.98px) {
  .page-footer__top {
    padding: 40px 0 50px 0;
  }
}
.page-footer .footer-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.8;
}
.page-footer ul,
.page-footer li {
  display: block;
  margin: 0;
}
.page-footer ul a,
.page-footer li a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 26px;
  color: white;
  opacity: 1;
  margin-bottom: 14px;
  text-decoration: none;
  transition: all ease 0.2s;
}
.page-footer ul a:hover,
.page-footer li a:hover {
  opacity: 0.6;
}
@media (max-width: 1535.98px) {
  .page-footer ul a,
  .page-footer li a {
    font-size: 1.2rem;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.page-footer p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-bottom: 11px;
  text-decoration: none !important;
}
@media (max-width: 1535.98px) {
  .page-footer p {
    font-size: 1.2rem;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) {
  .page-footer p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.page-footer__logo {
  display: flex;
  position: relative;
  width: 300px;
  rotate: -27deg;
}
.page-footer__logo .logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .page-footer__logo {
    width: 200px;
    rotate: 0deg;
  }
}
.page-footer .col-logo {
  display: flex;
  align-items: center;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .page-footer .col-logo {
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .page-footer .col-menu {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .page-footer .col-info {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .page-footer .col-products {
    margin-bottom: 30px;
  }
}
.page-footer .col-products .footer-title {
  padding-left: 16%;
}
@media (max-width: 1535.98px) {
  .page-footer .col-products .footer-title {
    padding-left: 0;
  }
}
.page-footer .col-products ul {
  display: flex;
  flex-wrap: wrap;
}
.page-footer .col-products li {
  display: block;
  width: 50%;
  padding-left: 16%;
}
@media (max-width: 1535.98px) {
  .page-footer .col-products li {
    padding-left: 0;
  }
}
.page-footer .col-products li a {
  display: block;
}
.page-footer .col-address .footer-title,
.page-footer .col-address p {
  padding-left: 16%;
}
.page-footer .col-address .footer-title a,
.page-footer .col-address p a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1535.98px) {
  .page-footer .col-address .footer-title,
  .page-footer .col-address p {
    padding-left: 0;
  }
}
.page-footer .social-buttons {
  display: flex;
  padding-left: 16%;
  margin-top: 30px;
}
@media (max-width: 1535.98px) {
  .page-footer .social-buttons {
    padding-left: 0;
  }
}
.page-footer .social-button {
  margin-right: 20px;
  transition: all ease 0.2s;
  filter: brightness(1);
}
.page-footer .social-button:hover {
  filter: brightness(0.9);
}
.page-footer .social-button img {
  display: block;
  width: 100%;
  height: auto;
}
.page-footer .social-button--fb img {
  max-width: 25px;
}
.page-footer .social-button--instagram img {
  max-width: 25px;
}
.page-footer .social-button--tiktok img {
  max-width: 22px;
}
.page-footer .social-button--youtube img {
  max-width: 35px;
}
.page-footer__bottom {
  display: flex;
  height: 25px;
  align-items: center;
  background: #224472;
}
.page-footer__bottom .container {
  display: flex;
}
.page-footer__bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
.page-footer__bottom p b {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .page-footer__bottom p b span {
    display: none;
  }
}
.page-footer__bottom .copyright {
  margin-right: auto;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
  .page-footer__bottom .copyright {
    margin-right: auto;
  }
}
.page-footer__bottom .created {
  margin-right: 0;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991.98px) {
  .page-footer__bottom .created {
    margin-left: auto;
    margin-top: 2px;
  }
}
.page-footer__bottom .created b {
  color: white;
}
.page-footer__bottom .created a {
  display: block;
  position: relative;
  width: 142px;
  height: 18px;
}
.page-footer__bottom .created a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .page-footer__bottom .created a {
    width: 124px;
    height: 11px;
  }
}

/*
* Specyfic pages
*/
.page-404 {
  display: block;
  position: relative;
  padding-top: 115px;
  min-height: 730px;
}
@media (max-width: 1199.98px) {
  .page-404 > .container {
    max-width: 95%;
  }
}
@media (max-width: 991.98px) {
  .page-404 {
    padding-top: 30px;
    min-height: auto;
  }
}
.page-404 .image-wrapper {
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-404 .image-wrapper {
    height: 300px;
  }
}
.page-404 .image-wrapper .image-title {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 155px;
  line-height: 186px;
  text-transform: uppercase;
  color: #224472;
}
.page-404 .image-wrapper .image-title--green {
  font-size: 141px;
  line-height: 170px;
  color: #0066b3;
  margin-top: -30px;
}
@media (max-width: 991.98px) {
  .page-404 .image-wrapper .image-title--green {
    font-size: 69px;
    line-height: 83px;
    margin-top: 0;
  }
}
.page-404 .image-wrapper .image-title--black {
  letter-spacing: 40px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .page-404 .image-wrapper .image-title--black {
    font-size: 76px;
    line-height: 91px;
    letter-spacing: 20px;
  }
}
.page-404 .image-wrapper .image {
  display: block;
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: url("../images/orange-404.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .page-404 .image-wrapper .image {
    top: 70px;
    width: 130px;
    height: 130px;
    background-image: url("../images/orange-404.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.page-404 .title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #224472;
  margin-bottom: 23px;
}
@media (max-width: 1199.98px) {
  .page-404 .title {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
@media (max-width: 991.98px) {
  .page-404 .title {
    font-size: 2.2rem;
    line-height: 26px;
    text-align: center;
    margin-bottom: 35px;
  }
}
.page-404 .text {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #224472;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .page-404 .text {
    font-size: 1.4rem;
  }
}
@media (max-width: 991.98px) {
  .page-404 .text {
    font-size: 1.8rem;
    line-height: 25px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-404 .button {
  display: inline-block;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-404 .button {
    border-radius: 16px;
    display: block;
    position: relative;
    max-width: 338px;
    margin: 0 auto 35px auto;
  }
}
@media (max-width: 767.98px) {
  .page-404 .button {
    display: block;
    position: relative;
    margin: 0 auto 25px auto;
    max-width: 295px;
    border-radius: 16px;
  }
}

.archive-page {
  margin-bottom: 75px;
}

.page-header {
  margin-bottom: 0;
  text-align: center;
}

.section-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #002f67;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.posts-listing-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1490px;
  margin: 100px auto 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.post-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 0px !important;
  margin-bottom: 40px;
  transition: transform 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.post-item:hover {
  transform: translateY(-5px);
}
.post-item:hover .post-item__cta {
  background-color: #002f67;
}
.post-item__tag {
  display: inline-block;
  color: white;
  padding: 5px 10px;
  font-size: 0.8em;
  margin-bottom: 10px;
  border-radius: 3px;
  order: -1;
}
.post-item .image-wrapper {
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.post-item__image {
  display: block;
  max-width: 100%;
  height: auto;
}
.post-item .content-wrapper {
  flex-grow: 1;
  padding: 30px;
}
.post-item__title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #224472;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .post-item__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.post-item__caption {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(34, 68, 114, 0.5);
}
.post-item__cta {
  display: inline-block;
  margin-top: auto;
}

@media (min-width: 768px) {
  .post-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
  }
  .post-item .image-wrapper {
    width: 50%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .post-item .content-wrapper {
    width: 50%;
  }
  .post-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .post-item:nth-child(even) .image-wrapper {
    margin-left: 30px;
    margin-right: 0;
  }
  .post-item:nth-child(even) .content-wrapper {
    margin-right: 30px;
    margin-left: 0;
  }
}
/* Pagination styling */
.navigation.pagination {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #0066b3;
  transition: all ease 0.2s;
  min-width: 4.5rem;
}
.navigation.pagination .page-numbers:hover {
  color: #fff;
  background: #002f67;
}
.navigation.pagination .page-numbers.current {
  background: #002f67;
  cursor: default;
}
.navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next {
  padding: 0.8rem 1.6rem;
  position: relative;
}
@media (min-width: 768px) {
  .navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next {
    padding: 0.8rem 2.4rem;
  }
}
.navigation.pagination .page-numbers .nav-icon-prev,
.navigation.pagination .page-numbers .nav-icon-next {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.navigation.pagination .page-numbers .nav-icon-prev {
  margin-right: 8px;
}
.navigation.pagination .page-numbers .nav-icon-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.navigation.pagination .page-numbers .nav-icon-next {
  margin-left: 8px;
}
.navigation.pagination .page-numbers .nav-icon-next:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767.98px) {
  .navigation.pagination .page-numbers {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
    min-width: 3.5rem;
  }
}

.single-post-page {
  padding: 30px 0;
}

.single-post-entry {
  margin: 0 auto;
}
.single-post-entry .entry-header {
  margin-bottom: 30px;
}
.single-post-entry .entry-title {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 15px;
  color: #224472;
  font-weight: 700;
  line-height: normal;
}
.single-post-entry .entry-meta {
  font-size: 0.9em;
  color: #224472;
}
.single-post-entry .entry-meta span {
  margin-right: 15px;
}
.single-post-entry .entry-meta span:last-child {
  margin-right: 0;
}
.single-post-entry .entry-meta a {
  color: #0066b3;
  text-decoration: none;
}
.single-post-entry .entry-meta a:hover {
  color: #002f67;
  text-decoration: underline;
}
.single-post-entry .post-thumbnail {
  margin-bottom: 30px;
}
.single-post-entry .post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
}
.single-post-entry .entry-content {
  font-size: 1.1em;
  line-height: 1.7;
  color: #224472;
}
.single-post-entry .entry-content p {
  margin-bottom: 1.5em;
}
.single-post-entry .entry-content h1,
.single-post-entry .entry-content h2,
.single-post-entry .entry-content h3,
.single-post-entry .entry-content h4,
.single-post-entry .entry-content h5,
.single-post-entry .entry-content h6 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  color: #224472;
  font-weight: 700;
}
.single-post-entry .entry-content ul,
.single-post-entry .entry-content ol {
  margin-bottom: 1.5em;
  padding-left: 20px;
}
.single-post-entry .entry-content li {
  margin-bottom: 0.5em;
}
.single-post-entry .entry-content blockquote {
  margin: 1.5em 0;
  padding: 1em 20px;
  border-left: 4px solid #0066b3;
  background-color: #f9f9f9;
  font-style: italic;
}
.single-post-entry .page-links {
  margin-top: 30px;
}
.single-post-entry .entry-footer {
  margin-top: 30px;
  font-size: 0.9em;
  color: #224472;
}
.single-post-entry .tags-links {
  display: block;
  margin-bottom: 10px;
}
.single-post-entry .tags-links a {
  margin-right: 5px;
}
.single-post-entry .edit-link {
  display: block;
  margin-top: 10px;
}
.single-post-entry .related-posts {
  margin-top: 50px;
  margin-bottom: 70px;
}
.single-post-entry .related-posts h2 {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #224472;
  margin-bottom: 25px;
  text-align: center;
}
.single-post-entry .related-posts .related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 991.98px) {
  .single-post-entry .related-posts .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-post-entry .related-posts .related-posts-grid {
    grid-template-columns: 1fr;
  }
}
.single-post-entry .related-posts .related-post-item {
  transition: transform 0.3s ease;
}
.single-post-entry .related-posts .related-post-item:hover {
  transform: translateY(-5px);
}
.single-post-entry .related-posts .related-post-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.single-post-entry .related-posts .related-post-item .related-post-thumbnail {
  margin-bottom: 15px;
  border-radius: 16px;
  overflow: hidden;
}
.single-post-entry .related-posts .related-post-item .related-post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.single-post-entry .related-posts .related-post-item .related-post-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #224472;
  margin: 0;
}
.single-post-entry .related-posts .related-post-item .related-post-title:hover {
  color: #0066b3;
}

/* Standard post navigation (only for mobile) */
.post-navigation {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .post-navigation {
    display: none; /* Hide standard navigation on larger screens */
  }
}

/* Fancy post navigation (for tablets and larger screens) */
.fancy-post-navigation {
  display: none; /* Hidden by default on mobile */
}
@media (min-width: 992px) {
  .fancy-post-navigation {
    display: block;
    position: relative;
  }
}
.fancy-post-navigation .fancy-nav-link {
  position: fixed;
  top: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  text-decoration: none;
  transform: translateY(-50%);
}
.fancy-post-navigation .fancy-nav-link.fancy-nav-prev {
  left: 0;
}
.fancy-post-navigation .fancy-nav-link.fancy-nav-prev .fancy-nav-arrow {
  background-image: url("../images/icon-product-prev.svg");
  left: 0;
  border-radius: 0 5px 5px 0;
}
.fancy-post-navigation .fancy-nav-link.fancy-nav-prev .fancy-nav-preview {
  left: 60px;
  transform: translateX(-20px);
}
.fancy-post-navigation .fancy-nav-link.fancy-nav-next {
  right: 0;
}
.fancy-post-navigation .fancy-nav-link.fancy-nav-next .fancy-nav-arrow {
  background-image: url("../images/icon-product-next.svg");
  right: 0;
  border-radius: 5px 0 0 5px;
}
.fancy-post-navigation .fancy-nav-link.fancy-nav-next .fancy-nav-preview {
  right: 60px;
  transform: translateX(20px);
}
.fancy-post-navigation .fancy-nav-link:hover .fancy-nav-preview {
  opacity: 1;
  transform: translateX(0);
}
.fancy-post-navigation .fancy-nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 80px;
  background-color: #0066b3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  transition: background-color 0.3s ease;
}
.fancy-post-navigation .fancy-nav-arrow:hover {
  background-color: #002f67;
}
.fancy-post-navigation .fancy-nav-preview {
  position: absolute;
  width: 320px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.fancy-post-navigation .fancy-nav-image {
  width: 100%;
  height: 180px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
}
.fancy-post-navigation .fancy-nav-content {
  padding: 15px;
}
.fancy-post-navigation .fancy-nav-label {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0066b3;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.fancy-post-navigation .fancy-nav-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #224472;
  margin: 0;
}

#comments {
  margin-top: 40px;
}

.search-page {
  position: relative;
  padding-top: 90px;
  margin-bottom: 75px;
}
.search-page .page-header {
  margin-bottom: 0;
  text-align: center;
}
.search-page .page-header .section-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #002f67;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .search-page .page-header .section-title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.search-page .page-header .section-title .search-query {
  color: #0066b3;
  font-style: italic;
}
.search-page .page-header .search-results-count {
  font-size: 1.6rem;
  color: rgba(34, 68, 114, 0.5);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .search-page .page-header .search-results-count {
    font-size: 1.4rem;
  }
}

.search-section {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .search-section {
    margin-bottom: 40px;
  }
}
.search-section__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #002f67;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .search-section__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.search-section__count {
  font-size: 1.8rem;
  color: rgba(34, 68, 114, 0.5);
  font-weight: 400;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .search-section__count {
    font-size: 1.4rem;
  }
}

.products-cards-wrapper--search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .products-cards-wrapper--search {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .products-cards-wrapper--search {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .products-cards-wrapper--search {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
  }
}
@media (min-width: 1536px) {
  .products-cards-wrapper--search {
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
  }
}
.products-cards-wrapper--search .product-item {
  width: 100% !important;
  max-width: none !important;
  margin: 0px !important;
}

.search-results-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .search-results-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .search-results-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .search-results-wrapper--pages, .search-results-wrapper--posts, .search-results-wrapper--recipes {
    grid-template-columns: repeat(2, 1fr);
  }
}

.search-item {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.search-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.search-item:hover .search-item__cta {
  background-color: #002f67;
}
.search-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.search-item__link:hover {
  text-decoration: none;
  color: inherit;
}
.search-item .image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.search-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.search-item .content-wrapper {
  flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.search-item__type {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  align-self: flex-start;
}
.search-item__type--article {
  background-color: #0066b3;
  color: white;
}
.search-item__type--product {
  background-color: #002f67;
  color: white;
}
.search-item__type--recipe {
  background-color: #002f67;
  color: white;
}
.search-item__type--default {
  background-color: rgba(34, 68, 114, 0.5);
  color: white;
}
.search-item__category, .search-item__product-line, .search-item__recipe-category {
  display: inline-block;
  font-size: 1.2rem;
  color: rgba(34, 68, 114, 0.5);
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
.search-item__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #224472;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .search-item__title {
    font-size: 1.6rem;
  }
}
.search-item__excerpt {
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgba(34, 68, 114, 0.5);
  margin-bottom: 20px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-item__cta {
  display: inline-block;
  align-self: flex-start;
  padding: 0.8rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #0066b3;
  transition: all ease 0.2s;
  margin-top: auto;
}
.search-item__cta:hover {
  color: #fff;
  background: #002f67;
}

.product-item__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  color: #6c757d;
  font-size: 1.4rem;
  text-align: center;
  min-height: 200px;
}
@media (max-width: 767.98px) {
  .product-item__placeholder {
    min-height: 150px;
    font-size: 1.2rem;
  }
}

.search-form {
  margin-bottom: 30px;
}
.search-form__wrapper {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
.search-form .search-field {
  flex-grow: 1;
  border: none;
  padding: 15px 20px;
  font-size: 1.6rem;
  background: white;
}
.search-form .search-field:focus {
  outline: none;
  box-shadow: none;
}
.search-form .search-submit {
  border: none;
  background: #0066b3;
  color: white;
  padding: 15px 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.search-form .search-submit:hover {
  background: #002f67;
}
.search-form .search-submit__text {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .search-results-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .search-item .image-wrapper {
    height: 150px;
  }
  .search-item .content-wrapper {
    padding: 15px;
  }
  .search-item__cta {
    padding: 0.6rem 1.2rem;
    font-size: 1.1rem;
  }
}
