:root {
  --text-dark-paragraph: #717171;
  --black: #141414;
  --accent-color: #ff2a0e;
  --footer-color: #141414;
  --primary-light: #f8f8f8;
  --midnight-blue: #060b3d80;
  --dark-blue: #0b0d29;
  --white: white;
  --gray: #f2f1f1;
  --light-gray: #f9f9fa;
  --dark-gray-50: #afafaf80;
  --orange: #eb682b;
  --dark-gray: #afafaf;
  --white-50: #ffffff80;
  --gris-charcoal: #36454f;
  --charcoal-fonce: #2e3b40;
  --charcoal-standard: #36454f;
  --charcoal-clair: #4a5d66;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

@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(--text-dark-paragraph);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  overflow-x: hidden;
}

h1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  margin-top: 10px;
  font-family: Muli, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--text-dark-paragraph);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

a {
  color: var(--accent-color);
  align-items: center;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--black);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  color: var(--text-dark-paragraph);
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

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

blockquote {
  color: var(--black);
  text-align: center;
  background-image: url('../images/Quote-icon_1Quote-icon.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 23px;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px 20px 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  background-color: var(--footer-color);
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

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

.section.banner {
  background-image: linear-gradient(to top, #0b0d2970, transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  display: flex;
}

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

.section.changelog-banner {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.blog-grid-banner {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent 67%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.banner-our-team {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mike-hindle-D_Vb_tr8Y8w-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
  position: static;
}

.section.banner-our-team.padding {
  padding-bottom: 140px;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.contacts-2-banner {
  background-image: linear-gradient(to top, var(--dark-blue), transparent 38%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.banner-testimonials {
  background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
}

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

.section.home-13-get-started {
  background-image: linear-gradient(90deg, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/469712543_907473778183719_5780679045140167721_n.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.home-ruc-3-banner-section {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent 85%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/engineer-1_1engineer (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 140px;
  display: flex;
}

.section.with-paralax {
  background-image: linear-gradient(#00000080, #00000080), url('../images/matt-seymour-su28EW1eYT4-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.style-guide-section {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.red-bg-with-rpint {
  background-color: var(--accent-color);
  background-image: url('../images/City-1-2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 400px;
}

.section.home-ruc-5-banner {
  background-image: linear-gradient(#03062499, #03062499), url('../images/man-working-1_1man-working (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.section.feedback {
  overflow: hidden;
}

.section.banner-our-customers {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/2-Ruc_12 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
}

.section.banner-our-blog {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
}

.section.banner-our-prices {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/man-working-1_1man-working (1).webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
}

.section.banner-why-ruc {
  background-image: linear-gradient(to right, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/engineer-1_1engineer (1).webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
}

.section.banner-contacts-3 {
  background-image: linear-gradient(0deg, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/448579053_797563585841406_209034526440744583_n.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
}

.section.projects-details {
  background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/inspectors-1_1inspectors (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.banner-our-projects {
  background-image: linear-gradient(45deg, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/inspectors-1_1inspectors (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  display: flex;
}

.section.services-ruc-category {
  background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/inspectors-1_1inspectors (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.none {
  display: none;
}

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

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

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

.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-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: 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-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

.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;
}

.primary-style-guide {
  background-color: var(--accent-color);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark-paragraph);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

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

.color-container {
  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 0 15px #0000001a;
}

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

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

.h1-mobile {
  font-size: 40px;
}

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

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

.primary-button {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--accent-color);
}

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

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.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;
}

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

.nav-container {
  background-color: var(--footer-color);
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  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;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  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%;
}

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

.license-link {
  color: var(--accent-color);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

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

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

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

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

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

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

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

.licensing-icon-link {
  margin-bottom: 20px;
}

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

.licensing-paragraph.last-item {
  margin-right: 0;
}

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

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

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

.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 {
  border: 1px solid var(--accent-color);
  color: var(--black);
  min-width: 280px;
  min-height: 58px;
  margin-bottom: 10px;
  padding: 10px;
}

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

.password-input::placeholder {
  color: var(--text-dark-paragraph);
}

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

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

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

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

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

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

.coming-soon-form {
  margin-bottom: 0;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--accent-color);
  color: var(--black);
  min-width: 300px;
  height: 58px;
  margin-bottom: 0;
}

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

.coming-soon-input::placeholder {
  color: var(--text-dark-paragraph);
}

.coming-soon-paragraph {
  margin-top: 20px;
  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 {
  width: 100%;
  margin-top: 60px;
  font-size: 55px;
}

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

.blog-grid-wrapper.home-5-spacing {
  margin-top: 25px;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
  box-shadow: 0 0 20px #00000014;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 30px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--white);
  margin-bottom: 20px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.blog-post-title {
  margin-top: 0;
  transition: color .3s;
}

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

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-classic-bottom-content {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  z-index: 100;
  background-color: var(--accent-color);
  color: var(--white);
  margin-top: -13px;
  padding: 3px 15px;
  position: relative;
}

.blog-sidebar-item {
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-content {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-sidebar-post-category {
  z-index: 100;
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--white);
  margin-bottom: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

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

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

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

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

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

.sidebar-recent-post-item {
  display: flex;
}

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

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

.blog-recent-post-title {
  color: var(--black);
  margin-top: 0;
  font-size: 16px;
}

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

.blog-recent-post-date {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

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

.blog-sidebar-post-image {
  width: 100%;
  height: 100%;
}

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

.sidebar-category {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--white);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

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

.blog-template-date {
  color: var(--accent-color);
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  flex: none;
}

.next-post-arrow {
  color: var(--accent-color);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.body-with-background {
  background-color: var(--primary-light);
}

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

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  background-color: var(--primary-light);
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 20px 20px 30px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

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

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

.paragraph-large {
  color: var(--text-dark-paragraph);
  font-size: 18px;
  line-height: 1.5em;
}

.career-customer-image {
  opacity: 1;
  object-fit: contain;
  align-self: flex-end;
  width: 160px;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s;
}

.career-customer-image:hover {
  opacity: 1;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.text-white {
  color: var(--white);
  width: 500px;
}

.text-white.title {
  text-align: center;
  width: 800px;
}

.services-wrapper {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  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: 60px;
  width: 100%;
  display: flex;
}

.accordion-item {
  border-bottom: 1px solid var(--gray);
  background-color: var(--white);
  width: 100%;
  position: static;
}

.accordion-icon {
  color: var(--accent-color);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.accordion-wrap {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  color: var(--accent-color);
}

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

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

.pricing-item {
  background-color: var(--white);
  width: 33.33%;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-item.center-item {
  z-index: 10;
  width: 34%;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-item.left {
  margin-right: -2px;
}

.pricing-item.rigth {
  margin-left: -2px;
}

.pricing-title-wrapper {
  border-bottom: 1px solid var(--gray);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.pricing-list {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  border-bottom: 1px solid var(--gray);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

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

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

.coming-soon-image {
  object-fit: cover;
  max-width: 480px;
}

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

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  flex: 1;
  width: 50%;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.contacts-icon {
  color: var(--orange);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.contacts-icon.bigger {
  font-size: 32px;
  display: none;
}

.paragraph-no-margin {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--accent-color);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--dark-gray-50);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--orange);
  color: var(--black);
  background-color: #0000;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
}

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

.contacts-textarea::placeholder {
  color: var(--text-dark-paragraph);
}

.contacts-textarea.none {
  display: block;
}

.contacts-input {
  border: 1px solid var(--orange);
  color: var(--black);
  background-color: #0000;
  height: auto;
  padding: 16px 18px;
  transition: all .2s;
}

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

.contacts-input::placeholder {
  color: var(--text-dark-paragraph);
}

.contacts-3-capabilities-wrap-left {
  width: 45%;
  padding-right: 80px;
}

.contacts-3-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.numbers-list-item {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.6em;
}

.contacts-list-icon {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: -31px;
  margin-right: 30px;
  display: flex;
}

.contacts-3-capabilities-wrap-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Image_5.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: grid;
}

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

.contacts-3-form-wrapper {
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  border: 1px solid var(--accent-color);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  transition: all .2s;
}

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

.contacts-3-input::placeholder {
  color: var(--text-dark-paragraph);
}

.contacts-3-input.select-input {
  border-color: var(--orange);
  color: var(--black);
  margin-right: 0;
  display: none;
}

.contacts-3-form {
  text-align: center;
}

.white-text {
  color: #fff;
}

.white-text.testimonials-text {
  line-height: 1.8em;
}

.search-wrap-input {
  color: var(--text-dark-paragraph);
  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(--dark-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(--accent-color);
  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 {
  font-size: 18px;
  transition: all .3s;
}

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

.search-input {
  border: 1px solid var(--accent-color);
  color: var(--black);
  height: 58px;
  margin-bottom: 0;
  padding: 16px 30px;
}

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

.search-input::placeholder {
  color: var(--text-dark-paragraph);
}

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

.search-section {
  padding-top: 140px;
  padding-bottom: 80px;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--accent-color);
  border-left: 1px solid var(--accent-color);
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  border-right: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

.customer-title {
  z-index: 100;
  color: var(--accent-color);
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
}

.list-item-circle {
  background-color: var(--accent-color);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.customer-image {
  height: 40px;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.style-guide-content-wrapper {
  display: flex;
}

.testimonials-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: block;
}

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

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

.about-3-content-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.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;
}

.section-with-blue-background {
  background-color: var(--orange);
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-with-blue-background.cta {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/exc.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.about-3-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 15px;
  display: flex;
}

.about-3-form-wrapper.cta {
  flex-flow: row;
}

.about-3-form {
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.form-text-field {
  border: 1px solid var(--white);
  color: var(--black);
  width: 100%;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 20px 17px;
}

.form-text-field:focus {
  border-style: solid;
  border-color: var(--black);
}

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

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

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

.project-template-category {
  color: var(--accent-color);
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.project-template-category:hover {
  color: var(--black);
}

.project-template-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.project-template-info, .project-template-content-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

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

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--white);
  color: var(--accent-color);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-template-banner-image {
  object-fit: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding-top: 25px;
  display: flex;
  position: relative;
  inset: 0%;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

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

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

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: none;
  position: relative;
}

.sidebar-search {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--accent-color);
  color: var(--black);
  height: 58px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
}

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

.sidebar-search-input::placeholder {
  color: var(--text-dark-paragraph);
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.banner-slider-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.left-arrow-slider {
  color: var(--orange);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.home-banner-section {
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/location-syl-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.home-banner-slider {
  background-color: #0000;
  height: 100%;
  position: relative;
}

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

.banner-form-block {
  width: 100%;
  margin-bottom: 0;
}

.blog-item {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  display: flex;
  box-shadow: 0 0 10px #898a9126;
}

.home-blog-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.home-blog-image.contain {
  object-fit: contain;
}

.blog-content-wrapper {
  background-color: var(--white);
  padding: 25px 20px;
}

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

.blog-list-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-list-wrapper.none {
  display: none;
}

.blog-list {
  grid-column-gap: 30px;
  align-items: stretch;
  display: flex;
}

.blog-list.blog-grig-collection {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-list.category-blog-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.home-testimonials-mask {
  width: 85%;
  overflow: visible;
}

.home-testimonials-slider-arrow-icon {
  color: var(--accent-color);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.home-testimonials-slider-arrow-icon:hover {
  color: var(--black);
}

.testimonials-slider-position {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0;
}

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

.home-testimonials-slider-arrow {
  width: 50px;
  height: 30px;
  inset: auto auto 0% 30%;
}

.home-testimonials-slider-arrow.right {
  left: 35%;
}

.home-testimonials-slider {
  background-color: #0000;
  height: auto;
  margin-left: 16%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-slider-name {
  margin-top: 0;
  margin-bottom: 5px;
}

.home-testimonials-slide {
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.testimonials-text-wrapper {
  border-left: 4px solid var(--accent-color);
  background-color: var(--white);
  padding: 30px 35px;
  box-shadow: 0 0 30px #0f5cfa0f;
}

.slide-nav {
  display: none;
}

.icon-3 {
  font-size: 15px;
  font-weight: 700;
}

.tabs-menu-2 {
  justify-content: flex-end;
  margin-top: -65px;
  display: flex;
}

.objects-title {
  width: 50%;
}

.gallery-con {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-wrapper {
  width: 100%;
  height: 100%;
}

.tab {
  color: var(--text-dark-paragraph);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: color .3s;
}

.tab:hover {
  opacity: 1;
  color: var(--accent-color);
}

.tab.w--current {
  color: var(--accent-color);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.section-with-background {
  background-color: var(--light-gray);
  padding-top: 80px;
  padding-bottom: 80px;
}

.tabs-item {
  width: 31%;
  height: 280px;
  position: relative;
}

.tabs-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  height: 100%;
  display: flex;
}

.tabs-content {
  margin-top: 45px;
}

.map {
  height: 500px;
}

.arrow-icon-small {
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 700;
  transition: color .3s;
}

.arrow-icon-small:hover {
  color: var(--black);
}

.testimonials-quote-icon-2 {
  color: var(--accent-color);
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 62px;
  line-height: 1;
}

.author-img-con {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  display: flex;
  overflow: hidden;
}

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

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

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

.testimonials-slider-con {
  width: 100%;
  max-width: 895px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.testimonials-mask {
  position: static;
  overflow: visible;
}

.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 {
  width: 30px;
  height: 30px;
}

.testimonials-quote {
  text-align: center;
  max-width: 930px;
  margin-top: 56px;
  margin-bottom: 0;
  font-size: 28px;
}

.testimonials-right-arrow {
  width: 30px;
  height: 30px;
}

.testimonials-author {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.testimonials-slide {
  height: auto;
}

.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 {
  color: var(--accent-color);
  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 {
  margin-top: 55px;
  font-family: Poppins, sans-serif;
  display: flex;
}

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

.background-text-big {
  color: #efeff0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}

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

.project-overlay {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(360deg, var(--dark-blue), transparent 45%);
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-overlay:hover {
  opacity: 1;
}

.project-title {
  color: var(--white);
  font-size: 24px;
  line-height: 1.2em;
}

.project-title:hover {
  opacity: 1;
  color: var(--accent-color);
}

.project-category {
  color: var(--accent-color);
  line-height: 1.2em;
}

.project-category:hover {
  opacity: 1;
  color: var(--white);
}

.project-lightbox {
  border-style: none solid solid none;
  border-width: 70px 70px 70px 1px;
  border-color: var(--accent-color) var(--accent-color) transparent black;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.project-lightbox:hover {
  opacity: 1;
}

.project-icon {
  color: var(--white);
  margin-top: 10px;
  margin-left: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

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

.content-item-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.content-item {
  flex-direction: column;
  justify-content: center;
  width: 33%;
  display: flex;
}

.subscribe-form {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.short-info-images {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.image-background {
  background-color: var(--light-gray);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  display: flex;
  position: relative;
}

.short-info-content {
  grid-column-gap: 30px;
  display: flex;
}

.subscribe-input {
  border: 1px solid var(--accent-color);
  color: var(--black);
  background-color: #0000;
  height: 58px;
  margin-bottom: 0;
  padding: 18px 20px;
  line-height: 1.2em;
  display: block;
}

.subscribe-input:focus {
  border-color: var(--accent-color);
}

.subscribe-input::placeholder {
  color: var(--text-dark-paragraph);
}

.short-info-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.subscribe-input-wrapper {
  text-align: left;
  width: 100%;
}

.description-container {
  width: 50%;
}

.title-container {
  width: 70%;
}

.slider-left-arrow {
  background-color: var(--accent-color);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 60px 0%;
}

.slider-left-arrow:hover {
  background-color: var(--white);
  color: var(--accent-color);
}

.slider-right-arrow {
  background-color: var(--white);
  color: var(--accent-color);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 60px 60px;
}

.slider-right-arrow:hover {
  background-color: var(--accent-color);
  color: var(--white);
}

.home-3-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.home-3-slider-item-container {
  display: flex;
}

.home-3-slide-image {
  object-fit: cover;
  width: 100%;
  height: 650px;
}

.slider-bg {
  background-color: var(--white);
  position: absolute;
  inset: 60px 0%;
  box-shadow: 7px 7px 50px #0f5cfa12;
}

.slider-content-container {
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-direction: column;
  width: 45%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.home-3-slider-slide-item {
  height: 100%;
}

.slider-image-container {
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-left: 60px;
  display: flex;
}

.slider-content-buttons {
  grid-row-gap: 20px;
  flex-flow: column wrap;
  margin-top: 20px;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-blog-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.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;
}

.footer-gallery-image {
  object-fit: cover;
  flex: none;
  width: 400px;
  height: 320px;
}

.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;
}

.banner-slider-description {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4em;
}

.about-text-block {
  align-items: center;
  width: 55%;
  padding-left: 40px;
  padding-right: 5%;
  display: flex;
}

.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;
  display: none;
  inset: 19% 4% 0% auto;
}

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

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

.about-images {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  position: relative;
}

.about-us-container {
  justify-content: space-between;
  display: flex;
}

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

.about-images-block {
  justify-content: flex-end;
  width: 45%;
  height: 660px;
  display: flex;
  position: static;
}

.home-about-description {
  margin-top: 0;
  margin-bottom: 40px;
}

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

.projects-primary-bg {
  z-index: -1;
  background-color: var(--accent-color);
  background-image: url('../images/City-1-2.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  background-attachment: scroll;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-5-projects-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-5-projects-collection {
  width: 100%;
}

.home-5-projects-item {
  width: 31.5%;
  height: 380px;
  position: relative;
  overflow: hidden;
}

.projects-category-link {
  color: var(--accent-color);
  line-height: 1.2em;
}

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

.item-overlay {
  z-index: 1;
  grid-row-gap: 10px;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to top, var(--dark-blue), transparent 56%);
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 20px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-team-wrapper {
  grid-column-gap: 40px;
  width: 100%;
  padding-left: 15px;
  display: flex;
}

.home-team-content {
  width: 40%;
  padding-right: 40px;
}

.home-team-testimonial {
  width: 60%;
}

.home-team-description {
  margin-top: 0;
  margin-bottom: 40px;
}

.home-5-testimonials-slider {
  background-color: #0000;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-5-testimonials-mask {
  width: 90%;
  overflow: visible;
}

.content-link {
  margin-left: 5px;
  font-size: 16px;
}

.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-form-field {
  border: 1px solid var(--white);
  color: var(--black);
  width: 360px;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 20px 17px;
}

.home-form-field:focus {
  border-style: solid;
  border-color: var(--black);
}

.home-form-field::placeholder {
  color: var(--text-dark-paragraph);
}

.home-form {
  align-items: stretch;
  display: flex;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.capabilities-image {
  object-fit: cover;
  width: 100%;
  height: 490px;
}

.capabilities-image.contain-image {
  object-fit: cover;
  height: 100%;
}

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

.home-9-arrow-right:hover {
  background-color: var(--primary-light);
  color: var(--accent-color);
}

.home-9-arrow-icon {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.home-2-slide-1 {
  background-image: linear-gradient(to bottom, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/New-Ruc-Img-1-1-1-1-1-1-1_1New Ruc Img (1) (1) (1) (1) (1) (1) (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

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

.home-9-arrow-left:hover {
  background-color: var(--primary-light);
  color: var(--accent-color);
}

.home-9-slide-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  display: flex;
}

.blog-details-link-title {
  color: var(--accent-color);
}

.project-button-link {
  color: var(--text-dark-paragraph);
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-prev-button-link-icon {
  color: var(--black);
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  color: var(--black);
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  color: var(--black);
  font-size: 18px;
}

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

.home-9-banner {
  flex-direction: column;
  height: auto;
  min-height: 100vh;
}

.circle-counter-wrapper {
  width: 100%;
  display: flex;
}

.circle-counter-wrapper.col-33-wrap {
  width: 60%;
}

.circle-counter {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.circle-counter.col-33 {
  width: 33%;
}

.counter-progressbar {
  width: 160px;
  height: 160px;
  padding: 2px;
  display: flex;
  position: relative;
}

.counter-mask {
  border: 5px solid var(--white);
  width: 80px;
  height: 160px;
  position: absolute;
}

.counter-mask.left {
  transform-origin: 100%;
  border-right-style: solid;
  border-right-color: #fff0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  height: 160px;
  inset: 0%;
  transform: rotate(0);
}

.counter-mask.right {
  transform-origin: 0%;
  border-left-color: #fff0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  height: 160px;
  inset: 0%;
}

.counter-static {
  border: 1px solid var(--white-50);
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

.counter-number {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 500;
  display: flex;
}

.counter-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.counter-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.counter-title {
  max-width: 180px;
}

.home-11-services-collection {
  width: 100%;
}

.home-11-services-collection.none {
  display: none;
}

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

.home-11-services-list.new {
  grid-template-columns: 1fr;
}

.home-11-service-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.home-12-service-image {
  object-fit: cover;
  width: 55%;
  height: 520px;
}

.home-12-service-wrapper {
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-12-service-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  padding-left: 40px;
  padding-right: 5%;
}

.home-subscribe {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  display: flex;
}

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

.testimonials-with-bg-slide-nav {
  height: 20px;
  padding-top: 0;
  padding-right: 30px;
  font-size: 10px;
  line-height: 10px;
  inset: auto 0% 0% auto;
}

.about-4-testimonials-content {
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.testimonials-nav-outline-2 {
  align-items: center;
  padding-right: 27px;
  display: flex;
  position: absolute;
  inset: auto 0% 5px auto;
}

.about-4-testimonials-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.about-4-testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.about-4-testimonials-item {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  display: flex;
}

.about-4-testimonials-mask {
  height: auto;
  margin-bottom: 30px;
}

.testimonials-nav-outline-item-2 {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.about-5-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.about-5-info-wrap-left {
  width: 50%;
}

.about-5-info-wrap-right {
  width: 50%;
  height: 100%;
}

.about-5-info-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--gray);
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
}

.about-ruc-company-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 47%;
  padding-right: 10px;
  display: flex;
}

.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(--accent-color);
  justify-content: center;
  display: flex;
}

.tab-aditional-block {
  background-image: url('../images/civil-engineer-construction-1_1civil-engineer-construction (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
}

.tab-radio-button-field {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.tab-radio-button-field:focus {
  color: var(--black);
}

.big-form-block {
  margin-bottom: 0;
}

.inputs-container {
  display: flex;
}

.tab-title {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
}

.tab-container {
  display: flex;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #0000;
  padding: 0 40px;
}

.tab-link-tab-2:hover {
  color: var(--dark-gray);
}

.tab-link-tab-2.w--current {
  border-bottom: 4px solid var(--accent-color);
  color: var(--accent-color);
  background-color: #0000;
  margin-bottom: 0;
}

.tab-link-tab-2.w--current:hover {
  opacity: 1;
}

.radio-button-label {
  font-size: 15px;
}

.select-field-5 {
  background-color: #0000;
  height: 45px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.select-field-5:focus {
  border: 1px solid #0000001a;
}

.select-field-5.home-form-select {
  border: 1px solid var(--accent-color);
  background-color: var(--white);
  color: var(--black);
  min-width: 210px;
  max-width: 210px;
  position: relative;
}

.select-field-5.home-form-select:focus {
  border-style: solid;
  border-color: var(--black);
}

.select-field-5.home-form-select-copy {
  color: var(--black);
  border: 1px solid #0000;
  min-width: 210px;
  max-width: 210px;
  position: relative;
}

.select-field-5.home-form-select-copy:focus {
  border-color: #0000;
}

.home-13-tabs-menu {
  background-color: var(--black);
}

.tab-aditional {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to top, var(--dark-blue), transparent);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  min-height: 460px;
  padding: 40px;
  display: flex;
  position: relative;
}

.probressbar-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 220px;
  display: flex;
}

.home-13-tabs-section {
  background-color: var(--light-gray);
  background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  display: flex;
}

.form-input {
  border: 1px solid var(--accent-color);
  color: var(--black);
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.form-input:focus {
  border: 1px solid var(--black);
}

.form-input::placeholder {
  color: var(--text-dark-paragraph);
}

.form-input.last-in-row {
  margin-right: 0;
}

.home-13-tabs {
  width: 100%;
  margin-top: -120px;
  box-shadow: 7px 7px 50px #0000001a;
}

.tab-radio-button {
  border: 1px solid var(--text-dark-paragraph);
  color: var(--accent-color);
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
}

.tab-radio-button:focus {
  border-color: var(--accent-color);
}

.tab-radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--accent-color);
  background-image: url('../images/Icon-Ruc_1Icon Ruc.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.radio-buttons-block {
  grid-column-gap: 10px;
  place-content: stretch space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.contact-form {
  background-color: #fff;
  width: 70%;
  padding: 20px 40px 40px;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #0000;
  padding: 0 40px;
}

.tab-link-tab-1:hover {
  color: var(--accent-color);
}

.tab-link-tab-1.w--current {
  border-bottom: 4px solid var(--accent-color);
  color: var(--accent-color);
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
}

.tab-link-tab-1.w--current:hover {
  opacity: 1;
  color: var(--dark-gray);
}

.home-13-testimonials-text {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 35px 42px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 50px #0000001a;
}

.author-info {
  z-index: 100;
}

.left-arrow-10 {
  display: none;
}

.home-testimonials-con {
  width: 100%;
  margin-left: 0;
  overflow: visible;
}

.home-13-testimonial {
  margin-right: 30px;
}

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

.home-13-mask-testimonials {
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.home-13-testimonials {
  margin-top: -100px;
  margin-bottom: -100px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.author-info-position {
  color: var(--accent-color);
  line-height: 1.2;
}

.testimonial-author {
  margin-top: 20px;
  display: flex;
}

.author-photo {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin-right: 30px;
}

.author-photo.author-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
  background-position: 50%;
  background-size: cover;
}

.author-photo.author-1 {
  background-image: url('../images/Team-2_1Team 2.webp');
  background-position: 50%;
  background-size: cover;
}

.author-photo.author-3 {
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50%;
  background-size: cover;
}

.right-arrow-10 {
  display: none;
}

.home-13-testimonials-slider {
  background-color: #0000;
  height: auto;
  top: -100px;
  overflow: hidden;
}

.search {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.get-started-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.get-started-text-wrap {
  width: 70%;
}

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

.home-13-counter-title {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home-13-counter-heading {
  color: var(--white);
  width: 100%;
}

.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;
}

.home-top-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.home-top-social-wrapper {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-top-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-top-social-block {
  grid-column-gap: 30px;
  display: flex;
}

.home-top-title {
  color: #fff;
}

.wrapper-for-stars {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.white-overlay {
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-gallery {
  object-fit: cover;
  width: 100vw;
  max-width: 140%;
  height: 100%;
  min-height: 480px;
}

.left-arrow-2 {
  display: none;
}

.testimonial-slider {
  text-align: center;
  width: 100%;
}

.grid {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.right-arrow-2 {
  display: none;
}

.home-19-testimonial {
  color: #fff;
  font-size: 26px;
}

.feedback-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.testimonials-intro {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: auto;
}

.home-19-icon-plus {
  color: var(--orange);
  font-size: 40px;
  font-weight: 500;
}

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

.rich-text-style {
  margin-top: 40px;
}

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

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

.rich-text-style h4 {
  margin-top: 25px;
}

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

.rich-text-style.details-projects {
  margin-top: 0;
}

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

.margin-bottom-20.quote-author-photo {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 450px;
}

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

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

.home-1-our-team-author {
  text-align: left;
  padding-top: 20px;
}

.home-1-team-position {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0;
}

.home-23-contacts-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.flex-horizontal-center.wrap-mobile {
  justify-content: space-between;
}

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

.mask-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-3-list-images {
  max-width: 100%;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

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

.tabs-3 {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header-2 {
  margin-top: 55px;
}

.style-guide-body-wrapper-2 {
  width: 47%;
  margin-right: 40px;
}

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

.style-guide-tab-link {
  border-top: 1px solid var(--footer-color);
  border-right: 1px solid var(--footer-color);
  border-bottom: 1px solid var(--footer-color);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--footer-color);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--footer-color);
  margin-bottom: 80px;
  display: flex;
}

.grid-title-2 {
  background-color: var(--black);
  color: #fff;
  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-2.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.link-with-icon-2 {
  transition: all .3s;
  display: flex;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-text-span {
  color: var(--accent-color);
}

.landing-inner-page-image-2 {
  border: 1px solid var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.landing-inner-page-image-2.banner {
  border-color: var(--primary-light);
  box-shadow: 0 6px 20px #00000014;
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.landing-home-pages-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-7 {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item-2 {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item-2.home-screen {
  width: 33%;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--accent-color);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 120px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon-2 {
  z-index: 10;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

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

.landing-inner-page-title-2 {
  text-transform: none;
}

.landing-inner-pages-wrapper-2 {
  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;
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.free-trial-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 87vh;
  padding-top: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  background-color: var(--accent-color);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-large-size {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 18px;
}

.paragraph-large-size.red {
  color: var(--accent-color);
}

.primary-red-button {
  border: 1px solid var(--accent-color);
  background-color: var(--orange);
  color: var(--white);
  letter-spacing: 1px;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

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

.primary-red-button.white-text {
  border-color: var(--gris-charcoal);
  background-color: var(--orange);
}

.primary-red-button.white-text.un {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.primary-red-button.header-button {
  border-color: var(--gris-charcoal);
  background-color: var(--orange);
}

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

.primary-red-button.header-button.cta {
  border-color: var(--orange);
  background-color: var(--orange);
}

.primary-red-button.header-button.cta.color {
  border-color: var(--orange);
  background-color: var(--black);
}

.primary-red-button.header-button.visible {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.primary-red-button.header-button.visible.none {
  display: none;
}

.primary-red-button.white-text-button {
  color: var(--white);
  display: inline-block;
}

.primary-red-button.white-text-button:hover {
  background-color: var(--black);
}

.primary-red-button.full-submit-width {
  width: 100%;
  height: 58px;
  margin-top: 20px;
}

.primary-red-button.full-submit-width:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.primary-red-button.dark-hover {
  height: 58px;
}

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

.primary-red-button.dark-blue-hover {
  border-color: var(--gris-charcoal);
  color: var(--white);
  display: inline-block;
}

.primary-red-button.dark-blue-hover:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.primary-red-button.full-button-with-white-text {
  color: var(--white);
}

.primary-red-button.full-button-with-white-text:hover {
  color: var(--black);
}

.primary-red-button.pricing-button {
  color: var(--accent-color);
  background-color: #0000;
}

.primary-red-button.pricing-button:hover {
  background-color: var(--accent-color);
  color: var(--white);
}

.primary-red-button.dark-blue-hover-full-width {
  color: var(--white);
  height: 58px;
  display: inline-block;
}

.primary-red-button.dark-blue-hover-full-width:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.primary-black-button {
  border: 1px solid var(--footer-color);
  background-color: var(--footer-color);
  letter-spacing: 1px;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

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

.secondary-black-button {
  border: 1px solid var(--footer-color);
  color: var(--black);
  letter-spacing: 1px;
  background-color: #0000;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
}

.secondary-black-button:hover {
  background-color: var(--footer-color);
  color: var(--white);
}

.banner-description-lp {
  color: var(--accent-color);
  text-align: center;
  letter-spacing: 2.4px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.border-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.line {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-menu-wrapper-home-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-search-icon-2 {
  color: #0e0e0e;
  cursor: pointer;
  padding: 12px 10px 10px;
  font-family: "Fa solid 900", sans-serif;
}

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

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

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

.navigation-menu-home-6 {
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100px;
  font-weight: 600;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-dropdown-list-2 {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  border-color: var(--footer-color);
  background-color: var(--footer-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-2.megamenu {
  width: 360px;
  left: -40px;
}

.nav-dropdown-list-2.portfolio-details.w--open {
  width: 220px;
}

.dropdown-header {
  z-index: 5;
  color: #afafaf;
  background-color: #0000;
  padding: 0 30px 0 0;
  transition: opacity .2s;
  display: flex;
}

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

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

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

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

.nav-dropdown-home-5 {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  display: inline-block;
}

.search-shop-con-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  display: none;
}

.search-shop-con-2.home-5 {
  background-color: var(--footer-color);
  display: none;
}

.nav-dropdown-transparent {
  color: var(--gray);
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: auto;
  display: inline-block;
}

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

.nav-dropdown-link-2 {
  color: var(--black);
  width: 100%;
  margin-left: -20px;
  padding: 6px 8px 6px 0;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

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

.nav-dropdown-link-2.w--current {
  color: var(--black);
}

.nav-dropdown-link-2.w--current:hover {
  color: var(--accent-color);
}

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

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

.menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.line-header {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-item-title-white {
  color: var(--gray);
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.nav-dropdown-icon-white {
  color: var(--black);
  margin-right: 10px;
  font-size: 16px;
  display: block;
}

.red-h6-title {
  color: var(--accent-color);
  margin-bottom: 0;
}

.image-ruc {
  width: auto;
  max-width: none;
  height: 60px;
}

.brand-logo {
  transition-property: opacity;
}

.brand-logo.w--current {
  padding: 10px;
  transition-property: opacity;
}

.red-line {
  background-color: var(--orange);
  width: 40px;
  height: 1px;
}

.link-wrapper-with-line {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-wrapper-with-line:hover {
  grid-column-gap: 20px;
}

.line-link {
  color: var(--orange);
  font-weight: 700;
}

.scroll-image-wrap {
  position: relative;
}

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

.play-button-hover-2 {
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  display: none;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover-2:hover {
  width: 110px;
  height: 110px;
  transform: scale(1);
}

.who-we-are-container {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 430px;
  display: flex;
}

.about-us-wrap {
  width: 48%;
}

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

.about-us-wrap.right {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 500px;
  display: flex;
}

.description-about-us {
  margin-bottom: 20px;
}

.company-benefits {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-benefit {
  width: 47%;
}

.our-benefit-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.div-block-18 {
  background-image: url('../images/rouleau_compacteur_54_pouce_720.jpg');
  background-position: 100%;
  background-size: contain;
  flex: 1;
}

.about-us-2-video-section {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.about-us-2-video-section:hover {
  opacity: 1;
  color: #fff;
}

.big-play-red {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.big-play-red-animations {
  border: 1px solid var(--accent-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.company-services-item {
  background-color: var(--light-gray);
  width: 25%;
  height: 350px;
  padding: 40px 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-description-home-1 {
  color: var(--white);
  width: 90%;
  font-size: 19px;
}

.image-ruc-animation {
  width: auto;
  max-width: none;
  height: 60px;
  position: absolute;
}

.red-h2-text {
  color: var(--orange);
}

.text-span-3 {
  color: var(--accent-color);
}

.home-1-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.banner-right-arrow-2 {
  background-color: var(--orange);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 60px;
}

.banner-right-arrow-2:hover {
  color: var(--accent-color);
  background-color: #fff;
}

.banner-left-arrow-2 {
  color: var(--accent-color);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto 0% 0%;
}

.banner-left-arrow-2:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.home-1-banner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.footer-form-description {
  color: #fff;
  text-align: left;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-form-description.none {
  display: none;
}

.footer-copyright-link-2 {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

.footer-main-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.footer-link-3 {
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

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

.footer-email-text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  height: 57px;
  margin-bottom: 0;
  padding: 16px 30px;
  line-height: 1.6em;
}

.footer-email-text-field:focus {
  border-color: var(--accent-color);
}

.footer-email-text-field::placeholder {
  color: var(--white);
}

.footer-form-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
}

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

.footer-content-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.footer-brand-description-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
}

.footer-2 {
  background-color: var(--footer-color);
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-social-icon-2 {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon-2:hover {
  color: var(--orange);
}

.footer-brand-2 {
  color: #fff;
  margin-bottom: 10px;
}

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

.footer-rights-wrapper-2 {
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-wrapper-2 {
  grid-column-gap: 30px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-bottom: 50px;
  display: flex;
}

.footer-rights-2 {
  color: #ffffffb3;
  font-size: 15px;
}

.footer-email-form {
  grid-column-gap: 30px;
  display: flex;
}

.footer-copyright-2 {
  color: #ffffffb3;
  width: 100%;
  font-size: 15px;
}

.footer-form-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: 45%;
  display: none;
}

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

.footer-logo-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-1-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Muli, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  position: static;
}

.home-1-title.home-2-title {
  font-family: Muli, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
}

.red-h1-title {
  color: var(--orange);
}

.vertical-inscription {
  color: var(--accent-color);
  text-align: center;
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 10px;
  transform: rotate(-90deg);
}

.vertical-inscription.secondary-sections {
  color: var(--orange);
  left: 0;
}

.vertical-inscription.secondary-sections-dark {
  color: var(--black);
  inset: 0% auto 0% -3%;
}

.vertical-inscription.secondary-sections-dark-blue {
  color: var(--black);
  left: 0;
}

.vertical-inscription.h6-leadership, .vertical-inscription.h6-about-us {
  color: var(--orange);
}

.vertical-inscription.contact-us-1 {
  color: var(--orange);
  left: 0;
}

.home-1-slide-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/exc.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  overflow: hidden;
}

.home-1-slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mike-hindle-D_Vb_tr8Y8w-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  overflow: hidden;
}

.home-1-slide-3 {
  background-image: linear-gradient(90deg, #0b0d29, #0000), linear-gradient(#060b3d80, #060b3d80), url('../images/448579053_797563585841406_209034526440744583_n.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  overflow: hidden;
}

.main-title-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
  position: relative;
}

.main-title-wrapper.about-ruc {
  padding-left: 0;
}

.main-left-title-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  margin-bottom: 60px;
  margin-right: auto;
  padding-left: 35px;
  display: flex;
  position: relative;
}

.our-services-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.our-services-title:hover {
  color: var(--accent-color);
}

.our-services-title.dark-theme {
  color: var(--orange);
}

.main-left-title-wrapper.full-width {
  width: 100%;
  margin-bottom: 20px;
}

.main-left-title-wrapper.full-width.no-padding-gauche {
  padding-left: 0;
}

.main-left-title-wrapper.contacts-3 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-image {
  align-self: flex-start;
  width: 48px;
}

.blog-description {
  height: 100px;
  margin-top: 0;
}

.our-works-gallery {
  overflow: hidden;
}

.our-works-gallery.none {
  display: none;
}

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

.home-1-our-team-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.our-team-wrapper {
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-1-team-item {
  width: 32%;
}

.social-links-wrap {
  background-color: var(--accent-color);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-social-links-wrapper-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.team-intro-wrap {
  position: relative;
  overflow: hidden;
}

.ruc-social-wrapper {
  background-color: #00000026;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.team-social-icon-black:hover {
  color: var(--black);
}

.navigation-menu-style-guide {
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100px;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-ruc-style-guide {
  width: auto;
  max-width: none;
  height: 30px;
  display: none;
  position: absolute;
}

.line-header-style-guide, .line-style-guide {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.testimonial-name-home-1 {
  color: var(--orange);
}

.form-block-2 {
  width: 45%;
  display: none;
}

.location-map-image {
  z-index: 8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-map-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 21% 28% auto auto;
}

.icons-wrap {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contacts-link {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.contacts-link.contact-us-3 {
  color: var(--black);
}

.contacts-link.contact-us-3:hover {
  color: var(--accent-color);
}

.contacts-address {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2em;
}

.home-2-slide-2 {
  background-image: linear-gradient(to bottom, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/2-Ruc_12 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.home-2-slide-3 {
  background-image: linear-gradient(to bottom, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/3-Ruc_13 Ruc.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section-title-ruc-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  margin-bottom: 40px;
  margin-right: auto;
}

.home-contacts-form-wrap-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.contacts-adress-2 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.contacts-adress-wrap-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.contacts-input-ruc {
  border: 1px solid var(--accent-color);
  color: var(--black);
  background-color: #fff;
  width: 48%;
  height: auto;
  margin-bottom: 20px;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input-ruc:focus {
  border: 1px solid #000;
}

.contacts-input-ruc::placeholder {
  color: var(--text-dark-paragraph);
}

.contacts-textarea-ruc {
  border: 1px solid var(--accent-color);
  color: var(--black);
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 16px 18px;
}

.contacts-textarea-ruc:focus {
  border: 1px solid #000;
}

.contacts-textarea-ruc::placeholder {
  color: var(--text-dark-paragraph);
}

.home-contacts-2 {
  width: 50%;
  padding-right: 40px;
}

.icon-map-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 6%;
  left: -28%;
}

.map-section {
  display: none;
  position: relative;
}

.map-icon-2 {
  color: var(--accent-color);
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.map-icon-2.icon-3 {
  font-size: 20px;
}

.map-icon-2.icon-1 {
  font-size: 22px;
}

.location-map-wrapper-2 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.icon-map-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 13%;
  left: 2%;
}

.form-block-3 {
  margin-bottom: 0;
}

.div-block-23 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.paragraph-our-benefits {
  color: var(--white);
  font-size: 19px;
}

.short-info-services {
  z-index: 10;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.image-company-ruc {
  width: 48px;
}

.big-play-icon-white-2 {
  z-index: 7;
  color: #fff;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.home-3-description {
  color: #fff;
  text-align: left;
  width: 90%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
}

.image-company-partners {
  filter: invert();
  height: 30px;
}

.home-3-social-icons-wrap {
  grid-column-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-video {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 40px;
  display: flex;
  position: relative;
}

.home-3-ruc-services {
  width: 60%;
}

.home-3-ruc-services-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;
}

.div-block-25 {
  grid-column-gap: 60px;
  display: flex;
}

.home-3-ruc-service-item {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ruc-service-image {
  background-image: url('../images/Team-6_1Team 6.webp');
  background-position: 50% 0;
  background-size: cover;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.image-our-services-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-bg-wrapper {
  z-index: 1;
  background-color: var(--midnight-blue);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ruc-service-title {
  color: var(--white);
}

.our-services-title-home-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.collection-ruc-services-item {
  width: 31.5%;
  overflow: hidden;
}

.section-gray {
  background-color: var(--primary-light);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-gray.none {
  display: none;
}

.h2-gallery {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.h2-first-block-collection-item {
  height: 555px;
  position: relative;
}

.h2-second-block-gallery {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.h2-two-images-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-second-block-collection-item {
  height: 263px;
  position: relative;
}

.h2-second-block-bottom-collection-item {
  height: 265px;
  position: relative;
}

.ruc-project-wrapper {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(360deg, var(--dark-blue), transparent);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ruc-project-wrapper:hover {
  opacity: 1;
}

.ruc-projects-content {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.ruc-item-category {
  color: var(--white);
  line-height: 1.2em;
  transition: color .3s;
}

.ruc-item-category:hover {
  color: var(--accent-color);
}

.ruc-projects-link {
  color: var(--accent-color);
  font-size: 20px;
  line-height: 1.2em;
}

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

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

.link-block {
  line-height: 1.2em;
}

.collection-list-wrapper-3 {
  flex: 1;
}

.text-container-2 {
  grid-column-gap: 60px;
  margin-bottom: 80px;
  display: flex;
}

.text-container-2.mb-0 {
  margin-bottom: 0;
}

.home-3-socials-img {
  flex: none;
  justify-content: center;
  display: flex;
}

.footer-gallery-images-loop {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-list-wrapper-4 {
  flex-direction: column;
}

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

.gallery-overlay {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-wrapper {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.lopp-ruc-social-icon {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 25px;
  text-decoration: none;
  transition: all .3s;
}

.lopp-ruc-social-icon:hover {
  color: var(--accent-color);
}

.socials-wrapper-content {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.loop-socials {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.ruc-company-offers {
  margin-bottom: 0;
}

.home-5-banner-slider-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-5-banner-slider-wrapper {
  width: 100%;
  max-width: 1120px;
  padding-top: 50px;
  overflow: hidden;
  box-shadow: 0 6px 30px #0f5cfa14;
}

.home-5-banner-collection-list-wrapper {
  height: 100%;
}

.home-5-banner-slider-section {
  z-index: 100;
  margin-top: -150px;
  position: relative;
}

.home-5-banner-collection-list {
  height: 100%;
}

.home-5-banner-slider {
  background-color: var(--accent-color);
  background-image: url('../images/City-1-2.png');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  width: 100%;
  height: auto;
}

.home-5-banner-slider-mask {
  max-height: 170px;
  overflow: visible;
}

.collection-item-home-5 {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
}

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

.home-5-banner-slider-info-wrapper {
  grid-column-gap: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.slider-wrapper-home-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.vertical-wrap {
  justify-content: flex-start;
  width: 78%;
  padding-left: 35px;
  position: relative;
}

.item-button-wrap {
  align-items: center;
  display: flex;
}

.image-home-5 {
  filter: brightness(0%);
  height: 75px;
}

.home-5-banner-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.text-span-4, .white-link {
  color: var(--black);
}

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

.home-5-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.white-services-link {
  color: var(--white);
  transition: color .3s;
}

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

.primary-ruc-white-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
  display: inline-block;
}

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

.primary-ruc-white-button.apply-now {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

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

.services-content-wrap-home-5 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-features-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.home-features-wrapper.contacts-2 {
  justify-content: space-between;
}

.home-features-wrap {
  text-align: center;
  background-color: #fff;
  width: 25%;
  padding: 20px;
  transition: box-shadow .5s;
  box-shadow: 0 0 30px #0f5cfa00;
}

.home-features-wrap:hover {
  box-shadow: 0 0 30px #0f5cfa14;
}

.home-features-image {
  width: 48px;
  height: auto;
}

.heading-3 {
  height: 50px;
  display: block;
}

.home-features-items-wrap {
  background-color: var(--white);
  text-align: center;
  width: 25%;
  padding: 20px;
  transition: box-shadow .5s;
  box-shadow: 0 0 30px #0f5cfa14;
}

.home-features-items-wrap:hover {
  box-shadow: 0 0 30px #0f5cfa00;
}

.play-video {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: visible;
}

.play-video:hover {
  opacity: 1;
}

.play-button-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: none;
  position: absolute;
}

.section-video {
  background-image: linear-gradient(#00000080, #00000080), url('../images/448579053_797563585841406_209034526440744583_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.big-container {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.large-photo-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 280px;
  grid-template-columns: 230px 1fr 230px;
}

.section-lightbox {
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-ruc-home-5 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 400px;
}

.picture-ruc-wrap {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.white-overlay-home-5 {
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-5-projects-title {
  color: var(--white);
  margin-top: 0;
  transition: color .3s;
}

.home-5-projects-title:hover {
  color: var(--accent-color);
}

.dark-h2 {
  color: var(--black);
}

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

.bottom-block-home-1 {
  grid-row-gap: 35px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 15px;
  display: flex;
}

.brand-block-image {
  width: auto;
}

.button-block-right {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-brand {
  filter: invert();
  height: 25px;
}

.banner-block-left-home-1 {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/business-1_1business (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-content-right-home-1 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
}

.brand-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.home-ruc-4-banner-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  background-image: url('../images/City-1-2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 350px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.secondary-red-button {
  border: 1px solid var(--accent-color);
  color: var(--white);
  letter-spacing: 1px;
  background-color: #0000;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.secondary-red-button:hover, .secondary-red-button.full-buttom-home-4 {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.secondary-red-button.full-buttom-home-4:hover {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: var(--white);
}

.home-4-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-4-description {
  color: var(--white);
  font-size: 19px;
}

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

.home-4-services-wrap {
  box-shadow: none;
  width: 100%;
}

.home-4-services-wrapper {
  width: 100%;
}

.home-4-services-list {
  grid-column-gap: 25px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-4-services-item {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.home-4-image {
  background-color: var(--white);
  object-fit: contain;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
}

.home-4-image.contain {
  background-color: var(--white);
  object-fit: contain;
}

.home-4-image.image-cover {
  object-fit: cover;
}

.home-4-overlay {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 8px #0003;
}

.home-4-overlay.none {
  box-shadow: 0 4px 8px #0003;
}

.home-4-srvices-title {
  background-color: var(--orange);
  color: var(--white);
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.home-4-srvices-title:hover {
  background-color: var(--white);
  color: var(--orange);
}

.services-cstegory-home-4:hover {
  color: var(--white);
}

.home-ruc-4-description {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
}

.vertical-inscription-home-4 {
  color: var(--accent-color);
  text-align: center;
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 10px;
  transform: rotate(-90deg);
}

.pricing-ruc-primary-bg {
  z-index: -1;
  background-color: var(--accent-color);
  background-image: url('../images/City-1-2.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  background-attachment: scroll;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-white-2 {
  color: #fff;
}

.home-blog-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.home-5-collection-list-wrapper-one {
  width: 100%;
}

.home-blog-item {
  width: 100%;
  display: inline-block;
}

.main-home-blog-image {
  object-fit: cover;
  width: 100%;
  height: 360px;
  transition: opacity .2s;
}

.main-home-blog-image:hover {
  opacity: .8;
}

.home-blog-content-wrapper {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.home-5-services-block-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-5-big-one-round-corners {
  object-fit: cover;
  object-position: 50% 50%;
}

.home-5-services-overlay {
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: auto 50px auto auto;
}

.home-5-project-title {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 10px;
  transition: all .3s;
}

.home-5-project-title:hover {
  color: var(--black);
}

.projects-link-home-4, .home-4-item-link {
  line-height: 1.2em;
}

.red-link-home-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s;
}

.red-link-home-4:hover {
  color: var(--accent-color);
}

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

.section-main-color {
  background-color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  overflow: hidden;
}

.section-main-color.none {
  display: none;
}

.slider-title-name {
  color: var(--orange);
}

.section-red {
  background-color: var(--orange);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-red.about-us {
  display: none;
}

.section-red.with-print {
  background-image: url('../images/City-1-2.png');
  background-position: 0 -10%;
  background-repeat: no-repeat;
  background-size: auto;
}

.implemented-projects {
  color: var(--white);
  text-align: center;
}

.number-of-projects {
  color: var(--white);
  text-align: center;
  font-family: Muli, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
}

.benefits-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  display: flex;
}

.benefits-container-home-4 {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.paragraph-home-4 {
  margin-bottom: 20px;
}

.password {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.body-404 {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.brand-2 {
  z-index: 100;
}

._404-title {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-size: 200px;
  font-weight: 800;
  line-height: 1em;
}

.coming-soon {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

.leadership-title {
  color: var(--white);
  text-transform: none;
  padding-left: 20px;
}

.ruc-container {
  width: 60%;
  margin-right: auto;
}

.ruc-container.our-blog {
  width: 68%;
}

.white-description-leadership {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  font-size: 19px;
}

.reviews-photo {
  object-fit: cover;
  object-position: 50% 19%;
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
}

.testimonials-card-wrapper-2 {
  grid-column-gap: 25px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item-3 {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.testominials-cards-banner-2 {
  z-index: 10;
  margin-top: -130px;
  padding-bottom: 80px;
  position: relative;
}

.testimonials-card-position-2 {
  color: #ff5b4a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
}

.base-container-2 {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.testimonials-card-item-2 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #91919126;
}

.testimonials-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-quote-name-2 {
  color: var(--accent-color);
}

.clients-logo-wrapper-2 {
  z-index: 100;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.block-quote-position-2 {
  color: var(--white);
}

.block-quote-wrapper-2 {
  z-index: 100;
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.clients-logo-reviews {
  filter: invert();
  height: 40px;
  transition: all .3s;
}

.clients-logo-reviews:hover {
  opacity: .5;
}

.our-blog-grid-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-grid-list-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-item-grid {
  background-color: var(--white);
  flex-direction: column;
  width: 31.5%;
  display: flex;
  box-shadow: 0 0 10px #898a9126;
}

.blog-classic-overlay {
  z-index: 1;
  background-color: var(--midnight-blue);
  position: absolute;
  inset: 0%;
}

.article, .article-blog-sidebar {
  flex-direction: column;
  display: flex;
}

.blog-sidebar-overlay {
  z-index: 1;
  background-color: var(--midnight-blue);
  position: absolute;
  inset: 0%;
}

.recent-posts-title {
  margin-top: 0;
}

.collection-list-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.category-blog-collection {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-blog-details {
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
}

.banner-block-right {
  z-index: 1;
  width: 45%;
  margin-left: auto;
  position: relative;
}

.banner-content-about-us {
  background-color: var(--black);
  flex-direction: column;
  height: 100%;
  padding-top: 160px;
  overflow: hidden;
}

.description-banner-top-block {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.counter-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.counter-block.about-us {
  grid-row-gap: 20px;
  color: #fff;
  align-items: center;
}

.counter-about-us {
  grid-row-gap: 50px;
  background-color: var(--orange);
  flex-direction: column;
  width: 270px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto auto -170px 100px;
}

.counter-text {
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.image-banner-bottom {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(#00000080, #00000080), url('../images/exc.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 500px;
}

.banner-bottom {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.number-counter {
  font-family: Muli, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.white-description-about {
  color: var(--white);
  font-size: 19px;
}

.capabilities-image-about-ruc {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.capabilities-image-about-ruc.image-cover {
  object-fit: cover;
}

.feedback-wrap-content {
  flex-direction: column;
  align-items: center;
  padding: 0 25px 25px;
  display: flex;
}

.why-choose-us {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.why-choose-us-item {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #91919126;
}

.why-choose-us-content {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.why-choose-us-photo {
  object-fit: cover;
  object-position: 50% 19%;
  width: 100%;
  height: 230px;
  margin-bottom: 25px;
}

.about-services {
  flex-direction: column;
  align-items: center;
  padding: 0 25px 25px;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.collection-services {
  grid-column-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.ruc-services-title {
  margin-top: 0;
  transition: all .3s;
}

.ruc-services-title:hover {
  color: var(--accent-color);
}

.collection-list-wrapper-5 {
  width: 100%;
}

.section-with-big-padding {
  padding-top: 0;
  padding-bottom: 200px;
  position: relative;
}

.your-question {
  border: 1px solid var(--accent-color);
  color: var(--black);
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 16px 18px;
}

.your-question:focus {
  border: 1px solid #000;
}

.your-question::placeholder {
  color: var(--text-dark-paragraph);
}

.red-h4 {
  color: var(--accent-color);
}

.make-your-dream {
  color: var(--white);
}

.tab-radio-button.w--redirected-focus {
  box-shadow: none;
}

.wrapper-for-ruc-stars {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.skills {
  color: var(--white);
}

.description-of-skills {
  color: var(--white);
  width: 87%;
}

.section-5 {
  position: relative;
}

.section-6 {
  padding-left: 40px;
  position: relative;
}

.name-3 {
  margin-top: 5px;
}

.number-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.register-container {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.register-text {
  width: 400px;
}

.how-it-work-block {
  width: 520px;
}

.red-subheading-h6 {
  color: #ff5b4a;
  margin-bottom: 15px;
}

.intro-item-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.work-stages-wrapper {
  margin-top: 40px;
}

.content-wrapper-item {
  grid-column-gap: 60px;
  color: var(--gray);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.number-1 {
  color: var(--orange);
}

.circle-work-green {
  border: 1px solid #113331;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.circle-work-green.item-1 {
  border-color: var(--accent-color);
  flex: none;
}

.intro-line-image {
  filter: brightness(200%);
  margin-top: 56px;
  margin-bottom: 10px;
  padding-left: 23px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.about-our-works {
  color: var(--black);
  width: 50%;
  margin-bottom: 30px;
}

.about-our-works.noir {
  color: var(--black);
}

.right-process-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.right-process-wrapp.droite {
  order: 1;
}

.process-title {
  color: var(--orange);
}

.process-title.couleur {
  color: var(--black);
}

.process-title.prix {
  color: var(--white);
}

.form-2, .form-block-4 {
  margin-bottom: 0;
}

.locations {
  z-index: 10;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.locations.categorie {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
}

.locations-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 80%;
  margin-bottom: 100px;
  display: grid;
}

.locations-wrapper.gride {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 120px;
  padding-right: 120px;
}

.locations-wrapper.grid-outils {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.locations-wrapper.grid-remorque {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.locations-wrapper.padding {
  margin-top: 100px;
}

.locations-item {
  background-color: var(--gray);
  text-align: center;
  object-fit: cover;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.locations-item.bg-white {
  box-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.contact-us-3-container {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: block;
}

.contacts-3-wrapper {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.portfolio-tab-home-2 {
  background-color: #0000;
  justify-content: space-between;
  padding: 0;
  transition-property: background-color;
  display: flex;
}

.portfolio-tab-home-2:hover {
  background-color: #f9f9fa;
}

.portfolio-tab-home-2:active, .portfolio-tab-home-2:focus, .portfolio-tab-home-2:focus-visible, .portfolio-tab-home-2[data-wf-focus-visible], .portfolio-tab-home-2:visited {
  color: #000;
}

.portfolio-tab-home-2.w--current {
  color: #000;
  background-color: #0000;
}

.portfolio-tab-home-2.w--current:hover {
  color: #000;
}

.projects-image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.category-wrapp {
  z-index: 5000;
  justify-content: flex-end;
  align-items: center;
  width: 123px;
  display: flex;
}

.project-mini-image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.project-tabs {
  justify-content: space-between;
  display: flex;
}

.tab-ruc-project {
  color: var(--text-dark-paragraph);
  background-color: #0000;
  padding: 0 20px;
  font-weight: 700;
  line-height: 30px;
  transition: color .3s;
}

.tab-ruc-project:hover {
  opacity: 1;
  color: var(--accent-color);
}

.tab-ruc-project.w--current {
  color: var(--accent-color);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-ruc-project.first {
  flex: 1;
  padding-left: 0;
}

.tab-ruc-project.last {
  padding-right: 0;
}

.tabs-project-wrap {
  width: 100%;
  height: 100%;
}

.tabs-list-our-project {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  height: 100%;
  display: flex;
}

.tabs-projects-item {
  width: 100%;
  height: 630px;
  position: relative;
}

.projects-container {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.tabs-project-vertical-wrap {
  width: 100%;
  height: 100%;
}

.tabs-project-vertical-wrap.filter-collection, .tabs-project-vertical-wrap.filter-collection-details {
  justify-content: space-between;
  display: flex;
}

.tabs-projects-item-vertical {
  width: 100%;
  height: 300px;
  position: relative;
}

.tabs-projects-item-vertical.category-tab {
  height: 400px;
}

.two-mini-projects {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.projects-container-ruc {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.projects-container-ruc.second {
  flex-direction: row-reverse;
}

.big-project-container {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tabs-project-content {
  margin-top: 45px;
}

.project-2-tabs {
  justify-content: center;
  display: flex;
}

.tab-ruc-project-2 {
  color: var(--text-dark-paragraph);
  background-color: #0000;
  padding: 0 20px;
  font-weight: 700;
  line-height: 30px;
  transition: color .3s;
}

.tab-ruc-project-2:hover {
  opacity: 1;
  color: var(--accent-color);
}

.tab-ruc-project-2.w--current {
  color: var(--accent-color);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.three-column-projects {
  width: 100%;
  height: 100%;
}

.three-column-projects-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.three-column-projects-list.projects-2-list {
  justify-content: center;
}

.three-column-projects-item {
  width: 31.5%;
  height: auto;
  position: relative;
}

.three-column-projects-img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.div-block-28 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.project-2-link {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.project-2-link:hover {
  color: var(--accent-color);
}

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

.project-2-img-wrap {
  position: relative;
  overflow: hidden;
}

.projects-2-contact-wrap {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.info-text-content {
  color: var(--black);
  font-size: 19px;
  font-weight: 400;
}

.collection-details {
  position: relative;
}

.blue-details-overlay {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ruc-services-list {
  grid-row-gap: 23px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ruc-services-list.category-listing {
  grid-column-gap: 27px;
  justify-content: center;
}

.ruc-services-wrapper {
  width: 100%;
}

.ruc-services-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.banner-bottom-menu {
  background-color: var(--accent-color);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 114px;
  margin-top: -114px;
  margin-left: auto;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 50px #00000014;
}

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

.bottom-menu {
  z-index: 9999;
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-slider-icon {
  font-size: 14px;
}

.services-details-photo {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-img {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
}

.secvices-detail-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

.services-category {
  color: var(--accent-color);
  font-family: Muli, sans-serif;
  font-weight: 600;
  transition: color .3s;
}

.services-category:hover {
  color: var(--white);
}

.link-details {
  line-height: 1.2em;
}

.mask-5 {
  width: 100%;
  overflow: hidden;
}

.collection-item-5 {
  justify-content: center;
  align-items: center;
}

.collection-list-wrapper-6 {
  width: auto;
  height: 114px;
}

.about-4-projects-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-10 {
  width: 100%;
}

.collection-item-blog-post {
  width: 32%;
}

.about-4-projects-lightbox-link {
  width: 100%;
  height: 280px;
  position: relative;
}

.about-4-projects-overlay {
  z-index: 100;
  background-color: var(--midnight-blue);
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-4-projects-overlay:hover {
  opacity: 1;
}

.about-4-projects-plus-icon {
  color: #fff;
  font-size: 24px;
}

.about-4-projects-title-wrapper {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.about-4-projects-number-bg {
  z-index: 50;
  color: #dddddd80;
  letter-spacing: 3px;
  align-items: center;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

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

.collection-list-4 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-block-2 {
  z-index: 100;
  position: relative;
}

.services-content-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.video-content {
  width: 100%;
  margin-top: 80px;
}

.video {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/man-working-1_1man-working (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.text-content-right-details {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
}

.slider-details-info-wrap {
  grid-column-gap: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.overlay-service-details {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(135deg, #0b0d29a6, #0000);
  position: absolute;
  inset: 0%;
}

.project-ruc-banner-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 5%;
  width: 100%;
  height: 500px;
  margin-top: 60px;
}

.lightbox-link {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  width: 100%;
  height: 100%;
}

.eye-icon {
  color: var(--accent-color);
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.image-services-details {
  filter: brightness(0%);
  height: 74px;
}

.white-services-link-details {
  color: var(--white);
  transition: color .3s;
}

.white-services-link-details:hover {
  color: var(--black);
}

.licensing-image-link-collection {
  width: 100%;
  height: 100%;
}

.licensing-image-link-collection:hover {
  opacity: 1;
}

.licensing-img {
  width: 100%;
  height: 100%;
}

.top-main-wrapp {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.bottom-main-wrap {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.process-link {
  transition: all .3s;
}

.process-link:hover {
  color: var(--accent-color);
}

.btn-icon {
  margin-right: 8px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #fff;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  color: #000;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  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;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  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-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.div-block-29 {
  border-top: 1px solid var(--white);
  width: 100%;
  padding-top: 30px;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  margin-bottom: 0;
}

.heading-4, .heading-5, .heading-6 {
  height: 50px;
}

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

.paragraph-6 {
  height: 100px;
}

.none {
  display: none;
}

.slider-3, .slide-categorie {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.slide-7 {
  object-fit: cover;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-5 {
  color: var(--accent-color);
}

.text-span-6 {
  color: var(--orange);
}

.div-block-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  box-shadow: none;
  color: var(--black);
  height: 180px;
  margin-top: 0;
  padding: 20px;
}

.card.white {
  color: var(--white);
}

.div-block-36 {
  display: none;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-39.adresse {
  display: flex;
}

.image-3 {
  width: 30px;
}

.heading-7 {
  margin-left: 10px;
}

.heading-7.dark-theme {
  color: var(--white);
}

.heading-8 {
  margin-left: 10px;
}

.heading-8.dark-theme {
  color: var(--white);
}

.div-block-40 {
  display: none;
}

.bold-text-2, .bold-text-3, .link, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--orange);
}

.div-block-41 {
  margin-top: 20px;
}

.div-block-42 {
  margin-bottom: 20px;
}

.text-span-7, .text-span-8 {
  color: var(--orange);
}

.image-4 {
  box-shadow: none;
  object-fit: contain;
  width: 100%;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-9 {
  color: var(--orange);
}

.heading-9 {
  margin-top: 40px;
  margin-bottom: 0;
}

.image-5 {
  width: 30px;
  height: 30px;
}

.image-6, .image-7 {
  align-self: center;
  width: 30px;
  height: 30px;
}

.text-span-10, .text-span-11 {
  color: var(--orange);
}

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

.section-9 {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.section-9.padding {
  padding-bottom: 100px;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 5px solid var(--orange);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: block;
}

.div-block-43.none {
  display: none;
}

.grid-2 {
  border-bottom: 1px #000;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "."
                       "."
                       "."
                       ".";
  margin-top: 10px;
}

.image-8 {
  object-fit: contain;
  border-radius: 20px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.image-8.modif-taille {
  object-fit: contain;
  height: 80%;
}

.image-8.modif-taille._2 {
  height: 100%;
}

.image-8.modif-taille._3 {
  height: 67%;
}

.image-8.modif-taille._4 {
  height: 60%;
}

.image-8.modif-taille._5 {
  height: 75%;
}

.div-block-44 {
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block, .caract {
  display: flex;
}

.caract.color {
  color: var(--orange);
  width: auto;
  font-weight: 700;
}

.caract.color-2 {
  color: var(--black);
  align-self: flex-end;
  padding-right: 20px;
  font-weight: 400;
}

.caract.color-2.prix-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.image-9 {
  width: 35px;
}

.link-block-3 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-46 {
  height: auto;
}

.heading-10, .heading-11, .heading-12, .heading-13 {
  text-align: center;
  font-weight: 700;
}

.heading-14 {
  padding-left: 30px;
}

.icon-4 {
  color: var(--white);
  margin-right: 0;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 20px;
}

.dropdown-list {
  background-color: var(--accent-color);
}

.dropdown-list.w--open {
  background-color: var(--gris-charcoal);
  border-radius: 15px;
}

.section-10 {
  padding-bottom: 80px;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white);
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 2fr;
}

.grid-3.grid-4 {
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.grid-3.bon {
  border-color: var(--black);
  background-color: var(--primary-light);
  grid-template-rows: auto auto auto auto;
}

.div-block-48 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-48.bg-color {
  background-color: var(--orange);
}

.div-block-49, .div-block-50, .div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-prix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--black);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  height: 100%;
  display: grid;
}

.div-prix.taille {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-prix.taille-nom-machine {
  min-width: 100px;
}

.div-prix.bg-color {
  background-color: var(--orange);
}

.div-block-52, .div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.div-block-55, .div-block-56, .div-block-57 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-15 {
  color: var(--white);
}

.heading-16, .heading-17, .heading-18 {
  color: var(--orange);
}

.heading-19 {
  color: var(--black);
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.nom-machine {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.section-gray-2 {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.vertical-inscription-2 {
  color: #ff2a0e;
  text-align: center;
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 10px;
  transform: rotate(-90deg);
}

.vertical-inscription-2.secondary-sections {
  left: 0;
}

.main-title-wrapper-2 {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
  position: relative;
}

.paragraph-no-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.who-we-are-container-2 {
  grid-column-gap: 100px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.red-line-2 {
  background-color: #ff2a0e;
  width: 40px;
  height: 1px;
}

.div-block-58 {
  background-image: url('../images/kx080_480.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.red-h2-text-2 {
  color: #ff2a0e;
}

.heading-20, .heading-21, .heading-22 {
  color: var(--orange);
}

.image-10 {
  object-fit: contain;
  width: 100%;
  height: 150px;
  padding: 20px;
}

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

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

.section-outils {
  background-color: var(--white);
  padding-bottom: 100px;
}

.link-block-4 {
  color: var(--orange);
}

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

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

.nav-container-2 {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.primary-red-button-2 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #eb682b;
  border: 1px solid #ff2a0e;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button-2:hover {
  color: #141414;
  background-color: #fff;
  border-color: #fff;
}

.primary-red-button-2.header-button {
  background-color: #eb682b;
}

.primary-red-button-2.header-button:hover {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}

.primary-red-button-2.header-button.visible {
  display: none;
}

.nav-dropdown-transparent-2 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: auto;
  display: inline-block;
}

.nav-item-title-white-2 {
  color: var(--white);
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.line-2, .line-header-2 {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.navigation-menu-home-7 {
  background-color: var(--footer-color);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100px;
  font-weight: 600;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.text-block-2, .icon-5 {
  color: var(--white);
}

.dropdown-toggle-2 {
  padding-left: 0;
  padding-right: 20px;
  position: static;
}

.dropdown-list-2 {
  z-index: 99999;
}

.dropdown-list-2.w--open {
  z-index: 9999999;
  background-color: var(--footer-color);
  border-radius: 20px;
  position: absolute;
}

.dropdown-link {
  color: var(--white);
  font-size: 16px;
}

.dropdown-link.hover:hover {
  color: var(--orange);
}

.dropdown-link-2 {
  color: var(--white);
  font-size: 16px;
}

.dropdown-link-2.hover:hover {
  color: var(--orange);
}

.dropdown-link-3 {
  color: var(--white);
  font-size: 16px;
}

.dropdown-link-3:hover, .dropdown-link-3.hover:hover {
  color: var(--orange);
}

.dropdown-link-4 {
  color: var(--white);
  font-size: 16px;
}

.dropdown-link-4:hover {
  color: var(--orange);
}

.dropdown-link-5 {
  color: var(--white);
  font-size: 16px;
}

.dropdown-link-5:hover {
  color: var(--orange);
}

.dropdown-link-6 {
  color: var(--white);
  font-size: 16px;
}

.dropdown-link-6:hover {
  color: var(--orange);
}

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

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

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

.border-wrap-2 {
  display: flex;
}

.primary-red-button-3 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff2a0e;
  border: 1px solid #ff2a0e;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button-3:hover {
  color: #010524;
  background-color: #fff;
  border-color: #fff;
}

.primary-red-button-3.header-button {
  background-color: var(--orange);
}

.primary-red-button-3.header-button:hover {
  background-color: var(--white);
  color: var(--orange);
  border-color: #010524;
}

.brand-logo-2, .brand-logo-2.w--current {
  transition-property: opacity;
}

.image-ruc-animation-2 {
  width: auto;
  max-width: none;
  height: 50px;
  position: absolute;
}

.nav-dropdown-link-3 {
  color: #010524;
  width: 100%;
  margin-left: -20px;
  padding: 6px 8px 6px 0;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-3:hover {
  color: #ff2a0e;
  margin-left: 0;
}

.nav-dropdown-link-3.w--current {
  color: #010524;
}

.nav-dropdown-link-3.w--current:hover {
  color: #ff2a0e;
}

.nav-dropdown-icon-white-2 {
  color: var(--white);
  margin-right: 10px;
  font-size: 16px;
  display: block;
}

.nav-dropdown-transparent-3 {
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  display: inline-block;
}

.nav-dropdowm-link-line-2 {
  background-color: #ff2a0e;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.image-ruc-2 {
  width: auto;
  max-width: none;
  height: 50px;
}

.nav-item-title-white-3 {
  color: var(--white);
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

.nav-dropdown-transparent-4 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: auto;
  display: inline-block;
}

.nav-item-title-white-4 {
  color: var(--white);
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.border-wrap-3 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.nav-dropdown-icon-white-3 {
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  display: block;
}

.nav-dropdown-link-4 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 8px 6px 0;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

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

.nav-dropdown-link-4.w--current {
  color: #010524;
}

.nav-dropdown-link-4.w--current:hover {
  color: #ff2a0e;
}

.nav-dropdown-transparent-5 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: auto;
  display: inline-block;
}

.nav-item-title-white-5 {
  color: var(--white);
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.nav-item-title-white-6 {
  color: #fff;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

.nav-dropdowm-link-line-3 {
  background-color: #ff2a0e;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-link {
  color: #c1c1c3;
  padding: .625rem .75rem;
  font-weight: 500;
}

.nav-link.w--current {
  color: #f53b00;
  text-decoration: none;
}

.nav-dropdown-toggle {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #c1c1c3;
  justify-content: center;
  align-items: center;
  padding: .625rem .75rem;
  font-weight: 500;
  display: flex;
}

.icon-2 {
  color: #eaebeb;
  margin-right: 0;
}

.text-block-4 {
  color: #eaebeb;
  margin-right: 10px;
}

.dropdown-list-3 {
  border-bottom-left-radius: 20px;
}

.dropdown-list-3.w--open {
  background-color: #0b0b0f;
  border-bottom-right-radius: 20px;
}

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

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

.nav-item-title-white-7 {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.nav-item-title-white-7:hover {
  color: var(--orange);
}

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

.primary-red-button-4 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #eb682b;
  border: 1px solid #ff2a0e;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button-4:hover {
  color: #141414;
  background-color: #fff;
  border-color: #fff;
}

.primary-red-button-4.header-button {
  background-color: #eb682b;
}

.primary-red-button-4.header-button:hover {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}

.primary-red-button-4.header-button.visible {
  display: none;
}

.image-ruc-3 {
  width: auto;
  max-width: none;
  height: 60px;
}

.nav-dropdown-transparent-6 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: auto;
  display: inline-block;
}

.icon-6 {
  color: #fff;
  margin-right: 0;
}

.dropdown-list-4 {
  z-index: 99999;
}

.dropdown-list-4.w--open {
  z-index: 9999999;
  background-color: var(--footer-color);
}

.dropdown-header-2 {
  color: #afafaf;
  background-color: #0000;
  padding: 0 30px 0 0;
  transition: opacity .2s;
  display: flex;
}

.dropdown-header-2:hover {
  opacity: .7;
}

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

.nav-dropdown-list-3 {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-3.w--open {
  border-color: #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-3.portfolio-details {
  background-color: var(--white);
  border-style: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.nav-dropdown-list-3.portfolio-details.w--open {
  width: 220px;
}

.nav-dropdown-link-5 {
  color: var(--white);
  width: 100%;
  margin-left: -20px;
  padding: 6px 8px 6px 0;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

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

.nav-dropdown-link-5.w--current {
  color: #010524;
}

.nav-dropdown-link-5.w--current:hover {
  color: #ff2a0e;
}

.nav-dropdown-icon-white-4 {
  color: var(--black);
  margin-right: 10px;
  font-size: 16px;
  display: block;
}

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

.nav-item-title-white-8 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

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

.text-span-12 {
  font-size: 40px;
}

.text-span-13 {
  font-size: 30px;
}

.nav-dropdown-link-6 {
  color: var(--black);
  width: 100%;
  margin-left: -20px;
  padding: 6px 8px 6px 0;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

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

.nav-dropdown-link-6.w--current {
  color: var(--white);
}

.nav-dropdown-link-6.w--current:hover {
  color: var(--orange);
}

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

.product-content {
  box-shadow: none;
}

.text-span-14, .text-span-15, .link-categorie {
  color: var(--orange);
}

.link-categorie{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-dropdown-link-7 {
  color: #010524;
  width: 100%;
  margin-left: -20px;
  padding: 6px 8px 6px 0;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-7:hover {
  color: #ff2a0e;
  margin-left: 0;
}

.nav-dropdown-link-7.w--current {
  color: #010524;
}

.nav-dropdown-link-7.w--current:hover {
  color: #ff2a0e;
}

.nav-dropdowm-link-line-6 {
  background-color: #ff2a0e;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.tarifs-outils {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-light);
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.div-block-60 {
  background-image: url('../images/1_N_N_N_I_640x360-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
  min-height: 100%;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 55px;
  }

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

  .section.banner-our-team {
    min-height: 600px;
    padding-bottom: 80px;
  }

  .section.contacts-2-banner, .section.home-ruc-3-banner-section {
    padding-top: 160px;
  }

  .section.style-guide-section {
    padding-top: 200px;
  }

  .section.red-bg-with-rpint {
    background-size: auto 500px;
  }

  .section.banner-our-customers, .section.banner-our-blog, .section.banner-our-prices, .section.banner-our-projects {
    min-height: 600px;
    padding-bottom: 80px;
  }

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

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .coming-soon-heading {
    width: 75%;
    font-size: 70px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .career-customer-image {
    height: 100px;
  }

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

  .contacts-3-capabilities-wrap-right {
    background-repeat: repeat-x;
    background-size: contain;
  }

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

  .search-section {
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-3-content-wrap {
    width: 45%;
  }

  .project-template-content {
    width: 75%;
  }

  .blog-list.blog-grig-collection, .blog-list.category-blog-list {
    grid-column-gap: 30px;
  }

  .section-with-background {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tabs-content {
    margin-top: 70px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .description-container {
    width: 38%;
  }

  .title-container {
    width: 50%;
  }

  .slider-content-container {
    padding-left: 60px;
  }

  .about-text-block {
    width: 45%;
  }

  .about-img._3 {
    width: 340px;
    display: block;
  }

  .about-img._4 {
    width: 280px;
    display: block;
  }

  .about-img._2 {
    width: 340px;
  }

  .about-images-block {
    width: 55%;
  }

  .projects-primary-bg {
    background-size: auto 400px;
    height: 500px;
  }

  .home-5-projects-item {
    width: 31.8%;
    height: 420px;
  }

  .home-team-content {
    width: 30%;
  }

  .home-team-testimonial {
    width: 70%;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .home-9-slide-container {
    max-width: 950px;
  }

  .home-12-service-content {
    padding-left: 60px;
  }

  .testimonials-nav-outline-item-2 {
    opacity: 1;
  }

  .about-5-info-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-5-info-wrap-left {
    width: 50%;
  }

  .about-5-info-wrap-right {
    width: 50%;
    height: 450px;
  }

  .about-ruc-company-wrap {
    padding-right: 50px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-13-testimonials {
    padding-bottom: 130px;
  }

  .home-13-counter-heading {
    width: 90%;
  }

  .image-gallery, .image-gallery.ok {
    align-self: center;
    min-height: 480px;
    max-height: 600px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 600px 1000px 600px;
    grid-template-columns: 1170px;
    width: 100%;
    height: 100%;
    margin-top: 110px;
  }

  .home-19-gallery-img-link {
    height: 100%;
  }

  .margin-bottom-20.quote-author-photo {
    height: 500px;
  }

  .center-title {
    padding-right: 140px;
  }

  .mask-4 {
    width: 90%;
  }

  .style-guide-body-wrapper-2 {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .div-block-7 {
    margin-bottom: -80px;
  }

  .landing-inner-page-item-2.home-screen-banner, .landing-inner-page-item-2.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .landing-customers-content-left {
    padding-right: 220px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    min-height: 88vh;
  }

  .nav-dropdown-list-2.w--open {
    left: auto;
  }

  .dropdown-header {
    padding-left: 20px;
    padding-right: 40px;
  }

  .nav-dropdown-transparent:hover {
    color: var(--orange);
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-dropdown-icon-white {
    margin-right: 20px;
  }

  .who-we-are-container {
    height: 480px;
  }

  .company-services-item {
    height: 400px;
    padding: 40px;
  }

  .white-description-home-1 {
    width: 70%;
  }

  .home-1-logos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-1-banner {
    width: 78%;
  }

  .footer-2 {
    padding-top: 100px;
  }

  .footer-rights-wrapper-2 {
    margin-top: 30px;
  }

  .home-1-title {
    font-size: 55px;
  }

  .vertical-inscription.error {
    left: 15px;
  }

  .home-1-slide-1, .home-1-slide-2, .home-1-slide-3 {
    background-position: 50% 0;
  }

  .main-left-title-wrapper {
    width: 60%;
  }

  .main-left-title-wrapper.full-width.no-padding-gauche {
    padding-left: 0;
  }

  .main-left-title-wrapper.contacts-3 {
    width: 40%;
  }

  .our-works-gallery {
    width: 100%;
    height: 100%;
  }

  .section-title-ruc-wrapper {
    width: 85%;
  }

  .our-company-title {
    width: 100%;
  }

  .short-info-services {
    grid-row-gap: 40px;
  }

  .collection-ruc-services-item {
    width: 31.8%;
  }

  .section-gray {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .text-container-2 {
    margin-bottom: 130px;
  }

  .text-container-2.mb-0 {
    grid-column-gap: 100px;
  }

  .home-5-banner-slider-info-wrapper {
    grid-column-gap: 20px;
  }

  .vertical-wrap {
    width: 63%;
  }

  .home-5-banner-wrapper {
    max-width: 950px;
  }

  .large-photo-gallery {
    grid-template-rows: 325px;
    grid-template-columns: 280px 1fr 280px;
  }

  .image-ruc-home-5 {
    height: 325px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .banner-block-left-home-1 {
    width: 43.7%;
    min-height: 95vh;
    max-height: none;
  }

  .text-content-right-home-1 {
    grid-row-gap: 70px;
  }

  .brand-block {
    flex-wrap: nowrap;
  }

  .home-4-services-item {
    height: 340px;
  }

  .pricing-ruc-primary-bg {
    background-size: auto 400px;
    height: 500px;
  }

  .home-5-services-overlay {
    width: 50%;
  }

  .section-main-color {
    background-size: auto 320px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .coming-soon {
    font-size: 55px;
  }

  .leadership-title {
    padding-left: 20px;
  }

  .white-description-leadership {
    width: 85%;
  }

  .white-description-leadership.our-blog {
    width: 90%;
  }

  .reviews-photo {
    height: 250px;
  }

  .testimonials-card-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
  }

  .testominials-cards-banner-2 {
    padding-bottom: 130px;
  }

  .clients-logo-wrapper-2 {
    justify-content: space-around;
  }

  .section-blog-details {
    padding-bottom: 130px;
  }

  .banner-block-right {
    width: 40%;
  }

  .description-banner-top-block {
    grid-column-gap: 80px;
  }

  .counter-about-us {
    left: 50px;
  }

  .image-banner-bottom {
    height: 600px;
    margin-left: 4%;
  }

  .white-description-about {
    width: 80%;
  }

  .capabilities-image-about-ruc {
    height: 80%;
  }

  .why-choose-us {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
  }

  .why-choose-us-photo {
    height: 250px;
  }

  .collection-services {
    grid-column-gap: 30px;
  }

  .section-with-big-padding {
    padding-bottom: 250px;
  }

  .description-of-skills {
    width: 75%;
  }

  .how-it-work-block {
    width: 570px;
  }

  .content-wrapper-item {
    justify-content: space-around;
  }

  .process-title {
    width: 90%;
  }

  .locations {
    padding-bottom: 0;
  }

  .projects-image-wrapper {
    height: 610px;
  }

  .project-mini-image-wrapper {
    height: 470px;
  }

  .tabs-projects-item-vertical.category-tab {
    height: 500px;
  }

  .tabs-project-content {
    margin-top: 60px;
  }

  .three-column-projects-list {
    grid-column-gap: 30px;
  }

  .three-column-projects-img {
    height: 400px;
  }

  .ruc-services-list.category-listing {
    grid-column-gap: 30px;
    justify-content: center;
  }

  .ruc-services-wrapper.category-service {
    justify-content: center;
  }

  .ruc-services-item {
    height: 340px;
  }

  .banner-bottom-menu {
    width: 35%;
  }

  .bottom-menu {
    grid-column-gap: 60px;
  }

  .services-details-photo {
    width: 43.7%;
    min-height: 95vh;
    max-height: none;
  }

  .secvices-detail-title {
    font-size: 55px;
  }

  .process-service-title {
    width: 90%;
  }

  .video-content {
    margin-top: 130px;
  }

  .video {
    height: 550px;
  }

  .text-content-right-details {
    grid-row-gap: 70px;
  }

  .slider-details-info-wrap {
    grid-column-gap: 20px;
  }

  .project-ruc-banner-image {
    height: 650px;
  }

  .div-block-30 {
    grid-template-rows: auto auto;
  }

  .div-block-33 {
    width: 100%;
  }

  .div-block-37, .div-block-42 {
    width: 100%;
    height: 100%;
  }

  .heading-14 {
    padding-left: 30px;
  }

  .dropdown-list.w--open {
    background-color: var(--footer-color);
  }

  .section-gray-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .nav-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-dropdown-icon-white-2 {
    margin-right: 20px;
  }

  .border-wrap-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .nav-dropdown-icon-white-3 {
    margin-right: 20px;
  }

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

  .dropdown-header-2 {
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-dropdown-list-3.w--open {
    left: auto;
  }

  .nav-dropdown-icon-white-4 {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.contacts-2-banner {
    padding-top: 140px;
  }

  .coming-soon-heading {
    font-size: 80px;
  }

  .search-section {
    padding-top: 180px;
  }

  .home-testimonials-mask {
    width: 80%;
  }

  .testimonials-slider-author {
    margin-top: 30px;
  }

  .home-testimonials-slider {
    margin-left: 20%;
  }

  .testimonials-text-wrapper {
    padding: 40px 60px;
  }

  .home-4-blog-wrapper {
    grid-row-gap: 60px;
  }

  .about-text-block {
    width: 40%;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
    top: 42%;
  }

  .about-img._2 {
    width: 390px;
    top: 25%;
  }

  .about-us-container {
    grid-column-gap: 40px;
  }

  .about-images-block {
    width: 60%;
  }

  .our-services-wrap {
    align-items: center;
  }

  .projects-primary-bg {
    background-position: 80%;
  }

  .home-team-wrapper {
    margin-left: 8%;
  }

  .home-team-content {
    width: 30%;
  }

  .home-team-testimonial, .home-5-testimonials-mask {
    width: 70%;
  }

  .content-link {
    margin-left: 15px;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-gallery {
    min-height: 480px;
    max-height: 600px;
  }

  .image-gallery.ok {
    align-self: center;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 600px 1000px 600px;
    grid-template-columns: 1170px;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .home-19-gallery-img-link {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .section-banner.landing-banner {
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
    min-height: 90vh;
  }

  .company-services-item {
    height: 450px;
    padding: 50px;
  }

  .footer-2 {
    background-position: 84% 100%;
    background-size: auto 450px;
  }

  .our-works-gallery {
    width: 100%;
    height: 100%;
  }

  .our-company-title {
    width: 80%;
  }

  .section-video {
    height: 700px;
  }

  .large-photo-gallery {
    grid-template-columns: 350px 1fr 350px;
  }

  .banner-block-left-home-1 {
    width: 44.5%;
  }

  .pricing-ruc-primary-bg {
    background-position: 80%;
  }

  .body-404 {
    background-position: 50% 35%;
    background-size: auto 350px;
  }

  ._404-title {
    font-size: 230px;
  }

  .leadership-title {
    padding-left: 20px;
  }

  .reviews-photo {
    height: 300px;
  }

  .our-blog-grid-wrapper {
    grid-row-gap: 60px;
  }

  .banner-block-right {
    width: 45%;
  }

  .counter-about-us {
    left: 100px;
  }

  .image-banner-bottom {
    margin-left: 9%;
  }

  .white-description-about {
    width: 80%;
  }

  .why-choose-us-photo {
    height: 300px;
  }

  .services-details-photo {
    width: 44.5%;
  }

  .div-block-33, .div-block-41, .div-block-42 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section.contacts-2-banner {
    padding-top: 160px;
  }

  .section.red-bg-with-rpint {
    background-position: 22% 100%;
  }

  .section.banner-contacts-3 {
    min-height: 650px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .coming-soon-image {
    width: 100%;
    height: 435px;
  }

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

  .about-3-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .home-testimonials-mask {
    width: 70%;
  }

  .home-testimonials-slider-arrow.right {
    left: 34%;
  }

  .home-testimonials-slider {
    margin-left: 26%;
  }

  .background-text-big {
    font-size: 120px;
  }

  .about-text-block {
    padding-right: 12%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .projects-primary-bg {
    background-position: 70%;
    background-size: auto 450px;
  }

  .home-team-wrapper {
    margin-left: 19%;
  }

  .home-team-content {
    width: 20%;
  }

  .home-team-testimonial {
    width: 80%;
  }

  .home-5-testimonials-mask {
    width: 60%;
  }

  .home-12-service-content {
    padding-right: 10%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-13-tabs-section {
    margin-right: auto;
  }

  .home-testimonials-con {
    background-color: #0000;
  }

  .image-gallery {
    min-height: 410px;
  }

  .grid {
    grid-template-rows: 410px auto auto;
    grid-template-columns: 410px;
    align-self: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .home-19-gallery-img-link {
    height: 410px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .div-block-7 {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 92vh;
    padding-top: 180px;
  }

  .color-bg {
    height: 200px;
  }

  .base-container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .company-services-item {
    height: 550px;
  }

  .footer-2 {
    background-position: 70% 100%;
    background-size: auto 450px;
  }

  .section-title-ruc-wrapper {
    width: 75%;
  }

  .section-video {
    height: 750px;
  }

  .large-photo-gallery {
    grid-template-rows: 400px;
    grid-template-columns: 420px 1fr 420px;
  }

  .image-ruc-home-5 {
    height: 400px;
  }

  .banner-block-left-home-1 {
    width: 45.8%;
  }

  .text-content-right-home-1 {
    grid-row-gap: 160px;
  }

  .home-ruc-4-banner-section {
    background-size: auto 500px;
  }

  .pricing-ruc-primary-bg {
    background-position: 70%;
    background-size: auto 450px;
  }

  .home-5-services-overlay {
    width: 45%;
  }

  .section-main-color {
    background-position: 100% 100%;
    background-size: auto 450px;
  }

  .body-404 {
    background-position: 50% 40%;
    background-size: auto 430px;
  }

  .leadership-title {
    padding-left: 20px;
  }

  .testimonials-card-wrapper-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .counter-about-us {
    left: 140px;
  }

  .image-banner-bottom {
    height: 700px;
    margin-left: 19%;
  }

  .white-description-about {
    width: 90%;
  }

  .why-choose-us {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-bottom-menu {
    width: 30%;
  }

  .services-details-photo {
    width: 45.8%;
  }

  .text-content-right-details {
    grid-row-gap: 160px;
  }

  .project-ruc-banner-image {
    height: 900px;
  }

  .div-block-33 {
    width: 100%;
  }

  .div-block-37 {
    margin-bottom: 20px;
  }

  .div-block-38 {
    margin-top: 20px;
  }

  .heading-14 {
    padding-left: 30px;
  }

  .nav-container-2 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    padding-top: 40px;
  }

  .section.banner, .section.changelog-banner, .section.blog-grid-banner {
    min-height: 300px;
  }

  .section.banner-our-team {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.banner-testimonials {
    min-height: 600px;
    padding-bottom: 120px;
  }

  .section.home-ruc-3-banner-section {
    min-height: 800px;
  }

  .section.style-guide-section {
    padding-top: 140px;
  }

  .section.home-ruc-5-banner {
    padding-bottom: 110px;
  }

  .section.banner-our-customers, .section.banner-our-blog, .section.banner-our-prices {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.banner-why-ruc {
    min-height: 600px;
    padding-bottom: 120px;
  }

  .section.banner-contacts-3 {
    padding-bottom: 120px;
  }

  .section.projects-details {
    min-height: 300px;
  }

  .section.banner-our-projects {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.services-ruc-category {
    min-height: 400px;
  }

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

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .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%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .licensing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .licensing-grid.last-child {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    width: 80%;
    font-size: 60px;
  }

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .blog-template-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .text-white {
    width: 300px;
  }

  .accordion-wrapper {
    grid-column-gap: 40px;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .contacts-form-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-input {
    border-color: var(--orange);
  }

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

  .contacts-3-capabilities-wrap-left {
    padding-right: 40px;
  }

  .contacts-3-capabilities-wrap-right {
    width: 50%;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

  .customers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-3-content-wrap {
    width: 90%;
  }

  .about-3-content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .about-3-form-wrapper {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-text-field {
    width: 300px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-banner-image {
    padding-top: 20px;
  }

  .project-template-image {
    height: 360px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .blog-item {
    width: 100%;
  }

  .blog-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .home-testimonials-mask {
    width: 90%;
  }

  .home-testimonials-slider-arrow {
    display: none;
  }

  .home-testimonials-slider-arrow.right {
    left: 38%;
  }

  .home-testimonials-slider {
    padding-bottom: 0;
  }

  .testimonials-text-wrapper {
    padding: 15px;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
  }

  .objects-title {
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
  }

  .gallery-con {
    max-width: 750px;
  }

  .tab:hover {
    opacity: 1;
    color: var(--accent-color);
  }

  .section-with-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tabs-item {
    width: 47.5%;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .testimonials-quote-icon-2 {
    font-size: 45px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonials-slider-con {
    max-width: 675px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .about-3-form-wrapper.cta {
      flex-direction: column;
  }

  .testimonials-quote {
    max-width: 555px;
    margin-top: 33px;
    font-size: 21px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .testimonials-quote-author {
    margin-top: 30px;
  }

  .background-text-big {
    font-size: 90px;
  }

  .project-overlay {
    background-color: #0003;
    background-image: linear-gradient(360deg, var(--dark-blue), transparent 70%);
    opacity: 1;
    padding: 20px 20px 30px;
  }

  .content-item {
    width: 47%;
  }

  .content-item.last-item {
    width: 100%;
  }

  .subscribe-form {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .short-info-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .short-info-content {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .subscribe-input {
    width: 100%;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .description-container {
    width: 70%;
  }

  .slider-left-arrow {
    inset: 420px auto auto 0%;
  }

  .slider-right-arrow {
    inset: 420px auto auto 60px;
  }

  .home-3-slider-item-container {
    flex-direction: column;
  }

  .home-3-slide-image {
    object-fit: cover;
    object-position: 50% 35%;
    width: 100%;
    height: 480px;
  }

  .slider-content-container {
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 40px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .slider-content-buttons {
    flex-direction: column;
  }

  .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;
  }

  .footer-gallery-image {
    width: 360px;
    height: 280px;
  }

  .banner-slider-description {
    width: 100%;
  }

  .banner-slider-description.home-2-text {
    width: 90%;
    font-size: 16px;
  }

  .about-text-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    display: block;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    display: block;
    top: 54%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .about-text-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .about-us-container {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .about-images-block {
    width: 100%;
  }

  .home-5-projects-list {
    flex-wrap: wrap;
  }

  .home-5-projects-item {
    width: 48.3%;
  }

  .home-team-content, .home-team-testimonial {
    width: 50%;
  }

  .home-5-testimonials-slider {
    padding-bottom: 0;
  }

  .content-link {
    margin-left: 10px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-form-field {
    width: 300px;
  }

  .capabilities-image {
    object-position: 50% 30%;
    height: 500px;
  }

  .home-9-slide-container {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .circle-counter-wrapper.col-33-wrap {
    width: 100%;
    margin-top: 30px;
  }

  .circle-counter {
    width: 50%;
  }

  .home-11-services-list {
    grid-template-columns: 1fr 1fr;
  }

  .home-12-service-image {
    width: 50%;
  }

  .home-12-service-content {
    width: 50%;
    padding-right: 15px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-5-info-wrapper {
    flex-wrap: wrap;
  }

  .about-5-info-wrap-left {
    width: 100%;
  }

  .about-5-info-wrap-right {
    order: -1;
    width: 100%;
  }

  .about-5-info-cards-wrapper {
    justify-content: space-between;
  }

  .about-ruc-company-wrap {
    width: 47%;
    padding-right: 60px;
  }

  .tab-aditional-block {
    background-position: 50% 20%;
    width: 100%;
  }

  .tab-radio-button-field {
    justify-content: flex-start;
    width: 45%;
  }

  .tab-container {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-aditional {
    background-image: linear-gradient(to top, var(--dark-blue), var(--midnight-blue));
    flex-direction: column;
    min-height: auto;
    padding: 30px;
  }

  .probressbar-container {
    flex-direction: column;
    padding-bottom: 190px;
  }

  .home-13-tabs {
    width: 90%;
  }

  .radio-buttons-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .home-testimonials-con.home-4-testimonials-container {
    min-width: auto;
  }

  .home-13-testimonial {
    margin-right: 30px;
  }

  .home-13-mask-testimonials {
    max-width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .tab-additional-text {
    margin-bottom: 30px;
  }

  .home-13-counter-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .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-top-content-wrapper {
    width: 60%;
  }

  .image-gallery {
    min-height: 354px;
  }

  .grid {
    grid-template-rows: 354px 600px 354px;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .testimonials-intro {
    width: 100%;
  }

  .home-19-gallery-img-link {
    height: 354px;
  }

  .margin-bottom-20.quote-author-photo {
    height: 400px;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .home-23-contacts-wrapper {
    flex-wrap: wrap;
  }

  .flex-horizontal-center.wrap-mobile {
    grid-column-gap: 20px;
  }

  .mask-4 {
    width: 90%;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 30px;
  }

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

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-home-pages-wrapper-copy {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item-2.home-screen-banner {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-inner-page-item-2.home-screen {
    max-width: 550px;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-customers-content-right {
    grid-row-gap: 20px;
    width: 60%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper-2 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    min-height: 70vh;
    padding-top: 130px;
  }

  .color-bg {
    height: 100px;
  }

  .primary-red-button.header-button {
    display: none;
  }

  .primary-red-button.header-button.cta {
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .primary-red-button.header-button.cta.color {
    margin-right: 20px;
    display: block;
  }

  .primary-red-button.header-button.visible {
    margin-top: 40px;
    display: flex;
  }

  .border-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .nav-menu-wrapper-home-6 {
    background-color: var(--footer-color);
  }

  .wrapper-item-home-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .nav-dropdowm-link-line {
    display: none;
  }

  .logo-mobile-2 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .navigation-menu-home-6 {
    background-color: var(--footer-color);
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-close-icon-2 {
    align-self: stretch;
    max-width: 60%;
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.megamenu {
    height: 340px;
    padding-right: 0;
    overflow: auto;
  }

  .nav-dropdown-list-2.megamenu.w--open {
    width: 100%;
  }

  .dropdown-header {
    background-color: #0000;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
  }

  .dropdown-menu {
    background-color: var(--footer-color);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .menu-button-2 {
    text-align: right;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 15px 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    display: none;
  }

  .tablet-menu-2 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-dropdown-home-5 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .search-shop-con-2 {
    display: none;
  }

  .search-shop-con-2.home-5 {
    background-color: var(--gris-charcoal);
    display: none;
  }

  .nav-dropdown-transparent {
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: opacity .5s;
    display: block;
    overflow: hidden;
  }

  .nav-dropdown-transparent.w--current {
    justify-content: center;
    align-items: flex-start;
  }

  .top-tablet-menu {
    text-align: left;
    width: 100%;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-2 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .nav-dropdown-link-2.w--current {
    font-size: 16px;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 20px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .menu-wrapper {
    background-color: var(--footer-color);
    justify-content: space-between;
    display: inline;
  }

  .nav-menu-shadow-overlay-2 {
    background-color: var(--footer-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .line-header {
    background-color: var(--white);
    margin-bottom: 5px;
  }

  .nav-item-title-white {
    color: var(--white);
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 1.7em;
  }

  .nav-dropdown-icon-white {
    justify-content: space-between;
    margin-right: 20px;
    inset: 0% 0% 0% auto;
  }

  .image-ruc {
    height: 50px;
  }

  .who-we-are-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-us-wrap.left, .about-us-wrap.right {
    width: 100%;
  }

  .our-benefit-container {
    display: none;
  }

  .our-benefit-container.none {
    display: flex;
  }

  .div-block-18 {
    flex: 0 auto;
    height: 350px;
  }

  .about-us-2-video-section, .big-play-red, .big-play-red-animations {
    width: 80px;
    height: 80px;
  }

  .company-services-item {
    width: 50%;
  }

  .white-description-home-1 {
    width: 95%;
  }

  .image-ruc-animation {
    height: 50px;
  }

  .home-1-logos {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .home-1-banner {
    width: 100%;
  }

  .footer-main-wrapper {
    flex-wrap: wrap;
  }

  .footer-content-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-2 {
    background-position: 89% 100%;
    background-size: auto 250px;
  }

  .footer-form-wrapper {
    width: 100%;
  }

  .footer-logo-wrapper-2 {
    width: 50%;
  }

  .home-1-title {
    padding-left: 0;
  }

  .home-1-title.home-2-title {
    font-size: 45px;
  }

  .vertical-inscription {
    text-align: left;
    position: static;
    transform: rotate(0);
  }

  .vertical-inscription.secondary-sections-dark, .vertical-inscription.error, .vertical-inscription.h6-about-us {
    text-align: center;
  }

  .main-title-wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .main-title-wrapper.home-4-wrap {
    text-align: center;
    align-items: center;
  }

  .main-title-wrapper.smth-great, .main-title-wrapper.about-ruc {
    align-items: center;
  }

  .main-left-title-wrapper {
    flex-direction: column;
    width: 85%;
    padding-left: 0;
  }

  .main-left-title-wrapper.contacts-3 {
    width: 70%;
  }

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

  .home-1-our-team-image {
    height: 320px;
  }

  .home-1-team-item {
    width: 48.5%;
  }

  .ruc-social-wrapper {
    background-color: #0000;
  }

  .navigation-menu-style-guide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-ruc-style-guide {
    height: 30px;
  }

  .line-header-style-guide {
    background-color: var(--black);
    margin-bottom: 5px;
  }

  .line-style-guide {
    background-color: var(--black);
  }

  .form-block-2 {
    width: auto;
  }

  .section-title-ruc-wrapper {
    max-width: 560px;
  }

  .home-contacts-form-wrap-2 {
    width: 100%;
    margin-top: 0;
  }

  .contacts-adress-2 {
    width: auto;
  }

  .contacts-adress-wrap-2 {
    grid-column-gap: 60px;
    flex-wrap: wrap;
  }

  .contacts-input-ruc {
    width: 50%;
  }

  .home-contacts-2 {
    width: 100%;
    padding-right: 0;
  }

  .question-title {
    width: 60%;
  }

  .question-title.contact-us-3 {
    width: 100%;
  }

  .paragraph-our-benefits {
    font-size: 16px;
  }

  .short-info-services {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-3-description {
    width: 100%;
  }

  .home-3-ruc-services-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25 {
    grid-column-gap: 40px;
  }

  .collection-ruc-services-item {
    width: 31.5%;
  }

  .h2-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-second-block-gallery {
    grid-row-gap: 20px;
  }

  .h2-two-images-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ruc-project-wrapper {
    background-color: #0000;
    background-image: linear-gradient(360deg, var(--dark-blue), transparent 69%);
    padding: 20px;
  }

  .ruc-projects-link {
    font-size: 18px;
  }

  .text-container-2 {
    grid-column-gap: 20px;
    margin-bottom: 80px;
  }

  .text-container-2.mb-0 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .home-5-banner-slider-container {
    text-align: center;
  }

  .home-5-banner-slider-section {
    margin-top: -110px;
  }

  .home-5-banner-slider-mask {
    max-height: none;
  }

  .collection-item-home-5 {
    grid-column-gap: 0px;
  }

  .home-5-banner-slider-info-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .slider-wrapper-home-5 {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .vertical-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 60%;
    padding-left: 0;
    display: flex;
  }

  .home-features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-features-wrapper.contacts-2 {
    grid-row-gap: 23px;
  }

  .home-features-wrap {
    width: 47%;
    box-shadow: 0 0 30px #0f5cfa14;
  }

  .home-features-wrap:hover {
    box-shadow: 0 0 30px #0f5cfa00;
  }

  .home-features-wrap.cntact-us-2 {
    width: 48.5%;
  }

  .home-features-items-wrap {
    width: 47%;
  }

  .section-video {
    height: 500px;
    padding-bottom: 60px;
  }

  .large-photo-gallery {
    grid-template-rows: 220px;
    grid-template-columns: 170px 1fr 170px;
  }

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

  .image-ruc-home-5 {
    height: 220px;
  }

  .bottom-block-home-1 {
    text-align: center;
    align-items: center;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .button-block-right {
    justify-content: center;
  }

  .banner-block-left-home-1 {
    background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/business-1_1business (1).webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    width: 100%;
    height: 100vh;
    max-height: 100%;
  }

  .text-content-right-home-1 {
    z-index: 100;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding-right: 0;
    position: relative;
  }

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

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
  }

  .home-4-services-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-4-services-item {
    width: 100%;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 80%;
  }

  .vertical-inscription-home-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: rotate(0);
  }

  .home-blog-collection-list {
    column-count: 2;
  }

  .home-blog-item {
    width: 47.5%;
  }

  .main-home-blog-image {
    height: 320px;
  }

  .home-5-services-block-wrapper {
    flex-direction: column;
    height: auto;
  }

  .home-5-services-overlay {
    background-color: var(--white);
    width: 80%;
    margin-top: -220px;
    padding: 40px;
    position: relative;
    inset: auto auto 0%;
  }

  .section-main-color {
    background-size: auto 240px;
  }

  .section-red.about-us {
    display: block;
  }

  .implemented-projects {
    font-size: 18px;
  }

  .number-of-projects {
    font-size: 50px;
  }

  .benefits-wrap {
    width: auto;
  }

  .benefits-container-home-4 {
    grid-column-gap: 40px;
  }

  .body-404 {
    background-position: 50% 30%;
    background-size: auto 380px;
  }

  ._404-title {
    font-size: 180px;
  }

  .leadership-title {
    padding-left: 0;
  }

  .ruc-container {
    width: 80%;
  }

  .ruc-container.our-blog {
    width: 90%;
  }

  .ruc-container.about-us {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .testimonials-card-wrapper-2 {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testominials-cards-banner-2 {
    margin-top: -100px;
  }

  .clients-logo-reviews {
    height: 32px;
  }

  .blog-item-grid {
    width: 48%;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
  }

  .section-blog-details {
    padding-top: 160px;
  }

  .banner-block-right {
    width: 20%;
    display: none;
  }

  .banner-content-about-us {
    height: auto;
  }

  .counter-about-us {
    bottom: -230px;
  }

  .image-banner-bottom {
    background-image: linear-gradient(to bottom, null, null), url('../images/77-1_177 (1).webp');
    background-position: 0 0, 0%;
    height: 400px;
  }

  .white-description-about {
    padding-right: 0;
  }

  .capabilities-image-about-ruc {
    object-position: 50% 30%;
    height: 500px;
  }

  .why-choose-us {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .about-services {
    padding: 0 15px 15px;
  }

  .collection-services {
    grid-column-gap: 20px;
  }

  .ruc-services-title {
    font-size: 20px;
  }

  .number-container {
    grid-row-gap: 45px;
  }

  .register-text {
    width: 90%;
  }

  .how-it-work-block {
    width: 63%;
  }

  .content-wrapper-item {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .about-our-works {
    width: 100%;
  }

  .right-process-wrapp {
    background-position: 51%;
  }

  .process-title {
    width: 100%;
  }

  .process-title.prix {
    font-size: 16px;
  }

  .locations {
    margin-top: -100px;
  }

  .locations-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .locations-wrapper.gride {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .locations-wrapper.grid-outils {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .locations-wrapper.padding {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-us-3-container {
    padding: 10px;
  }

  .projects-image-wrapper {
    height: 400px;
  }

  .project-mini-image-wrapper {
    height: 320px;
  }

  .project-tabs {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .tab-ruc-project:hover {
    opacity: 1;
    color: var(--accent-color);
  }

  .tabs-list-our-project {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tabs-projects-item {
    height: 530px;
  }

  .tabs-project-vertical-wrap {
    flex-direction: column;
    justify-content: space-between;
  }

  .tabs-projects-item-vertical {
    height: 250px;
  }

  .tabs-projects-item-vertical.category-tab {
    height: 300px;
  }

  .two-mini-projects {
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .projects-container-ruc {
    grid-column-gap: 20px;
  }

  .big-project-container {
    grid-row-gap: 20px;
  }

  .tabs-project-content {
    margin-top: 40px;
  }

  .project-2-tabs {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .tab-ruc-project-2:hover {
    opacity: 1;
    color: var(--accent-color);
  }

  .three-column-projects-list {
    grid-column-gap: 30px;
  }

  .three-column-projects-list.projects-2-list {
    justify-content: space-between;
  }

  .three-column-projects-item {
    width: 47.5%;
  }

  .ruc-services-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .ruc-services-list.category-listing {
    grid-column-gap: 20px;
    flex-flow: row;
  }

  .ruc-services-item {
    width: 48.6%;
  }

  .banner-bottom-menu {
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .bottom-menu {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-details-photo {
    background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/business-1_1business (1).webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    width: 100%;
    height: 100vh;
    max-height: 100%;
  }

  .mask-5, .collection-list-wrapper-6 {
    height: auto;
  }

  .about-4-projects-wrapper {
    flex-wrap: wrap;
  }

  .collection-list-wrapper-10, .collection-item-blog-post {
    width: 100%;
  }

  .about-4-projects-lightbox-link {
    height: 380px;
  }

  .collection-list-4 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .process-service-title {
    width: 100%;
  }

  .services-content-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .video {
    height: 450px;
  }

  .text-content-right-details {
    z-index: 100;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding-right: 0;
    position: relative;
  }

  .slider-details-info-wrap {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .overlay-service-details {
    background-image: linear-gradient(to top, var(--dark-blue), #060b3d26);
  }

  .image-services-details {
    height: 80px;
  }

  .white-services-link-details {
    font-size: 25px;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

  .div-block-30 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-34 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-4 {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-9 {
    padding-top: 0;
  }

  .section-9.padding {
    padding-bottom: 0;
  }

  .image-8.modif-taille._4 {
    height: auto;
  }

  .caract.color, .caract.color-2 {
    font-size: 14px;
  }

  .heading-14 {
    padding-left: 0;
  }

  .dropdown-toggle, .div-block-56 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .vertical-inscription-2 {
    text-align: left;
    position: static;
    transform: rotate(0);
  }

  .main-title-wrapper-2 {
    flex-direction: column;
    padding-left: 0;
  }

  .who-we-are-container-2 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .div-block-58 {
    flex: 0 auto;
    height: 350px;
  }

  .section-outils {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-3 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-menu-shadow-overlay-3 {
    background-color: var(--footer-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-menu-2 {
    z-index: 9999;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .primary-red-button-2.header-button {
    display: none;
  }

  .primary-red-button-2.header-button.visible {
    margin-top: 40px;
    display: block;
  }

  .nav-dropdown-transparent-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-transparent-2.w--current {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-item-title-white-2 {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 1.7em;
  }

  .line-2 {
    background-color: #fff;
  }

  .line-header-2 {
    background-color: #fff;
    margin-bottom: 5px;
  }

  .navigation-menu-home-7 {
    background-color: var(--footer-color);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-4 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-menu-shadow-overlay-4 {
    background-color: var(--footer-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .dropdown-menu-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .border-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .primary-red-button-3.header-button {
    display: none;
  }

  .image-ruc-animation-2 {
    height: 30px;
  }

  .nav-dropdown-link-3 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .nav-dropdown-link-3.w--current {
    font-size: 16px;
  }

  .nav-dropdown-icon-white-2 {
    justify-content: space-between;
    margin-right: 20px;
    inset: 0% 0% 0% auto;
  }

  .top-tablet-menu-2 {
    width: 100%;
  }

  .nav-dropdown-transparent-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdowm-link-line-2 {
    display: none;
  }

  .image-ruc-2 {
    height: 30px;
  }

  .image-ruc-2.tablet {
    height: 40px;
  }

  .nav-item-title-white-3 {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 1.7em;
  }

  .nav-dropdown-transparent-4 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-transparent-4.w--current {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-item-title-white-4 {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 1.7em;
  }

  .border-wrap-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-dropdown-icon-white-3 {
    justify-content: space-between;
    margin-right: 20px;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-link-4 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .nav-dropdown-link-4.w--current {
    font-size: 16px;
  }

  .nav-dropdown-transparent-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-transparent-5.w--current {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-item-title-white-5, .nav-item-title-white-6 {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 1.7em;
  }

  .nav-dropdowm-link-line-3 {
    display: none;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .icon-2 {
    margin-right: auto;
  }

  .text-block-4 {
    margin-right: 10px;
  }

  .dropdown-list-3 {
    margin-top: 60px;
  }

  .nav-menu-shadow-overlay-5 {
    background-color: #141414;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-menu-5 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-item-title-white-7 {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 1.7em;
  }

  .dropdown-menu-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .primary-red-button-4.header-button {
    display: none;
  }

  .primary-red-button-4.header-button.visible {
    margin-top: 40px;
    display: block;
  }

  .primary-red-button-4.header-button.visible:hover {
    border-color: var(--orange);
    color: var(--orange);
  }

  .image-ruc-3 {
    height: 50px;
  }

  .nav-dropdown-transparent-6 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-transparent-6.w--current {
    justify-content: center;
    align-items: flex-start;
  }

  .top-tablet-menu-3 {
    text-align: left;
    width: 100%;
  }

  .dropdown-list-4 {
    position: static;
  }

  .dropdown-header-2 {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .nav-dropdown-list-3 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-3.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-3.portfolio-details {
    background-color: #0000;
  }

  .nav-dropdown-link-5 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .nav-dropdown-link-5.w--current {
    font-size: 16px;
  }

  .nav-dropdown-icon-white-4 {
    justify-content: space-between;
    margin-right: 20px;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdowm-link-line-4 {
    display: none;
  }

  .nav-item-title-white-8 {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 1.7em;
  }

  .nav-dropdown-link-wrapper-3 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-3:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-6 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .nav-dropdown-link-6.w--current {
    font-size: 16px;
  }

  .nav-dropdowm-link-line-5 {
    display: none;
  }

  .nav-dropdown-link-7 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .nav-dropdown-link-7.w--current {
    font-size: 16px;
  }

  .nav-dropdowm-link-line-6 {
    display: none;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    background-size: auto 20px;
    font-size: 30px;
  }

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

  .section.banner-our-team {
    background-image: linear-gradient(45deg, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/1_N_N_N_I_640x360-12.jpg');
    background-position: 0 0, 0 0, 73%;
  }

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

  .section.style-guide-section {
    padding-top: 120px;
  }

  .section.red-bg-with-rpint {
    background-position: 50% 100%;
  }

  .section.home-ruc-5-banner {
    padding-bottom: 80px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .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-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

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

  .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-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .password-image {
    width: 100px;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 50px;
  }

  .blog-grid-wrapper.home-5-spacing {
    margin-top: 40px;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-template-pagination {
    align-items: center;
  }

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

  .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;
  }

  .text-white {
    margin-bottom: 60px;
  }

  .text-white.title {
    width: auto;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    width: 90%;
  }

  .pricing-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-item.left {
    margin-right: 0;
  }

  .pricing-item.rigth {
    margin-left: 0;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .contacts-location-slider {
    padding-right: 100px;
  }

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

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .contacts-3-capabilities-wrap-right {
    order: -1;
    width: 100%;
    height: 350px;
  }

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .white-text.testimonials-text {
    text-align: center;
    font-size: 24px;
  }

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

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

  .customer-wrapper {
    height: 240px;
  }

  .about-3-content-wrap {
    width: 100%;
  }

  .about-3-content-wrapper {
    flex-wrap: wrap;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-3-form-wrapper {
    flex-flow: column wrap;
    justify-content: space-around;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    width: 100%;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    flex-direction: column;
    align-items: center;
    width: 50%;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .banner-slider-container {
    padding-bottom: 60px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-testimonials-mask {
    width: 95%;
  }

  .home-testimonials-slider-arrow.right {
    left: 40%;
  }

  .home-testimonials-slider {
    margin-left: 6%;
  }

  .home-testimonials-slide {
    margin-right: 40px;
  }

  .tabs-menu-2 {
    justify-content: center;
  }

  .objects-title {
    text-align: center;
    width: 100%;
  }

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

  .tabs {
    margin-top: 0;
  }

  .tabs-item {
    width: 100%;
  }

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

  .map {
    height: 320px;
  }

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

  .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;
  }

  .background-text-big {
    font-size: 70px;
  }

  .content-item-title {
    font-size: 17px;
  }

  .content-item {
    width: 100%;
  }

  .image-background {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .subscribe-input {
    width: 160px;
  }

  .short-info-wrap {
    grid-row-gap: 30px;
  }

  .description-container, .title-container {
    width: 100%;
  }

  .slider-left-arrow, .slider-right-arrow {
    top: 280px;
  }

  .home-3-slider-item-container {
    flex-direction: column;
  }

  .home-3-slide-image {
    width: 100%;
    height: 340px;
  }

  .slider-bg {
    bottom: 0;
  }

  .slider-content-container {
    width: 100%;
    margin-bottom: 0;
    padding: 30px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .banner-slider-description {
    margin-top: 10px;
  }

  .about-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4 {
    width: 100%;
    position: static;
  }

  .about-img._2 {
    object-position: 50% 30%;
    width: 100%;
    position: static;
  }

  .about-images {
    grid-row-gap: 15px;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .about-text-content {
    text-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .subtitle {
    line-height: 16px;
  }

  .about-images-block {
    flex-direction: column;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .projects-primary-bg {
    background-position: 50% 0;
  }

  .home-5-projects-list {
    grid-row-gap: 20px;
  }

  .home-5-projects-item {
    width: 100%;
  }

  .home-team-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-team-content {
    text-align: center;
    width: 100%;
    padding-right: 15px;
  }

  .home-team-testimonial {
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-form {
    flex-wrap: wrap;
  }

  .capabilities-image {
    height: 350px;
  }

  .home-9-arrow-right {
    inset: auto 3% 5% auto;
  }

  .home-9-arrow-left {
    inset: auto auto 5% 3%;
  }

  .home-9-team-item {
    width: 48%;
  }

  .circle-counter-wrapper.col-33-wrap {
    justify-content: center;
  }

  .circle-counter.col-33 {
    width: 100%;
  }

  .home-11-services-list {
    grid-template-columns: 1fr;
  }

  .home-12-service-image {
    width: 100%;
    height: 340px;
  }

  .home-12-service-wrapper {
    grid-row-gap: 40px;
    flex-flow: row-reverse wrap;
  }

  .home-12-service-content {
    text-align: center;
    width: 100%;
    padding-top: 60px;
    padding-left: 15px;
  }

  .testimonials-with-bg-slide-nav {
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .about-4-testimonials-content {
    grid-row-gap: 40px;
    flex: none;
    width: 100%;
  }

  .testimonials-nav-outline-2 {
    justify-content: center;
    padding-left: 6px;
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .about-4-testimonials-author-info {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-4-testimonials-item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-5-info-wrap-left, .about-5-info-wrap-right {
    width: 100%;
  }

  .about-5-info-cards-wrapper {
    margin-top: 20px;
    padding-top: 30px;
  }

  .about-ruc-company-wrap {
    width: 45%;
    padding-right: 0;
  }

  .tab-aditional-block {
    width: 100%;
  }

  .tab-container {
    flex-direction: column;
    width: 100%;
  }

  .tab-link-tab-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-container {
    padding-left: 0;
  }

  .probressbar-container {
    padding-bottom: 160px;
  }

  .probressbar-container.home-13-progressbar-container {
    padding-top: 0;
  }

  .home-13-tabs {
    width: 100%;
    margin-top: -60px;
    top: -50px;
  }

  .contact-form {
    width: 100%;
    padding: 40px 20px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-testimonials-con {
    min-width: 100%;
  }

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

  .home-13-mask-testimonials {
    max-width: 100%;
  }

  .home-13-testimonials {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .get-started-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .get-started-text-wrap {
    width: 100%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-top-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .home-top-social-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .home-top-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .image-gallery {
    width: 130vw;
    min-height: 525px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 525px 525px 525px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .home-19-gallery-img-link {
    height: 525px;
  }

  .margin-bottom-20.quote-author-photo {
    height: 350px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .home-1-our-team-author {
    text-align: center;
  }

  .home-1-team-position {
    margin-bottom: 10px;
  }

  .mask-4 {
    width: 100%;
  }

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

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--footer-color);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .spacing-title {
    font-size: 35px;
  }

  .grid-title-2 {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title-2.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .landing-home-pages-wrapper-copy {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    margin-bottom: -50px;
  }

  .landing-inner-page-item-2.home-screen {
    width: 100%;
  }

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

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper-2 {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
  }

  .paragraph-large-size {
    text-align: left;
  }

  .paragraph-large-size.centered {
    text-align: center;
  }

  .primary-red-button.header-button.cta.color.padding {
    text-align: center;
    width: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .primary-red-button.header-button.cta.padding {
    width: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .primary-red-button.header-button.visible {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 40px;
    display: flex;
  }

  .navigation-menu-home-6 {
    background-color: var(--footer-color);
  }

  .dropdown-menu {
    background-color: var(--footer-color);
    overflow: hidden;
  }

  .search-shop-con-2.home-5 {
    background-color: var(--footer-color);
  }

  .nav-dropdown-transparent {
    color: var(--white);
  }

  .nav-menu-2 {
    background-color: var(--footer-color);
    max-width: none;
  }

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

  .brand-logo.w--current {
    padding-left: 0;
  }

  .about-us-wrap.left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-18 {
    height: 300px;
  }

  .white-description-home-1 {
    width: 100%;
  }

  .home-1-logos {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    display: grid;
  }

  .home-1-banner {
    text-align: center;
    align-items: center;
  }

  .footer-main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-title {
    width: 90%;
  }

  .footer-social-icons-wrapper-2 {
    width: 100%;
  }

  .footer-2 {
    padding-top: 60px;
  }

  .footer-brand-2 {
    padding-left: 0;
  }

  .footer-rights-wrapper-2, .footer-links-wrapper-2 {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-logo-wrapper-2 {
    width: 100%;
  }

  .home-1-title, .home-1-title.home-2-title {
    font-size: 40px;
  }

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

  .main-title-wrapper {
    align-items: center;
  }

  .main-title-wrapper.contact-us-1 {
    text-align: center;
  }

  .main-left-title-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .main-left-title-wrapper.contacts-3 {
    width: 100%;
  }

  .service-image {
    align-self: flex-start;
  }

  .blog-description {
    height: 120px;
  }

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

  .home-1-our-team-image {
    height: 350px;
  }

  .our-team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-1-team-item {
    width: 70%;
  }

  .about-company-ruc {
    text-align: center;
  }

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

  .contacts-adress-wrap-2 {
    flex-wrap: nowrap;
  }

  .question-title {
    text-align: center;
    width: 100%;
  }

  .short-info-services {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .home-3-description {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .home-3-social-icons-wrap {
    justify-content: center;
    width: 100%;
  }

  .banner-video {
    height: auto;
  }

  .home-3-ruc-services {
    width: 100%;
  }

  .div-block-25 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .ruc-service-image {
    flex: 0 auto;
    height: 500px;
  }

  .collection-ruc-services-item {
    width: 48%;
  }

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

  .h2-gallery {
    grid-template-columns: 1fr;
  }

  .h2-first-block-collection-item {
    height: 360px;
  }

  .h2-two-images-collection-list {
    grid-template-columns: 1fr;
  }

  .h2-second-block-collection-item, .h2-second-block-bottom-collection-item {
    height: 360px;
  }

  .ruc-project-wrapper {
    padding: 25px;
  }

  .ruc-projects-link {
    font-size: 20px;
  }

  .text-container-2 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .text-container-2.mb-0 {
    text-align: center;
  }

  .home-5-banner-slider-section {
    margin-top: -80px;
  }

  .collection-item-home-5 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .home-5-banner-slider-info-wrapper {
    grid-column-gap: 10px;
  }

  .slider-wrapper-home-5 {
    grid-row-gap: 20px;
  }

  .vertical-wrap {
    width: 90%;
  }

  .image-home-5 {
    height: 70px;
  }

  .home-features-wrap {
    width: 100%;
  }

  .home-features-wrap.cntact-us-2 {
    width: 48%;
  }

  .home-features-items-wrap {
    width: 100%;
  }

  .section-video {
    height: 400px;
  }

  .large-photo-gallery {
    grid-template-rows: 280px 280px 280px;
    grid-template-columns: 1fr;
  }

  .image-ruc-home-5 {
    height: 280px;
  }

  .button-block-right {
    grid-row-gap: 40px;
  }

  .banner-block-left-home-1 {
    min-height: 500px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 50px;
  }

  .brand-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .home-4-services-item {
    width: 100%;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }

  .vertical-inscription-home-4 {
    text-align: center;
  }

  .pricing-ruc-primary-bg {
    background-position: 50% 0;
  }

  .home-blog-collection-list {
    column-count: 1;
    flex-wrap: wrap;
  }

  .home-blog-item {
    width: 100%;
  }

  .home-5-services-block-wrapper {
    padding-bottom: 0;
  }

  .home-5-services-overlay {
    width: 90%;
    margin-top: -160px;
  }

  .section-main-color {
    background-position: 50% 100%;
    background-size: auto 250px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .benefits-container-home-4 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .paragraph-home-4 {
    margin-bottom: 15px;
  }

  .coming-soon {
    font-size: 40px;
  }

  .ruc-container {
    text-align: center;
    width: 100%;
  }

  .ruc-container.our-blog {
    width: 100%;
    margin-left: auto;
  }

  .white-description-leadership {
    width: 100%;
  }

  .testimonials-card-wrapper-2 {
    grid-row-gap: 50px;
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item-3 {
    max-width: 360px;
  }

  .testominials-cards-banner-2 {
    padding-bottom: 60px;
  }

  .block-quote-name-2 {
    font-size: 16px;
  }

  .clients-logo-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .clients-logo-reviews {
    height: 35px;
  }

  .blog-item-grid {
    width: 100%;
  }

  .section-blog-details {
    padding-bottom: 60px;
  }

  .banner-block-right {
    width: 100%;
  }

  .banner-content-about-us {
    padding-top: 140px;
  }

  .description-banner-top-block {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .counter-block.about-us {
    color: #1b1b1b;
    align-items: flex-start;
    width: 45%;
  }

  .counter-about-us {
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .image-banner-bottom {
    height: 350px;
  }

  .white-description-about {
    width: 100%;
  }

  .capabilities-image-about-ruc {
    height: 350px;
  }

  .why-choose-us {
    grid-row-gap: 50px;
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .why-choose-us-item {
    width: 100%;
  }

  .why-choose-us-photo {
    height: 350px;
  }

  .about-services {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-services {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-with-big-padding {
    padding-bottom: 160px;
  }

  .number-container {
    grid-row-gap: 45px;
  }

  .how-it-work-block {
    width: 100%;
  }

  .content-wrapper-item {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .about-our-works {
    text-align: left;
    width: 100%;
  }

  .right-process-wrapp {
    flex: 0 auto;
    height: 300px;
  }

  .process-title {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .process-title.prix {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .locations {
    padding-bottom: 60px;
  }

  .locations-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    align-self: center;
    place-items: center;
  }

  .locations-wrapper.gride {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .locations-wrapper.grid-remorque {
    grid-template-columns: 1fr;
  }

  .locations-item {
    width: 100%;
  }

  .locations-item.bg-white {
    width: 100%;
    height: 100%;
  }

  .contact-us-3-container {
    padding: 5px;
  }

  .contacts-3-wrapper {
    width: 100%;
  }

  .projects-image-wrapper, .project-mini-image-wrapper {
    height: 300px;
  }

  .our-projects {
    margin-top: 0;
  }

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

  .tabs-list-our-project {
    flex-direction: column;
  }

  .tabs-projects-item, .tabs-projects-item-vertical {
    width: 100%;
    height: 300px;
  }

  .projects-container-ruc {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .projects-container-ruc.second {
    flex-direction: column-reverse;
  }

  .project-2-tabs {
    justify-content: center;
  }

  .three-column-projects-item {
    width: 100%;
  }

  .ruc-services-list.category-listing {
    flex-wrap: wrap;
  }

  .ruc-services-item {
    width: 100%;
  }

  .services-details-photo {
    min-height: 500px;
  }

  .secvices-detail-title {
    font-size: 40px;
  }

  .about-4-projects-wrapper {
    flex-wrap: wrap;
  }

  .process-service-title {
    text-align: center;
    width: 100%;
  }

  .services-content-wrap {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

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

  .video {
    height: 350px;
  }

  .text-content-right-details {
    grid-row-gap: 50px;
  }

  .slider-details-info-wrap {
    grid-column-gap: 15px;
  }

  .project-ruc-banner-image {
    height: 400px;
    margin-top: 40px;
  }

  .top-main-wrapp, .bottom-main-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .div-block-31 {
    grid-template-columns: 1fr;
    align-self: center;
  }

  .div-block-34 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-4 {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-9 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-43 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .caract.color-2.prix-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-47 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-3.bon {
    grid-template-columns: 2fr;
  }

  .div-block-49 {
    text-align: left;
  }

  .div-prix {
    min-width: 80px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-prix.taille {
    min-width: 102px;
  }

  .div-prix.taille-heure-sup {
    min-width: 130px;
  }

  .div-block-52, .div-block-53, .div-block-54, .div-block-55, .div-block-56, .div-block-57 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .vertical-inscription-2 {
    text-align: center;
  }

  .main-title-wrapper-2 {
    align-items: center;
  }

  .div-block-58 {
    height: 300px;
  }

  .image-10 {
    object-position: 30% 30%;
    width: 150px;
    height: 60%;
  }

  .image-10.cover {
    width: 100%;
  }

  .div-block-59 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-3 {
    max-width: none;
  }

  .dropdown-menu-2 {
    overflow: hidden;
  }

  .primary-red-button-2.header-button.visible {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 40px;
    display: flex;
  }

  .nav-menu-4 {
    max-width: none;
  }

  .dropdown-menu-3 {
    overflow: hidden;
  }

  .brand-logo-2.w--current {
    padding-left: 0;
  }

  .nav-menu-5 {
    max-width: none;
  }

  .dropdown-menu-4 {
    overflow: hidden;
  }

  .primary-red-button-4.header-button.visible {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 40px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section.banner-our-team {
    background-image: linear-gradient(45deg, var(--footer-color), transparent), url('../images/mike-hindle-D_Vb_tr8Y8w-unsplash.jpg');
    background-position: 0 0, 50%;
    min-height: 600px;
  }

  .section.banner-testimonials {
    padding-bottom: 80px;
  }

  .section.home-ruc-3-banner-section {
    background-image: linear-gradient(225deg, var(--dark-blue), transparent 85%), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/engineer-1_1engineer (1).webp');
    background-position: 0 0, 0 0, 63%;
  }

  .section.banner-our-customers, .section.banner-our-blog, .section.banner-our-prices {
    min-height: 600px;
  }

  .section.banner-why-ruc {
    background-image: linear-gradient(to top, var(--dark-blue), transparent), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/engineer-1_1engineer (1).webp');
    background-position: 0 0, 0 0, 65%;
    padding-bottom: 80px;
  }

  .section.banner-contacts-3 {
    padding-bottom: 80px;
  }

  .section.banner-our-projects {
    min-height: 600px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .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;
    padding-left: 0;
    padding-right: 0;
  }

  .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%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 15px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    width: 100%;
    font-size: 40px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .sidebar-recent-post-image {
    width: 90px;
    height: 90px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .career-customer-image {
    width: 200px;
    height: 200px;
  }

  .text-white {
    text-align: left;
    width: auto;
  }

  .text-white.title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .pricing-wrapper {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-3-list {
    margin-bottom: 20px;
  }

  .contacts-3-capabilities-wrap-right {
    height: 250px;
  }

  .customers-grid {
    grid-template-columns: 1fr;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-with-blue-background {
    height: auto;
  }

  .about-3-form-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    display: flex;
  }

  .about-3-form {
    grid-row-gap: 15px;
    justify-content: space-between;
  }

  .form-text-field {
    width: 100%;
  }

  .project-template-info-wrap {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sidebar-search-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
  }

  .blog-list-wrapper {
    margin-bottom: 60px;
  }

  .home-testimonials-mask {
    margin-top: 0;
  }

  .home-testimonials-slider-arrow.right {
    left: 45%;
  }

  .home-testimonials-slide {
    margin-right: 30px;
  }

  .tab, .tab.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .testimonials-slider-con {
    margin-top: -20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .background-text-big {
    font-size: 44px;
  }

  .content-item {
    margin-bottom: 10px;
  }

  .subscribe-form {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }

  .subscribe-input {
    width: 100%;
    min-width: 150px;
  }

  .subscribe-input-wrapper {
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
  }

  .slider-content-container {
    padding: 20px;
  }

  .slider-image-container {
    height: auto;
  }

  .slider-content-buttons {
    justify-content: flex-start;
  }

  .about-images {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-text-content {
    text-align: center;
    align-items: center;
  }

  .our-services-wrap {
    width: 100%;
  }

  .home-5-testimonials-mask {
    margin-top: 0;
  }

  .home-form-field {
    width: 100%;
  }

  .home-form {
    grid-row-gap: 15px;
    justify-content: center;
  }

  .home-9-slide-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .circle-counter {
    width: 100%;
  }

  .about-4-testimonials-content {
    grid-row-gap: 20px;
  }

  .about-5-info-cards-wrapper {
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .about-ruc-company-wrap, .tab-radio-button-field {
    width: 100%;
  }

  .inputs-container {
    flex-flow: wrap;
    place-content: space-between;
  }

  .tabs-container {
    padding-left: 0;
  }

  .select-field-5 {
    margin-right: 0;
  }

  .select-field-5.home-form-select, .select-field-5.home-form-select-copy {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .probressbar-container {
    padding-bottom: 140px;
  }

  .probressbar-container.home-13-progressbar-container {
    padding-top: 20px;
    padding-bottom: 180px;
  }

  .form-input {
    margin-right: 0;
  }

  .home-13-tabs {
    top: -30px;
  }

  .radio-buttons-block {
    flex-direction: column;
  }

  .home-testimonials-con {
    min-width: auto;
    margin-left: 0;
  }

  .home-13-testimonials {
    height: auto;
    margin-bottom: 0;
  }

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

  .author-photo.author-2, .author-photo.author-1, .author-photo.author-3 {
    margin-right: 20px;
  }

  .home-13-testimonials-slider {
    height: auto;
    margin-bottom: -100px;
  }

  .search {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .home-13-counter-heading {
    text-align: center;
  }

  .home-top-social-wrapper {
    grid-row-gap: 25px;
    margin-top: 60px;
  }

  .home-top-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-gallery {
    min-height: 315px;
  }

  .grid {
    grid-template-rows: 315px 315px 315px;
  }

  .home-19-gallery-img-link {
    height: 315px;
  }

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

  .flex-horizontal-center.wrap-mobile {
    flex-wrap: wrap;
  }

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

  .grid-title-2 {
    align-items: center;
  }

  .grid-title-2.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-home-pages-wrapper-copy {
    grid-column-gap: 0px;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .section-banner.landing-banner {
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
    min-height: 50vh;
  }

  .paragraph-large-size {
    text-align: left;
  }

  .primary-red-button.header-button.cta.color {
    margin-bottom: 0;
  }

  .primary-red-button.header-button.cta.color.padding {
    align-self: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .primary-red-button.header-button.cta.padding {
    align-self: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .primary-red-button.header-button.visible {
    width: auto;
    margin-top: 40px;
    display: flex;
  }

  .primary-red-button.full-button-with-white-text, .primary-red-button.dark-blue-hover-full-width, .primary-black-button.full-width {
    width: 100%;
  }

  .nav-dropdown-list-2.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .dropdown-header {
    width: 100%;
  }

  .dropdown-menu {
    background-color: var(--footer-color);
  }

  .nav-dropdown-home-5 {
    align-items: center;
  }

  .nav-dropdown-transparent {
    color: var(--white);
    justify-content: center;
    align-items: flex-start;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

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

  .brand-logo {
    padding-left: 0;
  }

  .our-benefit {
    width: 100%;
  }

  .our-benefit-container {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-18 {
    background-position: 50%;
    background-size: cover;
  }

  .about-us-2-video-section {
    inset: auto auto 0%;
  }

  .home-1-logos {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-around;
  }

  .home-1-banner {
    padding-top: 110px;
  }

  .footer-form-description {
    text-align: center;
    max-width: 100%;
  }

  .footer-copyright-link-2 {
    margin-left: 5px;
  }

  .footer-info-wrapper {
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .footer-form-title {
    text-align: center;
    width: 100%;
  }

  .footer-social-icons-wrapper-2 {
    justify-content: center;
  }

  .footer-content-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer-brand-description-2 {
    text-align: center;
  }

  .footer-2 {
    text-align: left;
    background-position: 50% 100%;
    background-size: auto 300px;
  }

  .footer-rights-wrapper-2, .footer-links-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .footer-rights-2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-email-form {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .footer-copyright-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-brand-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .footer-logo-wrapper-2 {
    align-items: center;
  }

  .home-1-title {
    font-size: 30px;
  }

  .main-title-wrapper.contact-us-3 {
    text-align: center;
  }

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

  .home-1-our-team-image {
    height: 300px;
  }

  .home-1-team-item {
    width: 100%;
  }

  .contacts-adress-2 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .contacts-adress-wrap-2 {
    flex-wrap: wrap;
  }

  .contacts-input-ruc {
    width: 100%;
  }

  .home-contacts-2 {
    text-align: center;
  }

  .image-company-partners {
    height: 22px;
  }

  .home-3-social-icons-wrap {
    justify-content: center;
  }

  .home-3-ruc-services-list {
    grid-template-columns: 1fr;
  }

  .ruc-service-image {
    height: 350px;
  }

  .collection-ruc-services-item {
    width: 100%;
  }

  .text-container-2 {
    margin-bottom: 10px;
  }

  .collection-item-home-5 {
    grid-row-gap: 0px;
  }

  .home-5-banner-slider-info-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .vertical-wrap, .item-button-wrap {
    width: 100%;
  }

  .home-5-content-wrap {
    align-items: center;
  }

  .primary-ruc-white-button.full-width {
    width: 100%;
  }

  .services-content-wrap-home-5 {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-features-wrap.cntact-us-2 {
    width: 100%;
  }

  .section-video {
    height: 350px;
  }

  .button-block-right {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .banner-block-left-home-1 {
    min-height: 100%;
  }

  .brand-block {
    grid-column-gap: 37px;
  }

  .secondary-red-button.full-buttom-home-4 {
    width: 100%;
  }

  .home-5-services-overlay {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .section-main-color {
    background-size: auto 230px;
  }

  .section-red.with-print {
    background-position: 50% 20%;
  }

  .body-404 {
    background-size: auto 300px;
  }

  ._404-title {
    font-size: 140px;
  }

  .leadership-title {
    font-size: 25px;
  }

  .testominials-cards-banner-2 {
    margin-top: -60px;
  }

  .clients-logo-wrapper-2 {
    grid-column-gap: 60px;
    justify-content: center;
  }

  .clients-logo-reviews {
    height: 32px;
  }

  .counter-block {
    text-align: left;
    align-items: flex-start;
    width: 38%;
  }

  .counter-block.about-us {
    width: 50%;
  }

  .counter-text {
    text-align: left;
  }

  .why-choose-us-photo {
    height: 300px;
  }

  .section-with-big-padding {
    padding-bottom: 140px;
  }

  .number-container {
    grid-row-gap: 35px;
  }

  .register-text {
    width: 100%;
  }

  .intro-line-image {
    margin-top: 66px;
    margin-bottom: 20px;
  }

  .about-our-works {
    padding-left: 10px;
    padding-right: 10px;
  }

  .process-title.prix {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

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

  .locations-wrapper {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .locations-wrapper.gride {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .locations-wrapper.grid-outils {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .locations-item {
    width: 100%;
  }

  .locations-item.bg-white {
    height: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-us-3-container {
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 5px;
    display: flex;
  }

  .contact-us-3-container.none {
    display: none;
  }

  .contacts-3-wrapper {
    width: 100%;
  }

  .projects-image-wrapper, .project-mini-image-wrapper {
    height: 250px;
  }

  .tab-ruc-project {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-ruc-project.w--current {
    flex: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-ruc-project.first {
    padding-left: 20px;
  }

  .tab-ruc-project.last {
    padding-right: 20px;
  }

  .tab-ruc-project-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-ruc-project-2.w--current {
    flex: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .three-column-projects-img {
    height: 300px;
  }

  .services-details-photo {
    min-height: 100%;
  }

  .about-4-projects-wrapper {
    width: 100%;
  }

  .about-4-projects-lightbox-link {
    height: 280px;
  }

  .slider-details-info-wrap {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .project-ruc-banner-image {
    height: 300px;
  }

  .div-block-30 {
    display: block;
  }

  .div-block-34 {
    grid-template-columns: 1fr;
  }

  .div-block-39 {
    align-self: flex-start;
  }

  .div-block-40 {
    display: none;
  }

  .image-4 {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-9 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .div-block-43 {
    grid-template-rows: auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8.modif-taille._4 {
    height: auto;
  }

  .caract.color, .caract.color-2 {
    font-size: 15px;
  }

  .caract.color-2.prix-2 {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
  }

  .image-9 {
    height: 40px;
  }

  .container {
    padding-left: 10px;
  }

  .div-block-46 {
    height: 100%;
  }

  .heading-11 {
    font-size: 16px;
  }

  .grid-3 {
    width: auto;
  }

  .div-prix {
    min-width: 40px;
  }

  .div-prix.taille-nom-machine {
    min-width: 70px;
  }

  .div-prix.taille-heure-sup {
    min-width: 80px;
  }

  .tarifs {
    display: block;
  }

  .tarifs.none {
    display: none;
  }

  .div-block-57 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-10 {
    object-fit: contain;
    object-position: 50% 50%;
    width: 200px;
    padding: 0;
  }

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

  .primary-red-button-2.header-button.visible {
    width: auto;
    margin-top: 40px;
    display: block;
  }

  .nav-dropdown-transparent-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .dropdown-menu-3 {
    background-color: #fff;
  }

  .brand-logo-2 {
    padding-left: 0;
  }

  .nav-dropdown-transparent-3 {
    align-items: center;
  }

  .nav-dropdown-transparent-4, .nav-dropdown-transparent-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-link {
    width: 250px;
  }

  .dropdown-list-3 {
    width: 200px;
  }

  .dropdown-list-3.w--open {
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }


  .dropdown-menu-4 {
    background-color: #141414;
  }

  .primary-red-button-4.header-button.visible {
    width: auto;
    margin-top: 40px;
    display: block;
  }

  .nav-dropdown-transparent-6 {
    justify-content: center;
    align-items: flex-start;
  }

  .dropdown-header-2, .link-block-5 {
    width: 100%;
  }

  .link-block-6 {
    width: 39%;
  }

  .link-categorie {
    width: 100%;
    height: 100%;
  }
}

#w-node-_7b2ddcab-8476-2e58-6547-f7e895b5bde8-a1d3c96c, #w-node-_7b2ddcab-8476-2e58-6547-f7e895b5bdf3-a1d3c96c, #w-node-_7b2ddcab-8476-2e58-6547-f7e895b5bdfe-a1d3c96c, #w-node-_7b2ddcab-8476-2e58-6547-f7e895b5be09-a1d3c96c, #w-node-_7b2ddcab-8476-2e58-6547-f7e895b5be14-a1d3c96c, #w-node-_7b2ddcab-8476-2e58-6547-f7e895b5be1f-a1d3c96c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ed10112-4023-cfd7-e86b-e8507c1f9c26-1a04dc14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-a1d3c951, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-a1d3c951, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-a1d3c951, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-a1d3c951, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-a1d3c951, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-a1d3c951 {
  justify-self: center;
}

#w-node-_973f2cc6-e8d5-a17c-4f9c-d23fbae9fde6-a1d3c95a {
  place-self: center;
}

#w-node-df04ce5e-520a-4fc9-e118-17d523cb0f15-a1d3c95b, #w-node-df04ce5e-520a-4fc9-e118-17d523cb0f18-a1d3c95b, #w-node-df04ce5e-520a-4fc9-e118-17d523cb0f20-a1d3c95b, #w-node-df04ce5e-520a-4fc9-e118-17d523cb0f23-a1d3c95b, #w-node-df04ce5e-520a-4fc9-e118-17d523cb0f2b-a1d3c95b, #w-node-df04ce5e-520a-4fc9-e118-17d523cb0f2e-a1d3c95b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-a1d3c965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-a1d3c965, #w-node-_7e11a556-8f96-0258-f74f-689feebb309e-a1d3c965, #w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-a1d3c965, #w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-a1d3c965, #w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-a1d3c965, #w-node-_01c5faad-2a41-b24c-f6eb-9f168c31dcab-a1d3c965, #w-node-_9cd6c61e-6704-40cd-15fe-6598545e59c1-a1d3c965, #w-node-_1c01eeca-5d9c-cce7-dbaf-54d429515dd3-a1d3c965, #w-node-_87468c32-83f5-729b-6140-32c34d9e6392-a1d3c965, #w-node-b69c3819-0367-9d70-1714-acf0303d75b4-a1d3c965, #w-node-_53b2e3c5-244e-4874-9a0d-9c601d87765f-a1d3c965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_39d4c767-c615-572e-d489-a84c2079e602-a1d3c96e, #w-node-_39d4c767-c615-572e-d489-a84c2079e608-a1d3c96e, #w-node-_39d4c767-c615-572e-d489-a84c2079e615-a1d3c96e, #w-node-_39d4c767-c615-572e-d489-a84c2079e622-a1d3c96e, #w-node-_5f5aebb2-517a-16f0-f3c4-477c31f05ecf-a1d3c970, #w-node-c62ee35f-d4c9-70a6-9361-05b7f67595bb-a1d3c970, #w-node-f1e59da6-8aa0-b69b-dc98-49a6942726d6-a1d3c970, #w-node-f1e59da6-8aa0-b69b-dc98-49a6942726d9-a1d3c970, #w-node-_8de72c5b-6037-7848-7c2b-170edb3432c2-a1d3c970, #w-node-_8de72c5b-6037-7848-7c2b-170edb3432c5-a1d3c970, #w-node-c9d624c0-01b8-640e-c777-58d914532b8f-a1d3c971, #w-node-fa7e68f7-f48a-b3a6-9fff-95d48c944811-a1d3c971, #w-node-_5f229968-959b-5fcf-4a23-358a9cf0ab72-a1d3c971, #w-node-_5178209f-7341-599a-42ea-d3bd2618e7eb-a1d3c971, #w-node-_7af996e2-a529-361e-1e97-1e0d020265da-a1d3c971, #w-node-d70788a0-4506-d2d1-9854-7ab4a6306f0b-a1d3c971, #w-node-_14a58309-0af9-14f3-c7ec-328d14e64785-a1d3c971, #w-node-_89662e87-d9ee-957c-5f87-7888cf3b9ca8-a1d3c971, #w-node-f8cd2679-7515-f46a-b97a-f079480db69a-a1d3c971, #w-node-_30021f9d-2645-a432-1a77-a208cdf54bca-a1d3c971, #w-node-_5fe50278-aa68-5566-0d9d-4233dd105b52-a1d3c971, #w-node-a492a1c4-d52a-05ca-d10f-f7d5f7ae5462-a1d3c971, #w-node-_81d4d754-8f07-7b7b-62b2-4b67c6bfe694-a1d3c971, #w-node-_41a057f7-d1c9-a60c-f67c-53d69358efd6-a1d3c972, #w-node-edfb124e-2b84-6012-6bd3-44686bdb203e-a1d3c972, #w-node-_4a1b7006-8fc5-4f3b-5852-f37c779a9638-a1d3c972 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ac14898-a573-e6d0-7446-04006e331092-a1d3c972, #w-node-_1ac14898-a573-e6d0-7446-04006e33109d-a1d3c972, #w-node-_1ac14898-a573-e6d0-7446-04006e3310a8-a1d3c972, #w-node-_1ac14898-a573-e6d0-7446-04006e3310b3-a1d3c972, #w-node-_1ac14898-a573-e6d0-7446-04006e3310be-a1d3c972, #w-node-_1ac14898-a573-e6d0-7446-04006e3310c9-a1d3c972 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d45cfc8-1266-de6f-4391-0d396bf559ea-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf559ed-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf559f0-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf559f3-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf559f6-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf559f9-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf559fc-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf559ff-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf55a02-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf55a05-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf55a08-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf55a0b-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf55a0d-a1d3c99a, #w-node-_0d45cfc8-1266-de6f-4391-0d396bf55a10-a1d3c99a {
  place-self: end start;
}

#w-node-_5d91d570-4777-e92c-5492-768bf5666d88-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666d8a-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666d8d-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666d90-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666d93-a1d3c99a, #w-node-_3256af05-02d6-9384-978e-4c69a8c79b4a-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666d96-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666d9a-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666d9d-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666da0-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666da3-a1d3c99a, #w-node-a02f14fe-0819-6ebe-904e-b12d0fdb6601-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666da6-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666daa-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dad-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666db0-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666db3-a1d3c99a, #w-node-c6696ecb-955f-1e6f-5659-6faec7555f65-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666db6-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dba-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dbd-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dc0-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dc3-a1d3c99a, #w-node-_1c28fcca-74f9-a490-61c2-a48df43a96f4-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dc6-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dca-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dcd-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dd0-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dd3-a1d3c99a, #w-node-_8550404a-b2f0-2d9d-d172-fa68b7f79dca-a1d3c99a, #w-node-_6043f8cc-8ca0-2008-130e-c171a9d13cf4-a1d3c99a, #w-node-_6043f8cc-8ca0-2008-130e-c171a9d13cf8-a1d3c99a, #w-node-_6043f8cc-8ca0-2008-130e-c171a9d13cfb-a1d3c99a, #w-node-_6043f8cc-8ca0-2008-130e-c171a9d13cfe-a1d3c99a, #w-node-_6043f8cc-8ca0-2008-130e-c171a9d13d01-a1d3c99a, #w-node-_6043f8cc-8ca0-2008-130e-c171a9d13d04-a1d3c99a {
  place-self: center;
}

#w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2bc-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2bf-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2c2-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2c5-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2c8-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2cb-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2ce-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2d1-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2d4-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2d7-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2da-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2dd-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2df-a1d3c99a, #w-node-_649d5a7e-50cd-d3d8-41be-dc343804c2e2-a1d3c99a {
  place-self: end start;
}

#w-node-_6788b8b1-f051-ec33-2dfa-dab111364af7-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364afb-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364afe-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b01-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b04-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b07-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b0a-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b0e-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b11-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b14-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b17-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b1a-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b1d-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b21-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b24-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b27-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b2a-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b2d-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b30-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b34-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b37-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b3a-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b3d-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b40-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b43-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b47-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b4a-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b4d-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b50-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b53-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b56-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b5a-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b5d-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b60-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b63-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b66-a1d3c99a {
  place-self: center;
}

#w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04bf9-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04bfc-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04bff-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c02-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c05-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c08-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c0b-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c0e-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c11-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c14-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c17-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c1a-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c1c-a1d3c99a, #w-node-_7f4aa4e5-4d2a-22d1-5ba4-b4a226a04c1f-a1d3c99a {
  place-self: end start;
}

#w-node-_32e0a55f-7820-ed45-ae1f-65377329fbd1-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbd5-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbd8-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbdb-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbde-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbe1-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbe4-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbe8-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbeb-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbee-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbf1-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbf4-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbf7-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbfb-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbfe-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc01-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc04-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc07-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc0a-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc0e-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc11-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc14-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc17-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc1a-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc1d-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc21-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc24-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc27-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc2a-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc2d-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc30-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc34-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc37-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc3a-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc3d-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc40-a1d3c99a {
  place-self: center;
}

#w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3d4-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3d7-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3da-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3dd-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3e0-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3e3-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3e6-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3e9-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3ec-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3ef-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3f2-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3f5-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3f7-a1d3c99a, #w-node-_4d9f81dc-5808-f1ff-fec9-a605f5d5b3fa-a1d3c99a {
  place-self: end start;
}

#w-node-a5962940-aede-8a3e-3eff-d2a2cfc3e853-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffa8-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffac-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffaf-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffb2-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffb5-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffb8-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffbb-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffbf-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffc2-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffc5-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffc8-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffcb-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffce-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffd2-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffd5-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffd8-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffdb-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffde-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffe1-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffe5-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffe8-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffeb-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffee-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64fff1-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64fff4-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64fff8-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64fffb-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64fffe-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f650001-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f650004-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f650007-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f65000b-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f65000e-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f650011-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f650014-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f650017-a1d3c99a, #w-node-_598e7dbc-a713-4cdb-6029-26dae9461d95-a1d3c99a {
  place-self: center;
}

#w-node-_349f126d-cd3c-ae56-e349-3307c1c605fd-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c60600-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c60603-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c60606-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c60609-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c6060c-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c6060f-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c60612-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c60615-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c60618-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c6061b-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c6061e-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c60620-a1d3c99a, #w-node-_349f126d-cd3c-ae56-e349-3307c1c60623-a1d3c99a {
  place-self: end start;
}

#w-node-f1a3f8b2-2242-b620-7554-37b82df230d7-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230db-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230de-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230e1-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230e4-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230e7-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230ea-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230ee-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230f1-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230f4-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230f7-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230fa-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230fd-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23101-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23104-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23107-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df2310a-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df2310d-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23110-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23114-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23117-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df2311a-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df2311d-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23120-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23123-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23127-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df2312a-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df2312d-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23130-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23133-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23136-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df2313a-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df2313d-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23140-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23143-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23146-a1d3c99a, #w-node-_82f0da57-db4f-b03b-105a-b8b40d6969a0-a1d3c99a {
  place-self: center;
}

#w-node-_598d41d8-255b-8595-9071-6d93fe32637e-a1d3c99a, #w-node-_598d41d8-255b-8595-9071-6d93fe326381-a1d3c99a, #w-node-_598d41d8-255b-8595-9071-6d93fe326384-a1d3c99a, #w-node-_598d41d8-255b-8595-9071-6d93fe326387-a1d3c99a, #w-node-_598d41d8-255b-8595-9071-6d93fe326389-a1d3c99a, #w-node-_598d41d8-255b-8595-9071-6d93fe32638c-a1d3c99a, #w-node-_598d41d8-255b-8595-9071-6d93fe32638f-a1d3c99a, #w-node-_598d41d8-255b-8595-9071-6d93fe326392-a1d3c99a, #w-node-_598d41d8-255b-8595-9071-6d93fe326395-a1d3c99a, #w-node-_598d41d8-255b-8595-9071-6d93fe326398-a1d3c99a {
  place-self: end start;
}

#w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69913-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69917-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd6991a-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd6991d-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69920-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69923-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69926-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd6992a-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd6992d-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69930-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69933-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69936-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69939-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd6993d-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69940-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69943-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69946-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69949-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd6994c-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69950-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69953-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69956-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69959-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd6995c-a1d3c99a {
  place-self: center;
}

#w-node-ff4645ab-d2f0-410f-678d-d9154f3933bf-a1d3c99a, #w-node-ff4645ab-d2f0-410f-678d-d9154f3933c2-a1d3c99a, #w-node-ff4645ab-d2f0-410f-678d-d9154f3933c5-a1d3c99a, #w-node-ff4645ab-d2f0-410f-678d-d9154f3933c8-a1d3c99a, #w-node-ff4645ab-d2f0-410f-678d-d9154f3933ca-a1d3c99a, #w-node-ff4645ab-d2f0-410f-678d-d9154f3933cd-a1d3c99a, #w-node-ff4645ab-d2f0-410f-678d-d9154f3933d0-a1d3c99a, #w-node-ff4645ab-d2f0-410f-678d-d9154f3933d3-a1d3c99a, #w-node-ff4645ab-d2f0-410f-678d-d9154f3933d6-a1d3c99a, #w-node-ff4645ab-d2f0-410f-678d-d9154f3933d9-a1d3c99a {
  place-self: end start;
}

#w-node-_823155a6-0e7c-f6ab-8889-cc3f8dc4cae2-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec36c-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec370-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec373-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec376-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec379-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec37c-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec37f-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec383-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec386-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec389-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec38c-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec38f-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec392-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec396-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec399-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec39c-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec39f-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec3a2-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec3a5-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec3a9-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec3ac-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec3af-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec3b2-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec3b5-a1d3c99a, #w-node-_995a4030-e976-c9ea-0bd3-303cb345949c-a1d3c99a {
  place-self: center;
}

#w-node-_95a413cb-769a-10e5-eea5-edad41015a6e-a1d3c99a, #w-node-_95a413cb-769a-10e5-eea5-edad41015a71-a1d3c99a, #w-node-_95a413cb-769a-10e5-eea5-edad41015a74-a1d3c99a, #w-node-_95a413cb-769a-10e5-eea5-edad41015a77-a1d3c99a, #w-node-_95a413cb-769a-10e5-eea5-edad41015a79-a1d3c99a, #w-node-_95a413cb-769a-10e5-eea5-edad41015a7c-a1d3c99a, #w-node-_95a413cb-769a-10e5-eea5-edad41015a7f-a1d3c99a, #w-node-_95a413cb-769a-10e5-eea5-edad41015a82-a1d3c99a, #w-node-_95a413cb-769a-10e5-eea5-edad41015a85-a1d3c99a, #w-node-_95a413cb-769a-10e5-eea5-edad41015a88-a1d3c99a {
  place-self: end start;
}

#w-node-_369159fe-118e-9567-b0e6-6705fbd2e578-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e57c-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e57f-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e582-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e585-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e588-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e58b-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e58f-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e592-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e595-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e598-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e59b-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e59e-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5a2-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5a5-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5a8-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5ab-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5ae-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5b1-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5b5-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5b8-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5bb-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5be-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5c1-a1d3c99a, #w-node-_7d912937-b34a-b1c7-044d-174c74690f20-a1d3c99a {
  place-self: center;
}

#w-node-e29a2b6b-e9c9-4f82-085a-73140c78d201-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d204-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d207-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d20a-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d20d-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d210-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d213-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d216-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d219-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d21c-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d21f-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d222-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d224-a1d3c99a, #w-node-e29a2b6b-e9c9-4f82-085a-73140c78d227-a1d3c99a {
  place-self: end start;
}

#w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299ae-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299b2-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299b5-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299b8-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299bb-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299be-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299c1-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299c5-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299c8-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299cb-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299ce-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299d1-a1d3c99a, #w-node-_9e2f664b-0b41-b05c-b736-9cb38f88b029-a1d3c99a {
  place-self: center;
}

#w-node-_87264523-60d8-ac5f-d0e5-e6cd964a0850-a1d3c99a, #w-node-_87264523-60d8-ac5f-d0e5-e6cd964a0853-a1d3c99a, #w-node-_87264523-60d8-ac5f-d0e5-e6cd964a0856-a1d3c99a, #w-node-_87264523-60d8-ac5f-d0e5-e6cd964a0859-a1d3c99a, #w-node-_87264523-60d8-ac5f-d0e5-e6cd964a085c-a1d3c99a, #w-node-_87264523-60d8-ac5f-d0e5-e6cd964a085f-a1d3c99a {
  place-self: end start;
}

#w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab881-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab885-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab888-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab88b-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab88e-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab891-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab894-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab898-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab89b-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab89e-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8a1-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8a4-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8a7-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8ab-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8ae-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8b1-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8b4-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8b7-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8ba-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8be-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8c1-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8c4-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8c7-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8ca-a1d3c99a, #w-node-a49644fb-76ad-be87-e126-a75862a3838f-a1d3c99a, #w-node-a49644fb-76ad-be87-e126-a75862a38393-a1d3c99a, #w-node-a49644fb-76ad-be87-e126-a75862a38396-a1d3c99a, #w-node-a49644fb-76ad-be87-e126-a75862a38399-a1d3c99a, #w-node-a49644fb-76ad-be87-e126-a75862a3839c-a1d3c99a, #w-node-a49644fb-76ad-be87-e126-a75862a3839f-a1d3c99a, #w-node-_88717e8d-fc57-753f-6c2e-9f13b28f5732-a1d3c99a, #w-node-_88717e8d-fc57-753f-6c2e-9f13b28f5736-a1d3c99a, #w-node-_88717e8d-fc57-753f-6c2e-9f13b28f5739-a1d3c99a, #w-node-_88717e8d-fc57-753f-6c2e-9f13b28f573c-a1d3c99a, #w-node-_88717e8d-fc57-753f-6c2e-9f13b28f573f-a1d3c99a, #w-node-_88717e8d-fc57-753f-6c2e-9f13b28f5742-a1d3c99a {
  place-self: center;
}

#w-node-_8cc4c890-881e-6303-8f6d-629f1833f6b0-a1d3c99a, #w-node-_8cc4c890-881e-6303-8f6d-629f1833f6b3-a1d3c99a, #w-node-_8cc4c890-881e-6303-8f6d-629f1833f6b6-a1d3c99a, #w-node-_8cc4c890-881e-6303-8f6d-629f1833f6b9-a1d3c99a, #w-node-_8cc4c890-881e-6303-8f6d-629f1833f6bc-a1d3c99a, #w-node-_8cc4c890-881e-6303-8f6d-629f1833f6bf-a1d3c99a {
  place-self: end start;
}

#w-node-_0cc8277c-ee52-f479-4356-755d67098555-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e10f-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e113-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e116-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e119-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e11c-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e11f-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e122-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e126-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e129-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e12c-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e12f-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e132-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e135-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e139-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e13c-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e13f-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e142-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e145-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e148-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e14c-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e14f-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e152-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e155-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e158-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e15b-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e15f-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e162-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e165-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e168-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e16b-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e16e-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e172-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e175-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e178-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e17b-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e17e-a1d3c99a {
  place-self: center;
}

#w-node-e5735020-c739-d84e-aa72-6a8ab4f04929-a1d3c99a {
  order: 9999;
}

#w-node-e5735020-c739-d84e-aa72-6a8ab4f0492d-a1d3c99a, #w-node-e5735020-c739-d84e-aa72-6a8ab4f04930-a1d3c99a, #w-node-e5735020-c739-d84e-aa72-6a8ab4f04933-a1d3c99a, #w-node-e5735020-c739-d84e-aa72-6a8ab4f04936-a1d3c99a, #w-node-e5735020-c739-d84e-aa72-6a8ab4f04939-a1d3c99a, #w-node-e5735020-c739-d84e-aa72-6a8ab4f0493c-a1d3c99a {
  place-self: end start;
}

#w-node-_8c09e874-376c-0d9f-1d98-e85d70a1e68c-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af78f4-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af78f8-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af78fb-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af78fe-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7901-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7904-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7907-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af790b-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af790e-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7911-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7914-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7917-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af791a-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af791e-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7921-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7924-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7927-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af792a-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af792d-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7931-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7934-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7937-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af793a-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af793d-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7940-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7944-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7947-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af794a-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af794d-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7950-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7953-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7957-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af795a-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af795d-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7960-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7963-a1d3c99a {
  place-self: center;
}

#w-node-ac4954cb-3233-d035-3331-9300c067bb54-a1d3c99a {
  order: -9999;
}

#w-node-ac4954cb-3233-d035-3331-9300c067bb58-a1d3c99a, #w-node-ac4954cb-3233-d035-3331-9300c067bb5b-a1d3c99a, #w-node-ac4954cb-3233-d035-3331-9300c067bb5e-a1d3c99a, #w-node-ac4954cb-3233-d035-3331-9300c067bb61-a1d3c99a, #w-node-ac4954cb-3233-d035-3331-9300c067bb64-a1d3c99a, #w-node-ac4954cb-3233-d035-3331-9300c067bb67-a1d3c99a {
  place-self: end start;
}

#w-node-c8fdb326-e8a1-11de-0d17-641f77e2d3bf-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e840b-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e840f-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8412-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8415-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8418-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e841b-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e841e-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8422-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8425-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8428-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e842b-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e842e-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8431-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8435-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8438-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e843b-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e843e-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8441-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8444-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8448-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e844b-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e844e-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8451-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8454-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8457-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e845b-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e845e-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8461-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8464-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8467-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e846a-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e846e-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8471-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8474-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8477-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e847a-a1d3c99a, #w-node-_6d509120-6f58-0fdc-5548-d55f1408e7f7-a1d3c99a {
  place-self: center;
}

#w-node-_2e1b112d-20d1-0f13-aa93-eb4d4a994a22-a1d3c99a, #w-node-_2e1b112d-20d1-0f13-aa93-eb4d4a994a25-a1d3c99a, #w-node-_2e1b112d-20d1-0f13-aa93-eb4d4a994a28-a1d3c99a, #w-node-_2e1b112d-20d1-0f13-aa93-eb4d4a994a2b-a1d3c99a {
  place-self: end start;
}

#w-node-_4f890641-0c92-927d-729f-6a5315cde673-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde677-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde67a-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde67d-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde680-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde683-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde686-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde68a-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde68d-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde690-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde693-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde696-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde699-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde69d-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6a0-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6a3-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6a6-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6a9-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6ac-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6b0-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6b3-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6b6-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6b9-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6bc-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6bf-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6c3-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6c6-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6c9-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6cc-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6cf-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6d2-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6d6-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6d9-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6dc-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6df-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6e2-a1d3c99a {
  place-self: center;
}

#w-node-c82217b6-1d1b-b0e0-3523-7af9478579a6-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579a9-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579ac-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579af-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579b2-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579b5-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579b8-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579bb-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579be-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579c1-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579c4-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579c7-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a6f3-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a6f6-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a6f9-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a6fc-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a6ff-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a702-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a705-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a708-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a70b-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a70e-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a711-a1d3c99a, #w-node-b5b4e6b4-1efa-4b8d-beb3-91b09369a714-a1d3c99a, #w-node-ddac6185-cb42-2a8d-8db7-0cac50c0d2c9-a1d3c99a, #w-node-ddac6185-cb42-2a8d-8db7-0cac50c0d2cc-a1d3c99a, #w-node-ddac6185-cb42-2a8d-8db7-0cac50c0d2cf-a1d3c99a, #w-node-ddac6185-cb42-2a8d-8db7-0cac50c0d2d2-a1d3c99a, #w-node-ddac6185-cb42-2a8d-8db7-0cac50c0d2d5-a1d3c99a, #w-node-ddac6185-cb42-2a8d-8db7-0cac50c0d2d8-a1d3c99a, #w-node-ddac6185-cb42-2a8d-8db7-0cac50c0d2db-a1d3c99a, #w-node-ddac6185-cb42-2a8d-8db7-0cac50c0d2de-a1d3c99a {
  place-self: end start;
}

#w-node-c82217b6-1d1b-b0e0-3523-7af9478579d1-a1d3c99a {
  order: -9999;
  place-self: center;
}

#w-node-a932bdf4-a809-ff72-9b05-fbb77197b109-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b10d-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b110-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b113-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b116-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b119-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b11c-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b120-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b123-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b126-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b129-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b12c-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b12f-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b133-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b136-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b139-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b13c-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b13f-a1d3c99a {
  place-self: center;
}

#w-node-cfffb3c3-7340-bd77-c871-5e8493941b1d-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b20-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b23-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b26-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b29-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b2c-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b2f-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b32-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b35-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b38-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b3b-a1d3c99a, #w-node-cfffb3c3-7340-bd77-c871-5e8493941b3e-a1d3c99a {
  place-self: end start;
}

#w-node-dd7a72a7-e38e-d375-484a-c0f12bbfe971-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e33a-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e33e-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e341-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e344-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e347-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e34a-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e34d-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e351-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e354-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e357-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e35a-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e35d-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e360-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e364-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e367-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e36a-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e36d-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e370-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607caa-a1d3c99a {
  place-self: center;
}

#w-node-d497e4dc-1ba0-e205-9881-02101c607cac-a1d3c99a {
  order: -9999;
}

#w-node-_50b9524d-779f-a45f-7638-14418396bc81-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc84-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc87-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc8a-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc8d-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc90-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc93-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc96-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc99-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc9c-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bc9f-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bca2-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bca5-a1d3c99a, #w-node-_50b9524d-779f-a45f-7638-14418396bca8-a1d3c99a, #w-node-_1e098def-5970-a79f-f804-bf70d1bcc7cb-a1d3c99a, #w-node-_031340b9-d1e8-84c8-cc6c-4dfb844e139c-a1d3c99a {
  place-self: end start;
}

#w-node-d497e4dc-1ba0-e205-9881-02101c607cce-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cd2-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cd5-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cd8-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cdb-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cde-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607ce1-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607ce5-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607ce8-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607ceb-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cee-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cf1-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cf4-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cf8-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cfb-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cfe-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d01-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d04-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d07-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d0b-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d0e-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d11-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d14-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d17-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d1a-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d1e-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d21-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d24-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d27-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d2a-a1d3c99a, #w-node-_35226d46-0215-2e64-174b-f06eec7f71b3-a1d3c99a, #w-node-_35226d46-0215-2e64-174b-f06eec7f71b7-a1d3c99a, #w-node-_35226d46-0215-2e64-174b-f06eec7f71ba-a1d3c99a, #w-node-_35226d46-0215-2e64-174b-f06eec7f71bd-a1d3c99a, #w-node-_35226d46-0215-2e64-174b-f06eec7f71c0-a1d3c99a, #w-node-_35226d46-0215-2e64-174b-f06eec7f71c3-a1d3c99a {
  place-self: center;
}

#w-node-_149dbdef-c49b-8e2e-a97f-7ad8fc217290-a1d3c99a {
  order: 9999;
  place-self: center;
}

#w-node-_149dbdef-c49b-8e2e-a97f-7ad8fc217292-a1d3c99a {
  order: 9999;
}

#w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c16919-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c1691c-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c1691f-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c16922-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c16925-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c16928-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c1692b-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c1692e-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c16931-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c16934-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c16937-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c1693a-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c1693d-a1d3c99a, #w-node-_9620c7ad-4f79-28bf-1f01-26d6f3c16940-a1d3c99a, #w-node-_5c0d75fe-1242-975e-5702-c47cbf1314a6-a1d3c99a, #w-node-_6dac817e-39df-5bef-461a-d88ac1143108-a1d3c99a {
  place-self: end start;
}

#w-node-_542a2967-2428-8bad-9b1e-5846764ef729-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef72d-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef730-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef733-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef736-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef739-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef73c-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef740-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef743-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef746-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef749-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef74c-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef74f-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef753-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef756-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef759-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef75c-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef75f-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef762-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef766-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef769-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef76c-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef76f-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef772-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef775-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef779-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef77c-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef77f-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef782-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef785-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef788-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef78c-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef78f-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef792-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef795-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef798-a1d3c99a {
  place-self: center;
}

#w-node-_6e6bcf9a-a1cc-41c1-363f-345d03a872bb-a1d3c99a {
  order: 9999;
  place-self: center;
}

#w-node-_6e6bcf9a-a1cc-41c1-363f-345d03a872bd-a1d3c99a {
  order: -9999;
}

#w-node-_14fbc3b1-b350-58cd-032f-8be6b500965e-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b5009661-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b5009664-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b5009667-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b500966a-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b500966d-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b5009670-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b5009673-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b5009676-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b5009679-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b500967c-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b500967f-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b5009682-a1d3c99a, #w-node-_14fbc3b1-b350-58cd-032f-8be6b5009685-a1d3c99a, #w-node-_5a026d7d-3d1b-c137-89f3-b8625789ab96-a1d3c99a, #w-node-_2facc94a-75f6-abe1-e5d0-7f6abd0732ca-a1d3c99a {
  place-self: end start;
}

#w-node-_94d9a324-7d88-d932-3aea-ad8476b0c300-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c304-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c307-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c30a-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c30d-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c310-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c313-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c317-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c31a-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c31d-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c320-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c323-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c326-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c32a-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c32d-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c330-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c333-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c336-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c339-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c33d-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c340-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c343-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c346-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c349-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c34c-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c350-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c353-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c356-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c359-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c35c-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c35f-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c363-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c366-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c369-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c36c-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c36f-a1d3c99a {
  place-self: center;
}

#w-node-_5f7bf5b8-3156-9196-13ba-166aa98d92f3-a1d3c99a {
  order: -9999;
  place-self: center;
}

#w-node-_5f7bf5b8-3156-9196-13ba-166aa98d92f5-a1d3c99a {
  order: -9999;
}

#w-node-_5f7bf5b8-3156-9196-13ba-166aa98d92fe-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9301-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9304-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9307-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d930a-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d930d-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9310-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9313-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9316-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9319-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d931c-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d931f-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9322-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9325-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d9328-a1d3c99a, #w-node-_5f7bf5b8-3156-9196-13ba-166aa98d932b-a1d3c99a {
  place-self: end start;
}

#w-node-b4c209bd-52e7-0fb1-1324-18636759b3da-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3de-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3e1-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3e4-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3e7-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3ea-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3ed-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3f1-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3f4-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3f7-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3fa-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3fd-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b400-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b404-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b407-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b40a-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b40d-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b410-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b413-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b417-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b41a-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b41d-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b420-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b423-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b426-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b42a-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b42d-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b430-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b433-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b436-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b439-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b43d-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b440-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b443-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b446-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b449-a1d3c99a, #w-node-_5248578c-0e02-4829-d4e0-6b1c93c873e7-a1d3c99a {
  place-self: center;
}

#w-node-_5248578c-0e02-4829-d4e0-6b1c93c873e9-a1d3c99a {
  order: -9999;
}

#w-node-_4d839cfc-af41-889d-032d-7fca62ddb396-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb399-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb39c-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb39f-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3a2-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3a5-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3a8-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3ab-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3ae-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3b1-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3b4-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3b7-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3ba-a1d3c99a, #w-node-_4d839cfc-af41-889d-032d-7fca62ddb3bd-a1d3c99a, #w-node-e78afaf9-83da-6304-1724-e47bb221955e-a1d3c99a, #w-node-_663eb8a9-2ded-74ea-9964-4cf88a3345a2-a1d3c99a {
  place-self: end start;
}

#w-node-_048d9474-484f-7609-7efd-ef820726dc78-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc7c-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc7f-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc82-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc85-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc88-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc8b-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc8f-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc92-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc95-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc98-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc9b-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc9e-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dca2-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dca5-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dca8-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcab-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcae-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcb1-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcb5-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcb8-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcbb-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcbe-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcc1-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcc4-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcc8-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dccb-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcce-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcd1-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcd4-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcd7-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcdb-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcde-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dce1-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dce4-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dce7-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2c9f7-a1d3c99a {
  place-self: center;
}

#w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b57-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b5a-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b5d-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b60-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b63-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b66-a1d3c99a, #w-node-_9eebd060-2eb4-4716-0342-b63a6fcec5ad-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b6c-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b69-a1d3c99a, #w-node-_6b56f558-e567-7030-6e1d-a5691725a2bf-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b6f-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b72-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b75-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b78-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b7b-a1d3c99a, #w-node-_0dddaa4e-7236-4d5a-ca78-05ac732d1b7e-a1d3c99a {
  place-self: end start;
}

#w-node-_8772e490-5114-2abf-a8f5-a3324da2ca1b-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca1f-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca22-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca25-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca28-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca2b-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca2e-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca32-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca35-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca38-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca3b-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca3e-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca41-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca45-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca48-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca4b-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca4e-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca51-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca54-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca58-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca5b-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca5e-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca61-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca64-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca67-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca6b-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca6e-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca71-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca74-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca77-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca7a-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca7e-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca81-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca84-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca87-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca8a-a1d3c99a, #w-node-_855f9b7b-d8ca-c696-b0b9-fb8b3625b3f5-a1d3c99a {
  place-self: center;
}

#w-node-_855f9b7b-d8ca-c696-b0b9-fb8b3625b3f7-a1d3c99a {
  order: -9999;
}

#w-node-dc89241e-c23f-9820-5751-9d8ef0607057-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef060705a-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef060705d-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef0607060-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef0607063-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef0607066-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef0607069-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef060706c-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef060706f-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef0607072-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef0607075-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef0607078-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef060707b-a1d3c99a, #w-node-dc89241e-c23f-9820-5751-9d8ef060707e-a1d3c99a {
  place-self: end start;
}

#w-node-_62717a2e-2300-e046-dcf2-a1376caa8aac-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ab0-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ab3-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ab6-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ab9-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8abc-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8abf-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ac3-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ac6-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ac9-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8acc-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8acf-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ad2-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ad6-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ad9-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8adc-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8adf-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ae2-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ae5-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ae9-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8aec-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8aef-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8af2-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8af5-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8af8-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8afc-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8aff-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b02-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b05-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b08-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b0b-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b0f-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b12-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b15-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b18-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b1b-a1d3c99a, #w-node-b2189fe4-dd84-6b14-1b32-dda0bf26215c-a1d3c99a {
  place-self: center;
}

#w-node-_14b7f9fd-5f5a-fdf1-3b0f-9616c513d689-a1d3c99a, #w-node-_14b7f9fd-5f5a-fdf1-3b0f-9616c513d68c-a1d3c99a, #w-node-_14b7f9fd-5f5a-fdf1-3b0f-9616c513d68f-a1d3c99a, #w-node-_14b7f9fd-5f5a-fdf1-3b0f-9616c513d692-a1d3c99a, #w-node-_14b7f9fd-5f5a-fdf1-3b0f-9616c513d695-a1d3c99a, #w-node-_14b7f9fd-5f5a-fdf1-3b0f-9616c513d698-a1d3c99a, #w-node-c17e24ba-7e72-b618-5dbf-04a37a6ba0a7-a1d3c99a, #w-node-_849163a1-f60d-ca0d-c76e-ac77089794e9-a1d3c99a, #w-node-bc27f05a-c470-8eee-8efc-257ac5010328-a1d3c99a, #w-node-ce232cf0-6582-1103-9c24-ae8dcd34da6f-a1d3c99a, #w-node-_11c4a03a-c476-aab7-53c6-4a48a78070dd-a1d3c99a, #w-node-_88cc9e57-49ca-3d0f-738e-ced54780d8e4-a1d3c99a, #w-node-c636b0cb-87c7-69d5-6452-9ff08570260b-a1d3c99a, #w-node-_52901f6f-5a01-9ced-61cd-abe5208ea5d9-a1d3c99a {
  place-self: end start;
}

#w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf65-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf69-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf6c-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf6f-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf72-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf75-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf78-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf7c-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf7f-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf82-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf85-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf88-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf8b-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf8f-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf92-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf95-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf98-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf9b-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf9e-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfa2-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfa5-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfa8-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfab-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfae-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfb1-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfb5-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfb8-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfbb-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfbe-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfc1-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfc4-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfc8-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfcb-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfce-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfd1-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfd4-a1d3c99a {
  place-self: center;
}

#w-node-_3c6772e4-ade5-1fdb-5a5f-1e339994443a-a1d3c99a {
  order: 9999;
  place-self: center;
}

#w-node-_96cac803-1553-33db-8679-9586f774eeb0-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eeb3-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eeb6-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eeb9-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eebc-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eebf-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eec2-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eec5-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eec8-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eecb-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eece-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eed1-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eed4-a1d3c99a, #w-node-_96cac803-1553-33db-8679-9586f774eed7-a1d3c99a, #w-node-e28f4366-e59c-59b6-8157-35df121df9a5-a1d3c99a, #w-node-ac01a571-4f46-ddf7-9984-967fa8ff05a7-a1d3c99a {
  place-self: end start;
}

#w-node-_06f52ed6-7a04-4f80-8941-f0487647b7d3-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7d7-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7da-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7dd-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7e0-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7e3-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7e6-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7ea-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7ed-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7f0-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7f3-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7f6-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7f9-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7fd-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b800-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b803-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b806-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b809-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b80c-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b810-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b813-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b816-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b819-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b81c-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b81f-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b823-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b826-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b829-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b82c-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b82f-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b832-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b836-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b839-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b83c-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b83f-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b842-a1d3c99a, #w-node-_8e24df69-ed54-bd32-2513-3b2d9176a446-a1d3c99a {
  place-self: center;
}

#w-node-_875913dc-954d-484d-f121-fccac6ff8615-a1d3c99a, #w-node-_875913dc-954d-484d-f121-fccac6ff8618-a1d3c99a, #w-node-_875913dc-954d-484d-f121-fccac6ff861b-a1d3c99a, #w-node-_875913dc-954d-484d-f121-fccac6ff861e-a1d3c99a, #w-node-_875913dc-954d-484d-f121-fccac6ff8621-a1d3c99a, #w-node-_875913dc-954d-484d-f121-fccac6ff8624-a1d3c99a, #w-node-_875913dc-954d-484d-f121-fccac6ff8627-a1d3c99a, #w-node-_875913dc-954d-484d-f121-fccac6ff862a-a1d3c99a, #w-node-_875913dc-954d-484d-f121-fccac6ff862d-a1d3c99a, #w-node-_875913dc-954d-484d-f121-fccac6ff8630-a1d3c99a {
  place-self: end start;
}

#w-node-e9147024-6f0d-4631-8f60-b9106048d2fd-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d301-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d304-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d307-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d30a-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d30d-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d310-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d314-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d317-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d31a-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d31d-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d320-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d323-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d327-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d32a-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d32d-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d330-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d333-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d336-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d33a-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d33d-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d340-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d343-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d346-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d349-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d34d-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d350-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d353-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d356-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d359-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d35c-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d360-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d363-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d366-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d369-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d36c-a1d3c99a, #w-node-_804bdd2d-eb77-d0d1-4e8e-191060b9b019-a1d3c99a, #w-node-aa27237b-68f5-ecbf-5d7b-10379db97424-a1d3c99a, #w-node-ead6c357-b568-c552-2f03-f17d8af65e29-a1d3c99a, #w-node-eb3a78a4-ef26-ef5b-5352-8620975f69a8-a1d3c99a, #w-node-b84847c9-0f7a-b75d-58c3-98d4747d64fe-a1d3c99a, #w-node-_5333dbca-4b0f-9df9-e18f-5d88d162987a-a1d3c99a, #w-node-_6ccd36f9-c109-17d8-275c-5fa3c2b93d2b-a1d3c99a, #w-node-_6add27b4-dfaa-f7b3-f85e-53113938bb30-a1d3c99a, #w-node-b55292c8-8712-dc5d-7fd6-0d40ccadcf30-a1d3c99a, #w-node-e3fee4eb-f88a-f293-1ebe-c3aa0c319c18-a1d3c99a, #w-node-c0da9792-b502-af9a-32dc-081210f9b8ec-a1d3c99a, #w-node-de1b7004-716e-ca2e-ce67-22dc39395e2c-a1d3c99a, #w-node-_84880eeb-e518-8e7f-678a-3e95c3bedd2a-a1d3c99a, #w-node-_6f11ed13-4adf-b1a1-73ea-3e5b88b103a4-a1d3c99a, #w-node-_3b14fdaa-5caa-0af4-f891-51f949eae33d-a1d3c99a, #w-node-_12f4762d-5561-100c-d3d1-e123d2779b50-a1d3c99a, #w-node-ce241cde-2b00-b0d3-e824-c312c1666020-a1d3c99a, #w-node-_8af07eac-04a0-b162-29cc-b77ebe76fbba-a1d3c99a, #w-node-a32035f7-b826-24f6-7bc6-9b83ff85bf75-a1d3c99a, #w-node-_32df3101-41e0-89c6-bd24-4aab549fed61-a1d3c99a, #w-node-_0812fc7f-67ce-51fb-a7d4-c3ba3f8376aa-a1d3c99a, #w-node-_45e69688-8bb6-03bd-cdc7-fced66c36418-a1d3c99a, #w-node-_7c45e996-09f8-b0fd-9131-f9f644e7f093-a1d3c99a, #w-node-_14f2f746-cc36-4306-c5b8-f13c74d924e5-a1d3c99a, #w-node-aa19ed05-efeb-d3b4-31fa-ac909c7647b2-a1d3c99a, #w-node-eb8f5acf-ffdb-6a01-cc7f-d8819209379f-a1d3c99a, #w-node-_6163f273-24e0-fb30-c089-fdd3e7936f5a-a1d3c99a, #w-node-_8e8d7f89-a9fd-162a-b5d6-5256d06aa625-a1d3c99a, #w-node-_2d7d6f7d-027f-a544-a8e7-c447039824b2-a1d3c99a, #w-node-_6a1e4647-d142-8b53-af5f-bf3d5ad76e56-a1d3c99a, #w-node-_03ad3bc3-208d-eaa5-d1a3-bf730fb3ac81-a1d3c99a, #w-node-_0082e0eb-cf42-304f-63d5-18e666553681-a1d3c99a, #w-node-_62cfac03-7a28-862d-ab7c-23ad3a28b08e-a1d3c99a {
  place-self: center;
}

#w-node-_54e37b56-b5af-f687-6582-781363e4f275-a1d3c99a, #w-node-_54e37b56-b5af-f687-6582-781363e4f280-a1d3c99a, #w-node-_54e37b56-b5af-f687-6582-781363e4f28b-a1d3c99a, #w-node-_54e37b56-b5af-f687-6582-781363e4f296-a1d3c99a, #w-node-_54e37b56-b5af-f687-6582-781363e4f2a1-a1d3c99a, #w-node-_54e37b56-b5af-f687-6582-781363e4f2ac-a1d3c99a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-a1d3c9bb, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-a1d3c9bb, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-a1d3c9bb, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-a1d3c9bb, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-a1d3c9bb, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-a1d3c9bb, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-a1d3c9bb, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-a1d3c9bb, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-a1d3c9bb, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-a1d3c9bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_609bf2fc-4698-da43-c6c9-f0fdc7066a1b-a1d3c96c, #w-node-_609bf2fc-4698-da43-c6c9-f0fdc7066a1a-a1d3c96c, #w-node-_609bf2fc-4698-da43-c6c9-f0fdc7066a1e-a1d3c96c, #w-node-b4f99587-c1ad-7476-f279-66a8b5889ae6-a1d3c96c, #w-node-_4f42cb63-67cb-7ccb-b49a-85765fe4d680-a1d3c96c, #w-node-ac9bb320-9b82-3f85-18b5-7ba14cff6864-a1d3c96c, #w-node-_7a80c23c-99a1-c8b2-8bc4-9c8426fce25b-a1d3c96c, #w-node-_9eed857f-8373-ffcf-7f2b-76bd151b33c0-a1d3c95b, #w-node-_9eed857f-8373-ffcf-7f2b-76bd151b33c1-a1d3c95b, #w-node-_9eed857f-8373-ffcf-7f2b-76bd151b33c2-a1d3c95b, #w-node-_9eed857f-8373-ffcf-7f2b-76bd151b33c3-a1d3c95b, #w-node-_9eed857f-8373-ffcf-7f2b-76bd151b33c4-a1d3c95b, #w-node-_9eed857f-8373-ffcf-7f2b-76bd151b33c5-a1d3c95b {
    justify-self: center;
  }

  #w-node-_0e6237ed-42f0-7423-fdee-a7c648e9026c-a1d3c95c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b53179a7-dbc6-94ab-958d-184e74bbc288-a1d3c95c, #w-node-b53179a7-dbc6-94ab-958d-184e74bbc289-a1d3c95c, #w-node-b53179a7-dbc6-94ab-958d-184e74bbc28a-a1d3c95c, #w-node-b53179a7-dbc6-94ab-958d-184e74bbc28b-a1d3c95c, #w-node-b53179a7-dbc6-94ab-958d-184e74bbc28c-a1d3c95c, #w-node-b53179a7-dbc6-94ab-958d-184e74bbc28d-a1d3c95c, #w-node-_8eb40935-aef4-7b6f-0fc0-2c367aa903e1-a1d3c963, #w-node-_8eb40935-aef4-7b6f-0fc0-2c367aa903e2-a1d3c963, #w-node-_8eb40935-aef4-7b6f-0fc0-2c367aa903e3-a1d3c963, #w-node-_8eb40935-aef4-7b6f-0fc0-2c367aa903e4-a1d3c963, #w-node-_8eb40935-aef4-7b6f-0fc0-2c367aa903e5-a1d3c963, #w-node-_8eb40935-aef4-7b6f-0fc0-2c367aa903e6-a1d3c963 {
    justify-self: center;
  }

  #w-node-d4772ed6-d224-cf05-d2c6-5f2406b0d2be-a1d3c964, #w-node-_6baaa691-ca8e-1784-7d81-a3120b544816-a1d3c964, #w-node-d3814025-e597-56f1-e176-9d84903d934d-a1d3c964, #w-node-_79c359ce-21ad-4478-c2a9-3508e894b26e-a1d3c964 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b2d8463-41f6-f93d-74a6-a831570225d8-a1d3c964, #w-node-_9b2d8463-41f6-f93d-74a6-a831570225d9-a1d3c964, #w-node-_9b2d8463-41f6-f93d-74a6-a831570225da-a1d3c964, #w-node-_9b2d8463-41f6-f93d-74a6-a831570225db-a1d3c964, #w-node-_9b2d8463-41f6-f93d-74a6-a831570225dc-a1d3c964, #w-node-_9b2d8463-41f6-f93d-74a6-a831570225dd-a1d3c964, #w-node-_6591873f-adfa-9489-c009-9ef04e34077a-a1d3c96d, #w-node-_6591873f-adfa-9489-c009-9ef04e34077b-a1d3c96d, #w-node-_6591873f-adfa-9489-c009-9ef04e34077c-a1d3c96d, #w-node-_6591873f-adfa-9489-c009-9ef04e34077d-a1d3c96d, #w-node-_6591873f-adfa-9489-c009-9ef04e34077e-a1d3c96d, #w-node-_6591873f-adfa-9489-c009-9ef04e34077f-a1d3c96d, #w-node-_6d475e1a-19c1-4ebe-bfe2-3cee8c1ceb1e-a1d3c96f, #w-node-_6d475e1a-19c1-4ebe-bfe2-3cee8c1ceb1f-a1d3c96f, #w-node-_6d475e1a-19c1-4ebe-bfe2-3cee8c1ceb20-a1d3c96f, #w-node-_6d475e1a-19c1-4ebe-bfe2-3cee8c1ceb21-a1d3c96f, #w-node-_6d475e1a-19c1-4ebe-bfe2-3cee8c1ceb22-a1d3c96f, #w-node-_6d475e1a-19c1-4ebe-bfe2-3cee8c1ceb23-a1d3c96f, #w-node-_0650c49b-1ea3-dc37-f15d-5c598be3630a-a1d3c970, #w-node-_0650c49b-1ea3-dc37-f15d-5c598be3630b-a1d3c970, #w-node-_0650c49b-1ea3-dc37-f15d-5c598be3630c-a1d3c970, #w-node-_0650c49b-1ea3-dc37-f15d-5c598be3630d-a1d3c970, #w-node-_0650c49b-1ea3-dc37-f15d-5c598be3630e-a1d3c970, #w-node-_0650c49b-1ea3-dc37-f15d-5c598be3630f-a1d3c970, #w-node-ef27fb9f-31e6-f911-f190-8287299f6f4b-a1d3c972, #w-node-ef27fb9f-31e6-f911-f190-8287299f6f4c-a1d3c972, #w-node-ef27fb9f-31e6-f911-f190-8287299f6f4f-a1d3c972, #w-node-ef27fb9f-31e6-f911-f190-8287299f6f50-a1d3c972, #w-node-ef27fb9f-31e6-f911-f190-8287299f6f51-a1d3c972, #w-node-ef27fb9f-31e6-f911-f190-8287299f6f52-a1d3c972, #w-node-ef27fb9f-31e6-f911-f190-8287299f6f53-a1d3c972, #w-node-e5fbde93-8dac-df14-0325-a2b4270ed9d5-a1d3c99a, #w-node-e5fbde93-8dac-df14-0325-a2b4270ed9d6-a1d3c99a, #w-node-e5fbde93-8dac-df14-0325-a2b4270ed9d9-a1d3c99a, #w-node-e5fbde93-8dac-df14-0325-a2b4270ed9da-a1d3c99a, #w-node-e5fbde93-8dac-df14-0325-a2b4270ed9db-a1d3c99a, #w-node-e5fbde93-8dac-df14-0325-a2b4270ed9dc-a1d3c99a, #w-node-e5fbde93-8dac-df14-0325-a2b4270ed9dd-a1d3c99a {
    justify-self: center;
  }

  #w-node-_76da9ab1-cfc8-ce71-d212-a88878166852-a1d3c99a, #w-node-_76da9ab1-cfc8-ce71-d212-a8887816685e-a1d3c99a, #w-node-_90cd76d0-e610-8c20-a92c-9c2d6f1aff20-a1d3c99a {
    order: 9999;
  }

  #w-node-_4fee5ed2-5528-14d8-34f4-2fa757458037-a1d3c99a {
    order: -9999;
  }

  #w-node-_699c622e-1101-9964-449e-8355e447a369-a1d3c9d1, #w-node-_699c622e-1101-9964-449e-8355e447a372-a1d3c9d1, #w-node-_699c622e-1101-9964-449e-8355e447a37b-a1d3c9d1, #w-node-_699c622e-1101-9964-449e-8355e447a384-a1d3c9d1, #w-node-_699c622e-1101-9964-449e-8355e447a38d-a1d3c9d1, #w-node-_699c622e-1101-9964-449e-8355e447a396-a1d3c9d1, #w-node-_81a884c3-3bbf-6e38-bc40-6ce72fb7760e-a1d3c9d1, #w-node-_81a884c3-3bbf-6e38-bc40-6ce72fb77617-a1d3c9d1, #w-node-_81a884c3-3bbf-6e38-bc40-6ce72fb77620-a1d3c9d1, #w-node-_81a884c3-3bbf-6e38-bc40-6ce72fb77629-a1d3c9d1, #w-node-_81a884c3-3bbf-6e38-bc40-6ce72fb77632-a1d3c9d1, #w-node-_81a884c3-3bbf-6e38-bc40-6ce72fb7763b-a1d3c9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d91d570-4777-e92c-5492-768bf5666d97-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666da7-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666db7-a1d3c99a, #w-node-_5d91d570-4777-e92c-5492-768bf5666dc7-a1d3c99a, #w-node-_6043f8cc-8ca0-2008-130e-c171a9d13cf5-a1d3c99a {
    place-self: center;
  }

  #w-node-_0e3b933a-c62c-d161-98ab-826223cd741f-a1d3c99a {
    order: -9999;
  }

  #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b0b-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b1e-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b31-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b44-a1d3c99a, #w-node-_6788b8b1-f051-ec33-2dfa-dab111364b57-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbe5-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fbf8-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc0b-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc1e-a1d3c99a, #w-node-_32e0a55f-7820-ed45-ae1f-65377329fc31-a1d3c99a {
    place-self: center;
  }

  #w-node-a5962940-aede-8a3e-3eff-d2a2cfc3e853-a1d3c99a {
    order: -9999;
  }

  #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffbc-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffcf-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64ffe2-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f64fff5-a1d3c99a, #w-node-d2c3f8c8-5cc2-270a-c446-71712f650008-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230eb-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df230fe-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23111-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23124-a1d3c99a, #w-node-f1a3f8b2-2242-b620-7554-37b82df23137-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd69927-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd6993a-a1d3c99a, #w-node-bc17caf4-43af-ec4a-ffe2-e653ecd6994d-a1d3c99a {
    place-self: center;
  }

  #w-node-_823155a6-0e7c-f6ab-8889-cc3f8dc4cae2-a1d3c99a {
    order: -9999;
  }

  #w-node-_4b241e9f-a713-1a51-3225-988ae76ec380-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec393-a1d3c99a, #w-node-_4b241e9f-a713-1a51-3225-988ae76ec3a6-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e58c-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e59f-a1d3c99a, #w-node-_369159fe-118e-9567-b0e6-6705fbd2e5b2-a1d3c99a, #w-node-_0fd8f9a5-c313-d2f5-6c86-6ad3f80299c2-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab895-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8a8-a1d3c99a, #w-node-ed0a98ac-63dd-2cf1-5d14-97c8595ab8bb-a1d3c99a, #w-node-a49644fb-76ad-be87-e126-a75862a38390-a1d3c99a, #w-node-_88717e8d-fc57-753f-6c2e-9f13b28f5733-a1d3c99a {
    place-self: center;
  }

  #w-node-_0cc8277c-ee52-f479-4356-755d67098555-a1d3c99a {
    order: -9999;
  }

  #w-node-_604b048a-9842-44e9-c7d3-638de320e123-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e136-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e149-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e15c-a1d3c99a, #w-node-_604b048a-9842-44e9-c7d3-638de320e16f-a1d3c99a {
    place-self: center;
  }

  #w-node-_8c09e874-376c-0d9f-1d98-e85d70a1e68c-a1d3c99a {
    order: -9999;
  }

  #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7908-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af791b-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af792e-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7941-a1d3c99a, #w-node-_99d2c30f-1657-3fe1-5f60-8c0488af7954-a1d3c99a {
    place-self: center;
  }

  #w-node-c8fdb326-e8a1-11de-0d17-641f77e2d3bf-a1d3c99a {
    order: -9999;
  }

  #w-node-_8ae40772-5816-e119-604b-f9bc5e3e841f-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8432-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8445-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e8458-a1d3c99a, #w-node-_8ae40772-5816-e119-604b-f9bc5e3e846b-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde687-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde69a-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6ad-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6c0-a1d3c99a, #w-node-_4f890641-0c92-927d-729f-6a5315cde6d3-a1d3c99a {
    place-self: center;
  }

  #w-node-c82217b6-1d1b-b0e0-3523-7af9478579d1-a1d3c99a {
    order: -9999;
  }

  #w-node-a932bdf4-a809-ff72-9b05-fbb77197b11d-a1d3c99a, #w-node-a932bdf4-a809-ff72-9b05-fbb77197b130-a1d3c99a {
    place-self: center;
  }

  #w-node-dd7a72a7-e38e-d375-484a-c0f12bbfe971-a1d3c99a {
    order: -9999;
  }

  #w-node-bf79d084-ca15-7e18-b5ad-54070020e34e-a1d3c99a, #w-node-bf79d084-ca15-7e18-b5ad-54070020e361-a1d3c99a {
    place-self: center;
  }

  #w-node-d497e4dc-1ba0-e205-9881-02101c607cac-a1d3c99a {
    order: 9999;
  }

  #w-node-d497e4dc-1ba0-e205-9881-02101c607ce2-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607cf5-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d08-a1d3c99a, #w-node-d497e4dc-1ba0-e205-9881-02101c607d1b-a1d3c99a, #w-node-_35226d46-0215-2e64-174b-f06eec7f71b4-a1d3c99a {
    place-self: center;
  }

  #w-node-_149dbdef-c49b-8e2e-a97f-7ad8fc217292-a1d3c99a {
    order: 9999;
  }

  #w-node-_542a2967-2428-8bad-9b1e-5846764ef73d-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef750-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef763-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef776-a1d3c99a, #w-node-_542a2967-2428-8bad-9b1e-5846764ef789-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c314-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c327-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c33a-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c34d-a1d3c99a, #w-node-_94d9a324-7d88-d932-3aea-ad8476b0c360-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b3ee-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b401-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b414-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b427-a1d3c99a, #w-node-b4c209bd-52e7-0fb1-1324-18636759b43a-a1d3c99a {
    place-self: center;
  }

  #w-node-_5248578c-0e02-4829-d4e0-6b1c93c873e9-a1d3c99a {
    order: 9999;
  }

  #w-node-_048d9474-484f-7609-7efd-ef820726dc8c-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dc9f-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcb2-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcc5-a1d3c99a, #w-node-_048d9474-484f-7609-7efd-ef820726dcd8-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca2f-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca42-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca55-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca68-a1d3c99a, #w-node-_8772e490-5114-2abf-a8f5-a3324da2ca7b-a1d3c99a {
    place-self: center;
  }

  #w-node-_855f9b7b-d8ca-c696-b0b9-fb8b3625b3f7-a1d3c99a {
    order: 9999;
  }

  #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ac0-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ad3-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8ae6-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8af9-a1d3c99a, #w-node-_62717a2e-2300-e046-dcf2-a1376caa8b0c-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf79-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf8c-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bf9f-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfb2-a1d3c99a, #w-node-_189dcb73-b85b-11cc-b3fd-f6f0ed17bfc5-a1d3c99a {
    place-self: center;
  }

  #w-node-_3c6772e4-ade5-1fdb-5a5f-1e339994443a-a1d3c99a {
    order: -9999;
  }

  #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7e7-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b7fa-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b80d-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b820-a1d3c99a, #w-node-_06f52ed6-7a04-4f80-8941-f0487647b833-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d311-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d324-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d337-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d34a-a1d3c99a, #w-node-e9147024-6f0d-4631-8f60-b9106048d35d-a1d3c99a {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7ed1f5b-6726-074b-67d5-d1244f86b59e-34415692 {
    justify-self: center;
  }

  #w-node-c14a98e0-e287-ef90-fa8d-12b9a818a2bd-34415692 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-a1d3c971, #w-node-f36e474c-fbd0-a808-45c6-fe82f933a777-a1d3c971, #w-node-_45c8dd26-91bf-aa39-2c87-953a7e03497f-a1d3c971 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9d624c0-01b8-640e-c777-58d914532b8f-a1d3c971, #w-node-fa7e68f7-f48a-b3a6-9fff-95d48c944811-a1d3c971, #w-node-_5f229968-959b-5fcf-4a23-358a9cf0ab72-a1d3c971, #w-node-_5178209f-7341-599a-42ea-d3bd2618e7eb-a1d3c971, #w-node-_7af996e2-a529-361e-1e97-1e0d020265da-a1d3c971, #w-node-d70788a0-4506-d2d1-9854-7ab4a6306f0b-a1d3c971, #w-node-_14a58309-0af9-14f3-c7ec-328d14e64785-a1d3c971 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9e015568-c982-c2f1-4544-cda51f51daef-a1d3c971, #w-node-_4872fb66-6e05-19fe-ca88-ecf320a4fa19-a1d3c971, #w-node-fdd64359-9df8-c948-b93c-eaead7a603a6-a1d3c971, #w-node-b4f5e9c8-f68d-ea2e-64cf-856e5aef662c-a1d3c971, #w-node-e195805f-43d6-9da8-977f-2d8dec4bcd10-a1d3c971, #w-node-cc59492f-2602-609d-557d-87b01e0fd12e-a1d3c971, #w-node-_886ea88a-9d51-71a7-61e3-675d577742f6-a1d3c971 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_89662e87-d9ee-957c-5f87-7888cf3b9ca8-a1d3c971 {
    grid-column: span 2 / span 2;
  }

  #w-node-f766fb00-1617-766f-4d05-ad1adfaffa14-a1d3c971, #w-node-d679a80d-5658-4347-209c-3a1f0c2c36f5-a1d3c971, #w-node-_1aa83866-33ac-cd97-f71e-4c103009e504-a1d3c971, #w-node-cfd11b38-5c4b-22db-1d35-a44acdf1de8c-a1d3c971, #w-node-_80be300f-92fb-f563-1ee7-f766c18c11cd-a1d3c971, #w-node-_8deccfa0-4fae-fa62-a403-1db0141c4589-a1d3c971, #w-node-_4f37bf75-616f-b38a-7d0e-28733d913259-a1d3c971, #w-node-_12dbbd7b-663f-f8b2-9217-25c707c3a91f-a1d3c971, #w-node-ecadb175-aae5-0bd9-146d-5b1720c31b2c-a1d3c971 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8cd2679-7515-f46a-b97a-f079480db69a-a1d3c971, #w-node-_30021f9d-2645-a432-1a77-a208cdf54bca-a1d3c971, #w-node-_5fe50278-aa68-5566-0d9d-4233dd105b52-a1d3c971, #w-node-a492a1c4-d52a-05ca-d10f-f7d5f7ae5462-a1d3c971, #w-node-_81d4d754-8f07-7b7b-62b2-4b67c6bfe694-a1d3c971 {
    grid-column: span 2 / span 2;
  }

  #w-node-db3c059b-6f7b-7169-479d-62eb5d18430b-a1d3c971, #w-node-_0d0bdf43-94bf-5634-dd23-b7221c67cb0e-a1d3c971, #w-node-_0899643e-a9fb-fe89-cd6a-aea91310acca-a1d3c971, #w-node-ecf62152-5744-27cb-b2e5-a2efeead1a35-a1d3c971, #w-node-_0ebaf88e-29cb-b40f-c951-616318ccda44-a1d3c971, #w-node-_1b39cb7b-97c8-4d8f-0be5-0d794acd6cc0-a1d3c971, #w-node-_58cd4e0d-4ba8-b9a5-47c4-e657d01062d3-a1d3c971, #w-node-_7c7f2371-7639-b638-04b8-458228e538cc-a1d3c971, #w-node-_2a5a3867-0bf9-876c-67b4-965f60f78e78-a1d3c971, #w-node-fad524ab-5987-bc28-dd06-4a0c08d28f64-a1d3c971 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b7d2b0b-26b6-aa48-f24a-a28fc0b1701e-a1d3c972 {
    justify-self: center;
  }

  #w-node-_0e3b933a-c62c-d161-98ab-826223cd741f-a1d3c99a, #w-node-a5962940-aede-8a3e-3eff-d2a2cfc3e853-a1d3c99a, #w-node-_823155a6-0e7c-f6ab-8889-cc3f8dc4cae2-a1d3c99a, #w-node-_0cc8277c-ee52-f479-4356-755d67098555-a1d3c99a, #w-node-_8c09e874-376c-0d9f-1d98-e85d70a1e68c-a1d3c99a, #w-node-c8fdb326-e8a1-11de-0d17-641f77e2d3bf-a1d3c99a, #w-node-c82217b6-1d1b-b0e0-3523-7af9478579d1-a1d3c99a, #w-node-dd7a72a7-e38e-d375-484a-c0f12bbfe971-a1d3c99a {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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: 'Muli';
  src: url('../fonts/Muli-BoldItalic.ttf') format('truetype'), url('../fonts/Muli-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}