:root {
  --royalblueblack: #12141d;
  --background-2: #1e2029;
  --imperial_red: #e53a2b;
  --white: white;
  --royal-blue-2: #296ee5;
  --outline-dark: #dbe2f0;
  --background-3: #2a2c34;
  --red: red;
  --shadow: rgba(41, 79, 104, .09);
  --text-color: #62708b;
  --light-green: #c5e4e5;
  --outline: #e3e8f3;
  --royal-blue: #2365b1;
  --black: black;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.body {
  background-color: var(--royalblueblack);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45em;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw 20vh;
  display: flex;
  position: relative;
}

.section.home-hero-section {
  min-height: 100vh;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0;
  overflow: hidden;
}

.section.no-top-padding {
  padding-top: 0;
  display: none;
}

.section.thin-section {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 36px;
  padding-bottom: 36px;
  overflow: hidden;
}

.section.footer {
  padding-top: 220px;
  padding-bottom: 180px;
  overflow: hidden;
}

.section.about-hero-section {
  z-index: 10;
  padding-top: 220px;
  padding-bottom: 160px;
}

.section.paralax-section {
  min-height: 700px;
  padding-top: 180px;
}

.section.speaker-hero {
  z-index: 10;
  min-height: 100vh;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 0;
}

.section.contact-secction {
  padding-bottom: 0;
  padding-left: 20vw;
  padding-right: 20vw;
}

.section.extra-top-padding {
  padding-top: 200px;
}

.section.extra-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.section.color2 {
  background-color: #272b3a;
  padding-bottom: 10vh;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  position: relative;
}

.wrapper.shade-wrapper {
  background-color: var(--background-2);
  position: static;
}

.nav-bar {
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  color: #fff;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
}

.nav-bar-wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.large-heading {
  text-align: center;
  text-shadow: 1px 1px #000;
  background-image: url('../images/concierge-commercial-menage-recureuse-polisseuse-quebec.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  border: 1px solid rgba(255, 255, 255, .61);
  margin-bottom: 20px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 41px;
}

.large-heading.bd {
  font-weight: 700;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.nav-link:hover {
  color: var(--imperial_red);
  text-shadow: 0 0 20px #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.mobile-speaker-text {
  display: none;
}

.navigation-cover {
  height: 20%;
  background-color: #1e2029;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 12px 16px rgba(0, 0, 0, .19);
}

.hover-link-wrapper {
  z-index: 100;
  width: 148px;
  height: 148px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5vw;
  left: 5vw;
  right: auto;
}

.hover-link-wrapper.centered {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hover-link-wrapper.scroll-link-wrapper {
  position: relative;
}

.hover-link-wrapper.right-scroll-link {
  left: auto;
  right: 5vw;
}

.hover-link {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.three-grid-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  width: 75%;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.body-display.large.left {
  text-align: left;
}

.body-display.feature-descriptor {
  color: #fff;
  margin-bottom: 0;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 14px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-size: auto;
}

.button.dark {
  color: #000;
  white-space: nowrap;
  border-color: rgba(0, 0, 0, .29);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.button.dark:hover {
  color: var(--white);
  border-color: rgba(255, 0, 0, .23);
}

.button.solid {
  background-color: var(--royal-blue-2);
  border-style: none;
}

.button.submit-button {
  min-width: 160px;
  background-color: var(--royal-blue-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-style: none;
  font-weight: 400;
}

.feature-item {
  min-height: 350px;
  background-color: var(--background-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item.middle-item {
  margin-top: -48px;
  margin-bottom: 0;
}

.max-450 {
  max-width: 450px;
}

.feature-icon-wrapper {
  min-height: 60px;
  min-width: 60px;
  background-color: var(--imperial_red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-icon-wrapper.white {
  color: var(--outline-dark);
  letter-spacing: -.05em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.nav-menu-wrapper {
  z-index: 101;
  align-items: stretch;
  display: flex;
  position: relative;
}

.speaker-list-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
  position: relative;
}

.speaker-list-icon {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  box-shadow: 0 12px 60px -8px #000;
}

.speaker-list-icon:hover {
  box-shadow: 0 0 12px #b21f12;
}

.thin-span {
  font-weight: 400;
}

.speakers-hero-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.speaker-slider-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.speaker-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-slide-content {
  z-index: 100;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.slide-image {
  width: 100%;
  height: 65vh;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.team-image {
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.slide-image.team-gallery {
  height: 100%;
}

.speaker-image-cover {
  z-index: 10;
  height: 101%;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-name {
  z-index: 10;
  font-size: 64px;
  position: relative;
}

.speaker-arrow {
  width: 60px;
  height: 60px;
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
}

.speaker-arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.slide-nav {
  display: none;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.speaker-image {
  width: 101%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-image.one {
  background-image: url('../images/Portrait003.jpg');
}

.speaker-image.two {
  background-image: url('../images/Portrait002.jpg');
}

.speaker-image.three {
  background-image: url('../images/Portrait001.jpg');
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url('../images/Portrait0018.jpeg');
  background-position: 50% 0;
}

.speaker-image.five {
  width: 101%;
  background-image: url('../images/Portrait006.jpg');
  background-position: 0 0;
}

.speaker-image.six {
  background-image: url('../images/Portrait004.jpg');
  background-position: 50% 0;
}

.speaker-image.quick-list {
  z-index: 10;
}

.speaker-image.team-images {
  width: 100%;
  background-position: 50% 30%;
}

.speaker-image.speaker-page {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -140px;
  display: flex;
  overflow: hidden;
}

.speaker-image.team-one {
  background-image: url('../images/Team002.jpeg');
}

.speaker-image.team-two {
  background-image: url('../images/Team003.jpeg');
}

.speaker-image.team-three {
  background-image: url('../images/Team004.jpeg');
}

.speaker-image.team-four {
  background-image: url('../images/Team005.jpeg');
}

.lottie-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.off-page-menu {
  z-index: 101;
  width: 45vw;
  color: #12141d;
  background-color: #fff;
  flex-direction: column;
  padding-top: 160px;
  padding-left: 36px;
  padding-right: 5vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.speaker-quick-list {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-right: 12px;
  display: grid;
  overflow: auto;
}

.quick-list-item {
  border-bottom: 1px solid var(--outline-dark);
  color: #12141d;
  justify-content: space-between;
  align-items: center;
  padding: 36px 18px;
  text-decoration: none;
  display: flex;
}

.quick-list-image-hover {
  width: 30vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -30vw;
  right: auto;
  overflow: hidden;
}

.quick-list-image-hover.quick-list {
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: auto;
  right: 45vw;
}

.quick-list-wrapper {
  height: 100%;
  min-width: 35vw;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.quick-list-overlay {
  z-index: 100;
  background-color: rgba(18, 20, 29, .7);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slide-arrow {
  width: 18px;
}

.dual-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.quick-list-collection-item:first-child {
  border-top: 1px solid var(--outline-dark);
}

.logos-heading-wrapper {
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.solid-line {
  height: 1px;
  background-color: #1e2029;
  flex: 1;
  margin-left: 36px;
}

.featured-logos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.showreel-wrapper {
  height: 70vh;
  background-color: #1e2029;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 60px -8px #000;
}

.showreel-heading {
  z-index: 2;
  opacity: .03;
  text-align: center;
  white-space: nowrap;
  font-size: 100px;
  position: absolute;
  top: auto;
  bottom: -38px;
  left: auto;
  right: auto;
}

.centered-intro {
  max-width: none;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-intro.large-intro {
  max-width: 700px;
  grid-row-gap: 36px;
  margin-bottom: 0;
}

.trio-cards {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  margin-bottom: 48px;
  display: grid;
}

.feature-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.feature-descriptor {
  font-weight: 500;
}

.centered-call-to-action {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.centered-call-to-action.clip {
  margin-bottom: 0;
}

.call-to-action-heading {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.team-wrapper {
  z-index: 20;
  width: 100vw;
  min-height: 650px;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-item {
  width: 33.33%;
  height: 100%;
  min-width: 33.33vw;
  color: #fff;
  text-decoration: none;
}

.team-member-info {
  z-index: 100;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: -48px;
  left: 0%;
  right: 0%;
}

.footer-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-shade {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(18, 20, 29, .9), rgba(18, 20, 29, .9)), url('../images/menage-commercial-desinfection-commerce-bureaux-magasins-quebec-montreal.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.background-shade.third-height {
  height: 40%;
}

.background-shade.top-thirds {
  height: auto;
  margin-top: -60px;
  top: 0;
}

.background-shade.clip {
  align-items: center;
}

.background-cover {
  width: 50%;
  background-color: var(--background-2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.background-cover.left-cover {
  z-index: 10;
  margin-bottom: -60px;
  left: 0;
  right: auto;
}

.background-cover.left-cover.no-margin {
  margin-bottom: 0;
}

.showreel-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .23;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: 240%;
  -webkit-background-clip: text;
  background-clip: text;
}

.circle-hover {
  width: 6vw;
  height: 6vw;
  background-color: #2a2c34;
  border-radius: 100%;
  position: absolute;
  top: -6vw;
  bottom: auto;
  left: auto;
  right: -6vw;
}

.circle-hover.white {
  z-index: 0;
  background-color: #fff;
  top: -6vw;
  right: -6vw;
}

.social-icon {
  z-index: 1;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
}

.social-items {
  z-index: 10;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/GradientSquare.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.box {
  background-color: #fff;
  margin-bottom: -160px;
  margin-left: -6vw;
  position: relative;
}

.half-dual {
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 6vw;
  grid-row-gap: 56px;
  grid-template-rows: 1fr minmax(400px, 1.5fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 36px;
  display: grid;
}

.overlay-social {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 6vw;
  display: flex;
}

.social-cred {
  z-index: 100;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  display: grid;
}

.box-two.collection-list-images {
  height: 100%;
}

.social-block {
  color: #fff;
  border: 1px rgba(255, 255, 255, .09);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
}

.social-block.tl {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.tl-tr {
  border-top-style: solid;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.trl {
  border-top-style: solid;
}

.reg-icon {
  z-index: 10;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 9px 36px -8px rgba(0, 0, 0, .24);
}

.team-image {
  width: 100%;
}

.footer-pages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-nav-link {
  color: #fff;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.footer-nav-link.w--current {
  color: var(--imperial_red);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.footer-credits {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: rgba(255, 255, 255, .45);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.2em;
  display: grid;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal-link {
  color: rgba(255, 255, 255, .45);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-button-text {
  display: none;
}

.feature-item-info {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.background-fill {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gradient-background-fill {
  height: 101%;
  min-width: 100vw;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 200%;
  background-attachment: fixed;
}

.clip {
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.background-fill-image {
  width: 120%;
  height: 120%;
  background-image: url('../images/GradientSquare.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.left-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-intro.max-450 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-auto-columns: 1fr;
}

.dual-hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.button-arrow {
  width: 18px;
  margin-left: 12px;
}

.left-intro-content {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.speaker-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speaker-page-image {
  flex: 1;
}

.speaker-descriptor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--background-2);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 48px;
  display: grid;
}

.center-speaker-info {
  width: 100%;
  max-width: 550px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speaker-small-description {
  padding-bottom: 5vw;
}

.form-wrapper {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  flex-direction: column;
  display: flex;
}

.dual-text-fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.text-field {
  min-height: 56px;
  border: 1px solid var(--background-3);
  background-color: var(--background-2);
  color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 24px;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.large {
  min-height: 120px;
  margin-bottom: 24px;
  padding-top: 18px;
}

.text-field-wrapper {
  margin-bottom: 24px;
}

.field-label {
  margin-bottom: 9px;
  font-weight: 500;
}

.speaker-hero-image {
  width: 120%;
  max-width: none;
  margin-top: -80px;
  margin-left: -2px;
}

.gallery-collection-item {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.background-clip {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.form-success-wrapper {
  min-height: 200px;
  background-color: var(--background-3);
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 12px 36px -8px #000;
}

.error-message {
  background-color: #682929;
  margin-top: 24px;
}

.header-hero {
  height: 85vh;
  background-image: url('../images/nettoyage-commercial-industriel-entretien-maintenance-quebec-montreal-chaudiere-appalaches.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
}

.header-hero.services {
  background-image: linear-gradient(rgba(18, 20, 29, .35), rgba(18, 20, 29, .35)), url('../images/entretien-menager-commerce-vadrouille-moppe-lavage-cirage-quebec.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block {
  display: none;
}

.heading {
  flex-direction: column;
  align-items: flex-start;
  font-family: Cinzel, sans-serif;
  font-size: 25px;
  line-height: 32px;
  display: flex;
}

.sidemenu_button {
  width: 100%;
  height: 10vh;
  color: #000;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  display: flex;
}

.sidemenu_button:hover {
  color: red;
  text-shadow: 1px 1px 20px rgba(255, 0, 0, .45);
  background-image: linear-gradient(rgba(255, 0, 0, 0) 94%, rgba(255, 0, 0, .14));
}

.sidemenu_button:active {
  overflow: hidden;
}

.image {
  width: 16vw;
  height: auto;
}

.section_clientslogos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: none;
  position: relative;
}

.section_clientslogos.home-hero-section {
  min-height: 100vh;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0;
  overflow: hidden;
}

.section_clientslogos.no-top-padding {
  padding-top: 0;
  display: none;
}

.section_clientslogos.thin-section {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 36px;
  padding-bottom: 36px;
  overflow: hidden;
}

.section_clientslogos.footer {
  padding-top: 220px;
  padding-bottom: 180px;
  overflow: hidden;
}

.section_clientslogos.about-hero-section {
  z-index: 10;
  padding-top: 220px;
  padding-bottom: 160px;
}

.section_clientslogos.paralax-section {
  min-height: 700px;
  padding-top: 180px;
}

.section_clientslogos.speaker-hero {
  z-index: 10;
  min-height: 100vh;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 0;
}

.section_clientslogos.contact-secction {
  padding-bottom: 0;
}

.section_clientslogos.extra-top-padding {
  padding-top: 200px;
}

.section_clientslogos.extra-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.sectionbak {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20vh 5vw;
  display: flex;
  position: relative;
}

.sectionbak.home-hero-section {
  min-height: 100vh;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0;
  overflow: hidden;
}

.sectionbak.no-top-padding {
  padding-top: 0;
  display: none;
}

.sectionbak.thin-section {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 36px;
  padding-bottom: 36px;
  overflow: hidden;
}

.sectionbak.footer {
  padding-top: 220px;
  padding-bottom: 180px;
  overflow: hidden;
}

.sectionbak.about-hero-section {
  z-index: 10;
  padding-top: 220px;
  padding-bottom: 160px;
}

.sectionbak.paralax-section {
  min-height: 700px;
  padding-top: 180px;
}

.sectionbak.speaker-hero {
  z-index: 10;
  min-height: 100vh;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 0;
}

.sectionbak.contact-secction {
  padding-bottom: 0;
}

.sectionbak.extra-top-padding {
  padding-top: 200px;
}

.sectionbak.extra-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.image-2 {
  width: 36px;
  height: 36px;
}

.heading_sections {
  text-align: center;
  border: 1px rgba(255, 255, 255, .61);
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 41px;
}

.heading_sections.bd {
  font-weight: 700;
}

.heading-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
}

.largeheading_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.largeheading_image {
  z-index: 0;
  width: 140px;
  position: relative;
  top: 38%;
  bottom: auto;
  left: -45%;
  right: auto;
}

.button_pages {
  background-color: var(--imperial_red);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 14px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.button_pages:hover {
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-size: auto;
}

.button_pages.dark {
  color: #000;
  white-space: nowrap;
  border-color: rgba(0, 0, 0, .29);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.button_pages.dark:hover {
  color: var(--red);
  border-color: rgba(255, 0, 0, .23);
}

.button_pages.solid {
  background-color: var(--royal-blue-2);
  border-style: none;
}

.button_pages.submit-button {
  min-width: 160px;
  background-color: var(--royal-blue-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-style: none;
  font-weight: 400;
}

.button_pages.nogap {
  margin-top: 0;
}

.text_button_splash {
  height: 100%;
  color: #404040;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.text_button_splash:hover {
  color: #8b7155;
}

.text_button_splash.apropos {
  color: #fff;
}

.text_button_splash.apropos:hover {
  color: rgba(255, 255, 255, .84);
}

.block-title-wrap {
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.hb-s-heading {
  font-weight: 500;
}

.logo_art {
  width: 100px;
  height: 100px;
  position: relative;
  left: .3vw;
}

.title-wrap {
  width: 500px;
  margin-top: 30px;
}

.d-131-corner-line-h {
  z-index: 99;
  width: 15px;
  height: 3px;
  transform-origin: 0%;
  background-color: #000;
  border-radius: 100px;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.d-131-corner-line-h.top-right {
  transform-origin: 100%;
  margin-left: 0;
  margin-right: -2px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.d-131-corner-line-h.bottom-right {
  transform-origin: 100%;
  margin: 0 -2px -2px 0;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.d-131-corner-line-h.bottom-left {
  margin-top: 0;
  margin-bottom: -2px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.underline {
  width: 100%;
  height: 2px;
  transform-origin: 0%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.underline.dark {
  width: 40%;
  background-color: #000;
}

.pub_head {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 70px;
}

.pub_head.sub {
  font-size: 103px;
}

.d-131-logo-link-block {
  width: 100px;
  height: 100px;
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: border-color 1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.d-131-logo-link-block:hover {
  border: 1px solid rgba(0, 0, 0, .4);
}

.d-131-logo-link-block.apropos {
  width: 300px;
  height: 50px;
  background-image: none;
  background-position: 0 0;
  border-color: rgba(0, 0, 0, .19);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.d-131-logo-link-block.apropos:hover {
  color: rgba(255, 255, 255, .79);
}

.hero-block-wrap {
  width: 90%;
  height: 175px;
  max-width: none;
  background-color: #fff;
  align-items: stretch;
  padding-left: 6%;
  padding-right: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.her-tagline {
  margin-top: 35px;
}

.rotated-block {
  width: 400px;
  height: 100px;
  letter-spacing: .5px;
  display: none;
  position: absolute;
  top: 41%;
  bottom: auto;
  left: auto;
  right: -4%;
  transform: rotate(90deg);
}

.hero {
  height: auto;
  min-height: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-image: linear-gradient(rgba(133, 77, 0, .3), rgba(133, 77, 0, .3)), url('../images/entreprise-nettoyage-maintenance-entretien-menager-quebec-canada.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 130px 6%;
  position: relative;
  overflow: hidden;
}

.hero._02 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/entretien-menager-commercial-nettoyage-bureaux-reception-quebec-beauport-charlesbourg.jpeg');
}

.hero-block {
  color: #000;
  flex: 1;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
}

.arrow {
  width: 26px;
  margin-left: 10px;
}

.italic-text {
  position: relative;
}

.d-131-corner-line-v {
  width: 3px;
  height: 15px;
  transform-origin: 50% 0;
  background-color: #000;
  border-radius: 100px;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.d-131-corner-line-v.bottom-right {
  transform-origin: 50% 100%;
  margin: 0 -2px -2px 0;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.d-131-corner-line-v.top-right {
  transform-origin: 50% 0;
  margin-left: 0;
  margin-right: -2px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.d-131-corner-line-v.bottom-left {
  transform-origin: 50% 100%;
  margin-top: 0;
  margin-bottom: -2px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link, .linkblocks_txt {
  color: var(--imperial_red);
  font-weight: 700;
}

.brandbottom {
  color: #fff;
  letter-spacing: -.03em;
  justify-content: flex-start;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
}

.brandbottom.w--current {
  justify-content: flex-start;
}

.form {
  display: none;
}

.text-block-2 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.coord_wrap_outside {
  width: 100%;
  min-height: 20px;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

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

.icon_coords {
  width: 36px;
  height: 36px;
}

.coord_text {
  align-items: flex-start;
  margin-left: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.coordlink {
  color: #fff;
}

.iconlowpub {
  width: 35px;
  height: 35px;
}

.link-2 {
  color: #fff;
}

.service-photo-block {
  z-index: -1;
  width: 500px;
  justify-content: center;
  align-items: center;
  transition: transform .4s, box-shadow .4s;
  display: flex;
}

.service-photo-block:hover {
  transform: scale(1.03)translate(5px, -5px);
  box-shadow: -16px 37px 50px -40px rgba(0, 0, 0, .7);
}

.image-3 {
  object-fit: cover;
}

.image-3:hover {
  position: relative;
}

.line-link {
  color: #b62654;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.line-link:hover {
  text-decoration: none;
}

.line-link:active {
  color: #888;
  border-bottom-color: #833777;
}

.container {
  z-index: 1;
  perspective: 679px;
  perspective-origin: 100%;
  padding-left: 16.6667%;
  padding-right: 16.6667%;
  position: relative;
}

.btn-white {
  z-index: 2;
  color: #292929;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  margin-top: 0;
  padding: 20px 30px;
  font-weight: 700;
  transition: box-shadow .4s, transform .4s;
  position: absolute;
}

.btn-white:hover {
  text-decoration: none;
  transform: translate(3px, -3px);
  box-shadow: -10px 10px 23px rgba(0, 0, 0, .7);
}

.list-name {
  color: var(--imperial_red);
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 26px;
}

.service-photo-wrapper {
  width: 45%;
  flex: none;
}

.line {
  width: 50px;
  height: 1px;
  float: left;
  background-color: rgba(0, 0, 0, .3);
  margin-top: 42px;
  margin-right: 30px;
}

.service-text-block {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.service-block {
  align-items: center;
  display: flex;
}

.service-content-wrapper {
  width: 70%;
  transform-origin: 0 0;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  padding-right: 5%;
  display: flex;
}

.more-line {
  width: 0%;
  height: 1px;
  opacity: 0;
  background-color: #b62654;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-5 {
  flex-direction: column;
  align-items: flex-start;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  line-height: 27px;
  display: flex;
}

.list {
  font-family: Montserrat, sans-serif;
}

.listitemspace {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.paragraph {
  margin-top: 40px;
}

.servicesimageside {
  margin-bottom: 36px;
}

.section_taches {
  background-image: linear-gradient(rgba(18, 20, 29, .76), rgba(18, 20, 29, .76)), url('../images/entretien-menager-epoussettage-moppe-cirage-polissage-plancher-aspirateur-quebec.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw 20vh;
  display: flex;
  position: relative;
}

.section_taches.home-hero-section {
  min-height: 100vh;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0;
  overflow: hidden;
}

.section_taches.no-top-padding {
  padding-top: 0;
  display: none;
}

.section_taches.thin-section {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 36px;
  padding-bottom: 36px;
  overflow: hidden;
}

.section_taches.footer {
  padding-top: 220px;
  padding-bottom: 180px;
  overflow: hidden;
}

.section_taches.about-hero-section {
  z-index: 10;
  padding-top: 220px;
  padding-bottom: 160px;
}

.section_taches.paralax-section {
  min-height: 700px;
  padding-top: 180px;
}

.section_taches.speaker-hero {
  z-index: 10;
  min-height: 100vh;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 0;
}

.section_taches.contact-secction {
  padding-bottom: 0;
  padding-left: 20vw;
  padding-right: 20vw;
}

.section_taches.extra-top-padding {
  padding-top: 200px;
}

.section_taches.extra-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.section_taches.color2 {
  background-color: #272b3a;
  padding-bottom: 10vh;
}

.section_taches._02equip {
  background-image: linear-gradient(rgba(18, 20, 29, .76), rgba(18, 20, 29, .76)), url('../images/nettoyage-edifice-commercial-magasin-bureau-studio-reception-quebec.jpeg');
}

.listtasks {
  margin-bottom: 57px;
  font-family: Montserrat, sans-serif;
}

.asterisk {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
}

.linkred {
  color: var(--imperial_red);
}

.footsmall {
  text-align: right;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .nav-bar {
    height: 100px;
  }

  .largeheading_image {
    top: 37%;
  }
}

@media screen and (min-width: 1440px) {
  .section.home-hero-section {
    min-height: 60vh;
  }

  .wrapper {
    margin-bottom: 0;
  }

  .nav-bar {
    height: 130px;
  }

  .three-grid-wrapper {
    grid-column-gap: 32px;
  }

  .button {
    margin-top: 0;
  }

  .background-fill, .gradient-background-fill {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_clientslogos.home-hero-section, .sectionbak.home-hero-section {
    min-height: 60vh;
  }

  .largeheading_image {
    top: 38%;
  }

  .button_pages {
    margin-top: 60px;
  }

  .heading-3 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 24px;
  }

  .section_taches.home-hero-section {
    min-height: 60vh;
  }
}

@media screen and (min-width: 1920px) {
  .nav-bar {
    height: 140px;
  }

  .largeheading_image {
    top: 39%;
  }

  .text_button_splash {
    font-size: 20px;
    line-height: 40px;
  }

  .hb-s-heading {
    font-size: 24px;
  }

  .logo_art {
    width: 56px;
    height: 56px;
  }

  .title-wrap {
    width: 900px;
  }

  .headng_technologies {
    font-size: 33px;
    line-height: 33px;
  }

  .pub_head {
    font-size: 170px;
    line-height: 170px;
  }

  .pub_head.sub {
    font-size: 130px;
    line-height: 130px;
  }

  .d-131-logo-link-block.apropos {
    width: 500px;
    height: 75px;
    margin-top: 3%;
  }

  .heading-4, .her-tagline {
    font-size: 40px;
    line-height: 40px;
  }

  .rotated-block {
    width: 550px;
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .section.thin-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .section.about-hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section.paralax-section {
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.extra-top-padding.no-bottom-padding {
    padding-top: 180px;
  }

  .nav-bar {
    height: 110px;
  }

  .large-heading {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    font-size: 48px;
  }

  .nav-menu {
    background-color: var(--background-2);
  }

  .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .nav-link.mobile-speaker-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom-style: none;
    padding: 0 12px 0 0;
    font-size: 14px;
    display: flex;
  }

  .hover-link-wrapper.scroll-link-wrapper {
    display: none;
  }

  .three-grid-wrapper {
    grid-row-gap: 36px;
    flex-direction: column;
    grid-template-columns: 1fr .75fr;
    margin-bottom: 60px;
  }

  .feature-item {
    margin-bottom: 0;
  }

  .feature-item.middle-item {
    margin-top: 0;
  }

  .nav-menu-wrapper {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    position: static;
  }

  .speaker-list-icon-wrapper {
    background-color: rgba(255, 255, 255, .05);
    border: 1px rgba(255, 255, 255, .09);
    border-radius: 100px;
    margin-right: 24px;
    padding: 3px 3px 3px 18px;
  }

  .speaker-list-icon {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image.team-image {
    min-height: auto;
  }

  .slide-image.team-gallery {
    min-height: 300px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-image.speaker-page {
    margin-bottom: -80px;
    position: relative;
  }

  .off-page-menu {
    width: 70vw;
    display: none;
  }

  .quick-list-image-hover.quick-list {
    width: 30vw;
    right: 70vw;
  }

  .quick-list-overlay {
    display: none;
  }

  .logos-heading-wrapper {
    margin-bottom: 24px;
  }

  .featured-logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .showreel-wrapper {
    height: 60vh;
  }

  .showreel-heading {
    font-size: 72px;
    bottom: -24px;
  }

  .centered-intro {
    margin-bottom: 48px;
  }

  .centered-intro.large-intro {
    margin-top: 36px;
  }

  .trio-cards {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-wrapper {
    min-height: 500px;
    justify-content: flex-start;
    overflow: auto;
  }

  .team-item {
    min-width: 48vw;
  }

  .background-cover.left-cover {
    width: 100%;
    margin-bottom: 0;
  }

  .social-items {
    width: 100%;
    height: 100%;
    background-size: auto 160%;
  }

  .box {
    min-height: 400px;
    margin-bottom: -140px;
  }

  .half-dual {
    grid-row-gap: 36px;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: 1fr;
  }

  .social-block {
    cursor: default;
  }

  .social-text {
    display: none;
  }

  .menu-button {
    border-left: 1px solid rgba(255, 255, 255, .1);
    justify-content: center;
    align-items: center;
    padding: 12px 0 12px 24px;
    font-size: 18px;
    display: none;
  }

  .menu-button.w--open {
    -webkit-text-fill-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Background-Blur.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .menu-button-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    display: none;
  }

  .gradient-background-fill {
    background-position: 50% 100%;
    background-size: cover;
  }

  .dual-hero-wrapper, .speaker-wrapper {
    grid-template-columns: 1fr;
  }

  .speaker-descriptor {
    padding-top: 36px;
  }

  .center-speaker-info {
    grid-row-gap: 36px;
  }

  .speaker-small-description, .hide-mobile, .text-block {
    display: none;
  }

  .heading {
    font-size: 25px;
    line-height: 25px;
  }

  .image {
    width: 40vw;
  }

  .section_clientslogos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_clientslogos.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .section_clientslogos.thin-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .section_clientslogos.about-hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section_clientslogos.paralax-section {
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_clientslogos.extra-top-padding.no-bottom-padding {
    padding-top: 180px;
  }

  .sectionbak {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionbak.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .sectionbak.thin-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sectionbak.about-hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .sectionbak.paralax-section {
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionbak.extra-top-padding.no-bottom-padding {
    padding-top: 180px;
  }

  .heading_sections {
    font-size: 48px;
  }

  .largeheading_image {
    top: 33%;
    left: -45%;
  }

  .service-photo-block {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .service-photo-block:hover {
    transform: none;
  }

  .line-link {
    margin-top: 20px;
  }

  .container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-photo-wrapper {
    width: 40%;
  }

  .service-text-block {
    width: 80%;
  }

  .service-content-wrapper {
    width: 60%;
  }

  .section_taches {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_taches.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .section_taches.thin-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .section_taches.about-hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section_taches.paralax-section {
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_taches.extra-top-padding.no-bottom-padding {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }

  .section.footer {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.about-hero-section {
    padding-bottom: 60px;
  }

  .section.extra-top-padding.no-bottom-padding {
    padding-top: 120px;
  }

  .nav-bar {
    height: 120px;
  }

  .brand {
    font-size: 22px;
  }

  .large-heading {
    font-size: 42px;
  }

  .nav-link.mobile-speaker-text {
    padding-right: 12px;
    font-size: 12px;
  }

  .hover-link-wrapper.right-scroll-link {
    display: none;
  }

  .three-grid-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .body-display.large {
    line-height: 21px;
  }

  .speaker-list-icon-wrapper {
    margin-right: 18px;
    padding-left: 18px;
  }

  .speaker-list-icon {
    min-height: 40px;
    min-width: 40px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .slide-image {
    min-height: 400px;
  }

  .slide-image.team-image {
    min-height: 300px;
  }

  .slide-image.team-gallery {
    min-height: 250px;
  }

  .speaker-name {
    font-size: 48px;
  }

  .off-page-menu {
    width: 90vw;
  }

  .quick-list-image-hover.quick-list {
    width: 10vw;
    right: 90vw;
  }

  .showreel-heading {
    font-size: 56px;
    bottom: -18px;
  }

  .centered-call-to-action {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
  }

  .call-to-action-heading {
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .team-item {
    min-width: 55vw;
  }

  .background-shade.top-thirds {
    margin-top: 0;
  }

  .background-cover {
    width: 100%;
  }

  .box {
    margin-bottom: -100px;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .menu-button {
    padding-left: 18px;
    font-size: 16px;
  }

  .gradient-background-fill {
    background-position: 0 100%;
    background-size: cover;
    background-attachment: fixed;
  }

  .image {
    width: 60vw;
  }

  .section_clientslogos.footer {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section_clientslogos.about-hero-section {
    padding-bottom: 60px;
  }

  .section_clientslogos.extra-top-padding.no-bottom-padding {
    padding-top: 120px;
  }

  .sectionbak.footer {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .sectionbak.about-hero-section {
    padding-bottom: 60px;
  }

  .sectionbak.extra-top-padding.no-bottom-padding {
    padding-top: 120px;
  }

  .heading_sections {
    font-size: 42px;
  }

  .heading-2 {
    line-height: 22px;
  }

  .largeheading_image {
    top: 29%;
    left: -40%;
  }

  .brandbottom {
    font-size: 22px;
  }

  .service-photo-block {
    margin-top: 0;
  }

  .service-photo-wrapper {
    width: 90%;
    order: -1;
    margin-bottom: 30px;
  }

  .line {
    width: 10%;
    margin-right: 10%;
  }

  .service-text-block {
    width: 100%;
  }

  .service-block {
    flex-direction: column;
    align-items: center;
  }

  .service-content-wrapper {
    width: 100%;
    padding-right: 0%;
  }

  .section_taches.footer {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section_taches.about-hero-section {
    padding-bottom: 60px;
  }

  .section_taches.extra-top-padding.no-bottom-padding {
    padding-top: 120px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.home-hero-section {
    padding-bottom: 36px;
  }

  .section.thin-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .section.about-hero-section {
    padding: 120px 4vw 48px;
  }

  .section.paralax-section {
    min-height: 350px;
  }

  .section.speaker-hero {
    min-height: auto;
    padding-top: 100px;
  }

  .section.contact-secction {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-bar {
    height: 80px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand {
    font-size: 18px;
  }

  .large-heading.heading-quote {
    font-size: 32px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .nav-link.mobile-speaker-text {
    display: none;
  }

  .body-display.large {
    width: 100%;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .speaker-list-icon-wrapper {
    margin-left: 0;
    margin-right: 18px;
    padding: 0;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image.team-image {
    height: 100%;
    min-height: auto;
  }

  .slide-image.team-gallery {
    min-height: 160px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .speaker-image.speaker-page {
    margin-bottom: -36px;
    position: relative;
  }

  .off-page-menu {
    width: 95vw;
    padding-top: 100px;
    padding-left: 24px;
  }

  .quick-list-item {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .quick-list-image-hover.quick-list {
    width: 5vw;
    right: 95vw;
  }

  .dual-title-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .logos-heading-wrapper {
    border-bottom: 1px solid var(--background-2);
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  .solid-line {
    margin-left: 0;
  }

  .featured-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: space-between;
    display: grid;
  }

  .showreel-wrapper {
    height: 30vh;
    min-height: 250px;
  }

  .showreel-heading {
    font-size: 48px;
  }

  .feature-title-wrapper {
    margin-bottom: 48px;
  }

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

  .team-item {
    min-width: 90vw;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
  }

  .featured-logo-item {
    padding: 0;
  }

  .social-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .box {
    min-height: 250px;
    margin-bottom: -100px;
  }

  .half-dual {
    grid-row-gap: 48px;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .box-two.collection-list-images {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .reg-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .footer-pages {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .menu-button {
    padding-left: 18px;
  }

  .buttons-wrapper.clip {
    grid-auto-flow: row;
  }

  .speaker-descriptor {
    padding-top: 24px;
  }

  .center-speaker-info {
    grid-row-gap: 24px;
    grid-template-rows: auto 1fr;
  }

  .speaker-hero-image {
    margin-top: 0;
  }

  .gallery-collection-item {
    min-width: 200px;
  }

  .gallery-collection-list-wrapper {
    margin-right: -5vw;
    overflow: auto;
  }

  .section_clientslogos {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section_clientslogos.home-hero-section {
    padding-bottom: 36px;
  }

  .section_clientslogos.thin-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .section_clientslogos.about-hero-section {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .section_clientslogos.paralax-section {
    min-height: 350px;
  }

  .section_clientslogos.speaker-hero {
    min-height: auto;
    padding-top: 100px;
  }

  .sectionbak {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sectionbak.home-hero-section {
    padding-bottom: 36px;
  }

  .sectionbak.thin-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sectionbak.about-hero-section {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .sectionbak.paralax-section {
    min-height: 350px;
  }

  .sectionbak.speaker-hero {
    min-height: auto;
    padding-top: 100px;
  }

  .heading_sections.heading-quote {
    font-size: 32px;
  }

  .largeheading_image {
    top: 26%;
    left: -28%;
  }

  .text_button_splash {
    font-size: 13px;
  }

  .pub_head {
    font-size: 33px;
    line-height: 33px;
  }

  .pub_head.sub {
    font-size: 28px;
    line-height: 28px;
  }

  .d-131-logo-link-block.apropos {
    width: 250px;
  }

  .heading-4, .hero-block-wrap {
    display: none;
  }

  .her-tagline {
    width: 300px;
    padding-right: 2vw;
  }

  .hero {
    background-image: linear-gradient(rgba(18, 20, 29, .57), rgba(18, 20, 29, .57)), url('../images/entreprise-nettoyage-maintenance-entretien-menager-quebec-canada.jpeg');
    background-position: 0 0, 70%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .brandbottom {
    font-size: 18px;
  }

  .coord_text {
    font-size: 16px;
    line-height: 19px;
  }

  .container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-photo-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .line {
    margin-top: 22px;
  }

  .service-text-block {
    width: 100%;
    margin-top: 10px;
  }

  .section_taches {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section_taches.home-hero-section {
    padding-bottom: 36px;
  }

  .section_taches.thin-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .section_taches.about-hero-section {
    padding: 120px 4vw 48px;
  }

  .section_taches.paralax-section {
    min-height: 350px;
  }

  .section_taches.speaker-hero {
    min-height: auto;
    padding-top: 100px;
  }

  .section_taches.contact-secction {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

#w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-24e7ac39, #w-node-beba613e-e543-c2cb-df03-3cace9312372-24e7ac39, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-24e7ac39, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-24e7ac39, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-24e7ac39 {
  align-self: center;
  justify-self: center;
}

#w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-24e7ac39, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-24e7ac39, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-24e7ac39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-24e7ac39 {
  align-self: center;
  justify-self: center;
}

#w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-24e7ac39 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-accdc25e-0877-7adf-e440-8c3569105182-24e7ac39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48258679-f190-0dd7-aea0-b2fe1a6511d3-24e7ac39, #w-node-_71593499-ec4d-0d07-0c4d-c40aae27f430-24e7ac39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_012151da-abcc-1ddb-06d5-cef683d54582-24e7ac39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_459c063b-12c1-1964-2042-6a08726f8297-24e7ac39 {
  align-self: center;
  justify-self: center;
}

#w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-24e7ac39 {
  align-self: center;
  justify-self: start;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4b-8e56bd43 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4c-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4f-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd52-8e56bd43, #w-node-_4eae9990-89f5-9828-b94d-dbeaff0f90f5-8e56bd43, #w-node-_7f88b394-21d5-4eae-5777-d3302af22af2-8e56bd43 {
  justify-self: end;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd55-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd60-8e56bd43, #w-node-d74d5efa-1cc5-3783-a5f0-cfb744a30d4b-8e56bd43 {
  justify-self: start;
}

#w-node-_1331348f-648e-6e60-41f3-74945daf5fc1-5daf5fbe {
  align-self: center;
  justify-self: start;
}

#w-node-_1331348f-648e-6e60-41f3-74945daf5fc4-5daf5fbe {
  align-self: center;
  justify-self: end;
}

#w-node-_48ffdc4b-2e3e-4305-36ea-dcbb7356c72d-d8e7ac3c {
  align-self: center;
  justify-self: start;
}

#w-node-_47452d74-ce76-1524-16cc-e8425f9f25fb-d8e7ac3c {
  align-self: center;
  justify-self: center;
}

#w-node-_41e71508-0cfe-61a0-439c-dc50c1140188-d8e7ac3c {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_41e71508-0cfe-61a0-439c-dc50c1140189-d8e7ac3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41e71508-0cfe-61a0-439c-dc50c114018b-d8e7ac3c, #w-node-_41e71508-0cfe-61a0-439c-dc50c114018d-d8e7ac3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41e71508-0cfe-61a0-439c-dc50c114018f-d8e7ac3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35f8d1d2-9863-d3df-2117-a67a99b400de-66e7ac3f {
  justify-self: center;
}

#w-node-e4b1f664-79d2-ddf1-735f-e808d641bd03-66e7ac3f {
  align-self: end;
}

#w-node-_82f689a4-8940-2fd2-5471-3ddf65acf1b4-66e7ac3f {
  align-self: center;
  justify-self: center;
}

#w-node-fdd25448-9cdd-315e-43f1-aa052b6c8987-66e7ac3f {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-fdd25448-9cdd-315e-43f1-aa052b6c8989-66e7ac3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-66e7ac3f {
  align-self: center;
  justify-self: center;
}

#w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-66e7ac3f {
  align-self: center;
  justify-self: end;
}

#w-node-e71f584d-e6f0-532b-15ac-ea580c58cbb9-9be7ac51 {
  align-self: end;
}

#w-node-fe82c55c-b46c-e913-1575-2eec13d6be3a-9be7ac51 {
  align-self: center;
  justify-self: center;
}

#w-node-_901822f3-3710-8628-a203-615a6103352d-9be7ac51 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_901822f3-3710-8628-a203-615a6103352f-9be7ac51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-9be7ac51 {
  align-self: center;
  justify-self: center;
}

#w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-9be7ac51 {
  align-self: center;
  justify-self: end;
}

#w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-26e7ac68, #w-node-beba613e-e543-c2cb-df03-3cace9312372-26e7ac68, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-26e7ac68, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-26e7ac68, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-26e7ac68 {
  align-self: center;
  justify-self: center;
}

#w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-26e7ac68, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-26e7ac68, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-26e7ac68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_459c063b-12c1-1964-2042-6a08726f8297-26e7ac68 {
  align-self: center;
  justify-self: center;
}

#w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-26e7ac68 {
  align-self: center;
  justify-self: start;
}

#w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-26e7ac68 {
  align-self: center;
  justify-self: center;
}

#w-node-_1867ff73-25fb-e391-9d7e-cbeef5141f15-26e7ac68 {
  align-self: center;
  justify-self: end;
}

#w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-26e7ac68 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-accdc25e-0877-7adf-e440-8c3569105182-26e7ac68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48258679-f190-0dd7-aea0-b2fe1a6511d3-26e7ac68, #w-node-_71593499-ec4d-0d07-0c4d-c40aae27f430-26e7ac68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_012151da-abcc-1ddb-06d5-cef683d54582-26e7ac68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3082c23b-ccaa-ef51-5836-41302df93ce5-2df93ce2 {
  align-self: center;
  justify-self: start;
}

#w-node-_3082c23b-ccaa-ef51-5836-41302df93ce8-2df93ce2 {
  align-self: center;
  justify-self: end;
}

#w-node-c1e5364f-083a-dd24-3474-059ea7ffc08d-b4e7ac7a {
  justify-self: start;
}

#w-node-c1e5364f-083a-dd24-3474-059ea7ffc08e-b4e7ac7a {
  align-self: center;
  justify-self: stretch;
}

#w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-7c4183d2, #w-node-beba613e-e543-c2cb-df03-3cace9312372-7c4183d2, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-7c4183d2, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-7c4183d2, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-7c4183d2, #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-7c4183d2 {
  align-self: center;
  justify-self: center;
}

#w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-7c4183d2 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-accdc25e-0877-7adf-e440-8c3569105182-7c4183d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48258679-f190-0dd7-aea0-b2fe1a6511d3-7c4183d2, #w-node-_71593499-ec4d-0d07-0c4d-c40aae27f430-7c4183d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_012151da-abcc-1ddb-06d5-cef683d54582-7c4183d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_459c063b-12c1-1964-2042-6a08726f8297-7c4183d2 {
  align-self: center;
  justify-self: center;
}

#w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-7c4183d2 {
  align-self: center;
  justify-self: start;
}

#w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-4e92856b, #w-node-beba613e-e543-c2cb-df03-3cace9312372-4e92856b, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-4e92856b, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-4e92856b, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-4e92856b {
  align-self: center;
  justify-self: center;
}

#w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-4e92856b {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-accdc25e-0877-7adf-e440-8c3569105182-4e92856b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48258679-f190-0dd7-aea0-b2fe1a6511d3-4e92856b, #w-node-_71593499-ec4d-0d07-0c4d-c40aae27f430-4e92856b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_012151da-abcc-1ddb-06d5-cef683d54582-4e92856b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_459c063b-12c1-1964-2042-6a08726f8297-4e92856b {
  align-self: center;
  justify-self: center;
}

#w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-4e92856b {
  align-self: center;
  justify-self: start;
}

#w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-994bf340, #w-node-beba613e-e543-c2cb-df03-3cace9312372-994bf340, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-994bf340, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-994bf340, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-994bf340 {
  align-self: center;
  justify-self: center;
}

#w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-994bf340 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-accdc25e-0877-7adf-e440-8c3569105182-994bf340 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48258679-f190-0dd7-aea0-b2fe1a6511d3-994bf340, #w-node-_71593499-ec4d-0d07-0c4d-c40aae27f430-994bf340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_012151da-abcc-1ddb-06d5-cef683d54582-994bf340 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_459c063b-12c1-1964-2042-6a08726f8297-994bf340 {
  align-self: center;
  justify-self: center;
}

#w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-994bf340 {
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-24e7ac39, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-24e7ac39, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-24e7ac39 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-24e7ac39 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-24e7ac39 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2feea0-24e7ac39 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_41e71508-0cfe-61a0-439c-dc50c1140188-d8e7ac3c {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_41e71508-0cfe-61a0-439c-dc50c1140191-d8e7ac3c, #w-node-_6ebd2c01-3f39-69a3-e871-b0a36057a5d7-66e7ac3f {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fdd25448-9cdd-315e-43f1-aa052b6c8987-66e7ac3f {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-66e7ac3f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-66e7ac3f {
    justify-self: start;
  }

  #w-node-e71f584d-e6f0-532b-15ac-ea580c58cbae-9be7ac51 {
    justify-self: center;
  }

  #w-node-_37413672-66d9-2923-9dc2-c37f1a0a3a6e-9be7ac51 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_901822f3-3710-8628-a203-615a6103352d-9be7ac51 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-9be7ac51 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-9be7ac51 {
    justify-self: start;
  }

  #w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-26e7ac68, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-26e7ac68, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-26e7ac68 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-26e7ac68 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1867ff73-25fb-e391-9d7e-cbeef5141f15-26e7ac68 {
    justify-self: start;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-26e7ac68 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2feea0-26e7ac68 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-7c4183d2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-7c4183d2 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2feea0-7c4183d2 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-4e92856b {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2feea0-4e92856b {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2fee8a-994bf340 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d7a3bbe-ceea-0bea-42bf-4f137d2feea0-994bf340 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-24e7ac39 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_37d40415-7ffa-ab9a-704e-2561b3b9ef31-24e7ac39 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-24e7ac39 {
    justify-self: center;
  }

  #w-node-_7e161515-290f-ddaf-4a0e-90daeef975f2-d8e7ac3c {
    justify-self: start;
  }

  #w-node-_48ffdc4b-2e3e-4305-36ea-dcbb7356c72d-d8e7ac3c {
    justify-self: center;
  }

  #w-node-fdd25448-9cdd-315e-43f1-aa052b6c8987-66e7ac3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-66e7ac3f {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-66e7ac3f {
    justify-self: center;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-9be7ac51 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-9be7ac51 {
    justify-self: center;
  }

  #w-node-_37d40415-7ffa-ab9a-704e-2561b3b9ef31-26e7ac68 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-26e7ac68 {
    justify-self: center;
  }

  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-26e7ac68 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_1867ff73-25fb-e391-9d7e-cbeef5141f15-26e7ac68, #w-node-c1e5364f-083a-dd24-3474-059ea7ffc08e-b4e7ac7a {
    justify-self: center;
  }

  #w-node-_23ac0eef-5eaf-a151-af17-587f8a5f44a5-7c4183d2 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_37d40415-7ffa-ab9a-704e-2561b3b9ef31-7c4183d2 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-7c4183d2 {
    justify-self: center;
  }

  #w-node-_37d40415-7ffa-ab9a-704e-2561b3b9ef31-4e92856b {
    align-self: center;
    justify-self: center;
  }

  #w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-4e92856b {
    justify-self: center;
  }

  #w-node-_37d40415-7ffa-ab9a-704e-2561b3b9ef31-994bf340 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a99d0c71-75e9-50d4-6eb8-71456f931ab7-994bf340 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-24e7ac39, #w-node-beba613e-e543-c2cb-df03-3cace9312372-24e7ac39, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-24e7ac39, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-24e7ac39, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-24e7ac39 {
    justify-self: start;
  }

  #w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-24e7ac39, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-24e7ac39, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-24e7ac39 {
    grid-row: span 1 / span 1;
  }

  #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4b-8e56bd43 {
    align-self: start;
  }

  #w-node-_1331348f-648e-6e60-41f3-74945daf5fc4-5daf5fbe {
    justify-self: end;
  }

  #w-node-_7e161515-290f-ddaf-4a0e-90daeef975f2-d8e7ac3c {
    justify-self: start;
  }

  #w-node-_48ffdc4b-2e3e-4305-36ea-dcbb7356c72d-d8e7ac3c {
    justify-self: stretch;
  }

  #w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-26e7ac68, #w-node-beba613e-e543-c2cb-df03-3cace9312372-26e7ac68, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-26e7ac68, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-26e7ac68, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-26e7ac68 {
    justify-self: start;
  }

  #w-node-b7457600-ca7a-28f3-f002-5d720802c6e3-26e7ac68, #w-node-_882100cf-7204-2b74-9d6c-ae5dc198e3cb-26e7ac68, #w-node-_461c4ef5-23a4-91aa-fd02-04e8ff2bdb24-26e7ac68 {
    grid-row: span 1 / span 1;
  }

  #w-node-_3082c23b-ccaa-ef51-5836-41302df93ce8-2df93ce2 {
    justify-self: end;
  }

  #w-node-c1e5364f-083a-dd24-3474-059ea7ffc08e-b4e7ac7a {
    justify-self: stretch;
  }

  #w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-7c4183d2, #w-node-beba613e-e543-c2cb-df03-3cace9312372-7c4183d2, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-7c4183d2, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-7c4183d2, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-7c4183d2, #w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-4e92856b, #w-node-beba613e-e543-c2cb-df03-3cace9312372-4e92856b, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-4e92856b, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-4e92856b, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-4e92856b, #w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-994bf340, #w-node-beba613e-e543-c2cb-df03-3cace9312372-994bf340, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-994bf340, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-994bf340, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-994bf340 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussansgx';
  src: url('../fonts/EudoxusSansGX.ttf') format('truetype'), url('../fonts/EudoxusSansGX.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}