:root {
  --primary-dark: #353332;
  --primary: #4eb400;
  --light-gray: #ebf8fb;
  --primary-light: #f3eee9;
  --white: white;
  --black: black;
  --paragraph-gray: #5b5958;
  --yellow: #ffb629;
  --white-50: #ffffff80;
  --paragraph-blue\<deleted\|variable-45971f01\>: #314c5f;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--primary-dark);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  letter-spacing: .3px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--primary-dark);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

ol {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/raphael_quote-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 60px;
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 80px 20px 10px;
  font-size: 32px;
  font-style: italic;
  line-height: 1.2;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 125px;
  display: flex;
}

.section.without-bottom-spacing {
  margin-top: 80px;
  margin-bottom: 200px;
  padding-bottom: 0;
}

.section.without-bottom-spacing.dark {
  background-color: var(--primary-dark);
}

.section.job-position-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  padding-top: 60px;
  display: flex;
}

.section.banner-testimonials {
  background-color: var(--primary-dark);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 180px;
  display: flex;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  padding-bottom: 100px;
  display: flex;
}

.section.about-2-banner {
  background-image: linear-gradient(to right, #0f5cfa33, #1144ac99), url('../images/624467b501b1db5e3ba6652e_portfolio-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.section.gallery-banner {
  background-image: url('../images/covid-recovery.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  display: flex;
}

.section.landing-banner {
  background-color: var(--primary);
  background-image: url('../images/Landing-Banner-image-2.png'), url('../images/Landing-Banner-image-1.png');
  background-position: 106% 54%, 4% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 125px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.without-top-spacing {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.without-top-spacing.soin-description {
  padding-top: 100px;
}

.section.without-top-spacing.travaux-description {
  margin-bottom: 200px;
}

.section.overflow-hidden {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.light-gray-background {
  background-color: var(--light-gray);
  overflow: hidden;
}

.section.primary-light-background {
  background-color: var(--primary-dark);
}

.section.bg-image-fixed {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dominik-lange-VUOiQW4OeLI-unsplash.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: -1px;
}

.section.bg-image-fixed.bigger-padding {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.about-2-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dominik-lange-VUOiQW4OeLI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.about-us-3-banner {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.services-3-list {
  background-image: linear-gradient(135deg, #000000a6, #0003 80%), url('../images/pexels-matthiaszomer-339620-1_1pexels-matthiaszomer-339620 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.section-top-margin {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.our-team-banner {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  padding-bottom: 100px;
  display: flex;
}

.section.team-details-banner {
  background-color: var(--primary-light);
  margin-top: 125px;
  padding-top: 40px;
  padding-bottom: 0;
}

.section.contact-us-banner {
  background-color: var(--primary);
  margin-top: 125px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.banner-pricing {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  margin-top: 125px;
  display: flex;
}

.section.living-img {
  background-image: linear-gradient(#0e0e0e80, #0e0e0e80), url('../images/pexels-matthiaszomer-339620-1_1pexels-matthiaszomer-339620 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
}

.section.banner-living-options {
  background-color: var(--light-gray);
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  padding-bottom: 100px;
  display: flex;
}

.section.event-details-banner {
  margin-top: 125px;
  padding-bottom: 0;
}

.section.banner-career {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 125px;
  display: flex;
  overflow: hidden;
}

.section.blog-banner {
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  padding-bottom: 100px;
  display: flex;
}

.section.blog-details {
  margin-top: 125px;
  padding-top: 60px;
}

.section.banner-blog-category {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  margin-top: 125px;
  display: flex;
}

.section.about-quote-section {
  background-color: var(--light-gray);
  margin-top: -25px;
  padding-top: 105px;
}

.section.dark {
  background-color: var(--primary-dark);
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.position-relative-z-index {
  z-index: 1;
  position: relative;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 2px 15px #04011f14;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 2px 15px #04011f14;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 64px;
}

.h2-tablet, .h1-mobile {
  font-size: 48px;
}

.h2-mobile {
  font-size: 38px;
}

.h3-mobile {
  font-size: 32px;
}

.h3-tablet {
  font-size: 38px;
}

.h4-tablet {
  font-size: 32px;
}

.h4-mobile {
  font-size: 28px;
}

.h5-mobile {
  font-size: 24px;
}

.h6-mobile {
  font-size: 20px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px none var(--white);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  cursor: pointer;
  border-radius: 50px;
  flex: none;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s, border-color .3s, background-color .3s;
  display: inline-block;
}

.primary-button:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff0;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.white-hover {
  cursor: pointer;
  border-style: none;
  border-width: 2px;
}

.primary-button.white-hover:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.primary-button.margin-top-40 {
  margin-top: 40px;
}

.primary-button.services-section {
  margin-top: 0;
}

.primary-button.return-button {
  border-style: solid;
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  cursor: pointer;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.navbar {
  background-color: var(--primary-dark);
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
}

.pages-banner {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-top: 125px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: .3s;
}

.licensing-image-link:hover {
  opacity: .7;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
  transition-property: color;
  transition-duration: .3s;
}

.license-link:hover {
  color: var(--primary);
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  text-align: center;
}

.licensing-heading {
  color: var(--primary);
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  color: var(--primary);
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: var(--paragraph-gray);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.utility-page-wrap._404-page {
  background-image: linear-gradient(#00000073, #00000073), url('../images/katarzyna-grabowska-sRAWQyoUiVQ-unsplash-1_1katarzyna-grabowska-sRAWQyoUiVQ-unsplash (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-bottom: 40px;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  color: var(--primary-dark);
  border: 1px solid #332d284d;
  border-radius: 40px;
  min-width: 280px;
  height: auto;
  margin-bottom: 10px;
  padding: 15px 20px;
}

.password-input:focus {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
}

.password-input::placeholder {
  color: #5b5958d9;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  z-index: 3;
  justify-content: center;
  height: 10vw;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  color: var(--primary-dark);
  border: 1px solid #332d284d;
  border-radius: 40px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-input::placeholder {
  color: #5b5958d9;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 0;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 58px;
}

.blog-grid-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 280px;
  transition: transform 1s;
}

.blog-grid-image:hover {
  transform: scale(1.1);
}

.blog-post-title {
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.blog-sidebar-item {
  width: 100%;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-category {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.6em;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-sidebar-post-category.yellow-hover:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
  display: flex;
}

.blog-sidebar-right {
  flex-direction: column;
}

.blog-sidebar-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post-image.hover-opacity {
  transition: opacity .3s;
}

.sidebar-recent-post-image.hover-opacity:hover {
  opacity: .8;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--primary-dark);
  margin-top: 0;
  font-size: 16px;
  transition: color .2s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  margin-top: 30px;
  padding: 10px 20px;
  box-shadow: 0 2px 15px #04011f14;
}

.blog-sidebar-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-template-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 560px;
  margin-bottom: 40px;
}

.footer {
  background-color: var(--primary-dark);
  color: var(--paragraph-gray);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white-50);
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white-50);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: var(--white);
  letter-spacing: .2px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.max-width-70 {
  width: 70%;
}

.section-title-wrapper.max-width-80 {
  text-align: left;
  max-width: 90%;
  margin-bottom: 0;
}

.section-title-wrapper.team-section-title {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section-title-wrapper.section-description-large {
  max-width: 600px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-links-wrapper.team-banner {
  justify-content: flex-start;
  margin-top: 30px;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-left: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.career-type {
  line-height: 24px;
}

.career-title-mobile {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  display: none;
}

.career-type-wrapper {
  margin-top: 10px;
}

.paragraph-large {
  letter-spacing: -.3px;
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-title-wrapper.services-2 {
  margin-bottom: 80px;
}

.banner-title-wrapper.event-details {
  text-align: center;
  max-width: 840px;
  margin-bottom: 60px;
}

.text-white {
  color: var(--white);
  -webkit-text-stroke-color: var(--primary);
  white-space: nowrap;
}

.text-white.normal {
  white-space: normal;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-description {
  text-align: center;
  max-width: 520px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-toggle {
  border-bottom: 1px solid var(--primary-light);
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  transition: padding .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-toggle:hover {
  padding-left: 35px;
}

.accordion-list {
  background-color: #fff0;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: #fff0;
  width: 100%;
  margin-bottom: 20px;
  position: static;
}

.accordion-item.last-item {
  margin-bottom: 0;
}

.accordion-icon {
  margin-left: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
}

.accordion-list-content {
  background-color: var(--primary-light);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 30px;
}

.short-description {
  color: var(--white);
  margin-bottom: 0;
}

.pricing-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-item {
  z-index: 1;
  background-color: var(--white);
  width: 33.33%;
  position: relative;
  box-shadow: 0 0 40px #04011f14;
}

.pricing-item.center-item {
  z-index: 10;
  box-shadow: 0 0 40px #04011f14;
}

.pricing-item.item-margin-top {
  margin-top: 20px;
}

.pricing-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #5b595833;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-title-wrapper.light-background {
  background-color: var(--primary);
  border-bottom-style: none;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.pricing-3-plan-price {
  color: var(--paragraph-gray);
  font-size: 20px;
}

.pricing-list {
  grid-row-gap: 20px;
  background-color: var(--primary-dark);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-list-row {
  line-height: 26px;
  list-style-type: none;
}

.pricing-list-row.last-child {
  border-bottom-style: none;
}

.light-background {
  background-color: var(--light-gray);
}

.dark-background {
  background-color: var(--primary);
}

.link-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.link-with-icon.blog-link {
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
}

.link-with-icon.blog-link:hover {
  color: var(--primary-dark);
}

.link-with-icon.align-left {
  justify-content: flex-start;
  align-items: center;
}

.link-with-icon.white-hover:hover {
  color: var(--white);
}

.job-position-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.job-position-wrap {
  align-items: center;
  display: flex;
}

.job-position-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  z-index: 1;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.contacts-content-wrapper {
  width: 41%;
}

.contacts-form-wrapper {
  background-color: var(--white);
  text-align: left;
  width: 46%;
  height: 100%;
  padding: 30px;
  box-shadow: 0 2px 15px #04011f14;
}

.contacts-divider {
  background-color: #332d284d;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.contacts-detail {
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.contacts-icon.dark-icon {
  color: var(--primary-dark);
}

.paragraph-no-margin {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-no-margin.text-white {
  color: var(--white);
}

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--white-50);
  color: var(--white);
  background-color: #fff0;
  border-radius: 30px;
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 15px 20px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border-color: var(--white);
  color: var(--white);
}

.contacts-textarea::placeholder {
  color: var(--white);
  font-size: 16px;
}

.contacts-textarea.dark-textarea {
  color: var(--primary-dark);
  border-color: #332d284d;
}

.contacts-textarea.dark-textarea:focus {
  border-color: var(--primary);
  color: var(--primary-dark);
}

.contacts-textarea.dark-textarea::placeholder {
  color: #5b5958d9;
}

.contacts-input {
  border: 1px solid var(--white-50);
  color: var(--white);
  background-color: #fff0;
  border-radius: 40px;
  height: auto;
  padding: 15px 20px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--white);
  color: var(--white);
}

.contacts-input::placeholder {
  color: var(--white);
  font-size: 16px;
}

.contacts-input.dark-input {
  color: var(--primary-dark);
  border-color: #332d284d;
}

.contacts-input.dark-input:focus {
  border-color: var(--primary);
  color: var(--primary-dark);
}

.contacts-input.dark-input::placeholder {
  color: #5b5958d9;
}

.contacts-form-title {
  margin-bottom: 40px;
}

.footer-link {
  color: var(--white-50);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--white);
}

.footer-social-icons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

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

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand:hover {
  opacity: .8;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.footer-social-icon {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.search-wrap-input {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--paragraph-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  color: var(--primary-dark);
  border: 1px solid #332d284d;
  border-radius: 40px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: #5b5958d9;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 125px;
  margin-bottom: 60px;
  padding-top: 60px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.footer-brand-description {
  color: var(--white-50);
  text-align: left;
  text-transform: none;
}

.testimonials-card-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 2px 15px #04011f14;
}

.testimonials-card-content {
  font-style: italic;
}

.testimonials-card-content.left {
  text-align: left;
}

.testimonials-card-position {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
}

.service-details-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.dark-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-banner {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-list-2-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-list-2-wrapper._2-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.service-list-2-wrapper._2-column.new {
  grid-template-rows: auto;
}

.service-list-2-item-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 30%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.service-list-2-item-image:hover {
  transform: scale(1.1);
}

.service-list-2-item-content {
  margin-top: 0;
  margin-bottom: 10px;
}

.service-list-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-list-2-item-description {
  margin-top: 15px;
  margin-bottom: 40px;
}

.service-list-2-item-description.top {
  margin-bottom: 15px;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.gallery-tab-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 30px;
  font-weight: 500;
  line-height: 1.1em;
}

.gallery-tab-link:hover {
  color: var(--primary);
}

.gallery-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
}

.gallery-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.gallery-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.paragraph-gray {
  color: var(--paragraph-gray);
}

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--primary);
  background-color: #fc563f26;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.sidebar-search {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 2px 15px #04011f14;
}

.sidebar-search-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border-style: solid;
  border-width: 1px;
  border-radius: 40px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 15px 20px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
  color: var(--primary-dark);
}

.sidebar-search-input::placeholder {
  color: #5b5958d9;
  font-size: 16px;
}

.sidebar-search-input.blog-search {
  padding-top: 18px;
  padding-bottom: 18px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: sticky;
  top: 140px;
}

.blog-sidebar-left-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 64%;
  display: flex;
}

.home-buttons-wrapper {
  grid-column-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.home-banner-title {
  color: var(--white);
  line-height: 1.2em;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 14px;
  display: flex;
  inset: auto 292px 0% auto;
}

.slide-nav {
  display: none;
}

.team-title {
  color: var(--primary-dark);
  width: 100%;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.team-title:hover {
  color: var(--primary);
}

.testimonials-item-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials {
  background-color: var(--primary-light);
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonials.white-background {
  background-color: var(--white);
}

.testimonials-slider-content {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.testimonials-left-arrow {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.testimonials-left-arrow:hover {
  color: var(--primary);
  background-color: #fff0;
}

.testimonials-quote {
  text-align: center;
  max-width: 930px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.member-position {
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 18px;
}

.testimonials-right-arrow {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.testimonials-right-arrow:hover {
  color: var(--primary);
  background-color: #fff0;
}

.testimonials-author {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.author-position {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-quote-author {
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.testimonials-slider-home-2 {
  background-color: #0000;
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

.empty-state {
  background-color: #fff0;
}

.empty-state.center-empty {
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.empty-state.text-align-center {
  display: block;
}

.text-dark {
  color: var(--primary-dark);
}

.banner-section {
  flex-direction: column;
  min-height: 100vh;
  padding-top: 130px;
  position: relative;
}

.banner-section.home-2-banner {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.text-primary-color {
  color: var(--primary);
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.gallery-grid-tabs {
  width: 100%;
}

.banner-home-2-description {
  color: #fff;
  text-align: center;
  max-width: 580px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4em;
}

.banner-home-2-description.text-dark {
  color: var(--primary-dark);
}

.banner-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-content.desctop-margin-top-50 {
  margin-top: 50px;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.top-light-bg {
  z-index: -1;
  background-color: var(--primary-light);
  width: 100%;
  min-height: 450px;
  position: absolute;
  inset: 0% 0% auto;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-3-banner-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  display: flex;
}

.home-3-banner-content {
  z-index: 2;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.home-2-blog-collection {
  width: 100%;
}

.home-2-blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.home-2-blog-item {
  width: 31%;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 5px 15px #04011f14;
}

.home-2-blog-item:hover {
  box-shadow: 0 5px 30px #04011f1a;
}

.home-2-blog-wrapper {
  position: relative;
}

.blog-date {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  margin-top: -5px;
  padding: 20px 30px 40px;
  display: flex;
}

.home-2-blog-image {
  width: 100%;
  overflow: hidden;
}

.blog-category {
  background-color: var(--primary);
  color: var(--white);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.6em;
  transition: background-color .3s, color .3s;
  display: inline-block;
  position: absolute;
  inset: 20px auto auto 0;
}

.blog-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-1-content-wrap-left {
  width: 40%;
}

.about-1-content-wrap-right {
  width: 50%;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

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

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-main-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: 30px;
  margin-right: 30px;
}

.testimonials-images-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.slider-additional-photo {
  opacity: .6;
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.rich-text-style h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  background-color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  text-align: center;
  width: 90%;
  margin-bottom: 15px;
  font-size: 60px;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.collection-list-wrapper-blog-sidebar, .collection-list-wrapper-portfolio {
  width: 100%;
}

.position-relative {
  z-index: 1;
  position: relative;
}

.position-relative.section-bottom-space {
  padding-bottom: 80px;
}

.testimonials-bg-element {
  background-color: var(--primary-dark);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
}

.success-message.success-primary {
  background-color: var(--primary);
  color: var(--white);
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.form-contacts {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-purchase {
  padding: 80px 15px;
  position: relative;
}

.footer-licensing-link {
  color: var(--white);
  font-size: 14px;
}

.footer-licensing-link:hover {
  color: var(--primary);
}

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.primary-dark-button {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--primary-light);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .3s, background-color .3s;
  display: inline-block;
}

.primary-dark-button:hover {
  background-color: var(--white);
  color: var(--primary-dark);
}

.button-secondary {
  border: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #fff0;
  border-radius: 50px;
  padding: 18px 26px;
  font-size: 16px;
  transition: border-color .3s, background-color .3s;
  display: inline-block;
}

.button-secondary:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.button-secondary.white-border {
  border-color: var(--white);
  color: var(--white);
  text-transform: none;
}

.button-secondary.white-border:hover {
  background-color: var(--white);
  color: var(--primary-dark);
}

.top-contact-section {
  background-color: var(--primary-dark);
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-contact-section.dark-background {
  background-color: var(--primary-dark);
}

.top-contact-wrapper {
  grid-column-gap: 70px;
  justify-content: space-between;
  display: flex;
}

.top-contact-wrap {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.phones-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.phone-link {
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: .3s;
}

.phone-link:hover, .phone-link.primary-hover:hover {
  color: var(--primary);
}

.navbar-link {
  color: var(--white);
}

.navbar-link:hover, .navbar-link.primary-hover:hover {
  color: var(--primary);
}

.navbar-search {
  cursor: pointer;
  object-fit: cover;
  height: auto;
  font-family: "Fa solid 900", sans-serif;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.nav-dropdowm-link-line-2 {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-menu-wrap {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  transition-duration: .3s;
  position: relative;
}

.brand-logo:hover {
  opacity: .8;
}

.brand-logo.w--current {
  width: 200px;
  height: 75px;
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.image-logo-dark {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.navbar-dropdown-icon {
  color: var(--white);
  margin-right: 0;
  position: static;
}

.navbar-dropdown-icon.dark-icon {
  color: var(--primary-dark);
}

.nav-menu-tablet {
  display: none;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.nav-item-link {
  color: var(--white);
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
  transition-property: opacity;
  transition-duration: .3s;
  display: flex;
}

.nav-item-link:hover {
  opacity: .7;
  color: var(--white);
}

.nav-item-link.w--current {
  color: var(--primary);
}

.nav-item-link.w--current:hover, .nav-item-link.link-white {
  color: var(--white);
}

.main-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 0;
  display: flex;
}

.nav-dropdown-intro-link {
  margin-left: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-intro-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-intro-link.w--current, .nav-dropdown-intro-link.w--current:hover {
  color: var(--primary);
}

.dropdown-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  padding: 30px 15px;
  font-size: 18px;
  transition: opacity .3s;
  display: flex;
}

.dropdown-item:hover {
  opacity: .7;
}

.dropdown-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.logo-tablet {
  padding-left: 0;
  display: none;
}

.nav-dropdown-menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-dropdown-link-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-item {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.nav-item.white-link {
  color: var(--white);
}

.main-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.right-header-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-dropdown-list {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  width: 200px;
  padding: 15px 20px;
}

.navbar-dropdown-list.w--open {
  border-style: solid;
  border-color: #e9e9e9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-dropdown-list.megamenu {
  width: 370px;
  left: -260px;
}

.navbar-dropdown-list.megamenu.w--open {
  width: 630px;
}

.search-wrap {
  z-index: 1;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  display: flex;
}

.width-100 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.nav-shadow {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 0 12px #04011f1f;
}

.button-tablet-wrap {
  display: none;
}

.footer-heading {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 500;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.footer-center-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.soc-icons-footer-wrap {
  text-align: left;
  margin-top: 69px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.working-hours-wrap {
  text-align: left;
}

.working-hours-wrap.no-margin {
  padding-left: 0;
}

.footer-divider {
  background-color: var(--white-50);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.banner-content-wrap {
  z-index: 1;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr .6fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.soins {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.soins.event-image {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition-duration: 1s;
}

.soins.event-image:hover {
  transform: scale(1.1);
}

.soins.service-card-img {
  transform: scale3d(1none, 1none, 1none);
  object-position: 50% 40%;
  transform-style: preserve-3d;
  max-height: 320px;
  transition-duration: 1s;
}

.soins.service-card-img:hover {
  transform: scale(1.1);
}

.soins.object-position {
  object-position: 50% 18%;
}

.soins.hover-scale {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition-duration: 1s;
}

.soins.hover-scale:hover {
  transform: scale(1.1);
}

.soins.img-banner-home-3 {
  object-position: 39% 50%;
}

.home-1-banner-description {
  color: var(--primary-light);
  background-color: #0000;
  max-width: 420px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.home-1-banner-description.without-top-spacing {
  margin-top: 0;
}

.banner-text-content {
  z-index: 2;
  max-width: 900px;
}

.banner-text-content.full-width {
  max-width: 100%;
}

.services-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-collection-item {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.service-collection-item:hover {
  transform: scale3d(1.03none, 1.03none, 1none);
}

.service-card-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}

.about-wrapper-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  display: grid;
}

.subtitle-primary {
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
  display: inline-block;
}

.persons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.persons-wrapper.banner-persons {
  justify-content: flex-start;
  align-items: center;
}

.about-image-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.persons-images-wrapper {
  flex: none;
  display: flex;
}

.persons-description {
  color: var(--primary-dark);
  font-size: 20px;
  line-height: 1.2em;
}

.persons-description.text-align-left {
  text-align: left;
}

.number-big {
  font-size: 28px;
}

.project-icon {
  font-family: "Fa 400", sans-serif;
  font-size: 20px;
}

.event-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.event-link:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.event-link.align-left {
  justify-content: flex-start;
  align-items: center;
}

.none-display {
  display: none;
}

.slide {
  margin-right: 30px;
}

.slider-team {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}

.icon-slider {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  transition: color .3s;
}

.collection-item-slider-first {
  background-color: #fff0;
  border-radius: 6px;
}

.collection-list-slider-first {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-slider-first {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .3s, color .3s;
  display: flex;
  inset: auto 43% 0% auto;
}

.arrow-slider-first:hover {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.arrow-slider-first.left-arrow {
  left: 43%;
  right: auto;
}

.team-name {
  font-size: 22px;
  font-weight: 600;
}

.team-name-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  flex-flow: column;
  align-items: center;
  padding: 20px 20px 30px;
  display: flex;
  position: relative;
}

.team-image-wrap {
  background-color: #fff0;
  border-radius: 100%;
  transition: background-color .3s, all .35s;
  position: relative;
}

.team-image-wrap:hover {
  background-color: var(--primary);
}

.image-team {
  z-index: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.video-content {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.white-description {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.video-section {
  background-image: url('../images/katarzyna-grabowska-sRAWQyoUiVQ-unsplash-1_1katarzyna-grabowska-sRAWQyoUiVQ-unsplash (1).webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 580px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-absolute {
  position: absolute;
  inset: 0%;
}

.video-gradient-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #241e5e80 49%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.primary-button-with-icon {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-with-ic {
  z-index: 30;
  grid-column-gap: 10px;
  background-color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-button {
  z-index: 10;
  position: relative;
}

.video-hover-button {
  cursor: pointer;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.video-icon-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.video-icon {
  margin-left: 4px;
}

.testimonials-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.arrow-light {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: color .3s, background-color .3s;
  display: flex;
  inset: auto 20px 0 auto;
}

.arrow-light:hover {
  color: var(--primary);
  background-color: #fff0;
}

.arrow-light.left-white-arrow {
  bottom: 0;
  right: 90px;
}

.customer-reviews-slider {
  z-index: 2;
  background-color: #0000;
}

.slide-nav-13 {
  display: none;
}

.testimonials-left-wrap {
  height: 300px;
}

.name-container {
  width: 60%;
  margin-top: 0;
}

.testimonials-right-wrap {
  flex-flow: column;
}

.quote-small {
  border-left: 3px solid var(--primary);
  text-align: left;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.home-1-blog-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.section-title-wrap-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.project-item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.section-title-wrap-left {
  max-width: 680px;
}

.blog-list-wrapper-home-1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.projects-image-link {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.home-projects-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.home-projects-image:hover {
  transform: scale(1.1);
}

.project-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  margin-top: -5px;
  padding-top: 20px;
  display: flex;
}

.category-project {
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: color .3s;
  display: inline-block;
}

.category-project:hover {
  color: var(--primary-dark);
}

.blog-item-title {
  color: var(--primary-dark);
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
}

.blog-item-title:hover {
  color: var(--primary);
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.lightbox-link-gallery {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.gallery {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery.position {
  object-position: 0% 50%;
}

.top-form-fields-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.section-contact-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-title-wrap-left {
  max-width: 640px;
}

.home-3-banner-img-wrap {
  flex-direction: column;
  width: 43%;
  position: absolute;
  inset: 125px 0% 0% auto;
  overflow: hidden;
}

.home-3-banner-heading {
  font-size: 60px;
}

.max-width-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.title-block-width {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.light-gray-style-guide {
  background-color: #ebf8fb;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.yellow-style-guide {
  background-color: #ffd687;
  width: 75px;
  height: 75px;
}

.text-gray {
  color: var(--white-50);
}

.navbar-transparent {
  background-color: #fff0;
  width: 100%;
  position: fixed;
  top: 0;
}

.image-logo-light {
  object-fit: cover;
}

.banner-overlay-dark {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.banner-overlay-dark.banner-home-2 {
  background-color: #00000080;
  background-image: url('../images/banner.png');
  background-position: 50%;
  background-size: auto;
}

.buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.service-item-icon {
  width: 60px;
}

.secondary-button-wrap {
  border: 1px solid #e0ecde;
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.hero-item {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.service-content-home-1 {
  grid-row-gap: 10px;
  color: var(--primary-dark);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.services-description-home-2 {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.service-item-home-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--light-gray);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: flex;
  overflow: hidden;
}

.service-item-home-1:hover {
  box-shadow: 0 2px 10px #00000014;
}

.services-grid-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-top-60 {
  margin-top: 60px;
}

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
}

.features-grid.margin-top-40 {
  margin-top: 40px;
}

.home-features-item-number {
  color: var(--primary-dark);
  min-width: 75px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

.home-features-item-number.primary-text-color {
  color: var(--primary);
}

.home-features-item-number.text-white {
  color: var(--white);
}

.home-feature-item {
  width: 100%;
  height: 100%;
}

.benefits-slider {
  min-height: 460px;
}

.image-slider {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.image-slider.img-4 {
  object-position: 50% 10%;
}

.description-row {
  width: 100%;
}

.background-video-full-height {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.row-item {
  grid-column-gap: 0px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.rows-item-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.rows-item-wrapper.row-no-spacings {
  margin-top: 0;
  padding-right: 0;
}

.left-vertical-wrap {
  flex-flow: column;
  justify-content: center;
  width: 70%;
  height: 100%;
}

.right-vertical-wrap {
  background-image: url('../images/reading-925589_1280.jpg');
  background-position: 35%;
  background-size: cover;
  border-radius: 5px;
  width: 30%;
  min-width: auto;
  height: 420px;
  overflow: hidden;
  box-shadow: 7px 5px 12px 3px #0003;
}

.right-vertical-wrap.window {
  background-image: url('../images/vitres.jpg');
  background-position: 90%;
}

.right-vertical-wrap.menage {
  background-image: url('../images/cleanliness-2799459_1280.jpg');
  background-position: 35%;
}

.right-vertical-wrap.soin {
  background-image: url('../images/maintien.jpg');
}

.right-vertical-wrap.vetements {
  background-image: url('../images/linge.jpg');
}

.right-vertical-wrap.repas {
  background-image: url('../images/spaghetti-1932466_1280.jpg');
}

.right-vertical-wrap.logistic {
  background-image: url('../images/medical-563427_1280.jpg');
}

.right-vertical-wrap.travaux {
  background-image: url('../images/tools-2145771_1280.jpg');
}

.heading-description {
  text-align: center;
  width: 100%;
}

.heading-description.align-left {
  text-align: left;
}

.block-horizontal-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.block-horizontal-wrapper.align-top, .block-horizontal-wrapper.align-bottom {
  justify-content: space-between;
  align-items: flex-start;
}

.no-top-margin {
  margin-top: 0;
  font-size: 20px;
}

.banner-image-home-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.yellow-color-text {
  color: var(--yellow);
}

.slide-service {
  margin-right: 30px;
}

.services-slider-home-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.collection-service-item {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-slider-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-slider-services {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: color .3s, background-color .3s;
  display: flex;
  inset: -30% 0% auto auto;
}

.arrow-slider-services:hover {
  color: var(--primary);
  background-color: #fff0;
}

.arrow-slider-services.left-arrow {
  right: 70px;
}

.link-block-services {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-description-block {
  text-align: center;
  background-image: linear-gradient(#fff0, #000c 65%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 130px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.top-row-description {
  text-align: center;
}

.service-card-title-home-2 {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  transition-property: color;
  transition-duration: .3s;
  display: inline-block;
}

.service-card-title-home-2:hover {
  color: var(--primary);
}

.persons-wrapper-home-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.persons-images-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.person-item {
  outline-color: var(--white);
  outline-offset: 0px;
  border-radius: 50%;
  outline-width: 3px;
  outline-style: solid;
  height: 105px;
  overflow: hidden;
}

.person-item._01 {
  width: 55px;
  height: 55px;
  margin-right: -15px;
}

.person-item._02 {
  width: 75px;
  height: 75px;
  margin-right: -15px;
}

.person-item._05 {
  z-index: 3;
  width: 105px;
  position: relative;
}

.person-item._03 {
  width: 75px;
  height: 75px;
  margin-left: -15px;
  position: relative;
}

.person-item._04 {
  width: 55px;
  height: 55px;
  margin-left: -15px;
}

.event-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 15px #04011f14;
}

.event-image-wrap {
  width: 40%;
  overflow: hidden;
}

.collection-item-flex-horizontal {
  background-color: var(--white);
  display: flex;
}

.event-location-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--yellow);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.event-title-home-2 {
  color: var(--primary-dark);
  font-size: 28px;
  font-weight: 500;
  transition-property: opacity;
  transition-duration: .3s;
  display: inline-block;
}

.event-title-home-2:hover {
  opacity: .8;
}

.events-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-collection-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--primary-dark);
  text-align: center;
  background-color: #fff0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: background-color;
  transition-duration: .3s;
  display: flex;
}

.team-item:hover {
  background-color: var(--light-gray);
}

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

.team-item-name {
  cursor: pointer;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  transition: color .3s;
  display: flex;
}

.team-item-name:hover {
  color: var(--primary);
}

.banner-background-video {
  opacity: 1;
  background-image: linear-gradient(45deg, #0006, #fff0 65%), linear-gradient(#0003, #0003);
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 80vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.banner-background-video.events-banner {
  background-image: linear-gradient(45deg, #000000b3, #fff0 65%), linear-gradient(#0006, #0006);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 160px;
}

.features-text-description {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
}

.features-text-description.text-light {
  color: var(--primary-light);
}

.home-number-item-yellow {
  color: var(--yellow);
  min-width: 65px;
  font-size: 76px;
  font-weight: 600;
  line-height: 1;
}

.section-description-medium {
  max-width: 460px;
}

.section-description-medium.center {
  margin-left: auto;
  margin-right: auto;
}

.banner-description-home-3 {
  max-width: 500px;
  margin-bottom: 0;
}

.white-label {
  background-color: #fff3;
  border-radius: 80px;
  margin-bottom: 20px;
  padding: 8px 30px;
}

.next-section-link-white {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  width: 51px;
  height: 51px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-banner-title {
  color: #fff;
}

.banner-section-home-3 {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  min-height: 90vh;
  padding-top: 190px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.description-banner {
  width: 100%;
  margin-bottom: 40px;
}

.logo-home-3 {
  object-fit: cover;
  height: 40px;
}

.white-left-preloader {
  background-color: #fff;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.white-button-wrap {
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.play-button-icon-dark {
  z-index: 2;
  color: var(--primary-dark);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.video-content-wrap {
  width: 55%;
}

.video-left-wrapper {
  flex: none;
  width: 42%;
  max-height: 4460px;
  position: relative;
}

.video-text {
  color: var(--primary-dark);
}

.about-video {
  border: 1px solid var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.info-about-wrapper {
  grid-column-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.video-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  inset: auto -20px 20px auto;
  box-shadow: 0 5px 15px #00000014;
}

.margin-top-15 {
  margin-top: 15px;
}

.services-list {
  grid-column-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.service-image-link {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.service-image-link.full {
  height: 100%;
}

.service-card-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -5px;
  padding-top: 30px;
  display: flex;
}

.service-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  transition-property: color;
  transition-duration: .3s;
}

.service-title:hover {
  color: var(--primary);
}

.features-slider-home-3 {
  min-height: 560px;
}

.features-grid-absolute {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 30px;
}

.features-slide {
  position: relative;
}

.linear-dark-overlay {
  z-index: 1;
  background-image: linear-gradient(#fff0 55%, #2e2e2e4d 70%, #000);
  position: absolute;
  inset: 0%;
}

.event-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.line-horizontal {
  background-color: var(--yellow);
  width: 20px;
  height: 1px;
}

.event-item-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.flex-horizontal {
  align-items: center;
  display: flex;
}

.flex-horizontal.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.icon-arrow {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.location-image {
  color: var(--yellow);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.event-link-with-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.event-link-with-icon:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.event-link-with-icon.margin-top-40 {
  margin-top: 40px;
}

.event-title-large {
  color: var(--primary-dark);
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  transition-property: opacity;
  transition-duration: .3s;
  display: inline-block;
}

.event-title-large:hover {
  opacity: .8;
}

.event-date-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--yellow);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.collection-item-portfolio {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.collection-item-portfolio:nth-child(2n) {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: -60px;
}

.collection-item-portfolio:last-child {
  margin-bottom: 0;
}

.portfolio-image-wrapper {
  width: 50%;
  overflow: hidden;
}

.portfolio-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  min-width: 100%;
  height: 350px;
  min-height: 350px;
  transition: transform 1s;
}

.portfolio-image:hover {
  transform: scale(1.1);
}

.team-item-name-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.team-item-home-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-gray);
  color: var(--primary-dark);
  text-align: center;
  flex-flow: column;
  align-items: stretch;
  padding-bottom: 20px;
  transition-property: box-shadow;
  transition-duration: .3s;
  display: flex;
}

.team-item-home-3:hover {
  box-shadow: 0 2px 10px #00000014;
}

.team-collection-wrap {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.team-collection-item {
  width: 33.33%;
}

.testimonial-text-content {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
}

.testimonials-slider-home-3 {
  background-color: var(--primary);
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide-arrow {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
  top: -20%;
  left: 2%;
  right: auto;
}

.slide-arrow:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
}

.slide-arrow.left {
  top: 0%;
}

.slide-arrow.right {
  top: 0%;
  left: auto;
  right: 2%;
}

.testimonials-mask-home-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.flex-vertical-align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-light {
  color: var(--primary-light);
}

.blog-vertical-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 5px 15px #04011f14;
}

.blog-image-link-home-3 {
  height: 100%;
  overflow: hidden;
}

.blog-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.blog-horizontal-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: grid;
  box-shadow: 0 5px 15px #04011f14;
}

.blog-link {
  overflow: hidden;
}

.full-height {
  width: 100%;
  height: 100%;
}

.blog-post-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.blog-post-image:hover {
  transform: scale(1.1);
}

.banner-image-person {
  outline-color: var(--primary-light);
  outline-offset: 0px;
  border-radius: 1005px;
  outline-width: 2px;
  outline-style: solid;
  width: 50px;
  height: 50px;
}

.banner-image-person.img-2, .banner-image-person.img-3 {
  margin-left: -10px;
}

.grid-wrapper-gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.service-collection-item-home-3 {
  width: 33.33%;
}

.margin-left-30 {
  margin-left: 30px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.quote-image {
  object-fit: cover;
  width: 400px;
  position: absolute;
  inset: auto 0% -80px auto;
}

.job-title-link {
  color: var(--primary-dark);
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  transition-property: color;
  transition-duration: .3s;
  display: inline-block;
}

.job-title-link:hover {
  color: var(--primary);
}

.job-title-link.margin-bottom-20 {
  margin-bottom: 20px;
}

.job-position-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.job-position-collection-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--primary-light);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.about-banner-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-banner {
  width: 65%;
}

.flex-horizontal-align-start {
  align-items: flex-start;
  display: flex;
}

.flex-horizontal-align-start.about {
  z-index: 1;
  background-color: var(--primary);
  width: 100%;
  margin-bottom: -80px;
  padding: 30px 20px;
  position: relative;
}

.banner-features-item-number {
  color: var(--white);
  min-width: 75px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

.quote-grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: flex;
  position: relative;
}

.quote-wrap-about-1, .title-container-60 {
  width: 60%;
}

.video-lightbox-about-us {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.background-bottom {
  z-index: 1;
  background-color: var(--primary-light);
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-wrapper {
  width: 100%;
}

.about-3-tab-link-2 {
  color: var(--primary-dark);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -17px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 18px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link-2.w--current {
  color: var(--primary);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
  line-height: 1em;
}

.about-us-tab-link {
  color: var(--primary-dark);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-us-tab-link:hover {
  color: var(--primary);
}

.about-us-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: 600;
}

.title-container-left {
  max-width: 560px;
}

.job-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.job-position-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  width: 33.33%;
  min-height: 260px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 15px #04011f14;
}

.job-position-item.light-background {
  background-color: var(--primary-light);
}

.flex-vertical-gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.icon {
  font-family: "Fa solid 900", sans-serif;
}

.about-3-tab-link-3 {
  color: var(--primary-dark);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link-3.w--current {
  color: var(--primary);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.banner-bottom {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.video-banner-bottom {
  object-fit: cover;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.banner-number-title {
  color: #fff;
  margin-top: 0;
  font-size: 56px;
}

.content-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-info.centered {
  align-items: center;
}

.banner-description-80 {
  width: 80%;
  margin-top: 15px;
  margin-bottom: 0;
}

.about-us-banner-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 620px;
  margin-right: auto;
  display: flex;
}

.light-preloader {
  background-color: var(--white);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.description-banner-top-block {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}

.background-video-about-us {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(225deg, #00000073, #0000 40%), linear-gradient(#0d0d0d33, #0d0d0d33);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.counter-about-us {
  z-index: 1;
  grid-row-gap: 50px;
  background-color: var(--primary);
  flex-direction: column;
  width: 270px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: 20px 0% auto auto;
}

.benefits-wrap-about-us-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefit-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.statistics-item-full-width {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

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

.about-3-tab-link-4 {
  color: var(--paragraph-gray);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link-4:hover {
  color: var(--primary);
}

.about-3-tab-link-4.w--current {
  color: var(--primary);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.banner-image-blur {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.collection-list-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-content-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.book-form {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 600px;
  margin-bottom: 0;
  padding-right: 60px;
  display: flex;
}

.book-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.error-message-form {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
}

.title-book-form {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.left-book-wrap {
  width: 50%;
}

.image-book {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrapper-top {
  justify-content: center;
  display: flex;
}

.success-message-form {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
}

.book-form-block {
  text-align: center;
  width: 100%;
}

.right-book-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  overflow: hidden;
}

.form-button-wrap {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.primary-button-white {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 18px 26px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
}

.primary-button-white:hover {
  background-color: var(--primary-dark);
  color: #fff;
}

.subtitle-white {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.1em;
  display: inline-block;
}

.about-tab-link {
  color: var(--primary-dark);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -14px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.about-3-tab-link-6 {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link-6.w--current {
  color: #fff;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.service-list-icon-item {
  width: 35px;
  margin-right: 15px;
}

.services-2-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  padding-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-triple-images {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  min-height: 340px;
  max-height: 500px;
  display: grid;
  position: relative;
}

.service-item-title {
  color: var(--primary-dark);
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  transition-property: color;
  transition-duration: .3s;
}

.service-item-title:hover {
  color: var(--primary);
}

.subtitle-dark {
  z-index: 10000;
  font-size: 22px;
}

.date-link {
  color: var(--primary-dark);
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.date-link:hover {
  color: var(--primary);
  padding-left: 25px;
}

.date-link.w--current {
  color: var(--primary);
  background-color: #ffffff0d;
  padding-left: 25px;
  padding-right: 15px;
}

.stage-banner {
  border-radius: 0;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.history-timeline-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tab-title-2 {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.timeline-list {
  border-right: 1px solid var(--primary-light);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.bottom-image-wrap {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 400px;
  position: relative;
}

.our-history-sidebar {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  padding-right: 60px;
  position: sticky;
  top: 150px;
}

.our-history-stage-list {
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 70%;
  display: flex;
}

.top-text-content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
}

.overlay-portfolio-details {
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.history-flex-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-scrolling-left-sidebar {
  background-color: var(--primary);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.banner-content-left {
  max-width: 490px;
}

.flex-content-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.banner-color-background {
  background-color: var(--primary);
  width: 30%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.heading-medium-right {
  text-align: left;
  width: 70%;
  margin-left: auto;
}

.service-banner-content-wrapper {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container-2.full-width {
  width: 100%;
}

.service-banner-text {
  text-align: left;
  width: 50%;
}

.service-banner-image-wrap {
  width: 50%;
  height: 300px;
  overflow: hidden;
}

.service-banner-description {
  max-width: 420px;
  margin-top: 15px;
}

.home-banner-section {
  margin-top: 0;
  padding-top: 186px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.home-banner-section.service-detail {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.banner-image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.overlay-gallery {
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.outline-hover-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.gallery-grid {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  display: grid;
}

.hover-circle-wrapper {
  border-radius: 10px 40px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.section-contact {
  background-color: var(--light-gray);
  align-items: center;
  width: 100%;
  padding: 60px 2%;
}

.instagram {
  justify-content: center;
  align-items: center;
  height: 16vw;
  max-height: 425px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-left-column {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.contact-feed {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox-gallery {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-link {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  transition-property: color;
  transition-duration: .3s;
}

.contact-link:hover {
  color: var(--primary);
}

.contact-link.margin-right-15 {
  margin-right: 15px;
}

.tab-top-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px 0;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top-2:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.faq-title {
  z-index: 25;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-hover {
  background-color: var(--primary-light);
  position: absolute;
  inset: 0%;
}

.subtitle-faq {
  font-size: 20px;
  line-height: 1.2em;
}

.background-top {
  z-index: 1;
  background-color: var(--primary-light);
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

.collection-team-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: var(--primary-dark);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  transition-property: background-color;
  transition-duration: .3s;
  display: flex;
  box-shadow: 0 2px 15px #04011f14;
}

.collection-team-item:hover {
  background-color: var(--light-gray);
}

.team-collection-list-wrapper {
  z-index: 2;
  position: relative;
}

.team-intro-wrap {
  position: relative;
  overflow: hidden;
}

.contact-team-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.contact {
  font-weight: 500;
}

.banner-team-image-wrap {
  height: 450px;
}

.banner-team-position {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

.primary-preloader {
  background-color: var(--primary);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.details-team-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  width: 100%;
}

.team-contact-link {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  transition-property: color;
  transition-duration: .3s;
}

.team-contact-link:hover, .primary-text-color {
  color: var(--primary);
}

.team-banner-title {
  color: var(--primary);
  margin-bottom: 15px;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.rich-text h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.rich-text h5 {
  margin-top: 20px;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

.rich-text ul {
  background-color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text p {
  margin-bottom: 20px;
}

.rich-text.quote-margin-top {
  margin-top: 60px;
}

.contacts-flex-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.quote-left {
  border-left: 5px solid var(--primary);
  text-align: left;
  background-image: none;
  padding-top: 10px;
  padding-left: 20px;
  font-style: normal;
  font-weight: 500;
}

.banner-section-faq {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  padding-top: 225px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-img-wrap {
  flex-direction: column;
  width: 41%;
  position: absolute;
  inset: 125px auto 0% 0%;
  overflow: hidden;
}

.flex-banner-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.right-banner-content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.team-title-name-wrap {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.photo-item {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.quick-stack-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.gallery-lightbox-large-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo-white-overlay {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.gallery-description {
  margin-top: 30px;
  margin-bottom: 20px;
}

.lightbox-link-gallery-full {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.social-icons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.contact-soc-icons-wrap {
  text-align: left;
}

.contacts-details-wrapper {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.contacts-details-wrapper.no-top-margin {
  margin-top: 0;
}

.green-preloader {
  background-color: var(--primary);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.banner-content-contact {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-us-content-wrapper {
  z-index: 1;
  grid-row-gap: 90px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.white-button-wrap-2 {
  color: #160828;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.contact-us-bg-image {
  z-index: 2;
  background-image: url('../images/simon-godfrey-yRmmm3t1oX8-unsplash-1-1-2-1_1simon-godfrey-yRmmm3t1oX8-unsplash (1) 1 (2) (1).webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.pricing-bg-element {
  background-color: var(--primary-light);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.benefit-item-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.benefit-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-4-column-benefits {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.two-column-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.two-column-wrapper.center-reverse {
  align-items: center;
}

.column-two {
  width: 44%;
  height: 100%;
  position: relative;
}

.in-section-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.column-one {
  width: 50%;
  height: 100%;
}

.about-block-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.video-banner {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
}

.home-events-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-primary-background {
  background-color: var(--primary);
  width: 100%;
  height: 55%;
  position: absolute;
  inset: 0% 0% auto;
}

.dash {
  background-color: var(--white);
  width: 12px;
  height: 1.5px;
}

.dash.color-dark {
  background-color: var(--primary-dark);
}

.banner-event-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-sidebar-content-wrap {
  width: 53%;
}

.right-sidebar-info {
  background-color: var(--white);
  flex-flow: column;
  width: 47%;
  padding: 20px 30px;
  position: sticky;
  top: 140px;
  box-shadow: 0 2px 15px #04011f14;
}

.main-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.event-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary-dark);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-event-images {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.form-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.info-text-wrapper {
  margin-bottom: 30px;
}

.banner-image-wrap {
  position: relative;
}

.banner-image-absolute {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-3-column-benefits {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns-benefits {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 60px;
  display: grid;
}

.about-top-wrap {
  margin-bottom: 60px;
}

.job-about-image-wrapper {
  height: 450px;
  position: relative;
  overflow: hidden;
}

.banner-buttons-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.job-benefits-wrapper {
  flex-flow: column;
  align-items: flex-start;
}

.blog-item-text-content {
  background-image: linear-gradient(#fff0 5%, #000000a6 58%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 60px 30px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-blog-item {
  transition: all .3s;
}

.home-blog-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.home-blog-list.blog-3-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.item-blog-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  margin-top: -5px;
  padding: 20px 20px 30px;
  display: flex;
  box-shadow: 0 2px 15px #04011f14;
}

.blog-image-sidebar {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.blog-image-sidebar:hover {
  transform: scale(1.1);
}

.margin-top-40 {
  margin-top: 40px;
}

.blog-grid-item-img {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 240px;
  transition: transform 1s;
}

.blog-grid-item-img:hover {
  transform: scale(1.1);
}

.author-image-wrap {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.author-blog-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.top-wrapper-align-center {
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-name {
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.blog-author-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-item-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 255px;
  margin-top: -1px;
  padding-top: 20px;
  display: flex;
}

.blog-background-top {
  z-index: 1;
  background-color: var(--primary-light);
  height: 25%;
  position: absolute;
  inset: 0% 0% auto;
}

._404-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 180px;
  font-weight: 700;
  line-height: 1em;
}

.primary-color-bg {
  background-color: var(--primary);
  min-width: 25vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.coming-soon-image-wrap {
  z-index: 1;
  max-width: 480px;
  position: relative;
  overflow: hidden;
}

.licensing-video {
  width: 100%;
  height: 320px;
}

.light-bg-element {
  background-color: var(--primary-light);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-item-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  min-height: 285px;
  margin-top: -5px;
  padding-top: 20px;
  display: flex;
}

.home-service-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  transition-property: color;
  transition-duration: .3s;
}

.home-service-title:hover {
  color: var(--primary);
}

.text-width-medium {
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-width-medium.margin-bottom-40 {
  margin-bottom: 40px;
}

.text-width-medium.center {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-width-medium.center.dark-theme {
  color: var(--white);
}

.text-width-medium.margin-top-15 {
  margin-top: 15px;
}

.about-image-wrapper {
  height: 100%;
  min-height: 340px;
  max-height: 450px;
  position: relative;
  overflow: hidden;
}

.max-width-60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.event-location-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--yellow);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-width-small {
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-width-small.center {
  margin-left: auto;
  margin-right: auto;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.text-block {
  font-size: 14px;
}

.home-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dominik-lange-VUOiQW4OeLI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  display: flex;
}

.green-color-text {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  pointer-events: auto;
  text-align: center;
  -webkit-text-stroke-color: var(--primary);
  cursor: pointer;
  mix-blend-mode: normal;
  border: 0 solid #6d6d6d;
  border-radius: 5px;
  outline: 0 #353332;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 380px;
  transition: transform .325s;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 8px #0000008a;
}

.card.soin {
  transform-style: preserve-3d;
  border-radius: 10px;
}

.card.soin:hover {
  transform: scale3d(1, 1, 1.6);
}

.picture-card {
  background-image: url('../images/maintien.jpg');
  background-position: 50%;
  background-size: 100% 250px;
  background-attachment: scroll;
  border: 1px solid #0000;
  border-radius: 0;
  height: 250px;
  box-shadow: 0 2px 5px #0003;
}

.picture-card.maintien {
  cursor: pointer;
  background-image: url('../images/maintien.jpg');
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  transition: transform .325s;
}

.picture-card.repas {
  background-image: url('../images/repas.jpg');
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.picture-card.repos {
  background-image: url('../images/repos.jpg');
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.heading-3 {
  font-size: 24px;
}

.button-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  margin-bottom: 50px;
}

.heading-4.darth-theme {
  color: var(--white);
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.picture {
  background-image: url('../images/image-12-2-1_1image 12 (2) (1).webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  min-width: 35vw;
  min-height: 35vw;
}

.div-block-7 {
  min-width: 80%;
}

.heading-5 {
  text-transform: none;
}

.heading-5.dark-theme {
  color: var(--white);
}

.container-card {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
}

.card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  background-image: url('../images/maintien.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 380px;
}

.link-block.hover-scale {
  pointer-events: auto;
  background-image: none;
  min-width: auto;
  transition-duration: .35s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-block.hover-scale:hover {
  transform: none;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 5px;
  min-width: 100%;
  max-width: none;
  transition: transform 1s;
  display: block;
  position: relative;
  overflow: hidden;
}

.image:hover {
  transform: scale(1.1);
}

.service-card {
  background-image: linear-gradient(#fff, #f7f7f700 0%, #54545473 16%, #000);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  min-height: 160px;
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: var(--white);
  font-size: 25px;
  font-weight: 600;
}

.hide {
  display: none;
}

.bold-text {
  font-weight: 500;
}

.body {
  border: 1px solid var(--primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.primary-button-white-copy {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 18px 26px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
}

.primary-button-white-copy:hover {
  background-color: var(--primary-dark);
  color: #fff;
}

.contact-banner {
  background-image: url('../images/banner.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.container {
  min-width: 100%;
  min-height: 100%;
}

.heading-7 {
  color: var(--white);
}

.div-block-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.div-block-8.top {
  margin-top: 60px;
}

.dark-theme {
  color: var(--white);
}

.about-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 400px;
}

.text-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.full-width {
  width: 100%;
}

.about-slide-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.valeur-carte {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.valeur-carte.dark {
  background-color: var(--primary-dark);
}

.valeur-carte.green {
  background-color: var(--primary);
  box-shadow: none;
}

.text-block-2 {
  color: #fff;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.process-step-item-number-icon {
  z-index: 1;
  background-color: var(--primary);
  color: #192d75;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.process-timeline-bar {
  background-color: #192d75;
  width: 4px;
  height: 70%;
  position: relative;
  inset: 0%;
}

.process-image-wrapper {
  width: 100%;
  height: 450px;
}

.process-step-item-number {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.process-step-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.process-timeline-bar-inner {
  background-color: #006fc5;
  width: 100%;
  height: 100%;
}

.image-2 {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.process-step-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
}

.process-step-item-content-wrapper {
  background-color: #f4f4f4;
  border-radius: 1rem;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.process-timeline-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-8 {
  text-transform: none;
}

.absolute-image {
  filter: none;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
}

.absolute-image.is-color {
  filter: none;
}

.ts_tabs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--primary-dark);
  border-radius: 1rem;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ts-tab-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ts-tab-link.w--current {
  color: #fff;
  background-color: #0000;
  align-items: stretch;
}

.ts_tab-pane {
  flex: 1;
}

.ts_trigger {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.ts_trigger.is-1 {
  top: 100vh;
}

.ts_trigger.is-2 {
  top: 200vh;
}

.ts_trigger.is-3 {
  top: 300vh;
}

.tabs-scroll_component {
  background-color: var(--primary-dark);
  border: 1.5px solid #272f57;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 4rem;
}

.text-size-regular {
  font-size: 1rem;
}

.ts_tabs-content {
  flex-direction: column;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-overlay {
  z-index: 2;
  opacity: .1;
  background-color: #2b4baa;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.green {
  color: var(--primary);
  text-transform: none;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.has-height {
  height: 300vh;
}

.ts_text-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ts-gradient-bar {
  transform-origin: 50% 100%;
  background-image: linear-gradient(#96c8db, #242834 47%, #11141d);
  border-radius: 50%;
  flex: none;
  width: 2px;
  display: flex;
}

.ts_image-aspect {
  width: 100%;
  height: 100%;
  position: relative;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.ts_tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  max-height: none;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: scroll;
}

.text-size-small {
  font-size: .875rem;
}

.tabs-scroll_component-2 {
  background-color: #121524;
  border: 1.5px solid #272f57;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 4rem;
}

.spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.tabs-scroll_component-3 {
  border: 1.5px solid var(--primary-dark);
  background-color: var(--primary-dark);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 4rem;
}

.text-weight-medium {
  font-weight: 500;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.description_content {
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0b0d15;
  border: 1.5px solid #272f57;
  border-radius: .875rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  background-color: #1b223d;
}

.footer-2 {
  background-color: #11141d;
}

.section_description {
  padding: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.code-image_aspect {
  border: 1.5px solid #272f57;
  border-radius: 1rem;
  padding-bottom: 53%;
  position: relative;
  overflow: hidden;
}

.heading-style-h2-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-container.second {
  width: auto;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-icon {
  color: var(--primary);
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.section-2.dark {
  background-color: var(--primary-dark);
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.card_component {
  color: var(--primary);
  background-image: linear-gradient(#161616, #161616);
  border: 1px solid #1d1b1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px #4eb400;
}

.card_component:hover {
  opacity: 1;
}

.card_component.with-bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-rdne-7020578-1_1pexels-rdne-7020578 (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_component.with-bg._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/vitres.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_component.with-bg._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/devis.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_component.with-bg._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-thirdman-7659570.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_component.with-bg._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-kampus-8949833.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_component.with-bg._6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-shvets-production-7176026.jpg');
  background-position: 0 0, 50%;
}

.card_component.with-bg._7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-shkrabaanthony-5217850.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_component.with-bg._8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-karolina-grabowska-5207306.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_component.with-bg._9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-rdne-6539969.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_component.with-bg._10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-shvetsa-3900469.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_front-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_image-front {
  width: 11rem;
}

.card_title {
  color: #fbf9fc;
  text-align: center;
  flex-direction: column;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
}

.card_scroll {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary);
  color: var(--white);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.text-style-link {
  text-decoration: underline;
}

.image-4 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.grid-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding: 20px;
  display: grid;
}

.div-serv {
  border: 1px solid var(--primary);
  background-color: var(--primary-dark);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-serv.reverse {
  background-color: var(--white);
}

.serv-text {
  color: var(--primary);
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph {
  margin-top: 0;
}

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

.service-card-2 {
  box-shadow: 0 2px 5px #0003;
}

.service-image-wrapper {
  height: 300px;
  padding-bottom: 0;
}

.service-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  height: 300px;
  padding: 20px 10px;
  display: flex;
}

.service-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-9 {
  margin-top: 0;
  font-size: 24px;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 76px;
  }

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

  .section.job-position-banner {
    padding-bottom: 80px;
  }

  .section.about-us-banner {
    padding-top: 100px;
  }

  .section.gallery-banner {
    min-height: 500px;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .section.landing-banner {
    background-position: 106% 52%, 4% 22%;
    background-size: auto, 260px;
    padding-top: 100px;
  }

  .section.without-top-spacing {
    padding-bottom: 80px;
  }

  .section.overflow-hidden {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.bg-image-fixed {
    background-image: linear-gradient(#0e0e0e70, #0e0e0e70), url('../images/image-fixe.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.bg-image-fixed.bigger-padding {
    background-image: linear-gradient(#00000080, #00000080), url('../images/dominik-lange-VUOiQW4OeLI-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.about-2-banner {
    margin-bottom: 55px;
    padding-top: 180px;
  }

  .section.section-top-margin {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .section.our-team-banner {
    padding-top: 100px;
  }

  .section.contact-us-banner, .section.banner-pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.living-img {
    height: 450px;
  }

  .section.banner-living-options, .section.event-details-banner {
    padding-top: 100px;
  }

  .section.banner-career {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blog-banner {
    padding-top: 100px;
  }

  .section.blog-details {
    padding-top: 80px;
  }

  .section.about-quote-section {
    margin-top: -55px;
    padding-top: 185px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .navbar {
    background-color: var(--primary-dark);
    background-image: linear-gradient(#0000, #0000);
    margin-top: 0;
  }

  .coming-soon-wrapper {
    margin-right: 60px;
  }

  .coming-soon-heading {
    font-size: 68px;
  }

  .blog-grid-image {
    height: 320px;
  }

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

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .section-title-wrapper.max-width-80 {
    margin-bottom: 0;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .banner-title-wrapper.services-2 {
    margin-bottom: 100px;
  }

  .banner-title-wrapper.event-details {
    margin-bottom: 80px;
  }

  .contacts-wrapper {
    justify-content: flex-start;
  }

  .contacts-form-wrapper {
    width: 43%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
    padding-top: 80px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .service-list-2-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .banner-section.home-2-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .top-light-bg {
    min-height: 500px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .position-relative.section-bottom-space {
    padding-bottom: 130px;
  }

  .section-purchase {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .nav-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-intro-link {
    font-weight: 500;
  }

  .dropdown-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-dropdown-list.w--open {
    left: auto;
  }

  .navbar-dropdown-list.megamenu {
    left: -300px;
  }

  .footer-center-links {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .banner-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .home-1-banner-description {
    text-shadow: 2px 3px 2px #0003;
  }

  .banner-text-content {
    flex-flow: column;
    display: flex;
  }

  .about-wrapper-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .arrow-slider-first {
    right: 44%;
  }

  .arrow-slider-first.left-arrow {
    left: 44%;
  }

  .video-section {
    height: 550px;
  }

  .testimonials-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .testimonials-left-wrap {
    width: 400px;
  }

  .section-title-wrap-flex {
    margin-bottom: 60px;
  }

  .home-3-banner-heading {
    font-size: 72px;
  }

  .service-item-home-1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 50px;
  }

  .services-grid-wrap {
    margin-bottom: 30px;
  }

  .right-vertical-wrap {
    min-width: 540px;
  }

  .right-vertical-wrap.window {
    background-image: url('../images/vitres.jpg');
    background-position: 50% 80%;
  }

  .right-vertical-wrap.repas {
    background-image: url('../images/spaghetti-1932466_1280.jpg');
  }

  .block-horizontal-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .yellow-color-text {
    color: var(--primary);
  }

  .banner-background-video {
    min-height: 100vh;
    padding-bottom: 100px;
  }

  .banner-background-video.events-banner {
    padding-bottom: 80px;
  }

  .banner-section-home-3 {
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .description-banner {
    width: 85%;
  }

  .video-left-wrapper {
    width: 47%;
  }

  .info-about-wrapper {
    grid-column-gap: 100px;
  }

  .video-wrap {
    bottom: 30px;
    right: -30px;
  }

  .event-item-content-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .collection-item-portfolio {
    margin-bottom: 100px;
  }

  .collection-item-portfolio:nth-child(2n) {
    margin-left: -80px;
  }

  .testimonials-slider-home-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quote-image {
    width: 460px;
    bottom: -130px;
  }

  .about-banner-content {
    margin-bottom: 100px;
  }

  .paragraph-banner {
    width: 55%;
  }

  .text-wrapper {
    margin-bottom: 20px;
  }

  .job-position-item {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .video-banner-bottom {
    height: 600px;
  }

  .banner-number-title {
    font-size: 62px;
  }

  .description-banner-top-block {
    grid-column-gap: 80px;
  }

  .book-form {
    width: auto;
    padding-right: 100px;
    top: auto;
    left: -70px;
  }

  .stage-banner {
    height: 450px;
  }

  .banner-content-left {
    width: 100%;
  }

  .banner-color-background {
    width: 35%;
  }

  .service-banner-image-wrap {
    height: 320px;
  }

  .home-banner-section {
    padding-bottom: 140px;
  }

  .banner-image {
    object-fit: cover;
    object-position: 50% 30%;
    width: 100%;
  }

  .section-contact {
    padding-left: 4%;
  }

  .details-team-wrapper {
    grid-column-gap: 80px;
  }

  .banner-img-wrap {
    width: 45%;
  }

  .photo-white-overlay {
    width: 50%;
  }

  .contact-us-content-wrapper {
    grid-row-gap: 100px;
  }

  .contact-us-bg-image {
    width: 53%;
  }

  .benefit-item-wrap.padding-right {
    padding-right: 40px;
  }

  .grid-4-column-benefits {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .column-two {
    width: 40%;
  }

  .left-sidebar-content-wrap {
    width: 60%;
  }

  .right-sidebar-info {
    width: 40%;
  }

  .main-content-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .grid-3-column-benefits {
    grid-column-gap: 80px;
  }

  .grid-3-columns-benefits {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .item-blog-content {
    min-height: 315px;
  }

  .blog-grid-item-img {
    height: 280px;
  }

  .blog-item-content-wrapper {
    min-height: 215px;
  }

  ._404-text {
    font-size: 200px;
  }

  .blog-item-content-wrap {
    min-height: 255px;
  }

  .green-color-text {
    color: var(--primary);
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }

  .picture {
    background-position: 50% 100%;
    background-size: cover;
    min-width: 35vw;
    min-height: 35vw;
  }

  .div-block-7 {
    width: 80%;
  }

  .link-block.hover-scale {
    box-sizing: border-box;
    object-fit: fill;
    overflow: hidden;
  }

  .image {
    overflow: hidden;
  }

  .slider-container.second {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.landing-banner {
    background-position: 106% 46%, 4% 22%;
  }

  .section.without-top-spacing {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.bg-image-fixed.bigger-padding {
    background-image: linear-gradient(#00000080, #00000080), url('../images/dominik-lange-VUOiQW4OeLI-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.about-2-banner {
    margin-bottom: 60px;
  }

  .section.about-us-3-banner {
    padding-top: 200px;
  }

  .section.services-3-list {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .section.living-img {
    height: 500px;
  }

  .section.about-quote-section {
    margin-top: -60px;
  }

  .footer {
    padding-top: 80px;
  }

  .banner-title-wrapper.services-2 {
    margin-bottom: 140px;
  }

  .banner-title-wrapper.event-details {
    margin-bottom: 100px;
  }

  .testimonials-left-arrow, .testimonials-right-arrow {
    width: 60px;
    height: 60px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .home-3-banner-content {
    width: 55%;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .slider-team {
    padding-bottom: 100px;
  }

  .arrow-slider-first {
    width: 60px;
    height: 60px;
    right: 43%;
  }

  .arrow-slider-first.left-arrow {
    left: 43%;
  }

  .arrow-light {
    width: 60px;
    height: 60px;
  }

  .arrow-light.left-white-arrow {
    right: 100px;
  }

  .section-title-wrap-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-title-wrap-left {
    margin-right: 60px;
  }

  .lightbox-link-gallery {
    height: 350px;
  }

  .lightbox-link-gallery.fixed-height {
    height: 300px;
  }

  .section-contact-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .contact-title-wrap-left {
    margin-right: 0;
  }

  .home-3-banner-img-wrap {
    width: 40%;
  }

  .home-3-banner-heading {
    font-size: 76px;
  }

  .home-features-item-number {
    font-size: 80px;
  }

  .benefits-slider {
    min-height: 500px;
  }

  .collection-service-item {
    min-height: 420px;
  }

  .arrow-slider-services {
    width: 60px;
    height: 60px;
    top: -35%;
  }

  .arrow-slider-services.left-arrow {
    right: 80px;
  }

  .features-text-description {
    font-size: 20px;
  }

  .banner-section-home-3 {
    padding-top: 190px;
  }

  .services-list {
    grid-auto-columns: 1fr;
  }

  .service-image-link {
    width: 100%;
    height: 100%;
    max-height: 320px;
    overflow: hidden;
  }

  .service-image-link.full {
    max-height: none;
  }

  .service-card-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .banner-features-item-number {
    font-size: 80px;
  }

  .video-banner-bottom {
    height: 650px;
  }

  .description-banner-top-block {
    margin-bottom: 60px;
  }

  .counter-about-us {
    width: 300px;
  }

  .book-form {
    padding-right: 130px;
  }

  .stage-banner {
    height: 500px;
  }

  .section-contact {
    padding-left: 9%;
  }

  .banner-section-faq {
    padding-top: 245px;
    padding-bottom: 120px;
  }

  .contact-us-content-wrapper {
    grid-row-gap: 90px;
  }

  .contact-us-bg-image {
    background-position: 50% 15%;
  }

  ._404-text {
    font-size: 220px;
  }

  .text-width-medium.center {
    margin-bottom: 30px;
  }

  .home-banner {
    background-position: 50% 20%;
    background-size: cover;
  }

  .card {
    border-style: none;
    border-width: 0;
    border-radius: 5px;
  }

  .picture-card.maintien, .picture-card.repas, .picture-card.repos {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .link-block.hover-scale {
    border-radius: 0;
    transition: transform .325s;
  }

  .image {
    opacity: 1;
    transition: transform .2s;
    transform: scale(1);
  }

  .service-card {
    background-image: linear-gradient(180deg, #fff0, #fff0 0%, var(--black) 81%);
    justify-content: center;
    align-items: center;
    min-height: 130px;
    margin-bottom: -2px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
  }

  .slider-container.second {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .section.gallery-banner {
    background-position: 50% 20%;
  }

  .section.landing-banner {
    background-position: 106% 46%, 10% 20%;
    background-size: auto, 280px;
  }

  .section.bg-image-fixed.bigger-padding {
    background-image: linear-gradient(#00000080, #00000080), url('../images/dominik-lange-VUOiQW4OeLI-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.about-2-banner {
    margin-bottom: 65px;
  }

  .section.living-img {
    height: 600px;
  }

  .section.event-details-banner {
    height: 100%;
  }

  .section.about-quote-section {
    margin-top: -65px;
    padding-top: 190px;
  }

  .navbar {
    margin-top: 0;
  }

  .service-list-banner {
    background-size: cover;
    background-attachment: fixed;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .testimonials-bg-element {
    margin-top: -1px;
  }

  .banner-content-wrap {
    position: relative;
  }

  .about-wrapper-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .video-section {
    height: 685px;
  }

  .projects-image-link {
    height: 300px;
  }

  .lightbox-link-gallery {
    height: 420px;
  }

  .section-contact-wrap {
    justify-content: center;
    align-items: center;
  }

  .contact-title-wrap-left {
    margin-right: 0;
  }

  .home-3-banner-heading {
    max-width: 100%;
  }

  .home-features-item-number {
    font-size: 90px;
  }

  .benefits-slider {
    min-height: 540px;
  }

  .home-number-item-yellow {
    min-width: 75px;
    font-size: 85px;
  }

  .banner-section-home-3 {
    padding-top: 220px;
  }

  .description-banner {
    width: 70%;
  }

  .service-image-link.full {
    max-height: none;
  }

  .portfolio-image-wrapper {
    width: 50%;
  }

  .slide-arrow {
    left: 15%;
  }

  .slide-arrow.left {
    left: 2%;
  }

  .about-banner-content {
    max-width: 90%;
  }

  .paragraph-banner {
    width: 60%;
  }

  .banner-features-item-number {
    font-size: 90px;
  }

  .description-banner-top-block {
    margin-bottom: 80px;
  }

  .image-book {
    object-position: 50% 30%;
  }

  .services-2-banner {
    background-size: cover;
    background-attachment: fixed;
  }

  .service-banner-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-banner-image-wrap {
    height: 340px;
  }

  .gallery-grid {
    width: 63%;
  }

  .section-contact {
    padding-left: 19%;
  }

  .contact-left-column {
    width: 33%;
  }

  .lightbox-gallery {
    height: 15vw;
  }

  .banner-team-image-wrap {
    height: 500px;
  }

  .banner-img-wrap {
    width: 45%;
  }

  .flex-banner-wrapper {
    width: 95%;
  }

  .photo-white-overlay {
    width: 45%;
  }

  .contact-us-bg-image {
    width: 50%;
  }

  .main-content-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  ._404-text {
    font-size: 240px;
  }

  .primary-color-bg {
    min-width: 30vw;
  }

  .light-bg-element {
    margin-top: -1px;
  }

  .text-width-medium.center {
    font-size: 20px;
  }

  .home-banner {
    background-size: cover;
  }

  .div-block-5 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .picture {
    min-width: 30vw;
    min-height: 30vw;
  }

  .slider-container.second {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 20px;
  }

  blockquote {
    font-size: 28px;
  }

  .section.changelog-banner {
    min-height: 300px;
    margin-top: 120px;
  }

  .section.job-position-banner {
    margin-top: 120px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.about-us-banner {
    min-height: 300px;
    margin-top: 120px;
  }

  .section.about-2-banner {
    min-height: 400px;
  }

  .section.gallery-banner {
    background-position: 50% 0;
    min-height: 380px;
    padding-bottom: 60px;
  }

  .section.landing-banner {
    background-position: 135%, 4% 36%;
  }

  .section.about-2-banner {
    min-height: 400px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section.our-team-banner {
    margin-top: 120px;
    padding-bottom: 80px;
  }

  .section.team-details-banner {
    margin-top: 120px;
  }

  .section.contact-us-banner {
    flex-flow: column-reverse;
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .section.living-img {
    background-image: linear-gradient(#0e0e0e80, #0e0e0e80), url('../images/pexels-matthiaszomer-339620-1_1pexels-matthiaszomer-339620 (1).webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 320px;
  }

  .section.banner-living-options {
    min-height: 300px;
    margin-top: 120px;
    padding-bottom: 80px;
  }

  .section.event-details-banner {
    margin-top: 120px;
    padding-bottom: 0;
  }

  .section.banner-career {
    min-height: 400px;
    margin-top: 120px;
  }

  .section.blog-banner {
    min-height: 300px;
    margin-top: 120px;
  }

  .section.blog-details {
    margin-top: 120px;
  }

  .section.about-quote-section {
    margin-top: -80px;
    padding-top: 160px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .pages-banner {
    min-height: 300px;
    margin-top: 120px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-page-wrap {
    flex-flow: column;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 54px;
  }

  .blog-post-title {
    font-size: 26px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-sidebar-image {
    height: 380px;
  }

  .blog-template-image {
    margin-bottom: 30px;
  }

  .section-title-wrapper.team-section-title {
    width: 100%;
  }

  .banner-title-wrapper {
    width: 95%;
  }

  .banner-title-wrapper.services-2, .banner-title-wrapper.event-details {
    margin-bottom: 60px;
  }

  .accordion-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .accordion-wrap {
    width: 100%;
  }

  .pricing-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-item {
    width: 60%;
  }

  .pricing-item.item-margin-top {
    margin-top: 0;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .job-position-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contacts-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contacts-content-wrapper, .contacts-form-wrapper {
    text-align: center;
    width: 70%;
  }

  .contacts-detail.tablet-width {
    width: 310px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-social-icons-wrapper {
    margin-top: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 95px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 40px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-top: 120px;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .footer-logo-wrapper {
    width: 50%;
    margin-bottom: 0;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 90%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-banner {
    min-height: 360px;
  }

  .service-list-2-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .service-list-2-item-description {
    margin-bottom: 20px;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .gallery-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-tab-link.all-projects {
    padding-left: 0;
  }

  .gallery-tab-link.last-child {
    padding-right: 0;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    max-width: 500px;
    margin-bottom: 40px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-banner-title {
    font-size: 56px;
  }

  .team-title {
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 20px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonials-slider-content {
    max-width: 675px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .testimonials-quote {
    max-width: 555px;
    font-size: 21px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .testimonials-quote-author {
    margin-top: 30px;
  }

  .testimonials-slider-home-2 {
    width: 95%;
  }

  .banner-section {
    padding-top: 60px;
  }

  .banner-section.home-2-banner {
    min-height: auto;
    padding-top: 240px;
    padding-bottom: 140px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .banner-home-2-description {
    width: 85%;
  }

  .banner-content {
    text-align: center;
    width: 90%;
  }

  .banner-content.desctop-margin-top-50 {
    margin-top: 0;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-3-banner-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .home-3-banner-content {
    text-align: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-blog-list {
    column-count: 2;
    justify-content: center;
  }

  .home-2-blog-item {
    width: 47.5%;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .primary-dark-button, .button-secondary {
    display: block;
  }

  .top-contact-section {
    align-items: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .top-contact-wrapper {
    flex-wrap: wrap;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .nav-dropdowm-link-line-2 {
    display: none;
  }

  .nav-menu-wrap {
    background-color: #0000;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-dropdown-dark {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .close-icon {
    align-self: stretch;
  }

  .nav-menu-shadow-overlay {
    z-index: 5;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    margin-top: 0;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .button-close-menu.w--open {
    background-color: #0000;
    padding: 0;
  }

  .navbar-dropdown-icon {
    color: var(--primary-dark);
    justify-content: space-between;
    margin-right: 20px;
    inset: 0% 0% 0% auto;
  }

  .image-main-logo-tablet {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .nav-menu-tablet {
    background-color: var(--primary-dark);
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 20px;
    display: flex;
    box-shadow: 1px 0 10px #0000000d;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .menu-tablet-button {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
  }

  .menu-tablet-button.w--open {
    background-color: #0000;
    display: none;
  }

  .nav-item-link {
    padding: 10px 0;
    font-size: 16px;
  }

  .nav-item-link.link-white {
    color: var(--primary-dark);
  }

  .main-menu-wrapper {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-dropdown-intro-link {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-intro-link.w--current:hover {
    color: var(--paragraph-blue\<deleted\|variable-45971f01\>);
  }

  .dropdown-item {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
  }

  .logo-tablet {
    justify-content: center;
    display: block;
  }

  .logo-tablet:hover {
    opacity: 1;
  }

  .logo-tablet.w--current {
    min-width: 150px;
    height: 60px;
    min-height: 60px;
    display: flex;
  }

  .nav-dropdown-menu {
    background-color: var(--primary-dark);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .nav-dropdown-link-wrap:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-item {
    color: #0d0d0d;
  }

  .nav-item.white-link {
    color: var(--primary-dark);
  }

  .main-nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-header-wrap {
    border-left-style: none;
    display: none;
  }

  .right-header-wrap.serv {
    display: block;
  }

  .navbar-dropdown-list {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .navbar-dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .navbar-dropdown-list.megamenu {
    padding-right: 0;
  }

  .navbar-dropdown-list.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .nav-links-wrapper {
    background-color: var(--primary-dark);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .button-tablet-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding-right: 20px;
    display: flex;
  }

  .footer-center-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .working-hours-wrap {
    text-align: left;
    margin-bottom: 10px;
  }

  .working-hours-wrap.no-margin {
    text-align: center;
    margin-bottom: 0;
  }

  .banner-content-wrap {
    grid-template-columns: 1.4fr;
  }

  .soins.img-banner {
    object-position: 50% 10%;
  }

  .soins.img-banner-home-3 {
    object-position: 50% 0%;
  }

  .banner-text-content {
    text-align: left;
    width: 580px;
  }

  .banner-text-content.full-width {
    width: 95%;
  }

  .services-collection-list.last-column {
    grid-template-columns: 1fr 1fr;
  }

  .services-collection-list.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .service-card-title {
    font-size: 20px;
  }

  .about-wrapper-grid {
    grid-template-columns: 1fr;
  }

  .persons-wrapper {
    margin-top: 40px;
  }

  .about-image-wrap {
    height: 380px;
  }

  .collection-list-slider-first {
    grid-column-gap: 15px;
  }

  .arrow-slider-first {
    right: 41%;
  }

  .arrow-slider-first.left-arrow {
    left: 41%;
  }

  .team-name {
    font-size: 20px;
  }

  .video-section {
    background-position: 60%;
  }

  .testimonials-container {
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: stretch;
  }

  .arrow-light {
    bottom: 0;
    right: 0;
  }

  .arrow-light.left-white-arrow {
    right: 70px;
  }

  .customer-reviews-slider {
    height: 100%;
  }

  .testimonials-left-wrap {
    width: auto;
  }

  .name-container {
    margin-top: 0;
  }

  .testimonials-right-wrap {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .home-1-blog-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    display: flex;
  }

  .section-title-wrap-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project-item {
    width: 48.6%;
  }

  .section-title-wrap-left {
    width: 560px;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .lightbox-link-gallery {
    height: 280px;
  }

  .gallery.position {
    object-position: 0% 50%;
  }

  .top-form-fields-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-title-wrap-left {
    width: 460px;
  }

  .home-3-banner-img-wrap {
    text-align: center;
    width: 100%;
    max-height: 400px;
    position: static;
    top: 120px;
  }

  .max-width-80 {
    max-width: 100%;
  }

  .title-block-width {
    width: 90%;
  }

  .navbar-transparent {
    overflow: visible;
  }

  .service-item-home-1 {
    min-height: 305px;
  }

  .services-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .margin-top-60 {
    margin-top: 0;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rows-item-wrapper {
    padding-right: 0;
  }

  .left-vertical-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .right-vertical-wrap {
    min-width: 100%;
    display: none;
  }

  .right-vertical-wrap.menage, .right-vertical-wrap.vetements {
    display: none;
  }

  .right-vertical-wrap.logistic {
    display: block;
  }

  .heading-description.align-left {
    text-align: center;
  }

  .block-horizontal-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .block-horizontal-wrapper.tablet-reverse {
    flex-flow: wrap-reverse;
  }

  .collection-list-slider-services {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .arrow-slider-services {
    top: -29%;
  }

  .service-description-block {
    min-height: 170px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-card-title-home-2 {
    font-size: 20px;
  }

  .event-image-wrap {
    height: 100%;
  }

  .event-title-home-2 {
    font-size: 26px;
  }

  .events-collection-list {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .team-collection-grid {
    grid-row-gap: 20px;
  }

  .team-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-background-video.events-banner {
    height: 450px;
    min-height: auto;
  }

  .banner-section-home-3 {
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .description-banner {
    width: 80%;
    margin-top: 10px;
  }

  .video-content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    display: flex;
  }

  .video-left-wrapper {
    width: 100%;
    height: 380px;
  }

  .info-about-wrapper {
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .video-wrap {
    right: 10px;
  }

  .services-list {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .service-card-content {
    padding-top: 20px;
  }

  .service-title {
    font-size: 20px;
  }

  .event-item-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-horizontal.gap-10 {
    flex-wrap: wrap;
  }

  .event-title-large {
    font-size: 32px;
  }

  .collection-item-portfolio:nth-child(2n) {
    margin-left: -15px;
  }

  .portfolio-image-wrapper {
    width: 50%;
  }

  .team-collection-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-text-content {
    font-size: 28px;
  }

  .slide-arrow {
    top: -35%;
  }

  .testimonials-mask-home-3 {
    width: 75%;
  }

  .blog-image-link-home-3 {
    max-height: 340px;
  }

  .blog-horizontal-item, .grid-wrapper-gap-60 {
    grid-template-columns: 1fr;
  }

  .service-collection-item-home-3 {
    width: 47.8%;
  }

  .quote-image {
    width: 330px;
  }

  .job-title-link {
    font-size: 26px;
  }

  .about-banner-content {
    width: auto;
    max-width: 95%;
    margin-bottom: 0;
  }

  .paragraph-banner {
    width: 70%;
  }

  .flex-horizontal-align-start.about {
    justify-content: center;
  }

  .quote-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .quote-wrap-about-1 {
    width: 55%;
  }

  .video-lightbox-about-us {
    width: 100%;
    min-height: 340px;
  }

  .background-bottom {
    height: 15%;
  }

  .title-container-left {
    width: 400px;
  }

  .job-collection-list {
    flex-flow: wrap;
    justify-content: center;
  }

  .job-position-item {
    width: 47.9%;
  }

  .banner-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-banner-bottom {
    z-index: -1;
    background-image: linear-gradient(#0000, #0000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0%;
    height: 430px;
    margin-top: -20px;
  }

  .content-info {
    align-items: center;
    width: 100%;
  }

  .banner-description-80 {
    width: 70%;
    padding-right: 0;
  }

  .about-us-banner-content {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .description-banner-top-block {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 180px;
    display: flex;
  }

  .counter-about-us {
    flex-flow: row;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    inset: auto auto 0;
  }

  .benefits-wrap-about-us-3 {
    flex-flow: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-services {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .banner-content-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    place-items: start stretch;
  }

  .banner-content-grid.tablet-single-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .book-form {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-right: 0;
  }

  .book-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .title-book-form {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .left-book-wrap {
    width: 100%;
  }

  .image-book {
    object-position: 50% 0%;
  }

  .book-form-block {
    width: 80%;
  }

  .right-book-wrap {
    width: 100%;
    height: 400px;
    position: relative;
  }

  .form-button-wrap {
    margin-bottom: 0;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .banner-triple-images {
    min-height: 320px;
  }

  .service-item-title {
    font-size: 26px;
  }

  .subtitle-dark {
    font-size: 20px;
  }

  .date-link:hover, .date-link.w--current {
    padding-left: 20px;
  }

  .stage-banner {
    height: 500px;
  }

  .history-timeline-wrapper {
    grid-row-gap: 80px;
  }

  .timeline-list {
    grid-template-columns: 1fr 1fr;
  }

  .bottom-image-wrap {
    height: 320px;
  }

  .our-history-sidebar {
    width: 25%;
    padding-right: 0;
  }

  .our-history-stage-list {
    grid-row-gap: 60px;
  }

  .top-text-content {
    grid-row-gap: 80px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .banner-content-left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-color-background {
    width: 25%;
  }

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

  .service-banner-image-wrap {
    width: 45%;
  }

  .home-banner-section {
    padding-top: 150px;
  }

  .home-banner-section.service-detail {
    margin-top: 120px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .instagram {
    height: 25vw;
  }

  .contact-left-column {
    width: 90%;
  }

  .contact-feed {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lightbox-gallery {
    height: 240px;
  }

  .tab-top-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-list {
    width: 100%;
  }

  .background-top {
    height: 15%;
  }

  .collection-team-item {
    padding-top: 10px;
  }

  .primary-preloader.contact-us-preloader {
    top: 50%;
  }

  .details-team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-banner-title {
    font-size: 60px;
  }

  .rich-text.quote-margin-top {
    margin-top: 40px;
  }

  .banner-section-faq {
    flex-flow: column-reverse;
    padding-top: 180px;
    padding-bottom: 0;
  }

  .banner-img-wrap {
    text-align: center;
    width: 100%;
    height: 360px;
    position: static;
    top: 120px;
  }

  .flex-banner-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    align-items: center;
  }

  .right-banner-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    max-width: 100%;
  }

  .team-title-name-wrap {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .photo-item {
    width: 100%;
  }

  .photo-white-overlay {
    top: 15px;
    left: 15px;
  }

  .social-icons-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact-soc-icons-wrap {
    text-align: center;
  }

  .contacts-details-wrapper {
    align-items: center;
  }

  .banner-content-contact {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .contact-us-content-wrapper {
    margin-bottom: 40px;
  }

  .contact-us-bg-image {
    background-position: 50% 15%;
    width: 100%;
    max-width: 100%;
    height: 360px;
    position: static;
  }

  .two-column-wrapper {
    grid-column-gap: 30px;
  }

  .column-two {
    width: 45%;
  }

  .in-section-title {
    font-size: 44px;
  }

  .column-one {
    width: 50%;
  }

  .video-banner {
    justify-content: flex-end;
    height: 450px;
    min-height: auto;
  }

  .home-events-collection-list {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .banner-primary-background {
    height: 75%;
  }

  .left-sidebar-content-wrap {
    width: 100%;
  }

  .right-sidebar-info {
    width: 100%;
    position: static;
  }

  .main-content-wrap {
    flex-flow: column-reverse;
  }

  .info-event-wrap {
    justify-content: space-between;
    display: flex;
  }

  .info-wrap {
    flex-flow: column;
    display: flex;
  }

  .form-button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .grid-3-column-benefits {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns-benefits {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-top-wrap {
    width: 100%;
  }

  .job-about-image-wrapper {
    height: 380px;
  }

  .home-blog-list {
    column-count: 2;
    justify-content: center;
  }

  .home-blog-list.blog-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .item-blog-content {
    min-height: 320px;
  }

  .blog-background-top {
    height: 20%;
  }

  ._404-text {
    font-size: 160px;
  }

  .primary-color-bg {
    z-index: -1;
    display: none;
    inset: auto 0% 0%;
  }

  .coming-soon-image-wrap {
    display: none;
  }

  .home-service-title {
    font-size: 26px;
  }

  .max-width-60 {
    max-width: 100%;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .home-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/dominik-lange-VUOiQW4OeLI-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .green-color-text {
    color: var(--primary);
  }

  .div-block-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .picture {
    min-width: 40vw;
    min-height: 40vw;
  }

  .card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .primary-button-white-copy:hover {
    opacity: 1;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .process-timeline-bar {
    height: 68%;
    top: 4%;
  }

  .process-step-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .image-2 {
    width: 100%;
  }

  .process-step-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .process-timeline-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    left: 2rem;
  }

  .ts_tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .ts_tabs-menu {
    padding-left: 0;
  }

  .section_description {
    max-width: 40rem;
  }

  .section-2 {
    height: auto;
  }

  .card_component:hover {
    opacity: 1;
  }

  .image-3 {
    width: 32px;
    height: 32px;
  }

  .grid-services, .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5, blockquote {
    font-size: 24px;
  }

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

  .section.changelog-banner, .section.job-position-banner, .section.banner-testimonials {
    margin-top: 140px;
  }

  .section.about-us-banner {
    margin-top: 140px;
    padding-bottom: 80px;
  }

  .section.gallery-banner {
    min-height: 350px;
    padding-bottom: 40px;
  }

  .section.landing-banner {
    background-image: url('../images/Landing-Banner-image-2.png');
    background-position: 145% 65%;
    background-repeat: no-repeat;
    background-size: 400px;
    margin-top: 140px;
  }

  .section.without-top-spacing {
    padding-top: 80px;
  }

  .section.light-gray-background.mobile-without-bottom-space {
    padding-bottom: 0;
  }

  .section.about-2-banner {
    padding-top: 0;
  }

  .section.mobile-without-bottom-space {
    padding-bottom: 0;
  }

  .section.services-3-list {
    padding-bottom: 80px;
  }

  .section.section-top-margin {
    padding-bottom: 40px;
  }

  .section.our-team-banner {
    margin-top: 140px;
    padding-top: 80px;
  }

  .section.team-details-banner {
    margin-top: 140px;
    padding-top: 40px;
  }

  .section.contact-us-banner, .section.banner-pricing {
    margin-top: 140px;
  }

  .section.living-img {
    background-image: linear-gradient(#0e0e0e80, #0e0e0e80), url('../images/pexels-matthiaszomer-339620-1_1pexels-matthiaszomer-339620 (1).webp');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.banner-living-options {
    margin-top: 140px;
    padding-bottom: 60px;
  }

  .section.event-details-banner {
    margin-top: 140px;
  }

  .section.banner-career {
    min-height: auto;
    margin-top: 140px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blog-banner {
    margin-top: 140px;
    padding-bottom: 80px;
  }

  .section.blog-details, .section.banner-blog-category {
    margin-top: 140px;
  }

  .section.about-quote-section {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 48px;
  }

  .h2-tablet {
    font-size: 38px;
  }

  .h3-tablet {
    font-size: 32px;
  }

  .style-guide-body-wrapper, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

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

  .pages-banner {
    min-height: 250px;
    margin-top: 140px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-wrap._404-page {
    background-position: 0 0, 40%;
  }

  .utility-page-content {
    width: 60%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    width: 75%;
  }

  .coming-soon-form {
    flex-flow: column;
    width: 100%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 48px;
  }

  .blog-post-title {
    font-size: 24px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-image {
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.max-width-70 {
    width: 100%;
  }

  .section-title-wrapper.team-section-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .team-social-links-wrapper.team-banner {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .banner-title-wrapper.event-details {
    width: 100%;
  }

  .accordion-toggle {
    padding: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-list-content {
    padding: 10px 30px 20px;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pricing-item {
    width: 90%;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .job-position-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper, .contacts-form-wrapper {
    width: 90%;
  }

  .contacts-detail.tablet-width {
    width: 100%;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-social-icons-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    margin-top: 140px;
  }

  .footer-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
    width: 320px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .testimonials-card-item.f-width {
    max-width: none;
  }

  .service-details-content {
    flex-wrap: wrap;
    width: 100%;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .button-wrapper {
    margin-top: 40px;
  }

  .service-list-banner {
    min-height: 300px;
    margin-top: 140px;
  }

  .service-list-2-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-list-2-wrapper._2-column {
    grid-template-columns: 1fr;
  }

  .service-list-2-item-description {
    margin-top: 10px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .gallery-tab-link {
    padding-left: 0;
    padding-right: 10px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-buttons-wrapper {
    grid-column-gap: 20px;
  }

  .home-banner-title {
    font-size: 50px;
  }

  .left-arrow {
    left: 0;
    right: auto;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .testimonials-quote {
    font-size: 18px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .banner-home-2-description {
    width: 100%;
    margin-top: 10px;
  }

  .banner-content {
    width: 90%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-2-blog-list {
    column-count: 1;
  }

  .home-2-blog-item {
    width: 100%;
  }

  .blog-content {
    min-height: 260px;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-1-content-wrap-left, .about-1-content-wrap-right {
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .details-page-title {
    width: 100%;
    font-size: 40px;
  }

  .position-relative.section-bottom-space {
    padding-bottom: 60px;
  }

  .coming-soon-form-main {
    width: 100%;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .section-purchase {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-wrapper-sg {
    margin-top: 20px;
  }

  .top-contact-wrapper {
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .nav-menu-shadow-overlay {
    margin-top: 0;
  }

  .nav-menu-tablet {
    height: 76px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-dropdown-menu {
    overflow: hidden;
  }

  .footer-center-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .soc-icons-footer-wrap {
    text-align: center;
  }

  .working-hours-wrap {
    text-align: center;
    width: 100%;
  }

  .home-1-banner-description {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-text-content {
    text-align: center;
    width: 100%;
  }

  .banner-text-content.full-width {
    text-align: left;
    width: 100%;
  }

  .services-collection-list.last-column, .services-collection-list.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .service-collection-item {
    border-bottom: .5px solid var(--light-gray);
  }

  .persons-wrapper.no-top-margin {
    margin-top: 0;
  }

  .slider-team {
    height: auto;
  }

  .collection-list-slider-first {
    grid-template-columns: 1fr;
  }

  .arrow-slider-first {
    right: 38%;
  }

  .arrow-slider-first.left-arrow {
    left: 38%;
  }

  .image-team {
    max-height: 300px;
  }

  .video-section {
    background-position: 60%;
    height: 480px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-hover-button {
    width: 80px;
    height: 80px;
  }

  .testimonials-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .testimonials-left-wrap {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .name-container {
    width: 70%;
  }

  .testimonials-right-wrap {
    width: 100%;
    height: 100%;
  }

  .quote-small {
    padding-right: 0;
  }

  .home-1-blog-list-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-wrap-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .project-item, .section-title-wrap-left {
    width: 100%;
  }

  .section-title-wrap-left.mobile-margin-bottom-80 {
    margin-bottom: 80px;
  }

  .projects-image-link {
    height: 280px;
  }

  .home-projects-image {
    object-position: 50% 20%;
  }

  .project-content-wrapper {
    min-height: auto;
  }

  .category-project {
    margin-bottom: 15px;
  }

  .lightbox-link-gallery {
    height: 240px;
  }

  .section-contact-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-title-wrap-left {
    width: 100%;
  }

  .home-3-banner-heading {
    font-size: 48px;
  }

  .title-block-width {
    width: 100%;
  }

  .buttons-wrap {
    justify-content: center;
    align-items: center;
  }

  .services-grid-wrap {
    flex-flow: column;
    display: flex;
  }

  .margin-top-60 {
    margin-top: 0;
  }

  .home-features-item-number {
    font-size: 64px;
  }

  .home-feature-item {
    padding-top: 0;
  }

  .rows-item-wrapper {
    margin-top: 30px;
  }

  .block-horizontal-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-list-slider-services {
    grid-template-columns: 1fr;
  }

  .arrow-slider-services {
    top: -8%;
    right: 38%;
  }

  .service-description-block {
    min-height: auto;
    padding: 30px 40px;
  }

  .event-title-home-2 {
    font-size: 24px;
  }

  .team-collection-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .banner-background-video {
    height: 100%;
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 120px;
  }

  .banner-background-video.events-banner {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .features-text-description {
    font-size: 16px;
  }

  .home-number-item-yellow {
    min-width: 55px;
    font-size: 64px;
  }

  .banner-section-home-3 {
    padding-bottom: 60px;
  }

  .description-banner {
    width: 100%;
  }

  .logo-home-3 {
    height: 35px;
  }

  .video-content-wrap {
    width: 100%;
  }

  .video-wrap {
    padding: 20px 30px;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .features-grid-absolute {
    grid-template-columns: 1fr 1fr;
  }

  .event-item-content-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .event-title-large {
    font-size: 28px;
  }

  .collection-item-portfolio {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .collection-item-portfolio:nth-child(2n) {
    margin-left: 0;
  }

  .portfolio-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .portfolio-image {
    height: 300px;
    min-height: 300px;
  }

  .team-collection-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-collection-item {
    width: 100%;
  }

  .testimonial-text-content {
    font-size: 24px;
  }

  .testimonials-slider-home-3 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-arrow {
    left: 5%;
  }

  .slide-arrow.left {
    left: 2%;
  }

  .slide-arrow.right {
    right: 2%;
  }

  .testimonials-mask-home-3 {
    width: 70%;
  }

  .blog-link {
    max-height: 340px;
  }

  .grid-wrapper-gap-60 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-collection-item-home-3 {
    width: 100%;
  }

  .quote-image {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .job-title-link {
    font-size: 24px;
  }

  .about-banner-content {
    max-width: 100%;
    margin-bottom: 0;
  }

  .paragraph-banner {
    width: 100%;
  }

  .flex-horizontal-align-start.about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .banner-features-item-number {
    font-size: 64px;
  }

  .quote-grid-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .quote-wrap-about-1, .title-container-60 {
    width: 100%;
  }

  .about-3-tab-link-2.w--current, .about-us-tab-link.w--current {
    font-size: 20px;
  }

  .title-container-left, .job-position-item {
    width: 100%;
  }

  .about-3-tab-link-3.w--current {
    font-size: 20px;
  }

  .video-banner-bottom {
    height: 380px;
  }

  .banner-number-title {
    font-size: 44px;
  }

  .banner-description-80 {
    width: 100%;
  }

  .about-us-banner-content {
    text-align: center;
    width: 100%;
  }

  .description-banner-top-block {
    flex-direction: column;
  }

  .counter-about-us {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .benefits-wrap-about-us-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-3-tab-link-4.w--current {
    font-size: 20px;
  }

  .collection-list-services {
    grid-template-columns: 1fr;
  }

  .banner-content-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .banner-content-grid.tablet-single-column {
    width: 100%;
  }

  .book-form {
    top: 0;
  }

  .error-message-form {
    text-align: left;
  }

  .title-book-form {
    margin-bottom: 20px;
  }

  .image-book {
    object-position: 50% 0%;
  }

  .success-message-form {
    text-align: left;
  }

  .book-form-block {
    width: 100%;
  }

  .form-button-wrap {
    margin-bottom: 0;
  }

  .about-tab-link.w--current, .about-3-tab-link-6.w--current {
    font-size: 20px;
  }

  .services-2-banner {
    min-height: 300px;
    margin-top: 140px;
    padding-top: 60px;
  }

  .banner-triple-images {
    min-height: 260px;
  }

  .service-item-title {
    font-size: 24px;
  }

  .subtitle-dark {
    font-size: 18px;
  }

  .stage-banner {
    height: 400px;
  }

  .history-timeline-wrapper {
    grid-row-gap: 60px;
  }

  .timeline-list {
    grid-template-columns: 1fr;
  }

  .bottom-image-wrap {
    grid-row-gap: 40px;
  }

  .our-history-sidebar {
    top: 160px;
  }

  .top-text-content {
    grid-row-gap: 80px;
  }

  .history-flex-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .banner-color-background {
    width: 100%;
    height: 25%;
    inset: auto 0% 0%;
  }

  .service-banner-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .service-banner-text {
    text-align: center;
    width: 100%;
  }

  .service-banner-image-wrap {
    width: 100%;
  }

  .service-banner-description {
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner-section {
    margin-top: 70px;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .home-banner-section.service-detail {
    margin-top: 140px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .instagram {
    height: 40vw;
  }

  .contact-left-column {
    width: 100%;
  }

  .contact-team-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-team-image-wrap {
    height: 350px;
  }

  .banner-team-position {
    margin-bottom: 20px;
  }

  .primary-preloader.contact-us-preloader {
    top: 52%;
  }

  .details-team-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.1fr .9fr;
    place-items: start center;
  }

  .team-banner-title {
    margin-bottom: 10px;
    font-size: 46px;
  }

  .right-banner-content, .photo-item {
    width: 100%;
  }

  .photo-white-overlay {
    width: 100%;
    margin-top: 15px;
    position: static;
  }

  .lightbox-link-gallery-full {
    height: 240px;
  }

  .social-icons-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .contact-soc-icons-wrap {
    text-align: center;
  }

  .contact-us-bg-image {
    height: 320px;
    margin-top: 5px;
  }

  .grid-4-column-benefits {
    grid-template-columns: 1fr;
  }

  .two-column-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .two-column-wrapper.center-reverse {
    flex-flow: column-reverse;
  }

  .two-column-wrapper.center-reverse.last-item {
    margin-bottom: 0;
  }

  .column-two {
    width: 100%;
  }

  .in-section-title {
    font-size: 38px;
  }

  .column-one {
    width: 100%;
  }

  .about-block-image {
    height: 340px;
  }

  .video-banner {
    min-height: auto;
  }

  .main-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .banner-event-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .info-event-wrap {
    flex-flow: column;
  }

  .grid-3-column-benefits {
    grid-template-columns: 1fr;
  }

  .grid-3-columns-benefits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .about-top-wrap {
    margin-bottom: 40px;
  }

  .job-benefits-wrapper {
    flex-wrap: wrap;
  }

  .home-blog-item {
    width: 100%;
  }

  .home-blog-list {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .home-blog-list.blog-3-columns {
    grid-template-columns: 1fr;
  }

  .item-blog-content {
    min-height: auto;
  }

  .author-image-wrap {
    width: 60px;
    height: 60px;
  }

  .top-wrapper-align-center {
    margin-bottom: 30px;
  }

  .blog-item-content-wrapper {
    min-height: auto;
  }

  ._404-text {
    font-size: 145px;
  }

  .primary-color-bg {
    width: 100%;
    height: 25%;
    inset: auto 0% 0%;
  }

  .blog-item-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-height: auto;
  }

  .home-service-title {
    font-size: 24px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .home-banner {
    background-position: 55% 0;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .picture {
    min-width: 40vw;
    min-height: 40vw;
    margin-bottom: 15px;
  }

  .div-block-8, .valeurs {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .process-step-item-number-icon {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .process-timeline-bar {
    left: 2rem;
  }

  .process-step-item-content-wrapper {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .process-timeline-wrapper {
    left: 0;
  }

  .absolute-image {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .ts_tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column-reverse;
  }

  .tabs-scroll_component {
    position: static;
  }

  .ts_tabs-content {
    width: 100%;
    height: 50vh;
    position: static;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .container-large.has-height {
    height: auto;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ts_tabs-menu {
    width: 100%;
  }

  .tabs-scroll_component-2, .tabs-scroll_component-3 {
    position: static;
  }

  .section_description {
    max-width: 30rem;
  }

  .heading-style-h2-2 {
    font-size: 1.5rem;
  }

  .card_component {
    width: 20rem;
    height: 11rem;
    padding: 2rem;
  }

  .card_component.with-bg {
    width: 100%;
    height: 100%;
  }

  .card_front-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: flex-start;
  }

  .card_image-front {
    width: 5rem;
  }

  .card_title {
    text-align: left;
    width: auto;
    font-size: 1.25rem;
  }

  .grid-services, .services-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.gallery-banner {
    min-height: 380px;
  }

  .section.landing-banner {
    background-image: url('../images/Landing-Banner-image-2.png');
    background-position: 160% 80%;
    background-repeat: no-repeat;
    background-size: 300px;
  }

  .section.without-top-spacing {
    padding-top: 80px;
  }

  .section.team-details-banner {
    padding-top: 60px;
  }

  .base-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

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

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .utility-page-wrap._404-page {
    background-position: 0 0, 35%;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-wrapper {
    width: 100%;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 42px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .team-social-links-wrapper.team-banner {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .banner-title-wrapper, .banner-title-wrapper.services-2, .banner-title-wrapper.event-details {
    text-align: center;
  }

  .text-white {
    font-size: 25px;
  }

  .accordion-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-toggle:hover {
    padding-left: 20px;
  }

  .accordion-list-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-item {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding: 20px;
  }

  .contacts-detail {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contacts-detail.tablet-width {
    flex-flow: row;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

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

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-brand-description {
    width: 100%;
  }

  .service-details-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-list-2-wrapper._2-column {
    grid-template-columns: 1fr;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .gallery-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-tab-link.last-child {
    padding-left: 0;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .sidebar-search-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .home-buttons-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .home-banner-title {
    font-size: 48px;
  }

  .team-title {
    margin-bottom: 20px;
  }

  .testimonials-slider-content {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-left-arrow {
    inset: auto auto 0% 32%;
  }

  .testimonials-right-arrow {
    inset: auto 32% 0% auto;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .testimonials-quote-author {
    margin-top: 20px;
  }

  .testimonials-slider-home-2 {
    width: 100%;
    padding-bottom: 60px;
  }

  .banner-section.home-2-banner {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .banner-home-2-description, .banner-content, .our-services-wrap {
    width: 100%;
  }

  .home-3-banner-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-3-banner-content {
    width: 100%;
  }

  .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .slider-additional-photo {
    display: none;
  }

  .rich-text-style h3 {
    margin-top: 20px;
  }

  .rich-text-style img {
    margin-top: 15px;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-licensing-link {
    text-align: center;
    justify-content: center;
    line-height: 1.6em;
  }

  .top-contact-section {
    height: auto;
    padding-bottom: 10px;
  }

  .top-contact-wrapper {
    justify-content: flex-start;
  }

  .top-contact-wrap {
    font-size: 14px;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .nav-item-link {
    color: var(--white);
  }

  .dropdown-item {
    width: 100%;
  }

  .navbar-dropdown-list.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .footer-center-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .soins.event-image {
    height: 260px;
  }

  .soins.mobile-hidden {
    display: none;
  }

  .soins.img-banner-home-3 {
    object-position: 35% 0%;
  }

  .services-collection-list.last-column, .services-collection-list.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .service-collection-item {
    border-right-style: none;
  }

  .subtitle-primary {
    margin-bottom: 10px;
  }

  .persons-wrapper.banner-persons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .persons-wrapper.no-top-margin {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .persons-description.text-align-left {
    text-align: center;
  }

  .arrow-slider-first {
    right: 32%;
  }

  .arrow-slider-first.left-arrow {
    left: 32%;
  }

  .team-image-wrap {
    height: 260px;
  }

  .image-team {
    width: 260px;
  }

  .video-content-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .video-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .video-section {
    background-position: 35%;
    height: 560px;
    padding-top: 80px;
  }

  .arrow-light {
    bottom: 0;
    right: 32%;
  }

  .arrow-light.left-white-arrow {
    left: 32%;
    right: auto;
  }

  .customer-reviews-slider {
    padding-bottom: 60px;
  }

  .testimonials-left-wrap {
    width: 100%;
  }

  .name-container {
    text-align: center;
    width: 100%;
  }

  .testimonials-right-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .lightbox-link-gallery {
    height: 280px;
  }

  .top-form-fields-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .home-3-banner-img-wrap {
    height: 360px;
  }

  .buttons-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-item, .service-content-home-1 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .service-item-home-1 {
    min-height: auto;
    padding: 30px 20px;
  }

  .services-grid-wrap {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-column-gap: 30px;
  }

  .home-features-item-number {
    font-size: 54px;
  }

  .home-feature-item {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row-item {
    grid-column-gap: 20px;
  }

  .right-vertical-wrap {
    height: 400px;
  }

  .banner-image-home-2 {
    object-position: 45% 50%;
  }

  .services-slider-home-2 {
    margin-top: 30px;
  }

  .arrow-slider-services {
    right: 33%;
  }

  .service-description-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .persons-images-block {
    width: 100%;
  }

  .person-item {
    height: 90px;
  }

  .person-item._01 {
    width: 50px;
    height: 50px;
  }

  .person-item._02 {
    z-index: 2;
    width: 65px;
    height: 65px;
  }

  .person-item._05 {
    z-index: 2;
    width: 90px;
  }

  .person-item._03 {
    flex: none;
    width: 65px;
    height: 65px;
  }

  .person-item._04 {
    width: 50px;
    height: 50px;
  }

  .event-content-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-image-wrap {
    width: 100%;
  }

  .collection-item-flex-horizontal {
    flex-flow: column-reverse;
  }

  .team-collection-grid {
    grid-template-columns: 1fr;
  }

  .home-number-item-yellow {
    min-width: 45px;
    font-size: 54px;
  }

  .video-content-wrap {
    width: 100%;
  }

  .service-card-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-grid-absolute {
    grid-column-gap: 30px;
  }

  .event-date-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-collection-wrap {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .testimonial-text-content {
    font-size: 20px;
  }

  .slide-arrow.left {
    inset: auto auto 40px 32%;
  }

  .slide-arrow.right {
    inset: auto 32% 40px auto;
  }

  .testimonials-mask-home-3 {
    width: 94%;
  }

  .flex-vertical-align-center {
    margin-bottom: 40px;
  }

  .blog-vertical-item, .blog-horizontal-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .job-title-link {
    margin-bottom: 10px;
  }

  .job-position-collection-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 15px;
  }

  .about-banner-content {
    height: 100%;
  }

  .paragraph-banner {
    width: 100%;
  }

  .banner-features-item-number {
    font-size: 48px;
  }

  .about-3-tab-link-2 {
    font-size: 16px;
  }

  .about-3-tab-link-2.w--current {
    font-size: 18px;
  }

  .about-us-tab-link {
    font-size: 16px;
  }

  .about-us-tab-link.w--current {
    font-size: 18px;
  }

  .job-position-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-3-tab-link-3 {
    font-size: 16px;
  }

  .about-3-tab-link-3.w--current {
    font-size: 18px;
  }

  .video-banner-bottom {
    height: 350px;
  }

  .description-banner-top-block {
    padding-bottom: 420px;
  }

  .counter-about-us {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefits-wrap-about-us-3 {
    flex-flow: wrap;
  }

  .statistics-item-full-width {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .about-3-tab-link-4 {
    font-size: 16px;
  }

  .about-3-tab-link-4.w--current {
    font-size: 18px;
  }

  .book-wrapper {
    grid-row-gap: 30px;
  }

  .error-message-form {
    margin-top: 0;
  }

  .right-book-wrap {
    height: 300px;
  }

  .about-tab-link {
    font-size: 16px;
  }

  .about-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-tab-link-6 {
    font-size: 16px;
  }

  .about-3-tab-link-6.w--current {
    font-size: 18px;
  }

  .banner-triple-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .date-link {
    border-bottom: 1px solid var(--primary-light);
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .date-link:hover {
    border-bottom: 1px solid var(--primary);
    padding-left: 0;
  }

  .stage-banner {
    height: 300px;
  }

  .history-timeline-wrapper {
    flex-flow: column;
    display: block;
  }

  .timeline-list {
    border-right-style: none;
    display: none;
  }

  .our-history-sidebar {
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .our-history-stage-list {
    grid-row-gap: 40px;
    width: 100%;
  }

  .top-text-content {
    grid-row-gap: 60px;
  }

  .line-scrolling-left-sidebar {
    display: none;
  }

  .heading-medium-right {
    width: 100%;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .contact-left-column {
    text-align: left;
    width: 100%;
  }

  .lightbox-gallery {
    height: 180px;
  }

  .background-top {
    height: 10%;
  }

  .contact-team-wrap {
    justify-content: center;
    align-items: center;
  }

  .banner-team-position {
    text-align: center;
  }

  .primary-preloader {
    top: 58%;
  }

  .primary-preloader.teams-preloader {
    top: 0%;
  }

  .details-team-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .team-banner-title {
    text-align: center;
  }

  .rich-text h3 {
    margin-top: 20px;
  }

  .rich-text img {
    margin-top: 15px;
  }

  .contacts-flex-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .flex-banner-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .right-banner-content {
    width: 100%;
  }

  .photo-white-overlay {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .lightbox-link-gallery-full {
    height: 280px;
  }

  .social-icons-wrapper {
    justify-content: center;
  }

  .contacts-details-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .banner-content-contact {
    text-align: center;
    align-items: center;
  }

  .contact-us-bg-image {
    height: 260px;
  }

  .banner-primary-background {
    height: 50%;
  }

  .right-sidebar-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-info {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .banner-event-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .form-button-wrapper {
    align-items: stretch;
    margin-top: 10px;
  }

  .info-text-wrapper {
    margin-bottom: 20px;
  }

  .banner-image-wrap {
    height: 340px;
  }

  .banner-image-wrap.mobile-hidden {
    display: none;
  }

  .banner-buttons-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .blog-item-text-content {
    padding: 0 20px 20px;
  }

  .item-blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-background-top {
    height: 17%;
  }

  ._404-text {
    font-size: 130px;
  }

  .event-location-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .home-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/dominik-lange-VUOiQW4OeLI-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card {
    min-width: auto;
  }

  .heading-3 {
    font-size: 22px;
  }

  .button-div {
    flex-flow: column;
    margin-bottom: 100px;
  }

  .heading-4 {
    margin-bottom: 25px;
    font-size: 25px;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .picture {
    min-width: 70vw;
    min-height: 40vw;
    margin-bottom: 10px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .card-grid {
    grid-template-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .process-step-item-number-icon {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }

  .process-timeline-bar {
    height: 68%;
    top: 7%;
    left: .875rem;
  }

  .process-step-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .process-step-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .process-step-item-content-wrapper {
    padding: 1rem;
  }

  .ts-tab-link, .ts-tab-link.w--current {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ts_tabs-content {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 30vh;
  }

  .ts_tabs-menu {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }

  .section_description {
    padding: 2rem 1rem;
  }

  .heading-style-h2-2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .slider-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-right-arrow, .slider-icon {
    display: none;
  }

  .slider {
    width: 100%;
  }

  .card_component {
    width: 17rem;
    height: 8rem;
  }

  .card_front-content {
    justify-content: center;
    align-items: center;
  }

  .card_image-front {
    width: 4rem;
  }

  .heading-9 {
    font-size: 22px;
  }
}

#w-node-_372136d8-e829-64ef-67e2-838d3299aaf5-83e7dc1c, #w-node-_3046d385-00ef-1a39-a240-eeadbd211d20-83e7dc1c, #w-node-f8dcdfff-88b2-174f-772a-e4e26476447c-83e7dc1c, #w-node-_2e780f7e-ddc2-b018-b89f-b3fe073d5c8c-83e7dc1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_471feb64-649c-4278-f319-e92b7866a817-7866a811 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_471feb64-649c-4278-f319-e92b7866a819-7866a811 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3998d40a-fe85-d094-c39b-60a2f21543d2-7866a811 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3998d40a-fe85-d094-c39b-60a2f21543d4-7866a811 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_471feb64-649c-4278-f319-e92b7866a823-7866a811 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_471feb64-649c-4278-f319-e92b7866a825-7866a811 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-eeb11e38-ea27-301f-d6f3-fc3292f3785f-92f37855, #w-node-eeb11e38-ea27-301f-d6f3-fc3292f3786e-92f37855, #w-node-eeb11e38-ea27-301f-d6f3-fc3292f37871-92f37855, #w-node-eeb11e38-ea27-301f-d6f3-fc3292f3788a-92f37855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7494952-58f2-11b5-f48e-438a0058a2bb-83e7dcbd {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c7494952-58f2-11b5-f48e-438a0058a2c0-83e7dcbd {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-83e7dcbf, #w-node-_4b8a4a1b-98ef-c2ad-d4a7-1840b6c1f5e1-83e7dcbf, #w-node-_67298d19-c3f5-9810-b878-2a0ce4ce8371-83e7dcbf, #w-node-_426a1d06-3d82-791e-606c-327d3dcf1ddf-83e7dcbf, #w-node-_68b053d0-1074-c207-1964-ed89354d0203-83e7dcbf, #w-node-_8da66af2-1a1f-ad76-79af-45644209dfb6-83e7dcbf, #w-node-_7885fcff-f72f-3453-eeab-c059137ae9c9-83e7dcbf, #w-node-_9fde25a2-e8a6-bae4-15e2-065bf7069eb3-83e7dcbf, #w-node-_48f67572-27fe-e68f-41f3-66d4aaa78b5b-83e7dcbf, #w-node-_4d589c67-793e-006a-9f00-19dda4ca292b-83e7dcbf, #w-node-_78648fd9-11d7-2c90-0db0-400de2084f1f-83e7dcbf, #w-node-_61f9c9ba-ec9c-e591-4bcd-39b867b3ddeb-83e7dcbf, #w-node-d86bd10c-296f-1595-f526-2dfc6c2ba30c-83e7dcbf, #w-node-_5d386957-aec5-5afc-befd-1e61c3a8d53e-83e7dcbf, #w-node-af150e49-8c90-f8d9-1bcf-36824fc39836-83e7dcbf, #w-node-d25f140b-2281-0530-458b-08a9515180c2-83e7dcbf, #w-node-fa10524d-5b1e-9b01-a9c9-44c40b1f9975-83e7dcbf, #w-node-ffa91d34-1a75-e34f-7dd8-b79a8a2382ca-83e7dcbf, #w-node-_954734dc-ef4c-fa25-07bb-202679345271-83e7dcbf, #w-node-_2bf39f8b-2ece-50e1-cd78-33c0bcca55ce-83e7dcbf, #w-node-_90e84f17-a196-cd79-6d2a-356fe3b1b0dc-83e7dcbf, #w-node-d9b6ca34-e1d8-543b-0972-8bdcf1876077-83e7dcbf, #w-node-bc92efa9-0d1d-f230-c0aa-593c935426a8-83e7dcbf, #w-node-cd4c4053-2e10-f0a8-7353-f43e540e2fd7-83e7dcbf, #w-node-_1e22b339-27ac-40ce-85bd-68e0cd84f20a-83e7dcbf, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-83e7dcbf, #w-node-ef6408ab-5956-6a99-dbae-de7140b416a3-83e7dcbf, #w-node-_00afd919-f832-0c55-14ec-872f7432d0f1-83e7dcbf, #w-node-bb1578d0-3399-74a1-44e9-80fbf33e4537-83e7dcbf, #w-node-_81204bcd-ccf1-d4aa-122c-56461501c53b-83e7dcbf, #w-node-_8176a714-468c-95be-c9b6-58ad1a02b0e4-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8ce9-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8ceb-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8cef-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8cf3-83e7dcbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_346af811-9b35-cbcf-d651-73d1b07c6033-83e7dcc1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_346af811-9b35-cbcf-d651-73d1b07c6038-83e7dcc1 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-83e7dcc5, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-83e7dcc5, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-83e7dcc5, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-83e7dcc5, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-83e7dcc5, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-83e7dcc5, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-83e7dcc5, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-83e7dcc5, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-83e7dcc5, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-83e7dcc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cefd5fb3-072e-13c1-fe88-3ab33a5f749d-83e7dcc7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_770ea11b-ce77-5374-8338-034b7497b02d-83e7dcc7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_770ea11b-ce77-5374-8338-034b7497b031-83e7dcc7 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_9acf5dfe-a3f5-3d02-df23-8627c91933ec-83e7dcdc, #w-node-_9acf5dfe-a3f5-3d02-df23-8627c91933f1-83e7dcdc, #w-node-_9acf5dfe-a3f5-3d02-df23-8627c91933f6-83e7dcdc, #w-node-_9acf5dfe-a3f5-3d02-df23-8627c91933fb-83e7dcdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d6d4152-a4c0-9390-7d86-4c9b385852ac-83e7dcdc {
  align-self: start;
}

#w-node-_467acccf-bf7a-9154-2682-9c1a57e4c89d-83e7dcdc {
  align-self: end;
}

#w-node-_72ec9a89-204b-f2c1-0723-69c598ef2a8a-83e7dcde {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_72ec9a89-204b-f2c1-0723-69c598ef2a8b-83e7dcde {
  align-self: start;
}

#w-node-d865dbd8-aec7-5e94-4bb4-e926460e51ef-83e7dcdf {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr .75fr 1.25fr 1fr;
}

#w-node-d865dbd8-aec7-5e94-4bb4-e926460e51f3-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51ff-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5202-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5205-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e520b-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5211-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e521d-83e7dcdf {
  grid-column: span 2 / span 2;
}

#w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6eb-83e7dcdf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr 1.25fr 1fr;
}

#w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6ef-83e7dcdf, #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6fb-83e7dcdf {
  grid-column: span 2 / span 2;
}

#w-node-fd296b4c-8620-1bc8-0c70-642ab273f163-83e7dcdf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr 1.25fr 1fr;
}

#w-node-fd296b4c-8620-1bc8-0c70-642ab273f172-83e7dcdf, #w-node-fd296b4c-8620-1bc8-0c70-642ab273f175-83e7dcdf {
  grid-column: span 2 / span 2;
}

#w-node-_967e13d4-a370-8f3b-349b-5422246036e7-83e7dcdf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr 1.25fr 1fr;
}

#w-node-_967e13d4-a370-8f3b-349b-5422246036eb-83e7dcdf, #w-node-_967e13d4-a370-8f3b-349b-5422246036f1-83e7dcdf {
  grid-column: span 2 / span 2;
}

#w-node-_4f60df90-77b7-7f9c-fab4-98699da9ebc8-83e7dce0, #w-node-_4f60df90-77b7-7f9c-fab4-98699da9ebcd-83e7dce0, #w-node-_4f60df90-77b7-7f9c-fab4-98699da9ebd2-83e7dce0, #w-node-_4f60df90-77b7-7f9c-fab4-98699da9ebd7-83e7dce0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5583fc52-e436-1641-41b2-1ddbc8858288-83e7dce0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr 1.25fr 1fr;
}

#w-node-_5583fc52-e436-1641-41b2-1ddbc885828d-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc885829d-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc88582a1-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc88582a5-83e7dce0 {
  grid-column: span 2 / span 2;
}

#w-node-_331203f6-8741-074d-f7cb-7927a293a0b9-83e7dce1, #w-node-_331203f6-8741-074d-f7cb-7927a293a0be-83e7dce1, #w-node-_331203f6-8741-074d-f7cb-7927a293a0c3-83e7dce1, #w-node-_331203f6-8741-074d-f7cb-7927a293a0c8-83e7dce1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e8dc6c2-147d-d47e-163f-8fa2c980c49e-83e7dce1 {
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1.2fr;
}

#w-node-_3e8dc6c2-147d-d47e-163f-8fa2c980c49f-83e7dce1 {
  grid-row: span 2 / span 2;
}

#w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac83f6-83e7dce1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr 1.25fr 1fr;
}

#w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac83fb-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac840b-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac840f-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac8413-83e7dce1 {
  grid-column: span 2 / span 2;
}

#w-node-a2cb18a2-2596-ef53-8d60-adcec971941a-83e7dd0b {
  align-self: center;
}

#w-node-_1659013e-9935-1371-be1b-bcc5f255fa53-83e7dd0b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr 1.25fr 1fr;
}

#w-node-_1659013e-9935-1371-be1b-bcc5f255fa58-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa68-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa6c-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa70-83e7dd0b {
  grid-column: span 2 / span 2;
}

#w-node-_2902caec-6bf9-6139-d368-779ebc2af7db-83e7dd0c, #w-node-_2902caec-6bf9-6139-d368-779ebc2af7e0-83e7dd0c, #w-node-_2902caec-6bf9-6139-d368-779ebc2af7e5-83e7dd0c, #w-node-_2902caec-6bf9-6139-d368-779ebc2af7ea-83e7dd0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf49bda4-ae5c-46ed-dfde-6466f0058e3c-83e7dd0c {
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1.2fr;
}

#w-node-cf49bda4-ae5c-46ed-dfde-6466f0058e3d-83e7dd0c {
  grid-row: span 2 / span 2;
}

#w-node-_4158262e-d135-80d3-e917-9482f80574a8-83e7dd20 {
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1.2fr;
}

#w-node-_4158262e-d135-80d3-e917-9482f80574a9-83e7dd20 {
  grid-row: span 2 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_9acf5dfe-a3f5-3d02-df23-8627c91933ec-83e7dcdc, #w-node-_4f60df90-77b7-7f9c-fab4-98699da9ebc8-83e7dce0, #w-node-_331203f6-8741-074d-f7cb-7927a293a0b9-83e7dce1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eeb11e38-ea27-301f-d6f3-fc3292f37863-92f37855 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-eeb11e38-ea27-301f-d6f3-fc3292f3786e-92f37855, #w-node-eeb11e38-ea27-301f-d6f3-fc3292f37871-92f37855 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-eeb11e38-ea27-301f-d6f3-fc3292f37877-92f37855, #w-node-eeb11e38-ea27-301f-d6f3-fc3292f3787f-92f37855 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-eeb11e38-ea27-301f-d6f3-fc3292f3788a-92f37855 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c7494952-58f2-11b5-f48e-438a0058a2bb-83e7dcbd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-c7494952-58f2-11b5-f48e-438a0058a2bc-83e7dcbd {
    grid-column: span 4 / span 4;
  }

  #w-node-c7494952-58f2-11b5-f48e-438a0058a2c0-83e7dcbd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c7494952-58f2-11b5-f48e-438a0058a2d7-83e7dcbd, #w-node-c7494952-58f2-11b5-f48e-438a0058a2db-83e7dcbd, #w-node-c7494952-58f2-11b5-f48e-438a0058a2df-83e7dcbd, #w-node-c7494952-58f2-11b5-f48e-438a0058a2e3-83e7dcbd {
    grid-column: span 2 / span 2;
  }

  #w-node-c7494952-58f2-11b5-f48e-438a0058a2e7-83e7dcbd {
    grid-column: span 4 / span 4;
  }

  #w-node-_346af811-9b35-cbcf-d651-73d1b07c6033-83e7dcc1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_346af811-9b35-cbcf-d651-73d1b07c6034-83e7dcc1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_346af811-9b35-cbcf-d651-73d1b07c6038-83e7dcc1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_346af811-9b35-cbcf-d651-73d1b07c604f-83e7dcc1, #w-node-_346af811-9b35-cbcf-d651-73d1b07c6053-83e7dcc1, #w-node-_346af811-9b35-cbcf-d651-73d1b07c6057-83e7dcc1, #w-node-_346af811-9b35-cbcf-d651-73d1b07c605b-83e7dcc1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_346af811-9b35-cbcf-d651-73d1b07c605f-83e7dcc1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3e4d5e00-5a9f-5835-e4b2-2e975d5c7e8d-83e7dcc7, #w-node-_3309789f-1b24-fcbc-6d73-a975b7e3ca8a-83e7dcc7, #w-node-_4de6afa8-d498-5fbc-1737-51b0f64778ec-83e7dcc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cefd5fb3-072e-13c1-fe88-3ab33a5f749d-83e7dcc7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_770ea11b-ce77-5374-8338-034b7497b02d-83e7dcc7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_770ea11b-ce77-5374-8338-034b7497b02e-83e7dcc7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_770ea11b-ce77-5374-8338-034b7497b031-83e7dcc7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_770ea11b-ce77-5374-8338-034b7497b037-83e7dcc7, #w-node-_770ea11b-ce77-5374-8338-034b7497b040-83e7dcc7, #w-node-_42d2fc72-9b9e-7dc3-748c-c624862afbaf-83e7dcc7, #w-node-_770ea11b-ce77-5374-8338-034b7497b043-83e7dcc7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_972b1ed7-a030-b58c-4983-7a2434ef51d3-83e7dcc7 {
    grid-column: span 4 / span 4;
  }

  #w-node-d2c65a28-c24c-e719-9913-61146bcd7032-83e7dcdc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_72ec9a89-204b-f2c1-0723-69c598ef2a8b-83e7dcde {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51ef-83e7dcdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .75fr 1.25fr 1fr;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51f9-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51fc-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51ff-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6eb-83e7dcdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .75fr 1.25fr 1fr;
  }

  #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6f5-83e7dcdf, #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6f8-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6fb-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-fd296b4c-8620-1bc8-0c70-642ab273f163-83e7dcdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .75fr 1.25fr 1fr;
  }

  #w-node-fd296b4c-8620-1bc8-0c70-642ab273f172-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-fd296b4c-8620-1bc8-0c70-642ab273f175-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-_967e13d4-a370-8f3b-349b-5422246036e7-83e7dcdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .75fr 1.25fr 1fr;
  }

  #w-node-_967e13d4-a370-8f3b-349b-5422246036f1-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-_967e13d4-a370-8f3b-349b-5422246036f4-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-_5583fc52-e436-1641-41b2-1ddbc8858288-83e7dce0 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .75fr 1.25fr 1fr;
  }

  #w-node-_5583fc52-e436-1641-41b2-1ddbc8858295-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc8858299-83e7dce0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5583fc52-e436-1641-41b2-1ddbc885829d-83e7dce0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6d4adccc-0d98-f475-f754-f159ed846842-83e7dce1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_6d4adccc-0d98-f475-f754-f159ed84684b-83e7dce1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e8dc6c2-147d-d47e-163f-8fa2c980c49e-83e7dce1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3e8dc6c2-147d-d47e-163f-8fa2c980c49f-83e7dce1 {
    grid-column: span 2 / span 2;
  }

  #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac83f6-83e7dce1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .75fr 1.25fr 1fr;
  }

  #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac8403-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac8407-83e7dce1 {
    grid-column: span 2 / span 2;
  }

  #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac840b-83e7dce1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1659013e-9935-1371-be1b-bcc5f255fa53-83e7dd0b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .75fr 1.25fr 1fr;
  }

  #w-node-_1659013e-9935-1371-be1b-bcc5f255fa60-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa64-83e7dd0b {
    grid-column: span 2 / span 2;
  }

  #w-node-_1659013e-9935-1371-be1b-bcc5f255fa68-83e7dd0b {
    grid-column: span 4 / span 4;
  }

  #w-node-cf49bda4-ae5c-46ed-dfde-6466f0058e3c-83e7dd0c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cf49bda4-ae5c-46ed-dfde-6466f0058e3d-83e7dd0c {
    grid-column: span 2 / span 2;
  }

  #w-node-b8858338-50ed-4b97-cc83-d4e26086c2f7-83e7dd20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4158262e-d135-80d3-e917-9482f80574a8-83e7dd20 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4158262e-d135-80d3-e917-9482f80574a9-83e7dd20 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_471feb64-649c-4278-f319-e92b7866a819-7866a811 {
    grid-column: span 1 / span 1;
  }

  #w-node-d2c65a28-c24c-e719-9913-61146bcd7032-83e7dcdc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_74c23471-1189-5df1-1315-4cd6f37cef71-83e7dcdc, #w-node-_74c23471-1189-5df1-1315-4cd6f37cef7d-83e7dcdc, #w-node-c3a9715a-18e4-e185-1e80-a0240293ec1c-83e7dcde, #w-node-c3a9715a-18e4-e185-1e80-a0240293ec28-83e7dcde {
    justify-self: center;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51ef-83e7dcdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51f0-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51f6-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51fc-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5208-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e520e-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5214-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5217-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e521a-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5220-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6eb-83e7dcdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6ec-83e7dcdf, #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6f2-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6f8-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-fd296b4c-8620-1bc8-0c70-642ab273f163-83e7dcdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-fd296b4c-8620-1bc8-0c70-642ab273f164-83e7dcdf, #w-node-fd296b4c-8620-1bc8-0c70-642ab273f168-83e7dcdf, #w-node-fd296b4c-8620-1bc8-0c70-642ab273f16c-83e7dcdf, #w-node-fd296b4c-8620-1bc8-0c70-642ab273f16f-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-fd296b4c-8620-1bc8-0c70-642ab273f172-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-_967e13d4-a370-8f3b-349b-5422246036e7-83e7dcdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_967e13d4-a370-8f3b-349b-5422246036e8-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-_967e13d4-a370-8f3b-349b-5422246036ee-83e7dcdf, #w-node-_967e13d4-a370-8f3b-349b-5422246036f4-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-_967e13d4-a370-8f3b-349b-5422246036f7-83e7dcdf {
    grid-column: span 4 / span 4;
  }

  #w-node-d209d6cf-0166-9d5d-bd8b-718b364361c7-83e7dce1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_528588cf-5699-d86f-2630-12b57fa6f9d5-83e7dce1 {
    grid-column: span 2 / span 2;
  }

  #w-node-a2cb18a2-2596-ef53-8d60-adcec971940d-83e7dd0b {
    justify-self: start;
  }

  #w-node-cf49bda4-ae5c-46ed-dfde-6466f0058e4e-83e7dd0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf49bda4-ae5c-46ed-dfde-6466f0058e5f-83e7dd0c {
    grid-column: span 2 / span 2;
  }

  #w-node-b8858338-50ed-4b97-cc83-d4e26086c2f7-83e7dd20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4158262e-d135-80d3-e917-9482f80574ba-83e7dd20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4158262e-d135-80d3-e917-9482f80574cb-83e7dd20 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3998d40a-fe85-d094-c39b-60a2f21543d4-7866a811, #w-node-_471feb64-649c-4278-f319-e92b7866a825-7866a811 {
    grid-column: span 1 / span 1;
  }

  #w-node-c7494952-58f2-11b5-f48e-438a0058a2bc-83e7dcbd, #w-node-c7494952-58f2-11b5-f48e-438a0058a2c0-83e7dcbd, #w-node-c7494952-58f2-11b5-f48e-438a0058a2d7-83e7dcbd, #w-node-c7494952-58f2-11b5-f48e-438a0058a2db-83e7dcbd, #w-node-c7494952-58f2-11b5-f48e-438a0058a2df-83e7dcbd, #w-node-c7494952-58f2-11b5-f48e-438a0058a2e3-83e7dcbd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-83e7dcbf, #w-node-_4b8a4a1b-98ef-c2ad-d4a7-1840b6c1f5e1-83e7dcbf, #w-node-_67298d19-c3f5-9810-b878-2a0ce4ce8371-83e7dcbf, #w-node-_426a1d06-3d82-791e-606c-327d3dcf1ddf-83e7dcbf, #w-node-_68b053d0-1074-c207-1964-ed89354d0203-83e7dcbf, #w-node-_8da66af2-1a1f-ad76-79af-45644209dfb6-83e7dcbf, #w-node-_7885fcff-f72f-3453-eeab-c059137ae9c9-83e7dcbf, #w-node-_9fde25a2-e8a6-bae4-15e2-065bf7069eb3-83e7dcbf, #w-node-_48f67572-27fe-e68f-41f3-66d4aaa78b5b-83e7dcbf, #w-node-_4d589c67-793e-006a-9f00-19dda4ca292b-83e7dcbf, #w-node-_78648fd9-11d7-2c90-0db0-400de2084f1f-83e7dcbf, #w-node-_61f9c9ba-ec9c-e591-4bcd-39b867b3ddeb-83e7dcbf, #w-node-d86bd10c-296f-1595-f526-2dfc6c2ba30c-83e7dcbf, #w-node-_5d386957-aec5-5afc-befd-1e61c3a8d53e-83e7dcbf, #w-node-af150e49-8c90-f8d9-1bcf-36824fc39836-83e7dcbf, #w-node-d25f140b-2281-0530-458b-08a9515180c2-83e7dcbf, #w-node-fa10524d-5b1e-9b01-a9c9-44c40b1f9975-83e7dcbf, #w-node-ffa91d34-1a75-e34f-7dd8-b79a8a2382ca-83e7dcbf, #w-node-_954734dc-ef4c-fa25-07bb-202679345271-83e7dcbf, #w-node-_2bf39f8b-2ece-50e1-cd78-33c0bcca55ce-83e7dcbf, #w-node-_90e84f17-a196-cd79-6d2a-356fe3b1b0dc-83e7dcbf, #w-node-d9b6ca34-e1d8-543b-0972-8bdcf1876077-83e7dcbf, #w-node-bc92efa9-0d1d-f230-c0aa-593c935426a8-83e7dcbf, #w-node-cd4c4053-2e10-f0a8-7353-f43e540e2fd7-83e7dcbf, #w-node-_1e22b339-27ac-40ce-85bd-68e0cd84f20a-83e7dcbf, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-83e7dcbf, #w-node-ef6408ab-5956-6a99-dbae-de7140b416a3-83e7dcbf, #w-node-_00afd919-f832-0c55-14ec-872f7432d0f1-83e7dcbf, #w-node-bb1578d0-3399-74a1-44e9-80fbf33e4537-83e7dcbf, #w-node-_81204bcd-ccf1-d4aa-122c-56461501c53b-83e7dcbf, #w-node-_8176a714-468c-95be-c9b6-58ad1a02b0e4-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8ce9-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8ceb-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8cef-83e7dcbf, #w-node-d6859443-b347-4eae-1972-51018ebd8cf3-83e7dcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_346af811-9b35-cbcf-d651-73d1b07c6034-83e7dcc1, #w-node-_346af811-9b35-cbcf-d651-73d1b07c6038-83e7dcc1, #w-node-_346af811-9b35-cbcf-d651-73d1b07c604f-83e7dcc1, #w-node-_346af811-9b35-cbcf-d651-73d1b07c6053-83e7dcc1, #w-node-_346af811-9b35-cbcf-d651-73d1b07c6057-83e7dcc1, #w-node-_346af811-9b35-cbcf-d651-73d1b07c605b-83e7dcc1, #w-node-_770ea11b-ce77-5374-8338-034b7497b02e-83e7dcc7, #w-node-_770ea11b-ce77-5374-8338-034b7497b031-83e7dcc7, #w-node-_770ea11b-ce77-5374-8338-034b7497b037-83e7dcc7, #w-node-_770ea11b-ce77-5374-8338-034b7497b040-83e7dcc7, #w-node-_42d2fc72-9b9e-7dc3-748c-c624862afbaf-83e7dcc7, #w-node-_770ea11b-ce77-5374-8338-034b7497b043-83e7dcc7 {
    grid-column: span 4 / span 4;
  }

  #w-node-d2c65a28-c24c-e719-9913-61146bcd7032-83e7dcdc {
    grid-column-end: 2;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51ef-83e7dcdf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51f0-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51f3-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51f6-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51f9-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51fc-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e51ff-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5202-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5205-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5208-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e520b-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e520e-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5211-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5214-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5217-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e521a-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e521d-83e7dcdf, #w-node-d865dbd8-aec7-5e94-4bb4-e926460e5220-83e7dcdf {
    grid-column: span 2 / span 2;
  }

  #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6ec-83e7dcdf, #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6ef-83e7dcdf, #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6f2-83e7dcdf, #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6f5-83e7dcdf, #w-node-_8189332f-96ff-dc63-1f2b-92e41f61d6f8-83e7dcdf, #w-node-fd296b4c-8620-1bc8-0c70-642ab273f164-83e7dcdf, #w-node-fd296b4c-8620-1bc8-0c70-642ab273f168-83e7dcdf, #w-node-fd296b4c-8620-1bc8-0c70-642ab273f16c-83e7dcdf, #w-node-fd296b4c-8620-1bc8-0c70-642ab273f16f-83e7dcdf, #w-node-fd296b4c-8620-1bc8-0c70-642ab273f172-83e7dcdf, #w-node-_967e13d4-a370-8f3b-349b-5422246036e8-83e7dcdf, #w-node-_967e13d4-a370-8f3b-349b-5422246036eb-83e7dcdf, #w-node-_967e13d4-a370-8f3b-349b-5422246036ee-83e7dcdf, #w-node-_967e13d4-a370-8f3b-349b-5422246036f1-83e7dcdf, #w-node-_967e13d4-a370-8f3b-349b-5422246036f4-83e7dcdf, #w-node-_5583fc52-e436-1641-41b2-1ddbc8858289-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc885828d-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc8858291-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc8858295-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc8858299-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc88582a1-83e7dce0, #w-node-_5583fc52-e436-1641-41b2-1ddbc88582a5-83e7dce0, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac83f7-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac83fb-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac83ff-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac8403-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac8407-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac840f-83e7dce1, #w-node-afb8ae81-5fe1-1b1e-35bc-923e5dac8413-83e7dce1, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa54-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa58-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa5c-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa60-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa64-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa6c-83e7dd0b, #w-node-_1659013e-9935-1371-be1b-bcc5f255fa70-83e7dd0b {
    grid-column: span 4 / span 4;
  }

  #w-node-b8858338-50ed-4b97-cc83-d4e26086c2f7-83e7dd20 {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}