@charset "UTF-8";
html, body, header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

input, option, textarea {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  font-family: inherit;
}
input:focus, input:active, option:focus, option:active, textarea:focus, textarea:active {
  border: 0;
  outline: 0;
}

@keyframes clignoter {
  50% {
    opacity: 0;
  }
}
header {
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.2rem;
  height: auto;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(132, 87, 0, 0.74), rgba(72, 41, 0, 0.14) 75%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
}
header .logo {
  background-image: url("../img/fd_caps_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 200px;
  height: 40px;
}
@media (max-width: 960px) {
  header .logo {
    background-size: 150px;
    width: 160px;
    height: 35px;
  }
}
header div.lang {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header #mobile_navigation .lang-tabs a,
header div.lang .lang-tabs a {
  padding: 4px 8px !important;
}
header div.lang a.btn {
  padding: 4px 12px 4px 12px !important;
}
header div.lang a.btn.clignoter {
  padding: 4px 8px 4px 20px !important;
}
header div.lang a.btn + a.btn,
header div.lang a.btn + .dropdown,
header div.lang .dropdown + a.btn {
  margin-left: 0;
}
header #mobile_navigation .lang-tabs a,
header div.lang a,
header .btn, header button {
  text-decoration: none;
  margin-bottom: 0 !important;
  font-size: 14px;
  min-height: auto !important;
  border: 2px solid #ed0000 !important;
  position: relative;
}
header #mobile_navigation .lang-tabs a + a {
  border-left: none !important;
}
header .btn.clignoter:before, header button.clignoter:before {
  animation: clignoter 4s linear infinite;
  content: "";
  height: 7px;
  width: 7px;
  background-color: #ed0000;
  position: absolute;
  bottom: calc(50% - 4px);
  left: 7px;
  border-radius: 3.5px;
}
@media (max-width: 960px) {
  header {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@font-face {
  font-family: "Scala Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ScalaSans.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Scala Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/ScalaSans-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Scala Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../font/ScalaSans-Italic.woff") format("woff");
  font-display: swap;
}
html {
  color: #181818;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga", "clig";
  font-kerning: normal;
  font-variant-numeric: oldstyle-nums;
  hyphens: auto;
  scroll-behavior: smooth;
}

body {
  font-family: "Scala Sans", sans-serif;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-family: "Optima", sans-serif;
  text-transform: uppercase;
}

.smcp, .pc {
  font-variant: petite-caps;
}

.tpc {
  font-variant: all-petite-caps;
}

.nowr {
  white-space: nowrap;
}

.no_hyphens {
  white-space: nowrap;
  hyphens: none;
}

.ext {
  cursor: alias;
}

a {
  text-decoration: underline dotted #ed0000;
  transition: text-decoration 0.2s, background 0.2s, color 0.2s;
  color: inherit;
}
a:hover {
  text-decoration: underline solid #ed0000;
}
a:active, a:focus {
  text-decoration: underline solid #ed0000;
  color: inherit;
}

.ns {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div.mobile, p.mobile, a.mobile, span.mobile {
  display: none !important;
}

::selection {
  background: #fff49b;
  color: #181818;
  text-shadow: none;
}

ed000075 html {
  margin: 0;
  padding: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga" on;
  -webkit-text-size-adjust: 100%;
  font-variant-numeric: slashed-zero;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  -webkit-font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
  font-kerning: normal;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.lang-tabs a,
a.btn, input[type=submit], button {
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  vertical-align: middle;
  font-size: 100%;
  cursor: pointer;
  text-align: center;
  padding: 4px;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  -webkit-appearance: none;
}
.lang-tabs a:not(.hero_btn):not(.max):hover,
a.btn:not(.hero_btn):not(.max):hover, input[type=submit]:not(.hero_btn):not(.max):hover, button:not(.hero_btn):not(.max):hover {
  color: #181818;
  border: 1px solid #838383;
}
.lang-tabs a.active, .lang-tabs a:focus, .lang-tabs a:active,
a.btn.active,
a.btn:focus,
a.btn:active, input[type=submit].active, input[type=submit]:focus, input[type=submit]:active, button.active, button:focus, button:active {
  outline: none;
  color: #181818;
}
.lang-tabs a.active, .lang-tabs a:active,
a.btn.active,
a.btn:active, input[type=submit].active, input[type=submit]:active, button.active, button:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.lang-tabs a:disabled,
a.btn:disabled, input[type=submit]:disabled, button:disabled {
  cursor: not-allowed;
  color: #aaa;
  text-decoration: line-through;
}
.lang-tabs a.dangerous,
a.btn.dangerous, input[type=submit].dangerous, button.dangerous {
  color: #c00;
  border-color: #c00;
}
.lang-tabs a.dangerous.active, .lang-tabs a.dangerous:active,
a.btn.dangerous.active,
a.btn.dangerous:active, input[type=submit].dangerous.active, input[type=submit].dangerous:active, button.dangerous.active, button.dangerous:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(204, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(204, 0, 0, 0.125);
}
.lang-tabs a.no_action:not(:active), .lang-tabs a.progress:not(:active),
a.btn.no_action:not(:active),
a.btn.progress:not(:active), input[type=submit].no_action:not(:active), input[type=submit].progress:not(:active), button.no_action:not(:active), button.progress:not(:active) {
  border-color: #fff;
}
.lang-tabs a.progress,
a.btn.progress, input[type=submit].progress, button.progress {
  cursor: progress;
  opacity: 0.5;
}

.ext {
  cursor: alias;
}

a.ext.btn {
  cursor: alias;
}

.pnt {
  cursor: pointer;
}

input {
  width: auto;
  word-wrap: normal;
}

select, textarea, input[type=number], input[type=time], input[type=date], input[type=datetime-local], input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  border-radius: 0 !important;
  border: none;
  outline: none;
  padding: 4px 6px;
  -webkit-overflow-scrolling: touch;
}

input[type=number], input[type=time], input[type=date], input[type=datetime-local], input[type=url], input[type=text], input[type=email], input[type=password], input[type=tel] {
  height: 25px;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #c3c3c3;
}
input[type=number]:hover, input[type=number]:active, input[type=number]:focus, input[type=time]:hover, input[type=time]:active, input[type=time]:focus, input[type=date]:hover, input[type=date]:active, input[type=date]:focus, input[type=datetime-local]:hover, input[type=datetime-local]:active, input[type=datetime-local]:focus, input[type=url]:hover, input[type=url]:active, input[type=url]:focus, input[type=text]:hover, input[type=text]:active, input[type=text]:focus, input[type=email]:hover, input[type=email]:active, input[type=email]:focus, input[type=password]:hover, input[type=password]:active, input[type=password]:focus, input[type=tel]:hover, input[type=tel]:active, input[type=tel]:focus {
  border-bottom: 1px solid #838383;
}
input[type=number].highlight, input[type=time].highlight, input[type=date].highlight, input[type=datetime-local].highlight, input[type=url].highlight, input[type=text].highlight, input[type=email].highlight, input[type=password].highlight, input[type=tel].highlight {
  background: #fff49b !important;
}

input[type=file] {
  background: none;
  padding: 4px;
  width: auto;
  max-width: 280px;
  border-bottom: 1px solid #c3c3c3;
  box-shadow: none !important;
}

input.disabled {
  cursor: not-allowed;
  color: #aaa;
  background: #efefef;
}

select {
  height: 27px;
  border: 1px solid #c3c3c3;
}
select:hover, select:active {
  border: 1px solid #838383;
}
select:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

textarea {
  box-shadow: none;
  border: 1px solid #c3c3c3;
  hyphens: none;
  width: 90%;
  resize: vertical;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: pre-wrap;
  z-index: 0;
}
textarea:hover, textarea:active, textarea:focus, textarea:focus-visible {
  border: 1px solid #838383;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lang-tabs a,
a.btn, button, input, textarea, select {
  background: #fff;
  text-decoration: none;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  -webkit-transition: background-color 0.15s, border 0.15s, box-shadow 0.15s;
  -moz-transition: background-color 0.15s, border 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border 0.15s, box-shadow 0.15s;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  line-height: 130%;
}
a:hover, a:active, a:focus {
  outline: none;
}

div.flex_options {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  align-content: flex-start;
  justify-content: left;
}
div.flex_options div.flex_option {
  flex: 0 1 auto;
  width: 55px;
}
div.flex_options div.flex_option.auto_width {
  width: auto;
  padding-left: 3px;
}
@media (max-width: 700px) {
  div.flex_options div.flex_option.mobile_non_auto {
    width: 160px;
  }
}

form + form {
  border-top: 1px dashed #ccc;
  margin-top: 1rem;
  padding-top: 1rem;
}

.form-group:not(.no_margin) {
  margin-bottom: 10px;
}
.form-group p.input_help {
  margin-bottom: 4px;
  font-size: smaller !important;
  display: block;
  width: 90%;
}
.form-group p.input_help a:not(.ext) {
  cursor: pointer;
}
.form-group label, .form-group p.label {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: smaller !important;
  display: block;
}
.form-group label.special, .form-group p.label.special {
  background: #dedede;
}
.form-group label a:not(.ext), .form-group p.label a:not(.ext) {
  cursor: pointer;
}
.form-group label span.courant, .form-group p.label span.courant {
  font-weight: normal;
}
.form-group label span.courant:before, .form-group p.label span.courant:before {
  content: "(";
}
.form-group label span.courant:after, .form-group p.label span.courant:after {
  content: ") ";
}
.form-group select, .form-group textarea, .form-group input {
  display: inline-block;
  font-size: 14px;
}

.special-group {
  background: #efefef;
  padding: 8px 3px;
}
.special-group input[type=number], .special-group input[type=time], .special-group input[type=date], .special-group input[type=datetime-local], .special-group input[type=text], .special-group input[type=url], .special-group input[type=email], .special-group input[type=password], .special-group input[type=tel] {
  background: #efefef;
}
.special-group .special-group {
  background: #dedede;
}

table {
  width: 100%;
  line-height: 110%;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 12px;
  border: 1px solid #ddd;
  border-collapse: separate;
}
table thead th {
  padding: 3px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
table thead th.sortable {
  background-image: url("../img/sort.gif");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  background-size: 15px;
}
table thead th.left {
  text-align: left;
}
table thead th.right {
  text-align: right;
}
table thead th + th {
  border-left: 1px solid #ddd;
}
table tbody td {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: middle;
}
table tbody td {
  padding: 3px;
}
table tbody td.key div.delete {
  margin-top: 1rem;
}
table tbody td.no_value {
  color: #666;
}
table tbody td.right {
  text-align: right;
}
table tbody td.na {
  background: #eee;
  color: #aaa;
}
table tbody td.pad_vertical {
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
}
@media (max-width: 650px) {
  table tbody td.pad_vertical {
    overflow-x: scroll;
  }
  table tbody td.pad_vertical a {
    font-size: 12px !important;
  }
}
table tbody td + td {
  border-left: 1px solid #ddd;
}
table tbody tr:last-child > td {
  border-bottom: none;
}

table:not(.no_hover) tbody > tr:not:nth-child(2n+1) > td, table:not(.no_hover) tbody tr:nth-child(2n+1) {
  background: #f6f6f6;
}
table:not(.no_hover) tbody tr td {
  transition: background-color 0.1s ease;
}
table:not(.no_hover) tbody tr:hover td {
  background: #f0f0f0;
}

table tr.grey {
  color: #555;
}
table tr.highlight {
  background: #fff49b;
}
table tr.highlight a.btn {
  background: #fff49b;
  border-color: #888;
}
table tr.highlight:hover td {
  background: #fff49b;
}
table tr.highlight table {
  border-color: #888;
}
table tr.highlight table tbody td {
  border-color: #888;
}
table tr.highlight table:not(.no_hover) tbody tr:hover td {
  background: inherit;
  opacity: 0.6;
}

tt, code, .code, pre {
  background: #fafafa !important;
  padding: 1px 4px;
}

pre.wrap {
  white-space: pre-wrap;
}

pre.code {
  border-radius: 4px;
  display: block;
  margin-bottom: 2em;
}

.centre {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
  hyphens: none;
}

.akz {
  font-family: "Akzidenz Grotesk", "Univers", "Helvetica", sans-serif;
}

.guillemets:before {
  content: "« ";
}

.guillemets:after {
  content: " »";
}

.floating-label {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.floating-label label {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 20px;
  transform: translateY(-50%);
  font-size: 1em;
  color: #6c757d;
  pointer-events: none;
  transition: all 0.2s ease-out;
  transform-origin: 0 0;
}

.floating-label.has-data label,
.floating-label.is-focused label {
  top: -10px;
  transform: translateY(0);
  color: #181818;
  background-color: #ffe7b9;
  border-radius: 15px;
  padding: 1px 6px;
  border: 1px solid #ed0000;
  font-weight: 400;
  font-size: 0.7em !important;
}

textarea {
  resize: none;
}

input, textarea {
  accent-color: #ed0000;
}

.form-group textarea,
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=number],
.form-group input[type=text] {
  border: 2px solid #ed0000;
  border-radius: 20px !important;
  padding: 8px 20px;
  height: auto;
}
.form-group textarea:hover,
.form-group input[type=email]:hover,
.form-group input[type=tel]:hover,
.form-group input[type=number]:hover,
.form-group input[type=text]:hover {
  border: 2px solid #b00000 !important;
}
.form-group textarea:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=number]:focus,
.form-group input[type=text]:focus {
  box-shadow: 0 0 0 0.1rem #b00000 !important;
  -webkit-box-shadow: 0 0 0 0.1rem #b00000 !important;
  border: 2px solid #ed0000 !important;
}
.form-group textarea {
  width: 100%;
}

.split-fields {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
@media (min-width: 1000px) {
  .split-fields .form-group {
    flex: 1 0 calc(50% - 7.5px);
  }
  .split-fields .form-group input {
    width: 100%;
  }
  .split-fields .form-group:first-child {
    margin-right: 7.5px;
  }
  .split-fields .form-group:last-child {
    margin-left: 7.5px;
  }
}

@media (max-width: 999px) {
  .split-fields {
    flex-direction: column;
  }
}
@font-face {
  font-family: "Univers";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Univers-Bold.woff") format("woff"), local("Univers Bold"), local("Univers-Bold");
  font-display: swap;
}
@font-face {
  font-family: "Yinit";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Yinit.woff2") format("woff2");
  font-display: swap;
}
@media (max-width: 920px) {
  body > div:not(#cookie-policy) {
    /* Google Calendar Meeting frame */
    padding: 20px !important;
    padding-top: 70px !important;
  }
}
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  background-color: #eee;
}

main {
  width: 100%;
  background-color: #eee;
  position: relative;
  z-index: 1;
}
main section {
  margin: 0 auto -30px auto;
}
main div#hero .hero_wrap {
  max-width: 1500px;
  margin: 0 auto;
}
main section div.wrap {
  margin: 0 auto;
  position: relative;
  width: 80%;
  max-width: 1200px;
}
@media (max-width: 1000px) {
  main section div.wrap {
    width: 85%;
  }
}
main section .section_title {
  font-size: 20px;
  margin-top: 0;
  padding-bottom: 2rem;
}
main section .section_title::first-letter {
  float: left;
  margin-right: 0.5rem;
  font-weight: regular;
  font-family: "Yinit", "AGaramond", "Garamond", serif;
  font-size: 3.5em;
  color: #ed0000;
}
main section#studio {
  background-color: #f5ebd8;
}
main section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
}
main section div.wrap {
  transform: translateX(-12.5px);
}
@media (max-width: 960px) {
  main section div.wrap {
    transform: translateX(-8px);
  }
  main section div.wrap .section_title {
    font-size: 16px;
  }
}
main section .section_logo {
  position: sticky;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  top: 20px;
  left: 26px;
  width: 21px;
  height: 230px;
}
@media (max-width: 960px) {
  main section .section_logo {
    left: 13px;
    width: 15px;
    height: 151px;
    top: 39px;
  }
}
main section #studio_logo {
  background-image: url("../img/case_studies.svg");
}
main section #contact_logo {
  background-image: url("../img/contact.svg");
  height: 172px;
}
@media (max-width: 960px) {
  main section #contact_logo {
    height: 110px;
  }
}
main section + section {
  padding-top: 4rem;
}
main #hero.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
main #hero + section {
  margin-top: -5px;
}
main #hero + section div.wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
main #main_cover {
  position: relative;
  padding-bottom: 200px;
  margin-bottom: -200px;
}
main #main_cover:after {
  content: "";
  position: absolute;
  bottom: -200px;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, #eee, rgba(113, 71, 34, 0.13) 75%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
main #main_cover.blue:after {
  background: linear-gradient(to bottom, #000159, rgba(113, 71, 34, 0.13) 75%, rgba(255, 255, 255, 0) 100%);
}

.main-cover {
  position: relative;
  padding-bottom: 200px;
  margin-bottom: -200px;
}
.main-cover::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, #eee, rgba(113, 71, 34, 0.13) 75%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

video#hero_video {
  width: 100%;
  height: 100dvh;
  min-height: 850px;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  pointer-events: none;
  border-bottom: 6px solid #ed0000;
}

div#hero, div#sticky_links {
  margin: 0 auto;
  hyphens: none;
  text-align: center;
}
@media (max-width: 600px) {
  div#hero, div#sticky_links {
    text-align: left;
  }
}
div#hero div.caption, div#sticky_links div.caption {
  font-size: 1.2rem;
}

div#hero {
  padding-top: 15%;
  color: #fff;
}
div#hero .hero_wrap {
  position: relative;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
div#hero .hero_wrap > div:first-child {
  position: relative;
  flex: 1 0 80%;
  max-width: 780px;
}
div#hero .hero_wrap > div:first-child p {
  width: 80%;
}
div#hero .hero_wrap > div:first-child p span {
  border-bottom: 2px solid #ed0000;
}
div#hero .hero_wrap > div:last-child {
  flex: 1 0 20%;
  text-align: right;
}
div#hero .hero_wrap p {
  line-height: 1.5;
  text-shadow: 1px 1px #9f7c35;
  font-weight: bold;
}
div#hero h1 {
  position: relative;
  color: #fff;
  text-shadow: 2px 2px #9f7c35;
  font-family: "Univers", "Akzidenz Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 300%;
  line-height: 110%;
  text-transform: none;
  z-index: 1;
}
div#hero h1 span {
  display: inline-block;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-style: italic;
}

div#sticky_links {
  line-height: 2.2rem;
  min-height: 70dvh;
}
div#sticky_links div.sticky {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  margin-left: 25px;
  margin-right: 25px;
}
div#sticky_links div.sticky a:not(.not_btn) {
  margin-top: 5rem;
  margin-left: 0;
  position: relative;
  font-size: 18px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1370px) {
  div#sticky_links {
    min-height: 50dvh;
  }
}
@media (max-width: 1000px) {
  div#sticky_links {
    min-height: 0;
    margin-bottom: 4rem;
  }
  div#sticky_links div.sticky {
    z-index: 0;
    position: relative;
    top: 0;
  }
}
div#sticky_links button {
  margin-right: 10px;
}

html[lang=fr] div#hero .hero_wrap > div:first-child {
  max-width: 850px;
}

a.hero_btn,
input[type=submit].max,
.lang-tabs a,
header button, header .btn, div#sticky_links a:not(.not_btn), div#sticky_links button, a.learn_more, #mobile_hero_links a {
  display: inline-block;
  font-family: "Scala Sans", "Gill Sans", sans-serif !important;
  border: 2px solid #ed0000;
  border-radius: 16px;
  background-color: #ffe7b9 !important;
  color: #181818 !important;
  padding: 8px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
a.hero_btn:hover,
input[type=submit].max:hover,
.lang-tabs a:hover,
header button:hover, header .btn:hover, div#sticky_links a:not(.not_btn):hover, div#sticky_links button:hover, a.learn_more:hover, #mobile_hero_links a:hover {
  background-color: #f4cc7b !important;
}

a.hero_btn {
  margin: 0;
}

input[type=submit].max {
  margin-left: 0;
  border-radius: 20px !important;
  height: auto;
  padding: 5px 10px;
}

a.hero_btn:after,
div#sticky_links a:after, div#sticky_links button:after, a.learn_more:after, #mobile_hero_links a:after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23181818%22%20d%3D%22M36.8%2016.6c-.8-.8-2.1-.8-2.8%200-.8.8-.8%202.1%200%202.8L44.7%2030H14.4c-1.1%200-2%20.9-2%202s.9%202%202%202h30.3L34%2044.6c-.8.8-.8%202%200%202.8.4.4.9.6%201.4.6.5%200%201-.2%201.4-.6L52.4%2032%2036.8%2016.6z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 100% 50%;
  width: 26px;
  display: inline-block;
  height: 18px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: sub;
}
a.hero_btn.down:after,
div#sticky_links a.down:after, div#sticky_links button.down:after, a.learn_more.down:after, #mobile_hero_links a.down:after {
  background-position: 50% 100%;
  transform: rotate(90deg);
}

a.hero_btn.white_arrow,
div#sticky_links a.white_arrow:after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.8%2016.6c-.8-.8-2.1-.8-2.8%200-.8.8-.8%202.1%200%202.8L44.7%2030H14.4c-1.1%200-2%20.9-2%202s.9%202%202%202h30.3L34%2044.6c-.8.8-.8%202%200%202.8.4.4.9.6%201.4.6.5%200%201-.2%201.4-.6L52.4%2032%2036.8%2016.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  transition: background-position 0.2s ease;
}

div#sticky_links a.white_arrow:hover:after {
  background-position: 150% 50%;
}

header button, header .btn {
  font-size: 14px;
}

header #desktop_navigation .btn.active:not(.clignoter) {
  position: relative;
  padding-left: 20px !important;
}
header #desktop_navigation .btn.active:not(.clignoter)::before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #ed0000;
  position: absolute;
  bottom: calc(50% - 4px);
  left: 7px;
  border-radius: 3.5px;
}

header .dropdown .dropdown-menu a.active {
  position: relative;
  padding-left: 24px !important;
}
header .dropdown .dropdown-menu a.active::before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #ed0000;
  position: absolute;
  top: calc(50% - 3.5px);
  left: 10px;
  border-radius: 3.5px;
}

header .dropdown {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
header .dropdown > .btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  cursor: pointer;
}
header .dropdown > .btn:after {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 5px !important;
  margin-left: 7px !important;
  margin-bottom: 1px !important;
  background-size: 8px 5px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5L0.535898 0.5L7.4641 0.5L4 5Z' fill='%23181818'/%3E%3C/svg%3E") !important;
  vertical-align: middle !important;
  transition: transform 0.25s ease !important;
}
header .dropdown.open > .btn:after {
  transform: rotate(180deg) !important;
}
header .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: auto;
  min-width: 100%;
  background-color: #ffe7b9;
  border: 2px solid #ed0000;
  border-radius: 12px;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
header .dropdown .dropdown-menu a {
  display: block;
  padding: 10px 16px;
  color: #181818 !important;
  text-decoration: none;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ffe7b9 !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
header .dropdown .dropdown-menu a:hover {
  background-color: #f4cc7b !important;
}
header .dropdown .dropdown-menu a + a {
  border-top: 1px solid rgba(237, 0, 0, 0.2) !important;
}
header .dropdown .dropdown-menu a:after {
  display: none !important;
}
header .dropdown.open .dropdown-menu {
  display: block;
}

header .wp-floormap-logo {
  background-image: url("../img/wp-floormap.svg") !important;
}

#mobile_hero_links {
  display: none;
  margin-bottom: 4rem;
}
#mobile_hero_links a {
  margin-left: 0;
}

.g-recaptcha {
  transform: scale(0.75);
  transform-origin: 0 0;
}

a.learn_more {
  margin-top: 2rem;
  font-size: 16px;
}

#description {
  text-align: left;
  position: relative;
  float: left;
  width: 60%;
  color: #181818;
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  #description {
    min-height: 650px;
  }
  #description div.wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}

#sub_form {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: rgba(255, 231, 185, 0.4117647059);
  color: #181818;
  border: 1px solid #ed0000;
  overflow: visible;
}
#sub_form form {
  position: relative;
}
#sub_form div.director_img {
  background-image: url("../img/sacha-graham.jpg");
  height: 80px;
  width: 80px;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  right: -70px;
  top: -64px;
  border: 1px solid #ed0000;
  background-color: rgba(255, 231, 185, 0.4117647059);
}
#sub_form div.action_title {
  font-style: italic;
  font-size: 1.1rem;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ed0000;
}
#sub_form div.art_attrib {
  position: absolute;
  right: 8px;
  bottom: 0;
  line-height: 0;
  transform: none;
  writing-mode: inherit;
  text-align: left;
  font-size: 0.8rem;
  color: #181818;
}
@media (max-width: 800px) {
  #sub_form div.art_attrib {
    display: none;
  }
}
#sub_form div.wrapper {
  width: 100%;
  margin: 0 1rem;
  padding: 1rem 0;
}
#sub_form div.art {
  width: 100%;
  background: url("../img/musee_du_louvre.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 650px;
}
#sub_form div.submit {
  margin-bottom: 0;
  margin-right: -14px;
}

form div.big_margin {
  margin-top: 20px;
}

#screenshot {
  position: relative;
  float: left;
  width: 40%;
}
#screenshot img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1rem;
}

div.wrapper {
  padding: 1rem;
}

footer {
  z-index: 0;
  position: sticky;
  bottom: 0;
  margin: 0 auto;
  margin-top: 200px;
  height: 400px;
  width: 100%;
  text-align: left;
  font-size: 0.85rem;
  background-color: #eee;
  color: #fff;
  background-color: #9f7c35;
}
footer div.wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
}
footer div.wrapper > div {
  flex: 4 0;
}
footer div.wrapper > div:nth-child(2n) {
  text-align: right;
  margin-left: 5px;
}

/* variables */
:root {
  /* colors */
  --sg0-color-primary-hsl: 250, 84%, 54%;
  --sg0-color-bg-hsl: 0, 0%, 100%;
  --sg0-color-contrast-high-hsl: 230, 7%, 23%;
  --sg0-color-contrast-higher-hsl: 230, 13%, 9%;
  --sg0-color-bg-light-hsl: 0, 0%, 100%;
  /* spacing */
  --sg0-space-sm: 1rem;
  --sg0-space-md: 10px;
}

@media (min-width: 771px) {
  :root {
    /* spacing */
    --sg0-space-sm: 1.125rem;
    --sg0-space-md: 80px;
  }
}
/* component */
.stack-cards {
  --stack-cards-gap: var(--sg0-space-sm);
  --stack-cards-item-ratio: 2/1;
  padding-left: 0;
}

@media (max-width: 870px) {
  .stack-cards {
    --stack-cards-gap: var(--sg0-space-sm);
    --stack-cards-item-ratio: 1;
  }
}
@media (max-width: 550px) {
  .stack-cards {
    --stack-cards-item-ratio: 0.5;
  }
}
.stack-cards__item {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: var(--sg0-space-md);
  height: 0;
  padding-bottom: calc(100% / (var(--stack-cards-item-ratio)));
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.sg0-bg {
  --sg0-bg-o: 1;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ed0000;
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}

.sg0-flex-center {
  justify-content: center;
  align-items: center;
}

.sg0-flex {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sg0-flex .left, .sg0-flex .right {
  width: 50%;
}
.sg0-flex .left {
  padding: 10px;
}
.sg0-flex .left a, .sg0-flex .left a:hover {
  text-decoration-color: #555;
}
.sg0-flex .left .client_title {
  font-size: 18px;
  font-style: italic;
}
.sg0-flex .left .client_title span {
  line-height: 1.8;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ed0000;
}
.sg0-flex .left ul.project_tags {
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}
.sg0-flex .left ul.project_tags li {
  display: inline-block;
  font-size: 14px;
  background-color: #ffe7b9;
  position: relative;
  margin-left: 14px;
  line-height: 24px;
  height: 24px;
  color: #555;
  margin-bottom: 5px;
}
.sg0-flex .left ul.project_tags li span {
  padding: 0 8px;
}
.sg0-flex .left ul.project_tags li:before {
  content: "";
  position: absolute;
  display: block;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffe7b9;
}
.sg0-flex .left ul.project_tags li:after {
  content: "";
  background-color: #ed0000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -6px;
  top: 10px;
}
.sg0-flex .left ul.project_tags li + li {
  margin-left: 15px;
}
.sg0-flex .left .project_link {
  margin-top: 2rem;
}
.sg0-flex .left .project_link a {
  font-size: 14px;
  border-radius: 4px;
}
.sg0-flex .left .project_link a[target=_blank] {
  cursor: alias;
}
.sg0-flex .left .project_link a.onsite:after, .sg0-flex .left .project_link a[target=_blank]:after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23181818%22%20d%3D%22M36.8%2016.6c-.8-.8-2.1-.8-2.8%200-.8.8-.8%202.1%200%202.8L44.7%2030H14.4c-1.1%200-2%20.9-2%202s.9%202%202%202h30.3L34%2044.6c-.8.8-.8%202%200%202.8.4.4.9.6%201.4.6.5%200%201-.2%201.4-.6L52.4%2032%2036.8%2016.6z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 100% center;
  width: 18px;
  display: inline-block;
  height: 18px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.sg0-flex .left .project_link a:not(.onsite)[target=_blank]:after {
  transform: rotate(315deg);
}
.sg0-flex .right {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 0px 5px 0px rgba(238, 238, 238, 0.79) inset;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px dotted #ed0000;
  overflow: hidden;
}
.sg0-flex .right video {
  height: 100%;
  width: auto;
}
.sg0-flex .bg {
  background-color: #9f7c35;
}
@media (max-width: 870px) {
  .sg0-flex {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sg0-flex .left {
    order: 0;
  }
  .sg0-flex .right {
    order: 1;
    background-size: cover;
    height: 100%;
    border-radius: 0;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-left: none;
    box-shadow: none;
    border-top: 1px dotted #ed0000;
    margin-top: 10px;
  }
  .sg0-flex .left, .sg0-flex .right {
    width: 100%;
  }
  .sg0-flex:last-child .right {
    position: relative;
    border-top: 0;
  }
  .sg0-flex:last-child .right video {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

:where(.sg0-inner-glow) {
  position: relative;
}

.sg0-inner-glow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0.5px 1px hsla(0deg, 0%, 100%, 0.075);
}

.stack-cards {
  list-style: none;
}

@media (max-width: 1100px) {
  #description {
    font-size: 1.2rem;
  }

  div#hero h1 {
    font-size: 210%;
  }
}
@media (max-width: 960px) {
  #sub_form {
    margin-top: 3rem;
  }

  #sub_form div.director_img {
    left: auto;
    right: -1rem;
    transform: none;
    top: -83px;
  }

  #spin_logo {
    width: 200px !important;
    height: 200px !important;
    top: -65px !important;
    left: 100px !important;
  }

  body {
    background-position: 0 -250px;
  }

  #description {
    width: 50%;
  }

  #screenshot {
    width: 50%;
  }

  div.wrapper {
    padding: 0.5rem;
  }

  footer div.wrapper {
    padding: 2rem;
  }

  div#sticky_links div.sticky a:not(.not_btn) {
    margin: 0;
    margin-top: 6rem;
    margin-bottom: 1rem;
  }

  div#sticky_links div.sticky a + a {
    margin-left: 10px;
  }

  div#hero {
    margin-top: 5rem;
  }
  div#hero h1 {
    margin: 0;
    font-size: 190%;
    width: 90%;
  }

  #description div.wrapper {
    padding-left: 0;
  }

  div#sticky_links div.sticky button, div#sticky_links div.sticky a:not(.not_btn), #mobile_hero_links a {
    font-size: 16px;
  }

  header .btn::after header button::after, div#sticky_links a::after, div#sticky_links button::after,
a.learn_more::after, #mobile_hero_links a::after {
    vertical-align: inherit;
  }
}
@media (max-width: 739px) {
  main div.wrap {
    width: 95%;
  }

  div#hero {
    margin-top: 2rem;
  }
  div#hero h1 {
    font-size: 24px;
    width: 95%;
  }

  div.wrapper {
    padding: 1rem;
  }

  footer div.wrapper {
    padding: 2rem;
  }

  #screenshot div.wrapper {
    padding: 0;
    padding-top: 1rem;
  }
}
@media (max-width: 625px) {
  body {
    background-position: 0 -170px;
  }

  div#sticky_links {
    margin-bottom: 1rem;
  }
  div#sticky_links .down {
    display: none;
  }

  #mobile_hero_links .down {
    display: none;
  }

  footer div.wrapper {
    padding: 0.5rem;
    font-size: 0.75rem;
  }

  #description {
    font-size: 1.1rem;
  }

  #screenshot div.wrapper {
    padding: 0.5rem;
  }
  #screenshot img {
    max-width: 100%;
  }

  #sub_form div.art {
    width: 60%;
  }

  .mobile,
p.mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }
}
@media (max-width: 540px) {
  div#hero .hero_wrap > div:first-child p {
    width: 100%;
    font-size: 15px;
  }

  #screenshot {
    min-height: 700px;
  }
  #screenshot div.wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}
@media (max-width: 440px) {
  div#hero h1 {
    font-size: 140%;
  }

  header div.lang a:not(.btn) {
    display: none;
  }

  header .btn,
header button {
    font-size: 12px;
  }

  #mobile_hero_links {
    display: block;
  }
  #mobile_hero_links a {
    padding-right: 10px;
    padding-left: 10px;
  }

  #description {
    font-size: 1rem;
  }
  #description div.wrapper {
    padding: 0;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
  }

  footer div.mobile,
footer p.mobile,
footer a.mobile {
    display: block !important;
  }

  footer div.f_desktop,
footer p.f_desktop,
footer a.f_desktop {
    display: none !important;
  }
}
@media (max-width: 430px) {
  #sub_form div.wrapper {
    padding: 1rem 1rem;
    margin: 0;
  }
  #sub_form div.art {
    display: none;
  }

  main #hero + section div.wrap {
    padding-top: 2rem;
  }

  header {
    padding-left: 0;
    padding-right: 0;
  }

  main section .section_logo {
    left: 5px;
  }
}
@media (max-width: 319px) {
  #screenshot {
    min-height: 1px;
  }
  #screenshot div.wrapper {
    position: relative;
    top: 0;
    padding-right: 5px;
    padding-bottom: 5rem;
  }

  #description {
    font-size: 0.9rem;
  }
  #description div.wrapper {
    padding-left: 5px;
  }
}
.site_alert,
#cookie-policy {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border: 1px solid #ed0000;
  padding: 10px 20px;
  z-index: 101;
  animation: slideUp 0.5s ease-out forwards;
  width: 350px;
  border-radius: 10px;
  font-size: 14px;
  background-color: #ffe7b9;
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.06);
}
.site_alert a,
#cookie-policy a {
  border-bottom: 1px solid #ed0000;
  text-decoration: none !important;
}
.site_alert button,
#cookie-policy button {
  position: absolute;
  top: -10px;
  right: -18px;
  height: 36px;
  width: 36px;
  border-radius: 18px !important;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="windows-1252"%3F><!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg width="18" height="18" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.929993 15.0702L15.07 0.930176M0.929993 0.930176L15.07 15.0702L0.929993 0.930176Z" stroke="%23181818" stroke-miterlimit="10"/></svg>');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffe7b9;
  border-color: #ed0000;
}
.site_alert button:hover,
#cookie-policy button:hover {
  background-color: #f4cc7b;
}
.site_alert #cookie-consent-necessary,
#cookie-policy #cookie-consent-necessary {
  font-size: 12px;
  margin-left: 4px;
}

.site_alert.slideDown,
#cookie-policy.slideDown {
  animation: slideDown 0.5s ease-out forwards;
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 420px) {
  .site_alert,
#cookie-policy {
    width: 280px;
  }
}
#spin_logo {
  position: absolute;
  width: 350px;
  height: 350px;
  top: -70px;
  left: calc(50% - 140px);
  transform: translateX(-50%) rotate(0deg);
}

header .lang-tabs {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 18px;
  margin-bottom: 0;
  margin-right: 0;
  width: 150px;
}
header .lang-tabs a {
  cursor: pointer;
  flex: 1 0 50%;
  font-size: 13px;
  border: 0;
  border-radius: 0;
  position: relative;
  margin: 0;
  padding: 4px 8px !important;
}
header .lang-tabs a:first-child, header .lang-tabs button:first-child {
  border-top-left-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
}
header .lang-tabs a:last-child, header .lang-tabs button:last-child {
  border-top-right-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}
header .lang-tabs a + a {
  border-left: none !important;
}
header .lang-tabs a.active::after {
  position: absolute;
  content: "";
  left: calc(50% - 4px);
  bottom: -16px;
  background-color: #ed0000;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

.with_dot:before {
  content: "";
  background-color: #ed0000;
  width: 0.85em;
  height: 0.85em;
  display: inline-block;
  border-radius: 0.425em;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}

@media (max-width: 1200px) {
  div#hero .hero_wrap {
    flex-wrap: wrap;
  }
  div#hero .hero_wrap > div:last-child {
    flex: 1 0 100%;
    text-align: left;
  }
  div#hero .hero_wrap > div:first-child {
    flex: 1 0 100%;
  }
}
.mobile {
  display: none;
}

@media (max-width: 720px) {
  .mobile {
    display: block;
  }

  video#hero_video {
    min-height: 700px;
  }

  main #hero.absolute {
    min-height: 100dvh;
  }
  main #hero.absolute .hero_wrap {
    min-height: 80dvh;
  }

  div#sticky_links div.sticky {
    margin-left: 0;
    margin-right: 0;
  }

  #desktop_navigation {
    display: none;
  }

  #mobile_navigation {
    margin-right: 10px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
  }
  #mobile_navigation .clignoter {
    padding: 5px 10px 5px 22px;
    margin-right: 15px;
  }
  #mobile_navigation #mobile_menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    background-color: #ffe7b9;
    border-left: 1px solid #ed0000;
    height: calc(100vh + 20px);
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding-top: 136px;
    padding-bottom: 2rem;
    z-index: 3;
  }
  #mobile_navigation #mobile_menu .lang-tabs {
    width: 100%;
  }
  #mobile_navigation #mobile_menu .btn {
    border-radius: 20px;
    margin: 0;
  }
  #mobile_navigation #mobile_menu div.top a {
    color: #181818;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 0;
    border-bottom: 2px dotted #ed0000;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
  }
  #mobile_navigation #mobile_menu div.top a img {
    width: 160px;
  }
  #mobile_navigation #mobile_menu div.top a.active::after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ed0000;
    content: "";
    display: inline-block;
  }
  #mobile_navigation #mobile_menu div.top > div:first-child a {
    border-bottom: none;
  }
  #mobile_navigation #mobile_menu > div {
    padding: 10px 15px;
  }
  #mobile_navigation #mobile_menu > div > div {
    padding-bottom: 15px;
  }
  #mobile_navigation #mobile_menu > div a:not(.clignoter) {
    font-size: 16px;
  }
  #mobile_navigation #mobile_menu > div a {
    width: 100%;
  }
  #mobile_navigation #mobile_menu > div .clignoter,
#mobile_navigation #mobile_menu > div .lang-tabs a {
    font-size: 15px;
  }
  #mobile_navigation #mobile_menu > div a.has_submenu:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 9px;
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L0.292893 0.292893C0.135559 0.135559 0.135559 -0.135559 0.292893 -0.292893L9.70711 -0.292893C9.86444 -0.135559 9.86444 0.135559 9.70711 0.292893L5 6Z' fill='%23000'/%3E%3C/svg%3E");
    transition: transform 0.1s ease;
  }
  #mobile_navigation #mobile_menu > div a.open:after {
    transform: rotate(180deg);
  }
  #mobile_navigation .submenu {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    list-style: none;
    padding-left: 0;
    border-left: 2px dotted #ed0000;
    margin-left: 0;
    margin-top: 5px;
  }
  #mobile_navigation .submenu.show {
    display: block;
    opacity: 1;
  }
  #mobile_navigation .submenu li {
    padding-left: 15px;
  }

  #mobile_navigation.active #mobile_hamburger > span {
    background-color: #181818;
  }
  #mobile_navigation.active #mobile_hamburger > span:nth-child(1) {
    transform: rotate(-45deg) translate(-3px, 2.5px);
  }
  #mobile_navigation.active #mobile_hamburger > span:nth-child(2) {
    transform: rotate(45deg) translate(-3px, -3px);
  }
  #mobile_navigation.active #mobile_menu {
    transform: translateX(0%);
  }
}
#rdv_cover,
#mobile_menu_cover {
  display: none;
  position: fixed;
  opacity: 0;
  width: 100%;
  height: calc(100vh + 20px);
  overflow-y: hidden;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: opacity 0.5s linear, backdrop-filter 0.5s ease;
}
#rdv_cover.active,
#mobile_menu_cover.active {
  opacity: 1;
  z-index: 2;
  backdrop-filter: blur(1px);
}

#rendez_vous {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
  height: calc(100vh + 20px);
  width: 350px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  padding: 0;
  border-left: 2px solid #ed0000;
  z-index: 3;
}
#rendez_vous.active {
  transform: translateX(0%);
}
#rendez_vous iframe {
  height: 100% !important;
}
#rendez_vous #close_rdv {
  display: none;
  position: absolute;
  bottom: 34px;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="windows-1252"%3F><!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg width="18" height="18" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.929993 15.0702L15.07 0.930176M0.929993 0.930176L15.07 15.0702L0.929993 0.930176Z" stroke="%23181818" stroke-miterlimit="10"/></svg>');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  background-color: #ffe7b9;
  border-color: #ed0000;
  transition: all 0.2s ease;
}
#rendez_vous #close_rdv:hover {
  background-color: #f4cc7b;
}
#rendez_vous.active #close_rdv {
  display: block;
}
@media (max-width: 410px) {
  #rendez_vous #close_rdv {
    left: -40px;
  }
}
@media (max-width: 380px) {
  #rendez_vous #close_rdv {
    left: -29px;
  }
}
@media (min-width: 1200px) {
  #rendez_vous {
    width: 750px;
  }
}

#mobile_hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 999;
  position: relative;
}
#mobile_hamburger > span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

#rep_time, #cur_time {
  font-family: monospace;
  font-size: 15px;
  background-color: #ffe7b9;
  padding: 4px 8px;
  font-weight: bold;
}

.form-group label.check_label {
  font-weight: 400;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  background-color: #ffe7b9;
  color: #181818;
  gap: 10px;
  user-select: none;
}
.form-group label.check_label > input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.form-group label.check_label .switch-track {
  display: block;
  position: relative;
  width: 42px;
  min-width: 42px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: background-color 0.25s ease;
  order: -1;
}
.form-group label.check_label .switch-track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.form-group label.check_label:has(input:checked) .switch-track {
  background-color: #ed0000;
}
.form-group label.check_label:has(input:checked) .switch-track::after {
  transform: translateX(18px);
}

.sitemap-main {
  background-color: #eee;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

.sitemap-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px auto;
  padding: 0 5%;
}
.sitemap-hero h1 {
  font-family: "Optima", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #181818;
  margin: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sitemap-subtitle {
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 1.1rem;
  color: #555;
  margin: 0 0 32px 0;
  display: block;
}

.sitemap-icon {
  margin: 0 auto 16px;
  width: 64px;
  height: 64px;
}
.sitemap-icon svg {
  width: 100%;
  height: 100%;
}

.sitemap-grid {
  max-width: 960px;
  margin: 0 auto 48px auto;
  padding: 0 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.sitemap-group {
  background: #fff;
  border: 1px solid #ed0000;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.sitemap-group:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.sitemap-group-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(237, 0, 0, 0.15);
}
.sitemap-group-header h2 {
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #181818;
  margin: 0;
  letter-spacing: -0.02em;
  text-transform: none;
}

.sitemap-group-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: #ed0000;
}

.sitemap-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-links li {
  margin: 0;
  padding: 0;
}
.sitemap-links li + li {
  border-top: 1px solid rgba(237, 0, 0, 0.08);
}
.sitemap-links li a {
  display: block;
  padding: 14px 14px 14px 16px;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  margin: 2px -8px;
}
.sitemap-links li a:hover {
  background: #f5ebd8;
}

.sitemap-link-title {
  display: block;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 3px;
}

.sitemap-link-desc {
  display: block;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 0.82rem;
  color: #666;
  line-height: 1.4;
}

.sitemap-xml-note {
  text-align: center;
  margin: 0 auto 32px auto;
}
.sitemap-xml-note p {
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 0.82rem;
  color: #999;
}
.sitemap-xml-note p a {
  color: #ed0000;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.sitemap-xml-note p a:hover {
  color: #ba0000;
}

.sitemap-footer-links {
  text-align: center;
  margin: 0 auto 40px auto;
  padding: 0 5%;
}
.sitemap-footer-links a.hero_btn {
  margin: 4px 4px;
  text-decoration: none;
}

@media (max-width: 700px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sitemap-group {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .sitemap-hero h1 {
    font-size: 2rem;
  }

  .sitemap-group-header h2 {
    font-size: 1rem;
  }

  .sitemap-link-title {
    font-size: 0.9rem;
  }

  .sitemap-link-desc {
    font-size: 0.78rem;
  }
}
html, body {
  overflow-x: clip;
  background-color: #e8eeff;
  margin: 0;
  padding: 0;
}

main {
  background-color: #e8eeff;
  position: relative;
  z-index: 1;
  overflow-x: clip;
  overflow-y: visible;
  padding-top: 120px;
  padding-bottom: 80px;
}

.nav-icon {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 3px;
  display: inline-block;
}

footer {
  background-color: #000159;
  color: #fff;
  z-index: 0;
  position: sticky;
  bottom: 0;
  margin-top: 200px;
}
footer a {
  color: #c5d4ff;
  text-decoration-color: #c5d4ff !important;
}
footer a:hover {
  color: #fff;
  text-decoration-color: #fff !important;
}

main #main_cover:after {
  display: none;
}

.main-cover {
  background-color: #e8eeff;
  margin-bottom: -400px;
}
.main-cover::after {
  background: linear-gradient(to bottom, #e8eeff, rgba(0, 1, 89, 0.15) 75%, rgba(0, 1, 89, 0) 100%) !important;
}

header {
  background: linear-gradient(to bottom, rgba(0, 1, 89, 0.45), rgba(197, 212, 255, 0.6) 50%, rgba(232, 238, 255, 0) 100%);
}

header button, header #desktop_navigation .btn, header #mobile_navigation .btn {
  border: 2px solid #000159 !important;
  background-color: #fff !important;
  color: #181818 !important;
}
header button:hover, header #desktop_navigation .btn:hover, header #mobile_navigation .btn:hover {
  background-color: #e8eeff !important;
  border: 2px solid #000159 !important;
}

header #desktop_navigation .btn:not(.clignoter) {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

header .btn.clignoter::before, header button.clignoter::before {
  background-color: #000159 !important;
}

header #desktop_navigation .btn.active:not(.clignoter)::before {
  background-color: #000159 !important;
}

header .dropdown .dropdown-menu a.active::before {
  background-color: #000159 !important;
}

header .dropdown .dropdown-menu {
  background-color: #fff;
  border-color: #000159;
}
header .dropdown .dropdown-menu a {
  background-color: #fff !important;
}
header .dropdown .dropdown-menu a:hover {
  background-color: #e8eeff !important;
}
header .dropdown .dropdown-menu a + a {
  border-top-color: rgba(0, 1, 89, 0.2) !important;
}

#mobile_hamburger > span {
  background-color: #181818 !important;
}

#mobile_menu {
  background-color: #e8eeff !important;
  border-left: 1px solid #000159 !important;
}
#mobile_menu div.top a {
  color: #181818 !important;
  border-bottom-color: #000159 !important;
}
#mobile_menu div.top a.active::after {
  background-color: #000159 !important;
}
#mobile_menu .submenu {
  border-left-color: #000159 !important;
}
#mobile_menu .submenu a {
  border-bottom: none !important;
}
#mobile_menu .btn, #mobile_menu a.btn {
  border: 2px solid #000159 !important;
  background-color: #fff !important;
  color: #181818 !important;
}
#mobile_menu .btn:hover, #mobile_menu a.btn:hover {
  background-color: #c5d4ff !important;
}
#mobile_menu .btn.clignoter, #mobile_menu a.btn.clignoter {
  background-color: #c5d4ff !important;
}
#mobile_menu .btn.clignoter:hover, #mobile_menu a.btn.clignoter:hover {
  background-color: #a3b8f0 !important;
}

.legal-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto 60px auto;
  padding: 0 5%;
  position: relative;
  z-index: 2;
}
.legal-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  color: #181818;
  margin-bottom: 20px;
  hyphens: none;
  text-align: left;
}
.legal-hero .legal-subtitle {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  border: none;
  padding: 0;
  text-align: left;
}
.legal-hero .legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}
.legal-hero .legal-meta .meta-item {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 1, 89, 0.3);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.85rem;
  color: #333;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
}
.legal-hero .legal-meta .meta-item strong {
  color: #181818;
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.legal-hero .legal-meta .meta-item a {
  color: #000159;
}

.legal-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.legal-deco .deco-block {
  position: absolute;
  background-color: rgba(197, 212, 255, 0.5);
  border: 1px solid rgba(0, 1, 89, 0.15);
  border-radius: 8px;
  opacity: 0.5;
  overflow: hidden;
}
.legal-deco .deco-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 1, 89, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 1, 89, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}

.legal-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 2;
}

.legal-section {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 1, 89, 0.2);
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}
.legal-section h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px dashed #000159;
  hyphens: none;
}
.legal-section h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #181818;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.legal-section p {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #333;
  margin-bottom: 1rem;
}
.legal-section p:last-child {
  margin-bottom: 0;
}
.legal-section strong {
  color: #181818;
}
.legal-section code {
  background: rgba(0, 1, 89, 0.06);
  border: 1px solid rgba(0, 1, 89, 0.2);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.85em;
  color: #000159;
}
.legal-section a {
  color: #000159;
  text-decoration: underline dotted rgba(0, 1, 89, 0.4);
  transition: text-decoration 0.2s;
}
.legal-section a:hover {
  text-decoration: underline solid #000159;
}
.legal-section ul, .legal-section ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.legal-section ul li, .legal-section ol li {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #333;
  margin-bottom: 0.5rem;
}
.legal-section ul li::marker, .legal-section ol li::marker {
  color: #000159;
}
.legal-section ul li strong, .legal-section ol li strong {
  color: #181818;
}
.legal-section ul {
  list-style-type: disc;
}

.legal-section.intro {
  background: rgba(255, 255, 255, 0.9);
  border-color: #000159;
}
.legal-section.intro p:first-child {
  margin-top: 0;
}
.legal-section.intro p {
  font-size: 1.05rem;
  line-height: 1.45;
  color: #333;
}

.legal-footer {
  max-width: 900px;
  margin: 40px auto 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 2;
  text-align: center;
}
.legal-footer .footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.legal-footer .footer-links a {
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 0.85rem;
  text-decoration: none;
  border: 2px solid #000159;
  border-radius: 16px;
  padding: 6px 16px;
  background-color: #c5d4ff;
  color: #181818;
  font-weight: 700;
  transition: background-color 0.2s;
}
.legal-footer .footer-links a:hover {
  background-color: #a3b8f0;
}
.legal-footer .footer-links a:after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23181818%22%20d%3D%22M36.8%2016.6c-.8-.8-2.1-.8-2.8%200-.8.8-.8%202.1%200%202.8L44.7%2030H14.4c-1.1%200-2%20.9-2%202s.9%202%202%202h30.3L34%2044.6c-.8.8-.8%202%200%202.8.4.4.9.6%201.4.6.5%200%201-.2%201.4-.6L52.4%2032%2036.8%2016.6z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 100% 50%;
  width: 22px;
  display: inline-block;
  height: 16px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  content: "";
  vertical-align: sub;
}
.legal-footer p {
  font-size: 0.8rem;
  color: #888;
}

@media (max-width: 900px) {
  .legal-hero h1 {
    font-size: 2.4rem;
  }

  .legal-section {
    padding: 28px 24px;
  }
}
@media (max-width: 600px) {
  main {
    padding-top: 90px;
  }

  .legal-hero {
    margin-bottom: 40px;
  }
  .legal-hero h1 {
    font-size: 1.8rem;
  }
  .legal-hero .legal-meta {
    flex-direction: column;
    gap: 10px;
  }

  .legal-section {
    padding: 20px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .legal-section h2 {
    font-size: 1rem;
  }
  .legal-section p, .legal-section ul li, .legal-section ol li {
    font-size: 0.88rem;
  }

  .legal-footer .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.pricing-hero {
  text-align: center;
  align-items: center;
}
.pricing-hero .pricing-intro {
  max-width: 680px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-top: 0;
}
.pricing-hero .pricing-intro a {
  color: #000159;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pricing-hero .pricing-intro a:hover {
  color: #000026;
}
.pricing-hero .pricing-intro-alt {
  font-size: 0.95rem;
  color: #777;
  margin-top: -4px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3%;
  position: relative;
  z-index: 2;
}

.pricing-cta {
  display: block;
  text-align: center;
  margin-top: 24px;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none !important;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  background: #000159;
  color: #fff !important;
  border: 2px solid #000159 !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pricing-cta:hover {
  text-decoration: none !important;
  background: #0002a6;
}
.pricing-cta:active {
  color: #fff !important;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 1, 89, 0.15);
  border-radius: 16px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(4px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 1, 89, 0.12);
}
.pricing-card.popular {
  border: 2px solid #000159;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 30px rgba(0, 1, 89, 0.1);
  transform: scale(1.03);
  z-index: 1;
}
.pricing-card.popular:hover {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 1, 89, 0.18);
}
.pricing-card.dark {
  background: #000159;
  border-color: #000159;
  color: #fff;
}
.pricing-card.dark .pricing-card-header h3 {
  color: #fff;
}
.pricing-card.dark .pricing-badge {
  background: rgba(197, 212, 255, 0.2);
  color: #c5d4ff;
  border-color: rgba(197, 212, 255, 0.3);
}
.pricing-card.dark .price-amount {
  color: #fff;
}
.pricing-card.dark .price-period {
  color: rgba(255, 255, 255, 0.6);
}
.pricing-card.dark .pricing-features li {
  color: rgba(255, 255, 255, 0.85);
}
.pricing-card.dark .pricing-features li .feat-icon {
  fill: #c5d4ff;
  color: #c5d4ff;
}
.pricing-card.dark .pricing-features li strong {
  color: #fff;
}
.pricing-card.dark .pricing-cta {
  background: #c5d4ff;
  color: #000159 !important;
  border-color: #c5d4ff !important;
}
.pricing-card.dark .pricing-cta:hover {
  background: #fff;
}
.pricing-card.dark .pricing-cta:active {
  color: #000159 !important;
}

.popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #000159;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 16px;
  border-radius: 20px;
  white-space: nowrap;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
}

.pricing-card-header {
  margin-bottom: 20px;
}
.pricing-card-header h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #181818;
  margin: 0 0 8px 0;
}

.pricing-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(197, 212, 255, 0.5);
  color: #000159;
  border: 1px solid rgba(0, 1, 89, 0.15);
  font-family: "Scala Sans", "Gill Sans", sans-serif;
}

.pricing-card-price {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 1, 89, 0.1);
}
.pricing-card-price.pricing-then {
  margin-top: -16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.pricing-card-price.pricing-then .price-amount {
  font-size: 1.6rem;
}
.pricing-card-price.pricing-then .price-then-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-promo {
  color: #0a7c42;
}

.price-amount {
  font-size: 2.6rem;
  font-weight: 800;
  color: #000159;
  line-height: 1;
}
.price-amount.price-contact {
  font-size: 1.6rem;
}

.price-period {
  font-size: 0.95rem;
  color: #888;
  font-weight: 400;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
  flex-grow: 1;
}
.pricing-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #444;
}
.pricing-features li .feat-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  fill: #000159;
  color: #000159;
  flex-shrink: 0;
}
.pricing-features li.muted {
  color: #999;
}
.pricing-features li.muted .feat-icon {
  fill: none;
  color: #ccc;
}
.pricing-features li strong {
  color: #181818;
}

.pricing-note {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 1, 89, 0.15);
  border-radius: 12px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.pricing-note p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
}
.pricing-note p strong {
  color: #181818;
}
.pricing-note .pricing-footnote {
  margin-top: 12px;
  font-size: 0.82rem;
  color: #888;
}

.pricing-video {
  max-width: 1200px;
  margin: 60px auto 48px auto;
  padding: 0 5%;
  position: relative;
  z-index: 2;
}
.pricing-video h2 {
  font-family: "Univers", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000159;
  text-align: center;
  margin-bottom: 28px;
}
.pricing-video video {
  width: 100%;
  display: block;
  border-radius: 16px;
  background: #000;
  box-shadow: 0 8px 32px rgba(0, 1, 89, 0.12);
}

.pricing-bespoke {
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 0 5%;
  position: relative;
  z-index: 2;
}

.pricing-bespoke-box {
  background: #000159;
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
}
.pricing-bespoke-box h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px 0;
}
.pricing-bespoke-box p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 16px 0;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-bespoke-box p a {
  color: #c5d4ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pricing-bespoke-box p a:hover {
  color: #fff;
}
.pricing-bespoke-box .pricing-cta {
  margin-top: 8px;
}
.pricing-bespoke-box .bespoke-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}
.pricing-bespoke-box .features-cta-secondary {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
}
.pricing-bespoke-box .features-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #fff !important;
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }

  .pricing-card.popular {
    transform: none;
  }
  .pricing-card.popular:hover {
    transform: translateY(-4px);
  }
}
@media (max-width: 600px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .pricing-hero h1 {
    font-size: 2rem;
  }

  .pricing-card {
    padding: 28px 20px;
  }

  .price-amount {
    font-size: 2.2rem;
  }

  .pricing-bespoke-box {
    padding: 32px 24px;
  }
  .pricing-bespoke-box h2 {
    font-size: 1.35rem;
  }
}
.features-hero {
  margin-bottom: 48px;
}
.features-hero h1 {
  font-size: 3.5rem;
  letter-spacing: -0.5px;
}
.features-hero .pricing-intro {
  max-width: 720px;
  font-size: 1.15rem;
}

.features-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  align-items: center;
}
.feature-row:nth-child(even) {
  grid-template-columns: 2fr 1fr;
}
.feature-row:nth-child(even) .feature-card {
  order: 2;
}
.feature-row:nth-child(even) .feature-screenshot {
  order: 1;
}

.feature-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #000159;
  border-radius: 16px;
  padding: 36px 30px 30px 30px;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 20px rgba(0, 1, 89, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 1, 89, 0.1);
}

.feature-screenshot {
  width: 100%;
  min-height: 0;
}
.feature-screenshot img, .feature-screenshot video {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(0, 1, 89, 0.08);
  box-shadow: 0 4px 20px rgba(0, 1, 89, 0.08);
  display: block;
}
.feature-screenshot .image-slider {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0, 1, 89, 0.08);
  box-shadow: 0 4px 20px rgba(0, 1, 89, 0.08);
}
.feature-screenshot .image-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: none;
  box-shadow: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.feature-screenshot .image-slider img.active {
  opacity: 1;
  z-index: 2;
}

.screenshot-placeholder {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(197, 212, 255, 0.35) 0%, rgba(232, 238, 255, 0.6) 50%, rgba(197, 212, 255, 0.25) 100%);
  border: 1px solid rgba(0, 1, 89, 0.08);
  position: relative;
  overflow: hidden;
}
.screenshot-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 1, 89, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 1, 89, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.screenshot-placeholder::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(0, 1, 89, 0.18);
  white-space: nowrap;
}

.feature-number {
  font-family: "Univers", "Helvetica", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(0, 1, 89, 0.12);
  margin-bottom: 12px;
  letter-spacing: -1px;
  user-select: none;
}

.feature-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0 0 10px 0;
  hyphens: none;
}

.feature-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(197, 212, 255, 0.5);
  color: #000159;
  border: 1px solid rgba(0, 1, 89, 0.15);
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  margin-bottom: 16px;
  width: fit-content;
}

.feature-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #444;
  margin: 0;
  flex-grow: 1;
}

.features-cta-section {
  max-width: 700px;
  margin: 48px auto 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 2;
}

.features-cta-box {
  background: rgba(255, 255, 255, 0.85);
  border: 2px solid #000159;
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
  backdrop-filter: blur(4px);
}
.features-cta-box h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #181818;
  margin: 0 0 12px 0;
}
.features-cta-box p {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #555;
  margin: 0 0 28px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.features-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.features-cta-secondary {
  background: transparent !important;
  color: #000159 !important;
  border: 2px solid #000159 !important;
}
.features-cta-secondary:hover {
  background: rgba(197, 212, 255, 0.3) !important;
}

@media (max-width: 900px) {
  .features-hero h1 {
    font-size: 2.8rem;
  }

  .feature-card {
    padding: 28px 24px 24px 24px;
  }

  .screenshot-placeholder {
    min-height: 280px;
  }

  .feature-screenshot img, .feature-screenshot video {
    height: 280px;
  }

  .feature-screenshot .image-slider {
    height: 280px;
  }
}
@media (max-width: 700px) {
  .feature-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-row:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .feature-row:nth-child(even) .feature-card {
    order: 1;
  }
  .feature-row:nth-child(even) .feature-screenshot {
    order: 2;
  }

  .features-list {
    max-width: 520px;
    gap: 28px;
  }

  .features-hero {
    margin-bottom: 32px;
  }
  .features-hero h1 {
    font-size: 2rem;
  }
  .features-hero .pricing-intro {
    font-size: 1rem;
  }

  .feature-number {
    font-size: 2rem;
  }

  .feature-card {
    padding: 24px 20px 20px 20px;
    border-radius: 12px;
  }

  .screenshot-placeholder {
    min-height: 220px;
    border-radius: 12px;
  }

  .feature-screenshot img, .feature-screenshot video {
    height: 220px;
    border-radius: 12px;
  }

  .feature-screenshot .image-slider {
    height: 220px;
    border-radius: 12px;
  }

  .features-cta-box {
    padding: 32px 24px;
  }
  .features-cta-box h2 {
    font-size: 1.5rem;
  }

  .features-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .features-cta-buttons .pricing-cta {
    width: 100%;
    max-width: 280px;
  }
}
.faq-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 5% 60px;
  position: relative;
  z-index: 2;
}

.faq-category {
  margin-bottom: 28px;
}
.faq-category h2 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(0, 1, 89, 0.45);
  margin: 48px 0 16px 4px;
}
.faq-category:first-child h2 {
  margin-top: 0;
}

.faq-item {
  margin-bottom: 8px;
}

button.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 24px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.55);
  border: none !important;
  outline: none;
  border-radius: 16px;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 600;
  color: #000159;
  text-align: left;
  line-height: 1.5;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
  box-shadow: 0 2px 8px rgba(0, 1, 89, 0.04);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.faq-question:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 16px rgba(0, 1, 89, 0.08);
  transform: translateY(-1px);
}
button.faq-question:focus-visible {
  box-shadow: 0 0 0 2px rgba(0, 1, 89, 0.25);
}
button.faq-question.open {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 4px 20px rgba(0, 1, 89, 0.07);
  transform: none;
}
button.faq-question .faq-chevron {
  width: 16px;
  height: 16px;
  color: rgba(0, 1, 89, 0.4);
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.25s ease;
}
button.faq-question:hover .faq-chevron {
  color: #000159;
}
button.faq-question.open .faq-chevron {
  transform: rotate(180deg);
  color: #000159;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0 0 16px 16px;
  margin-top: -2px;
}
.faq-answer.show {
  opacity: 1;
  box-shadow: 0 4px 20px rgba(0, 1, 89, 0.05);
}
.faq-answer p {
  padding: 12px 24px 22px;
  color: #555;
  line-height: 1.8;
  font-size: 0.93rem;
  margin: 0;
}
.faq-answer a {
  color: #000159;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-answer a:hover {
  color: #0002a6;
}

@media (max-width: 600px) {
  .faq-container {
    padding: 0 4% 40px;
  }

  button.faq-question {
    font-size: 0.93rem;
    padding: 15px 18px;
    border-radius: 14px;
  }
  button.faq-question.open {
    border-radius: 14px 14px 0 0;
  }

  .faq-answer {
    border-radius: 0 0 14px 14px;
  }
  .faq-answer p {
    padding: 10px 18px 18px;
    font-size: 0.88rem;
  }

  .faq-category h2 {
    font-size: 0.75rem;
    margin-top: 32px;
  }
}
.thankyou-hero {
  padding-bottom: 10px;
}

.thankyou-icon {
  margin: 0 auto 24px;
  width: 80px;
  height: 80px;
}
.thankyou-icon svg {
  width: 100%;
  height: 100%;
}

.thankyou-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
  position: relative;
  z-index: 2;
}

.thankyou-hero ~ .legal-footer {
  margin-bottom: 60px;
}

.thankyou-key-section {
  max-width: 620px;
  margin: 0 auto 40px auto;
  padding: 0 5%;
  position: relative;
  z-index: 2;
}

.thankyou-key-card {
  background: rgba(255, 255, 255, 0.85);
  border: 2px solid #000159;
  border-radius: 16px;
  padding: 40px 36px;
  text-align: center;
  backdrop-filter: blur(4px);
}
.thankyou-key-card .key-card-label {
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(0, 1, 89, 0.5);
  margin-bottom: 16px;
}
.thankyou-key-card .key-card-value code {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.15rem;
  color: #000159;
  background: rgba(0, 1, 89, 0.06);
  border: 1px solid rgba(0, 1, 89, 0.2);
  border-radius: 8px;
  padding: 14px 20px;
  word-break: break-all;
  user-select: all;
  cursor: text;
}
.thankyou-key-card .key-card-hint {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #777;
  margin: 16px 0 0 0;
}
.thankyou-key-card .key-card-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.thankyou-key-card .key-card-actions .pricing-cta {
  margin-top: 0;
  font-size: 0.85rem;
  padding: 10px 20px;
}
.thankyou-key-card.thankyou-key-error {
  border-color: #c00;
}
.thankyou-key-card.thankyou-key-error .key-card-label {
  color: #c00;
}

.key-loading-pulse {
  font-size: 1.6rem;
  letter-spacing: 4px;
  color: rgba(0, 1, 89, 0.2);
  animation: keyPulse 1.5s ease-in-out infinite;
}

@keyframes keyPulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
}
.thankyou-support {
  text-align: center;
  margin: 0 auto 24px auto;
  max-width: 620px;
  position: relative;
  z-index: 2;
}
.thankyou-support p {
  font-size: 0.92rem;
  color: #777;
}
.thankyou-support p a {
  color: #000159;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.thankyou-support p a:hover {
  color: #0002a6;
}

@media (max-width: 600px) {
  .thankyou-key-card {
    padding: 28px 20px;
  }
  .thankyou-key-card .key-card-value code {
    font-size: 0.95rem;
    padding: 12px 14px;
  }
  .thankyou-key-card .key-card-actions {
    flex-direction: column;
    align-items: center;
  }
  .thankyou-key-card .key-card-actions .pricing-cta {
    width: 100%;
    max-width: 260px;
  }
}
.demo-page {
  background-color: #e8eeff;
}

.demo-back-bar {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  padding: 12px 5%;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 1, 89, 0.1);
}
.demo-back-bar a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Scala Sans", "Gill Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  color: #000159;
  border: 2px solid #000159;
  border-radius: 12px;
  padding: 8px 18px;
  transition: background-color 0.2s;
}
.demo-back-bar a:hover {
  background: rgba(0, 1, 89, 0.06);
}

.demo-iframe-container {
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
  z-index: 1;
}
.demo-iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 900px) {
  footer {
    position: relative;
    height: auto;
    margin-top: 0;
    background-color: #e8eeff;
    color: #333;
  }
  footer div.wrapper {
    position: relative;
    bottom: auto;
  }
  footer a {
    color: #000159;
    text-decoration-color: #000159 !important;
  }
  footer a:hover {
    color: #000026;
    text-decoration-color: #000026 !important;
  }

  .main-cover {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  .main-cover::after {
    display: none;
  }
}
.site_alert,
#cookie-policy {
  background-color: #e8eeff;
  border-color: #000159;
}
.site_alert a,
#cookie-policy a {
  border-bottom-color: #000159;
  color: #000159;
}
.site_alert button,
#cookie-policy button {
  background-color: #e8eeff;
  border-color: #000159;
}
.site_alert button:hover,
#cookie-policy button:hover {
  background-color: #c5d4ff;
}

/*# sourceMappingURL=wp-floormap.css.map */
