/*
Theme Name: Jouvence
Author: Ian Loats - Design Motive
Author URI: https://www.designmotive.co.uk/
Description: Custom WordPress themes, by Design Motive.
Version: 1.03
Text Domain: jouvence
Domain Path: /languages
*/
@font-face {
  font-family: "Reckless Light";
  src: url("/construction/fonts/Reckless-Light.woff2") format("woff2"), url("/construction/fonts/Reckless-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Reckless Light Italic";
  src: url("/construction/fonts/Reckless-LightItalic.woff2") format("woff2"), url("/construction/fonts/Reckless-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Reckless Regular Italic";
  src: url("/construction/fonts/Reckless-RegularItalic.woff2") format("woff2"), url("/construction/fonts/Reckless-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Jouvence colours */
/* Jouvence Text Size - Full Screen */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #3c3c3c;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

html, body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
}

h1 {
  font-family: "Reckless Light Italic", serif;
  font-size: 135px;
  line-height: 135px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  word-break: break-word;
}

h1.lrg {
  font-size: 135px;
  line-height: 135px;
}

h2 {
  font-family: "Reckless Light", serif;
  font-size: 40px;
  line-height: 43px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

h2.title {
  font-family: "Reckless Light Italic", serif;
  letter-spacing: 0.1em;
}

h3 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 1em;
  letter-spacing: 0.1em;
  color: #903F48;
  font-style: normal;
}

h4 {
  font-family: "Reckless Light Italic", serif;
  font-size: 40px;
  line-height: 43px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}

h5 {
  font-family: "Reckless Light", serif;
  font-size: 23px;
  line-height: 30px;
  padding: 0 0 1em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

p {
  font-family: "Reckless Light", serif;
  font-size: 18px;
  line-height: 23px;
  padding: 0 0 1em;
  margin: 0;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

em {
  font-family: "Reckless Light Italic", serif;
}

.intro {
  font-family: "Reckless Light", serif;
  font-size: 36px;
  line-height: 42px;
  padding: 0 0 0.5em;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

.sml {
  font-size: 12px;
  line-height: 16px;
}

.reg {
  font-size: 16px;
  line-height: 20px;
}

.lft {
  text-align: left;
}

a {
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

a:hover {
  color: #0f3139;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

h3 a {
  text-decoration: none;
  color: #206475;
}

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

strong {
  font-weight: 700;
}

ul li {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  font-style: normal;
}

ul ::marker {
  color: #000000;
  font-size: 150%;
  line-height: 0;
}

img.full {
  width: 100%;
  height: auto;
}

hr {
  border: 0;
  height: 1px;
  border-top: 1px solid #C3B6A2;
  margin: 3em 0 2em;
}

/* menu start */
#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 25vw;
  transform: translateX(25vw);
  transition: transform 250ms ease-in-out;
  background: #206475;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.sidebarMenuInner {
  margin: 0 0 1em;
  padding: 0;
}

.sidebarMenuInner li {
  list-style: none;
  padding: 0.5em 20px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.2em;
}

.sidebarMenuInner li a {
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  font-family: "Reckless Light Italic", serif;
  display: block;
  text-transform: uppercase;
}

.sidebarMenuInner li a:hover {
  color: #0f3139;
}

.sidebarMenuInner li ul {
  padding: 0.5em 0;
  margin: 0;
}

.sidebarMenuInner li ul li {
  list-style: none;
  padding: 0.5em 20px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.2em;
}

.sidebarMenuInner li ul li a {
  font-size: 23px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  font-family: "Reckless Light Italic", serif;
  display: block;
  text-transform: uppercase;
}

.sidebarMenuInner li ul li.active a {
  color: #8CADB4;
}

.sidebarMenuInner li ul li a:hover, .sidebarMenuInner li ul li.active a:hover {
  color: #0f3139;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 700;
  height: 20px;
  width: 22px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 6px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 6px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 6px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -10px;
}

/* menu end */
header.navigation {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 40px;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  position: fixed;
  height: 80px;
  z-index: 200;
  top: 0;
  transition: top 0.25s ease-in-out, background-color 0.25s linear;
  background-color: transparent;
}

header.navigation ul.head-menu {
  padding: 0 30px 4px 0;
}

header.navigation ul.head-menu li {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  display: inline;
  width: unset;
}

header.navigation ul.head-menu li a {
  text-decoration: none;
  color: #ffffff !important;
}

header.navigation.en-US ul.head-menu li:nth-child(1) a {
  color: #8CADB4;
}

header.navigation.fr-FR ul.head-menu li:nth-child(2) a {
  color: #8CADB4;
}

.wordpress-multilingual-multisite-country ul.wordpress-multilingual-multisite-country-selector {
  top: 6px !important;
  background-color: #0f3139;
}

.wordpress-multilingual-multisite-country a:hover {
  background-color: #8CADB4;
}

.scrolled header {
  background-color: #206475;
}

.menublock {
  display: flex;
  flex-flow: row;
  align-items: center;
  z-index: 700;
  position: relative;
}

main {
  background-color: #FAF8F5;
}

main.blank {
  border-top: 80px solid #206475;
}

main.blank .slimwrap {
  text-align: left;
}

main.blank ul {
  margin: 0 0 1em;
}

main.blank ul li {
  font-family: "Reckless Light", serif;
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

main.blank table {
  margin-bottom: 1em;
}

main.blank .slimwrap h1 {
  font-family: "Reckless Light", serif;
  font-size: 40px;
  line-height: 43px;
  padding: 0 0 0.5em;
  color: #206475;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  letter-spacing: unset;
}

main.blank .slimwrap h2 {
  padding-top: 1em;
}

main.blank .slimwrap h3 {
  font-family: "Reckless Light", serif;
  padding: 0 0 0.5em;
  color: #206475;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  letter-spacing: unset;
}

main.blank .slimwrap table {
  font-family: "Reckless Light", serif;
  padding: 0;
  color: #000000;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
}

.wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
}

.minwrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0;
}

.slimwrap {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

li.active > a {
  color: #8CADB4;
}

.hero {
  height: 100vh;
  max-height: -webkit-fill-available;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.herowrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

.hero-foot h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 2em;
  letter-spacing: 0.1em;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-content {
  height: 100vh;
  max-height: -webkit-fill-available;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}

.subhero {
  height: 60vh;
  max-height: -webkit-fill-available;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.subhero-video {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.subhero-content {
  height: 60vh;
  max-height: -webkit-fill-available;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}

.nav-arrow {
  position: absolute;
  bottom: 10px;
  right: 40px;
}

.nav-arrow svg {
  height: 59px;
  width: 40px;
}

.nav-arrow svg .svgar {
  stroke: #FAF8F5;
  fill: none;
  transition: transform 0.2s ease;
}

.nav-arrow a:hover svg .svgar {
  stroke: #ffffff;
  fill: none;
  transform: translateY(10px);
}

.hero-foot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

section {
  padding: 5em 0;
}

section.npd {
  padding: 0 0;
}

section.npb {
  padding: 5em 0 0;
}

section.npt {
  padding: 0 0 5em;
}

section.beige {
  background-color: #E8E4DC;
}

.two-col {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
}

.two-col > div {
  flex: 0 0 calc(50% - 40px);
  margin: 0 20px 2em 20px;
}

.two-col > div h3, .two-col > div p {
  text-align: left;
}

.three-col {
  display: flex;
  flex-flow: row wrap;
  margin: 4em -14px 0;
}

.three-col > div {
  flex: 0 0 calc(33.33% - 28px);
  margin: 0 14px 2em 14px;
}

.three-col > div h4 {
  padding: 0.5em 0 0;
  font-size: 55px;
  line-height: 60px;
  word-break: break-word;
}

.three-col > div p {
  text-align: center;
}

section.beige .three-col > div p {
  text-align: center;
  padding: 0.5em 1em 1em;
}

section.beige .three-col > div p.sml {
  padding: 0 1em 1em;
}

section.beige .three-col > div {
  background-color: #FAF8F5;
  text-align: center;
}

section.beige .three-col > div:nth-child(1) {
  margin-top: 0;
  margin-bottom: 12em;
}

section.beige .three-col > div:nth-child(2) {
  margin-top: 6em;
  margin-bottom: 6em;
}

section.beige .three-col > div:nth-child(3) {
  margin-top: 12em;
  margin-bottom: 0;
}

.inline-img {
  width: 100%;
  height: auto;
  padding-left: 28%;
  padding-top: 2em;
}

.pane-bloc {
  width: 100%;
  height: auto;
  background-color: #C3B6A2;
  overflow: hidden;
}

.pane-bloc:before {
  content: "";
  float: left;
  padding-top: 100%;
}

section.beige .three-col > div:nth-child(2) .pane-bloc {
  background-color: #903F48;
}

section.beige .three-col > div:nth-child(3) .pane-bloc {
  background-color: #B67B65;
}

.pane-bloc img {
  display: block;
  padding: 2em;
}

.imgwrap {
  width: 100% !important;
  height: 50vh;
  overflow: hidden;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
}

.typography {
  position: relative;
  max-width: 1260px;
  padding: 0 40px;
  width: 100%;
  height: auto;
}

.fullpic {
  width: 100%;
  height: auto;
  display: block;
}

.imgwrap > .slimwrap {
  position: relative;
  background-color: #FAF8F5;
  padding: 3em;
  margin: 5em 2em;
}

.imgwrap.txtwrap {
  height: auto;
  min-height: unset;
}

.float-pane-two .wrap {
  background-color: #FAF8F5;
  margin-top: -180px;
  position: relative;
  padding: 3em 40px;
  text-align: center;
  max-width: 1180px;
}

section.beige.float-pane-two {
  padding: 3em 40px;
}

section.float-pane {
  padding: 0;
}

section.float-pane > div p {
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}

section.float-pane > div p.sml {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 3em 0 0;
  letter-spacing: 0.1em;
  font-style: normal;
}

section.float-pane .three-col {
  justify-content: flex-end;
  margin: 0;
  position: relative;
}

section.float-pane .three-col > div {
  background-color: #903F48;
  margin: 0;
  padding: 2em;
  margin-top: -280px;
  margin-bottom: -5em;
  display: inline-flex;
  align-items: center;
}

div.spacing {
  height: 14em;
}

div.spacing-half {
  height: 8em;
}

.teamwrap {
  display: flex;
  position: relative;
}

.teamwrap:before {
  content: "";
  float: left;
  padding-top: 46%;
}

.chequer {
  display: flex;
  flex-flow: row wrap;
}

.chequer > div {
  flex: 0 0 50%;
  background-color: #E8E4DC;
  text-align: center;
  padding: 3em;
}

.chequer > div:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.chequer > div:nth-child(4n-2), .chequer > div:nth-child(4n-1) {
  background: #ffffff;
  padding: 0;
  width: 100% !important;
  overflow: hidden;
  position: relative;
}

.chequer > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.chequer h4 {
  padding-bottom: 1em;
}

.chequer > div.red {
  background-color: #903F48;
}

.chequer > div.red h4, .chequer > div.red p, .chequer > div.green h4, .chequer > div.green p {
  color: #ffffff;
}

.chequer > div.beige {
  background-color: #C3B6A2;
}

.chequer > div.green {
  background-color: #206475;
}

.halfhero {
  background-color: #E8E4DC;
  height: 100vh;
  max-height: -webkit-fill-available;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.halfhero-content {
  display: flex;
  flex-flow: row;
  height: 100%;
}

.halfhero-content > div {
  flex: 0 0 50%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}

.halfhero-content > div:nth-child(1) {
  padding: 2em;
  order: 1;
}

.halfhero-content > div:nth-child(2) {
  justify-content: center;
  order: 2;
  overflow: hidden;
}

.halfhero-content > div:nth-child(2) {
  background-color: #C3B6A2;
}

.halfhero-content > div:nth-child(1) img {
  width: 260px;
  margin: 0 auto;
  margin-top: 50px;
  display: block;
}

.halfhero-content > div:nth-child(2) img {
  display: block;
  padding: 2em;
}

.halfhero-content > div h1 {
  padding-bottom: 0;
}

.halfhero-content > div h2 {
  color: #000000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.1em;
}

section.panel h4 {
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 0.75em;
  letter-spacing: 0;
}

section.panel p {
  font-size: 23px;
  line-height: 30px;
  padding-bottom: 1.5em;
}

section.green {
  background-color: #206475;
}

section.panel.green h4 {
  color: #ffffff;
}

section.panel.green p {
  color: #ffffff;
}

section.panel.green p a {
  color: #ffffff;
}

section.panel.green p a:hover {
  color: #903F48;
}

section.pink {
  background-color: #E2CEC9;
}

section.lite {
  background-color: #E8E4DC;
}

section.lite .chequer > div {
  background-color: #FAF8F5;
}

section.lite .chequer > div:nth-child(4n-2), section.lite .chequer > div:nth-child(4n-1) {
  background: #ffffff;
}

section.midlite {
  background-color: #f3efe9;
}

section.red {
  background-color: #903F48;
}

section.panel.red h4 {
  color: #ffffff;
}

section.panel.red p {
  color: #ffffff;
}

section.panel.red p a {
  color: #ffffff;
}

section.panel.red p a:hover {
  color: #206475;
}

.pageimg {
  width: 100%;
  height: auto;
  display: block;
}

.accordion {
  cursor: pointer;
  padding: 1em 20px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: 0;
  letter-spacing: -0.03em;
  background-color: transparent;
}

.aactive, .accordion:hover, .accordion:focus {
  background-color: transparent;
}

.panela {
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.accordion:before {
  content: " ";
  margin: 0 auto;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("/construction/img/accordion_plus.svg");
  background-repeat: no-repeat;
}

.aactive:before {
  width: 35px;
  height: 35px;
  background-image: url("/construction/img/accordion_minus.svg");
  background-repeat: no-repeat;
}

section.green .accordion:before, section.red .accordion:before {
  background-image: url("/construction/img/accordion_plus_white.svg");
}

section.green .aactive:before, section.red .aactive:before {
  background-image: url("/construction/img/accordion_minus_white.svg");
}

button.accordion:hover,
button.accordion:focus {
  background-color: transparent;
  color: #000000;
}

button {
  background-color: #E8E4DC;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  padding: 0.5em 1.5em;
  margin: 1em 0;
  letter-spacing: -0.01em;
  border: 0;
  border-radius: 0;
}

button a {
  text-decoration: none;
}

button:hover,
button:focus {
  background-color: #206475;
  color: #ffffff;
}

section.beige .three-col > div button {
  margin-top: 4em;
}

.chequer button {
  background-color: #ffffff;
}

.chequer button:hover {
  background-color: #206475;
}

form {
  margin-top: 2em;
  width: 50%;
}

input[type=text], input[type=email], textarea {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid #C3B6A2;
  height: auto;
  margin: 0.5em 0 1em;
  outline: 0 none;
  padding: 0.5em 0;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 0;
}

textarea {
  height: 200px;
  border: 1px solid #C3B6A2;
  padding: 0.5em;
}

label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}

form input:nth-child(1) {
  width: calc(50% - 1em);
  margin-right: 1em;
}

form input:nth-child(2) {
  width: 50%;
}

input[type=email] {
  margin-bottom: 2em;
}

input[type=submit] {
  background-color: #C3B6A2;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  padding: 0.5em 1.5em;
  margin: 1em 0;
  letter-spacing: -0.01em;
  border: 0;
  border-radius: 100px;
}

input[type=submit]:hover {
  background-color: #206475;
  color: #ffffff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

footer {
  width: 100%;
  background-color: #206475;
  padding: 3em 40px 2em;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

footer div:nth-child(1) {
  flex: 0 0 100%;
  order: 1;
  text-align: center;
  padding-bottom: 2em;
}

footer div:nth-child(2) {
  flex: 0 0 50%;
  order: 2;
}

footer div:nth-child(3) {
  flex: 0 0 50%;
  order: 3;
  text-align: right;
}

.sm-icons {
  width: 30px;
  height: 30px;
  margin: 10px;
}

.sm-icons:hover path {
  fill: #0f3139;
}

.ft-icon {
  width: 60px;
  height: 60px;
}

footer h3 {
  font-size: 40px;
  line-height: 43px;
  color: #FAF8F5;
  font-family: "Reckless Light", sans-serif;
  padding: 1em 0 1.5em;
  font-weight: 300;
  font-style: normal;
  text-transform: unset;
  letter-spacing: unset;
}

footer p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #FAF8F5;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0.5em;
}

footer p.sml {
  padding: 0 0 0.25em 0;
}

footer a {
  text-decoration: none;
  color: #FAF8F5;
}

footer a:hover {
  text-decoration: none;
  color: #0f3139;
}

footer ul {
  padding: 0 0 0.25em;
}

footer ul li {
  font-size: 12px;
  line-height: 16px;
  display: inline;
  padding: 0 0.45em 0 0;
  letter-spacing: -0.01em;
}

footer ul li a {
  color: #FAF8F5;
  text-decoration: none;
}

footer ul li a:hover {
  color: #0f3139;
  text-decoration: none;
}

.flag-icon {
  margin-right: 5px;
}

.wordpress-multilingual-multisite-country-selector {
  padding: 0;
}

.wordpress-multilingual-multisite-country > a {
  color: #ffffff !important;
}

.wordpress-multilingual-multisite-country > a:hover {
  color: #000000 !important;
}

.wordpress-multilingual-multisite-country {
  background-color: #8CADB4;
}

.hdbloc {
  background-color: #206475;
  height: 80px;
  padding: 0;
}

.prevnext {
  z-index: 1;
  margin: 0;
  width: 35px;
  height: 29px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -45px;
}

.next {
  right: -45px;
  left: unset;
}

#custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background: #fff;
  padding: 20px;
  width: 300px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

#close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
}

#custom-popup form {
  margin-top: 0;
  width: 100%;
}

#custom-popup form input {
  text-align: center;
  width: auto;
  margin: 1em 0;
}

#custom-popup form .inf-submit {
  text-align: center;
}

/* media queries */
@media (max-width: 1240px) {
  #sidebarMenu {
    width: 50vw;
    transform: translateX(50vw);
  }
}
@media (max-width: 1200px) {
  .imgwrap {
    min-height: 400px;
  }
}
/* Text size - Tablet */
@media (max-width: 1024px) {
  h1 {
    font-size: 65px;
    line-height: 65px;
  }

  h1.lrg {
    font-size: 65px;
    line-height: 65px;
  }

  h2 {
    font-size: 26px;
    line-height: 29px;
  }

  h3 {
    font-size: 13px;
    line-height: 16px;
  }

  h4 {
    font-size: 26px;
    line-height: 29px;
  }

  h5 {
    font-size: 18px;
    line-height: 23px;
  }

  h6 {
    font-size: 30px;
    line-height: 36px;
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }

  .sml {
    font-size: 11px;
    line-height: 15px;
  }

  .reg {
    font-size: 13px;
    line-height: 16px;
  }

  .intro {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-foot h1 {
    font-size: 13px;
    line-height: 16px;
  }

  ul li {
    font-size: 15px;
    line-height: 20px;
  }

  footer h3 {
    font-size: 26px;
    line-height: 29px;
  }

  footer ul li {
    font-size: 11px;
    line-height: 15px;
  }

  footer p {
    font-size: 13px;
    line-height: 16px;
  }

  .sidebarMenuInner li a {
    font-size: 30px;
    line-height: 36px;
  }

  .sidebarMenuInner li ul li a {
    font-size: 18px;
    line-height: 23px;
  }

  button {
    font-size: 15px;
    line-height: 20px;
  }

  input[type=text], input[type=email], textarea, label {
    font-size: 15px;
    line-height: 20px;
  }

  input[type=submit] {
    font-size: 15px;
    line-height: 20px;
  }

  .ft-icon {
    width: 54px;
    height: 54px;
  }

  section.float-pane > div p {
    font-size: 30px;
    line-height: 36px;
  }

  section.float-pane > div p.sml {
    font-size: 13px;
    line-height: 16px;
  }

  .halfhero-content > div h2 {
    font-size: 13px;
    line-height: 16px;
  }

  section.panel h4 {
    font-size: 65px;
    line-height: 65px;
  }

  section.panel p {
    font-size: 18px;
    line-height: 23px;
  }

  .three-col > div h4 {
    font-size: 45px;
    line-height: 48px;
  }

  main.blank .slimwrap table {
    font-size: 15px;
    line-height: 20px;
  }

  .prevnext {
    width: 18px;
    height: 15px;
    left: -20px;
  }

  .next {
    right: -20px;
    left: unset;
  }
}
@media (max-width: 980px) {
  .wrap {
    padding: 0 20px;
  }

  .herowrap {
    padding: 0 20px;
  }

  header.navigation {
    padding: 30px 20px;
    height: unset;
  }

  #sidebarMenu {
    width: 100vw;
    transform: translateX(100vw);
  }

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

  .nav-arrow {
    right: 20px;
  }

  .nav-arrow svg {
    height: 44px;
    width: 30px;
  }

  section.float-pane {
    padding: 0 0 3em;
  }

  section.float-pane .three-col > div {
    flex: 0 0 100%;
    margin-top: -100px;
    margin-bottom: -1em;
  }

  .typography {
    padding: 0 20px;
  }

  .imgwrap > .slimwrap {
    margin: 5em 20px;
  }

  .float-pane-two .wrap {
    padding: 3em 20px;
  }

  section.beige.float-pane-two {
    padding: 3em 20px;
  }

  footer {
    padding: 3em 20px 2em;
  }
}
@media (max-width: 900px) {
  section {
    padding: 3em 0;
  }

  section.npd {
    padding: 0 0;
  }

  section.npb {
    padding: 3em 0 0;
  }

  section.npt {
    padding: 0 0 3em;
  }
}
@media (max-width: 800px) {
  .hero-content {
    background-size: 60%;
  }

  .imgwrap {
    min-height: unset;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .halfhero-content {
    flex-flow: column;
  }

  .halfhero-content > div:nth-child(1) {
    order: 2;
  }

  .halfhero-content > div:nth-child(2) {
    order: 1;
  }

  .halfhero-content > div:nth-child(1) img {
    width: 180px;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .chequer > div {
    flex: 0 0 100%;
  }

  .chequer > div:before {
    padding-top: 0;
  }

  .chequer > div:nth-child(4n-2):before, .chequer > div:nth-child(4n-1):before {
    padding-top: 65%;
  }

  .chequer > div:nth-child(1) {
    order: 2;
  }

  .chequer > div:nth-child(2) {
    order: 1;
  }

  .chequer > div:nth-child(3) {
    order: 3;
  }

  .chequer > div:nth-child(4) {
    order: 4;
  }

  .chequer > div:nth-child(5) {
    order: 6;
  }

  .chequer > div:nth-child(6) {
    order: 5;
  }

  .chequer > div:nth-child(7) {
    order: 7;
  }

  .chequer > div:nth-child(8) {
    order: 8;
  }

  .chequer > div:nth-child(9) {
    order: 10;
  }

  .chequer > div:nth-child(10) {
    order: 9;
  }

  .chequer > div:nth-child(11) {
    order: 11;
  }

  .chequer > div:nth-child(12) {
    order: 12;
  }

  .chequer > div:nth-child(13) {
    order: 14;
  }

  .chequer > div:nth-child(14) {
    order: 13;
  }

  .chequer > div:nth-child(15) {
    order: 15;
  }

  .chequer > div:nth-child(16) {
    order: 16;
  }

  .chequer > div:nth-child(17) {
    order: 18;
  }

  .chequer > div:nth-child(18) {
    order: 17;
  }

  .chequer > div > img {
    height: unset;
  }
}
/* Text size - Mobile */
@media (max-width: 600px) {
  h1 {
    font-size: 45px;
    line-height: 45px;
  }

  h1.lrg {
    font-size: 45px;
    line-height: 45px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    font-size: 12px;
    line-height: 15px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 21px;
  }

  h6 {
    font-size: 22px;
    line-height: 26px;
  }

  p {
    font-size: 13px;
    line-height: 17px;
  }

  .sml {
    font-size: 11px;
    line-height: 15px;
  }

  .reg {
    font-size: 12px;
    line-height: 15px;
  }

  .intro {
    font-size: 22px;
    line-height: 26px;
  }

  .hero-foot h1 {
    font-size: 12px;
    line-height: 15px;
  }

  ul li {
    font-size: 13px;
    line-height: 17px;
  }

  footer h3 {
    font-size: 24px;
    line-height: 28px;
  }

  footer ul li {
    font-size: 11px;
    line-height: 15px;
  }

  footer p {
    font-size: 12px;
    line-height: 15px;
  }

  .sidebarMenuInner li a {
    font-size: 22px;
    line-height: 26px;
  }

  .sidebarMenuInner li ul li a {
    font-size: 16px;
    line-height: 21px;
  }

  button {
    font-size: 13px;
    line-height: 17px;
  }

  input[type=text], input[type=email], textarea, label {
    font-size: 13px;
    line-height: 17px;
  }

  input[type=submit] {
    font-size: 13px;
    line-height: 17px;
  }

  footer div:nth-child(1) {
    flex: 0 0 100%;
    order: 1;
  }

  footer div:nth-child(2) {
    flex: 0 0 100%;
    text-align: center;
    order: 3;
    padding-top: 2em;
  }

  footer div:nth-child(3) {
    flex: 0 0 100%;
    text-align: center;
    order: 2;
  }

  .ft-icon {
    width: 48px;
    height: 48px;
  }

  .nav-arrow svg {
    height: 36px;
    width: 24px;
  }

  section.float-pane > div p {
    font-size: 22px;
    line-height: 26px;
  }

  section.float-pane > div p.sml {
    font-size: 12px;
    line-height: 15px;
  }

  .halfhero-content > div h2 {
    font-size: 12px;
    line-height: 15px;
  }

  section.panel h4 {
    font-size: 45px;
    line-height: 45px;
  }

  section.panel p {
    font-size: 16px;
    line-height: 21px;
  }

  .three-col > div h4 {
    font-size: 40px;
    line-height: 43px;
  }

  main.blank .slimwrap table {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 560px) {
  .three-col > div {
    flex: 0 0 calc(100% - 28px);
  }

  .two-col > div {
    flex: 0 0 calc(100% - 40px);
  }

  div.spacing, div.spacing-half {
    display: none;
  }

  section.beige .three-col > div:nth-child(1) {
    margin-bottom: 2em;
  }

  section.beige .three-col > div:nth-child(2) {
    margin-top: 0;
    margin-bottom: 2em;
  }

  section.beige .three-col > div:nth-child(3) {
    margin-top: 0;
  }

  section.float-pane .three-col > div {
    margin-top: -30px;
  }
}

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