:root {
  --salmon: #ff6361;
  --chocolate: #f51720;
  --silver: #c1c3cc;
  --ghost-white-2: #f7f8fc;
  --chocolate-complement: #f9696f;
  --white: white;
  --ghost-white: #f7f8fc;
  --black: black;
  --gold: #ffd739;
  --light-green: #69e781;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

@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: #121213;
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
  font-family: Dosis, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #919197;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

blockquote {
  background-image: linear-gradient(284deg, var(--salmon), var(--chocolate));
  color: #fff;
  border-left: 1px #000;
  align-items: center;
  width: 70%;
  min-height: 150px;
  margin-bottom: 10px;
  padding: 10px 37px;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner {
  background-color: var(--silver);
  background-image: linear-gradient(#0009, #0009), url('../images/image006.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.section {
  padding: 3rem 5% 10%;
}

.section.gray {
  background-color: var(--ghost-white-2);
  display: none;
}

.section.gray.small {
  padding: 8% 0% 20px 20px;
  display: none;
}

.section.add-5-percent {
  padding-top: 15%;
  padding-bottom: 5%;
}

.section.color {
  background-color: var(--chocolate);
  background-image: linear-gradient(#00000080, #00000080), url('../images/image006.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 7%;
  padding-bottom: 7%;
}

.section.logo {
  background-image: linear-gradient(56deg, var(--chocolate), var(--chocolate-complement));
  padding-top: 3%;
  padding-bottom: 3%;
}

.section.for-project {
  background-color: var(--white);
  margin-right: 0;
  padding: 0 0 20px;
}

.section._0-top {
  padding-top: 0%;
}

.section.for-changelog {
  padding-top: 5%;
  padding-bottom: 5%;
}

.container {
  flex: 1;
  max-width: 1200px;
}

.container._2-down {
  margin-top: 100px;
}

.navigation {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  background-color: var(--chocolate);
  order: -1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 110px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: absolute;
}

.brand.w--current {
  background-color: var(--chocolate);
}

.brand.normal {
  position: relative;
}

.brand.normal.w--current {
  background-color: var(--chocolate);
}

.nav-menu {
  flex-direction: row;
  order: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navlink {
  color: #414147;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 1rem;
  padding: .5rem 1rem;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
}

.navlink.w--current {
  color: var(--chocolate);
  margin-top: 0;
}

.navlink.drop {
  display: flex;
}

.navlink.services.blue.for-button {
  margin-top: 15px;
  margin-left: 0;
  padding: 0;
}

.navlink.for-button.blue {
  padding-left: 0;
  padding-right: 0;
}

.nav-overlay {
  background-color: var(--chocolate);
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.navtext {
  z-index: 1;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}

.icon {
  display: none;
}

.arrow-image {
  z-index: 1;
  width: 6px;
  margin-left: 7px;
  position: relative;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  min-width: 150px;
  padding: 9px 13px;
}

.dropdown-link {
  color: #717177;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.dropdown-link:hover {
  color: var(--chocolate);
  background-color: #f1f1f7;
}

.info-wrapper {
  background-color: var(--chocolate);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  height: 100%;
  margin-left: 20px;
  padding: 34px 28px 31px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
}

.info-wrapper:hover {
  background-color: #e98a38;
}

.info-wrapper.for-x {
  height: 75px;
  padding-top: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.line-2 {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: relative;
  top: 6px;
}

.line-2.x1 {
  transform: rotate(45deg);
}

.line-2.x2 {
  margin-top: -2px;
  transform: rotate(-45deg);
}

.info-big-wrapper {
  z-index: 9999;
  display: none;
  position: fixed;
  inset: 0%;
}

.info-big-overlay {
  background-color: #0003;
  display: block;
  position: absolute;
  inset: 0%;
}

.info-left-wrapper {
  background-color: #fff;
  width: 500px;
  padding: 95px 50px 35px 70px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.top-margin.half {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 25px;
  display: flex;
}

.top-margin.half.flex {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.top-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7%;
  display: flex;
  position: relative;
}

.top-title-wrapper.center {
  justify-content: center;
}

.top-title-wrapper.center.vertical {
  flex-direction: column;
  margin-bottom: 0%;
}

.top-title-wrapper.more {
  margin-bottom: 15%;
}

.features-wrapper {
  background-color: var(--chocolate);
  background-image: none;
  width: 1000px;
  padding: 15px 100px 5px 50px;
  display: flex;
  position: absolute;
  inset: auto -2.5% -83px auto;
}

.infos-flex {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.info-child {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.info-child.horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-top: 0;
}

.info-image {
  width: 24px;
  margin-bottom: 15px;
}

.info-image.left {
  width: 20px;
  margin-bottom: 0;
  margin-right: 15px;
}

.phone-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-white {
  color: #ffffffb3;
  margin-bottom: 5px;
}

.paragraph-white.biger {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-white.biger.normal {
  font-weight: 400;
}

.paragraph-white._100 {
  color: #fff;
}

.top-title {
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
  position: relative;
}

.top-title.abolute {
  z-index: 1;
  color: #f1f1f766;
  letter-spacing: 11px;
  font-size: 110px;
  position: absolute;
  top: -26px;
  left: -53px;
}

.top-title.abolute._75-percent {
  color: #f1f1f7bf;
}

.top-title.abolute.in-form {
  font-size: 100px;
  left: -17px;
}

.top-title.abolute.also-center {
  left: 50%;
  transform: translate(-50%);
}

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

.top-title.white.big {
  color: var(--chocolate);
  font-size: 50px;
  line-height: 60px;
}

.top-title.smaller-white {
  color: #fff;
  flex: none;
  order: -1;
  margin-right: 60px;
  font-size: 15px;
  line-height: 20px;
}

.top-title.smaller-white.in-footer {
  background-color: #0a1229;
  margin-bottom: 30px;
  padding-right: 14px;
}

.top-title.smaller-white.blog {
  margin-bottom: 15px;
  margin-right: 0;
  font-size: 19px;
  line-height: 26px;
}

.top-title.smaller-white.no-width {
  margin-right: 0;
  display: none;
}

.top-title.smaller-white.none-mobile {
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.top-title._30px {
  font-size: 30px;
  line-height: 40px;
}

.top-title.small-version {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.top-title.on-banner {
  color: #fff;
  font-size: 62px;
  line-height: 70px;
}

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

.service-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 17px;
  line-height: 30px;
}

.service-title.team {
  line-height: 20px;
}

.service-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 5%;
  padding-right: 5%;
  display: flex;
}

.margin-page {
  margin-top: 2rem;
}

.margin-page._10-percent {
  margin-top: 10%;
}

.text-block {
  outline-offset: 0px;
  color: #fff;
  outline: 0 #919198;
  font-style: normal;
  line-height: 16px;
}

.navlink {
  color: #121217;
  margin-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

.navlink.for-button {
  color: #fff;
  margin-top: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navlink.for-button.blue {
  color: #919198;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 13px;
  display: flex;
}

.navlink.for-button.blue._0 {
  margin-top: 0;
}

.navlink.for-button.blue.white {
  color: #fff;
}

.navlink.for-button.blue.white.for-footer {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
}

.navlink.for-button.blue.white.for-footer.in-sidebar {
  color: #414147;
  width: 100%;
  margin-bottom: 0;
  margin-left: 18px;
}

.navlink.for-button.blue.white.not-link {
  display: inline-block;
}

.line-animation {
  background-color: var(--silver);
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.line-animation.white-trans {
  background-color: #ffffff4d;
}

.line-animation.white-trans._0 {
  background-color: #fff0;
}

.line-overlay {
  background-color: #1e7fd1;
  width: 100%;
  height: 100%;
}

.line-overlay.white {
  background-color: var(--chocolate-complement);
  color: #919198;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.line-overlay.white-again {
  background-color: #fff;
}

.padding-right {
  padding-left: 100px;
}

.padding-right.left {
  padding-left: 0;
  padding-right: 100px;
}

.row-flex {
  height: auto;
  margin-bottom: 0;
}

.row-flex.row-two {
  margin-top: 4rem;
}

.fun-facts {
  padding-right: 40%;
}

.fun-text {
  color: var(--chocolate);
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.social-vertical {
  background-color: #0a1229;
  flex-direction: column;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 143px auto;
}

.social-vertical.horizontal {
  background-color: var(--chocolate);
  flex-direction: column;
  position: absolute;
  inset: auto 0% 0% auto;
}

.social-icon {
  float: left;
  border-bottom: 1px solid #ffffff24;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  display: flex;
}

.social-icon.no-bottom {
  border-bottom-style: none;
}

.overflow-hidden {
  overflow: hidden;
}

.team-wrapper {
  width: 95%;
  position: relative;
}

.team-photo {
  background-image: url('../images/tema-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.team-photo._2 {
  background-image: url('../images/team-2.jpg');
}

.team-photo._3 {
  background-image: url('../images/team-3.jpg');
}

.team-photo._4 {
  background-image: url('../images/team-4.jpg');
}

.team-content {
  background-color: #fff;
  padding: 29px 66px 29px 29px;
}

.job-title {
  color: #bdbdc9;
  margin-bottom: 0;
  font-size: 16px;
}

.testi-title {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.testimonials-photo {
  background-image: linear-gradient(8deg, var(--chocolate-complement), var(--chocolate));
  opacity: 1;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: stretch;
  width: 60px;
  height: 60px;
  margin: -115px auto 25px;
  font-size: 80px;
  line-height: 80px;
  display: flex;
  position: relative;
}

.testimonials-wrapper {
  text-align: center;
  background-color: #fff;
  width: 90%;
  margin: 50px auto 61px;
  padding: 80px 30px 26px;
  display: block;
  position: relative;
}

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

.testimonials-wrapper.move-down {
  margin-top: 151px;
}

.testimonial-paragraph {
  color: #919197;
  margin-top: 15px;
  margin-bottom: 0;
}

.text-block-2 {
  padding-top: 12px;
}

.footer {
  z-index: 1;
  background-color: #0a1229;
  border-top: 1px solid #2f3038;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.tab-logo {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/logo-5w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 20%;
  min-height: 100px;
  transition: all .4s;
}

.tab-logo:hover {
  opacity: 1;
}

.tab-logo.w--current {
  opacity: 1;
  background-color: #0000;
}

.tab-logo.logo-2 {
  background-image: url('../images/logo-2w.png');
  background-size: 100px;
}

.tab-logo.logo-2.w--current {
  background-color: #0000;
}

.tab-logo.logo-3 {
  background-image: url('../images/logo-3w.png');
  background-size: 100px;
}

.tab-logo.logo-4 {
  background-image: url('../images/logo-4w.png');
  background-size: 100px;
}

.tab-logo.logo-5 {
  background-image: url('../images/fix-auto-logo.png');
  background-size: cover;
}

.logo-flex {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.collection-item.rhino {
  display: none;
}

.project-wrapper {
  float: left;
  padding-top: 20px;
  padding-right: 20px;
}

.project-content {
  position: relative;
  overflow: hidden;
}

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

.project-circle {
  background-image: linear-gradient(59deg, var(--chocolate-complement), var(--chocolate));
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.page-content {
  position: relative;
}

.footer-column {
  padding-right: 20%;
}

.with-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.line {
  background-color: var(--salmon);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 8px auto auto 0%;
}

.copyright-margin {
  margin-top: 80px;
}

.left-copyright-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-copyright-flex.right {
  justify-content: flex-end;
}

.copyright {
  color: #b7b7c7;
  margin-bottom: 0;
  font-size: 14px;
}

.link-2 {
  color: #6f81fd;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link-2.white {
  color: #b7b7c7;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
  transition: all .3s;
}

.link-2.white:hover {
  color: #fff;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

.paragraph-tiny {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.blog-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-wrapper.with-margin {
  margin-bottom: 20px;
}

.blog-image {
  background-color: #5c5c5c;
  position: relative;
}

.meta-number {
  background-image: linear-gradient(45deg, var(--salmon), var(--chocolate));
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 26px;
  font-weight: 400;
  display: flex;
}

.meta-month {
  color: #9d9da5;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.meta-tag {
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-content {
  background-color: var(--chocolate);
  background-image: linear-gradient(158deg, var(--chocolate), var(--salmon));
  width: 100%;
  padding: 25px 56px 25px 30px;
}

.field-label {
  color: #919197;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
}

.text-field {
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: var(--silver) var(--silver) #e4e7f1;
  text-transform: uppercase;
  height: 44px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--chocolate);
}

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

.text-field._2:hover {
  border-bottom-color: #fc493e;
}

.text-field.area {
  padding-bottom: 59px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc493e;
  border-radius: 30px;
  justify-content: center;
  min-width: 160px;
  padding: 15px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: #fd6960;
}

.button.full {
  background-color: var(--chocolate);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  font-size: 12px;
  display: block;
}

.button.full:hover {
  background-color: #e98a38;
}

.button.full.not-full {
  width: auto;
  font-size: 12px;
}

.error-message {
  color: #fc493e;
  text-align: center;
  font-weight: 500;
}

.algin-center {
  text-align: center;
  position: relative;
}

.success-message {
  color: #fff;
  background-color: #5cbe7c;
  font-weight: 500;
}

.menu-button {
  flex-direction: column;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 0;
  top: 0;
  right: 0;
}

.menu-button.w--open {
  justify-content: center;
  align-items: center;
  height: 50px;
}

.hamburger-line {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.sub-banner {
  background-color: var(--silver);
  background-image: linear-gradient(#ffffffb5 55%, #fff), url('../images/sub.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.sub-banner-info {
  text-align: center;
}

.utility-page-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.service-flex {
  display: flex;
}

.sidebar {
  min-width: 350px;
  margin-right: 50px;
}

.sidebar.left {
  margin-left: 50px;
  margin-right: 0;
}

.right-part {
  width: 100%;
}

.sidebar-wrapper {
  border-width: 1px;
  border-color: #e1e1e1;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-wrapper.sticky {
  position: sticky;
  top: 20px;
}

.service-in-siderbar {
  border-bottom: 1px solid #e1e1e1;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.image {
  width: 34px;
}

.image.small {
  width: 28px;
}

.project-image {
  margin-bottom: 50px;
}

.project-info {
  background-color: var(--chocolate);
  background-image: linear-gradient(41deg, var(--salmon), var(--chocolate));
  padding: 30px 30px 20px;
  position: sticky;
  top: 20px;
}

.flex-details {
  border-bottom: 1px solid #ffffff47;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.flex-details.no-bottom {
  border-bottom-style: none;
}

.client-margin {
  color: #fff;
  margin-right: 5px;
}

.graident {
  background-image: linear-gradient(45deg, var(--salmon), var(--chocolate));
}

.pro-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  display: none;
}

.top-margin-2 {
  margin-top: 30px;
}

.top-margin-2.more {
  margin-top: 40px;
}

.list-second-item {
  margin-bottom: 13px;
}

.circle-list {
  background-image: url('../images/icons8-checkmark-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.paragraph-no-margin {
  margin-bottom: 0;
  font-style: normal;
}

.list {
  color: var(--chocolate);
  padding-left: 16px;
  list-style-type: square;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  color: #313131;
  cursor: pointer;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

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

.top-margin-3.little-more {
  margin-top: 30px;
}

.top-margin-3.in-blog-page {
  margin-top: 50px;
}

.link {
  color: #8f872e;
  text-decoration: underline;
  display: inline-block;
}

.link.color {
  color: #616167;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-bottom: 10px;
  margin-right: 15px;
}

.changelog {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-2 {
  height: 100%;
  min-height: 100%;
}

.collection-list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.paragraph {
  min-height: 12vh;
}

.collection-list-wrapper {
  margin-bottom: 2rem;
}

.div-block {
  margin-top: 3rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.columns {
  margin-bottom: 20px;
}

.button-2 {
  background-color: var(--chocolate);
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.div-block-2 {
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.image-2 {
  width: 100%;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.div-block-3.lieux {
  display: none;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  height: 100%;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: grid;
}

.collection-list-2.accueil {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection-list-wrapper-2 {
  height: 100%;
  margin-bottom: 2rem;
}

.flex-block {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-block-2 {
  min-height: 30vh;
}

.collection-item-3 {
  list-style-type: none;
}

.collection-item-3.rn, .collection-item-3.rhino {
  display: none;
}

.div-block-4 {
  margin-top: 1rem;
}

.flex-block-3 {
  justify-content: flex-end;
  width: 100%;
}

.div-block-5 {
  margin-bottom: 2rem;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  font-size: 17px;
  line-height: 30px;
}

.text-block-3 {
  color: #919198;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

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

.text-block-4 {
  -webkit-text-stroke-color: #919198;
}

.text-block-5 {
  color: #919198;
}

.rich-text-block {
  text-transform: none;
  font-style: normal;
  font-weight: 400;
}

.heading-3 {
  font-size: 25px;
  font-weight: 600;
}

.heading-4 {
  margin-top: 0;
  font-size: 17px;
  line-height: 30px;
}

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

.nav-link.for-button.blue {
  margin-top: 15px;
}

.text-block-6 {
  color: #919198;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-7 {
  color: #919198;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.text-block-8 {
  color: #919198;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 solid #000;
  font-size: 13px;
  font-weight: 600;
}

.div-block-6 {
  padding-top: 20px;
  padding-right: 20px;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-3 {
  background-color: var(--chocolate);
  padding: .5rem 2rem;
}

.flex-block-4, .flex-block-5 {
  width: 100%;
}

.heading-5 {
  font-style: normal;
}

.button-4 {
  background-color: var(--chocolate);
  padding: .5rem 2rem;
  font-style: normal;
}

.heading-6 {
  font-style: normal;
}

.link-4 {
  color: var(--chocolate);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.flex-block-6 {
  height: 25vh;
}

.section-2 {
  padding: 3rem 5% 10%;
}

.div-block-8 {
  margin-bottom: 2rem;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-8 {
  color: var(--chocolate);
  text-align: center;
  -webkit-text-stroke-color: var(--chocolate);
}

.heading-9 {
  color: var(--silver);
  text-align: center;
  max-width: 70%;
  font-weight: 400;
}

.div-block-9 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.heading-10 {
  font-weight: 600;
}

.list-item-3, .list-item-4 {
  color: var(--chocolate);
  margin-bottom: .5rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.list-item-5 {
  color: var(--chocolate);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.list-2 {
  font-weight: 500;
}

.list-3 {
  width: 100%;
  font-size: 17px;
  line-height: 30px;
  list-style-type: square;
}

.heading-11 {
  font-weight: 600;
}

.columns-2 {
  background-color: var(--ghost-white);
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  display: flex;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  font-weight: 500;
}

.div-block-10 {
  height: auto;
  margin-bottom: 1rem;
}

.button-5 {
  background-color: var(--chocolate);
  padding: .5rem 2rem;
  display: none;
}

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

.columns-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.image-5 {
  margin-bottom: 1rem;
}

.heading-12 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 800;
}

.heading-13 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.column-3 {
  height: auto;
  max-height: none;
  overflow: visible;
}

.column-4 {
  height: auto;
  max-height: 40vh;
  overflow: visible;
}

.div-block-12 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  height: auto;
  max-height: 30vh;
  overflow: auto;
}

.paragraph-3 {
  max-height: 30vh;
  overflow: auto;
}

.heading-14 {
  font-size: 24px;
  font-weight: 600;
}

.text-block-9 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.text-span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.rich-text-block-2, .rich-text-block-3, .rich-text-block-4, .rich-text-block-5 {
  height: auto;
}

.rich-text-block-6 {
  width: 100%;
  height: 50px;
}

.rich-text-block-7 {
  height: 50px;
}

.link-5 {
  color: var(--chocolate);
  font-weight: 500;
  display: block;
}

.image-6 {
  width: 100%;
}

.rich-text-block-8, .rich-text-block-9, .rich-text-block-10, .rich-text-block-11 {
  height: auto;
}

.text-span-2 {
  color: var(--white);
  -webkit-text-stroke-color: var(--silver);
}

.grid {
  grid-template-rows: auto auto auto;
}

.html-embed {
  width: 100%;
}

.text-block-10 {
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 600;
}

.link-block {
  border: 1px none var(--white);
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ghost-white-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 1rem;
  display: grid;
}

.heading-15 {
  border: 1px solid var(--silver);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.list-item-11 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-12, .list-item-13 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.list-item-14 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-15 {
  font-size: 20px;
  line-height: 30px;
}

.list-item-16, .list-item-17, .list-item-18 {
  font-size: 17px;
  line-height: 25px;
}

.paragraph-4 {
  margin-bottom: 0;
}

.text-span-3 {
  font-size: 20px;
  font-weight: 400;
}

.div-block-14 {
  margin-bottom: 2rem;
}

.list-item-19, .list-item-20, .list-item-21, .lst {
  margin-bottom: .5rem;
}

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

.heading-18 {
  text-align: center;
  font-size: 42px;
  line-height: 50px;
}

.slide {
  background-image: url('../images/image006.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.accueil {
  background-image: url('../images/thumbnail_IMG_3760.jpg');
}

.slide-2 {
  background-image: url('../images/thumbnail_IMG_3735.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/thumbnail_image0.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.slide-4 {
  background-image: url('../images/thumbnail_IMG_3760.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-16 {
  z-index: 50;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-14 {
  color: var(--white);
}

.button-6 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
}

.form, .form-block {
  display: block;
}

@media screen and (max-width: 991px) {
  body {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  blockquote {
    width: 100%;
  }

  .banner {
    height: 100vh;
  }

  .section.add-5-percent {
    border-right: 1px solid var(--chocolate);
  }

  .section.logo {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .section.for-project {
    margin-right: 0;
    padding-left: 0;
  }

  .container._2-down {
    margin-top: 45px;
  }

  .container.in-banner {
    margin-top: -150px;
  }

  .navigation {
    width: 100%;
    margin-top: 0%;
  }

  .brand {
    height: 60px;
  }

  .brand.normal.w--current {
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
  }

  .navlink {
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .navlink.drop {
    flex-direction: row;
  }

  .nav-overlay {
    display: none;
  }

  .navtext {
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow-image {
    max-width: none;
    display: none;
  }

  .info-wrapper {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .info-wrapper.for-x {
    display: block;
  }

  .info-left-wrapper {
    width: 100%;
    padding-top: 30px;
  }

  .top-margin.half.flex {
    align-items: center;
  }

  .top-title-wrapper.add-20-right {
    padding-right: 20px;
  }

  .features-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 22px;
    bottom: 0;
    right: auto;
  }

  .top-title {
    font-size: 32px;
    line-height: 40px;
  }

  .top-title.abolute {
    font-size: 80px;
    left: -7px;
  }

  .top-title.white.big {
    font-size: 30px;
    line-height: 40px;
  }

  .top-title.smaller-white.no-width {
    color: var(--white);
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .top-title.smaller-white.none-mobile {
    display: none;
  }

  .top-title.on-banner {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .service-title {
    min-height: 7vh;
  }

  .service-content {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 0%;
    padding-right: 0%;
    display: flex;
  }

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

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

  .row-flex.verical {
    flex-direction: column;
  }

  .fun-facts {
    padding-right: 10%;
  }

  .social-vertical {
    bottom: 227px;
  }

  .team-wrapper {
    width: 100%;
  }

  .team-photo {
    min-height: 200px;
  }

  .testimonials-wrapper.move-down {
    margin-top: 50px;
  }

  .testimonials-wrapper.add-only-0 {
    margin-top: 0;
  }

  .margin-device {
    margin-top: 100px;
  }

  .footer {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-logo {
    width: 33.333%;
    min-height: 100px;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 7px;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 0;
  }

  .blog-content {
    padding-right: 23px;
  }

  .shape-image {
    margin-bottom: 0;
  }

  .menu-button {
    height: 60px;
    margin-right: 15px;
  }

  .menu-button.w--open {
    background-color: #0000;
    height: 60px;
  }

  .sub-banner {
    height: 200px;
  }

  .utility-page-wrap {
    height: 700px;
  }

  .service-flex {
    flex-direction: column;
  }

  .sidebar {
    flex-direction: row;
    width: 100%;
    min-width: 0;
    margin-right: 0;
  }

  .sidebar.left {
    margin-top: 30px;
    margin-left: 0;
  }

  .sidebar-wrapper.sticky, .project-info {
    position: relative;
    top: 0;
  }

  .column {
    display: none;
  }

  .rich-text-wrapper, .paragraph-percent {
    width: 100%;
  }

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

  .collection-item-2 {
    height: auto;
    min-height: 30vh;
  }

  .collection-list {
    justify-content: space-around;
  }

  .paragraph {
    min-height: 0;
  }

  .collection-list-2 {
    flex-direction: column;
    max-width: none;
    margin-bottom: 0;
    display: flex;
  }

  .collection-list-wrapper-2 {
    border-right: 1px none var(--chocolate-complement);
    max-width: none;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block-2 {
    width: 100%;
  }

  .collection-item-3 {
    width: auto;
  }

  .div-block-5 {
    justify-content: center;
  }

  .rich-text-block {
    flex-direction: column;
    display: flex;
  }

  .heading-4 {
    min-height: 7vh;
  }

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

  .collection-list-wrapper-3 {
    flex-direction: column;
    max-width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .collection-list-3 {
    flex-direction: column;
    display: flex;
  }

  .collection-item-4 {
    width: 100%;
  }

  .div-block-11 {
    margin-bottom: 4rem;
  }

  .div-block-13 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-16 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    background-size: auto, cover;
  }

  .section.gray.small {
    padding-top: 11%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.logo {
    flex-direction: column;
    padding-top: 2%;
    display: flex;
  }

  .section.for-project {
    padding-right: 0;
  }

  .brand.normal.w--current {
    margin-bottom: 0;
  }

  .info-left-wrapper {
    width: 100%;
  }

  .top-margin.no-mobile {
    margin-top: 0;
  }

  .top-title-wrapper.add-20-right, .features-wrapper {
    padding-right: 0;
  }

  .info-child {
    text-align: center;
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .info-child.horizontal.no-center {
    text-align: left;
  }

  .top-title {
    font-size: 26px;
    line-height: 30px;
  }

  .top-title.abolute {
    font-size: 60px;
  }

  .top-title.smaller-white.no-width {
    margin-bottom: 10px;
  }

  .top-title.on-banner {
    font-size: 40px;
    line-height: 50px;
  }

  .service-content {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .row-flex.verical.reverse {
    flex-direction: column-reverse;
  }

  .fun-facts {
    margin-bottom: 26px;
  }

  .social-vertical {
    bottom: 240px;
  }

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

  .team-photo {
    min-height: 300px;
  }

  .footer {
    padding-bottom: 0;
  }

  .logo-flex {
    flex-wrap: wrap;
    place-content: space-between flex-start;
  }

  .project-wrapper {
    padding-right: 0;
  }

  .footer-column {
    margin-bottom: 39px;
    padding-right: 0%;
  }

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

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .copyright {
    margin-bottom: 0;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }

  .blog-wrapper {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .project {
    margin-top: 20px;
  }

  .project-image {
    margin-bottom: 0;
  }

  .collection-item-2 {
    width: 100%;
  }

  .collection-list {
    flex-direction: column;
  }

  .paragraph {
    min-height: 0;
  }

  .collection-list-wrapper {
    flex-direction: row;
    display: block;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .banner {
    height: 100vh;
  }

  .section.logo {
    justify-content: center;
    align-items: center;
    padding-top: 2%;
  }

  .container._2-down {
    margin-top: 65px;
  }

  .container.in-banner {
    margin-top: 0;
    padding-right: 0;
  }

  .info-left-wrapper {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15%;
  }

  .features-wrapper {
    display: none;
  }

  .top-title {
    margin-bottom: 9px;
  }

  .top-title.abolute {
    display: none;
  }

  .top-title.white.big {
    margin-bottom: 0;
  }

  .top-title.smaller-white.no-width {
    font-size: 20px;
  }

  .top-title.small-version {
    text-align: left;
  }

  .top-title.on-banner {
    font-size: 40px;
    line-height: 42px;
  }

  .social-vertical {
    inset: auto 0% 0% auto;
  }

  .footer {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tab-logo {
    width: 100%;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .left-copyright-flex.right {
    align-items: flex-start;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .utility-page-content {
    width: 260px;
  }

  .sidebar {
    flex-direction: column;
  }

  .sidebar.left {
    min-width: 100%;
  }

  .project-image {
    margin-bottom: 0;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .collection-list-wrapper-2 {
    max-width: none;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .heading-4 {
    min-height: 7vh;
  }

  .div-block-7 {
    justify-content: flex-start;
  }

  .flex-block-6 {
    height: auto;
  }

  .heading-7 {
    font-size: 20px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .collection-list-wrapper-3 {
    max-width: none;
  }

  .div-block-11 {
    margin-bottom: 2rem;
  }

  .div-block-13 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .text-block-11, .text-block-12, .text-block-13 {
    text-align: right;
  }

  .div-block-15 {
    width: 100%;
  }

  .div-block-16 {
    flex-direction: column;
  }
}

#w-node-_521c0d56-7d1f-095e-b1c9-8f4ac05d9ba4-be28ba4a, #w-node-_08ac1eaf-528b-598e-4021-43c6e947bfcc-be28ba4a, #w-node-a30d7039-d9f7-d280-f844-9bd70ca7a6d6-be28ba4a, #w-node-dce3213b-32a1-25f6-bfb5-e82afe2b7ab5-be28ba4a, #w-node-_195c7d67-f728-fd0c-36dd-db2e6e7aa0f6-be28ba4a, #w-node-_0e4f0a97-4721-2719-4f08-648a888bb979-be28ba4a, #w-node-e9642eae-f536-6e8b-5852-fedeaec3e2b0-be28ba4b, #w-node-_4ff93502-5eca-46a3-e8cb-d510206145b5-be28ba4b, #w-node-dade47f5-4df5-508d-1aab-fee896cd76d2-be28ba4b, #w-node-a2c61503-d52d-bdac-52b4-8b682f2d7e95-be28ba4b, #w-node-a82d42f2-67b4-ab86-c972-119550c292b4-be28ba4b, #w-node-_8a92a64d-6a67-a4ef-f7ce-5289584d8fde-be28ba4b, #w-node-_762af12c-1877-a9f8-75a1-8fc3575a4886-be28ba4b, #w-node-_33009438-2411-d4fe-460b-52373dfc3457-be28ba4b, #w-node-c6d58644-39af-894f-4668-364c94e77965-be28ba4b, #w-node-_360a403b-9566-721b-2aca-6b9ab9c324b0-be28ba4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


