:root {
  --combine-library--error-800: #e2004f;
  --combine-library--grey-050: #fff;
  --combine-library--grey-600: rgba(0, 0, 0, .57);
  --combine-library--error-100: #ffecec;
  --tapis-green: #fff;
  --combine-library--success-100: #ebf7de;
  --combine-library--primary-600: #000;
  --combine-library--primary-800: var(--combine-library--primary-600);
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-200: #bfc4ce;
  --blue-prtitstapis: #8cc4ce;
}

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

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

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

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

a {
  text-decoration: underline;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.navbar-no-shadow {
  max-width: 940px;
  float: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #0c0c0c;
  letter-spacing: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  margin-top: 192px;
}

.hero-stack {
  background-color: #fcfcfc;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container {
  width: 100%;
  height: auto;
  max-width: 940px;
  object-fit: fill;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  height: 561px;
  object-fit: scale-down;
  object-position: 50% 60%;
  background-color: #fff;
  margin-top: 0;
}

.text-block {
  color: #9e9b9b;
  text-align: center;
  margin-top: -78px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  position: static;
  bottom: 86px;
}

.container-2 {
  margin-top: 220px;
}

.container-3 {
  background-image: url('../images/PP-2.jpg');
  background-position: 50%;
  background-size: auto;
}

.container-4 {
  background-image: url('../images/PT-test-1.png');
  background-position: 0 0;
  background-size: auto;
}

.section-2 {
  height: 400px;
  background-color: #000;
  margin-top: 3px;
  position: static;
}

.text-block-2 {
  margin-top: -36px;
}

.text-block-3 {
  margin-top: -60px;
}

.container-5 {
  margin-top: 24px;
}

.text-block-4 {
  float: none;
  color: #faf7f7;
  text-align: center;
  object-fit: fill;
  background-color: rgba(253, 251, 251, .01);
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.text-block-5 {
  color: #0f0f0f;
  letter-spacing: 7px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  position: relative;
}

.container-6 {
  min-height: 500px;
  background-image: url('../images/PTapis-pile.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 541px;
  background-attachment: scroll;
  margin-top: -33px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.series-23-24 {
  color: #353333;
  letter-spacing: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 441px;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: static;
  top: auto;
  bottom: 10px;
  left: 0%;
  right: 0%;
}

.intro-section {
  width: 940px;
  max-width: 940px;
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #faf9f9;
  letter-spacing: 3px;
  background-color: #8cc4ce;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 12px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.intro-text {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  background-color: rgba(86, 100, 135, 0);
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: static;
}

.intro-text.text-span-3 {
  word-break: normal;
  margin-bottom: 20px;
}

.intro-text.text-span-3.last {
  margin-bottom: 0;
}

.pt-1 {
  height: 600px;
  background-image: url('../images/PT-test-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.container-for-pt-images {
  height: 420px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/PT-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 470px;
  background-attachment: scroll;
  background-clip: padding-box;
  margin-top: -18px;
}

.section-3 {
  height: 700px;
  pointer-events: auto;
}

.pt-number {
  color: #706a6a;
  text-align: left;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 282px;
  margin-left: auto;
  padding: 0 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-7 {
  height: 420px;
  background-image: url('../images/PT-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 470px;
}

.pt-numbers {
  color: #777;
  margin-top: 200px;
  margin-left: 95px;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-weight: 700;
  position: static;
}

.div-block {
  position: static;
}

.container-8 {
  max-height: 500px;
}

.text-block-6 {
  width: 940px;
  float: left;
  clear: right;
  color: #5a5454;
  letter-spacing: 6px;
  -webkit-text-stroke-width: 0px;
  margin-left: 6px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-weight: 700;
  position: static;
}

.bold-text {
  padding-left: 222px;
}

.text-block-7 {
  color: #e74f4f;
  letter-spacing: 6px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.nav-link-2 {
  letter-spacing: 2px;
  margin-left: 40px;
  margin-right: 0;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.nav-link-2.mobile-link:hover {
  color: #e92a2a;
}

.nav-link-2.mobile-link.w--current {
  color: #e51111;
}

.nav-link-2.mobile-link.bg-red {
  text-transform: uppercase;
}

.nav-link-2.sub-menu {
  text-align: center;
  margin-left: 0;
  padding: 15px;
  transition: all .4s;
}

.nav-link-2.sub-menu:hover {
  color: #fff;
  background-color: #8cc4ce;
}

.nav-link-2.sub-menu.w--current {
  color: #e92a2a;
}

.nav-link-2.sub-menu.w--current:hover {
  color: #fff;
}

.nav-link-3 {
  letter-spacing: 2px;
  padding-bottom: 6px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.nav-link-3.nav-link-2 {
  padding-bottom: 0;
}

.nav-link-3.nav-link-2.mobile-link {
  text-transform: uppercase;
}

.nav-link-3.nav-link-2.mobile-link.w--current {
  color: #e92a2a;
}

.nav-link-4 {
  letter-spacing: 2px;
  padding-bottom: 6px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.nav-link-4.w--current {
  padding-bottom: 6px;
}

.nav-link-4.nav-link-2 {
  padding-bottom: 0;
}

.nav-link-4.nav-link-2.mobile-link.w--current {
  color: #e51111;
}

.text-span {
  color: #e51111;
  -webkit-text-stroke-color: #e92a2a;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  display: block;
}

.navbar {
  background-color: #fffdfd;
  border-bottom: 8px rgba(236, 210, 62, .42);
  font-size: 16px;
}

.navbar.est {
  z-index: 60;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image {
  background-color: #8cc4ce;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.titles {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.title-sections {
  text-align: center;
  font-weight: 600;
  line-height: 28px;
}

.image-2 {
  margin: 1px auto 36px;
  padding-top: 44px;
  padding-left: 0;
  display: block;
}

.text-block-8 {
  color: #020202;
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 23px;
  padding-top: 0;
  padding-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.text-span-2 {
  font-size: 12px;
}

.text-block-9 {
  font-size: 18px;
}

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

.text-block-11 {
  max-width: 940px;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 auto 10px;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-12 {
  max-width: 940px;
  text-align: center;
  letter-spacing: 8px;
  background-color: #8cc4ce;
  margin: 0 auto 15px;
  padding-top: 29px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.container-9 {
  background-color: #dadada;
}

.section-4 {
  width: 940px;
  max-width: 940px;
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #8cc4ce;
  margin: 30px auto 24px;
}

.text-span-3 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.text-span-4 {
  color: #fffdfd;
  background-color: rgba(255, 253, 253, 0);
  font-size: 16px;
}

.link {
  color: #551a8b;
  letter-spacing: 3px;
  font-weight: 500;
}

.link:hover {
  color: #e51111;
}

.text-block-13 {
  max-width: 750px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 31px;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.section-5 {
  max-width: 940px;
  object-fit: fill;
  background-color: #8cc4ce;
  margin: 0 auto -3px;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
}

.text-block-14 {
  float: none;
  clear: none;
  text-align: center;
  letter-spacing: 3px;
  margin-top: auto;
  margin-left: auto;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  display: block;
  position: static;
  top: auto;
}

.image-3 {
  width: 100%;
  max-width: 420px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(94, 174, 175, .5);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  margin: 23px auto 0;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.section-6 {
  object-fit: fill;
  background-color: #000;
  display: block;
  overflow: visible;
}

.heading {
  font-size: 20px;
}

.heading-2 {
  font-family: Exo, sans-serif;
}

.text-block-15 {
  text-align: center;
  letter-spacing: 8px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin: 14px auto 8px;
  padding-top: 14px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 500;
  display: block;
}

.section-7 {
  width: 940px;
  max-width: 940px;
  background-color: #8cc4ce;
  margin: 1px auto -1px;
  padding-top: 34px;
  padding-bottom: 25px;
  display: block;
}

.flex-block {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-600);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.text-block-16 {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(205, 247, 161, 0);
  background-clip: border-box;
  border-top: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.text-block-16.copyright {
  border: 0 #000;
  border-top-color: #8cc4ce;
  border-left-style: solid;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-4 {
  width: 100%;
  max-width: 630px;
  float: none;
  clear: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.text-block-17 {
  text-align: center;
  letter-spacing: 8px;
  margin-top: 2px;
  margin-bottom: -23px;
  padding-top: 18px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.bug-logo {
  z-index: 3;
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.container-10 {
  margin-top: 52px;
  margin-bottom: -32px;
}

.container-11 {
  margin-bottom: -27px;
}

.text-block-18 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 33px;
  font-family: Varela Round, sans-serif;
}

.container-12 {
  margin-top: 38px;
}

.container-13 {
  margin-top: 14px;
}

.container-14 {
  margin-top: 30px;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--tapis-green);
  background-color: var(--combine-library--success-100);
  color: var(--tapis-green);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  background-color: var(--combine-library--error-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: block;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-form_link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library--primary-800);
}

.combine-form_checkbox-label {
  color: var(--combine-library--grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library--grey-400);
  cursor: pointer;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library--grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library--primary-600);
  background-color: var(--combine-library--primary-600);
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library--primary-600);
  box-shadow: none;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  height: 100%;
  min-height: 8rem;
  min-width: 16rem;
  border: 0px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_text-area-grey::-ms-input-placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_label {
  color: var(--combine-library--grey-800);
  letter-spacing: 1px;
  margin-bottom: .5rem;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  height: 3rem;
  min-width: 16rem;
  border: 0px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::-ms-input-placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #8cc4ce;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact1_component {
  max-width: 940px;
  background-color: var(--blue-prtitstapis);
  border-radius: 0;
  margin-bottom: 3.1rem;
  padding: 0 4rem 3rem 0;
}

.combine-space-large {
  height: 3rem;
  margin-top: -39px;
}

.combine-text-size-regular {
  color: var(--combine-library--primary-600);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
}

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

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  border-color: var(--combine-library--grey-050);
  background-color: rgba(140, 196, 206, 0);
  font-family: Lato, sans-serif;
}

.combine-section_contact1 {
  background-color: var(--combine-library--grey-050);
  font-family: Exo, sans-serif;
}

.text-block-19 {
  clear: none;
  position: static;
  left: 176px;
}

.text-block-20 {
  position: static;
}

.container-15 {
  background-color: #e6f352;
  border-bottom: 12px rgba(230, 243, 82, .81);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-15.container {
  height: auto;
  display: block;
}

.intro-image {
  background-color: #8cc4ce;
  align-self: auto;
}

.text-block-21 {
  max-width: 940px;
  color: #020202;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background-color: #8cc4ce;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-bottom: 7px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.text-block-22 {
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.image-5 {
  margin-bottom: 15px;
  display: inline-block;
}

.div-block-2 {
  width: auto;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-2._1 {
  height: auto;
  max-height: none;
  margin-top: 65px;
  padding-top: 0;
  display: block;
}

.div-block-2.numbers {
  position: static;
  top: -52px;
}

.div-block-2.place-holder {
  margin-top: 30px;
}

.image-6 {
  max-width: 490px;
  margin: -1px auto 18px;
  display: block;
}

.image-6._52 {
  background-image: url('../images/PT-29-90-dpi.jpg');
  background-position: 0 0;
  background-size: auto;
}

.text-block-23 {
  max-width: 70%;
  color: var(--combine-library--grey-600);
  margin: auto;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 80px;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-block-23.t-lest {
  max-width: 80%;
  text-align: left;
}

.button {
  width: 24px;
  height: 24px;
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: rgba(248, 250, 252, 0);
  border-radius: 100px;
  margin-top: 3px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.button:hover {
  width: 24px;
  height: 24px;
  background-color: var(--tapis-green);
  color: #e51111;
  border-radius: 100px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.button.w--current {
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

.button.round {
  z-index: 8;
  width: 30px;
  height: 110px;
  float: none;
  clear: none;
  background-image: url('../images/New-arrow-black_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin: 50px 0 -160px auto;
  padding-top: 0;
  padding-left: 0;
  font-size: 1px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 44%;
  left: auto;
  right: auto;
}

.button.round:hover {
  color: #333;
  -webkit-text-stroke-color: #333;
  background-image: url('../images/New-arrow-red_1.jpg');
}

.button.round:active {
  background-image: url('../images/New-arrow-black_1.jpg');
}

.button.round:focus {
  color: #333;
  background-image: url('../images/New-arrow-black_1.jpg');
  background-position: 50%;
  background-size: contain;
}

.button.round:visited {
  color: #333;
  -webkit-text-stroke-color: #e51111;
  background-image: url('../images/New-arrow-red_1.jpg');
  background-position: 50%;
  background-size: contain;
}

.button.round.w--current {
  margin-left: auto;
  top: 463px;
  left: auto;
  right: auto;
}

.button.round.collection {
  width: 60px;
  height: 110px;
  background-color: rgba(109, 106, 106, 0);
  background-image: url('../images/New-arrow-black.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: auto;
  margin-left: 860px;
  padding-bottom: 0;
  font-size: 20px;
}

.button.round.collection:hover {
  color: #fa0707;
  background-image: url('../images/New-arrow-red.jpg');
}

.button.round.collection.w--current {
  background-image: url('../images/New-arrow-black.jpg');
  background-position: 50%;
  background-size: 35px;
  margin-top: -126px;
  margin-left: 812px;
  display: block;
  top: 387px;
  left: auto;
}

.float-numbers {
  width: auto;
  max-width: 940px;
  clear: none;
  background-color: #8cc4ce;
  justify-content: center;
  margin: auto auto 2px;
  padding: 5px 6px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-7 {
  margin: 19px auto;
  display: block;
}

.div-block-4 {
  background-color: #8cc4ce;
  margin-bottom: -3px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
}

.container-16 {
  margin-top: -66px;
  padding-bottom: 0;
}

.text-block-24 {
  text-align: center;
  background-color: rgba(212, 241, 78, .79);
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
}

.container-17 {
  background-color: rgba(236, 235, 174, 0);
}

.slide {
  width: 485px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-9 {
  margin-right: auto;
}

.image-10 {
  width: 940px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.section-8 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-images {
  max-width: 940px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 545px minmax(200px, 2fr);
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-18 {
  grid-column-gap: 9px;
  grid-row-gap: 72px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 0 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.image-11 {
  margin-top: 121px;
  margin-left: 156px;
  position: -webkit-sticky;
  position: sticky;
  top: 588px;
}

.image-11:hover {
  background-image: url('../images/Up-arrow-red-90-dpi.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-12, .image-13 {
  margin-left: auto;
  margin-right: auto;
}

.arrow {
  z-index: 5;
  background-image: url('../images/Up-arrow-black-90-dpi.jpg');
  background-position: 0 0;
  background-size: auto;
  margin: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 373px;
}

.arrow:hover {
  background-image: url('../images/Up-arrow-red-90-dpi.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-5 {
  width: 60px;
  height: 110px;
  background-image: url('../images/New-arrow-black.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -153px;
  margin-left: 830px;
  font-size: 20px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 97px;
  left: auto;
}

.link-block-6 {
  width: 75px;
  height: 110px;
  margin-top: 0;
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  top: -34px;
}

.link-block-6.w--current {
  z-index: 6;
  width: 40px;
  height: 110px;
  background-image: url('../images/New-arrow-black_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -107px;
  margin-left: 781px;
  display: flex;
  top: -98px;
  left: auto;
}

.link-block-6.w--current:hover {
  background-image: url('../images/New-arrow-red_1.jpg');
}

.body-3 {
  margin-left: auto;
  font-family: Exo, sans-serif;
  display: block;
}

.link-block-7 {
  z-index: 5;
  background-image: url('../images/New-arrow-black_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 779px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: auto;
}

.link-block-7:hover {
  background-image: url('../images/New-arrow-red_1.jpg');
}

.container-20 {
  margin-top: auto;
  position: -webkit-sticky;
  position: sticky;
}

.link-block-8 {
  background-color: #fff;
  background-image: url('../images/New-arrow-black_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 807px;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
}

.link-block-8:hover {
  background-image: url('../images/New-arrow-red_1.jpg');
}

.link-block-8.w--current {
  background-image: url('../images/New-arrow-black_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-16 {
  background-image: url('../images/PT-1_1.jpg');
  margin-left: auto;
  margin-right: auto;
}

.image-17 {
  max-width: 400px;
  background-image: url('../images/PT-1-90-dpi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-18 {
  width: 400px;
  max-width: 353px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-25 {
  text-align: center;
  margin: 64px auto 60px;
  display: block;
}

.container-21 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
}

.link-block-9 {
  background-color: #eb0707;
  position: -webkit-sticky;
  position: sticky;
  top: 6px;
  left: 850px;
}

.link-block-10 {
  background-color: #e80707;
  position: -webkit-sticky;
  position: sticky;
}

.flex-block-2 {
  background-color: var(--combine-library--error-800);
  align-items: stretch;
}

.mobilemenu {
  align-items: center;
  display: block;
}

.header {
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.flex-block-3 {
  z-index: 10;
  display: block;
  position: static;
}

.footer-div {
  text-align: center;
  padding: 40px 15px 0;
  font-family: Exo, sans-serif;
}

.footer-link {
  color: #551a8b;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-link.w--current {
  color: #551a8b;
  text-transform: uppercase;
}

.footer-link.email-link, .footer-link.d-inline.t-capital {
  text-transform: none;
}

.footer-link.mb-2.f-link {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-link.t-capital {
  color: #222;
  text-transform: none;
  font-size: 15px;
  text-decoration: none;
}

.footer-link.f-link {
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: inline-block;
}

.footer-link.f-link:hover {
  color: #551a8b;
  text-decoration: underline;
}

.footer-link.f-link.w--current {
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: inline-block;
}

.footer-link.f-link.w--current:hover {
  color: #551a8b;
  text-decoration: underline;
}

.footer-link.f-link.ml-0 {
  margin-left: 0;
}

.main-body {
  background-color: #8cc4ce;
  margin-bottom: 0;
  padding: 40px 15px;
}

.page-title {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.page-title.new-title.mb-0 {
  margin-bottom: 0;
}

.div-block-6 {
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-6.contact {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.brand.w--current {
  margin-bottom: -47px;
  margin-left: -15px;
}

.div-block-8 {
  display: inline-block;
}

.new-img-container {
  display: block;
}

.new-img-container.hide {
  display: none;
}

.link-block-11 {
  display: block;
}

.div-block-9 {
  background-color: #e6f352;
  border-top: 0 #8cc4ce;
  border-bottom: 0 #8cc4ce;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.icon-list {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-19 {
  background-color: #222;
  border-radius: 100px;
  margin-right: 5px;
  padding: 8px;
}

.brand-2 {
  margin-bottom: -47px;
}

.brand-2.w--current {
  margin-left: -15px;
}

.brand-2._w--current.w--current {
  margin-bottom: -47px;
  margin-left: -15px;
}

.link-3 {
  display: inline-block;
}

.placeholder {
  height: 340px;
  max-width: 490px;
  background-color: rgba(140, 196, 206, .78);
  background-image: url('../images/65a6e8e72d3d45d233a3c283_PT-28-90-dpi.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.placeholder.pi29 {
  text-transform: capitalize;
  background-image: url('../images/PT-29-90-dpi.jpg');
  background-position: 50%;
  background-size: cover;
}

.up-icon {
  z-index: 99;
  width: 30px;
  height: 54px;
  color: #8cc4ce;
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 47%;
  left: 100%;
  right: auto;
}

.up-icon.fr {
  width: 45px;
}

.text-block-27 {
  color: #333;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 34px;
  line-height: 34px;
  display: block;
}

.text-block-28 {
  color: #333;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-10 {
  height: 2px;
}

.section-11 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: none;
  position: static;
}

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

.dropdown-list.w--open {
  z-index: 9;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: -15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .14);
}

.div-block-2-copy {
  width: auto;
  max-width: 940px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-2-copy._1 {
  height: auto;
  max-height: none;
  margin-top: 65px;
  padding-top: 0;
  display: block;
}

.div-block-2-copy.numbers {
  position: static;
  top: -52px;
}

.div-block-2-copy.place-holder {
  margin-top: 30px;
}

.place-holder {
  max-width: 940px;
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  height: 300px;
  max-width: 490px;
  background-color: #8cc4ce;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-29 {
  color: var(--tapis-green);
  text-transform: none;
  font-size: 30px;
  line-height: 40px;
}

.bold-text-3 {
  color: #5518ab;
}

@media screen and (min-width: 1280px) {
  .intro-text.text-span-3.last {
    white-space: normal;
    word-break: normal;
  }

  .intro-text.text-span-3._2d-para {
    cursor: auto;
    font-style: normal;
  }

  .pt-number {
    background-color: var(--combine-library--error-800);
  }

  .nav-link-2.mobile-link.w--current {
    color: #e51111;
  }

  .nav-link-2.mobile-link.bg-red {
    display: inline-block;
  }

  .text-block-12, .text-block-15, .text-block-17 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-21 {
    font-size: 30px;
  }

  .div-block-2 {
    max-width: none;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2._1 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 0 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    display: block;
    position: static;
    top: auto;
  }

  .image-6 {
    width: 100%;
    max-width: 490px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-6._1 {
    width: 100%;
    max-width: 490px;
  }

  .text-block-23 {
    max-width: 70%;
    float: none;
    clear: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 800;
    display: block;
    position: relative;
    top: 80px;
    left: auto;
  }

  .button.round {
    margin-top: 50px;
    margin-left: auto;
    margin-right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 44%;
  }

  .float-numbers {
    margin-top: 0;
  }

  .div-block-5 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-24 {
    max-width: 940px;
    letter-spacing: 1px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Exo, sans-serif;
    font-weight: 500;
    display: flex;
    position: static;
  }

  .link-2 {
    display: flex;
  }

  .link-2.w--current {
    display: block;
  }

  .section-images {
    grid-column-gap: 0px;
    background-color: var(--combine-library--primary-800);
    grid-template-columns: 207px 545px;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow {
    top: 450px;
    left: auto;
  }

  .arrow:hover {
    background-image: url('../images/Up-arrow-red-90-dpi.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .fond {
    object-fit: cover;
    background-color: rgba(255, 255, 255, 0);
    margin-left: auto;
    overflow: auto;
  }

  .fond:hover {
    background-image: url('../images/Up-arrow-red-90-dpi.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .fond.test-page {
    background-color: var(--combine-library--primary-800);
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    display: block;
  }

  .fond.test-page:hover {
    background-image: none;
  }

  .link-block {
    margin-left: 4px;
  }

  .link-block.w--current {
    margin-left: 60px;
  }

  .link-block-2 {
    background-image: url('../images/Up-arrow-black-90-dpi.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin: auto;
  }

  .link-block-2:hover {
    background-image: url('../images/Up-arrow-red-90-dpi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .link-block-2.w--current {
    margin-right: auto;
  }

  .image-15 {
    margin-top: 115px;
    position: static;
    top: 305px;
  }

  .link-block-3 {
    background-color: #fff;
    background-image: url('../images/Up-arrow-black-90-dpi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 29px;
    margin: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 585px;
  }

  .link-block-3:hover {
    z-index: 3;
    background-image: url('../images/Up-arrow-red-90-dpi.jpg');
  }

  .link-block-3.w--current {
    z-index: 5;
    max-width: none;
    aspect-ratio: auto;
    object-fit: none;
    background-color: #fff;
    background-image: url('../images/Up-arrow-black-90-dpi.jpg');
    background-repeat: no-repeat;
    background-size: 29px;
    flex-wrap: nowrap;
    margin: auto;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 324px;
    overflow: visible;
  }

  .section-9 {
    max-width: 940px;
    background-color: #fffefe;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-10 {
    z-index: 6;
    position: -webkit-sticky;
    position: sticky;
    top: 4px;
  }

  .link-block-4 {
    position: -webkit-sticky;
    position: sticky;
  }

  .link-block-4.w--current {
    background-image: linear-gradient(rgba(148, 6, 6, .5), rgba(148, 6, 6, .5));
  }

  .container-19 {
    background-color: red;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 225px;
  }

  .flex-block-3 {
    position: static;
  }

  .up-icon {
    background-color: rgba(255, 255, 255, 0);
  }

  .section-11 {
    -webkit-text-fill-color: inherit;
    background-color: #8cc4ce;
    background-clip: border-box;
    border: 0 solid #000;
    border-radius: 0;
  }

  .quick-stack {
    width: 100%;
    height: 100%;
    max-width: 940px;
    min-height: 180px;
    grid-column-gap: 2px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .cell {
    background-image: url('../images/Collection-section-1-20c.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/Collection-section-21-40c.jpg');
    background-position: 0 0;
    background-size: cover;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-20 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-12 {
    background-color: #8cc4ce;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-21 {
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bold-text-2 {
    cursor: pointer;
  }

  .bold-text-2.curser {
    cursor: pointer;
    font-style: normal;
    text-decoration: none;
    display: inline;
  }

  .div-block-11 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-22 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .lightbox-link {
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    background-color: #8cc4ce;
    background-clip: border-box;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .image-23 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    position: static;
  }

  .div-block-2-copy {
    max-width: none;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2-copy._1 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 0 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    display: block;
    position: static;
    top: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-toggle {
    padding: 0;
  }

  .nav-dropdown-toggle.w--open {
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 100%;
  }

  .intro-text.text-span-3 {
    word-break: normal;
    overflow-wrap: normal;
  }

  .nav-link-2 {
    margin-left: 0;
  }

  .nav-link-2.mobile-link {
    text-align: center;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .nav-link-2.mobile-link.bg-red {
    color: #fff;
    background-color: #8cc4ce;
  }

  .nav-link-2.mobile-link.bg-red:hover {
    color: #e92a2a;
  }

  .nav-link-3.nav-link-2 {
    display: inline-block;
  }

  .nav-link-3.nav-link-2.mobile-link {
    display: block;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-15.container {
    max-width: 100%;
  }

  .text-block-22 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
  }

  .text-block-23 {
    max-width: 86%;
  }

  .button {
    margin-left: 4px;
    margin-right: 4px;
  }

  .float-numbers {
    max-width: 100%;
  }

  .mobilemenu {
    background-color: var(--tapis-green);
    text-align: center;
    padding: 0;
    top: 100%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-div {
    padding: 30px 20px 0;
  }

  .main-body {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .page-title.mb-2 {
    margin-bottom: 20px;
  }

  .div-block-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container-22 {
    max-width: 100%;
  }

  .new-img-container {
    display: block;
  }

  .brand-2.w--current, .brand-2._w--current.w--current {
    margin-bottom: -40px;
  }

  .dropdown-toggle {
    width: auto;
    max-width: 120px;
    background-color: #8cc4ce;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .icon {
    color: #fff;
    position: static;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .dropdown {
    width: 100%;
    text-align: center;
    background-color: #8cc4ce;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .intro-text.text-span-3 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .nav-link-3.nav-link-2.mobile-link {
    display: block;
  }

  .link {
    display: inline-block;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-22, .div-block-2 {
    max-width: 100%;
  }

  .image-6 {
    max-width: 70%;
  }

  .text-block-23, .text-block-23.t-lest {
    max-width: 90%;
  }

  .button {
    margin-left: 4px;
    margin-right: 4px;
  }

  .button.round {
    right: 20px;
  }

  .float-numbers {
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    display: block;
  }

  .header {
    padding: 15px;
  }

  .footer-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link.t-capital.d-inline {
    display: inline-block;
  }

  .footer-link.f-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .new-img-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-2.w--current, .brand-2._w--current.w--current {
    margin-left: -20px;
  }

  .placeholder {
    height: 240px;
    max-width: 70%;
  }

  .div-block-2-copy {
    max-width: 100%;
  }

  .div-block-12 {
    height: 260px;
    max-width: 65%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .intro-text {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 23px;
  }

  .intro-text.text-span-3 {
    text-align: center;
    letter-spacing: 2px;
    word-break: normal;
    font-size: 16px;
    line-height: 26px;
  }

  .nav-link-2.mobile-link.bg-red {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-2.mobile-link.bg-red:hover {
    color: #e92a2a;
  }

  .nav-link-3.nav-link-2.mobile-link {
    padding-top: 15px;
    display: block;
  }

  .nav-link-4.nav-link-2.mobile-link, .nav-link-4.nav-link-2.mobile-link.bg-red {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-13 {
    max-width: 300px;
  }

  .image-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-16 {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: var(--combine-library--grey-600);
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-16.copyright {
    max-width: 175px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .combine-contact1_component {
    padding: 2rem 1rem;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-21 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-22 {
    max-width: 100%;
    line-height: 10px;
    display: block;
    position: relative;
  }

  .div-block-2 {
    max-width: 100%;
    padding-top: 40px;
  }

  .image-6 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .text-block-23 {
    max-width: 96%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    top: 50px;
  }

  .text-block-23.t-lest {
    max-width: 95%;
  }

  .button {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
  }

  .button.round {
    right: auto;
  }

  .float-numbers {
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobilemenu {
    padding-bottom: 0;
    padding-left: 0;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-div {
    border-top: 0px none var(--combine-library--grey-600);
    border-right: 0 solid #000;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link {
    line-height: 21px;
    display: block;
  }

  .footer-link.w--current {
    line-height: 14px;
  }

  .footer-link.email-link.d-inline.mb-1 {
    margin-bottom: 10px;
  }

  .footer-link.d-inline {
    display: inline-block;
  }

  .footer-link.mb-2 {
    margin-bottom: 20px;
  }

  .footer-link.f-link {
    line-height: 24px;
  }

  .footer-link.f-link.w--current {
    line-height: 20px;
  }

  .main-body {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
  }

  .page-title.new-title {
    letter-spacing: 3px;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

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

  .div-block-7 {
    display: block;
  }

  .new-img-container.hide {
    display: none;
  }

  .div-block-9 {
    text-align: left;
    display: block;
  }

  .icon-list {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .icon-list.mt-1 {
    margin-top: 10px;
  }

  .placeholder {
    height: 180px;
  }

  .div-block-2-copy {
    max-width: 100%;
  }

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

  .div-block-12 {
    height: 160px;
    max-width: 70%;
    margin-right: auto;
  }

  .text-block-29 {
    font-size: 20px;
    line-height: 30px;
  }
}

#w-node-a21304d0-8d09-e9c9-5114-ebb09eab9353-661bd01c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2d972e1-af49-cdf9-2339-36f857c6cec7-661bd01c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_9afad239-032f-ae06-a84a-0664073de3df-661bd01c {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_2775a7b8-e64b-0279-abea-5d73c05d2992-661bd01c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4c65ce10-083c-c454-76ca-46b1b4b9500f-661bd01c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2c044552-cad4-cdf8-0ef5-e6de027b6658-027b6658, #w-node-_9002055c-fc08-930b-a704-4227626739c5-626739c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-d2d972e1-af49-cdf9-2339-36f857c6cec7-661bd01c {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_2775a7b8-e64b-0279-abea-5d73c05d2992-661bd01c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4c65ce10-083c-c454-76ca-46b1b4b9500f-661bd01c {
    grid-area: 3 / 2 / 4 / 3;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}