@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, º table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%; /* changes a default 16px font size to 10px */
  scroll-behavior: smooth;
}

*, div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: #000;
  padding-top: 14.3rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-top: 14.3rem;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 9.8rem;
  }
}
@media (max-width: 991.98px) {
  body.blocked {
    overflow: hidden;
  }
}

.body-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #228B22;
  z-index: 9;
  opacity: 0.2;
  display: none;
}
.body-bg.js-active {
  display: block;
}

.container {
  max-width: 119.8rem;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
}
.container__bx {
  padding: 0 2rem;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .container__bx {
    flex-flow: column;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto:"]:hover {
  color: #228B22;
}

a, button, input, img, svg {
  transition: all 300ms linear;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 700;
}

video,
img {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

p {
  margin-bottom: 1.4rem;
}
p:last-child {
  margin-bottom: 0;
}

.nopadding {
  padding-top: 0 !important;
}

.mdl-txt {
  padding: 7.7rem 0 9.3rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (max-width: 767.98px) {
  .mdl-txt {
    padding: 5.6rem 0;
  }
}
.mdl-txt h1 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 4.6rem;
}
.mdl-txt h2 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.mdl-txt h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin-bottom: 1.8rem;
}
.mdl-txt h4, .mdl-txt h5, .mdl-txt h6 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 1.8rem;
}
.mdl-txt p {
  margin-bottom: 4rem;
}
.mdl-txt p:last-child {
  margin-bottom: 0;
}
.mdl-txt p,
.mdl-txt ul,
.mdl-txt ol {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.mdl-txt ul {
  padding-left: 1.6rem;
  margin-bottom: 2rem;
}
.mdl-txt ul li {
  list-style: disc;
}

ul {
  list-style: none;
  padding: 0 0 0.4rem 0;
  margin: 0 0 1.4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
ul li {
  position: relative;
  padding-left: 2rem;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #228B22;
  border-radius: 100%;
}

.error-404 {
  padding: 15rem 0 16.2rem;
  background-color: #228B22;
  color: #fff;
  font-weight: 300;
  font-size: 4rem;
  line-height: 6rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .error-404 {
    padding: 5.6rem 0;
    font-size: 3rem;
    line-height: 4.6rem;
  }
}
.error-404 .container__bx {
  justify-content: center;
  align-items: center;
}
.error-404__bx {
  margin-bottom: 8.9rem;
}
@media (max-width: 767.98px) {
  .error-404__bx {
    margin-bottom: 4rem;
  }
}
.error-404 span {
  font-weight: 700;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .error-404 span {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.error-404 h2 {
  font-size: 3.2rem;
  line-height: 5rem;
}
@media (max-width: 767.98px) {
  .error-404 h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

.btn {
  font-family: "Montserrat", sans-serif;
  background: #228B22;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 5.6rem;
  border: 0.1rem solid #228B22;
  border-radius: 0.5rem;
  cursor: pointer;
}
.btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--white {
  color: #228B22;
  background-color: #fff;
  border-color: #fff;
}
.btn--white:hover {
  color: #fff;
  background-color: #228B22;
}

.wpcf7 {
  padding: 0rem;
  width: 100%;
  margin: 0 auto;
  max-width: 56.4rem;
}
.wpcf7 .form-text {
  margin-bottom: 4rem;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: flex;
  flex-flow: column;
  position: relative;
  outline: none;
}
.wpcf7 fieldset {
  position: relative;
}
.wpcf7 label {
  margin: 0;
  color: #000;
  display: block;
  text-align: left;
  z-index: 9;
  top: 0;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.wpcf7 input.wpcf7-form-control {
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  color: #000;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  border: 0;
  border-radius: 0.4rem;
  padding: 1rem;
}
.wpcf7 input.wpcf7-form-control::placeholder {
  opacity: 1;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: left;
  color: #000;
  font-family: "Inter", sans-serif;
}
.wpcf7 input.wpcf7-form-control:focus {
  outline: none;
}
.wpcf7 input.wpcf7-form-control:focus::placeholder {
  color: #000;
}
.wpcf7 input.wpcf7-form-control:focus-visible {
  outline: 0;
}
.wpcf7 input.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #F56C6C;
}
.wpcf7 input.wpcf7-submit {
  background-color: #228B22;
  border: 0;
  border-radius: 0.8rem;
  color: #fff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  padding: 1.4rem;
  margin-top: 2rem;
  min-width: 28.4rem;
  text-transform: uppercase;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  border: 0.089rem solid;
  background-color: #228B22;
  background-size: 2.135rem;
  background-repeat: no-repeat;
  background-position: center right 1.6rem;
  z-index: 9;
  position: relative;
  background-size: 2.8rem;
  border: 0.089rem solid;
  width: auto;
  color: #fff;
  height: auto;
}
@media (max-width: 767.98px) {
  .wpcf7 input.wpcf7-submit {
    width: 100%;
  }
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  border-width: 0.2rem;
  background-image: url("./src/imgs/icon-btn-arrow-red.png");
  background-color: #000;
  cursor: pointer;
  border-color: #000;
}
.wpcf7 input.wpcf7-submit[disabled=""] {
  opacity: 0.8;
  pointer-events: none;
}
.wpcf7 textarea {
  min-height: 13.5rem;
  resize: vertical;
}
.wpcf7 textarea.wpcf7-textarea {
  background: #f7f7f7;
  font-size: 1.6 rem;
  line-height: 2.2rem;
}
@media (max-width: 767.98px) {
  .wpcf7 textarea.wpcf7-textarea {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.wpcf7 textarea.wpcf7-textarea {
  text-align: left;
  color: #000;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767.98px) {
  .wpcf7 textarea.wpcf7-textarea {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzY0NjQ4IDEyLjc2NDJMMTIuNzY0NiAwLjc2NDE1OSIgc3Ryb2tlPSIjMDAwNzIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik03IDEzTDEzIDciIHN0cm9rZT0iIzAwMDcyMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: bottom 0.5rem right 0.5rem;
  }
}
.wpcf7 textarea.wpcf7-textarea::placeholder {
  font-size: 1.6 rem;
  line-height: 2.2rem;
}
@media (max-width: 767.98px) {
  .wpcf7 textarea.wpcf7-textarea::placeholder {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.wpcf7 textarea.wpcf7-textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  opacity: 1;
  color: #000;
}
.wpcf7 textarea.wpcf7-textarea:focus {
  color: #000;
  border-color: #000;
}
.wpcf7 textarea.wpcf7-textarea:focus::placeholder {
  color: #000;
}
.wpcf7 textarea.wpcf7-textarea {
  /*&:hover{
      color:  $black;
      border-color: $black;

      &::placeholder{
          color: $black;
      }
  }

  &:active{
      color:  $black;
      border-color: $black;

      &::placeholder{
          color: $black;
      }
  }*/
}
.wpcf7 textarea.wpcf7-textarea:focus-visible {
  outline: none;
}
.wpcf7 .wpcf7-form-control.check {
  display: inline-flex;
  position: relative;
}
.wpcf7 .wpcf7-form-control.check .wpcf7-list-item {
  width: 8.5rem;
  position: relative;
  min-height: 2rem;
}
.wpcf7 .wpcf7-form-control.check .wpcf7-list-item span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
  display: flex;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000;
}
@media (max-width: 767.98px) {
  .wpcf7 .wpcf7-list-item {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 3.2rem;
}
.wpcf7 .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7 .wpcf7-list-item label input ~ span {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
}
.wpcf7 .wpcf7-list-item label input ~ span a {
  color: #000;
  font-weight: 700;
}
.wpcf7 .wpcf7-list-item label input ~ span a:hover {
  color: #228B22;
}
.wpcf7 .wpcf7-list-item label input.radio ~ span {
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.wpcf7 .wpcf7-list-item label input:checked ~ span:after {
  display: block;
}
.wpcf7 .wpcf7-list-item label input:checked ~ span:before {
  background-color: #000;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 0;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:before, .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: -3.2rem;
  top: 0;
  display: block;
  background-color: transparent;
  border: 0.1rem solid #000;
  border-radius: 0.2rem;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: -2.7rem;
  top: 0.1rem;
  width: 0.4rem;
  height: 1rem;
  border: 0.1rem solid #fff;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:before {
  left: -3.2rem;
  background-color: #fff;
}
.wpcf7 .wpcf7-acceptance {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767.98px) {
  .wpcf7 .wpcf7-acceptance {
    margin-bottom: 0;
  }
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before, .wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  width: 1.4rem;
  height: 1.4rem;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  left: -2.8rem;
  top: 0.1rem;
  width: 0.4rem;
  height: 1rem;
  border: 0.1rem solid #fff;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  line-height: 100%;
  color: #fff;
  text-align: left;
  margin: 0;
  min-height: 2.4rem;
  display: flex;
  padding-top: 0.6rem;
  margin-top: 0.8rem;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
}
.wpcf7 form .wpcf7-spinner {
  display: none !important;
}

.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767.98px) {
  .form-grid-two {
    grid-template-columns: 1fr;
  }
}
.form-grid-two > div {
  position: relative;
}
.form-grid-two__end {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .form-grid-two__end {
    margin-top: 3.5rem;
  }
}

.c-question {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  max-width: 119.1rem;
  width: 100%;
  display: flex;
  padding-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .c-question {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 2.8rem;
  }
}
.c-question--sm .c-question__q {
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.c-question__btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .c-question__btn {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .c-question__btn .btn {
    width: 100%;
  }
}
.c-question__cl {
  display: flex;
  width: 65%;
}
@media (max-width: 767.98px) {
  .c-question__cl {
    width: 100%;
    flex-flow: column;
  }
}
.c-question__lab {
  color: #FFF700;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  width: 40%;
}
@media (max-width: 767.98px) {
  .c-question__lab {
    width: 100%;
    margin-bottom: 2.1rem;
  }
}
.c-question__q {
  color: #fff;
  font-size: 2.6rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  max-width: 41.1rem;
  width: 60%;
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
  .c-question__q {
    width: 100%;
    font-size: 3.1rem;
    max-width: 25.6rem;
    margin-bottom: 2rem;
    padding-right: 0rem;
  }
}
.c-question__opt {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .c-question__opt {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .c-question__opt .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.c-question__opt .wpcf7-form-control {
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 767.98px) {
  .c-question__opt .wpcf7-form-control {
    flex-flow: column;
    gap: 2.8rem;
  }
}
.c-question__opt .wpcf7-list-item {
  margin: 0;
}
.c-question__opt .wpcf7-list-item label {
  position: relative;
  display: flex;
  padding: 0;
  top: auto;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-question__opt .wpcf7-list-item label {
    width: 100%;
  }
}
.c-question__opt .wpcf7-list-item label .wpcf7-list-item-label {
  border: 0.89px solid;
  border-image-source: linear-gradient(271.6deg, #FDC52E 1.36%, #FFF700 96.77%);
  width: 12.8rem;
  height: 5.4rem;
  border-image-slice: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .c-question__opt .wpcf7-list-item label .wpcf7-list-item-label {
    height: 5rem;
    width: 100%;
  }
}
.c-question__opt .wpcf7-list-item label .wpcf7-list-item-label:after, .c-question__opt .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: none;
}
.c-question__opt .wpcf7-list-item label input:checked ~ span {
  color: #0000ff;
  background-color: #fff;
}
.c-question__opt .wpcf7-list-item label input:checked ~ span:after {
  display: none;
}

/* RRSS */
.rrss {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
.rrss a {
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.rrss img {
  max-width: 3rem;
  width: 100%;
  height: auto;
}

.header {
  position: fixed;
  width: 100%;
  padding: 3.1rem 0;
  top: 0;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 1.6erm;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  z-index: 999;
  border-bottom: 0.1rem solid #D9D9D9;
}
@media (max-width: 991.98px) {
  .header {
    padding: 2rem 0;
  }
}
.header .container__bx {
  flex-flow: row;
  position: relative;
}
@media (max-width: 991.98px) {
  .header .container__bx {
    flex-flow: column;
  }
}
.header__cl {
  display: flex;
  align-items: center;
}
.header__cl--lf {
  width: 25%;
}
@media (max-width: 991.98px) {
  .header__cl--lf {
    width: 100%;
  }
}
.header__cl--rg {
  width: 75%;
  justify-content: flex-end;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 991.98px) {
  .header__cl--rg {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .header .btn {
    color: #228B22;
    background-image: url("./src/imgs/icon-btn-arrow-blue.png");
  }
}
.header .site-branding img {
  max-width: 25.2rem;
}
@media (max-width: 991.98px) {
  .header .site-branding img {
    max-width: 18rem;
  }
}
.header.js-sticky.header--page {
  padding: 2rem 0;
}
.header.js-sticky.header--page .container__bx {
  flex-flow: column;
}
.header.js-sticky.header--page .header__cl {
  width: 100%;
}
.header.js-sticky.header--page .header__cl--rg {
  justify-content: flex-end;
}
.header.js-sticky.header--page .site-branding img {
  max-width: 18rem;
}
.header.js-sticky.header--page nav {
  display: none;
  text-align: right;
}
.header.js-sticky.header--page nav.js-active {
  display: block;
}
.header.js-sticky.header--page nav ul {
  flex-flow: column;
  margin-top: 4rem;
}
.header.js-sticky.header--page nav ul li .sub-menu {
  position: relative;
  box-shadow: none;
  margin: 0;
}
.header.js-sticky.header--page nav ul li .sub-menu .menu-item {
  text-align: right;
  padding: 0.9rem 1.3rem 0.9rem 1.3rem;
}
.header.js-sticky.header--page .m-toggle {
  display: block;
  top: 1.5rem;
}

nav {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 991.98px) {
  nav {
    display: none;
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  nav.js-active {
    display: block;
  }
}
@media (max-width: 991.98px) {
  nav.js-active ul {
    flex-flow: column;
    margin-top: 4rem;
  }
}
nav ul {
  display: flex;
  gap: 2.5rem;
  margin: 0;
  flex-flow: row;
}
nav ul li {
  padding: 0;
}
nav ul li::before {
  display: none;
}
nav ul li:hover a {
  border-bottom: 0.2rem solid #228B22;
}
nav ul li a {
  padding-bottom: 0.2rem;
}
nav ul li.current-menu-item > a, nav ul li.current-menu-ancestor > a {
  border-bottom: 0.2rem solid #228B22;
}
nav ul li .sub-menu {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1019607843);
  padding: 1.6rem;
  position: absolute;
  top: 100%;
  margin-top: 0.7rem;
  width: 20.7rem;
  border-radius: 0 0 0.5rem 0.5rem;
  gap: 0.5rem;
  flex-flow: column;
}
@media (max-width: 991.98px) {
  nav ul li .sub-menu {
    position: relative;
    box-shadow: none;
    margin: 0;
    padding: 1.6rem 0;
  }
}
nav ul li .sub-menu .menu-item {
  padding: 0.9rem 0.3rem 0.9rem 1.3rem;
  border-radius: 0.5rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  nav ul li .sub-menu .menu-item {
    text-align: right;
    padding: 0.9rem 1.3rem 0.9rem 1.3rem;
  }
}
nav ul li .sub-menu .menu-item a {
  border-bottom: 0;
  padding-bottom: 0;
}
nav ul li .sub-menu .menu-item.current-menu-item {
  background: rgba(34, 139, 34, 0.1019607843);
}
nav ul li .sub-menu .menu-item:hover {
  background: rgba(34, 139, 34, 0.1019607843);
}

.sel-lang img {
  max-width: 2.5rem;
}

.m-toggle {
  display: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 4.5rem;
  right: 2rem;
}
@media (max-width: 991.98px) {
  .m-toggle {
    display: block;
    top: 1.5rem;
  }
}
.m-toggle span {
  width: 3rem;
  height: 0.2rem;
  background-color: #228B22;
  display: block;
  margin: 0.6rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-toggle.js-active span:nth-child(2) {
  opacity: 0;
}
.m-toggle.js-active span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(45deg);
  -ms-transform: translateY(0.8rem) rotate(45deg);
  -o-transform: translateY(0.8rem) rotate(45deg);
  transform: translateY(0.8rem) rotate(45deg);
}
.m-toggle.js-active span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(-45deg);
  -ms-transform: translateY(-0.8rem) rotate(-45deg);
  -o-transform: translateY(-0.8rem) rotate(-45deg);
  transform: translateY(-0.8rem) rotate(-45deg);
}

.footer {
  color: #000;
  padding: 10rem 0 8rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  background: rgba(217, 217, 217, 0.1);
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 5rem 0;
  }
}
.footer .container__bx {
  flex-flow: row;
  gap: 12.9rem;
}
@media (max-width: 991.98px) {
  .footer .container__bx {
    gap: 4rem;
  }
}
@media (max-width: 767.98px) {
  .footer .container__bx {
    flex-flow: column;
  }
}
.footer__cl {
  display: flex;
  flex-flow: column;
}
@media (max-width: 767.98px) {
  .footer__cl {
    width: 100%;
  }
}
.footer__cl--lf {
  width: 18%;
}
@media (max-width: 767.98px) {
  .footer__cl--lf {
    width: 100%;
  }
}
.footer__cl--lf img {
  max-width: 16.8rem !important;
}
.footer__cl--cn, .footer__cl--rg {
  width: 41%;
}
@media (max-width: 767.98px) {
  .footer__cl--cn, .footer__cl--rg {
    width: 100%;
  }
}
.footer ul {
  display: flex;
  margin: 0;
  gap: 0;
}
.footer ul li {
  padding: 0;
}
.footer ul li:before {
  display: none;
}
.footer h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}
.footer a:hover {
  color: #228B22;
}
.footer .rrss {
  justify-content: flex-start;
  margin-bottom: 4rem;
}

.backtotop {
  display: inline-block;
  background: #228B22;
  width: 6rem;
  height: 6rem;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
  border: 0;
}
.backtotop:hover {
  background-color: #000;
}
.backtotop::after {
  content: "";
  background-image: url("./src/imgs/icon-backtotop.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 3.75rem 2.019rem;
  background-repeat: no-repeat;
  background-position: center;
}
.backtotop.show {
  opacity: 1;
  visibility: visible;
}

.mdl-hero__bx {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 14/4;
}
.mdl-hero__bx::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 5;
}
.mdl-hero__bx {
  mask-image: url("./src/imgs/masks/mask.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-clip: content-box;
  -webkit-mask-clip: content-box;
}
@media (max-width: 991.98px) {
  .mdl-hero__bx {
    aspect-ratio: 14/6;
  }
}
@media (max-width: 767.98px) {
  .mdl-hero__bx {
    aspect-ratio: 14/8;
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .mdl-hero__bx {
    aspect-ratio: 14/6;
  }
}
.mdl-hero__bx {
  position: relative;
}
.mdl-hero__bx h1 {
  margin: 0;
  padding: 0 2rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
}

.mdl-icons {
  padding: 12rem 0 9.5rem 0;
  background-color: rgba(34, 139, 34, 0.0509803922);
}
.mdl-icons__bx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 6.9rem;
}
@media (max-width: 991.98px) {
  .mdl-icons__bx {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 3rem;
  }
}
.mdl-icons__cl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 34rem;
  font-family: "Inter", sans-serif;
  color: #000;
  text-align: left;
}
@media (max-width: 991.98px) {
  .mdl-icons__cl {
    max-width: none;
  }
}
.mdl-icons__cl img {
  height: 9.6rem;
  width: auto;
  max-width: 100%;
  margin-bottom: 3.8rem;
}
.mdl-icons__cl h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 123%;
  margin-bottom: 2rem;
}
.mdl-icons__cl h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
}
.mdl-icons__cl p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 1.6rem;
}
.mdl-icons__cl ul {
  list-style: none;
  padding: 0 0 0.4rem 0;
  margin: 0 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mdl-icons__cl li {
  position: relative;
  padding-left: 2rem;
  font-size: 2rem;
}
.mdl-icons__cl li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url("./src/imgs/bullet.png") no-repeat center/contain;
  background-repeat: no-repeat;
  background-size: contain;
}
.mdl-icons--solutions {
  padding: 10rem 0 10rem 0;
  font-family: "Inter", sans-serif;
}
.mdl-icons--solutions h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 7.7rem;
  width: 100%;
}
.mdl-icons--solutions h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 127%;
  text-align: center;
  width: 100%;
}
.mdl-icons--solutions p {
  text-align: center;
}
.mdl-icons--solutions .mdl-icons__bx {
  max-width: 86rem;
  gap: 3rem;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .mdl-icons--solutions .mdl-icons__bx {
    justify-items: center;
  }
}
.mdl-icons--solutions .mdl-icons__cl img {
  max-width: 10rem;
  object-fit: contain;
  align-self: center;
  margin-bottom: 3.8rem;
}
.mdl-icons--home {
  padding: 10rem 0 9rem 0;
  background-color: #fff;
}
.mdl-icons--home h2 {
  font-size: 2.4rem;
  line-height: 120%;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.6rem;
}
.mdl-icons--home p {
  text-align: center;
}
.mdl-icons--home a {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.mdl-icons--home .mdl-icons__cl img {
  max-width: 15rem;
  height: auto;
  align-self: center;
  margin-bottom: 1.8rem;
}
.mdl-icons--home .mdl-icons__cl a img {
  max-width: 15rem;
  height: auto;
  align-self: center;
  margin-bottom: 0;
}
.mdl-icons .container__bx .btn {
  color: #fff;
  max-width: 56.4rem;
  display: block;
  margin: 8rem auto 0 auto;
}

.mdl-image {
  width: 100%;
  aspect-ratio: 3.88/1;
}
@media (max-width: 991.98px) {
  .mdl-image {
    aspect-ratio: 1.5/1;
  }
}
@media (max-width: 767.98px) {
  .mdl-image {
    aspect-ratio: 1.4/1;
  }
}
.mdl-image__ph {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.mdl-image .container__bx {
  margin: 0 auto;
}
.mdl-image--txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.mdl-image--txt .mdl-image__ph {
  opacity: 0.6;
}
.mdl-image--txt .container {
  max-width: 96rem;
}
.mdl-image--txt .container__bx {
  display: flex;
  flex-direction: column;
}
.mdl-image--txt .container__bx h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .mdl-image--txt .container__bx h2 {
    font-size: 2rem;
  }
}
.mdl-image--txt .container__bx p {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-image--txt .container__bx p {
    font-size: 1.6rem;
  }
}
.mdl-image--feat {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  color: #fff;
}
.mdl-image--feat .mdl-image__ph {
  opacity: 1;
}
.mdl-image--feat .container {
  margin: 0 auto;
}
.mdl-image--feat .container__bx {
  margin: inherit;
  max-width: inherit;
}
.mdl-image--feat .container__bx h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 3rem;
  max-width: 38rem;
}
@media (max-width: 767.98px) {
  .mdl-image--feat .container__bx h2 {
    font-size: 2rem;
  }
}

.mdl-intro {
  padding: 8rem 0;
}
.mdl-intro .container {
  max-width: 80rem;
}
.mdl-intro .container__bx {
  display: flex;
  flex-direction: column;
}
.mdl-intro--big .container {
  max-width: 119.8rem;
}
.mdl-intro h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 1.7rem;
}
.mdl-intro p {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  margin-bottom: 2rem;
}

.mdl-imgtxt {
  padding: 6rem 0;
}
.mdl-imgtxt .container__bx {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.mdl-imgtxt__bx {
  display: flex;
  flex-direction: row;
  gap: 6rem;
  max-width: 96rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .mdl-imgtxt__bx {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.mdl-imgtxt__bx:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .mdl-imgtxt__bx:nth-child(2) {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.mdl-imgtxt__cl h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
}
.mdl-imgtxt__cl p {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
}
.mdl-imgtxt__cl img {
  width: 100%;
  display: block;
}
.mdl-imgtxt__cl--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.mdl-imgtxt__cl--img {
  max-width: 29.6rem;
  width: 100%;
  max-width: 29.6rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.mdl-imgtxt__cl--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdl-imgtxt__cl--round {
  border-radius: 50%;
}

.mdl-grid {
  overflow: hidden;
  padding-bottom: 4rem;
}
.mdl-grid__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .mdl-grid__content {
    grid-template-columns: 2fr;
  }
}
@media (max-width: 767.98px) {
  .mdl-grid__content {
    grid-template-columns: 1fr;
  }
}
.mdl-grid__cl {
  background-color: #f4f9f4;
}
.mdl-grid__cl--image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.mdl-grid__cl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdl-grid__cl--sp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e9f3e9;
}
.mdl-grid__cl--sp .mdl-grid__cl-content h3 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.mdl-grid__cl--sp .mdl-grid__cl-content p {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}
.mdl-grid__cl--sp .btn {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  max-width: 28.4rem;
  font-size: 1.4rem;
  color: #fff;
}
.mdl-grid__cl--sp .btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.mdl-grid__cl-content {
  padding: 5rem;
}
.mdl-grid__cl-content h3 {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 1rem;
}
.mdl-grid__cl-content p {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
}
.mdl-grid__cl-content a {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 0 0 0;
  color: #228B22;
  cursor: pointer;
}
.mdl-grid__cl-content a:hover {
  color: #000;
}

.mdl-form {
  padding: 10rem 0 7.5rem 0;
}
.mdl-form--invert {
  background-color: #f4f9f4;
}
.mdl-form--invert .mdl-form__cl .wpcf7-form-control,
.mdl-form--invert .mdl-form__cl .wpcf7-textarea,
.mdl-form--invert .mdl-form__cl .wpcf7-text {
  background-color: #fff;
}
.mdl-form--invert .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 0.1rem solid #fff;
}
.mdl-form--invert .wpcf7 .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before {
  background-color: #228B22;
  border-color: #228B22;
}
.mdl-form--invert .wpcf7-submit {
  background-color: #228B22;
}
.mdl-form .container__bx {
  max-width: 80rem;
  margin: 0 auto;
}
.mdl-form h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 121%;
  text-align: center;
  margin-bottom: 2rem;
}
.mdl-form p {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto 4.5rem auto;
}
.mdl-form__cl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mdl-form__cl label {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 1rem;
}
.mdl-form__cl input,
.mdl-form__cl textarea {
  background-color: #f7f7f7;
  border: 0;
  border-radius: 0.4rem;
  padding: 1rem;
}
.mdl-form__cl textarea {
  min-height: 13.5rem;
  resize: vertical;
}
.mdl-form__cl input::placeholder,
.mdl-form__cl textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}
.mdl-form__cl input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #f7f7f7;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.mdl-form__row a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
}
.mdl-form__btn {
  background-color: #228B22;
  border: 0;
  border-radius: 0.8rem;
  color: #fff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  padding: 1.4rem;
  margin-top: 2rem;
  min-width: 28.4rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .mdl-form__btn {
    width: 100%;
    min-width: auto;
  }
}

.wpcf7 br {
  display: none;
}
.wpcf7 p {
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
  margin-bottom: 1.9rem;
}
.wpcf7 .form-text {
  margin-bottom: 4rem;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: flex;
  flex-flow: column;
  position: relative;
  outline: none;
}
.wpcf7 fieldset {
  position: relative;
}
.wpcf7 label {
  margin: 0;
  color: #000;
  display: block;
  text-align: left;
  z-index: 9;
  top: 0.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 80%;
  letter-spacing: 0.02rem;
}
.wpcf7 input.wpcf7-form-control,
.wpcf7 textarea.wpcf7-form-control {
  width: 100%;
  height: 5.3rem;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: left;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  border-radius: 0;
  height: 4.7rem;
  border-radius: 0;
  border: 0;
  background-color: #f7f7f7;
  border-radius: 0.4rem;
  padding: 1rem;
}
.wpcf7 input.wpcf7-form-control::placeholder,
.wpcf7 textarea.wpcf7-form-control::placeholder {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  color: #AFB7BE;
  font-family: "Inter", sans-serif;
}
.wpcf7 input.wpcf7-form-control:focus,
.wpcf7 textarea.wpcf7-form-control:focus {
  border-color: #3C3935;
  outline: none;
}
.wpcf7 input.wpcf7-form-control:focus-visible,
.wpcf7 textarea.wpcf7-form-control:focus-visible {
  outline: 0;
}
.wpcf7 input.wpcf7-form-control.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #F56C6C;
}
.wpcf7 input.wpcf7-submit,
.wpcf7 textarea.wpcf7-submit {
  display: inline-flex;
  position: relative;
  z-index: 9;
  height: 3.5rem;
  min-width: 28.4rem;
  width: auto;
  padding: 1.4rem;
  margin-top: 2rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #228B22;
  border-radius: 0.5rem;
  border: 0.089rem solid;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .wpcf7 input.wpcf7-submit,
  .wpcf7 textarea.wpcf7-submit {
    width: 100%;
  }
}
.wpcf7 input.wpcf7-submit[disabled=""],
.wpcf7 textarea.wpcf7-submit[disabled=""] {
  opacity: 0.8;
  pointer-events: none;
}
.wpcf7 textarea {
  resize: none;
  min-height: 13.5rem;
}
.wpcf7 textarea.wpcf7-textarea {
  background: #f7f7f7;
  font-size: 1.6 rem;
  line-height: 2.2rem;
}
@media (max-width: 767.98px) {
  .wpcf7 textarea.wpcf7-textarea {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.wpcf7 textarea.wpcf7-textarea {
  text-align: left;
  color: #000;
  border-radius: 0.4rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  .wpcf7 textarea.wpcf7-textarea {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzY0NjQ4IDEyLjc2NDJMMTIuNzY0NiAwLjc2NDE1OSIgc3Ryb2tlPSIjMDAwNzIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik03IDEzTDEzIDciIHN0cm9rZT0iIzAwMDcyMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: bottom 0.5rem right 0.5rem;
  }
}
.wpcf7 textarea.wpcf7-textarea::placeholder {
  font-size: 1.6 rem;
  line-height: 2.2rem;
}
@media (max-width: 767.98px) {
  .wpcf7 textarea.wpcf7-textarea::placeholder {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.wpcf7 textarea.wpcf7-textarea::placeholder {
  font-family: "Inter", sans-serif;
  opacity: 1;
  color: #AFB7BE;
}
.wpcf7 textarea.wpcf7-textarea:focus {
  border-color: #000;
}
.wpcf7 textarea.wpcf7-textarea:focus::placeholder {
  color: #000;
}
.wpcf7 textarea.wpcf7-textarea {
  /*&:hover{
      color:  $black;
      border-color: $black;

      &::placeholder{
          color: $black;
      }
  }

  &:active{
      color:  $black;
      border-color: $black;

      &::placeholder{
          color: $black;
      }
  }*/
}
.wpcf7 textarea.wpcf7-textarea:focus-visible {
  outline: none;
}
.wpcf7 select.wpcf7-select {
  background: #f7f7f7;
  color: #000;
  padding: 1rem;
  border-radius: 0.4rem;
  text-align: left;
  border: 0.1rem solid transparent;
  display: flex;
  justify-content: center;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  height: 4.7rem;
  font-size: 1.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjIzMDE3IDcuMjA5MzhDNS41Mjg3NSA2LjkyMjI4IDYuMDAzNTMgNi45MzE1OSA2LjI5MDYzIDcuMjMwMTdMMTAgMTEuMTY3OUwxMy43MDk0IDcuMjMwMTdDMTMuOTk2NSA2LjkzMTU5IDE0LjQ3MTMgNi45MjIyOCAxNC43Njk4IDcuMjA5MzhDMTUuMDY4NCA3LjQ5NjQ3IDE1LjA3NzcgNy45NzEyNSAxNC43OTA2IDguMjY5ODNMMTAuNTQwNiAxMi43Njk4QzEwLjM5OTIgMTIuOTE2OSAxMC4yMDQgMTMgMTAgMTNDOS43OTU5OSAxMyA5LjYwMDc4IDEyLjkxNjkgOS40NTkzOCAxMi43Njk4TDUuMjA5MzggOC4yNjk4M0M0LjkyMjI4IDcuOTcxMjUgNC45MzE1OSA3LjQ5NjQ3IDUuMjMwMTcgNy4yMDkzOFoiIGZpbGw9IiMwRjE3MkEiLz4KPC9zdmc+");
  background-position: center right 2rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
.wpcf7 select.wpcf7-select::placeholder {
  font-family: "Inter", sans-serif;
  opacity: 1;
}
.wpcf7 select.wpcf7-select:focus {
  outline: none;
}
.wpcf7 select.wpcf7-select {
  /*&:hover{
      color:  $black;
      border-color: $black;

      &::placeholder{
          color: $black;
      }
  }

  &:active{
      color:  $black100;
      border-color: $black100;

      &::placeholder{
          color: $black100;
      }
  }*/
}
.wpcf7 select.wpcf7-select.wpcf7-not-valid {
  border: 1px solid #F56C6C;
}
.wpcf7 .wpcf7-form-control.check {
  display: inline-flex;
  position: relative;
}
.wpcf7 .wpcf7-form-control.check .wpcf7-list-item {
  width: 8.5rem;
  position: relative;
  min-height: 2rem;
}
.wpcf7 .wpcf7-form-control.check .wpcf7-list-item span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
  display: flex;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000;
}
@media (max-width: 767.98px) {
  .wpcf7 .wpcf7-list-item {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 3.2rem;
}
.wpcf7 .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7 .wpcf7-list-item label input ~ span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}
.wpcf7 .wpcf7-list-item label input ~ span a {
  color: #000;
}
.wpcf7 .wpcf7-list-item label input.radio ~ span {
  font-size: 1.1rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.wpcf7 .wpcf7-list-item label input:checked ~ span:after {
  display: block;
}
.wpcf7 .wpcf7-list-item label input:checked ~ span:before {
  background-color: #228B22;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 0.6rem;
  padding-top: 0.4rem;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:before, .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: -3.2rem;
  display: block;
  background-color: transparent;
  border: 0.1rem solid #f7f7f7;
  border-radius: 0.5rem;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: -2.7rem;
  top: 0.1rem;
  width: 0.4rem;
  height: 1rem;
  border: 0.1rem solid #f7f7f7;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:before {
  left: -3.2rem;
  background-color: #f7f7f7;
}
@media (max-width: 767.98px) {
  .wpcf7 .wpcf7-acceptance {
    margin-bottom: 0;
  }
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before, .wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  width: 2.5rem;
  height: 2.5rem;
  left: -3.2rem;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  left: -2.16rem;
  top: 0.1rem;
  width: 0.4rem;
  height: 2rem;
  border: 0.1rem solid #fff;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  line-height: 100%;
  color: #F56C6C;
  text-align: left;
  margin: 0;
  min-height: 2.4rem;
  display: flex;
  padding-top: 0.6rem;
  margin-top: 0.8rem;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: 0;
  padding: 0;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  background: rgba(34, 139, 34, 0.0509803922);
  color: #228B22;
  margin-top: 2rem;
}
.wpcf7 form .wpcf7-spinner {
  display: none !important;
}

.mdl-map {
  overflow: hidden;
  width: 100%;
  height: 40rem;
}
.mdl-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.mdl-contact {
  overflow: hidden;
  background-color: #f4f9f4;
  padding: 8rem 0 8rem 0;
}
.mdl-contact .container {
  max-width: 79rem;
}
.mdl-contact .container__bx {
  gap: 6.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .mdl-contact .container__bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.mdl-contact__cl {
  font-family: "Inter", sans-serif;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .mdl-contact__cl {
    align-self: auto;
  }
}
.mdl-contact__cl img {
  max-width: 10rem;
  width: 100%;
  display: block;
  margin: 0 auto 1.5rem auto;
}
.mdl-contact__cl h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.mdl-contact__cl p {
  margin-bottom: 1rem;
}
.mdl-contact__cl a {
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
}

.mdl-team {
  overflow: hidden;
  padding: 8rem 0 8rem 0;
}
.mdl-team .container__bx {
  padding: 0 2rem;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .mdl-team .container__bx {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
@media (max-width: 767.98px) {
  .mdl-team .container__bx {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }
}
.mdl-team__cl {
  color: black;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1199.98px) {
  .mdl-team__cl {
    max-width: 50vw;
    width: 100%;
  }
}
.mdl-team__cl br {
  display: none;
}
.mdl-team__cl p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mdl-team__cl h2 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.mdl-team__cl h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
.mdl-team__cl a {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
}

.mdl-followus {
  background-color: #f4f9f4;
  padding: 12rem 0 11rem 0;
}
.mdl-followus .container {
  background-color: #f4f9f4;
}
.mdl-followus__cl, .mdl-followus__text {
  max-width: 76rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.mdl-followus__cl h2, .mdl-followus__text h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 2.6rem;
}
.mdl-followus__cl p, .mdl-followus__text p {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}

.mdl-feat {
  padding-top: 10rem;
  padding-bottom: 9.5rem;
}
.mdl-feat .container__bx {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 991.98px) {
  .mdl-feat .container__bx {
    flex-direction: column;
  }
}
.mdl-feat__cl {
  font-family: "Inter", sans-serif;
}
.mdl-feat__cl img {
  min-width: 14.3rem;
  height: auto;
}
.mdl-feat__cl h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 123%;
  margin-bottom: 3.2rem;
}
.mdl-feat__cl p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 2.64rem;
}
.mdl-feat__cl h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
}
.mdl-feat__cl:nth-child(2) {
  max-width: 75.9rem;
}

.mdl-banner {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f4f9f4;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.mdl-banner .container {
  max-width: 80rem;
  margin: 0 auto;
}
.mdl-banner .container__bx {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.mdl-banner h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 123%;
  margin-bottom: 2.5rem;
}
.mdl-banner p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 137.5%;
  margin-bottom: 2.5rem;
}
.mdl-banner h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 127%;
  margin-bottom: 2.5rem;
}
.mdl-banner a {
  padding: 1rem;
  width: 100%;
  max-width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
}

.mdl-dropdown {
  padding: 9.4rem 0 10rem;
}
@media (max-width: 767.98px) {
  .mdl-dropdown {
    padding: 5rem 0;
  }
}
.mdl-dropdown .container {
  max-width: 80rem;
}
.mdl-dropdown .container__bx {
  gap: 10rem;
}
@media (max-width: 767.98px) {
  .mdl-dropdown .container__bx {
    gap: 5rem;
  }
}
.mdl-dropdown__intro {
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 8rem;
}
.mdl-dropdown__intro h1, .mdl-dropdown__intro h2, .mdl-dropdown__intro h3, .mdl-dropdown__intro h4, .mdl-dropdown__intro h5, .mdl-dropdown__intro h6 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: 0%;
  margin-bottom: 1.7rem;
}
.mdl-dropdown__bx--true .mdl-dropdown__intro {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 3.2rem;
}
.mdl-dropdown__bx--true .mdl-dropdown__intro h1, .mdl-dropdown__bx--true .mdl-dropdown__intro h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
.mdl-dropdown__bx--true .mdl-dropdown__intro h3, .mdl-dropdown__bx--true .mdl-dropdown__intro h4, .mdl-dropdown__bx--true .mdl-dropdown__intro h5, .mdl-dropdown__bx--true .mdl-dropdown__intro h6 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.mdl-dropdown__it {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.4rem 0;
}
.mdl-dropdown__it:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mdl-dropdown__q {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.8rem;
  border: 0;
  background-color: transparent;
  text-align: left;
  padding: 0;
  padding-right: 6.2rem;
  position: relative;
  width: 100%;
}
.mdl-dropdown__q::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-image: url("./src/imgs/icon-dropdown-plus.png");
  background-size: 3rem;
  background-repeat: no-repeat;
  background-position: center;
}
.mdl-dropdown__q.js-show::after {
  background-image: url("./src/imgs/icon-dropdown-minus.png");
}
.mdl-dropdown__a {
  padding-top: 2.4rem;
  padding-bottom: 0.7rem;
  display: none;
}
.mdl-dropdown__a.js-show {
  display: block;
}

.mdl-blocks {
  padding: 0 0 4rem 0;
}
@media (max-width: 767.98px) {
  .mdl-blocks {
    padding: 0 0 10rem 0;
  }
}
.mdl-blocks .container {
  max-width: 128rem;
}
.mdl-blocks .container__bx {
  padding: 0;
}
@media (max-width: 767.98px) {
  .mdl-blocks .container__bx {
    gap: 4rem;
  }
}
.mdl-blocks__bx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 6rem;
}
@media (max-width: 767.98px) {
  .mdl-blocks__bx {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    gap: 3rem;
  }
}
.mdl-blocks__bx:nth-of-type(2n) .mdl-blocks__cl:first-child {
  order: 1;
}
@media (max-width: 767.98px) {
  .mdl-blocks__bx:nth-of-type(2n) .mdl-blocks__cl:first-child {
    order: 0;
  }
}
.mdl-blocks__bx:nth-of-type(2n) .mdl-blocks__cl:last-child .mdl-blocks__cn {
  justify-content: flex-end;
}
.mdl-blocks__bx:nth-of-type(2n) .mdl-blocks__cl:last-child .mdl-blocks__cn-bx {
  padding: 0 5.5rem 0 2rem;
  max-width: 45.2rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .mdl-blocks__bx:nth-of-type(2n) .mdl-blocks__cl:last-child .mdl-blocks__cn-bx {
    max-width: none;
    width: 100%;
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .mdl-blocks__bx {
    flex-direction: column;
    gap: 2rem;
  }
}
.mdl-blocks__cl {
  width: 100%;
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .mdl-blocks__cl {
    margin-bottom: 0rem;
  }
}
.mdl-blocks__cl img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .mdl-blocks__cl img {
    aspect-ratio: 14/7;
  }
}
.mdl-blocks__cl:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: "Inter", sans-serif;
  color: #000;
}
@media (max-width: 767.98px) {
  .mdl-blocks__cl {
    width: 100%;
  }
}
.mdl-blocks__cl:last-child .mdl-blocks__cn {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
}
.mdl-blocks__cl:last-child .mdl-blocks__cn-bx {
  padding: 0 2rem 0 5.5rem;
  max-width: 45.2rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .mdl-blocks__cl:last-child .mdl-blocks__cn-bx {
    padding: 2rem;
    max-width: none;
  }
}
.mdl-blocks__cl:last-child h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 123%;
  margin-bottom: 3.4rem;
}
.mdl-blocks__cl:last-child h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 2rem;
}
.mdl-blocks__cl:last-child p {
  font-size: 1.6rem;
  line-height: 137%;
  margin-bottom: 1.5rem;
}
.mdl-blocks__cl:last-child ul {
  list-style: none;
  margin: 0 0 2.2rem 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.mdl-blocks__cl:last-child li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
}
.mdl-blocks__cl:last-child li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url("./src/imgs/bullet.png") no-repeat center/contain;
}
.mdl-blocks__cl .btn {
  display: block;
  margin-top: 3.5rem;
  padding: 1rem;
  color: #fff;
}
.mdl-blocks--single {
  padding: 0 0 9.2rem 0;
}
.mdl-blocks--single .container__bx {
  padding: 0;
}
.mdl-blocks--single .mdl-blocks__bx {
  align-items: stretch;
  width: 100%;
  grid-template-columns: 1.4fr 1fr;
}
@media (max-width: 767.98px) {
  .mdl-blocks--single .mdl-blocks__bx {
    grid-template-columns: 1fr;
  }
}
.mdl-blocks--single .mdl-blocks__cl:first-child {
  width: 100%;
  display: flex;
}
@media (max-width: 767.98px) {
  .mdl-blocks--single .mdl-blocks__cl:first-child {
    width: 100%;
    max-width: none;
  }
}
.mdl-blocks--single .mdl-blocks__cl:last-child {
  width: 100%;
}
@media (max-width: 767.98px) {
  .mdl-blocks--single .mdl-blocks__cl:last-child {
    max-width: none;
  }
}
.mdl-blocks--single .mdl-blocks__cl:last-child .mdl-blocks__cn-bx {
  padding: 0.8rem 2rem 0.8rem 6.9rem;
  max-width: 51.4rem;
}
.mdl-blocks--single .mdl-blocks__cl:last-child .mdl-blocks__cn-bx h2 {
  font-size: 2.8rem;
  line-height: 121%;
  margin-bottom: 3.7rem;
}
.mdl-blocks--single .mdl-blocks__cl:last-child .mdl-blocks__cn-bx p {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .mdl-blocks--single .mdl-blocks__cl:last-child .mdl-blocks__cn-bx {
    max-width: none;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .mdl-blocks--single .mdl-blocks__cl:last-child {
    width: 100%;
  }
}
.mdl-blocks--single .btn {
  display: inline-block;
  margin-top: 2.7rem;
  padding: 1rem;
  color: #fff;
  min-width: 28.4rem;
}
@media (max-width: 767.98px) {
  .mdl-blocks--single .btn {
    display: block;
  }
}

.mdl-slider__bx {
  position: relative;
  width: 100%;
  height: 60.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  background: url("https://greensafe.amwp.es/wp-content/uploads/2026/01/hero-foto-1440-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 14/4;
}
.mdl-slider__bx::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 5;
}
.mdl-slider__bx {
  mask-image: url("./src/imgs/masks/mask-home.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center bottom;
  mask-clip: content-box;
  -webkit-mask-clip: content-box;
}
@media (max-width: 991.98px) {
  .mdl-slider__bx {
    aspect-ratio: 14/6;
  }
}
@media (max-width: 767.98px) {
  .mdl-slider__bx {
    aspect-ratio: 14/8;
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .mdl-slider__bx {
    aspect-ratio: 14/6;
  }
}
.mdl-slider__bx {
  position: relative;
}
.mdl-slider__bx h1 {
  margin: 0;
  font-size: 5rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-slider__bx h1 {
    font-size: 3rem;
  }
}
.mdl-slider__bx p {
  font-size: 3rem;
  line-height: 133%;
  margin-bottom: 3.8rem;
  max-width: 74rem;
}
@media (max-width: 767.98px) {
  .mdl-slider__bx p {
    font-size: 2rem;
  }
}
.mdl-slider .mdl-slider__bx .swiper,
.mdl-slider .mdl-slider__bx .swiper-wrapper,
.mdl-slider .mdl-slider__bx .swiper-slide {
  width: 100%;
  height: 100%;
}
.mdl-slider .mdl-slider__bx .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-size: cover;
  top: -50%;
  transform: translateY(70%);
}
.mdl-slider .mdl-slider__cn {
  position: relative;
  z-index: 10;
  max-width: 76rem;
  text-align: center;
  padding: 0 5rem 0 5rem;
}
.mdl-slider .mdl-slider__bx::before {
  z-index: 1;
}
.mdl-slider .mdl-slider__bx .swiper {
  position: relative;
  z-index: 2;
}
.mdl-slider .swiper-button-next,
.mdl-slider .swiper-button-prev {
  color: #fff;
}
.mdl-slider .btn {
  display: inline-block;
  height: 3.5rem;
  min-width: 28.4rem;
}

.mdl-slider-mod__bx {
  position: relative;
  width: 100%;
  height: 60.8rem;
  mask-image: url("./src/imgs/masks/mask-home.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center bottom;
  mask-clip: content-box;
  -webkit-mask-clip: content-box;
}
@media (max-width: 991.98px) {
  .mdl-slider-mod__bx {
    aspect-ratio: 14/6;
  }
}
@media (max-width: 767.98px) {
  .mdl-slider-mod__bx {
    aspect-ratio: 14/8;
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .mdl-slider-mod__bx {
    aspect-ratio: 14/6;
  }
}
.mdl-slider-mod__bx {
  position: relative;
}
.mdl-slider-mod__cn {
  top: -50%;
  transform: translateY(70%);
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
}
.mdl-slider-mod__cn h1 {
  margin: 0;
  font-size: 5rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .mdl-slider-mod__cn h1 {
    font-size: 3rem;
  }
}
.mdl-slider-mod__cn p {
  font-size: 3rem;
  line-height: 133%;
  margin-bottom: 3.8rem;
}
@media (max-width: 767.98px) {
  .mdl-slider-mod__cn p {
    font-size: 2rem;
  }
}
.mdl-slider-mod .mdl-slider__bx .swiper,
.mdl-slider-mod .mdl-slider__bx .swiper-wrapper,
.mdl-slider-mod .mdl-slider__bx .swiper-slide {
  width: 100%;
  height: 100%;
}
.mdl-slider-mod .mdl-slider__bx .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-size: cover;
}
.mdl-slider-mod .swiper-slide::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .mdl-slider-mod .swiper-slide::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.mdl-slider-mod .swiper-slide.img1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 14/4;
}
.mdl-slider-mod .swiper-slide.img2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 14/4;
}
.mdl-slider-mod .mdl-slider__cn {
  position: relative;
  z-index: 10;
  max-width: 89rem;
  text-align: center;
  padding: 0 5rem 0 5rem;
  top: 50%;
  transform: translateY(-60%);
}
.mdl-slider-mod .mdl-slider__bx::before {
  z-index: 1;
}
.mdl-slider-mod .mdl-slider__bx .swiper {
  position: relative;
  z-index: 2;
}
.mdl-slider-mod .swiper-button-next,
.mdl-slider-mod .swiper-button-prev {
  color: #fff;
}
.mdl-slider-mod .btn {
  display: inline-block;
  height: 3.5rem;
  min-width: 28.4rem;
}
/*# sourceMappingURL=style.css.map */
