<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://use.typekit.net/bml8chs.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --white: #fff;
  --black: #000;
  --red: #DF182C;
  --bluedark: #253164;
  --darkblue2: #232A55;
  --blue: #126AB3;
  --bluesoft: #74C6C8;
  --bluelight: #D9EEF2;
  --bluemallard: #1F5975;
  --blueelectric: #2B307F;
  --firgreen: #005055;
  --green: #7EC39B;
  --lightgreen2: #E8F1DA;
  --orange2: #F07E31;
  --orangebright: #F8AA00;
  --lightyellow2: #FCEFB8;
  --softred: #EC6669;
  --lightred: #F2979A;
  --grey: #F0F0F0;
  --lightgreen: #DAF5E6;
  --orange: #FDE7C3;
  --lightyellow: #FAF1E3;
  --lightorange: #F8E7DF;
}

.has-white-background-color {
  background-color: var(--white) !important;
}

.has-white-color {
  color: var(--white) !important;
}

.has-black-background-color {
  background-color: var(--black) !important;
}

.has-black-color {
  color: var(--black) !important;
}

.has-red-background-color {
  background-color: var(--red) !important;
}

.has-red-color {
  color: var(--red) !important;
}

.has-bluedark-background-color {
  background-color: var(--bluedark) !important;
}

.has-bluedark-color {
  color: var(--bluedark) !important;
}

.has-darkblue2-background-color {
  background-color: var(--darkblue2) !important;
}

.has-darkblue2-color {
  color: var(--darkblue2) !important;
}

.has-blue-background-color {
  background-color: var(--blue) !important;
}

.has-blue-color {
  color: var(--blue) !important;
}

.has-bluesoft-background-color {
  background-color: var(--bluesoft) !important;
}

.has-bluesoft-color {
  color: var(--bluesoft) !important;
}

.has-bluelight-background-color {
  background-color: var(--bluelight) !important;
}

.has-bluelight-color {
  color: var(--bluelight) !important;
}

.has-bluemallard-background-color {
  background-color: var(--bluemallard) !important;
}

.has-bluemallard-color {
  color: var(--bluemallard) !important;
}

.has-blueelectric-background-color {
  background-color: var(--blueelectric) !important;
}

.has-blueelectric-color {
  color: var(--blueelectric) !important;
}

.has-firgreen-background-color {
  background-color: var(--firgreen) !important;
}

.has-firgreen-color {
  color: var(--firgreen) !important;
}

.has-green-background-color {
  background-color: var(--green) !important;
}

.has-green-color {
  color: var(--green) !important;
}

.has-lightgreen2-background-color {
  background-color: var(--lightgreen2) !important;
}

.has-lightgreen2-color {
  color: var(--lightgreen2) !important;
}

.has-orange2-background-color {
  background-color: var(--orange2) !important;
}

.has-orange2-color {
  color: var(--orange2) !important;
}

.has-orangebright-background-color {
  background-color: var(--orangebright) !important;
}

.has-orangebright-color {
  color: var(--orangebright) !important;
}

.has-lightyellow2-background-color {
  background-color: var(--lightyellow2) !important;
}

.has-lightyellow2-color {
  color: var(--lightyellow2) !important;
}

.has-softred-background-color {
  background-color: var(--softred) !important;
}

.has-softred-color {
  color: var(--softred) !important;
}

.has-lightred-background-color {
  background-color: var(--lightred) !important;
}

.has-lightred-color {
  color: var(--lightred) !important;
}

.has-grey-background-color {
  background-color: var(--grey) !important;
}

.has-grey-color {
  color: var(--grey) !important;
}

.has-lightgreen-background-color {
  background-color: var(--lightgreen) !important;
}

.has-lightgreen-color {
  color: var(--lightgreen) !important;
}

.has-orange-background-color {
  background-color: var(--orange) !important;
}

.has-orange-color {
  color: var(--orange) !important;
}

.has-lightyellow-background-color {
  background-color: var(--lightyellow) !important;
}

.has-lightyellow-color {
  color: var(--lightyellow) !important;
}

.has-lightorange-background-color {
  background-color: var(--lightorange) !important;
}

.has-lightorange-color {
  color: var(--lightorange) !important;
}

.is-style-background-partial.has-white-background-color {
  background: none !important;
}
.is-style-background-partial.has-white-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-white-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--white) !important;
}
.is-style-background-partial.has-black-background-color {
  background: none !important;
}
.is-style-background-partial.has-black-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-black-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--black) !important;
}
.is-style-background-partial.has-red-background-color {
  background: none !important;
}
.is-style-background-partial.has-red-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-red-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--red) !important;
}
.is-style-background-partial.has-bluedark-background-color {
  background: none !important;
}
.is-style-background-partial.has-bluedark-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-bluedark-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--bluedark) !important;
}
.is-style-background-partial.has-darkblue2-background-color {
  background: none !important;
}
.is-style-background-partial.has-darkblue2-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-darkblue2-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--darkblue2) !important;
}
.is-style-background-partial.has-blue-background-color {
  background: none !important;
}
.is-style-background-partial.has-blue-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-blue-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--blue) !important;
}
.is-style-background-partial.has-bluesoft-background-color {
  background: none !important;
}
.is-style-background-partial.has-bluesoft-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-bluesoft-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--bluesoft) !important;
}
.is-style-background-partial.has-bluelight-background-color {
  background: none !important;
}
.is-style-background-partial.has-bluelight-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-bluelight-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--bluelight) !important;
}
.is-style-background-partial.has-bluemallard-background-color {
  background: none !important;
}
.is-style-background-partial.has-bluemallard-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-bluemallard-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--bluemallard) !important;
}
.is-style-background-partial.has-blueelectric-background-color {
  background: none !important;
}
.is-style-background-partial.has-blueelectric-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-blueelectric-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--blueelectric) !important;
}
.is-style-background-partial.has-firgreen-background-color {
  background: none !important;
}
.is-style-background-partial.has-firgreen-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-firgreen-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--firgreen) !important;
}
.is-style-background-partial.has-green-background-color {
  background: none !important;
}
.is-style-background-partial.has-green-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-green-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--green) !important;
}
.is-style-background-partial.has-lightgreen2-background-color {
  background: none !important;
}
.is-style-background-partial.has-lightgreen2-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-lightgreen2-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightgreen2) !important;
}
.is-style-background-partial.has-orange2-background-color {
  background: none !important;
}
.is-style-background-partial.has-orange2-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-orange2-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--orange2) !important;
}
.is-style-background-partial.has-orangebright-background-color {
  background: none !important;
}
.is-style-background-partial.has-orangebright-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-orangebright-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--orangebright) !important;
}
.is-style-background-partial.has-lightyellow2-background-color {
  background: none !important;
}
.is-style-background-partial.has-lightyellow2-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-lightyellow2-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightyellow2) !important;
}
.is-style-background-partial.has-softred-background-color {
  background: none !important;
}
.is-style-background-partial.has-softred-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-softred-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--softred) !important;
}
.is-style-background-partial.has-lightred-background-color {
  background: none !important;
}
.is-style-background-partial.has-lightred-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-lightred-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightred) !important;
}
.is-style-background-partial.has-grey-background-color {
  background: none !important;
}
.is-style-background-partial.has-grey-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-grey-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--grey) !important;
}
.is-style-background-partial.has-lightgreen-background-color {
  background: none !important;
}
.is-style-background-partial.has-lightgreen-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-lightgreen-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightgreen) !important;
}
.is-style-background-partial.has-orange-background-color {
  background: none !important;
}
.is-style-background-partial.has-orange-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-orange-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--orange) !important;
}
.is-style-background-partial.has-lightyellow-background-color {
  background: none !important;
}
.is-style-background-partial.has-lightyellow-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-lightyellow-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightyellow) !important;
}
.is-style-background-partial.has-lightorange-background-color {
  background: none !important;
}
.is-style-background-partial.has-lightorange-background-color &gt; * {
  position: relative;
  z-index: 1;
}
.is-style-background-partial.has-lightorange-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightorange) !important;
}
.is-style-background-partial .wp-block-image {
  margin-bottom: 0;
}

.is-style-small .is-style-background-partial.has-white-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-white-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--white) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-black-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-black-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--black) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-red-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-red-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--red) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-bluedark-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-bluedark-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--bluedark) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-darkblue2-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-darkblue2-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--darkblue2) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-blue-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-blue-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--blue) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-bluesoft-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-bluesoft-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--bluesoft) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-bluelight-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-bluelight-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--bluelight) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-bluemallard-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-bluemallard-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--bluemallard) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-blueelectric-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-blueelectric-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--blueelectric) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-firgreen-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-firgreen-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--firgreen) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-green-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-green-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--green) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-lightgreen2-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-lightgreen2-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightgreen2) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-orange2-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-orange2-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--orange2) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-orangebright-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-orangebright-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--orangebright) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-lightyellow2-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-lightyellow2-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightyellow2) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-softred-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-softred-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--softred) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-lightred-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-lightred-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightred) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-grey-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-grey-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--grey) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-lightgreen-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-lightgreen-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightgreen) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-orange-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-orange-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--orange) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-lightyellow-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-lightyellow-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightyellow) !important;
  border-radius: 10px;
}
.is-style-small .is-style-background-partial.has-lightorange-background-color {
  background: none !important;
}
.is-style-small .is-style-background-partial.has-lightorange-background-color:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: var(--lightorange) !important;
  border-radius: 10px;
}

/* $hamburger-layer-color: $color-1; */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.focus-visible {
  outline: 2px solid var(--grey) !important;
  border-radius: 6px;
  transition: unset;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */
body {
  transition: all 300ms;
  background: var(--white);
  color: var(--bluedark);
}
body.opened {
  overflow: hidden;
}

main {
  padding-top: 150px;
}
@media (max-width: 1199.98px) {
  main {
    padding-top: 90px;
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.entry img {
  border-radius: 10px;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row .col-1 {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 5px;
}
.row .col-2 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 5px;
}
@media (max-width: 575.98px) {
  .row .col-2 {
    flex: 0 0 auto;
    width: 100%;
  }
}

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

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background: #fff;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background: #000;
}

.has-red-color {
  color: #DF182C;
}

.has-red-background-color {
  background: #DF182C;
}

.has-bluedark-color {
  color: #253164;
}

.has-bluedark-background-color {
  background: #253164;
}

.has-darkblue2-color {
  color: #232A55;
}

.has-darkblue2-background-color {
  background: #232A55;
}

.has-blue-color {
  color: #126AB3;
}

.has-blue-background-color {
  background: #126AB3;
}

.has-bluesoft-color {
  color: #74C6C8;
}

.has-bluesoft-background-color {
  background: #74C6C8;
}

.has-bluelight-color {
  color: #D9EEF2;
}

.has-bluelight-background-color {
  background: #D9EEF2;
}

.has-bluemallard-color {
  color: #1F5975;
}

.has-bluemallard-background-color {
  background: #1F5975;
}

.has-blueelectric-color {
  color: #2B307F;
}

.has-blueelectric-background-color {
  background: #2B307F;
}

.has-firgreen-color {
  color: #005055;
}

.has-firgreen-background-color {
  background: #005055;
}

.has-green-color {
  color: #7EC39B;
}

.has-green-background-color {
  background: #7EC39B;
}

.has-lightgreen2-color {
  color: #E8F1DA;
}

.has-lightgreen2-background-color {
  background: #E8F1DA;
}

.has-orange2-color {
  color: #F07E31;
}

.has-orange2-background-color {
  background: #F07E31;
}

.has-orangebright-color {
  color: #F8AA00;
}

.has-orangebright-background-color {
  background: #F8AA00;
}

.has-lightyellow2-color {
  color: #FCEFB8;
}

.has-lightyellow2-background-color {
  background: #FCEFB8;
}

.has-softred-color {
  color: #EC6669;
}

.has-softred-background-color {
  background: #EC6669;
}

.has-lightred-color {
  color: #F2979A;
}

.has-lightred-background-color {
  background: #F2979A;
}

.has-grey-color {
  color: #F0F0F0;
}

.has-grey-background-color {
  background: #F0F0F0;
}

.has-lightgreen-color {
  color: #DAF5E6;
}

.has-lightgreen-background-color {
  background: #DAF5E6;
}

.has-orange-color {
  color: #FDE7C3;
}

.has-orange-background-color {
  background: #FDE7C3;
}

.has-lightyellow-color {
  color: #FAF1E3;
}

.has-lightyellow-background-color {
  background: #FAF1E3;
}

.has-lightorange-color {
  color: #F8E7DF;
}

.has-lightorange-background-color {
  background: #F8E7DF;
}

.form-control {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
}
.form-control::placeholder {
  color: rgba(var(--white), 0.7);
}

.wp-element-caption {
  font-style: italic;
}

.hidden {
  display: none;
}

@media (max-width: 991.98px) {
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 767.98px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 15px;
    margin-bottom: 15px;
  }
}

.pagination-navigation {
  padding-top: 50px;
}

.wp-block-post-navigation-link a {
  padding: 15px 20px;
  color: var(--bluedark);
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .wp-block-post-navigation-link a {
    padding: 10px 20px;
  }
}
@media (max-width: 575.98px) {
  .wp-block-post-navigation-link a {
    width: 255px;
  }
}
.wp-block-post-navigation-link a:hover {
  background: var(--white);
  color: var(--bluedark);
}
.wp-block-post-navigation-link.post-navigation-link-previous a::before {
  content: "";
  width: 30px;
  height: 13px;
  background: url("../img/icon-button-arrow.svg") no-repeat center center;
  background-size: contain;
  transition: all 500ms;
  transform: rotate(180deg);
}
.wp-block-post-navigation-link.post-navigation-link-next a::after {
  content: "";
  width: 30px;
  height: 13px;
  background: url("../img/icon-button-arrow.svg") no-repeat center center;
  background-size: contain;
  transition: all 500ms;
}

.pagination_single ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .pagination_single ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .pagination_single ul li {
    width: 100%;
  }
}
.pagination_single ul li a {
  width: 100%;
}
.pagination_single ul li:last-child a {
  display: flex;
  justify-content: end;
}

.scroll_top {
  width: 100px;
  position: fixed;
  right: -200px;
  bottom: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .scroll_top {
    width: 40px;
  }
}
.scroll_top .wp-block-image {
  margin-bottom: 5px;
}
.scroll_top p {
  font-size: 14px;
  margin-top: 5px;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .scroll_top p {
    display: none;
  }
}
.scroll_top.active {
  right: 50px;
}
@media (max-width: 767.98px) {
  .scroll_top.active {
    right: 20px;
  }
}

.fancybox__carousel .fancybox__content {
  transform: unset !important;
  background: var(--white) !important;
  padding: 1px !important;
  border-radius: 18px;
  height: auto !important;
}
.fancybox__carousel .fancybox__content figure {
  margin-bottom: 0;
  display: block;
}
.fancybox__carousel .fancybox__content img {
  border-radius: 18px;
  display: block;
}
.fancybox__carousel .fancybox__content .wp-element-caption {
  padding: 5px 20px;
}
.fancybox__carousel .fancybox__content .close-popup {
  width: 46px;
  height: 46px;
  background: url("../img/close-popup.svg");
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  cursor: pointer;
}

.fancybox__caption {
  display: none;
}

.fancybox__nav .is-next {
  width: 63px;
  height: 63px;
  background: url("../img/next-gallery.svg") no-repeat center center;
  background-size: contain;
}
.fancybox__nav .is-next:before, .fancybox__nav .is-next svg {
  display: none;
}
.fancybox__nav .is-prev {
  width: 63px;
  height: 63px;
  background: url("../img/prev-gallery.svg") no-repeat center center;
  background-size: contain;
}
.fancybox__nav .is-prev:before, .fancybox__nav .is-prev svg {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.youtube-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.youtube-lightbox .youtube-iframe {
  width: calc(100% - 320px);
  height: 80%;
}
.youtube-lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 136px;
  height: 136px;
  background: none;
  border: none;
  background-color: var(--white);
  color: var(--bluedark);
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px 6px 0 0;
}
.youtube-lightbox .lightbox-close:before {
  content: "";
  width: 78px;
  height: 78px;
  mask-image: url("../img/close.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  --webkit-mask-image: url("../img/close.svg");
  --webkit-mask-size: contain;
  --webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
}

@media (max-width: 768px) {
  :root {
    --wp--preset--spacing--60: 2rem;
    --wp--preset--spacing--70: 2.5rem;
    --wp--preset--spacing--80: 3rem;
  }
}
#accessconfig {
  display: none;
}

.orejime-Root [class^=orejime-] {
  font-size: 16px;
}
.orejime-Root .orejime-Button {
  background: var(--bluedark);
}
.orejime-Root .orejime-Env a {
  color: var(--bluedark);
}

.orejime-Env .orejime-ContextualNotice {
  text-align: center;
  background-color: var(--bluelight);
}
.orejime-Env .orejime-ContextualNotice p {
  text-align: center;
}

.cookie-settings-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border: 0;
  z-index: 999;
  cursor: pointer;
  background-color: var(--white);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 0;
  transition: all 0.3s ease;
}
.cookie-settings-button::before {
  content: "";
  width: 35px;
  height: 35px;
  mask-image: url(../img/cookie.svg);
  mask-size: auto auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/cookie.svg);
  -webkit-mask-size: auto auto;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 0.3s ease;
}
.cookie-settings-button:hover::before {
  mask-image: url(../img/cookie-hover.svg);
  -webkit-mask-image: url(../img/cookie-hover.svg);
  transform: rotate(45deg);
}

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

#wp-skip-link {
  display: none;
}

header .quick-access {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1000;
}
header .quick-access:focus-within {
  opacity: 1;
  z-index: 1000;
}
header .quick-access nav ul {
  justify-content: space-between;
  gap: 20px;
}
header .quick-access nav ul li a {
  border: 1px solid var(--bluedark);
  border-radius: 10px;
  padding: 12px 15px;
}
header .header {
  z-index: 2;
  transition: all 300ms;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 20px 15px;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  align-items: flex-start;
}
@media screen and (min-width: 1570px) {
  header .header {
    padding: 30px 80px;
  }
}
@media screen and (max-width: 1340px) {
  header .header {
    align-items: center;
  }
}
header .header .logo {
  max-width: 360px;
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  header .header .logo {
    max-width: 250px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1340px) {
  header .header .logo {
    max-width: 160px;
  }
}
@media (max-width: 1199.98px) {
  header .header .logo {
    max-width: 260px;
  }
}
@media screen and (max-width: 990px) {
  header .header .logo {
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  header .header .logo {
    max-width: 220px;
  }
}
header .header .wp-block-site-logo {
  margin-right: 10px;
  flex: 0 0 143px;
}
@media (min-width: 576px) {
  header .header .wp-block-site-logo {
    margin-right: 20px;
    flex: 0 0 200px;
  }
  header .header .wp-block-site-logo img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  header .header .wp-block-site-logo {
    margin-right: 20px;
    flex: 0 0 250px;
  }
  header .header .wp-block-site-logo img {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  header .header .wp-block-site-logo {
    margin-right: 50px;
    flex: 0 0 135px;
  }
  header .header .wp-block-site-logo img {
    width: 135px;
  }
}
@media (min-width: 1440px) {
  header .header .wp-block-site-logo {
    flex: 0 0 135px;
  }
  header .header .wp-block-site-logo img {
    width: 135px;
  }
}
@media (max-width: 1199.98px) {
  header .header nav.header_menu {
    width: 100%;
  }
}
header .header nav.header_menu #menu-menu-principal {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: unset;
  list-style-type: none;
  margin: 0 auto;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  header .header nav.header_menu #menu-menu-principal {
    gap: 10px;
  }
}
@media (max-width: 1199.98px) {
  header .header nav.header_menu #menu-menu-principal {
    display: block;
  }
}
header .header nav.header_menu #menu-menu-principal p {
  display: none;
}
header .header nav.header_menu #menu-menu-principal .menu_arrow {
  background-color: var(--white);
  width: 12px;
  height: 12px;
  mask-image: url(../img/menu-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url(../img/menu-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  display: inline-block;
  margin-left: 10px;
  translate: all 500ms;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal .menu_arrow {
    background-color: var(--bluedark);
  }
}
header .header nav.header_menu #menu-menu-principal .menu-item .menu-item-text {
  background: none;
  border: none;
  outline: unset !important;
  color: var(--grey);
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal .menu-item .menu-item-text {
    color: var(--bluedark);
  }
}
header .header nav.header_menu #menu-menu-principal .menu-item a.menu-item-text:focus {
  border: 1px solid !important;
}
header .header nav.header_menu #menu-menu-principal .menu-item button.menu-item-text:focus span {
  border: 1px solid !important;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal .menu-item.has-border {
    border: 1px solid var(--bluedark);
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item {
  padding: 10px 20px;
  position: relative;
  border: 1px solid transparent;
}
@media screen and (max-width: 1440px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item {
    padding: 10px 10px;
  }
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega {
    position: unset;
  }
}
@media (max-width: 1199.98px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item {
    padding: 25px 20px;
  }
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item:before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    border: 1px dashed var(--grey);
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item::marker {
  display: none;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item:before {
    content: "";
    width: 100%;
    height: 11px;
    background: var(--white);
    bottom: -11px;
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
    opacity: 0;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega, header .header nav.header_menu #menu-menu-principal &gt; .menu-item.side-menu {
  padding: 0;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega::before, header .header nav.header_menu #menu-menu-principal &gt; .menu-item.side-menu::before {
  display: none;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega &gt; button, header .header nav.header_menu #menu-menu-principal &gt; .menu-item.side-menu &gt; button {
  padding: 15px 20px 12px 20px !important;
}
@media screen and (max-width: 1440px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega &gt; button, header .header nav.header_menu #menu-menu-principal &gt; .menu-item.side-menu &gt; button {
    padding: 10px 10px !important;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega &gt; button:before, header .header nav.header_menu #menu-menu-principal &gt; .menu-item.side-menu &gt; button:before {
  content: "";
  width: 100%;
  height: 11px;
  background: var(--white);
  bottom: -11px;
  left: 0;
  z-index: 1;
  display: block;
  position: absolute;
  opacity: 0;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega.opened &gt; button:before, header .header nav.header_menu #menu-menu-principal &gt; .menu-item.side-menu.opened &gt; button:before {
  opacity: 1;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children {
  border-radius: 10px 10px 0 0;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children:after {
  content: "";
  width: 5px;
  height: 10px;
  mask-image: url(../img/menu-icon.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url(../img/menu-icon.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background: var(--bluedark);
  display: inline-block;
  opacity: 0;
  background-size: contain;
  display: none;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .menu-item-text {
  position: relative;
  padding: 0;
  cursor: pointer;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper {
  width: 100%;
  min-width: 300px;
  display: none;
}
@media screen and (max-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
}
@media (max-width: 1199.98px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu {
    width: 100%;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li {
  width: 100%;
  border-bottom: 1px dashed var(--bluedark);
  display: flex;
  align-items: center;
  position: relative;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li:last-child {
  border-bottom: unset;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li .menu-item-text {
  position: relative;
  width: 100%;
  padding: 15px;
  color: var(--white);
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li .menu-item-text {
    color: var(--bluedark);
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li .menu-item-text:after {
  content: "";
  width: 30px;
  height: 13px;
  mask-image: url("../img/icon-button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/icon-button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li a.menu-item-text:hover {
  background: var(--bluedark);
  color: var(--white);
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li .icon-menu img {
  max-width: 24px;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li:hover:before {
  display: block;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li.button a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.opened {
    background: var(--white);
    border: 1px solid var(--grey);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  }
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.opened &gt; .menu-item-text {
    color: var(--bluedark) !important;
  }
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.opened:before {
    opacity: 1;
  }
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.opened .menu_arrow {
    transform: rotate(180deg);
  }
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.opened &gt; .sub_menu-wrapper {
    display: block;
  }
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.opened &gt; .menu-item-text:after {
    display: block;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.opened &gt; .sub_menu-wrapper {
  display: flex;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega.opened &gt; .sub_menu-wrapper {
    display: flex;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper {
  background: var(--bluedark);
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper {
    top: calc(100% - 21px);
    border: 1px solid var(--grey);
  }
}
@media screen and (min-width: 1550px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper {
    top: calc(100% - 31px);
  }
}
@media screen and (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu {
    width: 25%;
    padding-left: 10px;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu li {
  border-bottom: 0;
  display: block;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; li {
  border-bottom: 1px dashed var(--grey);
}
@media screen and (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; li {
    border-bottom: unset;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; li:last-child {
  border-bottom: unset;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; li &gt; .menu-item-text {
  color: var(--white);
  text-align: left;
  font-family: "ivypresto-display";
  padding: 20px 0;
  display: block;
  cursor: pointer;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; li &gt; .menu-item-text {
    padding: 30px;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; li .menu_arrow {
  display: none;
}
@media screen and (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; li.active &gt; .menu-item-text {
    background: var(--white);
    color: var(--bluedark);
    border-radius: 10px 0 0 10px;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item-has-children {
  position: unset;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item-has-children &gt; .sub_menu-wrapper {
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item-has-children &gt; .sub_menu-wrapper {
    display: none;
    padding-left: 0;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item-has-children &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item-has-children &gt; .menu-item-text {
  text-align: left;
  font-weight: bold;
  padding-left: 0;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item-has-children &gt; .sub_menu-wrapper .sub-menu li a {
  display: block;
  padding: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper {
    width: 75%;
    background: var(--white);
    padding: 30px 5% 0 5%;
    overflow: auto;
    max-height: calc(100vh - 70px);
  }
}
@media screen and (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper {
    display: none;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper.active {
  display: block;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper &gt; .sub-menu {
  display: flex;
  gap: 30px;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item {
  flex: 1;
  display: block;
  border-bottom: 0;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item &gt; .menu-item-text {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  padding: 0;
  position: relative;
  padding-top: 40px;
  margin-bottom: 30px;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item &gt; .menu-item-text:before {
  content: "";
  height: 1px;
  width: 154px;
  border-radius: 5px;
  background: var(--red);
  position: absolute;
  left: 0;
  bottom: -20px;
  top: unset;
  transform: unset;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item .menu_arrow {
  display: none;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item .sub-menu {
  display: block;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item .sub-menu li {
  border-bottom: unset;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.mega &gt; .sub_menu-wrapper .mega_menu-wrapper &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item .sub-menu li a {
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
  /*
  														&amp;:before{
  															content: "";
  															width: 1px;
  															height: 100%;
  															background: color("bluesoft");
  															position: absolute;
  															top: 0;
  															left: 0;
  														}
  															*/
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu {
    position: unset;
  }
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper {
    background: var(--white);
    top: calc(100% - 21px);
    width: 70%;
    right: 20px;
    left: unset;
    border-radius: 10px;
    padding: 30px 5%;
    border: 1px solid var(--grey);
  }
}
@media screen and (min-width: 1550px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper {
    top: calc(100% - 31px);
    width: 50%;
  }
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu {
    display: flex;
    gap: 30px;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item {
  flex: 1;
  display: block;
  border-bottom: 0;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item &gt; .menu-item-text {
  text-align: left;
  font-weight: 600;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item &gt; .menu-item-text {
    font-size: 24px;
    text-align: left;
    padding: 0;
    position: relative;
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item &gt; .menu-item-text:before {
  content: "";
  height: 1px;
  width: 154px;
  border-radius: 5px;
  background: var(--red);
  position: absolute;
  bottom: -20px;
  top: unset;
  transform: unset;
  display: none;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item &gt; .menu-item-text:before {
    display: block;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item .menu_arrow {
  display: none;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item .sub-menu {
  display: block;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item .sub-menu li {
  border-bottom: unset;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item .sub-menu li a {
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
  /*
  												&amp;:before{
  													content: "";
  													width: 1px;
  													height: 100%;
  													background: color("bluesoft");
  													position: absolute;
  													top: 0;
  													left: 0;
  													display: none;

  													@include media-breakpoint-up(xl){
  														display: block;
  													}
  												}
  													*/
}
@media (max-width: 1199.98px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.side-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item .sub-menu li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper {
  min-width: 686px;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper {
    padding: 50px;
    border-radius: 0 10px 10px 10px;
    border: 1px solid var(--grey);
    left: -1px;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu {
  position: relative;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu {
    display: flex;
    gap: 80px;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu:before {
  content: "";
  height: 100%;
  top: 0;
  left: 50%;
  border: 0.5px dashed var(--bluedark);
  position: absolute;
  display: none;
}
@media (min-width: 1200px) {
  header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu:before {
    display: block;
  }
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; li {
  align-items: start;
  border-bottom: unset;
  padding-right: 30px;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; li .sub_menu-wrapper {
  width: 100%;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu .no-link &gt; .menu-item-text {
  display: none;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu .no-link &gt; .menu_arrow {
  display: none;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item-has-children .sub_menu-wrapper .menu-item {
  border-bottom: unset;
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item-has-children .sub_menu-wrapper .menu-item .menu-item-text {
  position: relative;
  /*
  												&amp;:after{
  													content: "";
  													width: 19px;
  													height: 18px;
  													mask-image: url(../img/button-arrow.svg);
  													mask-repeat: no-repeat;
  													mask-size: contain;
  													-webkit-mask-image: url(../img/button-arrow.svg);
  													-webkit-mask-repeat: no-repeat;
  													background-color: color("bluedark");
  													transition: all 500ms;
  													position: absolute;
  													top: 50%;
  													right: -20px;
  													transform: translateY(-50%);
  												}
  */
}
header .header nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children.columns-menu &gt; .sub_menu-wrapper &gt; .sub-menu &gt; .menu-item-has-children .sub_menu-wrapper .menu-item .menu-item-text:hover {
  /*background: unset;
  color: color("bluedark");
  */
  /*
  &amp;:after{
  	transform: translate(10px, -50%);
  }
  	*/
}
header .header nav.header_menu.opened ul.wp-block-navigation {
  display: flex;
}
header .header .menu-opener {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey);
}
@media (min-width: 1200px) {
  header .header .menu-opener {
    display: none;
  }
}
header .header .menu-opener:after {
  content: "";
  color: var(--white);
  font-size: 30px;
  width: 22px;
  height: 20px;
  mask-image: url("../img/menu-icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/menu-icon.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
}
header .header .menu-opener.opened:after {
  mask-image: url("../img/cross.svg");
  -webkit-mask-image: url("../img/cross.svg");
}
header .header .header-right {
  display: flex;
  width: calc(100% - 160px);
  gap: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 1600px) {
  header .header .header-right {
    margin-top: 19px;
  }
}
@media screen and (max-width: 1500px) {
  header .header .header-right {
    margin-top: 6px;
  }
}
@media (max-width: 1199.98px) {
  header .header .header-right {
    display: none;
    flex-direction: column;
    align-items: start;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    width: 100%;
    height: calc(100vh - 45px);
    background: var(--bluedark);
    padding: 30px 0;
    z-index: 1;
    margin-top: 0;
  }
}
header .header .header-right .mCustomScrollBox {
  width: 100%;
}
header .header .header-right #mCSB_1_container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  header .header .header-right .is-style-header-notification {
    display: none;
  }
}
header .header .header-right .header_top-buttons {
  gap: 20px;
}
@media (max-width: 1199.98px) {
  header .header .header-right .header_top-buttons {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
}
header .header .header-right .header_top-buttons .wp-block-button a, header .header .header-right .header_top-buttons .wp-block-button div, header .header .header-right .header_top-buttons .wp-block-button button {
  padding: 0;
  gap: 15px;
  border: unset;
  transition: unset;
  border: 1px solid var(--bluedark);
  width: 40px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header .header-right .header_top-buttons .wp-block-button a:before, header .header .header-right .header_top-buttons .wp-block-button div:before, header .header .header-right .header_top-buttons .wp-block-button button:before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
header .header .header-right .header_top-buttons .wp-block-button a, header .header .header-right .header_top-buttons .wp-block-button div, header .header .header-right .header_top-buttons .wp-block-button button {
  background: var(--white);
}
@media (min-width: 1200px) {
  header .header .header-right .header_top-buttons .wp-block-button a, header .header .header-right .header_top-buttons .wp-block-button div, header .header .header-right .header_top-buttons .wp-block-button button {
    background: unset;
  }
}
header .header .header-right .header_top-buttons .wp-block-button a:before, header .header .header-right .header_top-buttons .wp-block-button div:before, header .header .header-right .header_top-buttons .wp-block-button button:before {
  display: none;
}
header .header .header-right.opened {
  display: flex;
}

body.scrolled {
  padding-top: 74px;
}
body.scrolled header .header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
body.scrolled header .header .header-right .header_top-buttons {
  gap: 20px;
}
@media (min-width: 1200px) {
  body.scrolled header .header .header-right .header_top-buttons .wp-block-button a, body.scrolled header .header .header-right .header_top-buttons .wp-block-button div, body.scrolled header .header .header-right .header_top-buttons .wp-block-button button {
    font-size: 0;
    gap: 0;
    padding-right: 0;
  }
}

.home .header:not(.near-end) {
  background: none;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}
.home .header:not(.near-end) nav.header_menu #menu-menu-principal .menu_arrow {
  background-color: var(--grey);
}
.home .header:not(.near-end) nav.header_menu #menu-menu-principal .menu-item .menu-item-text {
  color: var(--grey);
}
@media (min-width: 1200px) {
  .home .header:not(.near-end) nav.header_menu #menu-menu-principal .menu-item.has-border {
    border: 1px solid var(--white);
  }
}
@media (max-width: 1199.98px) {
  .home .header:not(.near-end) nav.header_menu #menu-menu-principal &gt; .menu-item {
    padding: 25px 20px;
  }
  .home .header:not(.near-end) nav.header_menu #menu-menu-principal &gt; .menu-item:after {
    border: 1px dashed var(--grey);
  }
}
.home .header:not(.near-end) nav.header_menu #menu-menu-principal &gt; .menu-item.menu-item-has-children:hover .menu_arrow {
  background: var(--bluedark);
}
.home .header:not(.near-end) .header-right .header_top-buttons .wp-block-button a, .home .header:not(.near-end) .header-right .header_top-buttons .wp-block-button div, .home .header:not(.near-end) .header-right .header_top-buttons .wp-block-button button {
  border: 1px solid var(--white);
  background: var(--bluedark);
}
@media (min-width: 1200px) {
  .home .header:not(.near-end) .header-right .header_top-buttons .wp-block-button a, .home .header:not(.near-end) .header-right .header_top-buttons .wp-block-button div, .home .header:not(.near-end) .header-right .header_top-buttons .wp-block-button button {
    background: unset;
  }
}

body.opened .header nav.header_menu {
  height: calc(100vh - 264px);
  overflow: auto;
}
body.opened .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega, body.opened .header nav.header_menu #menu-menu-principal &gt; .menu-item.side-menu {
  padding: 15px 10px;
}
body.opened .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega::before, body.opened .header nav.header_menu #menu-menu-principal &gt; .menu-item.side-menu::before {
  display: block;
}
body.opened .header nav.header_menu #menu-menu-principal &gt; .menu-item.mega button::before, body.opened .header nav.header_menu #menu-menu-principal &gt; .menu-item.side-menu button::before {
  display: none;
}

.footer {
  background-color: var(--bluedark);
  padding: 30px 0 0;
  font-size: 18px;
  color: var(--white);
}
.footer .footer_logo {
  margin-bottom: 30px;
}
.footer .footer-contact-btn a:hover {
  background: var(--white);
  background: var(--bluedark);
}
.footer .is-style-medium &gt; .wp-block-columns {
  border-bottom: 1px solid var(--white);
  margin-bottom: 0;
}
.footer h2 {
  font-size: 18px;
  font-family: "neue-haas-grotesk-display";
  margin-bottom: 25px;
  color: var(--white);
}
.footer h3 {
  font-size: 20px;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul li {
  margin-bottom: 10px;
  padding-left: 0;
}
.footer ul li:before {
  display: none;
}
.footer ul li a {
  color: white;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer_left .wp-block-buttons {
  margin-bottom: 40px;
}
.footer_right h2 {
  font-size: 16px;
  font-weight: bold;
}
.footer_bottom {
  padding: 15px 0;
  background: var(--bluedark);
  color: var(--white);
  font-size: 16px;
}
.footer_bottom .wp-block-navigation {
  gap: 20px;
}

.page_404 {
  padding: 50px 0;
}
.page_404 .row {
  display: flex;
  align-items: center;
}
.page_404 .row .part_left {
  width: 50%;
}
.page_404 .row .part_left .text {
  margin: 50px 0;
}
.page_404 .row .part_right {
  width: 50%;
}

.wp-block-button a, .wp-block-button div, .wp-block-button button {
  display: flex;
  gap: 12px;
  position: relative;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  transition: all 500ms;
  font-size: 20px;
  padding: 16px 33px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid var(--bluedark);
  color: var(--bluedark);
  background: unset;
}
@media (max-width: 767.98px) {
  .wp-block-button a, .wp-block-button div, .wp-block-button button {
    font-size: 18px;
  }
}
.wp-block-button a:hover, .wp-block-button div:hover, .wp-block-button button:hover {
  color: var(--bluedark);
  background: var(--white);
  opacity: 0.8;
}
.wp-block-button.is-style-btn-white-not-border a {
  color: var(--white);
  border: 1px solid var(--white);
  background: unset;
}
.wp-block-button.is-style-btn-white-not-border a:hover {
  background: var(--white);
  color: var(--bluedark);
}
.wp-block-button.is-style-btn-arrow-border a, .wp-block-button.is-style-btn-arrow-border div, .wp-block-button.is-style-btn-arrow-border button {
  background: unset;
  color: var(--white);
  border: 1px solid var(--white);
  text-align: left;
}
.wp-block-button.is-style-btn-arrow-border a:after, .wp-block-button.is-style-btn-arrow-border div:after, .wp-block-button.is-style-btn-arrow-border button:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--white);
  transition: all 500ms;
}
.wp-block-button.is-style-btn-arrow-border a:hover::after, .wp-block-button.is-style-btn-arrow-border div:hover::after, .wp-block-button.is-style-btn-arrow-border button:hover::after {
  transform: translateX(10px);
}
.wp-block-button.is-style-btn-with-arrow a, .wp-block-button.is-style-btn-with-arrow div, .wp-block-button.is-style-btn-with-arrow button {
  background: unset;
  color: var(--bluedark);
  border: unset;
  padding: 0;
  text-align: left;
}
.wp-block-button.is-style-btn-with-arrow a:after, .wp-block-button.is-style-btn-with-arrow div:after, .wp-block-button.is-style-btn-with-arrow button:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
}
.wp-block-button.is-style-btn-with-arrow a:hover::after, .wp-block-button.is-style-btn-with-arrow div:hover::after, .wp-block-button.is-style-btn-with-arrow button:hover::after {
  transform: translateX(10px);
}
.wp-block-button.is-style-btn-blue-arrow-border a:after, .wp-block-button.is-style-btn-blue-arrow-border div:after, .wp-block-button.is-style-btn-blue-arrow-border button:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
}
.wp-block-button.is-style-btn-blue-arrow-border a:hover::after, .wp-block-button.is-style-btn-blue-arrow-border div:hover::after, .wp-block-button.is-style-btn-blue-arrow-border button:hover::after {
  transform: translateX(10px);
}
.wp-block-button.is-style-btn-white a, .wp-block-button.is-style-btn-white div, .wp-block-button.is-style-btn-white button {
  background: var(--white);
  color: var(--bluedark);
  border: unset;
  padding: 0;
  text-align: left;
  padding: 16px 33px;
}
.wp-block-button.is-style-btn-white a:after, .wp-block-button.is-style-btn-white div:after, .wp-block-button.is-style-btn-white button:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
}
.wp-block-button.is-style-btn-white a:hover::after, .wp-block-button.is-style-btn-white div:hover::after, .wp-block-button.is-style-btn-white button:hover::after {
  transform: translateX(10px);
}
.wp-block-button.is-style-btn-blue a, .wp-block-button.is-style-btn-blue button, .wp-block-button.is-style-btn-blue div {
  background: var(--bluedark);
  color: var(--white);
}
.wp-block-button.is-style-btn-blue a:after, .wp-block-button.is-style-btn-blue button:after, .wp-block-button.is-style-btn-blue div:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--white);
  transition: all 500ms;
}
.wp-block-button.is-style-btn-blue a:hover::after, .wp-block-button.is-style-btn-blue button:hover::after, .wp-block-button.is-style-btn-blue div:hover::after {
  transform: translateX(10px);
}
.wp-block-button.is-style-btn-download a, .wp-block-button.is-style-btn-download button, .wp-block-button.is-style-btn-download div {
  background: var(--bluedark);
  color: var(--white);
}
.wp-block-button.is-style-btn-download a:after, .wp-block-button.is-style-btn-download button:after, .wp-block-button.is-style-btn-download div:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--white);
  transition: all 500ms;
  transform: rotate(90deg);
}
.wp-block-button.is-style-btn-download a:hover::after, .wp-block-button.is-style-btn-download button:hover::after, .wp-block-button.is-style-btn-download div:hover::after {
  transform: translateX(10px);
}
.wp-block-button.is-style-btn-download-white a, .wp-block-button.is-style-btn-download-white button, .wp-block-button.is-style-btn-download-white div {
  color: var(--bluedark);
  background: none;
  border: 0;
  padding: 0;
}
.wp-block-button.is-style-btn-download-white a:after, .wp-block-button.is-style-btn-download-white button:after, .wp-block-button.is-style-btn-download-white div:after {
  content: "";
  width: 44px;
  height: 48px;
  mask-image: url("../img/download.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/download.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
}
.wp-block-button.is-style-btn-download-white a:hover::after, .wp-block-button.is-style-btn-download-white button:hover::after, .wp-block-button.is-style-btn-download-white div:hover::after {
  transform: translateY(10px);
}
.wp-block-button.is-style-btn-loadmore a, .wp-block-button.is-style-btn-loadmore button, .wp-block-button.is-style-btn-loadmore div {
  background: var(--bluedark);
  color: var(--bluelight);
}
.wp-block-button.is-style-btn-loadmore a:after, .wp-block-button.is-style-btn-loadmore button:after, .wp-block-button.is-style-btn-loadmore div:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluelight);
  transition: all 500ms;
  transform: rotate(90deg);
}
.wp-block-button.is-style-btn-loadmore a:hover::after, .wp-block-button.is-style-btn-loadmore button:hover::after, .wp-block-button.is-style-btn-loadmore div:hover::after {
  transform: translateX(10px);
}

.image-text-over-bgbox &gt; .wp-block-group:first-child {
  padding: 80px 0 200px;
}
.image-text-over-bgbox &gt; .wp-block-group:first-child &gt; h2 {
  margin-top: 0;
}
.image-text-over-bgbox &gt; .wp-block-group:last-child .wp-block-columns {
  margin-top: -50px;
  border-radius: 10px;
}
.image-text-over-bgbox &gt; .wp-block-group:last-child .wp-block-columns .wp-block-column:last-child {
  padding: 50px 50px 0 50px;
}

html :where(.editor-styles-wrapper) {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: var(--bluedark);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

a {
  color: var(--bluedark);
  text-decoration: none;
}

.entry-content p a, .entry-content ul.wp-block-list a {
  text-decoration: underline;
}

h1, h2 {
  font-family: "ivypresto-display", sans-serif;
}

.is-style-type-ivy {
  font-family: "ivypresto-display", sans-serif;
}

h1 {
  font-size: 76px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  color: var(--bluedark);
}
@media screen and (max-width: 1550px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 990px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--bluedark);
}
@media screen and (max-width: 1550px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 990px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 15px 0 10px 0;
  font-weight: 600;
  color: var(--bluedark);
}
@media screen and (max-width: 1550px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 990px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  line-height: 1.25;
  margin: 15px 0 10px 0;
  font-weight: bold;
  color: var(--bluedark);
}
@media screen and (max-width: 1550px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 990px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 26px;
  line-height: 1.2;
  margin: 15px 0 10px 0;
  color: var(--bluedark);
}
@media screen and (max-width: 1550px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  h5 {
    font-size: 16px;
  }
}

p, ul, ol {
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1550px) {
  p, ul, ol {
    font-size: 16px;
  }
}

strong {
  font-weight: bold;
}

mark {
  color: inherit;
  padding: 0 4px;
  border-radius: 4px;
}

.wp-block-quote {
  font-size: 28px;
  font-style: italic;
}
.wp-block-quote h2 {
  margin-bottom: 20px;
}
.wp-block-quote p:first-child {
  margin-top: 0;
}
.wp-block-quote:before {
  content: "’’";
  font-size: 28px;
  display: block;
  width: 100%;
  transform: translateY(15px);
  display: inline-block;
}
.wp-block-quote p:last-child:after {
  content: "’’";
  font-size: 28px;
  transform: translateY(15px);
  display: inline-block;
}

.icon {
  position: relative;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  width: 35px;
  height: 30px;
  display: inline-block;
  /*
  &amp;-phone{
  	mask-image: url('../img/icons/phone.svg');
  	-webkit-mask-image: url('../img/icons/phone.svg');
  }
  */
}

.navigation:not(.pagination) {
  margin: 40px 0;
}
.navigation:not(.pagination) .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 77px;
}
@media screen and (max-width: 380px) {
  .navigation:not(.pagination) .nav-links {
    flex-direction: column;
    gap: 30px;
  }
}
.navigation:not(.pagination) .nav-links a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  flex-shrink: 0;
  color: var(--bluedark);
  opacity: 0.29;
  transition: all 0.3s;
}
.navigation:not(.pagination) .nav-links a .nav-arrow {
  background-color: var(--bluedark);
  width: 30px;
  height: 30px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.navigation:not(.pagination) .nav-links a .nav-arrow:before {
  content: "";
  mask-image: url("../img/arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url("../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background-color: var(--white);
  width: 9px;
  height: 20px;
  transform: rotate(180deg);
}
.navigation:not(.pagination) .nav-links a.nav-next {
  padding: 8px 8px 8px 20px;
}
.navigation:not(.pagination) .nav-links a.nav-next .nav-arrow:before {
  transform: rotate(0deg);
}

.breadcrumbs {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li {
  list-style-type: none;
  font-size: 16px;
  padding-right: 10px !important;
  display: flex;
  gap: 10px;
  padding-left: 0 !important;
}
.breadcrumbs li:before {
  display: none !important;
}
.breadcrumbs li:after {
  content: "&gt;";
}
.breadcrumbs li.breadcrumb-item__current {
  font-weight: bold;
}
.breadcrumbs li.breadcrumb-item__current:after {
  display: none;
}
.breadcrumbs li.breadcrumb-item a {
  text-decoration: underline;
}

.wp-block-cover:has(.has-darkblue-2-background-color,
.has-bluedark-background-color,
.has-bluemallard-background-color,
.has-blueelectric-background-color,
.has-firgreen-background-color,
.has-black-background-color) .breadcrumbs li a {
  color: var(--white);
}

.is-style-rounded img {
  border-radius: 10px;
}

.wp-block-columns {
  width: 100%;
}

.is-style-image-text-over-bgbox &gt; .wp-block-group:first-child &gt; h2 {
  margin-top: 0;
}
.is-style-image-text-over-bgbox &gt; .wp-block-group:last-child .wp-block-columns {
  margin-top: -50px;
  border-radius: 10px;
}
.is-style-image-text-over-bgbox &gt; .wp-block-group:last-child .wp-block-columns figure {
  margin: 0;
  height: 100%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.is-style-image-text-over-bgbox &gt; .wp-block-group:last-child .wp-block-columns figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.is-style-image-text-over-bgbox &gt; .wp-block-group .wp-block-query {
  margin-top: -50px;
}

.is-style-number-box {
  border-radius: 10px;
  position: relative;
  padding: 60px 50px 42px 35px;
}
@media screen and (max-width: 770px) {
  .is-style-number-box {
    margin-bottom: 30px;
  }
}
.is-style-number-box &gt; p:first-of-type {
  background-color: var(--bluedark);
  border-radius: 10px;
  color: var(--white);
  padding: 10px 20px;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: -35px;
  left: 20px;
}

.is-style-number-box-foldable {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 477px;
}
.is-style-number-box-foldable .wp-block-image {
  width: 100%;
  height: 237px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: all 500ms;
}
.is-style-number-box-foldable .wp-block-image img {
  height: 100%;
  object-fit: cover;
}
.is-style-number-box-foldable .wp-block-group {
  transition: all 500ms;
}
.is-style-number-box-foldable .wp-block-group &gt; p {
  padding-left: 60px;
  padding-right: 60px;
}
.is-style-number-box-foldable .wp-block-group &gt; p:first-of-type {
  margin: 20px 0;
  font-size: 50px;
  font-weight: bold;
}
.is-style-number-box-foldable .wp-block-group &gt; p.foldable-content {
  display: none;
  overflow: hidden;
}
.is-style-number-box-foldable .wp-block-group.is-hover {
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-258px);
  background-color: var(--bluedark);
}

body.wp-admin .is-style-number-box-foldable {
  height: auto;
}
body.wp-admin .is-style-number-box-foldable .wp-block-group &gt; p.foldable-content {
  display: block;
}

.is-style-cover-with-cta {
  position: relative;
}
.is-style-cover-with-cta .wp-block-cover__image-background {
  border-radius: 10px;
}
.is-style-cover-with-cta .wp-block-cover__inner-container {
  background-color: var(--white);
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 81%;
  border-radius: 0 10px 0 0;
  transition: all 500ms;
}
.is-style-cover-with-cta .wp-block-cover__inner-container h3 {
  color: var(--bluedark);
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.is-style-cover-with-cta .wp-block-cover__inner-container p {
  color: var(--bluedark);
}
.is-style-cover-with-cta .wp-block-cover__inner-container p, .is-style-cover-with-cta .wp-block-cover__inner-container .wp-block-buttons {
  opacity: 0;
  font-size: 0;
  transition: all 500ms;
  margin: 0;
}
@media screen and (max-width: 990px) {
  .is-style-cover-with-cta .wp-block-cover__inner-container p, .is-style-cover-with-cta .wp-block-cover__inner-container .wp-block-buttons {
    opacity: 1;
  }
}
.is-style-cover-with-cta:hover .wp-block-cover__inner-container {
  padding: 30px;
}
.is-style-cover-with-cta:hover .wp-block-cover__inner-container p, .is-style-cover-with-cta:hover .wp-block-cover__inner-container .wp-block-buttons {
  opacity: 1;
  font-size: 18px;
}
.is-style-cover-with-cta:hover .wp-block-cover__inner-container p {
  margin: 20px 0;
}

.is-style-document-download {
  border-radius: 10px;
  border: 1px solid var(--grey);
  overflow: hidden;
  align-self: stretch !important;
}
.is-style-document-download .wp-block-media-text {
  height: 100%;
}
.is-style-document-download .wp-block-media-text .wp-block-media-text__content {
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.is-style-document-download .wp-block-media-text .wp-block-media-text__content .wp-block-buttons {
  margin-top: auto;
}

.is-style-press-download {
  align-items: stretch;
  gap: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 990px) {
  .is-style-press-download {
    flex-direction: column;
  }
}
.is-style-press-download .wp-block-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  width: calc(33% - 20px);
}
@media screen and (max-width: 990px) {
  .is-style-press-download .wp-block-group {
    width: 100%;
  }
}
.is-style-press-download .wp-block-group:nth-child(n+7) {
  display: none;
}
.is-style-press-download .wp-block-group .wp-block-image {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.is-style-press-download .wp-block-group .wp-block-image img {
  height: 100%;
  object-fit: cover;
}
.is-style-press-download .wp-block-group h3 {
  margin: 25px 0;
}
.is-style-press-download .wp-block-group h3, .is-style-press-download .wp-block-group p, .is-style-press-download .wp-block-group .wp-block-buttons {
  padding: 0 34px;
}
.is-style-press-download .wp-block-group .wp-block-buttons {
  margin-top: auto;
}
.is-style-press-download .press-load-more {
  margin: 30px auto;
}
.is-style-press-download .press-load-more button {
  background-color: var(--bluelight);
  border: 0;
}
.is-style-press-download .press-load-more button:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transform: rotate(90deg);
}

.is-style-bg-pastel {
  background: linear-gradient(0deg, rgb(217, 238, 242) 0%, rgba(250, 241, 226, 0.7) 20%, rgba(217, 238, 242, 0) 100%);
}

body:not(.wp-admin) .is-style-summary {
  position: fixed;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-left: 2px solid var(--grey);
  z-index: 1;
  background-color: var(--white);
  margin: 0 !important;
  opacity: 0;
  transition: all 500ms;
  --indicator-top: 0px;
  /*
  &amp;::before{
  	content: "";
  	width: 8px;
  	height: 20px;
  	border-radius: 10px;
  	background: color('bluedark');
  	position: absolute;
  	top: var(--indicator-top);
  	left: -6px;
  }
  */
}
@media screen and (max-width: 990px) {
  body:not(.wp-admin) .is-style-summary {
    display: none;
  }
}
body:not(.wp-admin) .is-style-summary.viewable {
  opacity: 1;
}
body:not(.wp-admin) .is-style-summary.fixed {
  transform: translate(calc(100% + 5px), -50%);
}
body:not(.wp-admin) .is-style-summary.opened {
  transform: translate(-50px, -50%);
}
body:not(.wp-admin) .is-style-summary li {
  font-size: 16px;
  padding: 20px;
}
body:not(.wp-admin) .is-style-summary li::before {
  display: none;
}
body:not(.wp-admin) .is-style-summary li::after {
  content: "";
  width: 8px;
  height: 20px;
  border-radius: 10px;
  background: var(--bluedark);
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms;
}
body:not(.wp-admin) .is-style-summary li.active {
  font-weight: bold;
}
body:not(.wp-admin) .is-style-summary li.active::after {
  opacity: 1;
}
body:not(.wp-admin) .is-style-summary li a {
  text-decoration: none;
}
body:not(.wp-admin) .summary-nav-container {
  display: none;
  width: fit-content;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
body:not(.wp-admin) .summary-nav-container.viewable {
  display: block;
}
@media screen and (max-width: 990px) {
  body:not(.wp-admin) .summary-nav-container.viewable {
    display: none;
  }
}
body:not(.wp-admin) .summary-nav-container.opened &gt; button::before {
  transform: rotate(90deg);
  right: 13px;
  top: 23px;
}
body:not(.wp-admin) .summary-nav-container button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--bluedark);
  font-weight: bold;
  display: flex;
  position: fixed;
  top: 50%;
  right: -61px;
  transform: translateY(-50%) rotate(270deg);
  align-items: center;
  justify-content: center;
  gap: 15px;
}
body:not(.wp-admin) .summary-nav-container button::before {
  content: "";
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--white);
  width: 30px;
  height: 18px;
  right: 14px;
  top: 13px;
  position: absolute;
  transform: rotate(270deg);
  transition: all 500ms;
}
body:not(.wp-admin) .summary-nav-container button::after {
  content: "";
  background-color: var(--bluedark);
  width: 50px;
  height: 50px;
  border-radius: 10px 10px 0 0;
}

/*** WHY THIS IS NOT IN typo.scss ?! ***/
.entry-content .wp-block-list {
  list-style: none;
  padding-left: 0;
}
.entry-content .wp-block-list li {
  padding-left: 25px;
  position: relative;
}
.entry-content .wp-block-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/list-icon.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}

/*** END WHY THIS IS NOT IN typo.scss ?! ***/
/*** REPLACE IT BY A STYLE "ROUNDED CORDERS" OR SOMETHING LIKE THIS ?! ***/
.is-style-blue-bg {
  background-color: var(--bluelight);
  border-radius: 10px;
}

/*** END REPLACE IT BY A STYLE "ROUNDED CORDERS" OR SOMETHING LIKE THIS ?! ***/
/*** IS THAT ALL REALLY NECESSARY? (i only used small on Products for example ...) ***/
.is-style-small {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}

.is-style-medium {
  width: 85%;
  max-width: 1700px;
  margin: 0 auto;
}

.is-style-large {
  width: 85%;
  max-width: 1900px;
  margin: 0 auto;
}

/*** END IS THAT REALLY NECESSARY? ***/
/**** NEEDS TO BE REMOVED ****/
.is-style-grey-bg {
  background: var(--grey);
}

.is-style-light-green-bg {
  background: var(--lightgreen);
  padding: 3%;
}

.is-style-light-yellow-bg {
  background: var(--lightyellow);
  padding: 3%;
}

.is-style-light-orange-bg {
  background: var(--lightorange);
  padding: 3%;
}

.is-style-dark-blue-bg,
.has-bluedark-background-color {
  background: var(--bluedark);
  color: var(--white);
}
.is-style-dark-blue-bg h2, .is-style-dark-blue-bg h3,
.has-bluedark-background-color h2,
.has-bluedark-background-color h3 {
  color: var(--white);
}

.is-style-light-white-bg {
  background: var(--white);
}

.is-style-mallard-blue-bg,
.has-bluemallard-background-color {
  background: var(--bluemallard);
  color: var(--white);
}
.is-style-mallard-blue-bg h2, .is-style-mallard-blue-bg h3,
.has-bluemallard-background-color h2,
.has-bluemallard-background-color h3 {
  color: var(--white);
}

.is-style-electric-blue-bg {
  background: var(--blueelectric);
  color: var(--white);
}

.is-style-yellow-bg {
  background: var(--orange);
}

.is-style-fir-green-bg {
  background: var(--firgreen);
  color: var(--white);
}

.has-rouge-color {
  color: var(--red);
}

.has-bleu-fonc-color {
  color: var(--bluedark);
}

.has-bleu-fonc-color {
  color: var(--bluedark);
}

/*** END NEEDS TO BE REMOVED ****/
.has-larger-font-size {
  font-size: 24px;
}

.has-large-font-size {
  font-size: 22px;
}

.has-medium-font-size {
  font-size: 18px;
}

.has-small-font-size {
  font-size: 14px;
}

[role=list] {
  display: flex;
  flex-wrap: wrap;
}

/*** WHY IS THIS IUN GUTENBERG OVERLOAD ? WHAT IS THIS BLOCK ? ***/
.number-box {
  border-radius: 5px;
  height: 365px;
  background: var(--grey);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 22px;
  font-weight: bold;
}
.number-box &gt; * {
  margin: unset !important;
}
.number-box .wp-block-heading {
  font-size: 73px;
  text-align: right;
}

.boxs-number {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.box-number {
  padding: 30px;
  position: relative;
  width: calc((100% - 50px) / 2);
  border-radius: 10px;
}
@media screen and (max-width: 770px) {
  .box-number {
    width: 100%;
    margin-top: 30px;
  }
}
.box-number .number {
  width: 68px;
  height: 68px;
  background: var(--bluedark);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  left: 30px;
  top: -15px;
  transform: translateY(-50%);
  color: var(--white);
}
.box-number h3 {
  font-family: "neue-haas-grotesk-display";
  font-size: 28px;
}

.greenbg-over-image {
  margin-bottom: 100px;
}
@media screen and (max-width: 770px) {
  .greenbg-over-image {
    margin-bottom: 0;
  }
}
.greenbg-over-image &gt; .wp-block-group {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 770px) {
  .greenbg-over-image &gt; .wp-block-group {
    padding: 0;
  }
}
.greenbg-over-image &gt; .wp-block-group .wp-block-image {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
}
@media screen and (max-width: 770px) {
  .greenbg-over-image &gt; .wp-block-group .wp-block-image {
    width: 100%;
    height: auto;
    max-height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    top: unset;
    left: unset;
    margin: 0;
  }
  .greenbg-over-image &gt; .wp-block-group .wp-block-image img {
    width: 100% !important;
    object-fit: cover;
  }
}
.greenbg-over-image &gt; .wp-block-group .wp-block-image img {
  height: 100%;
  object-fit: cover;
}
.greenbg-over-image &gt; .wp-block-group .is-style-light-green-bg &gt; .wp-block-group {
  width: 50%;
  margin-right: unset !important;
}
@media screen and (max-width: 770px) {
  .greenbg-over-image &gt; .wp-block-group .is-style-light-green-bg &gt; .wp-block-group {
    width: 100%;
  }
}

.linkcard_item {
  padding-bottom: 60px;
  border-radius: 10px;
  background: var(--bluelight);
  position: relative;
}
.linkcard_item .image {
  height: 341px;
  overflow: hidden;
  border-radius: 10px;
}
.linkcard_item .image img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.linkcard_item--content {
  padding: 30px;
}
.linkcard_item--content h3 a:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.linkcard_item .wp-block-read-more {
  margin: 0;
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
  font-weight: 500;
  font-weight: bold;
}
.linkcard_item .wp-block-read-more svg {
  transition: all 0.3s ease-in-out;
}
.linkcard_item:hover .image img {
  transform: scale(1.1);
}
.linkcard_item:hover .wp-block-read-more svg {
  transform: translateX(10px);
}

/*** END WHY IS THIS IN GUTENBERG OVERLOAD ? WHAT IS THIS BLOCK ? ***/
/*** OPTIMIZATIONS NEEDED !!! ALL THIS STYLES ARE IDENTICAL, ONLY THE COLOR CHANGES. AND WHAT MEANS "heigh" ?! ***/
.is-style-heigh-red-line, .is-style-bottom-red-line {
  position: relative;
}
.is-style-heigh-red-line:before, .is-style-bottom-red-line:before {
  content: "";
  height: 1px;
  width: 82px;
  border-radius: 5px;
  background: var(--red);
  position: absolute;
  left: 0;
  top: -10px;
}

.is-style-bottom-red-line:before {
  top: unset;
  bottom: -10px;
}

.is-style-heigh-in-yellow, .is-style-heigh-in-green, .is-style-heigh-in-orange, .is-style-heigh-in-blue {
  position: relative;
  width: fit-content;
}
.is-style-heigh-in-yellow:before, .is-style-heigh-in-green:before, .is-style-heigh-in-orange:before, .is-style-heigh-in-blue:before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 20px;
  top: 100%;
  left: -10px;
  z-index: -1;
  transform: translateY(-15px);
  border-radius: 5px;
}
@media screen and (max-width: 1440px) {
  .is-style-heigh-in-yellow:before, .is-style-heigh-in-green:before, .is-style-heigh-in-orange:before, .is-style-heigh-in-blue:before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    transform: none;
  }
}

.is-style-heigh-in-yellow {
  position: relative;
  width: fit-content;
}
.is-style-heigh-in-yellow:before {
  background-color: var(--lightyellow);
}

.is-style-heigh-in-green:before {
  background-color: var(--lightgreen);
}

.is-style-heigh-in-orange:before {
  background-color: var(--lightorange);
}

.is-style-heigh-in-blue:before {
  background-color: var(--bluelight);
}

/*** END OPTIMIZATIONS NEEDED !!! ALL THIS STYLES ARE IDENTICAL, ONLY THE COLOR CHANGES ***/
/*** WHAT IS THIS ??? ***/
.value-hover {
  width: 100%;
  max-width: calc((100% - 30px) / 3);
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 990px) {
  .value-hover {
    max-width: 100%;
  }
}
.value-hover .wp-block-image {
  height: 639px;
  border-radius: 20px;
  overflow: hidden;
}
.value-hover .wp-block-image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.value-hover__main {
  background: var(--white);
  padding: 20px;
  border-radius: 0 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
}
.value-hover__main .wp-block-heading {
  margin-top: 0;
}
.value-hover__main .wp-block-group {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 0;
}
@media screen and (max-width: 990px) {
  .value-hover__main .wp-block-group {
    opacity: 1;
  }
}

.value-hover-group {
  gap: 15px;
}
.value-hover-group:hover .value-hover {
  width: 100%;
  max-width: calc((100% - 30px) / 5);
}
@media screen and (max-width: 990px) {
  .value-hover-group:hover .value-hover {
    max-width: 100%;
  }
}
.value-hover-group:hover .value-hover:hover {
  max-width: calc((100% - 30px) / 5 * 3);
}
@media screen and (max-width: 990px) {
  .value-hover-group:hover .value-hover:hover {
    max-width: 100%;
  }
}
.value-hover-group:hover .value-hover:hover .value-hover__main .wp-block-group {
  opacity: 1;
  font-size: 18px;
}

/*** END WHAT IS THIS ??? ***/
.wp-block-query .wp-block-post-template {
  margin-bottom: 30px;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.wp-block-query-pagination ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 15px;
  list-style: none;
  width: 100%;
}
.wp-block-query-pagination .page-numbers {
  text-decoration: none;
  display: inline-block;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: var(--bluedark);
  border-radius: 10px;
  border: 0.5px solid var(--bluedark);
}
.wp-block-query-pagination .page-numbers.current {
  opacity: 1;
  color: var(--white);
  background: var(--bluedark);
  font-weight: bold;
}
.wp-block-query-pagination .page-numbers:hover {
  opacity: 0.75;
}
.wp-block-query-pagination .wp-block-query-pagination-previous, .wp-block-query-pagination .wp-block-query-pagination-next {
  width: 32px;
  height: 32px;
  font-size: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:after, .wp-block-query-pagination .wp-block-query-pagination-next:after {
  content: "";
  position: relative;
  mask-image: url("../img/next-posts.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/next-posts.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  width: 19px;
  height: 17px;
  display: inline-block;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:after {
  transform: rotate(180deg);
}

form.wpcf7-form label {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
form.wpcf7-form label span.mandatory {
  color: var(--red);
}
form.wpcf7-form label span.instructions {
  font-size: 14px;
}
form.wpcf7-form label span.infos-form, form.wpcf7-form label span.wpcf7-not-valid-tip {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
@media screen and (max-width: 1550px) {
  form.wpcf7-form label span.infos-form, form.wpcf7-form label span.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 18px;
  }
}
form.wpcf7-form label input[type=text], form.wpcf7-form label input[type=email], form.wpcf7-form label input[type=tel], form.wpcf7-form label textarea, form.wpcf7-form label select {
  width: 100%;
  padding: 15px 30px;
  border: 0;
  border-radius: 25px;
  margin: 6px 0 15px 0;
  font-size: 18px;
  color: var(--bluedark);
}
@media screen and (max-width: 1550px) {
  form.wpcf7-form label input[type=text], form.wpcf7-form label input[type=email], form.wpcf7-form label input[type=tel], form.wpcf7-form label textarea, form.wpcf7-form label select {
    padding: 10px 20px;
    font-size: 16px;
  }
}
form.wpcf7-form label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/select-arrow.svg) no-repeat right 10px center, var(--white);
}
form.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/select-arrow.svg) no-repeat right 10px center, var(--bluedark);
}
form.wpcf7-form .wpcf7-submit {
  margin-right: unset !important;
  color: var(--white);
  font-weight: bold;
  background: url(../img/new-more.svg) no-repeat center right 20px, rgba(150, 200, 239, 0.5803921569);
  padding: 12px 80px 12px 30px;
  border: 2px solid var(--bluesoft);
  border-radius: 3px;
  cursor: pointer;
  background-size: 32px;
  float: right;
  transition: all 0.3s ease-in-out;
}
form.wpcf7-form .wpcf7-submit:hover {
  background: url(../img/new-more.svg) no-repeat center right 15px, #1D274D;
}

select {
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid var(--bluedark);
  display: block;
  font-size: 20px;
  color: var(--bluedark);
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/select-arrow.svg) no-repeat right 10px center;
}

.swiper-button-container {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.swiper-button-container button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  cursor: pointer;
  background: none;
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  margin-top: unset;
}
.swiper-button-container button::after {
  color: var(--bluedark);
  font-size: 40px;
}
.swiper-button-container button.swiper-button-disabled {
  opacity: 0.33;
  cursor: not-allowed;
}

.is-style-swiper-query-loop .swiper-wrapper {
  align-items: stretch;
}
.is-style-swiper-query-loop .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: var(--white);
  border-radius: 10px;
  border: 1px solid var(--grey);
  padding-bottom: 30px;
}
.is-style-swiper-query-loop .swiper-wrapper .swiper-slide .wp-block-post-featured-image {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.is-style-swiper-query-loop .swiper-wrapper .swiper-slide .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-style-swiper-query-loop .swiper-wrapper .swiper-slide .wp-block-post-title, .is-style-swiper-query-loop .swiper-wrapper .swiper-slide .wp-block-post-excerpt, .is-style-swiper-query-loop .swiper-wrapper .swiper-slide .wp-block-read-more {
  padding: 0 30px 15px 30px;
}
.is-style-swiper-query-loop .swiper-wrapper .swiper-slide .wp-block-read-more {
  margin-top: auto;
  font-weight: bold;
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 20px;
}
.is-style-swiper-query-loop .swiper-wrapper .swiper-slide .wp-block-read-more::after {
  content: "";
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--bluedark);
  width: 19px;
  height: 17px;
}

.banner-home {
  color: var(--grey);
  background: #73A9DE;
}
.banner-home .wp-block-group {
  padding: 70px 100px;
  max-width: 40%;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .banner-home .wp-block-group {
    max-width: 100%;
    background: var(--white);
  }
}
@media (max-width: 767.98px) {
  .banner-home .wp-block-group {
    padding: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-home .wp-block-group {
    padding: 20px;
  }
}

.contact_block {
  background-color: var(--bluedark);
  position: relative;
  min-height: 600px;
}
.contact_block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/contact-bg.png") no-repeat center center;
}

.share-box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 30px 0;
  color: var(--bluedark);
  font-size: 18px;
  padding: 14px 0;
  font-weight: bold;
  border-radius: 10px;
  clear: both;
}
.share-box h2 {
  font-size: 16px;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
}
.share-box ul {
  list-style-type: unset;
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding-left: 0;
  align-items: center;
}
.share-box ul li {
  display: flex;
  align-items: center;
}
.share-box a {
  font-size: 0;
  display: inline-block;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  background-color: var(--bluedark);
}
.share-box .fb {
  width: 10px;
  height: 20px;
  mask-image: url("../img/picto_facebook.svg");
  -webkit-mask-image: url("../img/picto_facebook.svg");
}
.share-box .li {
  width: 28px;
  height: 28px;
  mask-image: url("../img/picto-linkedIn.svg");
  -webkit-mask-image: url("../img/picto-linkedIn.svg");
}
.share-box .tw {
  width: 18px;
  height: 19px;
  mask-image: url("../img/picto_twitter.svg");
  -webkit-mask-image: url("../img/picto_twitter.svg");
}
.share-box .email {
  width: 29px;
  height: 19px;
  mask-image: url("../img/picto-email.svg");
  -webkit-mask-image: url("../img/picto-email.svg");
}

.wp-block-wsi-faqs .faq .title, .wp-block-wsi-faqs .faq .subtitle, .wp-block-wsi-faqs .faq .paragraph {
  text-align: center;
}
.wp-block-wsi-faqs .faq__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wp-block-wsi-faqs .faq__items .faq__item {
  position: relative;
}
.wp-block-wsi-faqs .faq__items .faq__item--content {
  border-bottom: 1px solid var(--grey);
  padding: 45px 0;
}
.wp-block-wsi-faqs .faq__items .faq__item--content .faq__item--title {
  display: flex;
  justify-content: space-between;
}
.wp-block-wsi-faqs .faq__items .faq__item--content .faq__item--title .faq_title {
  cursor: pointer;
  margin: 0;
}
.wp-block-wsi-faqs .faq__items .faq__item--content .faq__item--title .read_more_button {
  content: "";
  mask-image: url("../img/menu-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/menu-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--bluedark);
  width: 20px;
  height: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-top: 12px;
}
.wp-block-wsi-faqs .faq__items .faq__item--content .answer {
  display: none;
  margin-top: 35px;
}
@media screen and (max-width: 990px) {
  .wp-block-wsi-faqs .faq__items .faq__item--content .answer {
    font-size: 16px;
  }
}
.wp-block-wsi-faqs .faq__items .faq__item--content.opened {
  border-color: var(--firgreen);
}
.wp-block-wsi-faqs .faq__items .faq__item--content.opened .faq__item--title .read_more_button {
  transform: rotate(180deg);
}

.block-editor-page .answer {
  display: block;
  opacity: 1;
}

.presentation-block {
  position: relative;
}
.presentation-block:before {
  content: "";
  width: 100%;
  height: calc(100% - 250px);
  background: url("../img/presentation-bg.webp") no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 10px;
}
@media (max-width: 1439.98px) {
  .presentation-block:before {
    width: 100%;
    height: 100%;
  }
}
.presentation-block [role=list] {
  gap: 5px;
}
.presentation_item {
  border-radius: 10px;
  background-color: var(--bluedark);
  color: var(--white);
  padding: 30px 30px 50px;
  min-height: 507px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc((100% - 20px) / 5);
  position: relative;
  padding-top: 310px;
  transition: all 0.3s ease-in-out;
}
.presentation_item .image {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: all 0.3s ease-in-out;
}
.presentation_item h3 a {
  color: var(--white);
}
.presentation_item h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.presentation_item .wp-block-read-more {
  display: flex;
  gap: 12px;
  position: relative;
  align-items: center;
  justify-content: end;
  font-weight: 500;
  position: absolute;
  bottom: -30px;
  right: 30px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.presentation_item .wp-block-read-more:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--white);
  transition: all 500ms;
}
.presentation_item:hover {
  padding-top: 280px;
}
.presentation_item:hover .image {
  transform: scale(0.8);
}
.presentation_item:hover .wp-block-read-more {
  bottom: 30px;
}

.expertises_block {
  position: relative;
}
@media (min-width: 1200px) {
  .expertises_block--top {
    width: 50%;
    float: right;
  }
}
@media (min-width: 1440px) {
  .expertises_block--top {
    width: 60%;
    float: right;
  }
}
.expertises_item {
  border-radius: 10px;
  background-color: var(--grey);
  color: var(--bluedark);
  padding: 30px 30px 70px;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  max-width: calc((100% - 100px) / 6);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439.98px) {
  .expertises_item {
    max-width: calc((100% - 100px) / 5);
  }
}
@media (max-width: 1199.98px) {
  .expertises_item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 550px) {
  .expertises_item {
    max-width: 100%;
  }
}
.expertises_item .image {
  position: absolute;
  top: 30px;
  left: 30px;
}
.expertises_item h3 {
  position: relative;
}
.expertises_item h3:before {
  content: "";
  height: 1px;
  width: 82px;
  border-radius: 5px;
  background: var(--red);
  position: absolute;
  left: 0;
  top: -15px;
}
.expertises_item h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.expertises_item .wp-block-read-more {
  display: flex;
  gap: 12px;
  position: relative;
  align-items: center;
  justify-content: end;
  font-weight: 500;
  font-weight: bold;
  position: absolute;
  bottom: -30px;
  right: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 990px) {
  .expertises_item .wp-block-read-more {
    bottom: 20px;
  }
}
.expertises_item .wp-block-read-more:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
}
.expertises_item:hover {
  padding-bottom: 100px;
}
.expertises_item:hover .wp-block-read-more {
  bottom: 20px;
}

.expertises_list {
  gap: 20px;
}

.expertises_block {
  gap: 20px;
  margin-bottom: 20px;
}
.expertises_block .wp-block-wsi-list-group {
  gap: 20px;
}
@media (min-width: 1200px) {
  .expertises_block .wp-block-wsi-list-group {
    width: 38%;
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .expertises_block .wp-block-wsi-list-group {
    width: calc(33.3333333333% - 10px);
    margin-left: 0 !important;
  }
}
.expertises_block .wp-block-wsi-list-group .expertises_item {
  max-width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 550px) {
  .expertises_block .wp-block-wsi-list-group .expertises_item {
    max-width: 100%;
  }
}

.home_news .wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 990px) {
  .home_news .wp-block-post-template {
    flex-direction: column;
  }
}
.home_news .wp-block-post-template .type-post {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 990px) {
  .home_news .wp-block-post-template .type-post {
    width: 95%;
    transform: translateX(8px);
    margin: 0 auto;
  }
}
.home_news .wp-block-post-template .type-post h3 {
  font-weight: 500;
}

.bloc_testimonial {
  clear: both;
  position: relative;
  margin: 50px 0;
  overflow: hidden;
}
.bloc_testimonial__wrapper {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.bloc_testimonial__wrapper .swiper-wrapper {
  padding: 0;
}
.bloc_testimonial__wrapper .testimonial_navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 991px) {
  .bloc_testimonial__wrapper .testimonial_navigation {
    position: unset;
    justify-content: unset;
  }
}
.bloc_testimonial__wrapper .testimonial_navigation .testimonial_navigation-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.bloc_testimonial__wrapper .testimonial_navigation .testimonial_navigation-prev button {
  width: 16px;
  height: 33px;
  -webkit-mask-image: url(../img/testimonial-prev.svg);
  mask-image: url(../img/testimonial-prev.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background: var(--bluedark);
}
.bloc_testimonial__wrapper .testimonial_navigation .testimonial_navigation-prev.swiper-button-disabled {
  opacity: 0.5;
}
.bloc_testimonial__wrapper .testimonial_navigation .testimonial_navigation-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.bloc_testimonial__wrapper .testimonial_navigation .testimonial_navigation-next button {
  width: 16px;
  height: 33px;
  -webkit-mask-image: url(../img/testimonial-next.svg);
  mask-image: url(../img/testimonial-next.svg);
  background: var(--bluedark);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.bloc_testimonial__wrapper .testimonial_navigation .testimonial_navigation-next.swiper-button-disabled {
  opacity: 0.5;
}
.bloc_testimonial h2 {
  font-weight: bold;
  text-transform: uppercase;
}
.bloc_testimonial .bloc_testimonial--main {
  margin: 0 auto;
  overflow: hidden;
}
.bloc_testimonial .bloc_testimonial--main .swiper-slide {
  height: unset;
}
.bloc_testimonial .bloc_testimonial--main .card-item {
  position: relative;
  height: 100%;
  padding-bottom: 60px;
}
.bloc_testimonial .bloc_testimonial--main .card-item:before {
  content: "";
  width: 62px;
  height: 62px;
  background: url(../img/quote.webp) no-repeat center center;
  background-size: contain;
  display: block;
}
.bloc_testimonial .bloc_testimonial--main .card-item:after {
  content: "";
  width: 80%;
  height: 1px;
  background: var(--red);
  position: absolute;
  bottom: 0;
  left: 10%;
}
.bloc_testimonial .bloc_testimonial--main .card-item .card-item__content {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  color: #0C1D6F;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .bloc_testimonial .bloc_testimonial--main .card-item .card-item__content {
    font-size: 16px;
    line-height: 22px;
  }
}
.bloc_testimonial .bloc_testimonial--main .card-item .card-item__content .number {
  font-size: 16px;
  color: #FF5459;
  position: absolute;
  left: 0;
  top: 0;
}
.bloc_testimonial .bloc_testimonial--main .card-item .card-item__author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bloc_testimonial .bloc_testimonial--main .card-item .card-item__author .image {
  width: 92px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 1px #253164;
}
@media screen and (max-width: 768px) {
  .bloc_testimonial .bloc_testimonial--main .card-item .card-item__author .image {
    width: 80px;
  }
}
.bloc_testimonial .bloc_testimonial--main .card-item .card-item__author .image img {
  width: 100%;
}
.bloc_testimonial .bloc_testimonial--main .card-item .card-item__author .author {
  font-size: 18px;
  width: calc(100% - 115px);
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .bloc_testimonial .bloc_testimonial--main .card-item .card-item__author .author {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .bloc_testimonial .bloc_testimonial--main .card-item .card-item__author .author {
    font-size: 10px;
  }
}

.intro {
  padding-bottom: 50px;
}
.intro .swiper-bottoms {
  position: relative;
  transform: translateY(-50px);
  z-index: 2;
}
.intro .swiper-button-prev {
  position: absolute;
  right: 60px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.intro .swiper-button-prev:after {
  display: none;
}
.intro .swiper-button-prev button {
  width: 16px;
  height: 33px;
  -webkit-mask-image: url(../img/testimonial-prev.svg);
  mask-image: url(../img/testimonial-prev.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background: var(--bluedark);
}
.intro .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.intro .swiper-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.intro .swiper-button-next:after {
  display: none;
}
.intro .swiper-button-next button {
  width: 16px;
  height: 33px;
  -webkit-mask-image: url(../img/testimonial-next.svg);
  mask-image: url(../img/testimonial-next.svg);
  background: var(--bluedark);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.intro .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.page_banner {
  min-height: 784px;
  padding-top: 0;
  padding-bottom: 200px;
  margin-bottom: 100px;
}
@media screen and (max-width: 770px) {
  .page_banner {
    min-height: 204px;
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
}
.page_banner .wp-block-cover__inner-container {
  width: 100% !important;
}
.page_banner .wp-block-cover__inner-container .wp-block-group .wp-block-group {
  width: 60%;
  background: var(--white);
  color: var(--bluedark);
  margin-left: 0 !important;
  padding: 1px 80px 100px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 990px) {
  .page_banner .wp-block-cover__inner-container .wp-block-group .wp-block-group {
    width: 100%;
    padding: 1px 40px 50px;
  }
}

.wp-block-post.type-ressource {
  position: relative;
  display: flex;
  border-radius: 10px;
  border: 1px solid var(--bluelight);
}
@media screen and (max-width: 990px) {
  .wp-block-post.type-ressource {
    flex-direction: column;
  }
}
.wp-block-post.type-ressource .wp-block-group {
  width: 65%;
  padding: 20px;
  position: unset;
}
.wp-block-post.type-ressource .wp-block-post-featured-image {
  width: 35%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 990px) {
  .wp-block-post.type-ressource .wp-block-post-featured-image {
    width: 100%;
  }
}
.wp-block-post.type-ressource .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  min-height: 384px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.wp-block-post.type-ressource .taxonomy-resource_category {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 10px;
  z-index: 1;
}
.wp-block-post.type-ressource .taxonomy-resource_category a {
  color: var(--bluedark);
  font-weight: bold;
  font-size: 16px;
  border-radius: 24px;
  background: var(--lightgreen);
  padding: 10px 15px;
}
.wp-block-post.type-ressource .wp-block-post-title a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.wp-block-post.type-ressource .read_more {
  margin: 0;
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
  font-weight: 500;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .wp-block-post.type-ressource .read_more {
    position: relative;
    justify-content: center;
    left: unset;
    background-color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 20px;
    bottom: 50px;
  }
}
.wp-block-post.type-ressource .read_more:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
}
.wp-block-post.type-ressource:hover .wp-block-post-featured-image img {
  transform: scale(1.1);
}

.resource_thumb .wp-block-post-template {
  display: flex;
  gap: 20px;
}
.resource_thumb .wp-block-post-template .wp-block-post {
  width: calc((100% - 20px) / 2);
}

.post-type-archive-ressource .wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.post-type-archive-ressource .type-ressource {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 990px) {
  .post-type-archive-ressource .type-ressource {
    width: 95%;
    margin: 0 auto;
  }
}

.wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 15px;
  padding-left: 0;
  margin-bottom: 40px;
}
.wp-block-categories-list li a {
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid var(--bluedark);
  display: block;
}

.wp-block-details {
  padding: 30px 0;
  border-bottom: 1px solid var(--grey);
}
.wp-block-details summary {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.wp-block-details summary strong {
  font-weight: 400;
}
.wp-block-details summary::marker, .wp-block-details summary::-webkit-details-marker {
  opacity: 0;
}
.wp-block-details summary::after {
  content: "";
  mask-image: url("../img/menu-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/menu-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--bluedark);
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  margin-top: 15px;
}
.wp-block-details[open] {
  border-color: var(--bluemallard);
}
.wp-block-details[open] summary::after {
  transform: rotate(180deg);
  margin-top: 5px;
}

.wp-block-quote {
  background-color: var(--lightorange);
  border-radius: 10px;
  padding: 80px;
  position: relative;
  font-style: normal;
}
.wp-block-quote::before {
  content: "";
  position: absolute;
  top: -57px;
  background-image: url("../img/quotes.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 114px;
  height: 84px;
}
.wp-block-quote.is-style-plain {
  background: none;
  border-radius: none;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
}
.wp-block-quote.is-style-plain::before {
  content: "";
  position: relative;
  top: 0;
  mask-image: url("../img/quotes.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background: none;
  background-color: var(--red);
  width: 62px;
  height: 62px;
}
.wp-block-quote p:last-child::after {
  display: none;
}

.wp-block-gallery.is-style-swiper-gallery {
  position: relative;
}
.wp-block-gallery.is-style-swiper-gallery .swiper-wrapper .swiper-slide img {
  max-height: 80vh;
  border-radius: 10px;
}
.wp-block-gallery.is-style-swiper-gallery .swiper-button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  justify-content: space-between;
  z-index: 1;
}
.wp-block-gallery.is-style-swiper-gallery .swiper-button-container .btn {
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.wp-block-post.type-agenda {
  display: flex;
  padding: 0 30px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 990px) {
  .wp-block-post.type-agenda {
    flex-direction: column;
  }
}
.wp-block-post.type-agenda:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 30px;
  border: 0.5px solid #7EC39B;
  border-radius: 10px;
}
.wp-block-post.type-agenda .taxonomy-agenda_type a, .wp-block-post.type-agenda .taxonomy-agenda_type span {
  padding: 6px 28px;
  border-radius: 22px;
}
.wp-block-post.type-agenda .agenda-metas {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 30px 0;
  font-size: 18px;
}
@media screen and (max-width: 990px) {
  .wp-block-post.type-agenda .agenda-metas {
    flex-direction: column;
    font-size: 16px;
    align-items: baseline;
  }
}
.wp-block-post.type-agenda .agenda-metas .search-result-dates, .wp-block-post.type-agenda .agenda-metas .search-result-address {
  display: flex;
  gap: 10px;
  align-items: center;
}
.wp-block-post.type-agenda .agenda-metas .search-result-dates::before, .wp-block-post.type-agenda .agenda-metas .search-result-address::before {
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  --webkit-mask-size: contain;
  --webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  display: block;
}
.wp-block-post.type-agenda .agenda-metas .search-result-dates::before {
  mask-image: url("../img/agenda-date.svg");
  --webkit-mask-image: url("../img/agenda-date.svg");
  width: 27px;
  height: 27px;
  min-width: 27px;
}
.wp-block-post.type-agenda .agenda-metas .search-result-address::before {
  mask-image: url("../img/agenda-localisation.svg");
  --webkit-mask-image: url("../img/agenda-localisation.svg");
  width: 20px;
  height: 28px;
  min-width: 20px;
}
.wp-block-post.type-agenda .wp-block-post-featured-image {
  max-width: 568px;
  min-width: 30%;
  margin-bottom: 0;
}
.wp-block-post.type-agenda .wp-block-post-featured-image img {
  height: 100%;
  border-radius: 10px;
}
.wp-block-post.type-agenda &gt; .wp-block-group {
  padding: 70px 5% 70px 10%;
  z-index: 1;
}
.wp-block-post.type-agenda .wp-block-button {
  display: flex;
  justify-content: right;
  width: 100%;
}

.archive .wp-block-query {
  margin-top: 40px;
}
.archive .wp-block-query .wp-block-post-template .wp-block-post.type-agenda:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 990px) {
  .archive .wp-block-query .wp-block-post-template .wp-block-post.type-agenda:nth-child(even) {
    flex-direction: column;
  }
}
.archive .wp-block-query .wp-block-post-template .wp-block-post.type-agenda:nth-child(even) &gt; .wp-block-group {
  padding: 70px 10% 70px 5%;
}

.agenda_filter {
  width: 100%;
  max-width: 350px;
}
.agenda_filter label {
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}

.wp-block-post.type-product {
  position: relative;
  border-radius: 10px;
  background: var(--bluelight);
  padding-bottom: 60px;
}
.wp-block-post.type-product .wp-block-post-featured-image {
  height: 340px;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px;
}
.wp-block-post.type-product .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.wp-block-post.type-product .wp-block-group {
  padding: 30px;
}
.wp-block-post.type-product .read_more {
  margin: 0;
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
  font-weight: 500;
  font-weight: bold;
}
.wp-block-post.type-product .read_more:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
}
.wp-block-post.type-product:hover .wp-block-post-featured-image img {
  transform: scale(1.1);
}

.products-plus-block .wp-block-post-template {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.products-plus-block .wp-block-post-template .wp-block-post {
  width: calc((100% - 4em) / 3);
}
.products-plus-block.full .wp-block-post-template .wp-block-post {
  display: block;
}
.product-show-full {
  display: flex;
  gap: 12px;
  position: relative;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  transition: all 500ms;
  font-size: 20px;
  padding: 16px 33px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid var(--bluelight);
  color: var(--bluedark);
  background: var(--bluelight);
  margin: 60px auto 0;
}
.product-show-full:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
  transform: rotate(90deg);
}
.product-show-full:hover {
  border: 1px solid var(--bluedark);
  color: var(--bluelight);
  background: var(--bluedark);
}
.product-show-full:hover::after {
  background-color: var(--bluelight);
}
.product-show-full.full:after {
  transform: rotate(-90deg);
}

.histories__container {
  position: relative;
  overflow: unset !important;
  overflow-x: clip !important;
}
@media (max-width: 991.98px) {
  .histories__container {
    padding-left: 20px;
  }
}
.histories__container:after {
  content: "";
  border-left: 2px dashed var(--grey);
  position: absolute;
  top: 40px;
  left: 50%;
  height: calc(100% - 40px);
}
@media (max-width: 991.98px) {
  .histories__container:after {
    left: 0;
    height: 100%;
    top: 0;
  }
}
.histories__container .wp-block-wsi-history-item {
  padding: 20px 0;
  position: relative;
}
@media (min-width: 992px) {
  .histories__container .wp-block-wsi-history-item {
    padding: 50px 0;
  }
}
.histories__container .wp-block-wsi-history-item:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .histories__container .wp-block-wsi-history-item:before {
    display: none;
  }
}
.histories__container .wp-block-wsi-history-item h2 {
  position: relative;
}
.histories__container .wp-block-wsi-history-item h2:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  display: none;
}
@media (max-width: 991.98px) {
  .histories__container .wp-block-wsi-history-item h2:before {
    left: -30px;
    display: block;
  }
}
.histories__container .wp-block-wsi-history-item:first-child {
  padding-top: 0;
}
.histories__container .wp-block-wsi-history-item:first-child:before {
  top: 40px;
}
.histories__container .wp-block-wsi-history-item:last-child {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .histories__container .wp-block-wsi-history-item .wp-block-media-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .histories__container .wp-block-wsi-history-item .wp-block-media-text.has-media-on-the-right {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .histories__container .wp-block-wsi-history-item .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content &gt; * {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .histories__container .wp-block-wsi-history-item .wp-block-media-text .wp-block-media-text__media {
    padding-right: 8%;
  }
}
@media (min-width: 992px) {
  .histories__container .wp-block-wsi-history-item .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding-right: 0;
    padding-left: 8%;
  }
}
@media (max-width: 991.98px) {
  .histories__container .wp-block-wsi-history-item .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.histories__container .swiper-navigation {
  display: none;
}
@media screen and (max-width: 770px) {
  .histories__container .swiper-navigation {
    display: flex;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 20px;
  }
}
.histories__container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -45px !important;
  width: fit-content !important;
  padding: 0 10px;
}
@media screen and (max-width: 770px) {
  .histories__container .swiper-pagination {
    display: none;
  }
}
.histories__container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px !important;
  width: 12px;
  height: 12px;
  background: url("../img/dot-slider.svg") no-repeat center center;
  background-size: contain;
  opacity: 1 !important;
  position: relative;
  z-index: 2;
}
.histories__container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  background: url("../img/history-point.svg") no-repeat center center;
}
.histories__container .swiper-pagination:after {
  content: "";
  height: 4px;
  width: fit-content;
  background: var(--grey);
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 13px !important;
  position: absolute;
  width: 100%;
  border-radius: 20px;
}

.history__item {
  position: relative;
}
.history__item:before {
  content: "";
  height: calc(100% + 90px);
  width: 5px;
  border-radius: 20px;
  background: var(--white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 770px) {
  .history__item:before {
    width: 100%;
    height: 5px;
    bottom: -20px;
  }
}
.history__item:after {
  content: "";
  width: 49px;
  height: 49px;
  background: url("../img/history-point.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
@media screen and (max-width: 770px) {
  .history__item:after {
    bottom: -42px;
    top: unset;
  }
}
.history__item .wp-block-columns .wp-block-column:first-child {
  padding-left: 10%;
}

.press-release {
  gap: 40px;
}
.press-release .wp-block-wsi-list-item {
  width: 100%;
  max-width: calc((100% - 80px) / 3);
  background-color: var(--white);
  border-radius: 10px;
  padding-bottom: 40px;
}
.press-release .wp-block-wsi-list-item &gt; div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.press-release .wp-block-wsi-list-item &gt; div h3 {
  margin: 25px 0;
}
.press-release .wp-block-wsi-list-item &gt; div h3, .press-release .wp-block-wsi-list-item &gt; div p, .press-release .wp-block-wsi-list-item &gt; div .wp-block-buttons {
  padding: 0 34px;
}
.press-release .wp-block-wsi-list-item &gt; div .wp-block-buttons {
  margin-top: auto;
}

.type-post {
  background-color: var(--bluedark);
  color: var(--white);
  padding: 0 30px 90px;
  border-radius: 10px;
  transform: translateX(15px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.type-post .wp-block-post-featured-image {
  margin-left: -30px;
  margin-right: -30px;
  transform: translate(-15px, -15px);
  order: 1;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
.type-post .wp-block-post-featured-image img {
  border-radius: 10px;
  height: 368px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.type-post .wp-block-post-title {
  order: 2;
}
.type-post .wp-block-post-title a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.type-post .taxonomy-category {
  order: 1;
  display: flex;
  justify-content: end;
  margin-top: -55px;
  position: relative;
  z-index: 1;
  transform: translateX(15px);
}
.type-post .taxonomy-category a {
  color: var(--bluesoft);
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px 0 0 0;
  background: var(--bluedark);
  padding: 10px 15px;
}
.type-post .taxonomy-category .wp-block-post-terms__separator {
  display: none;
}
.type-post .wp-block-post-date {
  order: 1;
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.type-post .wp-block-post-excerpt {
  order: 3;
  color: var(--white);
}
.type-post .read_more {
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
  font-weight: 500;
  font-weight: bold;
}
.type-post .read_more:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--white);
  transition: all 500ms;
}
.type-post a {
  color: var(--white);
}
.type-post:hover .wp-block-post-featured-image img {
  transform: scale(1.1);
}

.page_actualites {
  background: rgb(217, 238, 242);
  background: linear-gradient(0deg, rgb(217, 238, 242) 0%, rgba(250, 241, 226, 0.7) 20%, rgba(217, 238, 242, 0) 100%);
  padding-bottom: 200px;
}
.page_actualites .wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.page_actualites .wp-block-post-template .type-post {
  width: calc((100% - 80px) / 3);
  background-color: var(--white);
  color: var(--bluedark);
  transform: unset;
}
@media screen and (max-width: 990px) {
  .page_actualites .wp-block-post-template .type-post {
    width: 95%;
    margin: 0 auto;
  }
}
.page_actualites .wp-block-post-template .type-post .wp-block-post-featured-image {
  transform: unset;
  order: 1;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.page_actualites .wp-block-post-template .type-post .wp-block-post-featured-image img {
  border-radius: 10px;
  height: 368px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.page_actualites .wp-block-post-template .type-post .wp-block-post-title {
  order: 2;
}
.page_actualites .wp-block-post-template .type-post .wp-block-post-title a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.page_actualites .wp-block-post-template .type-post .taxonomy-category {
  transform: translate(10px, -45px);
}
.page_actualites .wp-block-post-template .type-post .taxonomy-category a {
  color: var(--bluedark);
  font-weight: bold;
  font-size: 16px;
  border-radius: 24px;
  background: var(--lightorange);
  padding: 10px 15px;
}
.page_actualites .wp-block-post-template .type-post .wp-block-post-date {
  order: 1;
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold;
  display: none;
}
.page_actualites .wp-block-post-template .type-post .wp-block-post-excerpt {
  order: 3;
}
.page_actualites .wp-block-post-template .type-post .read_more {
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
  font-weight: 500;
  font-weight: bold;
}
.page_actualites .wp-block-post-template .type-post .read_more:after {
  content: "";
  width: 20px;
  height: 18px;
  mask-image: url("../img/button-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/button-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--bluedark);
  transition: all 500ms;
}
.page_actualites .wp-block-post-template .type-post a {
  color: var(--bluedark);
}
.page_actualites .wp-block-post-template .type-post:hover .wp-block-post-featured-image img {
  transform: scale(1.1);
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

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

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

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-grid &gt; .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */
</pre></body></html>