@font-face {
  font-family: 'Beausite Classic Regular';
  src: url("../fonts/beausite-classic-regular.woff2") format('woff2'), url("../fonts/beausite-classic-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Beausite Classic Medium';
  src: url("../fonts/beausite-classic-medium.woff2") format('woff2'), url("../fonts/beausite-classic-medium.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Beausite Classic Bold';
  src: url("../fonts/beausite-classic-bold.woff2") format('woff2'), url("../fonts/beausite-classic-bold.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
.set-navy {
  color: #001c79;
}
.set-blue {
  color: #2055ad;
}
.set-magenta {
  color: #ec0c8b;
}
.set-white {
  color: #fff !important;
  border-color: #fff !important;
}
.set-white svg {
  color: #fff !important;
  fill: #fff !important;
}
.set-bg-navy {
  background-color: #001c79;
}
.has-background.has-grey-background-color {
  background-color: #f7f7f7;
}
.show-768 {
  display: none;
}
.show-1024 {
  display: none;
}
.show-1280 {
  display: none;
}
@media screen and (min-width: 768px) {
  .show-768 {
    display: block;
  }
  .hide-768 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .show-1024 {
    display: block;
  }
  .hide-1024 {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .show-1280 {
    display: block;
  }
  .hide-1280 {
    display: none;
  }
}
@import "./application.css";

/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  tab-size: 4;
}

/**
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;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

/**
Add the correct font weight in Edge and Safari.
*/


strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

/**
Add the correct font size in all browsers.
*/

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/


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

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
select {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
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.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */


h1,
h2,
h3,
h4,
h5,
hr,
figure,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

input::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
canvas {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.invisible{
  visibility: hidden;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-4{
  top: 1rem;
}

.top-6{
  top: 1.5rem;
}

.bottom-36{
  bottom: 9rem;
}

.left-0{
  left: 0px;
}

.left-9{
  left: 2.25rem;
}

.-left-4{
  left: -1rem;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.-mb-14{
  margin-bottom: -3.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-16{
  margin-left: 4rem;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-24{
  height: 6rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.min-w-max{
  min-width: max-content;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-initial{
  flex: 0 1 auto;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.resize{
  resize: both;
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.content-center{
  align-content: center;
}

.items-center{
  align-items: center;
}

.items-stretch{
  align-items: stretch;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-items-center{
  justify-items: center;
}

.gap-4{
  gap: 1rem;
}

.border{
  border-width: 1px;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.pt-5{
  padding-top: 1.25rem;
}

.underline{
  text-decoration: underline;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){

  .md\:visible{
    visibility: visible;
  }

  .md\:top-40{
    top: 10rem;
  }

  .md\:bottom-60{
    bottom: 15rem;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-40{
    margin-top: 10rem;
  }

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:contents{
    display: contents;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1280px){

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mr-40{
    margin-right: 10rem;
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  height: 100%;
  font-size: 14px;
  font-family: 'Beausite Classic Medium', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #2055ad;
  overflow: overlay;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}
::-webkit-scrollbar {
  width: 8px;
/* Track */
/* Handle */
}
::-webkit-scrollbar-track {
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(0,0,0,0.8);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.4);
}
body div.grid12 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  padding: 16px;
  pointer-events: none;
  transition: all 0.2s ease-in;
  padding-left: calc((100% - 1440px) / 2);
  padding-right: calc((100% - 1440px) / 2);
  right: auto;
  left: calc(50% + 3px);
  left: calc(50% + 0px);
  width: 100%;
  box-sizing: border-box;
  transform: translateX(-50%);
}
body div.grid12:before {
  padding-left: 50px;
  content: '16px <- max 100% -> 16px';
}
body div.grid12::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #f00;
  background-image: linear-gradient(90deg, rgba(255,0,0,0.3) 25%, transparent 25%, transparent 50%, rgba(255,0,0,0.3) 50%, rgba(255,0,0,0.3) 75%, transparent 75%, transparent 100%);
  background-size: calc(100% / 1.5) calc(100% / 1.5);
  background-position: 0px;
}
body div.grid12-big {
  opacity: 0;
  width: calc(100vw - (16px * 2));
}
body div.grid12-big::after {
  border: 1px solid #00f;
  background-image: none;
  background-image: linear-gradient(90deg, rgba(0,0,255,0.1) 25%, transparent 25%, transparent 50%, rgba(0,0,255,0.1) 50%, rgba(0,0,255,0.1) 75%, transparent 75%, transparent 100%);
}
body div.grid12-big:hover {
  opacity: 0.5;
}
body div.grid12-big:hover::after {
  background-image: linear-gradient(90deg, rgba(0,0,255,0.31) 25%, transparent 25%, transparent 50%, rgba(0,0,255,0.31) 50%, rgba(0,0,255,0.31) 75%, transparent 75%, transparent 100%);
}
@media screen and (min-width: 1660px) {
  body div.grid12 {
    padding-left: calc((100% - 1600px) / 2 + 32px);
    padding-right: calc((100% - 1600px) / 2 + 32px);
  }
}
@media screen and (min-width: 1500px) {
  body div.grid12 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  body div.grid12 {
    width: 100vw;
    box-sizing: border-box;
    border-left: 1px solid #f00;
    border-right: 1px solid #f00;
    padding-left: 31px;
    padding-right: 31px;
  }
  body div.grid12:before {
    padding-left: 100px;
    content: '32px <- max 100vw -> 32px';
  }
  body div.grid12:after,
  body div.grid12 div.grid12-big::after {
    background-size: calc(100% / 3) calc(100% / 3);
  }
}
@media screen and (min-width: 1024px) {
  body div.grid12 {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  body div.grid12:before {
    content: '32px <- max 1255px -> 32px';
  }
}
@media screen and (min-width: 1315px) {
  body div.grid12 {
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1500px) {
  body div.grid12 {
    box-sizing: border-box;
  }
  body div.grid12:before {
    content: '32px <- max 1440px -> 32px';
  }
}
@media screen and (min-width: 1664px) {
  body div.grid12 {
    box-sizing: border-box;
  }
  body div.grid12:before {
    content: '32px <- max 1600px -> 32px';
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.screen-reader-text,
.sr {
  width: 0.063rem;
  height: 0.063rem;
  margin: -0.062rem;
  position: absolute;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@keyframes underlined {
  0% {
    background-size: 100% 3%;
  }
  25% {
    background-size: 0% 3%;
  }
  100% {
    background-size: 100% 3%;
  }
}
@keyframes underlinedMedium {
  0% {
    background-size: 100% 2px;
  }
  25% {
    background-size: 0% 2px;
  }
  100% {
    background-size: 100% 2px;
  }
}
@keyframes widthPulse {
  0% {
    transform: scaleX(0);
  }
  25% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes opacityPulse {
  0% {
    opacity: 0.75;
  }
  25% {
    opacity: 0.85;
  }
  100% {
    opacity: 0.75;
  }
}
@keyframes scalePulse {
  0% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scalePulse2 {
  0% {
    transform: scale(0.8);
  }
  55% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(0.8);
  }
}
h1 {
  font-family: "Beausite Classic Medium";
}
h2 {
  font-size: 45px;
  line-height: 55px;
}
h2 {
  font-family: 'Beausite Classic Bold', Helvetica, Arial sans-serif;
  color: #001c79;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 45px;
    line-height: 1.1;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
h3 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 30px;
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
h4,
.a-paragraph.has-big-font-size,
p.has-big-font-size,
.a-list.has-big-font-size,
.t-page ul.has-big-font-size,
ol.has-big-font-size {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  h4,
  .a-paragraph.has-big-font-size,
  p.has-big-font-size,
  .a-list.has-big-font-size,
  .t-page ul.has-big-font-size,
  ol.has-big-font-size {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  h4,
  .a-paragraph.has-big-font-size,
  p.has-big-font-size,
  .a-list.has-big-font-size,
  .t-page ul.has-big-font-size,
  ol.has-big-font-size {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
h4.has-text-align-center,
.a-paragraph.has-big-font-size.has-text-align-center,
p.has-big-font-size.has-text-align-center,
.a-list.has-big-font-size.has-text-align-center,
.t-page ul.has-big-font-size.has-text-align-center,
ol.has-big-font-size.has-text-align-center {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}
.article-1-subheading {
  font-size: 28px;
  line-height: 40px;
  color: #2055ad;
  padding-top: 20px;
  font-family: "Beausite Classic Medium";
}
@media screen and (min-width: 768px) {
  .article-section-header {
    font-family: "Beausite Classic Medium";
    font-size: 45px;
    line-height: 55px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1356px) {
  .article-section-header {
    font-family: "Beausite Classic Medium";
    color: #001c79;
    font-size: 28px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .article-section-subheading {
    font-family: "Beausite Classic Medium";
    color: #2055ad;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin: 0 20px;
  }
  .article-section-header {
    font-family: "Beausite Classic Medium";
    color: #001c79;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
/* width: 80vw; */
    width: 85vw;
    overflow-wrap: normal;
    margin: 0 auto;
  }
}
.a-paragraph,
p,
.a-list,
.t-page ul,
ol {
  font-family: 'Beausite Classic Medium', Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 19px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #2055ad;
}
@media screen and (min-width: 768px) {
  .a-paragraph,
  p,
  .a-list,
  .t-page ul,
  ol {
    font-size: 15px;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .a-paragraph,
  p,
  .a-list,
  .t-page ul,
  ol {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.a-paragraph.has-large-font-size,
p.has-large-font-size,
.a-list.has-large-font-size,
.t-page ul.has-large-font-size,
ol.has-large-font-size {
  font-size: 0.875rem;
  line-height: 1.38;
  letter-spacing: normal;
  --wp--preset--font-size--large: 0.875rem;
}
@media screen and (min-width: 768px) {
  .a-paragraph.has-large-font-size,
  p.has-large-font-size,
  .a-list.has-large-font-size,
  .t-page ul.has-large-font-size,
  ol.has-large-font-size {
    font-size: 1rem;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .a-paragraph.has-large-font-size,
  p.has-large-font-size,
  .a-list.has-large-font-size,
  .t-page ul.has-large-font-size,
  ol.has-large-font-size {
    font-size: 1.125rem;
    line-height: 1.38;
  }
}
@media screen and (min-width: 768px) {
  .a-paragraph.has-large-font-size,
  p.has-large-font-size,
  .a-list.has-large-font-size,
  .t-page ul.has-large-font-size,
  ol.has-large-font-size {
    --wp--preset--font-size--large: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .a-paragraph.has-large-font-size,
  p.has-large-font-size,
  .a-list.has-large-font-size,
  .t-page ul.has-large-font-size,
  ol.has-large-font-size {
    --wp--preset--font-size--large: 1.125rem;
  }
}
.a-paragraph.has-big-font-size,
p.has-big-font-size,
.a-list.has-big-font-size,
.t-page ul.has-big-font-size,
ol.has-big-font-size {
  margin-bottom: 50px;
}
.a-paragraph.has-big-font-size + .has-big-font-size,
p.has-big-font-size + .has-big-font-size,
.a-list.has-big-font-size + .has-big-font-size,
.t-page ul.has-big-font-size + .has-big-font-size,
ol.has-big-font-size + .has-big-font-size {
  margin-top: -34px;
}
.a-paragraph.has-big-font-size + .wp-block-image,
p.has-big-font-size + .wp-block-image,
.a-list.has-big-font-size + .wp-block-image,
.t-page ul.has-big-font-size + .wp-block-image,
ol.has-big-font-size + .wp-block-image {
  margin-top: -24px;
}
@media screen and (min-width: 768px) {
  .a-paragraph.has-big-font-size,
  p.has-big-font-size,
  .a-list.has-big-font-size,
  .t-page ul.has-big-font-size,
  ol.has-big-font-size {
    margin-bottom: 80px;
  }
  .a-paragraph.has-big-font-size + .has-big-font-size,
  p.has-big-font-size + .has-big-font-size,
  .a-list.has-big-font-size + .has-big-font-size,
  .t-page ul.has-big-font-size + .has-big-font-size,
  ol.has-big-font-size + .has-big-font-size {
    margin-top: -64px;
  }
  .a-paragraph.has-big-font-size + .wp-block-image,
  p.has-big-font-size + .wp-block-image,
  .a-list.has-big-font-size + .wp-block-image,
  .t-page ul.has-big-font-size + .wp-block-image,
  ol.has-big-font-size + .wp-block-image {
    margin-top: -44px;
  }
}
@media screen and (min-width: 1280px) {
  .a-paragraph.has-big-font-size,
  p.has-big-font-size,
  .a-list.has-big-font-size,
  .t-page ul.has-big-font-size,
  ol.has-big-font-size {
    margin-bottom: 120px;
  }
  .a-paragraph.has-big-font-size + .has-big-font-size,
  p.has-big-font-size + .has-big-font-size,
  .a-list.has-big-font-size + .has-big-font-size,
  .t-page ul.has-big-font-size + .has-big-font-size,
  ol.has-big-font-size + .has-big-font-size {
    margin-top: -85px;
  }
  .a-paragraph.has-big-font-size + .wp-block-image,
  p.has-big-font-size + .wp-block-image,
  .a-list.has-big-font-size + .wp-block-image,
  .t-page ul.has-big-font-size + .wp-block-image,
  ol.has-big-font-size + .wp-block-image {
    margin-top: -65px;
  }
}
.a-paragraph.has-small-font-size,
p.has-small-font-size,
.a-list.has-small-font-size,
.t-page ul.has-small-font-size,
ol.has-small-font-size {
  line-height: normal;
  font-size: 0.75rem;
  line-height: 1.35;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .a-paragraph.has-small-font-size,
  p.has-small-font-size,
  .a-list.has-small-font-size,
  .t-page ul.has-small-font-size,
  ol.has-small-font-size {
    font-size: 0.813rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1280px) {
  .a-paragraph.has-small-font-size,
  p.has-small-font-size,
  .a-list.has-small-font-size,
  .t-page ul.has-small-font-size,
  ol.has-small-font-size {
    font-size: 0.875rem;
    line-height: 1.45;
  }
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
i {
  font-style: italic;
}
.t-page ul,
ol {
  list-style: none;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 16px;
}
.t-page ul li,
ol li {
  position: relative;
  text-indent: 0rem;
  margin-bottom: 4px;
}
.t-page ul li:before,
ol li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: calc(-16px + 3px);
  width: 0.375rem;
  height: 0.375rem;
  background: #ec0c8b;
  border-radius: 50%;
}
.t-page ul li.blocks-gallery-item:before,
ol li.blocks-gallery-item:before {
  content: none;
}
.t-page ul li ul li:before,
ol li ul li:before {
  background: #001c79;
}
@media screen and (min-width: 768px) {
  .t-page ul,
  ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .t-page ul li,
  ol li {
    margin-bottom: 6px;
  }
  .t-page ul li:before,
  ol li:before {
    width: 7px;
    height: 7px;
    left: calc(-20px + 3px);
    top: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .t-page ul,
  ol {
    padding-left: 25px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .t-page ul li,
  ol li {
    margin-bottom: 8px;
  }
  .t-page ul li:before,
  ol li:before {
    left: calc(-25px + 3px);
    top: 6px;
  }
}
ol {
  counter-reset: item;
  overflow-wrap: normal;
  word-break: normal;
}
ol li {
  counter-increment: item;
}
ol li:before {
  text-indent: 0rem;
  display: inline-block;
  position: absolute;
  top: 0px;
  color: #2055ad;
  left: -1rem;
  background: transparent;
  padding-right: 0rem;
  text-align: left;
  transform: rotate(0deg);
  border: 0;
  content: counter(item) ".";
}
@media screen and (min-width: 768px) {
  ol li:before {
    left: -1.5rem;
  }
}
li {
  font-family: "Beausite Classic Medium";
  font-size: 16px;
  line-height: 22px;
  color: #2055ad;
}
.a-link,
a {
  text-decoration: underline;
}
.a-link:hover,
a:hover {
  text-decoration: none;
}
.has-text-color.has-pink-color {
  color: #ec0c8b;
}
.has-text-color.has-pink-color .a-title--1,
.has-text-color.has-pink-color .a-title--2,
.has-text-color.has-pink-color .a-title--3,
.has-text-color.has-pink-color .a-title--4,
.has-text-color.has-pink-color .a-title--5,
.has-text-color.has-pink-color .a-title--6,
.has-text-color.has-pink-color h2,
.has-text-color.has-pink-color h3,
.has-text-color.has-pink-color h4,
.has-text-color.has-pink-color h5,
.has-text-color.has-pink-color h6,
.has-text-color.has-pink-color .a-paragraph,
.has-text-color.has-pink-color .a-link,
.has-text-color.has-pink-color a,
.has-text-color.has-pink-color p,
.has-text-color.has-pink-color ul,
.has-text-color.has-pink-color ol,
.has-text-color.has-pink-color ul li,
.has-text-color.has-pink-color ol li {
  color: #ec0c8b;
}
.has-text-color.has-navy-color {
  color: #001c79;
}
.has-text-color.has-navy-color .a-title--1,
.has-text-color.has-navy-color .a-title--2,
.has-text-color.has-navy-color .a-title--3,
.has-text-color.has-navy-color .a-title--4,
.has-text-color.has-navy-color .a-title--5,
.has-text-color.has-navy-color .a-title--6,
.has-text-color.has-navy-color h2,
.has-text-color.has-navy-color h3,
.has-text-color.has-navy-color h4,
.has-text-color.has-navy-color h5,
.has-text-color.has-navy-color h6,
.has-text-color.has-navy-color .a-paragraph,
.has-text-color.has-navy-color .a-link,
.has-text-color.has-navy-color a,
.has-text-color.has-navy-color p,
.has-text-color.has-navy-color ul,
.has-text-color.has-navy-color ol,
.has-text-color.has-navy-color ul li,
.has-text-color.has-navy-color ol li {
  color: #001c79;
}
.has-text-color.has-blue-color {
  color: #2055ad;
}
.has-text-color.has-blue-color .a-title--1 .a-paragraph,
.has-text-color.has-blue-color .a-title--2 .a-paragraph,
.has-text-color.has-blue-color .a-title--3 .a-paragraph,
.has-text-color.has-blue-color .a-title--4 .a-paragraph,
.has-text-color.has-blue-color .a-title--5 .a-paragraph,
.has-text-color.has-blue-color .a-title--6 .a-paragraph,
.has-text-color.has-blue-color h2 .a-paragraph,
.has-text-color.has-blue-color h3 .a-paragraph,
.has-text-color.has-blue-color h4 .a-paragraph,
.has-text-color.has-blue-color h5 .a-paragraph,
.has-text-color.has-blue-color h6 .a-paragraph,
.has-text-color.has-blue-color .a-title--1 .a-link,
.has-text-color.has-blue-color .a-title--2 .a-link,
.has-text-color.has-blue-color .a-title--3 .a-link,
.has-text-color.has-blue-color .a-title--4 .a-link,
.has-text-color.has-blue-color .a-title--5 .a-link,
.has-text-color.has-blue-color .a-title--6 .a-link,
.has-text-color.has-blue-color h2 .a-link,
.has-text-color.has-blue-color h3 .a-link,
.has-text-color.has-blue-color h4 .a-link,
.has-text-color.has-blue-color h5 .a-link,
.has-text-color.has-blue-color h6 .a-link,
.has-text-color.has-blue-color .a-title--1 a,
.has-text-color.has-blue-color .a-title--2 a,
.has-text-color.has-blue-color .a-title--3 a,
.has-text-color.has-blue-color .a-title--4 a,
.has-text-color.has-blue-color .a-title--5 a,
.has-text-color.has-blue-color .a-title--6 a,
.has-text-color.has-blue-color h2 a,
.has-text-color.has-blue-color h3 a,
.has-text-color.has-blue-color h4 a,
.has-text-color.has-blue-color h5 a,
.has-text-color.has-blue-color h6 a,
.has-text-color.has-blue-color .a-title--1 p,
.has-text-color.has-blue-color .a-title--2 p,
.has-text-color.has-blue-color .a-title--3 p,
.has-text-color.has-blue-color .a-title--4 p,
.has-text-color.has-blue-color .a-title--5 p,
.has-text-color.has-blue-color .a-title--6 p,
.has-text-color.has-blue-color h2 p,
.has-text-color.has-blue-color h3 p,
.has-text-color.has-blue-color h4 p,
.has-text-color.has-blue-color h5 p,
.has-text-color.has-blue-color h6 p,
.has-text-color.has-blue-color .a-title--1 ul,
.has-text-color.has-blue-color .a-title--2 ul,
.has-text-color.has-blue-color .a-title--3 ul,
.has-text-color.has-blue-color .a-title--4 ul,
.has-text-color.has-blue-color .a-title--5 ul,
.has-text-color.has-blue-color .a-title--6 ul,
.has-text-color.has-blue-color h2 ul,
.has-text-color.has-blue-color h3 ul,
.has-text-color.has-blue-color h4 ul,
.has-text-color.has-blue-color h5 ul,
.has-text-color.has-blue-color h6 ul,
.has-text-color.has-blue-color .a-title--1 ol,
.has-text-color.has-blue-color .a-title--2 ol,
.has-text-color.has-blue-color .a-title--3 ol,
.has-text-color.has-blue-color .a-title--4 ol,
.has-text-color.has-blue-color .a-title--5 ol,
.has-text-color.has-blue-color .a-title--6 ol,
.has-text-color.has-blue-color h2 ol,
.has-text-color.has-blue-color h3 ol,
.has-text-color.has-blue-color h4 ol,
.has-text-color.has-blue-color h5 ol,
.has-text-color.has-blue-color h6 ol,
.has-text-color.has-blue-color .a-title--1 ul li,
.has-text-color.has-blue-color .a-title--2 ul li,
.has-text-color.has-blue-color .a-title--3 ul li,
.has-text-color.has-blue-color .a-title--4 ul li,
.has-text-color.has-blue-color .a-title--5 ul li,
.has-text-color.has-blue-color .a-title--6 ul li,
.has-text-color.has-blue-color h2 ul li,
.has-text-color.has-blue-color h3 ul li,
.has-text-color.has-blue-color h4 ul li,
.has-text-color.has-blue-color h5 ul li,
.has-text-color.has-blue-color h6 ul li,
.has-text-color.has-blue-color .a-title--1 ol li,
.has-text-color.has-blue-color .a-title--2 ol li,
.has-text-color.has-blue-color .a-title--3 ol li,
.has-text-color.has-blue-color .a-title--4 ol li,
.has-text-color.has-blue-color .a-title--5 ol li,
.has-text-color.has-blue-color .a-title--6 ol li,
.has-text-color.has-blue-color h2 ol li,
.has-text-color.has-blue-color h3 ol li,
.has-text-color.has-blue-color h4 ol li,
.has-text-color.has-blue-color h5 ol li,
.has-text-color.has-blue-color h6 ol li {
  color: #2055ad;
}
.has-text-color.has-grey-color {
  color: #f7f7f7;
}
p.bon-a-savoir {
  position: relative;
  padding-top: 51px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #989898;
}
p.bon-a-savoir:before {
  content: "Bon à savoir";
  color: #fff;
  background: #ec0c8b url("../img/lightbulb.png") no-repeat 10px 50%;
  background-size: 21px;
  border-radius: 17px;
  padding: 9px 12px 8px 36px;
  position: absolute;
  top: 0;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  p.bon-a-savoir {
    margin-top: 40px;
  }
}
.circle-icon {
  background: #ec0c8b;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: top;
  padding: 5px;
  position: absolute;
  margin-top: -8.5px;
  margin-left: 10px;
}
i {
  height: 10px;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .circle-icon-large {
    background: #ec0c8b;
    color: #fff;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: top;
    padding: 7px;
    position: absolute;
    margin-top: -25px;
    margin-left: 244px;
  }
}
@media only screen and (max-width: 767px) {
  .circle-icon-large {
    background: #ec0c8b;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: top;
    padding: 5px;
  }
}
.a-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  vertical-align: middle;
  margin-right: 3px;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
}
.a-icon svg {
  display: block;
}
.a-icon--circled {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 3px;
}
.a-icon--circled svg {
  width: 1.563rem;
  height: 1.563rem;
}
@media screen and (min-width: 768px) {
  .a-icon--circled svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.a-icon--mirror svg {
  transform: scaleX(-1);
}
.a-icon--r90 {
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .a-icon--r90 {
    width: 2.688rem;
    height: 2.688rem;
  }
}
.a-icon--r90 svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.a-button {
  text-decoration: none;
}
.a-button--border {
  border-radius: 500px;
  border: 1px solid #2055ad;
}
.a-button .a-button__icon i {
  width: auto;
  height: auto;
}
.a-button .a-button__icon i.fa-search-location {
  transform: scaleX(-1);
}
.a-button .a-button__icon--circle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ec0c8b;
  border-radius: 50%;
  color: #fff;
}
.article-button:hover {
  background-color: #2055ad;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
  border: 2px solid #001c79;
  background: #001c79;
  border-radius: 500px;
  padding: 3px 15px 0px;
  color: #fff;
  text-decoration: none;
}
.cta-button.aligncenter {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
a.cta-button:hover,
a.cta-button:focus {
  color: #001c79;
  background-color: #fff;
  outline: 0;
}
@media screen and (min-width: 768px) {
  .cta-button {
    margin-top: 15px;
    font-size: 18px;
    line-height: 25px;
    padding: 4px 18px 2px;
  }
}
@media screen and (min-width: 1357px) {
  .cta-button {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    padding: 6px 24px 4px;
  }
}
.o-global-container {
  position: relative;
  top: 50px;
}
@media screen and (min-width: 1280px) {
  .o-global-container {
    top: 80px;
  }
}
.header-logo-and-search {
  display: flex;
  align-items: center;
  width: 100%;
  vertical-align: middle;
}
.header-nav {
  display: flex;
  flex-direction: flex-row;
  align-items: center;
  width: auto;
  vertical-align: middle;
}
.dropdown-list {
  font-size: 16px;
  display: block;
  background-color: #fff;
  padding: 0px 17px 17px 17px;
}
.dropdown-content {
  display: none;
  position: absolute;
}
.dropdown-content li {
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .hidden {
  display: initial !important;
}
.header-logo-sm {
  visibility: visible;
}
.header-nav-lg {
  visibility: hidden;
  display: none;
}
span.underlined {
  border-bottom: 1px solid #001c79;
}
.underline {
  border-bottom: solid 2px;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .header-container {
    height: 160px;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    vertical-align: middle;
    justify-content: space-between;
    padding: 40px 80px 40px 159px;
    z-index: 10;
    display: flex;
    flex-direction: row;
  }
  .search-nav-bar {
    border-color: #2055ad;
    border: solid;
    border-radius: 500px;
    border-width: 1px;
    color: #2055ad;
    width: 210px;
    height: 41px;
    font-size: 12px;
    padding: 11px 22px;
    overflow: none;
    justify-content: center;
    vertical-align: 50%;
    margin-left: 154px !important;
    position: relative;
  }
  .search-nav-bar span {
    visibility: visible;
  }
  .header-nav-lg {
    visibility: visible;
  }
  .header-logo-lg {
    position: relative;
  }
  .header-logo-white {
    position: fixed;
  }
  .header-logo-white svg {
    opacity: 1;
  }
  .header-logo-sm {
    display: none;
  }
  .header-logo-white-sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .search-nav-bar {
    border: none;
    display: none;
  }
  .search-nav-bar span {
    display: none;
  }
  .header-logo-lg {
    position: relative;
  }
  .header-logo-white {
    position: fixed;
  }
  .header-logo-white svg {
    opacity: 1;
  }
  .header-logo-lg svg {
    height: 64px;
    width: 106px;
  }
  .header-logo-white svg {
    height: 64px;
    width: 106px;
  }
  .header-container {
    width: 100%;
    position: fixed;
    top: 0;
    vertical-align: middle;
    justify-content: space-between;
/* padding: 40px; */
    padding: 20px;
    z-index: 10;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .header-container {
    height: 40px;
    width: 100%;
    top: 0;
    vertical-align: middle;
    justify-content: space-between;
    padding: 25px;
    z-index: 10;
    display: flex;
    flex-direction: row-reverse;
  }
  .header-container .header-logo-and-search > .a-button {
    position: fixed;
    z-index: 10;
    top: 8px;
    right: 24px;
  }
  .circle-icon-large {
    position: absolute;
    margin-top: -6px;
    margin-left: 78px;
  }
  .search-nav-bar {
    border: none;
  }
  .search-nav-bar span {
    display: none;
  }
  .search-nav-bar i {
    position: fixed;
    z-index: 10;
    top: 16px;
    right: 32px;
    right: 24px;
    font-size: 17px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-nav-bar i:before {
    transform: rotateY(-180deg);
  }
  .circle-icon-2 {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .header-logo-lg {
    display: none;
  }
  .header-logo-sm {
    margin: 0 auto;
  }
  .header-logo-sm svg {
    position: relative;
    flex: none;
    height: 34px;
    width: 76px;
  }
  .header-logo-lg svg {
    height: 34px;
    width: 76px;
  }
  .logo-center svg {
    position: relative;
    left: 40%;
    top: 24px;
  }
  .header-logo-white {
    display: none;
  }
  .header-logo-white-sm {
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 40;
    flex: none;
    opacity: 1;
  }
  .header-logo-white-sm svg {
    height: 50px;
    width: 112px;
    fill: #fff;
  }
}
@media screen and (min-width: 768px) {
  body:not(.home) .header-logo--white {
    display: none;
  }
  .header-container .header-logo-and-search {
    width: 20vw;
    justify-content: space-between;
  }
  .header-container .header-logo-and-search > .a-button {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .header-container .header-logo-and-search > .a-button .a-button__label {
    display: none;
  }
  .header-container .header-logo-and-search > .a-button--border {
    border: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header-container {
    height: 160px;
    padding: 40px;
  }
  .header-container .header-logo-and-search {
    width: calc(100vw - 880px - 40px - 40px);
    justify-content: space-around;
  }
  .header-container .header-logo-and-search > .a-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 0.125rem;
  }
  .header-container .header-logo-and-search > .a-button .a-button__label {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-container .header-logo-and-search {
    width: calc(100vw - 50vw - 40px - 40px);
    justify-content: space-around;
  }
}
.o-menu__burger {
  width: 32px;
  height: 32px;
  padding: 0.5rem;
}
.o-menu__burger .menu-toggle__icon {
  width: 100%;
  height: 2px;
  background: #2055ad;
  display: block;
  margin: auto;
  position: relative;
  transition: all 0.2s;
}
.o-menu__burger .menu-toggle__icon:before,
.o-menu__burger .menu-toggle__icon:after {
  width: 100%;
  height: 2px;
  background: #2055ad;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.25s 0.2s, transform 0.25s;
  transform: translateY(7px);
}
.o-menu__burger .menu-toggle__icon:before {
  transform: translateY(-7px);
}
.o-menu__burger--close {
  position: absolute;
  top: 8px;
  left: 16px;
}
.o-menu__burger--close .menu-toggle__icon {
  background: transparent;
}
.o-menu__burger--close .menu-toggle__icon:before,
.o-menu__burger--close .menu-toggle__icon:after {
  background: #fff;
  transform-origin: top left;
  transform: translateY(-7px) rotate(45deg);
  width: 22.5px;
  width: 20.5px;
}
.o-menu__burger--close .menu-toggle__icon:after {
  transform-origin: bottom left;
  transform: translateY(7px) rotate(-45deg);
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  background-color: #001c79;
  overflow-x: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s;
  padding-top: 60px;
  width: calc(300 / 360 * 100vw);
  will-change: transform;
  max-width: 475px;
}
.sidenav.is-active {
  transform: translate3d(0, 0, 0);
}
.sidenav .menu {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 39px;
}
.sidenav .menu > li {
  position: relative;
  overflow: hidden;
  min-height: 46px;
  padding-top: 3px;
}
.sidenav .menu > li.border {
  border: 0;
  margin-top: 26px;
  margin-top: 21px;
}
.sidenav .menu > li.border > a {
  position: relative;
  top: 2px;
  border: 2px solid;
  border-radius: 25px;
  padding: 0.438rem 1rem 0.25rem 1rem;
  margin-bottom: 20px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 0;
  overflow: hidden;
}
.sidenav .menu > li.border.current_page_item > a {
  color: #001c79;
  background-color: #fff;
}
.sidenav .menu > li.border.menu-item-has-children {
  margin-bottom: 19px;
}
.sidenav .menu > li.border.menu-item-has-children + li.border {
  margin-top: 19px;
}
.sidenav .menu > li a {
  text-decoration: none;
}
.sidenav .menu > li > a {
  padding: 0.438rem 0 0.25rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  line-height: 23px;
}
.sidenav .menu > li.current-menu-ancestor > a {
  font-family: 'Beausite Classic Bold', Helvetica, Arial sans-serif;
}
.sidenav .menu > li:not(.menu-item-has-children) > a:before {
  content: none;
}
.sidenav .menu > li.menu-item-has-children {
  margin-bottom: 20px;
}
.sidenav .menu > li.menu-item-has-children:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  top: 27px;
  left: 22px;
  right: 25px;
  background: #fff;
}
.sidenav .menu > li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 46px;
  left: 0;
  top: 0;
}
.sidenav .menu > li.menu-item-has-children > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #fff;
  border-top: 0;
  border-right: 0;
  left: auto;
  top: 15px;
  right: 25px;
  transition: transform 0.4s;
  transform-origin: center center;
  transform: translateY(calc(-50% - 4px)) rotate(-45deg) scale(1, 1);
}
.sidenav .menu > li.menu-item-has-children.border:after {
  content: none;
}
.sidenav .menu > li.menu-item-has-children.border > a {
  position: relative;
  padding-right: 36px;
}
.sidenav .menu > li.menu-item-has-children.border > a:before {
  right: 15px;
}
.sidenav .menu > li.menu-item-has-children.border.is-active > a {
  background-color: #fff;
  color: #001c79;
}
.sidenav .menu > li.menu-item-has-children.border.is-active > a:before {
  border-color: #001c79;
}
.sidenav .menu > li.is-active > a:before,
.sidenav .menu > li.current-menu-item > a:before {
  transform: translateY(-50%) rotate(-45deg) scale(-1, -1);
}
.sidenav .sub-menu {
  max-height: 0;
  transition: max-height 0.4s;
  will-change: max-height;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 22px;
  position: relative;
  margin-top: 20px;
}
.sidenav .sub-menu > li > a {
  margin-left: 0;
}
.sidenav .sub-menu > li.current-menu-item > a {
  font-family: 'Beausite Classic Bold', Helvetica, Arial sans-serif;
}
.sidenav a {
/* margin: 8px 8px 50px 36px; */
  margin: 2px 8px 50px 22px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
/* display: block; */
  overflow-x: hidden;
  transition: 0.1s;
  font-family: 'Beausite Classic Regular', Helvetica, Arial sans-serif;
  font-family: 'Beausite Classic Medium', Arial, Helvetica, sans-serif;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
/* top: 25px; */
/* top: 10px; */
  top: 0px;
  left: 0;
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .sidenav {
    transform: none;
    display: flex;
    align-items: center;
    left: auto;
    right: 0;
    width: 100%;
    height: 100px;
    min-height: 100px;
    background: transparent;
    color: #2055ad;
    padding-top: 0;
    max-width: calc(100vw - 26vw);
    overflow: visible;
  }
  .sidenav .menu-menu-navigation-container {
    width: 100%;
  }
  .sidenav #menu-close {
    display: none;
  }
  .sidenav ul#menu-menu-navigation {
    display: flex;
    align-items: flex-end;
    flex: 1 1 0px;
    justify-content: space-between;
    width: 100%;
    max-width: unset;
    padding-top: 0;
    padding-right: 16px;
  }
  .sidenav ul#menu-menu-navigation > li {
    margin-bottom: 0;
    min-height: 28px;
    position: relative;
    overflow: visible;
    top: -3px;
    box-sizing: border-box;
  }
  .sidenav ul#menu-menu-navigation > li.border {
    margin-top: 0;
  }
  .sidenav ul#menu-menu-navigation > li.border > a {
    padding-bottom: 4px;
    line-height: 19px;
  }
  .sidenav ul#menu-menu-navigation > li > a {
    white-space: nowrap;
    color: #001c79;
    margin-left: 0;
    margin-right: 0;
    line-height: 20px;
  }
  .sidenav ul#menu-menu-navigation > li.current-menu-item > a {
    border-color: #001c79;
    background-color: #001c79;
    color: #fff;
  }
  .sidenav ul#menu-menu-navigation > li.menu-item-has-children a:after {
    height: 28px;
  }
  .sidenav ul#menu-menu-navigation > li.menu-item-has-children > a {
    color: #001c79;
    margin-right: 25px;
  }
  .sidenav ul#menu-menu-navigation > li.menu-item-has-children > a:before {
    border-color: #001c79;
    right: 0;
  }
  .sidenav ul#menu-menu-navigation > li.menu-item-has-children.border > a {
    margin-right: 0;
  }
  .sidenav ul#menu-menu-navigation > li.menu-item-has-children.border > a:before {
    right: 16px;
  }
  .sidenav ul#menu-menu-navigation > li.menu-item-has-children.border.is-active > a {
    border-color: #001c79;
    background-color: #001c79;
    color: #fff;
  }
  .sidenav ul#menu-menu-navigation > li.menu-item-has-children.border.is-active > a:before {
    border-color: #fff;
  }
  body.home .sidenav:not(.has-blue-color) ul#menu-menu-navigation > li.menu-item-has-children.border.is-active > a {
    border-color: #fff;
    background-color: transparent;
  }
  .sidenav ul#menu-menu-navigation > li.menu-item-has-children:after {
    left: 0;
    right: auto;
    width: 9px;
    background: #001c79;
    transition: width 0.3s;
  }
  .sidenav ul#menu-menu-navigation > li.menu-item-has-children:hover:after {
    width: 100%;
  }
  .sidenav .sub-menu {
    max-width: unset;
    position: absolute;
    top: 100%;
    top: calc(100% + 4px);
    margin-top: 0;
    background: #fff;
    overflow: hidden;
    left: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sidenav .sub-menu li {
    margin-bottom: 8px;
  }
  .sidenav .sub-menu li a {
    white-space: nowrap;
    color: #2055ad;
  }
  .sidenav .sub-menu li:first-child {
    padding-top: 12px;
  }
  .sidenav .sub-menu li:last-child {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .sidenav ul#menu-menu-navigation {
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1280px) {
  .sidenav {
    max-width: 880px;
    height: 160px;
  }
  .sidenav ul#menu-menu-navigation {
    padding-right: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .sidenav {
    max-width: 50vw;
  }
}
.white-button {
  border-color: #fff;
  border: solid;
  border-width: 2px;
  border-radius: 500px;
  padding: 4px 12px;
}
@media screen and (max-height: 768px) {
  .sidenav a {
    font-size: 15px;
  }
}
.collapsible {
  cursor: pointer;
  transition: 0.5s;
  display: block;
  position: static;
  overflow: visible;
  white-space: nowrap;
}
.collapsible a {
  margin: 0;
  width: 100%;
  min-width: 150px;
}
.content {
  padding: 0 36px;
  display: none;
  overflow: hidden;
  transition: 0.5s;
}
.content p {
  font-family: "Beausite Classic Medium";
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-size: 13px;
  line-height: 18px;
  transition: 0.5s;
  margin-left: 4px;
  margin-bottom: 10px;
}
.menu-principal-element-plain :after {
  background: none repeat scroll 0 0 transparent;
  bottom: 2px;
  content: "";
  display: block;
  height: 1px;
  left: 0%;
  position: absolute;
  background: #001c79;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menu-principal-element-plain :hover:after {
  width: 100%;
  left: 0;
}
.mobile-menu-text {
  font-size: 10px;
  line-height: 15px;
  color: #fff;
}
body.error404 #mobile-menu-navy,
body.page #mobile-menu-navy,
body.single-ambulance #mobile-menu-navy,
body.single-post #mobile-menu-navy {
  position: fixed;
  top: 14px;
  left: 24px;
  top: 8px;
  left: 16px;
}
body.error404 #mobile-menu-white,
body.page #mobile-menu-white,
body.single-ambulance #mobile-menu-white,
body.single-post #mobile-menu-white {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu-principal-element-plain i,
  .menu-principal-element-border i {
    transform-origin: 50% 70%;
    transition: 0.3s;
  }
  .menu-principal-element-plain:hover i {
    transform: rotateX(180deg);
  }
  .menu-principal-element-border:hover i {
    transform: rotateX(180deg);
  }
  label span {
    display: inline-block;
  }
  .menu-principal-element-plain {
    font-size: 16px;
    color: #001c79;
    display: block;
  }
  .menu-principal-element-border {
    font-size: 16px;
    border-color: #001c79;
    color: #001c79;
    border: solid;
    border-color: #001c79;
    border-width: 2px;
    border-radius: 500px;
    padding: 4px 12px;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1356px) {
  .menu-principal-element-plain {
    font-size: 12px;
    color: #001c79;
    display: block;
  }
  .menu-principal-element-border {
    font-size: 12px;
    border-color: #001c79;
    color: #001c79;
    border: solid;
    border-color: #001c79;
    border-width: 2px;
    border-radius: 500px;
    padding: 4px 12px;
    display: block;
  }
}
.o-section--bg {
  position: relative;
  overflow: visible;
  clear: both;
}
.o-section--bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  background: #f7f7f7;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.o-section--bg-grey {
  background: #f7f7f7;
}
.o-section--bg-grey:before {
  background-color: $pale-grey-three;
}
.o-section--bg-blue {
  background: #001c79;
  color: #fff;
}
.o-section--bg-blue .a-title--1,
.o-section--bg-blue .a-title--2,
.o-section--bg-blue .a-title--3,
.o-section--bg-blue .a-title--4,
.o-section--bg-blue .a-title--5,
.o-section--bg-blue .a-title--6,
.o-section--bg-blue .a-paragraph,
.o-section--bg-blue p,
.o-section--bg-blue .a-link,
.o-section--bg-blue a,
.o-section--bg-blue .a-list,
.o-section--bg-blue ul,
.o-section--bg-blue ol,
.o-section--bg-blue li {
  color: #fff;
}
.o-section--bg-blue ul li:before,
.o-section--bg-blue ol li:before {
  background-color: #fff;
}
.o-section--bg-blue .a-button {
  border: 1px solid #fff;
}
.o-section--bg-blue:before {
  background-color: #001c79;
}
@media screen and (min-width: 768px) {
  .footer-container {
    height: 384px;
    margin: 0 auto;
    background-color: #fafafa;
    padding: 100px;
  }
  .footer-header {
    color: #989898;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 48px;
  }
  .footer-text-1 {
    color: #989898;
    font-size: 12px;
    line-height: 16px;
    margin-right: 48px;
  }
  .footer-text-2 {
    color: #989898;
    font-size: 12px;
    line-height: 21px;
    margin-right: 85px;
  }
  .footer-logo {
    position: relative;
  }
  .footer-logo svg {
    height: 58px;
    width: 122px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1356px) {
  .footer-container {
    height: 266px;
    width: 100vw;
    margin: 0 auto;
    background-color: #fafafa;
    padding: 30px 40px;
  }
  .footer-text-1 {
    font-size: 12px;
  }
  .footer-text-2 {
    font-size: 12px;
  }
  .hide-medium {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-logo {
    position: relative;
  }
  .footer-logo svg {
    height: 32px;
    width: 68px;
  }
  .footer-container {
    height: 266px;
    width: 100vw;
    margin: 0 auto;
    background-color: #fafafa;
/* padding: 30px 40px; */
    padding: 30px 20px;
  }
  .footer-header {
    color: #989898;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 28px;
    padding-top: 22px;
  }
  .footer-text-1 {
    color: #989898;
    font-size: 10px;
    line-height: 16px;
  }
  .footer-text-2 {
    color: #989898;
    font-size: 10px;
    line-height: 22px;
  }
}
.footer-container a {
  text-decoration: none;
}
.footer-container a:hover {
  text-decoration: underline;
}
.footer-container__columns--1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 35%;
  max-width: 150px;
}
.footer-container__columns--3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 45%;
}
.footer-container .footer-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 18px;
}
.footer-container .footer-text-1,
.footer-container .footer-text-2 {
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .footer-container {
    height: auto;
    padding: 3.125rem 0 4.375rem;
  }
  .footer-container__columns {
    width: 80%;
  }
  .footer-container__columns--1 {
    flex-basis: 22%;
    max-width: unset;
  }
  .footer-container__columns--3 {
    flex-basis: auto;
  }
  .footer-container .footer-text-1,
  .footer-container .footer-text-2 {
    margin-right: 0;
  }
  .footer-container .gap-4 {
    column-gap: 0;
  }
  .footer-container .footer-logo {
    margin-right: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .footer-container__columns {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .footer-container {
    padding: 4.5rem 0 5.625rem;
  }
  .footer-container__wrapper {
    max-width: 86vw;
    width: 100%;
  }
  .footer-container .footer-logo {
    flex-basis: 16%;
    margin-right: 0;
  }
  .footer-container__columns {
    width: 100%;
  }
  .footer-container__columns--1 {
    flex-basis: 30%;
  }
  .footer-container__columns--1 .footer-text-1 {
    max-width: 150px;
  }
  .footer-container__columns--2 {
    flex-basis: 50%;
  }
  .footer-container__columns--2 .grid-cols-3 {
    margin-right: 10%;
  }
  .footer-container__columns--3 {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .footer-container {
    margin-top: 180px;
  }
}
.o-landing {
  overflow: hidden;
}
.wp-block-columns {
  margin: 15px 0;
}
.wp-block-columns + .wp-block-columns {
  margin-top: -15px;
}
.wp-block-column.has-background {
  padding: 15px 20px 20px 30px;
}
.wp-block-column.has-background > figure,
.wp-block-column.has-background > .wp-block-image {
  margin-left: -30px;
  margin-right: -20px;
}
.wp-block-column.has-background > figure:first-child,
.wp-block-column.has-background > .wp-block-image:first-child {
  margin-top: -15px;
}
.wp-block-column.has-background > figure:first-child:last-child,
.wp-block-column.has-background > .wp-block-image:first-child:last-child {
  margin-bottom: -20px;
}
@media screen and (max-width: 600px) {
  .wp-block-column {
    margin-bottom: 40px;
  }
  .wp-block-column.has-grey-background-color {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column.has-background {
    padding: 25px 30px 30px 40px;
  }
  .wp-block-column.has-background > figure,
  .wp-block-column.has-background > .wp-block-image {
    margin-right: -30px;
    margin-left: -40px;
  }
  .wp-block-column.has-background > figure:first-child,
  .wp-block-column.has-background > .wp-block-image:first-child {
    margin-top: -25px;
  }
  .wp-block-column.has-background > figure:last-child,
  .wp-block-column.has-background > .wp-block-image:last-child {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 781px) and (min-width: 601px) {
  .wp-block-column {
    margin-bottom: 40px;
  }
  .wp-block-column.has-grey-background-color {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-column.has-background {
    padding: 30px 35px 35px 45px;
  }
  .wp-block-column.has-background > figure,
  .wp-block-column.has-background > .wp-block-image {
    margin-right: -35px;
    margin-left: -45px;
  }
  .wp-block-column.has-background > figure:first-child,
  .wp-block-column.has-background > .wp-block-image:first-child {
    margin-top: -30px;
  }
  .wp-block-column.has-background > figure:last-child,
  .wp-block-column.has-background > .wp-block-image:last-child {
    margin-bottom: -35px;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-column.has-background {
    padding: 35px 40px 40px 50px;
  }
  .wp-block-column.has-background > figure,
  .wp-block-column.has-background > .wp-block-image {
    margin-right: -40px;
    margin-left: -50px;
  }
  .wp-block-column.has-background > figure:first-child,
  .wp-block-column.has-background > .wp-block-image:first-child {
    margin-top: -35px;
  }
  .wp-block-column.has-background > figure:last-child,
  .wp-block-column.has-background > .wp-block-image:last-child {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-column.has-background {
    padding: 40px 45px 45px 60px;
  }
  .wp-block-column.has-background > figure,
  .wp-block-column.has-background > .wp-block-image {
    margin-right: -45px;
    margin-left: -60px;
  }
  .wp-block-column.has-background > figure:first-child,
  .wp-block-column.has-background > .wp-block-image:first-child {
    margin-top: -40px;
  }
  .wp-block-column.has-background > figure:last-child,
  .wp-block-column.has-background > .wp-block-image:last-child {
    margin-bottom: -45px;
  }
}
.wp-block-image {
  margin: 0;
}
.wp-block-image img {
  height: auto;
}
figure {
  margin: 0;
}
iframe {
  max-width: 100%;
}
figcaption {
  font-size: 0.75rem;
  letter-spacing: -0.009rem;
  line-height: normal;
  color: $warm-grey-two;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  margin-left: 0;
  margin-right: auto;
}
.alignright {
  margin-left: auto;
  margin-right: 0;
}
.wp-block[data-align="center"] figure {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-media-text .wp-block-media-text__media img,
.wp-block-media-text .wp-block-media-text__media video {
  height: auto;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  padding-left: 8%;
  padding-right: 0%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0%;
  padding-right: 8%;
}
@media screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text {
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__media {
    margin-left: -10vw;
    margin-right: -10vw;
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text + .wp-block-media-text,
  .wp-block-media-text + .wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.o-video-with-image {
  position: relative;
  display: block;
}
.o-video-with-image__thumbnail {
  position: relative;
}
.o-video-with-image img {
  width: 100%;
  height: auto;
  min-height: 156px;
  max-height: calc(1000 / 540 * 100%);
  display: block;
  object-fit: cover;
}
.o-video-with-image__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-decoration: none;
}
.o-video-with-image__link:hover:before {
  content: none;
}
.o-video-with-image__link .a-icon {
  margin-top: 0.75rem;
  border-radius: 50%;
  background: #ec0c8b;
  width: auto;
  height: auto;
}
.o-video-with-image__link .a-icon svg {
  padding: 0.313rem;
  width: 3.188rem;
  height: 3.188rem;
}
.o-video-with-image--alt .o-video-with-image__link {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 0;
  padding-top: calc(100% - 58px);
  padding-right: calc(100% / 4);
  max-width: unset;
}
.o-video-with-image--alt .o-video-with-image__link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 58px;
  width: 75%;
  background: #ec0c8b;
  z-index: -1;
}
.o-video-with-image--alt .o-video-with-image__link:hover:before {
  top: auto;
}
.o-video-with-image--alt .o-video-with-image__link .a-icon {
  margin-top: 0;
  margin-left: 0;
}
.o-video-with-image--alt .o-video-with-image__link .a-icon svg {
  width: 3.5rem;
  height: 3.5rem;
}
.o-video-with-image--alt .o-video-with-image__label {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .o-video-with-image--alt .o-video-with-image__link {
    padding-top: calc(100% - 80px);
  }
  .o-video-with-image--alt .o-video-with-image__link:before {
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .o-video-with-image__link .a-icon {
    border-radius: 50%;
  }
  .o-video-with-image__link .a-icon svg {
    padding: 0.625rem;
    width: 6.25rem;
    height: 6.25rem;
  }
  .wp-block-group__inner-container > .o-video-with-image,
  .o-page-content > .o-video-with-image {
    max-width: calc(100% / 12 * 10);
    margin-left: auto;
    margin-right: auto;
  }
}
.content-toggle__button {
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.content-toggle__button label {
  cursor: pointer;
}
.content-toggle__button svg {
  transition: transform 0.4s ease-in-out;
}
.content-toggle__button:focus {
  background-color: $pale-grey;
  outline: 0;
}
.content-toggle__button:hover,
.content-toggle__button:hover:focus {
  background-color: #ec0c8b;
}
.content-toggle__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.content-toggle__input {
  display: none;
}
.content-toggle__input:checked ~ button .a-button__icon svg {
  transform: rotate(225deg);
}
.content-toggle__input:checked ~ .content-toggle__content {
  transition: max-height 0.4s ease-in;
}
.o-gallery {
  position: relative;
  margin-left: -10vw;
  margin-right: -10vw;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.o-gallery__nav {
  position: absolute;
  top: 40%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 2.5vw;
  font-size: 30px;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}
.o-gallery__nav a {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  text-decoration: none;
}
.o-gallery .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.o-gallery .swiper-slide {
  background: #fff;
/* height: 100%; */
}
.o-gallery__item-media img {
  width: 100%;
}
.o-gallery__item-content {
  background: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 601px) {
  .o-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .o-gallery {
    margin-left: -10vw;
    margin-right: -10vw;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .o-gallery__item {
    display: flex;
  }
  .o-gallery__nav {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0 10px;
/* padding: 0; */
    font-size: 30px;
  }
  .o-gallery__next {
    color: #fff;
  }
  .o-gallery__item-content {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .o-gallery {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  __item-content {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.o-contact {
  position: relative;
  background: #f7f7f7;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.o-contact:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -10vw;
  right: -10vw;
  background: #f7f7f7;
}
.o-contact__image {
  margin-left: -10vw;
  margin-right: -10vw;
  margin-bottom: 20px;
}
.o-contact__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.o-contact a {
  text-decoration: none;
}
.o-contact a:hover {
  text-decoration: underline;
}
h3.o-contact__title {
  color: #001c79;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 16px;
  text-transform: none;
  margin-top: 0;
}
.o-contact h4 {
  margin-bottom: 0;
  margin-top: 0;
}
h4.o-contact__name {
  font-family: 'Beausite Classic Bold';
}
h4.o-contact__job {
  font-style: italic;
  font-family: 'Beausite Classic Regular';
  font-weight: normal;
}
.o-contact--ambulance p strong {
  font-family: 'Beausite Classic Bold', Helvetica, Arial sans-serif;
}
.o-contact--ambulance ul li {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.38;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .o-contact--ambulance ul li {
    font-size: 1rem;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .o-contact--ambulance ul li {
    font-size: 1.125rem;
    line-height: 1.38;
  }
}
@media screen and (min-width: 601px) {
  .o-contact {
    display: flex;
    text-align: left;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .o-contact:before {
    content: none;
  }
  .o-contact__image {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .o-contact__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  h3.o-contact__title {
    font-size: 37px;
    line-height: 44px;
  }
  .o-contact--ambulance .o-contact__image img {
    height: 100%;
    object-fit: cover;
  }
  .o-contact--ambulance p.o-contact__name,
  .o-contact--ambulance p.o-contact__tel {
    margin-top: 0;
    margin-bottom: 0;
  }
  .o-contact--ambulance p.o-contact__email {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .o-contact--ambulance p + ul {
    margin-top: 0;
  }
  .o-contact--ambulance ul li {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .o-contact {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .o-contact__image {
    margin-right: 30px;
  }
  .o-contact h4 {
    margin-bottom: 0;
    margin-top: 0;
  }
  h3.o-contact__title {
    margin-bottom: 20px;
  }
  h4.o-contact__tel,
  p.o-contact__tel {
    margin-top: 14px;
    margin-bottom: 0;
  }
  p.o-contact__email {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .o-contact__image {
    margin-right: 50px;
  }
  h3.o-contact__title {
    margin-bottom: 24px;
  }
  h4.o-contact__tel,
  p.o-contact__tel {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .o-contact {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .o-contact__image {
    margin-right: 70px;
  }
  h3.o-contact__title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 32px;
  }
  .o-contact h4 {
    margin-bottom: 0;
    margin-top: 0;
  }
  h4.o-contact__tel,
  p.o-contact__tel {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .o-contact__image {
    margin-right: 90px;
  }
}
@media screen and (min-width: 768px) {
  .search-map-bar i {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1356px) {
  .map-image {
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    height: 350px;
  }
  .map-image img {
    width: 80vw;
    height: 40vh;
    object-fit: cover;
    margin: 0 auto;
  }
  .map-image {
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 350px;
  }
  .map-image img {
    height: 40vh;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .search-map-bar i {
    font-size: 20px;
  }
  .map-image {
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    height: 350px;
  }
  .map-image img {
    width: 100vw;
    height: 350px;
    object-fit: cover;
    margin: 0 auto;
  }
  .search-map-bar {
    border-radius: 500px;
    background-color: #fff;
    color: #2055ad;
    width: 224px;
    height: 35px;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 18px;
    overflow: none;
    justify-content: center;
    vertical-align: 50%;
    margin-left: 0 auto;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.286);
  }
}
.wp-block-quote p {
  font-style: italic;
  text-align: center;
  font-size: 24px;
  line-height: 1.333;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: #001c79;
}
@media screen and (min-width: 768px) {
  .wp-block-quote p {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-quote p {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-quote p {
    font-size: 45px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
.o-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .o-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .o-wrapper {
    max-width: 1319px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1319px) {
  .o-wrapper {
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1504px) {
  .o-wrapper {
    max-width: 1504px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1664px) {
  .o-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.o-wrapper--max {
  padding-left: 16px;
  padding-right: 16px;
}
.container {
  max-width: 80rem;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}
#home {
  background: #f4f5f6;
  height: 100vh;
  position: relative;
  max-height: 100vh;
  min-width: 100vw;
}
.thumbnail {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.map-container {
  width: 100%;
  height: 100%;
}
#map {
  min-height: 300px;
  height: 100%;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  #map {
    margin: 0;
  }
}
#searchField {
  border: 0;
}
.container {
  max-width: 100% !important;
}
.mapboxgl-popup {
  max-width: 200px;
}
.marker {
  height: 30px;
  width: 30px;
  position: absolute;
  background: url("../img/ios-pin-blue.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}
body.page-template-carto:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/patron-carto.png");
  width: 100vw;
  height: 100vh;
  z-index: 2;
  background-size: contain;
  opacity: 0.75;
  pointer-events: none;
  opacity: 0;
}
body.page-template-carto:before .header-logo--white {
  display: none;
}
.marker.is-active {
  background-image: url("../img/ios-pin-pink.svg");
}
.o-map {
  width: 100vw;
  align-items: flex-start;
}
.o-map .article-section {
  padding-top: 0;
}
.o-map .grid {
  position: relative;
  width: 100%;
  height: calc(100vh - 50px);
  grid-template-rows: auto 1fr;
}
.o-map__panel {
  grid-column: 1/-1;
  grid-row: 1;
}
.o-map__panel h2 {
  max-width: 270px;
  text-align: center;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 25px;
  color: #001c79;
}
.o-map__panel .search-map-bar {
  padding: 0.313rem 0.313rem 0 1rem;
  width: max-content;
  margin: 0 auto;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.13);
}
.o-map__panel .search-map-bar label,
.o-map__panel .search-map-bar input {
  font-size: 16px;
  font-size: 10px;
}
.o-map__panel .search-map-bar input {
  min-width: 126px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 6px;
  color: rgba(32,85,173,0.5);
}
.o-map__panel .search-map-bar .a-button .a-button__icon--circle {
  width: 28px;
  height: 28px;
}
.o-map__panel .search-map-bar .a-button .a-button__icon--circle i {
  font-size: 0.875rem;
}
.o-map__panel-actions {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: calc((100% - 200px) / 2);
  padding-right: calc((100% - 200px) / 2);
}
.o-map__panel-actions a {
  display: block;
  font-size: 0.625rem;
  margin-bottom: 10px;
  text-decoration: none;
}
.o-map__panel-actions a:hover {
  font-family: 'Beausite Classic Bold', Helvetica, Arial sans-serif;
}
.o-map__panel-actions a .a-icon {
  width: 12px;
  height: 12px;
}
.o-map__result {
  display: none;
}
.o-map__container {
  grid-column: 1/-1;
  grid-row: 2;
  overflow: hidden;
}
.o-map__container .mapboxgl-ctrl-bottom-right {
  bottom: 10px;
}
.o-map__list {
  position: absolute;
  z-index: 100;
  top: 165px;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 165px;
  height: 165px;
  padding-bottom: 50px;
  background: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: max-height 0.6s ease-in-out;
  box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.1);
}
.o-map__list.has-results {
  height: 165px;
  height: calc(100vh - 165px - 50px);
}
.o-map__list.is-open {
  max-height: calc(100vh - 165px - 50px);
}
.o-map__list .is-open {
  min-height: 165px;
}
.o-map__list button {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.o-map__list button span.handle {
  display: block;
  border-radius: 50px;
  height: 2px;
  width: 36px;
  background: #bfbfbf;
}
.o-map__list > ul {
  padding-top: 20px;
  height: 100%;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
}
.o-map__list > ul > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #001c79;
  cursor: pointer;
}
.o-map__list > ul > li a {
  text-decoration: none;
}
.o-map__list > ul > li.is-active .o-map__item-title,
.o-map__list > ul > li:hover .o-map__item-title {
  color: #ec0c8b;
}
.o-map__list > ul > li.is-active .o-map__item-distance,
.o-map__list > ul > li:hover .o-map__item-distance {
  color: #ec0c8b;
}
.o-map__list > ul > li.is-active .o-map__item-distance svg path,
.o-map__list > ul > li:hover .o-map__item-distance svg path {
  fill: #ec0c8b;
}
.o-map__item {
  display: grid;
  grid-template-columns: 120px auto;
}
.o-map__item-distance {
  justify-self: center;
  display: flex;
  flex-direction: column;
  padding-top: 2px;
  font-size: 0.75rem;
}
.o-map__item-distance .a-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.o-map__item-distance .a-icon svg {
  width: 100%;
  height: auto;
}
.o-map__item-details {
  color: #001c79;
}
.o-map__item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.o-map__item-hour {
  font-size: 0.688rem;
  color: #2055ad;
  display: block;
  margin-top: 1px;
}
.o-map__item-address {
  font-size: 0.688rem;
  color: #001c79;
  margin-top: -2px;
  line-height: 1.4;
}
.o-map__item-actions {
  display: none;
}
@media screen and (min-width: 681px) {
  .o-map__container .mapboxgl-ctrl-bottom-right {
    bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .o-map {
    height: auto;
    padding-top: 100px;
  }
  .o-map .grid {
    height: calc(100vh - 100px);
    grid-template-rows: auto 1fr;
  }
  .o-map__panel {
    grid-column: 1/5;
    grid-row: 1/2;
    padding: 0 1.25rem;
  }
  .o-map__panel .article-section {
    width: 100%;
  }
  .o-map__panel h2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 1.23;
  }
  .o-map__panel .search-map-bar {
    height: auto;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
  }
  .o-map__panel .search-map-bar fieldset {
    position: relative;
  }
  .o-map__panel .search-map-bar label {
    display: block;
    width: calc(100% - 50px);
    font-size: 12px;
  }
  .o-map__panel .search-map-bar input {
    margin-left: 0;
    width: calc(100% - 50px);
    font-size: 12px;
  }
  .o-map__panel .search-map-bar .a-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .o-map__panel .search-map-bar .a-button .a-button__icon--circle {
    width: 40px;
    height: 40px;
  }
  .o-map__panel .search-map-bar .a-button .a-button__icon--circle i {
    font-size: 1.25rem;
  }
  .o-map__panel-actions {
    padding-left: 16px;
  }
  .o-map__panel-actions #toggleList {
    display: none;
  }
  .o-map__container {
    grid-column: 5/11;
    grid-row: 1/3;
    position: relative;
  }
  .o-map__container .mapboxgl-ctrl-bottom-right {
    bottom: 0px;
  }
  .o-map__result {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #001c79;
    color: #fff;
    padding: 2.875rem 6.25rem 2.875rem 3.125rem;
    transform: translateX(-100%);
    transition: transform 0.3s;
  }
  .o-map__result.is-active {
    transform: translateX(0%);
  }
  .o-map__result .o-map__item {
    display: block;
  }
  .o-map__result .o-map__item > button {
    position: absolute;
    top: 12px;
    left: 18px;
  }
  .o-map__result .o-map__item-title,
  .o-map__result .o-map__item-hour,
  .o-map__result .o-map__item-address,
  .o-map__result .o-map__item-hours li,
  .o-map__result .o-map__item-actions,
  .o-map__result .o-map__item-hourly_office {
    color: #fff;
    font-size: 12px;
  }
  .o-map__result .o-map__item-hourly_office {
    margin-top: 9px;
    display: inline-block;
  }
  .o-map__result .o-map__item-title {
    font-size: 20px;
  }
  .o-map__result .o-map__item-hour {
    margin-top: 9px;
  }
  .o-map__result .o-map__item-address {
    margin-top: 11px;
  }
  .o-map__result .o-map__item-hours {
    max-width: 210px;
    margin-top: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .o-map__result .o-map__item-hours li {
    line-height: 1.41;
  }
  .o-map__result .o-map__item-hours li span {
    font-family: 'Beausite Classic Regular', Helvetica, Arial sans-serif;
  }
  .o-map__list {
    grid-row: 2/3;
    position: static;
    grid-column: 1/5;
    height: 100%;
    max-height: unset;
    padding: 1.25rem;
    border-radius: 0;
    box-shadow: none;
    overflow-y: auto;
    overflow-y: scroll;
    overflow-y: overlay;
  }
  .o-map__list.has-results {
    height: 100%;
  }
  .o-map__list > button {
    display: none;
  }
  .o-map__list > ul {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
    height: auto;
  }
  .o-map__item {
    display: grid;
    grid-template-columns: 25% auto;
  }
}
@media screen and (min-width: 1024px) {
  .o-map__panel {
    padding: 0 2.5rem;
  }
  .o-map__panel h2 {
    max-width: 300px;
    font-size: 26px;
  }
  .o-map__list {
    padding: 1.25rem 3.125rem;
  }
  .o-map__item-title {
    font-size: 0.875rem;
  }
  .o-map__item-hour {
    font-size: 0.688rem;
    margin-top: 2px;
  }
  .o-map__item-address {
    font-size: 0.813rem;
    margin-top: 0px;
    line-height: 1.42;
  }
}
@media screen and (min-width: 1280px) {
  .o-map {
    padding-top: 160px;
    height: auto;
  }
  .o-map .grid {
    grid-template-rows: auto 1fr;
    height: calc(100vh - 160px);
  }
  .o-map__panel {
    grid-column: 1/5;
    grid-row: 1/2;
    padding: 0 calc((100% - 400px) / 2);
  }
  .o-map__panel h2 {
    max-width: unset;
    font-size: 30px;
  }
  .o-map__panel .article-section {
    padding-top: 20px;
  }
  .o-map__container {
    grid-column: 5/11;
    grid-row: 1/3;
  }
  .o-map__list {
    padding-top: 30px;
    grid-column: 1/5;
    padding: 30px calc((100% - 400px) / 2);
  }
  .o-map__item-title {
    font-size: 1rem;
  }
  .o-map__item-hour {
    font-size: 0.75rem;
    margin-top: 3px;
  }
  .o-map__item-address {
    font-size: 0.875rem;
    margin-top: 3px;
    line-height: 1.43;
  }
}
@media screen and (min-width: 1440px) {
  .o-map__panel {
    padding: 0 calc((100% - 500px) / 2);
  }
  .o-map__panel h2 {
    max-width: unset;
    font-size: 40px;
  }
  .o-map__list {
    padding: 30px calc((100% - 500px) / 2);
  }
  .o-map__item-title {
    font-size: 1.25rem;
  }
  .o-map__item-hour {
    font-size: 0.75rem;
    margin-top: 5px;
  }
  .o-map__item-address {
    font-size: 1.125rem;
    margin-top: 6px;
    line-height: 1.45;
  }
}
body.page-template-home-test main {
/* height: 100vw;
  width: 100vh; */
  overflow: visible;
  overflow-x: hidden;
  overflow-y: overlay;
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
  flex-direction: column;
/* transform: translate3d(calc(-100vh - 20px),-20px,0) rotate(-90deg); */
/* transform: translate3d(calc(0vh - 20px),-20px,0) rotate(0deg); */
/* padding-right: 20px; */
  transform-origin: right top;
  box-sizing: border-box;
/* border: 10px solid orange; */
}
body.page-template-home-test section {
/* height: 100vw;
  min-height: 100vw;
  width: 100vh;
  min-width: 100vw; */
  scroll-snap-align: start;
  scroll-margin: 0 50vh;
/* scroll-margin: 0 50vw; */
  scroll-snap-stop: always;
/* transform: rotate(90deg) translateY(calc((100vw - 100vh) / 2)); */
/* border: 10px solid orchid; */
}
body.home #wrapper:before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #001c79;
  z-index: -2;
}
main {
  display: block;
/* overflow-y: auto; */
/* overflow-x: hidden; */
/* display: flex; */
/* -webkit-overflow-scrolling: touch; */
/* overflow-x: scroll;*/
/* scroll-snap-type: y mandatory; */
/* flex-direction: column !important; */
/* transform: translateX(0%) rotate(0deg);
  transform-origin: right top;
  border: 10px solid orchid; */
}
section {
  width: 100vw;
  min-height: 100vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
/* scroll-snap-align: start;
  transform: rotate(90deg) translate(-50vw,-100vh);
  transform-origin: right top; */
}
section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bg-banner {
  background-color: #001c79;
  opacity: 1;
}
.header-text {
  text-align: left;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 0px 3px 15px rgba(0,0,0,0.345);
  opacity: 1;
  padding-left: 140px;
  bottom: 77px;
}
input[type='radio'] {
  display: none;
}
input[type='radio']#radiosection1:checked ~ section:nth-of-type(1) {
  z-index: 1;
  top: 0;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}
input[type='radio']#radiosection2:checked ~ section:nth-of-type(2) {
  z-index: 1;
  top: 0;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}
input[type='radio']#radiosection3:checked ~ section:nth-of-type(3) {
  z-index: 1;
  top: 0;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}
input[type='radio']#radiosection4:checked ~ section:nth-of-type(4) {
  z-index: 1;
  top: 0;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}
input[type='radio']#radiosection5:checked ~ section:nth-of-type(5) {
  z-index: 1;
  top: 0;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}
input[type='radio']#radiosection6:checked ~ section:nth-of-type(6) {
  z-index: 1;
  top: 0;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}
.landing-background {
  height: 100vh;
  width: 100vw;
  position: relative;
  top: 0px;
  overflow: hidden;
}
.carousel-container {
  width: 100vw;
  position: fixed;
  top: 0;
}
.slide-container {
  position: relative;
  margin: 160px 10% 10% 10%;
}
.box {
  padding: 20px;
  position: relative;
  top: 40%;
}
@media screen and (min-width: 768px) {
  .indicators {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .nav {
    position: fixed;
    z-index: 2;
/* bottom: 0px; */
    bottom: 50vh;
/* right: 50%; */
    right: 0;
/* transform: translate3d(50%,-50%,0); */
    transform: translate3d(7.5vw, calc(-50vw - 50% + 20px), 0) rotate(90deg);
  }
  .nav__item {
    width: 16px;
    height: 16px;
    padding: 1px;
    display: block;
    background-color: #fff;
    border: solid 1px #2055ad;
    border-radius: 50%;
    cursor: pointer;
    margin: 32px 102px;
  }
  .nav:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 0.5px solid #fff;
    width: 1100px;
    margin-left: 125px;
    transform: translateY(-50%);
  }
  .nav.special:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 0.5px solid #2055ad;
    width: 1100px;
    margin-left: 125px;
    transform: translateY(-50%);
  }
  #circle-1,
  #circle-1-md {
    background: #ec0c8b;
    border-radius: 50%;
    width: 27vw;
    height: 27vw;
    width: 25vw;
    height: 25vw;
    width: 50vw;
    height: 50vw;
    box-shadow: 0 0 93px 99px #ec0c8b;
    box-shadow: 0 0 93px 130px #ec0c8b;
    box-shadow: none;
    opacity: 0.86;
    bottom: 0vw;
    bottom: 12vw;
    bottom: -12.45vw;
    left: 7.5vw;
    left: -5vw;
    left: -17.5vw;
    position: absolute;
    background: radial-gradient(circle, #ec0c8b 38%, rgba(236,12,139,0.6) 55%, rgba(236,12,139,0) 72%);
  }
  #circle-2,
  #circle-2-md {
    background: #ec0c8b;
    border-radius: 50%;
    width: 2.8vw;
    height: 2.8vw;
    width: 30vw;
    height: 30vw;
    box-shadow: 0 0 70px 99px #ec0c8b;
    box-shadow: none;
    background: radial-gradient(circle, #ec0c8b 10%, rgba(236,12,139,0.75) 30%, rgba(236,12,139,0) 60%);
    opacity: 0.86;
    top: 22.5vw;
    top: 9vw;
    right: 26vw;
    right: 12.3vw;
    position: absolute;
  }
  .circle-icon-2 {
    display: none;
  }
  main {
    display: block;
    overflow-x: hidden;
    display: flex;
  }
  body.home #wrapper:before {
    content: none;
  }
  body.home #section1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #001c79;
    z-index: -2;
  }
  section {
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-headline-text {
    font-size: 70px;
    line-height: 79px;
    color: #fff;
    font-family: "Beausite Classic Medium";
    width: 941px;
    overflow-wrap: auto;
    margin: 0 auto;
    z-index: 10;
  }
  .text-container {
    text-align: center;
    position: relative;
    top: 40%;
    padding: 0px 32px;
  }
  .text-container {
    text-align: center;
    position: relative;
    top: 40%;
    padding: 0px 32px;
  }
  .map-image {
    max-height: 548px;
    height: 45vh;
    width: 80vw;
    background-size: cover;
  }
  .map-image img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .search-map-bar {
    border-radius: 500px;
    background-color: #fff;
    color: #2055ad;
    width: 368px;
    height: 64px;
    font-size: 10px;
    line-height: 16px;
    padding: 15px 37px;
    overflow: none;
    justify-content: center;
    vertical-align: 50%;
    margin-left: 0 auto;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.286);
  }
  .mots-cles-carousel {
    display: flex;
    flex: 0 1 auto;
    margin-top: 80px;
    width: 80vw !important;
  }
  .mots-cles-section {
    margin: 0px 40px;
    width: 20%;
    flex: 1 1 0%;
  }
  .mots-cles-header-text {
    font-size: 30px;
    line-height: 38px;
    color: #2055ad;
    color: #fff;
    font-family: "Beausite Classic Medium";
    font-weight: lighter;
    padding-top: 20px;
  }
  .mots-cles-text {
    font-size: 16px;
    line-height: 26px;
    color: #2055ad;
    color: #fff;
    font-family: "Beausite Classic Medium";
    padding: 20px 0;
  }
  .mots-cles-cta {
    font-size: 13px;
    line-height: 18px;
    color: #2055ad;
    color: #fff;
    font-family: "Beausite Classic Medium";
    font-weight: lighter;
    padding: 20px 0;
    text-decoration: none;
  }
  .mots-cles-cta:hover i {
    padding-left: 10px;
    transition: 0.3s;
  }
  .articles-slide-container {
    display: flex;
    flex-direction: row;
    margin: 0 80px;
  }
  .articles-section {
    height: 60vh;
    box-sizing: border-box;
    background-color: #f7f7f7;
    flex: 1 1 0%;
    display: flex;
    flex-direction: row;
    margin: 0 24px;
  }
  .article-slide-text {
    display: inline-block;
    width: 50%;
    background-color: #f7f7f7;
    vertical-align: middle;
    padding: 65px 27px 0px 70px;
    color: #2055ad;
  }
  .article-slide-image {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 50%;
  }
  .article-slide-image img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  .article-heading,
  .article-heading h4 {
    font-family: "Beausite Classic Medium";
    font-size: 37px;
    line-height: 44px;
    color: #2055ad;
  }
  .article-text {
    font-size: 13px;
    line-height: 22px;
    color: #2055ad;
    padding-top: 20px;
    position: relative;
    font-family: "Beausite Classic Medium";
  }
  .article-text span {
    display: contents;
  }
  .chiffres-cles-heading {
    font-size: 54px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
  }
  .chiffres-cles-section {
    margin: 0px 20px;
    width: 296px;
    padding: 20px 80px;
    text-align: center;
    flex: 1 1 0%;
/* display: grid; */
/* justify-items: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .chiffres-cles-text {
    font-size: 16px;
    line-height: 26px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
  }
  .cta-cta:hover i {
    padding-left: 10px;
    transition: 0.3s;
  }
  .cta-section {
    padding: auto 40px;
    margin: 0 8px;
    height: 450px;
    width: 812px;
    color: #fff;
    text-shadow: 3px #f7f7f7;
    text-align: center;
    position: relative;
  }
  .cta-section .md\:bottom-60 {
    position: absolute;
    top: 29%;
    width: 100%;
  }
  .cta-image {
    height: 450px;
    width: 812px;
    background-size: cover;
    position: relative;
  }
  .cta-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
  }
  .cta-image img {
    flex-shrink: 0;
    height: 450px;
    width: 812px;
    object-fit: cover;
  }
  .cta-header {
    font-family: "Beausite Classic Medium";
    color: #fff;
    font-size: 37px;
    line-height: 44px;
    text-align: center;
    text-shadow: 3px #f7f7f7;
    text-transform: none;
  }
  .cta-text {
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-family: "Beausite Classic Medium";
    text-shadow: 3px #f7f7f7;
  }
  .cta-cta {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-family: "Beausite Classic Medium";
    font-weight: lighter;
    padding: 20px 0;
    text-shadow: 3px #f7f7f7;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1356px) {
  .home-headline-text {
    font-size: 37px;
    line-height: 45px;
    color: #fff;
    font-family: "Beausite Classic Bold";
    width: 80vw;
    margin: 0 auto;
    z-index: 10;
  }
  .mots-cles-section {
    margin: 0px 40px;
    width: 20%;
    flex: 1 1 0%;
  }
  .mots-cles-header-text {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-family: "Beausite Classic Medium";
    font-weight: lighter;
    padding-top: 20px;
  }
  .mots-cles-text {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-family: "Beausite Classic Medium";
    overflow: hidden;
    height: 145px;
    padding: 20px 0;
  }
  .mots-cles-cta {
    font-size: 10px;
    line-height: 15px;
    color: #2055ad;
    color: #fff;
    font-family: "Beausite Classic Medium";
    font-weight: lighter;
    padding: 20px 0;
    text-decoration: none;
  }
  .reduce-padding {
    padding: 30px !important;
  }
  .reduce-padding .article-heading {
    font-size: 18px;
    line-height: 25px;
  }
  .reduce-padding .article-text {
    height: 260px;
    overflow: hidden;
  }
  .mots-cles-carousel {
    padding: 0 40px;
    margin-top: 0px;
    margin-bottom: 80px;
    display: block;
    display: flex;
    width: 100vw !important;
  }
  .chiffres-cles-text {
    font-size: 13px;
    line-height: 18px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
    padding: 0;
  }
  .chiffres-cles-section {
    margin: 60px 40px;
    width: 10vw;
    padding: 20px 0px;
    text-align: center;
/* flex: 1 1 0%;
    display: grid;
    flex: none;
    justify-items: center; */
  }
  .chiffres-cles-heading {
    font-size: 25px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
  }
  .cta-section {
    padding: auto 40px;
    margin: 0 8px;
    height: 40vw;
    width: 40vw;
    color: #fff;
    text-shadow: 3px #f7f7f7;
    text-align: center;
  }
  .cta-image {
    height: 100%;
    width: 100%;
    background-size: cover;
  }
  .cta-image img {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .indicators {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .nav {
    position: fixed;
    z-index: 2;
    bottom: 0px;
    right: 15%;
    transform: translateY(-50%);
  }
  .nav__item {
    width: 16px;
    height: 16px;
    padding: 1px;
    display: block;
    background-color: #fff;
    border: solid 1px #2055ad;
    border-radius: 50%;
    cursor: pointer;
    margin: 32px 51px;
  }
  .nav:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 0.5px solid #fff;
    width: 600px;
    margin-left: 62px;
    transform: translateY(-50%);
  }
  .nav.special:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 0.5px solid #2055ad;
    width: 600px;
    margin-left: 62px;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  body.home main {
    padding-bottom: 40px;
  }
  #section2,
  #section3,
  #section5,
  #section6 {
    height: 100vh;
    min-height: unset;
    max-height: 650px;
  }
  .text-container {
    text-align: center;
    position: relative;
    top: 30%;
    padding: 0px 32px;
  }
  .scroll-indicator {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-color: #ec0c8b;
    height: 25px;
    width: 28px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 14px 14px #ec0c8b;
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: 1;
    z-index: 50;
  }
  #circle-1,
  #circle-3,
  #circle-1-md {
    background: #ec0c8b;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 80px 99px #ec0c8b;
    opacity: 0.86;
    bottom: 150px;
    left: -30px;
    position: absolute;
    width: 650px;
    height: 650px;
    top: 43.5vh;
    left: -285px;
    box-shadow: none;
    background: radial-gradient(circle, #ec0c8b 10%, rgba(236,12,139,0.75) 30%, rgba(236,12,139,0) 60%);
  }
  #circle-3 {
    width: 400px;
    height: 400px;
    top: 9.5vh;
    left: -205px;
  }
  #circle-2,
  #circle-2-md {
    background: #ec0c8b;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    box-shadow: 0 0 40px 99px #ec0c8b;
    opacity: 0.86;
    top: 200px;
    right: 20px;
    position: absolute;
    box-shadow: none;
    width: 300px;
    height: 300px;
    top: 5.6vh;
    right: -128px;
    background: radial-gradient(circle, #ec0c8b 25%, rgba(236,12,139,0.5) 45%, rgba(236,12,139,0) 62%);
  }
  .text-container {
    text-align: center;
    position: relative;
    bottom: 40%;
    padding: 0px 32px;
    margin-bottom: 60px;
  }
  label br {
    display: none;
  }
  .article-text {
    font-size: 13px;
    line-height: 22px;
    color: #2055ad;
    padding-top: 20px;
    position: relative;
    font-family: "Beausite Classic Medium";
  }
  .article-text span {
    display: none;
  }
  .cta-cta {
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    font-family: "Beausite Classic Medium";
    font-weight: lighter;
    text-shadow: 3px #f7f7f7;
    text-decoration: none;
  }
  .cta-text {
/* padding: 12px 50px; */
    padding: 0;
    width: 80%;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    font-family: "Beausite Classic Medium";
    text-shadow: 3px #f7f7f7;
  }
  .cta-header {
    font-family: "Beausite Classic Medium";
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    text-shadow: 3px #f7f7f7;
  }
  .cta-image {
    height: 161px;
    height: 100%;
    width: 85vw;
    background-size: 181px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .cta-image img {
    width: 85vw;
    height: 181px;
    height: 100%;
    object-fit: cover;
  }
  .cta-section {
    position: relative;
    padding: auto 40px;
    margin: 20px auto;
    height: calc(181 / 1.7 / 375 * 100vw);
    min-height: 181px;
    height: auto;
    padding-top: 60%;
    width: 85vw;
    max-width: 450px;
    color: #fff;
    text-shadow: 3px #f7f7f7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-content {
    position: absolute;
    top: 27%;
    bottom: 19%;
    left: 0%;
    width: 100%;
    height: auto;
  }
  .chiffres-cles-text {
    font-size: 13px;
    line-height: 18px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
    padding: 0;
  }
  .chiffres-cles-section {
    margin: 60px 20px;
    width: 50vw;
    padding: 20px 0px;
    text-align: center;
/* flex: 1 1 0%;
    display: grid;
    flex: none;
    justify-items: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .chiffres-cles-heading {
    font-size: 25px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
  }
  label span {
    display: inline-block;
  }
  .mots-cles-cta {
    font-size: 13px;
    line-height: 18px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
    font-weight: lighter;
    margin: 40px 0 0 0;
  }
  .article-heading,
  .article-heading h4 {
    font-family: "Beausite Classic Medium";
    font-size: 25px;
    line-height: 28px;
    color: #2055ad;
  }
  .article-slide-image {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex: 1 1 0%;
  }
  .article-slide-image img {
    flex-shrink: 0;
    min-width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: cover;
  }
  .article-slide-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    vertical-align: middle;
    padding: 29px 77px 40px 69px;
    padding-left: calc((100vw - 75vw) / 2);
    padding-right: calc((100vw - 75vw) / 2);
    color: #2055ad;
  }
  .articles-section {
    box-sizing: border-box;
    background-color: #f7f7f7;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
  }
  .articles-slide-container {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .mots-cles-header-text {
    font-size: 25px;
    line-height: 28px;
    color: #2055ad;
    color: #fff;
    font-family: "Beausite Classic Medium";
    font-weight: lighter;
    padding-top: 20px;
  }
  .mots-cles-text {
    font-size: 13px;
    line-height: 18px;
    color: #2055ad;
    color: #fff;
    font-family: "Beausite Classic Medium";
    padding: 20px 0;
  }
  .mots-cles-cta {
    font-size: 12px;
    line-height: 16px;
    color: #2055ad;
    color: #fff;
    font-family: "Beausite Classic Medium";
    font-weight: lighter;
    padding: 20px 0;
    text-decoration: none;
  }
  .mots-cles-section {
    width: 60vw;
    flex: none;
    margin: 0 40px;
  }
  .mots-cles-carousel {
    padding: 0 40px 0 20px;
    margin-top: 50px;
    margin-bottom: 80px;
    display: block;
    overflow-x: scroll;
    display: flex;
    width: 100vw !important;
  }
  body.page-template-home-new .mots-cles-carousel {
    overflow: hidden;
    position: relative;
  }
  .home-headline-text {
    font-size: 37px;
    line-height: 45px;
    color: #fff;
    font-family: "Beausite Classic Bold";
    width: 80vw;
    margin: 0 auto;
    z-index: 10;
  }
  body.page-template-home-new .header-container {
    position: fixed;
  }
}
.section--bg {
  background: #001c79;
  color: #fff;
}
.scroll-text {
  font-size: 13px;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 1;
  top: 80%;
  left: 50%;
  margin: 0 auto;
  height: 34px;
  width: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.6s;
}
.scroll-text:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 26px;
  height: 28px;
  width: 136px;
  height: 138px;
  background: radial-gradient(circle, #ec0c8b 17%, rgba(236,12,139,0.75) 30%, rgba(236,12,139,0) 55%);
  opacity: 0.7;
  transform: translate(-50%, -50%);
}
.scroll-text.is-hidden {
  opacity: 0;
}
.scroll-indicator {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  height: 25px;
  width: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  bottom: 55px;
  right: 6vw;
  opacity: 1;
  transition: opacity 0.6s;
}
.scroll-indicator:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 106px;
  height: 108px;
  background: radial-gradient(circle, #ec0c8b 17%, rgba(236,12,139,0.75) 25%, rgba(236,12,139,0) 40%);
  opacity: 0.9;
  transform: translate(-50%, -50%);
}
.scroll-indicator.is-hidden {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body.page-template-home-new .header-container .header-logo-sm {
    display: none;
  }
  body.page-template-home-new .header-container .header-logo--blue {
    display: none;
  }
  body.page-template-home-new .header-container .header-logo--white {
    position: absolute;
    top: 35px;
    right: 50%;
    transform: translateX(50%);
  }
  body.page-template-home-new .header-container .header-logo--white svg {
    width: 112px;
    height: auto;
  }
  body.page-template-home-new.is-scrolled .header-container .header-logo--white {
    opacity: 0;
  }
  body.page-template-home-new #circle-1-md {
    bottom: auto;
    top: 43.5vh;
  }
  body.page-template-home-new .landing-background {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.page-template-home-new .landing-background .text-container {
    bottom: auto;
    top: 0vh;
    margin-bottom: 0;
  }
  body.page-template-home-new .landing-background .home-headline-text {
    font-size: 2.188rem;
    line-height: 42px;
  }
  body.page-template-home-new .landing-background .home-headline-text strong,
  body.page-template-home-new .landing-background .home-headline-text span {
    white-space: normal;
  }
  body.page-template-home-new .scroll-indicator {
    bottom: 44px;
    right: 40px;
    background: transparent;
    box-shadow: none;
  }
  body.page-template-home-new.is-scrolled .scroll-indicator {
    opacity: 0;
  }
  body.page-template-home-new #section2 .header-logo-sm {
    position: absolute;
    width: 100%;
    top: 17px;
    text-align: center;
  }
  body.page-template-home-new #section2 .header-logo-sm svg {
    margin: auto;
  }
  body.page-template-home-new #section3 .mots-cles-carousel,
  body.page-template-home-new #section5 .mots-cles-carousel {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  body.page-template-home-new #section3 .mots-cles-carousel .swiper-slide,
  body.page-template-home-new #section5 .mots-cles-carousel .swiper-slide {
    padding-left: calc((100vw - 75vw) / 2 - 40px);
    padding-right: calc((100vw - 75vw) / 2 - 40px);
  }
  body.page-template-home-new #section3 .mots-cles-carousel .swiper-pagination,
  body.page-template-home-new #section5 .mots-cles-carousel .swiper-pagination {
    bottom: 10px;
    width: 50vw;
    display: flex;
    justify-content: space-between;
  }
  body.page-template-home-new #section3 .mots-cles-carousel .swiper-pagination:before,
  body.page-template-home-new #section5 .mots-cles-carousel .swiper-pagination:before {
    width: calc(100% - 16px);
  }
  body.page-template-home-new #section3 .mots-cles-carousel .swiper-pagination .swiper-pagination-bullet,
  body.page-template-home-new #section5 .mots-cles-carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
  }
  body.page-template-home-new #section3 .mots-cles-carousel .swiper-pagination--four .swiper-pagination-bullet:after,
  body.page-template-home-new #section5 .mots-cles-carousel .swiper-pagination--four .swiper-pagination-bullet:after {
    width: calc(50vw / 4 + 1.7vw);
  }
  body.page-template-home-new #section3 .mots-cles-carousel .swiper-pagination--five .swiper-pagination-bullet:after,
  body.page-template-home-new #section5 .mots-cles-carousel .swiper-pagination--five .swiper-pagination-bullet:after {
    width: calc(50vw / 5 - 3px);
  }
  body.page-template-home-new #section3 .mots-cles-carousel > .swiper-scrollbar,
  body.page-template-home-new #section5 .mots-cles-carousel > .swiper-scrollbar {
    bottom: 9px;
    width: calc(50vw + 2px);
  }
}
body.page-template-home-new #wrapper:before {
  content: none;
}
body.page-template-home-new #wrapper > .swiper-wrapper {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body.page-template-home-new #wrapper > .swiper-wrapper {
    flex-direction: row;
  }
}
body.page-template-home-new .header-container {
  position: fixed;
  background: transparent;
}
body.page-template-home-new .header-container .header-logo-lg {
  display: grid;
}
body.page-template-home-new .header-container .header-logo--white,
body.page-template-home-new .header-container .header-logo--blue {
  display: block;
  opacity: 1;
  grid-area: 1/1/1/1;
  transition: opacity 0.6s;
}
body.page-template-home-new .header-container .header-logo--blue {
  opacity: 0;
}
body.page-template-home-new .header-container .a-button--border {
  color: #fff;
  border-color: #fff;
  opacity: 1;
  transition: opacity 0.6s, color 0.6s, border 0.6s;
}
body.page-template-home-new .header-container .a-button--border.is-hidden {
  opacity: 0;
}
body.page-template-home-new .header-container.has-blue-color .header-logo--white {
  opacity: 0;
}
body.page-template-home-new .header-container.has-blue-color .header-logo--blue {
  opacity: 1;
}
body.page-template-home-new .header-container.has-blue-color .a-button--border {
  color: #2055ad;
  border-color: #2055ad;
}
@media screen and (min-width: 768px) {
  body.page-template-home-new main {
    padding-bottom: 0px;
  }
}
body.page-template-home-new h1 span,
body.page-template-home-new h1 strong {
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 3%;
  background-image: linear-gradient(#fff, #fff);
  animation-delay: -0.2s;
  white-space: nowrap;
  background-size: 100% 1%;
  animation: underlinedMedium 2s ease-in-out infinite;
}
body.page-template-home-new .sidenav ul#menu-menu-navigation > li > a {
  color: #fff;
  transition: color 0.6s;
}
body.page-template-home-new .sidenav ul#menu-menu-navigation > li.menu-item-has-children:after {
  background: #fff;
  transition: width 0.3s, background 0.6s;
}
body.page-template-home-new .sidenav ul#menu-menu-navigation > li.menu-item-has-children > a {
  color: #fff;
  transition: color 0.6s;
}
body.page-template-home-new .sidenav ul#menu-menu-navigation > li.menu-item-has-children > a:before {
  border-color: #fff;
  transition: transform 0.4s, border 0.6s;
}
@media screen and (max-width: 767px) {
  body.page-template-home-new .sidenav ul#menu-menu-navigation > li.menu-item-has-children.border.is-active > a {
    color: #001c79;
  }
  body.page-template-home-new .sidenav ul#menu-menu-navigation > li.menu-item-has-children.border.is-active > a:before {
    border-color: #001c79;
  }
}
body.page-template-home-new .sidenav .sub-menu {
  background: transparent;
}
body.page-template-home-new .sidenav .sub-menu li a {
  color: #fff;
  transition: color 0.6s;
}
body.page-template-home-new .sidenav.has-blue-color ul#menu-menu-navigation > li > a {
  color: #001c79;
}
body.page-template-home-new .sidenav.has-blue-color ul#menu-menu-navigation > li.menu-item-has-children:after {
  background: #001c79;
}
body.page-template-home-new .sidenav.has-blue-color ul#menu-menu-navigation > li.menu-item-has-children > a {
  color: #001c79;
}
body.page-template-home-new .sidenav.has-blue-color ul#menu-menu-navigation > li.menu-item-has-children > a:before {
  border-color: #001c79;
}
body.page-template-home-new .sidenav.has-blue-color ul#menu-menu-navigation > li.menu-item-has-children.is-active.border > a {
  color: #fff;
}
body.page-template-home-new .sidenav.has-blue-color ul#menu-menu-navigation > li.menu-item-has-children.is-active.border > a:before {
  border-color: #fff;
}
body.page-template-home-new .sidenav.has-blue-color .sub-menu {
  background: #fff;
}
body.page-template-home-new .sidenav.has-blue-color .sub-menu li a {
  color: #2055ad;
}
body.page-template-home-new .mots-cles-carousel {
  padding: 0 2.5rem 2.5rem;
}
body.page-template-home-new .mots-cles-carousel .swiper-slide {
  margin: 0;
}
body.page-template-home-new .mots-cles-carousel .swiper-slide .mots-cles-cta:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body.page-template-home-new .mots-cles-carousel {
    padding: 0 1.25rem 1.25rem;
  }
  body.page-template-home-new .mots-cles-carousel .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  body.page-template-home-new .mots-cles-carousel .swiper-slide {
    margin: 0 0.625rem;
    flex-basis: calc(50% - 40px);
  }
  body.page-template-home-new .mots-cles-carousel--chiffres-cles .swiper-wrapper {
    justify-content: center;
  }
  body.page-template-home-new .mots-cles-carousel--chiffres-cles .swiper-slide {
    flex-basis: calc((100% / 3) - 20px);
    height: auto;
    flex-grow: 0;
  }
  body.page-template-home-new .mots-cles-carousel .swiper-pagination,
  body.page-template-home-new .mots-cles-carousel > .swiper-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-home-new .mots-cles-carousel {
    padding: 0 1.875rem 1.875rem;
  }
  body.page-template-home-new .mots-cles-carousel .swiper-wrapper {
    flex-wrap: nowrap;
  }
  body.page-template-home-new .mots-cles-carousel .swiper-slide {
    margin: 0 1.25rem;
  }
  body.page-template-home-new .mots-cles-carousel--chiffres-cles .swiper-slide {
    flex-basis: auto;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1280px) {
  body.page-template-home-new .mots-cles-carousel {
    padding: 0 2.5rem 2.5rem;
    width: 100% !important;
    max-width: 1510px;
    max-width: 90vw;
  }
  body.page-template-home-new .mots-cles-carousel .mots-cles-header-text {
    font-size: 37px;
    line-height: 45px;
  }
  body.page-template-home-new .mots-cles-carousel .mots-cles-text {
    font-family: 'Beausite Classic Regular', Helvetica, Arial sans-serif;
    font-weight: normal;
    font-size: 18px;
  }
  body.page-template-home-new .mots-cles-carousel .chiffres-cles-section {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  body.page-template-home-new .mots-cles-carousel .chiffres-cles-section:first-child:nth-last-child(5),
  body.page-template-home-new .mots-cles-carousel .chiffres-cles-section:first-child:nth-last-child(5) ~ .chiffres-cles-section {
    width: 20%;
  }
  body.page-template-home-new .mots-cles-carousel .chiffres-cles-section:first-child:nth-last-child(4),
  body.page-template-home-new .mots-cles-carousel .chiffres-cles-section:first-child:nth-last-child(4) ~ .chiffres-cles-section {
    width: 25%;
  }
  body.page-template-home-new .mots-cles-carousel .chiffres-cles-section:first-child:nth-last-child(3),
  body.page-template-home-new .mots-cles-carousel .chiffres-cles-section:first-child:nth-last-child(3) ~ .chiffres-cles-section {
    width: 33%;
  }
  body.page-template-home-new .mots-cles-carousel .swiper-slide {
    margin: 0 1.875rem;
  }
}
.cta-section {
  position: relative;
}
.cta-section .cta-image a {
  display: block;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .cta-section:hover .cta-cta i {
    padding-left: 10px;
    transition: 0.3s;
  }
}
.articles-slide-container .articles-section {
  position: relative;
}
.articles-slide-container .articles-section .article-text p {
  font-size: 11px;
}
.articles-slide-container .articles-section .mots-cles-cta {
  color: #2055ad;
  text-decoration: none;
}
.articles-slide-container .articles-section .mots-cles-cta:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .articles-slide-container {
    flex-direction: column;
    margin: 0 16px;
  }
  .articles-slide-container .articles-section {
    margin: 24px 0;
    height: auto;
  }
  .articles-slide-container .articles-section .article-slide-text {
    width: 50%;
  }
  .articles-slide-container .articles-section .article-text p {
    font-size: 12px;
  }
  .articles-slide-container .articles-section .reduce-padding .article-text {
    height: auto;
  }
  .articles-slide-container--3 {
    height: calc(100vh - 100px - 50px);
  }
  .articles-slide-container--3 .articles-section {
    margin: 12px 0;
  }
  .articles-slide-container--3 .articles-section .reduce-padding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .articles-slide-container--3 .articles-section .reduce-padding .article-text {
    padding-top: 0;
  }
  .articles-slide-container--3 .articles-section .reduce-padding .mots-cles-cta {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 699px) and (max-width: 1023px) {
  .articles-slide-container--3 .article-slide-text {
    width: 80% !important;
  }
  .articles-slide-container--3 .article-slide-image {
    width: 20% !important;
  }
  .articles-slide-container--3 .article-heading h4 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .articles-slide-container--3 .article-text p {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) and (min-height: 700px) and (max-width: 1023px) {
  .articles-slide-container--3 .article-slide-text {
    width: 70% !important;
  }
  .articles-slide-container--3 .article-slide-image {
    width: 30% !important;
  }
}
@media screen and (min-width: 1024px) {
  .articles-slide-container {
    flex-direction: row;
  }
  .articles-slide-container .articles-section .article-text p {
    font-size: 13px;
  }
  .articles-slide-container--3 {
    height: calc(100vh - 200px - 50px);
    max-height: 800px;
  }
  .articles-slide-container--3 .articles-section {
    flex-direction: column-reverse;
  }
  .articles-slide-container--3 .articles-section .article-slide-image {
    width: 100%;
    flex-basis: 65%;
    flex-shrink: 1;
    flex-grow: 0;
  }
  .articles-slide-container--3 .articles-section .article-slide-text {
    padding-left: 27px;
    width: 100%;
    flex-basis: 35%;
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) {
  .articles-slide-container .articles-section {
    margin: 0 24px;
  }
  .articles-slide-container .articles-section .article-text p {
    font-size: 14px;
  }
}
.chiffres-cles-heading,
.chiffres-cles-text {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .chiffres-cles-heading {
    line-height: 1.42;
  }
  .chiffres-cles-text {
    line-height: 1.58;
  }
}
@media screen and (min-width: 1024px) {
  .chiffres-cles-heading {
    font-size: 3.938rem;
    margin-top: 20px;
  }
  .chiffres-cles-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .chiffres-cles-heading {
    font-size: 4.5rem;
  }
  .chiffres-cles-text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .chiffres-cles-heading {
    font-size: 5.188rem;
  }
  .chiffres-cles-text {
    font-size: 1.5rem;
  }
}
.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
}
.swiper-pagination.swiper-pagination-bullets:before {
  content: '';
  display: block;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: -1;
  transition: background 0.6s;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  margin: 0 1.5rem;
  width: 6px;
  height: 6px;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: transparent;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background-color: #001c79;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -1;
  transition: background 0.6s;
}
.swiper-pagination.swiper-pagination-bullets.has-blue-color:before {
  background: #2055ad;
}
.swiper-pagination.swiper-pagination-bullets.has-blue-color .swiper-pagination-bullet:before {
  border-color: #2055ad;
}
.swiper-pagination.swiper-pagination-bullets.has-blue-color .swiper-pagination-bullet:after {
  background: #2055ad;
}
@media screen and (min-width: 768px) {
  .swiper-pagination.swiper-pagination-bullets {
    width: 72vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .swiper-pagination.swiper-pagination-bullets:before {
    content: none;
  }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2rem;
    margin: 0;
  }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    width: 16px;
    height: 16px;
    top: -4px;
    left: -4px;
    background: transparent;
  }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: calc(50% - 1px);
    height: 1px;
    width: calc(72vw / 5 - 17px);
    background: #fff;
  }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child:after {
    content: none;
  }
}
.swiper-horizontal > .swiper-scrollbar {
  bottom: 60px;
  z-index: 20;
  background: transparent;
  height: 8px;
  width: 400px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-horizontal > .swiper-scrollbar--six {
  width: calc((6 * 8px) + (2 * 5 * 32px));
  width: calc(72vw + 0px);
  padding-left: 0px;
  padding-right: 0px;
}
.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
.swiper-horizontal > .swiper-scrollbar.has-blue-color .swiper-scrollbar-drag {
  background: #2055ad;
}
.landing-background.animated #circle-1-md {
  animation: scalePulse 2.3s infinite;
  animation: scalePulse 2.8s infinite;
}
.landing-background.animated #circle-2-md {
  animation: scalePulse2 3s infinite 0.4s;
  animation: scalePulse2 3.75s infinite 0.4s;
}
#section2 .map-image a {
  text-decoration: none;
}
#section2 .map-image .search-map-bar {
  display: flex;
  justify-content: space-between;
  padding-right: 4px;
  padding: 0.313rem 0.313rem 0 1rem;
  width: max-content;
  margin: 0 auto;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.13);
}
#section2 .map-image .search-map-bar label,
#section2 .map-image .search-map-bar input {
  font-size: 16px;
  font-size: 10px;
}
#section2 .map-image .search-map-bar input {
  min-width: 126px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 6px;
  color: rgba(32,85,173,0.5);
}
#section2 .map-image .search-map-bar .a-button .a-button__icon--circle {
  width: 28px;
  height: 28px;
}
#section2 .map-image .search-map-bar .a-button .a-button__icon--circle i {
  font-size: 0.875rem;
}
#section2 .map-image .a-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #section2 .map-image .a-button .a-button__icon {
    width: 51px;
    height: 51px;
    padding: 0.563rem;
  }
  #section2 .map-image .a-button .a-button__icon i {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  #section6 .cta-section,
  #section6 .cta-image {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .md\:slide-container {
    max-height: calc(100vh - 100px - 50px);
    margin-top: 20px;
  }
  .article-slide-image img {
    max-height: 40vh;
  }
  .article-slide-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
  }
  #section2 .map-image .search-map-bar {
    height: auto;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
  }
  #section2 .map-image .search-map-bar fieldset {
    position: relative;
    min-width: 260px;
  }
  #section2 .map-image .search-map-bar label {
    display: block;
    width: calc(100% - 50px);
    font-size: 12px;
  }
  #section2 .map-image .search-map-bar input {
    margin-left: 0;
    width: calc(100% - 50px);
    font-size: 12px;
  }
  #section2 .map-image .search-map-bar .a-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #section2 .map-image .search-map-bar .a-button .a-button__icon--circle {
    width: 40px;
    height: 40px;
  }
  #section2 .map-image .search-map-bar .a-button .a-button__icon--circle i {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) and (max-height: 800px) {
  .home .main-container > main {
    height: 100vh;
  }
  .swiper-pagination.swiper-pagination-bullets,
  .swiper-horizontal > .swiper-scrollbar {
    bottom: 25px;
  }
  .md\:slide-container {
    max-height: calc(100vh - 160px - 120px);
    max-height: calc(100vh - 160px - 30px);
    margin-top: 70px;
  }
  .md\:slide-container .article-slide-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
  }
  .md\:slide-container .article-slide-text h4 {
    margin: 0;
  }
  .md\:slide-container .article-slide-text .article-text {
    padding: 0;
  }
  .md\:slide-container .article-slide-image {
    max-height: unset;
  }
}
@media screen and (min-width: 1024px) {
  #section2 .map-image .search-map-bar fieldset {
    min-width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  #section2 .map-image .search-map-bar fieldset {
    min-width: 380px;
  }
}
.carousel-control {
  color: #001c79;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
}
.carousel-control.prev {
  left: 2%;
}
.carousel-control.next {
  right: 2%;
}
.carousel-control:hover {
  background: rgba(0,0,0,0.8);
  color: #aaa;
}
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2 {
  display: block;
}
.article-break {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .banner-text {
    text-align: left;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 0px 3px 15px rgba(0,0,0,0.345);
    opacity: 1;
    padding-left: 140px;
    bottom: 77px;
  }
  .article-banner {
    right: 0;
    top: 160px;
    top: 100px;
    top: auto;
    width: 100vw;
/* min-height: 669px; */
  }
  .article-banner img {
    object-fit: cover;
  }
  .article-section {
    padding-top: 107px;
    position: relative;
    top: 0px;
  }
  .article-engagement-section {
    columns: 3;
    padding-left: 203px;
    padding-right: 203px;
  }
  .article-engagement {
    padding: 0px 48px;
  }
  .article-engagement-chiffre {
    font-size: 110px;
    font-family: "Beausite Classic Medium";
    color: #ec0c8b;
    margin-bottom: 57px;
  }
  .article-engagement-header {
    font-size: 37px;
    font-family: "Beausite Classic Medium";
    color: #001c79;
    line-height: 51px;
    margin-bottom: 30px;
  }
  .article-engagement-text {
    font-size: 18px;
    line-height: 25px;
    font-family: "Beausite Classic Medium";
    color: #001c79;
  }
  .article-carousel-container {
    width: 1506px;
    height: 475px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .article-carousel-slide {
    width: 100%;
    height: 100%;
  }
  .article-carousel-slide-text {
    width: 753px;
    height: 474px;
    background-color: #f7f7f7;
    vertical-align: middle;
    padding-top: 81px;
    padding-bottom: 89px;
    padding-left: 102px;
    padding-right: 126px;
    font-size: 18px;
    line-height: 28px;
    color: #2055ad;
  }
  .article-carousel-slide-image {
    width: 753px;
    height: 474px;
    position: relative;
    overflow: hidden;
  }
  .article-carousel-slide-image img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
  }
  .carousel-item {
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .article-section-subheading {
    font-family: "Beausite Classic Medium";
    color: #2055ad;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
  .neufs-poles-container {
    margin: auto;
    margin-top: 70px;
    columns: 4;
    width: 1382px;
  }
  .neufs-poles-item {
    padding-bottom: 75px;
    padding-left: 108px;
  }
  .article-1-container {
    width: 1255px;
    margin: 0 auto;
  }
  .article-1-2-colonne {
    width: 640px;
    height: 367px;
    background-color: #f7f7f7;
    vertical-align: middle;
    padding: 40px 45px 65px 59px;
    font-size: 18px;
    line-height: 25px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
  }
  .article-1-contact-block {
    width: 896px;
    height: 435px;
    background-color: #f7f7f7;
    padding: 65px 0px 61px 90px;
  }
  .article-1-image {
    flex: 1 1 0%;
    border-width: 0px;
  }
  .article-button {
    font-size: 20px;
    line-height: 28px;
    border-color: #001c79;
    color: #fff;
    border: solid;
    border-color: #001c79;
    border-width: 1.5px;
    border-radius: 500px;
    padding: 6px 27px;
    background-color: #001c79;
    margin-top: 23px;
    font-family: "Beausite Classic Medium";
  }
  .image-et-text-text-left {
    padding-right: 7rem;
    margin-right: 1.5rem;
    flex: 1 1 0%;
  }
  .image-et-text-text-right {
    padding-left: 7rem;
    margin-left: 1.5rem;
    flex: 1 1 0%;
  }
  .image-et-text-image img {
    width: 615px;
    height: 415px;
  }
  .article-1-heading {
    font-size: 45px;
    line-height: 55px;
    color: #001c79;
    padding-top: 20px;
    font-family: "Beausite Classic Medium";
  }
  .article-1-text {
    font-size: 18px;
    line-height: 25px;
    color: #2055ad;
    padding-top: 20px;
    font-family: "Beausite Classic Medium";
  }
  .article-banner {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    height: 61vw;
  }
  .article-banner img {
    width: 100%;
    height: 100%;
  }
  .banner-text {
    max-width: 500px;
  }
  .banner-text-container {
/* position: relative;
    bottom: 30rem; */
    position: absolute;
/* top: -50px; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 10%;
    padding-bottom: 7.5%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1356px) {
  .article-carousel-container {
    width: 80vw;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .article-carousel-slide {
    width: 100%;
    height: 100%;
  }
  .article-carousel-slide-text {
    width: 100vw;
    height: 300px;
    background-color: #f7f7f7;
    vertical-align: middle;
    padding-top: 40.5px;
    padding-bottom: 34.5px;
    padding-left: 51px;
    padding-right: 53px;
    font-size: 15px;
    line-height: 21px;
    color: #2055ad;
  }
  .article-carousel-slide-image {
    width: 100vw;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .article-carousel-slide-image img {
    min-height: 300px;
    min-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    object-position: center;
  }
  .carousel .article-section-header {
    font-size: 25px;
    line-height: 32px;
  }
  .neufs-poles-container {
    margin: 40px auto;
    columns: 2;
    width: 80vw;
  }
  .neufs-poles-item {
    padding-bottom: 45px;
    padding-left: 58px;
    font-size: 13px;
    line-height: 23px;
  }
  .article-banner {
    min-width: 100vw;
    height: 40vh;
    max-height: 50vh;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
  }
  .banner-text {
    text-align: left;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 0px 3px 15px rgba(0,0,0,0.345);
    opacity: 1;
    padding-left: 80px;
    padding-left: 0px;
    bottom: 37px;
  }
  .article-engagement {
    width: 30%;
    flex: none;
    margin: 0 20px;
    padding: 0;
  }
  .article-engagement-chiffre {
    font-size: 110px;
    font-family: "Beausite Classic Medium";
    color: #ec0c8b;
    margin: 0;
  }
  .article-engagement-header {
    font-size: 24px;
    font-family: "Beausite Classic Medium";
    color: #001c79;
    line-height: 30px;
  }
  .article-section-subheading {
    font-family: "Beausite Classic Medium";
    color: #2055ad;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 0 20px;
  }
  .article-engagement-text {
    font-size: 15px;
    line-height: 21px;
    font-family: "Beausite Classic Medium";
    color: #001c79;
    margin-top: 25px;
  }
  .article-engagement-section {
    padding: 0 20px;
    margin: 20px auto;
    display: block;
    display: flex;
    width: 80vw !important;
  }
  .article-section {
    padding-top: 80px;
    position: relative;
    top: 0px;
    width: 80vw;
    margin: 0 auto;
  }
  .article-1-container {
    width: 100vw;
    margin: 0 auto;
    padding: 0 40px;
  }
  .image-et-text-image img {
    width: 100%;
    height: auto;
    margin-top: 100px;
  }
  .image-et-text-text-left {
    padding-right: 0;
    margin: 0 auto;
    flex: 1 1 0%;
    width: 80%;
  }
  .image-et-text-text-right {
    padding-left: 0;
    margin: 0 auto;
    flex: 1 1 0%;
    width: 80%;
  }
  .article-1-2-colonne {
    width: 100%;
    height: auto;
    margin: 20px auto;
    background-color: #f7f7f7;
    vertical-align: middle;
    padding: 40px 10% 65px 10%;
    font-size: 18px;
    line-height: 25px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
  }
  .article-1-contact-block {
    width: 60%;
    height: auto;
    background-color: #f7f7f7;
    padding: 40px 40px;
    text-overflow: auto;
  }
  .article-1-contact-block .article-1-subheading {
    font-size: 18px;
    line-height: 25px;
  }
  .hide-medium {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .article-1-text {
    font-size: 18px;
    line-height: 25px;
    color: #2055ad;
    padding-top: 20px;
    font-family: "Beausite Classic Medium";
  }
  .article-1-heading {
    font-size: 37px;
    line-height: 45px;
    color: #001c79;
    padding-top: 20px;
    font-family: "Beausite Classic Medium";
    text-align: center;
  }
  .image-et-text-image img {
    width: 100%;
  }
  .image-et-text-text-left {
    padding-right: 0;
    margin: 0 auto;
    flex: 1 1 0%;
    width: 80%;
  }
  .image-et-text-text-right {
    padding-left: 0;
    margin: 0 auto;
    flex: 1 1 0%;
    width: 80%;
  }
  .article-button {
    font-size: 20px;
    line-height: 28px;
    border-color: #001c79;
    color: #fff;
    border: solid;
    border-color: #001c79;
    border-width: 1.5px;
    border-radius: 500px;
    padding: 6px 27px;
    background-color: #001c79;
    margin: 23px auto;
    width: 100%;
    font-family: "Beausite Classic Medium";
  }
  .article-1-image {
    flex: 1 1 0%;
    border-width: 0px;
  }
  .article-1-image img {
    width: 100%;
  }
  .article-1-container {
    width: 100vw !important;
    margin: 0 auto;
  }
  .article-1-2-colonne {
    width: 100%;
    height: 367px;
    margin: 20px auto;
    background-color: #f7f7f7;
    vertical-align: middle;
    padding: 40px 10% 65px 10%;
    font-size: 18px;
    line-height: 25px;
    color: #2055ad;
    font-family: "Beausite Classic Medium";
  }
  .article-1-3-colonne {
    padding: 0 40px;
    margin: 0 auto;
  }
  .article-1-contact-block {
    width: 100%;
    height: 435px;
    background-color: #f7f7f7;
    padding: 40px 40px;
    text-overflow: auto;
  }
  .article-1-contact-block .article-1-subheading {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
  .banner-text-container {
/* position: relative;
    bottom: 30rem; */
    position: absolute;
    top: -50px;
    top: 50px;
    left: 0;
    bottom: 0;
    bottom: 100px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .neufs-poles-container {
    margin: 40px auto;
    columns: 2;
    width: 80vw;
  }
  .neufs-poles-item {
    text-align: center;
    font-size: 12px;
    padding-bottom: 40px;
  }
  .article-carousel-container {
    width: 100vw;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .article-carousel-slide {
    width: 100%;
    height: 100%;
  }
  .article-carousel-slide-text {
    width: 100vw;
    height: 300px;
    background-color: #f7f7f7;
    vertical-align: middle;
    padding-top: 30.5px;
    padding-bottom: 34.5px;
    padding-left: 41px;
    padding-right: 53px;
    font-size: 15px;
    line-height: 21px;
    color: #2055ad;
  }
  .article-carousel-slide-image {
    width: 100vw;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .article-carousel-slide-image img {
    min-height: 300px;
    min-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    object-position: center;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
  }
  .carousel-item {
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .article-engagement {
    width: 80vw;
    flex: none;
    margin: 0 20px;
  }
  .article-engagement-chiffre {
    font-size: 110px;
    font-family: "Beausite Classic Medium";
    color: #ec0c8b;
  }
  .article-engagement-header {
    font-size: 24px;
    font-family: "Beausite Classic Medium";
    color: #001c79;
    line-height: 30px;
  }
  .article-engagement-text {
    font-size: 15px;
    line-height: 21px;
    font-family: "Beausite Classic Medium";
    color: #001c79;
    margin-top: 25px;
  }
  .article-engagement-section {
    padding: 0 20px;
    margin-top: 50px;
    display: block;
    overflow-x: scroll;
    display: flex;
    width: 100vw !important;
  }
  .article-section {
    padding-top: 40px;
    position: relative;
    top: 0px;
    margin: 0 auto;
  }
  .article-banner {
    min-width: 100%;
    height: calc(100vh - 50px);
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .article-banner img {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    min-height: 100%;
    min-width: 100%;
    object-fit: cover; /* scale the image */
  }
  .banner-text {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 0px 3px 15px rgba(0,0,0,0.345);
    opacity: 1;
/* padding-left: 16px; */
/* padding-top: -77px; */
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Beausite Classic Bold";
    width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .article-banner {
    height: 40vw;
  }
}
.t-page {
  color: #2055ad;
  font-family: 'Beausite Classic Medium';
  padding-bottom: 40px;
  overflow: hidden;
}
.t-page__content {
  padding-left: 10%;
  padding-right: 10%;
}
.t-page__content .wp-block-group__inner-container > *.aligncenter {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .t-page {
    margin-top: 100px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .t-page {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .t-page {
    margin-top: 160px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 768px) {
  body.single-post > div.md:mt-40,
  body.page > div.md:mt-40 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-post > div.md:mt-40,
  body.page > div.md:mt-40 {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .o-page-content {
    max-width: 1255px;
    padding-left: 0;
    padding-right: 0;
  }
  .article-banner {
    height: 34vw;
  }
  .banner-text-container {
    padding-bottom: 5%;
  }
  .article-banner h1 {
    max-width: 900px;
    padding-left: 0;
  }
}
.page-template-contact .header-logo--white,
.error404 .header-logo--white {
  display: none;
}
.page-template-contact .t-page__content,
.error404 .t-page__content {
  padding-top: 20px;
}
.page-template-contact h1,
.error404 h1,
.page-template-contact h2,
.error404 h2,
.page-template-contact h3,
.error404 h3 {
  font-size: 1.25rem;
}
.page-template-contact h1,
.error404 h1 {
  color: #001c79;
  margin-bottom: 0;
}
.page-template-contact h2,
.error404 h2 {
  color: #2055ad;
  margin-top: 0;
}
.page-template-contact h3,
.error404 h3 {
  color: #001c79;
  text-transform: none;
  line-height: normal;
}
.page-template-contact .t-page .a-button,
.error404 .t-page .a-button {
  text-decoration: none;
}
.page-template-contact .t-page .a-button:hover .a-button__label,
.error404 .t-page .a-button:hover .a-button__label {
  text-decoration: underline;
}
.page-template-contact form,
.error404 form {
  width: max-content;
  max-width: 100%;
}
.page-template-contact input,
.error404 input,
.page-template-contact textarea,
.error404 textarea {
  max-width: 100%;
  border: 1px solid #2055ad;
  border-radius: 500px;
  padding: 0.313rem 0.938rem;
}
.page-template-contact label,
.error404 label {
  display: block;
  margin-bottom: 6px;
}
.page-template-contact input,
.error404 input {
  margin-bottom: 20px;
}
.page-template-contact input[type="checkbox"],
.error404 input[type="checkbox"] {
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.page-template-contact input[type="submit"],
.error404 input[type="submit"] {
  float: right;
  border: 0;
  border-radius: 0;
  background: transparent url("../img/send-blue.svg") no-repeat center right;
  background-size: 20px;
  padding-right: 24px;
  padding-left: 0;
  color: #2055ad;
}
.page-template-contact textarea,
.error404 textarea {
  margin-bottom: 20px;
  font-family: 'Beausite Classic Medium', Arial, Helvetica, sans-serif;
  color: #001c79;
  border-radius: 25px;
}
.page-template-contact .wpcf7-list-item,
.error404 .wpcf7-list-item {
  margin-left: 0;
}
.page-template-contact .wpcf7 form .a-field > br,
.error404 .wpcf7 form .a-field > br {
  display: none;
}
.page-template-contact .wpcf7 form .wpcf7-response-output,
.error404 .wpcf7 form .wpcf7-response-output {
  border-radius: 25px;
  padding: 0.875rem;
}
.page-template-contact .wpcf7-not-valid-tip,
.error404 .wpcf7-not-valid-tip {
  position: relative;
  top: -16px;
  color: #ec0c8b;
  font-size: 12px;
}
.page-template-contact .wpcf7-checkbox + .wpcf7-not-valid-tip,
.error404 .wpcf7-checkbox + .wpcf7-not-valid-tip {
  top: 0;
}
.page-template-contact .wp-block-columns,
.error404 .wp-block-columns {
  flex-direction: column-reverse;
}
.page-template-contact .wp-block-columns .wp-block-column,
.error404 .wp-block-columns .wp-block-column {
  max-width: 100%;
}
.page-template-contact .wp-block-columns .wp-block-column:first-child,
.error404 .wp-block-columns .wp-block-column:first-child {
  border-top: 2px solid #2055ad;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-contact .wp-block-columns .wp-block-column a,
.error404 .wp-block-columns .wp-block-column a {
  display: block;
  margin-bottom: 10px;
}
.page-template-contact .wp-block-columns .wp-block-column a .a-button__icon,
.error404 .wp-block-columns .wp-block-column a .a-button__icon {
  margin-left: -5px;
  color: #ec0c8b;
}
.page-template-contact .wp-block-columns .wp-block-column a .a-button__label,
.error404 .wp-block-columns .wp-block-column a .a-button__label {
  display: block;
}
@media screen and (max-width: 781px) and (min-width: 601px) {
  .page-template-contact .wp-block-columns .wp-block-column:first-child,
  .error404 .wp-block-columns .wp-block-column:first-child {
    max-width: 400px;
  }
  .page-template-contact .wp-block-columns .wp-block-column:last-child,
  .error404 .wp-block-columns .wp-block-column:last-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 782px) {
  .page-template-contact h1,
  .error404 h1 {
    font-size: 1.563rem;
  }
  .page-template-contact h2,
  .error404 h2,
  .page-template-contact h3,
  .error404 h3 {
    font-size: 1.375rem;
  }
  .page-template-contact .wp-block-columns,
  .error404 .wp-block-columns {
    flex-direction: row;
  }
  .page-template-contact .wp-block-columns .wp-block-column:last-child,
  .error404 .wp-block-columns .wp-block-column:last-child {
    margin-top: -78px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-contact .wp-block-columns .wp-block-column,
  .error404 .wp-block-columns .wp-block-column {
    width: calc(550 / 1920 * 100vw);
    margin-right: calc(150 / 1920 * 100vw);
  }
  .page-template-contact .wp-block-columns .wp-block-column:first-child,
  .error404 .wp-block-columns .wp-block-column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-top: 0;
  }
  .page-template-contact .wp-block-columns .wp-block-column:first-child h3,
  .error404 .wp-block-columns .wp-block-column:first-child h3 {
    padding-top: 40px;
    border-top: 1px solid #2055ad;
  }
  .page-template-contact .wp-block-columns .wp-block-column:last-child,
  .error404 .wp-block-columns .wp-block-column:last-child {
    margin-top: -92px;
  }
  .page-template-contact h1,
  .error404 h1 {
    font-size: 2.375rem;
  }
  .page-template-contact h2,
  .error404 h2,
  .page-template-contact h3,
  .error404 h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-contact .wp-block-columns .wp-block-column,
  .error404 .wp-block-columns .wp-block-column {
    max-width: 380px;
    width: calc(380 / 1920 * 100vw);
    margin-right: calc(280 / 1920 * 100vw);
  }
  .page-template-contact .wp-block-columns .wp-block-column:last-child,
  .error404 .wp-block-columns .wp-block-column:last-child {
    margin-top: -120px;
  }
  .page-template-contact h1,
  .error404 h1 {
    font-size: 2.813rem;
  }
  .page-template-contact h2,
  .error404 h2,
  .page-template-contact h3,
  .error404 h3 {
    font-size: 1.75rem;
  }
}
.error404 .t-page {
  min-height: 50vh;
}
.single-ambulance .article-section .wp-block-group__inner-container > h2.has-text-align-center {
  max-width: 969px;
  margin-left: auto;
  margin-right: auto;
}
.single-ambulance .article-section .wp-block-group__inner-container > h2.has-text-align-center:only-child {
  margin-bottom: 100px;
}
div[class*="point-rose"],
div[data-has-bg-shape*="point-rose"] {
  position: relative;
}
div[class*="point-rose"]:before,
div[data-has-bg-shape*="point-rose"]:before {
  content: '' !important;
  box-shadow: 0 0 80px 99px #ec0c8b;
  opacity: 0.86;
  position: absolute;
  width: 650px;
  height: 650px;
  box-shadow: none;
  background: radial-gradient(circle, #ec0c8b 10%, rgba(236,12,139,0.75) 30%, rgba(236,12,139,0) 60%);
  z-index: -1;
  transform: translate(-50%, -50%);
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
div[class*="point-rose"].petit:before,
div[data-has-bg-shape*="point-rose"].petit:before {
  width: 450px;
  height: 450px;
}
div[class*="point-rose"].point-rose-bas-gauche:before,
div[data-has-bg-shape*="point-rose"].point-rose-bas-gauche:before {
  bottom: 0;
  left: calc(50% - 50vw);
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 1280px) {
  div[class*="point-rose"].point-rose-bas-gauche:before,
  div[data-has-bg-shape*="point-rose"].point-rose-bas-gauche:before {
    left: calc(50% - (1255px / 2));
  }
}
div[class*="point-rose"].point-rose-bas-droite:before,
div[data-has-bg-shape*="point-rose"].point-rose-bas-droite:before {
  bottom: 0;
  left: calc(50% + 50vw);
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 1280px) {
  div[class*="point-rose"].point-rose-bas-droite:before,
  div[data-has-bg-shape*="point-rose"].point-rose-bas-droite:before {
    left: calc(50% + (1255px / 2));
  }
}
div[class*="point-rose"].point-rose-haut-gauche:before,
div[data-has-bg-shape*="point-rose"].point-rose-haut-gauche:before {
  top: 0;
  left: calc(50% - 50vw);
}
@media screen and (min-width: 1280px) {
  div[class*="point-rose"].point-rose-haut-gauche:before,
  div[data-has-bg-shape*="point-rose"].point-rose-haut-gauche:before {
    left: calc(50% - (1255px / 2));
  }
}
div[class*="point-rose"].point-rose-haut-droite:before,
div[data-has-bg-shape*="point-rose"].point-rose-haut-droite:before {
  top: 0;
  left: calc(50% + 50vw);
}
@media screen and (min-width: 1280px) {
  div[class*="point-rose"].point-rose-haut-droite:before,
  div[data-has-bg-shape*="point-rose"].point-rose-haut-droite:before {
    left: calc(50% + (1255px / 2));
  }
}
div[class*="point-rose"][data-has-bg-shape="point-rose-bas-gauche"]:before,
div[data-has-bg-shape*="point-rose"][data-has-bg-shape="point-rose-bas-gauche"]:before {
  bottom: 0;
  left: calc(50% - 50vw);
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 1280px) {
  div[class*="point-rose"][data-has-bg-shape="point-rose-bas-gauche"]:before,
  div[data-has-bg-shape*="point-rose"][data-has-bg-shape="point-rose-bas-gauche"]:before {
    left: calc(50% - (1255px / 2));
  }
}
div[class*="point-rose"][data-has-bg-shape="point-rose-bas-droite"]:before,
div[data-has-bg-shape*="point-rose"][data-has-bg-shape="point-rose-bas-droite"]:before {
  bottom: 0;
  left: calc(50% + 50vw);
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 1280px) {
  div[class*="point-rose"][data-has-bg-shape="point-rose-bas-droite"]:before,
  div[data-has-bg-shape*="point-rose"][data-has-bg-shape="point-rose-bas-droite"]:before {
    left: calc(50% + (1255px / 2));
  }
}
div[class*="point-rose"][data-has-bg-shape="point-rose-haut-gauche"]:before,
div[data-has-bg-shape*="point-rose"][data-has-bg-shape="point-rose-haut-gauche"]:before {
  top: 0;
  left: calc(50% - 50vw);
}
@media screen and (min-width: 1280px) {
  div[class*="point-rose"][data-has-bg-shape="point-rose-haut-gauche"]:before,
  div[data-has-bg-shape*="point-rose"][data-has-bg-shape="point-rose-haut-gauche"]:before {
    left: calc(50% - (1255px / 2));
  }
}
div[class*="point-rose"][data-has-bg-shape="point-rose-haut-droite"]:before,
div[data-has-bg-shape*="point-rose"][data-has-bg-shape="point-rose-haut-droite"]:before {
  top: 0;
  left: calc(50% + 50vw);
}
@media screen and (min-width: 1280px) {
  div[class*="point-rose"][data-has-bg-shape="point-rose-haut-droite"]:before,
  div[data-has-bg-shape*="point-rose"][data-has-bg-shape="point-rose-haut-droite"]:before {
    left: calc(50% + (1255px / 2));
  }
}
.m-breadcrumbs {
  padding-top: 14px;
}
.m-breadcrumbs__list {
  font-family: 'Beausite Classic Medium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  list-style: none;
  display: inline;
  padding: 0.188rem 0.938rem 0.063rem;
}
.t-page .m-breadcrumbs__list {
  font-size: 14px;
}
.m-breadcrumbs__list li {
  display: inline;
}
.m-breadcrumbs__list li:after {
  content: '—';
  color: #989898;
  margin-left: 5px;
}
.m-breadcrumbs__list li:last-child span {
  color: #2055ad;
}
.m-breadcrumbs__list li:last-child:after {
  content: none;
}
.m-breadcrumbs__list li:before {
  content: none;
}
.t-page .m-breadcrumbs__list li:before {
  content: none;
}
.m-breadcrumbs a {
  text-decoration: none;
  color: #989898;
}
.m-breadcrumbs a:hover {
  text-decoration: underline;
}
.m-breadcrumbs span {
  font-weight: normal;
  color: #989898;
}
@media screen and (min-width: 1024px) {
  .m-breadcrumbs {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */