:root {
  --transition-base: all .3s linear 0s;
  --dark-brown: #231F20;
}
html {
  font-size: 16px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  color: var(--dark-brown);
  font-style: normal;
}

.scroll-disabled {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
p {
  cursor: default;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 2px;
  border-radius: 2px;
}

*::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #000;
}

.container-sm {
  width: 1140px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.title-page {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.title-page.centered {
  text-align: center;
}

.btn {
  display: flex;
  width: 260px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  position: relative;
  margin: 0 auto;
}
.btn.btn-primary:hover:after {
  border-top-color: var(--5C483B, #5C483B);
  transition: var(--transition-base);
  width: 50%;
}
.btn.btn-primary:hover:before {
  border-bottom-color: var(--5C483B, #5C483B);
  transition: var(--transition-base);
  width: 50%;
}
.btn.btn-primary span {
  color: var(--dark-brown);
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  background-color: #fff;
  display: flex;
  position: relative;
  z-index: 3;
}
.btn.btn-primary:after {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 80px;
  border-radius: 0 40px 40px 0;
  border-bottom: 1px solid var(--5C483B, #5C483B);
  border-right: 1px solid var(--5C483B, #5C483B);
  border-top: 1px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: var(--transition-base);
}
.btn.btn-primary:before {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 80px;
  border-radius: 40px 0 0 40px;
  border-top: 1px solid var(--5C483B, #5C483B);
  border-left: 1px solid var(--5C483B, #5C483B);
  border-bottom: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: var(--transition-base);
}

@media only screen and (max-width: 992px) {
  .title-page {
    font-size: 32px;
    line-height: 44px;
  }
}
.header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
p {
  cursor: default;
}

a,
a span {
  cursor: pointer;
}

.wp-text h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 15px 0;
}
.wp-text h1:first-child {
  margin-top: 0;
}
.wp-text h1:last-child {
  margin-bottom: 0;
}
.wp-text h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 15px 0;
}
.wp-text h2:first-child {
  margin-top: 0;
}
.wp-text h2:last-child {
  margin-bottom: 0;
}
.wp-text h3 {
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.078px;
  margin: 15px 0;
}
.wp-text h3:first-child {
  margin-top: 0;
}
.wp-text h3:last-child {
  margin-bottom: 0;
}
.wp-text h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.078px;
  margin: 15px 0;
}
.wp-text h4:first-child {
  margin-top: 0;
}
.wp-text h4:last-child {
  margin-bottom: 0;
}
.wp-text h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.078px;
  margin: 15px 0;
}
.wp-text h5:first-child {
  margin-top: 0;
}
.wp-text h5:last-child {
  margin-bottom: 0;
}
.wp-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.45px;
  margin: 15px 0;
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.45px;
  position: relative;
  padding-left: 20px;
  color: #17738A;
}
.wp-text ul li span {
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.09px;
  color: #22A7CA;
}
.wp-text ul li:before {
  content: "•";
  position: absolute;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.45px;
  color: #17738A;
  top: -1px;
  left: 5px;
}
.wp-text ol li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.45px;
}
.wp-text .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px 0;
  width: 100%;
}
.wp-text .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.wp-small-block > h2 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h3 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h4 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h5 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > p {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > ol {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > ul {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .wp-small-block > h2, .wp-small-block > h3, .wp-small-block > h4, .wp-small-block > h5, .wp-small-block > p, .wp-small-block > ol, .wp-small-block > ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-text h1 {
    font-size: 31px;
  }
  .wp-text h2 {
    font-size: 28px;
  }
  .wp-text h3 {
    font-size: 22px;
  }
  .wp-text h4 {
    font-size: 20px;
  }
  .wp-text h5 {
    font-size: 18px;
  }
  .wp-text p {
    font-size: 16px;
  }
  .wp-text ul li {
    font-size: 16px;
  }
  .wp-text ol li {
    font-size: 16px;
  }
  .wp-text .wp-block-image {
    margin: 20px 0;
  }
}
.breadcrumbs-wrap {
  max-width: 100%;
  position: relative;
  overflow: auto;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs {
  width: max-content;
}
.mCS_no_scrollbar .breadcrumbs {
  margin: 0 auto;
}
.breadcrumbs li {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li::after {
  content: "|";
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0 10px;
}
.hero-second {
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-second img {
  width: 100%;
  height: auto;
}

.questionnaire-page.adresser h2 {
  text-align: left;
}
.questionnaire-content {
  background-color: #fff;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  margin-top: -80px;
  padding-top: 80px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.questionnaire-page.adresser .questionnaire-content {
  overflow: visible;
}
.questionnaire-content .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 48px;
}
.questionnaire-content .content p {
  margin: 0 0 56px 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
}

.form-wrapper [data-id=group-vous-fumeur_global],
.form-wrapper [data-id=group-raison-checkbox],
.form-wrapper [data-id=group-raison-autre],
.form-wrapper [data-id=group-traitement-medical],
.form-wrapper [data-id=group-vous-allergies],
.form-wrapper [data-id=group-vous-maladie],
.form-wrapper [data-id=group-vous-fumeur],
.form-wrapper [data-id=group-vous-fumeur-1],
.form-wrapper [data-id=group-vous-fumeur-2],
.form-wrapper [data-id=group-vous-fumeur-3],
.form-wrapper [data-id=group-vous-fumeur-checkbox-1],
.form-wrapper [data-id=group-vous-fumeur-checkbox-2],
.form-wrapper [data-id=group-vous-fumeur-checkbox-3],
.form-wrapper [data-id=group-vous-radiotherapie],
.form-wrapper [data-id=group-vous-stresse] {
  display: block !important;
}
.form-wrapper input:disabled {
  background-color: #fff;
  cursor: not-allowed;
}
.form-wrapper input[type=number]::-webkit-outer-spin-button, .form-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
}
.form-wrapper h2 {
  color: var(--5C483B, #5C483B);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px; /* 137.5% */
  letter-spacing: 0.96px;
  margin: 0 0 40px 0;
}
.form-wrapper strong {
  font-weight: 500;
}
.form-wrapper p.subtitle {
  color: var(--231F20, #231F20);
  text-align: center;
  font-style: normal;
  margin-top: -24px;
  margin-bottom: 40px;
}
.form-wrapper p.text-row {
  margin-bottom: 24px;
}
.form-wrapper p.title-checkbox {
  margin-bottom: 14px;
}
.form-wrapper p.text-center {
  width: 75%;
  text-align: center;
  margin: 0;
}
.form-wrapper .group {
  margin-bottom: 80px;
}
.form-wrapper .group:last-child {
  margin: 0;
}
.form-wrapper .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
}
.form-wrapper .row p {
  margin: 0;
}
.form-wrapper .row.jc-c {
  justify-content: center;
}
.form-wrapper .row .col {
  width: calc(50% - 20px);
}
.form-wrapper .row.mb-56 {
  margin-bottom: 56px;
}
.form-wrapper .row.mb-40 {
  margin-bottom: 40px;
}
.form-wrapper .row.mb-40:last-child {
  margin-bottom: 0;
}
.form-wrapper .row:last-child {
  margin-bottom: 0;
}
.form-wrapper .row-checkbox {
  display: flex;
  gap: 60px;
  margin-bottom: 64px;
}
.form-wrapper .radio-wrapper-global {
  margin-bottom: 24px;
}
.form-wrapper .input-box {
  display: flex;
}
.form-wrapper .input-box.w-full {
  width: 100%;
}
.form-wrapper .input-box.w-1-2 {
  width: calc(50% - 15px);
}
.form-wrapper .input-box p {
  display: flex;
  width: 100%;
  margin: 0;
}
.form-wrapper .input-box label {
  color: var(--dark-brown);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
}
.form-wrapper .input-box label .wpcf7-form-control-wrap {
  width: 100%;
}
.form-wrapper .input-box label input {
  color: var(--dark-brown);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 30px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--dark-brown);
  border-radius: 0px;
}
.form-wrapper .input-box label textarea {
  color: var(--dark-brown);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 150px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--dark-brown);
  border-radius: 0px;
}
.form-wrapper .input-box label select {
  color: var(--dark-brown);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 30px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--dark-brown);
  border-radius: 0px;
}
.form-wrapper .checkboxes {
  margin-bottom: 24px;
}
.form-wrapper .checkboxes.checkboxes-accept {
  display: flex;
  position: relative;
}
.form-wrapper .checkboxes.checkboxes-accept .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 300px;
}
.form-wrapper .checkboxes.checkboxes-accept .checkboxes-accept-label {
  display: flex;
  align-items: flex-start;
}
.form-wrapper .checkboxes.checkboxes-accept .wpcf7-form-control-wrap {
  margin-top: 4px;
  display: flex;
}
.form-wrapper .checkboxes.checkboxes-accept .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  gap: 0;
}
.form-wrapper .checkboxes.checkboxes-accept .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.last {
  margin: 0;
}
.form-wrapper .checkboxes.checkboxes-accept .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 0;
}
.form-wrapper .checkboxes.checkboxes-flex .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}
.form-wrapper .checkboxes.checkboxes-flex .wpcf7-list-item.last {
  margin: 0;
}
.form-wrapper .checkboxes p {
  margin: 0;
}
.form-wrapper .checkboxes .wpcf7-form-control.wpcf7-checkbox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 13px 80px;
}
.form-wrapper .checkboxes .wpcf7-list-item {
  margin: 0;
}
.form-wrapper .checkboxes .wpcf7-list-item.last {
  margin-top: -26px;
}
.form-wrapper .checkboxes .wpcf7-list-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.form-wrapper .checkboxes .wpcf7-list-item label input {
  position: absolute;
  display: none;
}
.form-wrapper .checkboxes .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.form-wrapper .checkboxes .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transition: all 0.3s linear 0s;
}
.form-wrapper .checkboxes .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.form-wrapper .checkboxes .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url("../img/form/checkbox-false.svg");
  opacity: 1;
  transition: var(--transition-base);
  z-index: 1;
}
.form-wrapper .checkboxes .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url("../img/form/checkbox-true.svg");
  opacity: 0;
  transition: var(--transition-base);
  z-index: 2;
}
.form-wrapper .checkbox-item p {
  margin: 0;
}
.form-wrapper .checkbox-item .wpcf7-list-item {
  margin: 0;
}
.form-wrapper .checkbox-item .wpcf7-list-item label {
  cursor: pointer;
  align-items: center;
}
.form-wrapper .checkbox-item .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  display: none;
}
.form-wrapper .checkbox-item .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  cursor: not-allowed;
}
.form-wrapper .checkbox-item .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.form-wrapper .checkbox-item .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transition: all 0.3s linear 0s;
}
.form-wrapper .checkbox-item .wpcf7-list-item label .wpcf7-list-item-label {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.form-wrapper .checkbox-item .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url("../img/form/checkbox-false.svg");
  opacity: 1;
  transition: var(--transition-base);
  z-index: 1;
}
.form-wrapper .checkbox-item .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url("../img/form/checkbox-true.svg");
  opacity: 0;
  transition: var(--transition-base);
  z-index: 2;
}
.form-wrapper .checkbox-item input[type=text] {
  width: 130px;
  border: none;
  border-bottom: 1px solid #231F20;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-left: 7px;
  padding-right: 7px;
}
.form-wrapper .radio-wrapper-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.form-wrapper .radio-wrapper-box.col-radio {
  flex-direction: column;
  gap: 16px;
}
.form-wrapper .radio-wrapper-box.col-radio .radio-wrapper {
  margin-left: 303px;
}
.form-wrapper .radio-wrapper-box p {
  margin: 0;
}
.form-wrapper .radio-wrapper-box .wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
}
.form-wrapper .radio-wrapper-box .wpcf7-list-item {
  margin: 0;
  position: relative;
}
.form-wrapper .radio-wrapper-box .wpcf7-list-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.form-wrapper .radio-wrapper-box .wpcf7-list-item label input {
  position: absolute;
  display: none;
}
.form-wrapper .radio-wrapper-box .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.form-wrapper .radio-wrapper-box .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transition: all 0.3s linear 0s;
}
.form-wrapper .radio-wrapper-box .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.form-wrapper .radio-wrapper-box .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url("../img/form/checkbox-false.svg");
  opacity: 1;
  transition: all 0.3s linear 0s;
  z-index: 1;
}
.form-wrapper .radio-wrapper-box .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url("../img/form/checkbox-true.svg");
  opacity: 0;
  transition: all 0.3s linear 0s;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .form-wrapper h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .form-wrapper .group {
    margin-bottom: 40px;
  }
  .form-wrapper .row {
    gap: 24px;
    flex-direction: column;
  }
  .form-wrapper .row .col {
    width: 100%;
  }
  .form-wrapper .row-checkbox {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .form-wrapper .input-box.w-1-2 {
    width: 100%;
  }
  .form-wrapper .checkboxes .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-wrapper .checkboxes .wpcf7-list-item.last {
    margin-top: 0;
  }
  .form-wrapper .radio-wrapper-box.col-radio .radio-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .form-wrapper .checkboxes .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
  .form-wrapper .checkboxes.checkboxes-flex .wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .form-wrapper .checkbox-item .wpcf7-list-item label .wpcf7-list-item-label {
    flex-wrap: wrap;
  }
  .form-wrapper .radio-wrapper-box .wpcf7-form-control.wpcf7-radio {
    min-width: 170px;
    width: 170px;
  }
}
.bottom-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 297px;
}
.bottom-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 455px;
  max-width: 40%;
  aspect-ratio: 2.275/1;
  border-radius: 0 200px 200px 0;
  opacity: 0.3;
  background: linear-gradient(90deg, #EAC9B8 0.2%, #FFF 93.17%);
  overflow: hidden;
}
.bottom-content svg {
  position: absolute;
  right: 0;
  width: 700px;
  height: auto;
  max-width: 35%;
}

.form-wrapper .input-box .lbl-sel {
  cursor: pointer;
}
.form-wrapper .input-box .row {
  position: relative;
  z-index: 10;
}
.form-wrapper .input-box .lbl-sel select {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.form-wrapper .input-box .lbl-sel .sel_arr {
  width: 10px;
  height: 4px;
  display: inline-block;
  transform: translate(4px, -2px);
  position: relative;
}

.form-wrapper .input-box .lbl-sel .sel_arr:before {
  content: '';
  position: absolute;
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6" fill="none"><path d="M1 1L6 5L11 1" stroke="%235C483B" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 10px;
  height: 4px;
  top: 0;
  left: 0;
  background-size: 10px auto;
  transform: rotate(0deg);
  transition: 0.3s;
}
.form-wrapper .input-box .lbl-sel.active .sel_arr:before {
  transform: rotate(180deg);
  transition: 0.3s;
}

.form-wrapper .input-box label.lbl-sel .select {
  color: var(--dark-brown);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 30px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--dark-brown);
  position: relative;
  cursor: pointer;
}

.form-wrapper .input-box label.lbl-sel .select .select-in {
  position: absolute;
  z-index: 4;
  padding: 16px 40px;
  background: #EFEEEE;
  width: 100%;
  top: calc(100% + 1px);
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.form-wrapper .input-box label.lbl-sel.active .select .select-in {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}
.form-wrapper .input-box label.lbl-sel .select .select-in .option {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #5C483B;
}
.form-wrapper .input-box label.lbl-sel .select .select-in .option:last-child {
  margin-bottom: 0;
}
.form-wrapper .input-box label.lbl-sel .select .select-in .option:hover {
  color: #231F20;
}
.form-wrapper .input-box label.lbl-sel .select .select-in .option.active {
  font-weight: 500;
  color: #231F20;
}

@media only screen and (max-width: 1440px) {
  .bottom-content {
    height: 230px;
  }
}
@media only screen and (max-width: 992px) {
  .bottom-content {
    height: auto;
    padding: 70px 0;
  }
  .bottom-content::before {
    display: none;
  }
  .bottom-content svg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-content {
    padding: 30px 0;
  }
}

.footer {
  height: 369px;
  width: 100%;
  position: relative;
  background-color: #5C483B;
}
.footer .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #231f20;
}
