@font-face {
  font-family: "quartzobold";
  src: url("../fonts/quartzo-webfont.woff2") format("woff2"), url("../fonts/quartzo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}

::-webkit-scrollbar-track:hover {
  background-color: #e4e4e4;
}

::-webkit-scrollbar-thumb {
  background-color: #004896;
  border-radius: 6px;
  border: 3px solid #e4e4e4;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #004896;
  border: 3px solid #e4e4e4;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  list-style: none;
  outline: none;
}

body {
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  padding-top: 5.8823529412rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  body {
    padding-top: 9.4705882353rem;
  }
}
body.scrollLock {
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.scrollLock {
    padding-right: 16px;
  }
}

main {
  min-height: calc(100vh - 150px);
}

ul,
ol {
  margin: 0;
  padding: 0;
  padding-left: 1.1764705882rem;
}
ul li,
ol li {
  color: #000000;
  font-size: 0.8235294118rem;
  font-weight: 400;
  line-height: 1.94;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  ul li,
  ol li {
    font-size: 0.9411764706rem;
  }
}
@media (min-width: 1200px) {
  ul li,
  ol li {
    font-size: 1.0588235294rem;
  }
}
ul li a,
ol li a {
  font-weight: 600;
  color: inherit;
  -webkit-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}
@media (hover: hover) {
  ul li a:hover,
  ol li a:hover {
    color: #004896;
  }
}

ul li {
  display: list-item;
  list-style: disc;
}

ol li {
  display: list-item;
  list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}

h5.main_title {
  font-size: 0.9411764706rem;
}
@media (min-width: 768px) {
  h5.main_title {
    font-size: 1.0588235294rem;
  }
}
@media (min-width: 992px) {
  h5.main_title {
    font-size: 1.1764705882rem;
  }
}

p {
  color: #000000;
  font-size: 0.8235294118rem;
  font-weight: 400;
  line-height: 1.94;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  p {
    font-size: 0.9411764706rem;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 1.0588235294rem;
  }
}
p a {
  font-weight: 600;
  color: inherit;
  -webkit-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}
@media (hover: hover) {
  p a:hover {
    color: #004896;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #004896;
}

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

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  min-width: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #004896;
  border-radius: 14px;
  background-color: #ffffff;
  cursor: pointer;
}
input[type=radio]::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #004896;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #004896;
  opacity: 0;
}
input[type=radio]:checked::before {
  opacity: 1;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #6d6d6d;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
input[type=checkbox]::before {
  content: "";
  display: block;
  width: 4px;
  height: 2px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: rotate(45deg) translate(0, 0);
          transform: rotate(45deg) translate(0, 0);
  position: absolute;
  top: 7px;
  left: 2px;
}
input[type=checkbox]::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
  position: absolute;
  top: 6px;
  left: 4px;
}
input[type=checkbox]:checked {
  border: 1px solid #004896;
  background: #004896;
}
input[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=checkbox]:checked::after {
  opacity: 1;
}

.form-control {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin: 0;
  height: 2.3529411765rem;
  padding: 0 1.1764705882rem;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  font-size: 0.9411764706rem;
  font-weight: 400;
  color: #000000;
  background-color: white;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  border-radius: 0.5882352941rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .form-control {
    height: 2.9411764706rem;
  }
}
.form-control:focus {
  outline: none;
}
.form-control::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control::-webkit-input-placeholder {
  font-size: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.52);
}
.form-control::-moz-placeholder {
  font-size: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.52);
}
.form-control:-ms-input-placeholder {
  font-size: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.52);
}
.form-control::-ms-input-placeholder {
  font-size: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.52);
}
.form-control::placeholder {
  font-size: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.52);
}

select {
  position: relative;
  padding-right: 30px;
  background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAJtJREFUOE/t0j0KAjEQBtC3jaVexwt4Bk+ijdr4U3kf0RvYeBZ7QZABhSU4bkALi00VyOTlyySNH4/mx54e/L6jn3o4wC05Il3LwBmmmOBaoCMcccCmPDAD11jhUqBDnDDGHvNaMOpK9N6Fxaauf7jFAudnkki2wzJ7vi6wnTTmb6/ZxmvAqI+kMdJkL7QWrP6gPVjdqrTw/3v4APNnFhU43ZM9AAAAAElFTkSuQmCC") no-repeat calc(100% - 5px) center;
}

textarea.form-control {
  height: 9.4117647059rem !important;
  resize: none;
  overflow: hidden;
  padding: 0.5882352941rem 1.1764705882rem;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
}
input[type=number]::-webkit-outer-spin-button {
  display: none;
}
input[type=number]:hover {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]:hover::-webkit-inner-spin-button {
  display: none;
}
input[type=number]:hover::-webkit-outer-spin-button {
  display: none;
}

label em {
  color: rgb(221, 59, 59);
}

strong {
  font-weight: 600;
}

.clearfix {
  clear: both;
}

.main_title {
  color: #004896;
  font-size: 1.4117647059rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 1.7647058824rem;
}
@media (min-width: 768px) {
  .main_title {
    font-size: 1.6470588235rem;
  }
}
@media (min-width: 992px) {
  .main_title {
    font-size: 1.8823529412rem;
  }
}

.badge {
  height: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  font-size: 0.8235294118rem;
  font-weight: 400;
  line-height: 1;
  color: #B4D987;
  border: 1px solid #B4D987;
  background-color: transparent;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  margin: 0 0 20px;
}

.sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.0588235294rem;
  font-weight: 400;
  color: #124b90;
  line-height: 1.2857142857;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 1.4705882353rem;
  }
}

.btn {
  --bs-btn-border-radius: 0.5882352941rem;
  --bs-btn-font-family: Montserrat, sans-serif;
  --bs-btn-line-height: 1;
  --bs-btn-font-size: 0.9411764706rem;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 1.7647058824rem;
  --bs-btn-font-weight: 900;
  letter-spacing: 0.0294117647rem;
  min-height: 2.3529411765rem;
  min-width: 10.5882352941rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .btn {
    min-height: 2.9411764706rem;
  }
}
.btn.btn-primary {
  --bs-btn-bg: rgba(0, 72, 150, 0.9);
  --bs-btn-border-color: rgba(0, 72, 150, 0.74);
  --bs-btn-hover-bg: #004896;
  --bs-btn-hover-border-color: #004896;
  --bs-btn-active-bg: #004896;
  --bs-btn-active-border-color: #004896;
  --bs-btn-disabled-bg: rgba(0, 72, 150, 0.74);
  --bs-btn-disabled-border-color: rgba(0, 72, 150, 0.74);
}
.btn.btn-outline {
  --bs-btn-color: #004896;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #004896;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #545454;
  --bs-btn-hover-border-color: #545454;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #004896;
  --bs-btn-active-border-color: #004896;
  --bs-btn-disabled-color: #004896;
  --bs-btn-disabled-bg: #004896;
  --bs-btn-disabled-border-color: #004896;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  margin: 0 auto auto;
  text-transform: uppercase;
}

.btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5882352941rem;
     -moz-column-gap: 0.5882352941rem;
          column-gap: 0.5882352941rem;
  font-size: 0.8235294118rem;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .btn_link {
    font-size: 0.9411764706rem;
  }
}
@media (min-width: 992px) {
  .btn_link {
    font-size: 1.1764705882rem;
    -webkit-column-gap: 0.8823529412rem;
       -moz-column-gap: 0.8823529412rem;
            column-gap: 0.8823529412rem;
  }
}
.btn_link i {
  -webkit-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-size: 0.5882352941rem;
}
@media (min-width: 992px) {
  .btn_link i {
    font-size: 0.8235294118rem;
  }
}
@media (hover: hover) {
  .btn_link:hover i {
    -webkit-transform: translateX(0.2941176471rem);
            transform: translateX(0.2941176471rem);
  }
}

.submitting .btn.has-spinner {
  font-size: 0;
}
.submitting input[type=submit].has-spinner,
.submitting input[type=button].has-spinner {
  font-size: 0;
}

input[type=reset] {
  width: auto;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  height: 40px;
  border: 1px solid #d4d4d4;
  color: #000000;
  background: #ffffff;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
input[type=reset]:disabled {
  pointer-events: none;
  color: #c1c1c1;
  border-color: #e1e6ec;
}

fieldset {
  border: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 1px;
  padding: 0;
  position: relative;
}
fieldset span.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
fieldset label {
  color: #545454;
  font-size: 0.8235294118rem;
  font-weight: 600;
  line-height: 1.12;
  display: block;
  margin-bottom: 0.5882352941rem;
}
.rotate_screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 160002;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 30px;
  background-color: #004896;
}
.rotate_screen .img {
  margin-bottom: 30px;
  max-width: 60px;
}
.rotate_screen .img img {
  display: block;
  pointer-events: none;
  max-width: 100%;
}
.rotate_screen h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #B4D987;
}
@media only screen and (max-width: 993px) and (orientation: landscape) {
  .rotate_screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.goto_top {
  position: fixed;
  left: 15px;
  bottom: 23px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 9999;
  padding: 0;
  min-width: 1px;
  width: 55px;
  padding: 0 0;
  font-size: 20px;
}
.goto_top svg {
  height: 30px;
  width: 30px;
  fill: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.goto_top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004896;
  z-index: 1600001;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loader::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #505050;
  border-bottom-color: #B4D987;
  border-radius: 40px;
  -webkit-animation: rotate 0.7s normal linear infinite;
          animation: rotate 0.7s normal linear infinite;
}
.loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.whatsapp_floating_btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2CB742;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 1;
}
.whatsapp_floating_btn svg {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.carousel__button {
  min-width: 1px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@media (max-width: 991px) {
  .sub_title {
    font-size: 1.2941176471rem;
  }
}
header {
  width: 100%;
  padding: 1.1764705882rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  header {
    padding: 2.3529411765rem 0;
  }
}
header .header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
header .header_container .logo {
  width: 3.5294117647rem;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 576px) {
  header .header_container .logo {
    width: 5.8823529412rem;
  }
}
header .header_container .logo a {
  pointer-events: all;
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
header .header_container .logo a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
header .header_container .menu_overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100%;
  z-index: 1050;
  background-color: #ffffff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0.5s transform ease-in-out, 0.5s opacity ease-in-out;
  transition: 0.5s transform ease-in-out, 0.5s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
}
header .header_container .menu_overlay.open {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
}
header .header_container .menu {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100%;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header_container .menu .menu_list li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.6s opacity ease-in-out, 0.6s -webkit-transform cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.6s opacity ease-in-out, 0.6s -webkit-transform cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.6s transform cubic-bezier(0.61, 1, 0.88, 1), 0.6s opacity ease-in-out;
  transition: 0.6s transform cubic-bezier(0.61, 1, 0.88, 1), 0.6s opacity ease-in-out, 0.6s -webkit-transform cubic-bezier(0.61, 1, 0.88, 1);
  opacity: 0;
}
header .header_container .menu .menu_list li a {
  color: #545454;
  padding: 0.8823529412rem 0;
  display: block;
  font-size: 1.4117647059rem;
  font-weight: 900;
}
header .header_container .menu .menu_list li a.active {
  color: #B4D987;
}
header .header_container .menu.open {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  pointer-events: all;
}
header .header_container .menu.open .menu_list li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
header .header_container .menu.open .menu_list li:nth-child(1n) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
header .header_container .menu.open .menu_list li:nth-child(2n) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
header .header_container .menu.open .menu_list li:nth-child(3n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
header .header_container .menu.open .menu_list li:nth-child(4n) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
header .header_container .menu.open .menu_list li:nth-child(5n) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
header .header_container .menu.open .menu_list li:nth-child(6n) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
header .header_container .menu.open .menu_list li:nth-child(7n) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
header .header_container .menu.open .menu_list li:nth-child(8n) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
header .header_container .menu.open .menu_list li:nth-child(9n) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
header .header_container .menu.open .menu_list li:nth-child(10n) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
header .header_container .menu-btn {
  z-index: 1050;
  pointer-events: all;
  width: 2rem;
  height: 3.5294117647rem;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header .header_container .menu-btn .bar {
  display: block;
  width: 2rem;
  height: 0.1764705882rem;
  background-color: #000000;
  border-radius: 0.1176470588rem;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
header .header_container .menu-btn .bar.bar_1 {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
}
header .header_container .menu-btn .bar.bar_2 {
  margin: 0.5882352941rem 0;
  opacity: 1;
}
header .header_container .menu-btn .bar.bar_3 {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
}
header .header_container .menu-btn .bar.bar_4 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0) rotate(0);
          transform: translate(-50%, -50%) scaleX(0) rotate(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
header .header_container .menu-btn .bar.bar_5 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0) rotate(0);
          transform: translate(-50%, -50%) scaleX(0) rotate(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
header .header_container .menu-btn.open .bar.bar_1 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
header .header_container .menu-btn.open .bar.bar_2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
  margin: 0;
}
header .header_container .menu-btn.open .bar.bar_3 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
header .header_container .menu-btn.open .bar.bar_4 {
  -webkit-transform: translate(-50%, -50%) scaleX(1) rotate(45deg);
          transform: translate(-50%, -50%) scaleX(1) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
}
header .header_container .menu-btn.open .bar.bar_5 {
  -webkit-transform: translate(-50%, -50%) scaleX(1) rotate(-45deg);
          transform: translate(-50%, -50%) scaleX(1) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
}
header.fix {
  padding: 1.1764705882rem 0;
}
header.fix .header_container .logo {
  width: 3.5294117647rem;
}
@media (min-width: 576px) {
  header.fix .header_container .logo {
    width: 4.1176470588rem;
  }
}
header.fix .header_container .menu-btn .bar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #000000;
          box-shadow: 0 0 0 1px #000000;
}

section {
  position: relative;
}
section.no_bg {
  padding: 2.6470588235rem 0;
}
@media (min-width: 992px) {
  section.no_bg {
    padding: 3.8235294118rem 0;
  }
}
@media (min-width: 1200px) {
  section.no_bg {
    padding: 5rem 0;
  }
}
section.no_bg + .no_bg {
  padding-top: 0;
}
@media (min-width: 992px) {
  section.no_bg + .no_bg {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  section.no_bg + .no_bg {
    padding-top: 0;
  }
}
section.has_bg {
  background-color: rgba(156, 199, 155, 0.6588235294);
  padding: 2.6470588235rem 0;
}
@media (min-width: 992px) {
  section.has_bg {
    padding: 3.8235294118rem 0;
  }
}
@media (min-width: 1200px) {
  section.has_bg {
    padding: 5rem 0;
  }
}
section.has_bg .card_item {
  display: block;
  text-decoration: none;
}
section.has_bg + .has_bg {
  padding-top: 0;
}
@media (min-width: 992px) {
  section.has_bg + .has_bg {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  section.has_bg + .has_bg {
    padding-top: 0;
  }
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.7647058824rem;
}
.head .main_title {
  margin-bottom: 0;
}

.banner {
  padding: 0;
}
.banner .banner_video {
  width: 100%;
  height: calc(100vh - 10.8823529412rem);
  min-height: 17.6470588235rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.1764705882rem;
}
@media (min-width: 768px) {
  .banner .banner_video {
    height: calc(100vh - 14.4705882353rem);
  }
}
.banner .banner_video video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner_video .banner_content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.16);
}
.banner .banner_video .banner_content h1 {
  color: #ffffff;
  font-size: 1.8823529412rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
@media (min-width: 576px) {
  .banner .banner_video .banner_content h1 {
    font-size: 2.1176470588rem;
  }
}
@media (min-width: 768px) {
  .banner .banner_video .banner_content h1 {
    font-size: 2.3529411765rem;
  }
}
@media (min-width: 992px) {
  .banner .banner_video .banner_content h1 {
    font-size: 3.2941176471rem;
  }
}
@media (min-width: 1200px) {
  .banner .banner_video .banner_content h1 {
    font-size: 4.4705882353rem;
  }
}
@media (min-width: 1600px) {
  .banner .banner_video .banner_content h1 {
    font-size: 5.6470588235rem;
  }
}
.banner .banner_video .scroll_down {
  position: absolute;
  z-index: 1;
  left: calc(50% - 1.4705882353rem);
  bottom: 2.9411764706rem;
  width: 2.9411764706rem;
  height: 2.9411764706rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.7647058824rem;
  -webkit-animation: scroll 3s ease-in-out 0s infinite normal;
          animation: scroll 3s ease-in-out 0s infinite normal;
}

.home_about .home_about_description {
  padding-bottom: 1.1764705882rem;
}
@media (min-width: 992px) {
  .home_about .home_about_description {
    padding-bottom: 2.0588235294rem;
  }
}

.home_features .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 1.4117647059rem;
}
@media (min-width: 768px) {
  .home_features .row {
    --bs-gutter-x: 0.9411764706rem;
    --bs-gutter-y: 0;
  }
}
@media (min-width: 992px) {
  .home_features .row {
    --bs-gutter-x: 1.1764705882rem;
  }
}
@media (min-width: 1200px) {
  .home_features .row {
    --bs-gutter-x: 1.7647058824rem;
  }
}
.home_features .home_feature {
  position: relative;
  overflow: hidden;
  border-radius: 1.1764705882rem;
}
.home_features .home_feature .image_container {
  padding-bottom: 63.1364562118%;
  position: relative;
  overflow: hidden;
  display: block;
}
.home_features .home_feature .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_features .home_feature .content {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.3529411765rem;
}
@media (min-width: 992px) {
  .home_features .home_feature .content {
    padding: 4.1176470588rem;
  }
}
.home_features .home_feature .content .content_wrap {
  color: #ffffff;
  font-size: 0.9411764706rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .home_features .home_feature .content .content_wrap {
    font-size: 1.4117647059rem;
  }
}
.home_features .home_feature .content .content_wrap::after {
  content: "";
  display: block;
  width: 5.8823529412rem;
  height: 0.1764705882rem;
  border-radius: 0.1764705882rem;
  background-color: #ffffff;
  margin-top: 0.5882352941rem;
}
@media (min-width: 1200px) {
  .home_features .home_feature .content .content_wrap::after {
    width: 8.1176470588rem;
    margin-top: 0.8823529412rem;
  }
}
.home_features .home_feature .content .content_wrap span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_features .home_feature .content .content_wrap .counter .count {
  font-size: 1.8823529412rem;
}
@media (min-width: 1200px) {
  .home_features .home_feature .content .content_wrap .counter .count {
    font-size: 2.1176470588rem;
  }
}

.home_certifications .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_certifications .image_container {
  max-width: 100%;
  margin-bottom: 1.1764705882rem;
  padding-bottom: 95.1923076923%;
  position: relative;
  overflow: hidden;
  display: block;
}
.home_certifications .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 576px) {
  .home_certifications .image_container {
    max-width: 18.0588235294rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .home_certifications .image_container {
    margin: 0 auto;
  }
}
.home_certifications .image_container img {
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
.home_certifications .main_title {
  margin-bottom: 0.8823529412rem;
}
.home_awards_news .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 1.4117647059rem;
}
@media (min-width: 768px) {
  .home_awards_news .row {
    --bs-gutter-x: 0.9411764706rem;
    --bs-gutter-y: 0;
  }
}
@media (min-width: 992px) {
  .home_awards_news .row {
    --bs-gutter-x: 2.2352941176rem;
  }
}
@media (min-width: 1200px) {
  .home_awards_news .row {
    --bs-gutter-x: 4.4705882353rem;
  }
}
.home_awards_news .awards_news_item .awards_news_item_image {
  position: relative;
  overflow: hidden;
  border-radius: 1.1764705882rem;
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(#ffffff), to(#f5f5f5));
  background: linear-gradient(to right, #f5f5f5, #ffffff, #f5f5f5);
  padding: 1.7647058824rem;
}
.home_awards_news .awards_news_item .awards_news_item_image .image_container {
  padding-bottom: 64.8760330579%;
  position: relative;
  overflow: hidden;
  display: block;
}
.home_awards_news .awards_news_item .awards_news_item_image .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_awards_news .awards_news_item .awards_news_item_image .image_container img {
  mix-blend-mode: multiply;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.home_awards_news .awards_news_item .awards_news_item_image .year {
  position: absolute;
  right: 0;
  top: 2.3529411765rem;
  min-width: 5.1176470588rem;
  height: 2.3529411765rem;
  background-color: #B4D987;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.5882352941rem;
  font-size: 1.1764705882rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .home_awards_news .awards_news_item .awards_news_item_image .year {
    top: 3.8823529412rem;
  }
}
.home_awards_news .awards_news_item .awards_news_item_title {
  margin-top: 0.5882352941rem;
  margin-bottom: 0;
  font-size: 1.1764705882rem;
  color: #545454;
  line-height: 2.14;
  font-weight: 600;
}
@media (min-width: 768px) {
  .home_awards_news .awards_news_item .awards_news_item_title {
    font-size: 1.4117647059rem;
  }
}
@media (min-width: 992px) {
  .home_awards_news .awards_news_item .awards_news_item_title {
    font-size: 1.6470588235rem;
  }
}

.home_products .row {
  row-gap: 1.5294117647rem;
}

.card_item .card_image {
  overflow: hidden;
  border-radius: 1.1764705882rem;
  background: radial-gradient(#ffffff, #ffe4d1);
}
@media (min-width: 768px) {
  .card_item .card_image {
    height: 11.7647058824rem;
  }
}
@media (min-width: 992px) {
  .card_item .card_image {
    height: 17.6470588235rem;
  }
}
@media (min-width: 1200px) {
  .card_item .card_image {
    height: 21.6470588235rem;
  }
}
.card_item .card_image .image_container {
  height: 100%;
}
.card_item .card_title {
  margin-top: 0.5294117647rem;
  color: #545454;
  font-size: 0.9411764706rem;
  line-height: 2.14;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .card_item .card_title {
    font-size: 1.0588235294rem;
  }
}
@media (min-width: 768px) {
  .card_item .card_title {
    font-size: 1.1764705882rem;
  }
}
@media (min-width: 992px) {
  .card_item .card_title {
    font-size: 1.4117647059rem;
  }
}
.card_item.large .image_container {
  padding-bottom: 77.1488469602%;
  position: relative;
  overflow: hidden;
  display: block;
}
.card_item.large .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .card_item.large .image_container {
    padding-bottom: 35.972629521%;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .card_item.large .image_container > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.card_item.small .image_container {
  padding-bottom: 77.1488469602%;
  position: relative;
  overflow: hidden;
  display: block;
}
.card_item.small .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.products_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.5294117647rem;
  margin: 0 -0.8235294118rem;
}

.product_item_wrap {
  padding: 0 0.8235294118rem;
  width: 100%;
}
.product_item_wrap .product_item .product_image {
  overflow: hidden;
  border-radius: 1.1764705882rem;
}
@media (min-width: 768px) {
  .product_item_wrap .product_item .product_image {
    height: 11.7647058824rem;
  }
}
@media (min-width: 992px) {
  .product_item_wrap .product_item .product_image {
    height: 17.6470588235rem;
  }
}
@media (min-width: 1200px) {
  .product_item_wrap .product_item .product_image {
    height: 21.6470588235rem;
  }
}
.product_item_wrap .product_item .product_image .image_container {
  height: 100%;
}
.product_item_wrap .product_item .product_title {
  margin-top: 0.5294117647rem;
  color: #545454;
  font-size: 1.0588235294rem;
  line-height: 2.14;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .product_item_wrap .product_item .product_title {
    font-size: 1.1764705882rem;
  }
}
@media (min-width: 768px) {
  .product_item_wrap .product_item .product_title {
    font-size: 1.4117647059rem;
  }
}
@media (min-width: 992px) {
  .product_item_wrap .product_item .product_title {
    font-size: 1.6470588235rem;
  }
}
@media (min-width: 768px) {
  .product_item_wrap.large {
    width: 66.2958115183%;
  }
}
.product_item_wrap.large .product_item .product_image .image_container {
  padding-bottom: 77.1488469602%;
  position: relative;
  overflow: hidden;
  display: block;
}
.product_item_wrap.large .product_item .product_image .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .product_item_wrap.large .product_item .product_image .image_container {
    padding-bottom: 35.972629521%;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .product_item_wrap.large .product_item .product_image .image_container > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) {
  .product_item_wrap.small {
    width: 31.8717277487%;
  }
}
.product_item_wrap.small .product_item .product_image .image_container {
  padding-bottom: 77.1488469602%;
  position: relative;
  overflow: hidden;
  display: block;
}
.product_item_wrap.small .product_item .product_image .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home_applications .home_applications_description {
  padding-bottom: 2.0588235294rem;
}
.home_applications .home_applications_wrap {
  margin-top: 3.5294117647rem;
}
.home_applications .home_applications_wrap .row {
  row-gap: 2.1176470588rem;
}

.home_clients .clients_description {
  padding-bottom: 2.0588235294rem;
}
.home_clients .clients_wrap {
  padding-top: 2.9411764706rem;
}
@media (min-width: 992px) {
  .home_clients .clients_wrap {
    padding-top: 4.1176470588rem;
  }
}
.home_clients .clients_wrap .image_container {
  padding-bottom: 41.3486005089%;
  position: relative;
  overflow: hidden;
  display: block;
}
.home_clients .clients_wrap .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 576px) {
  .home_clients .clients_wrap .image_container {
    padding-bottom: 7.5577763898%;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .home_clients .clients_wrap .image_container > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.contact_block {
  overflow: hidden;
}
.contact_block .row {
  --bs-gutter-y: 1.7647058824rem;
}
@media (min-width: 992px) {
  .contact_block .row {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1200px) {
  .contact_block .row {
    --bs-gutter-x: 3.5294117647rem;
  }
}
@media (min-width: 1600px) {
  .contact_block .row {
    --bs-gutter-x: 4.5882352941rem;
  }
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  background-color: #9bc898;
  padding: 1.7647058824rem;
  border-radius: 1.1764705882rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .box {
    padding: 2.4705882353rem 3.6470588235rem 2.2352941176rem;
  }
}
.box .main_title {
  margin-bottom: 0.5882352941rem;
}
.box p {
  margin-bottom: 1.7647058824rem;
}
.box .btn_link {
  margin-top: auto;
}

.about_banner h1 {
  text-align: center;
  padding-top: 2.1176470588rem;
  text-align: center;
  max-width: 66.6470588235rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.2352941176rem;
}
.about_banner .video {
  padding-bottom: 45.7460732984%;
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 1.1764705882rem;
  overflow: hidden;
}
.about_banner .video > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about_banner .video > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about_banner .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.breadcrumbs {
  padding: 1.1764705882rem 0;
}
.breadcrumbs p {
  color: #B1B1B1;
  font-size: 0.9411764706rem;
  font-weight: 600;
  line-height: 2.4;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .breadcrumbs p {
    font-size: 1.0588235294rem;
  }
}
@media (min-width: 992px) {
  .breadcrumbs p {
    font-size: 1.2941176471rem;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs p {
    font-size: 1.4705882353rem;
  }
}
.breadcrumbs p a {
  text-decoration: none;
}
@media (hover: hover) {
  .breadcrumbs p a:hover {
    color: #B4D987;
  }
}
.breadcrumbs p span {
  color: #000000;
}

.about_description .main_title {
  margin-top: 1.7647058824rem;
  margin-bottom: 0.2941176471rem;
}
@media (min-width: 768px) {
  .about_description .main_title {
    font-size: 1.6470588235rem;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .about_description .about_description_wrapper {
    padding-left: 7.8823529412rem;
  }
}
@media (min-width: 1200px) {
  .about_description .about_description_wrapper {
    padding-left: 13.7647058824rem;
  }
}

.company_history .company_history_wrap {
  padding-top: 3.5294117647rem;
}
.company_history .company_history_wrap .row {
  row-gap: 1.5294117647rem;
}

.details_banner {
  padding-top: 3.2352941176rem;
}
.details_banner .main_title {
  text-align: center;
  margin-bottom: 0;
}
.details_banner .image {
  overflow: hidden;
  border-radius: 1.1764705882rem;
  margin-top: 3.2352941176rem;
  padding-bottom: 45.7460732984%;
  position: relative;
  overflow: hidden;
  display: block;
}
.details_banner .image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.details_description .details_title {
  max-width: 30.8823529412rem;
}
.details_description .details_description_wrap {
  padding-bottom: 0;
}

.products .row {
  row-gap: 1.5294117647rem;
}
@media (min-width: 768px) {
  .products .card_item .card_image {
    height: 15.2352941176rem;
  }
}
@media (min-width: 992px) {
  .products .card_item .card_image {
    height: 20.6470588235rem;
  }
}
@media (min-width: 1200px) {
  .products .card_item .card_image {
    height: 24.8823529412rem;
  }
}
.products .card_item p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.applications .row {
  row-gap: 1.5294117647rem;
}
@media (min-width: 768px) {
  .applications .card_item .card_image {
    height: auto;
  }
}
@media (min-width: 992px) {
  .applications .card_item .card_image {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .applications .card_item .card_image {
    height: auto;
  }
}
.applications .card_item .card_image .image_container {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.applications .card_item .card_image .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.applications .card_item.large .image_container {
  padding-bottom: 43.1524547804%;
  position: relative;
  overflow: hidden;
  display: block;
}
.applications .card_item.large .image_container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.aos-animate .curtain {
  -webkit-transform: translateY(102%) scaleY(0);
          transform: translateY(102%) scaleY(0);
}

fieldset {
  position: relative;
}
fieldset .inputField ~ label {
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.8235294118rem;
  color: #d3d3d3;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
fieldset .inputField ~ label.floated {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  font-size: 0.7058823529rem;
}
fieldset .inputField ~ line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #004896;
}
fieldset .inputField ~ line.floated {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* wordpress elements */
span.wpcf7-not-valid-tip {
  font-size: 0 !important;
}

input.wpcf7-validates-as-required.inputField.wpcf7-not-valid {
  border-bottom: 1px solid #ed0000;
}

select.wpcf7-validates-as-required.inputField.wpcf7-not-valid {
  border-bottom: 1px solid #ed0000;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #dc3232 !important;
  margin: 2em 0 1em;
  text-align: center;
}
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #dc3232 !important;
  margin: 2em 0 1em;
  text-align: center;
}
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #dc3232 !important;
  margin: 2em 0 1em;
  text-align: center;
}

.alert {
  margin: 15px 0 0 !important;
  padding: 10px 10px !important;
  font-size: 0.7058823529rem !important;
  border-radius: 0 !important;
}
.popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1050;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.popup-overlay.show {
  pointer-events: all;
  opacity: 1;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100svh;
  z-index: 1051;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.popup .popup-body {
  pointer-events: none;
  width: 350px;
  max-width: 100%;
  min-height: 250px;
  max-height: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  padding: 35px;
  position: relative;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.popup .popup-body .popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  cursor: pointer;
}
.popup .popup-body .popup-close i {
  display: block;
}
.popup.show {
  opacity: 1;
}
.popup.show .popup-body {
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* pagination */
.navigation.pagination {
  display: block !important;
  padding: 0 0 75px;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation.pagination .nav-links .page-numbers {
  font-size: 0.7647058824rem;
  font-weight: 600;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ddd;
  color: #004896;
  margin: 0 5px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.navigation.pagination .nav-links .page-numbers span {
  display: none;
}
.navigation.pagination .nav-links .page-numbers.prev {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}
.navigation.pagination .nav-links .page-numbers.prev::before {
  font-size: 20px;
  content: "\f100";
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.navigation.pagination .nav-links .page-numbers.next {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}
.navigation.pagination .nav-links .page-numbers.next::before {
  font-size: 20px;
  content: "\f101";
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.navigation.pagination .nav-links .page-numbers.current {
  background-color: #004896;
  color: #b4d987;
}

.products_head {
  max-width: 66.6470588235rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5294117647rem;
  margin-bottom: 1.8823529412rem;
}
.products_head .main_title {
  text-align: center;
  line-height: 1.87;
  margin-bottom: 0;
}

.colors_head {
  max-width: 66.6470588235rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5294117647rem;
  margin-bottom: 1.8823529412rem;
}
.colors_head .main_title {
  text-align: center;
  line-height: 1.87;
  margin-bottom: 0;
}

.contact_us_head {
  max-width: 66.6470588235rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5294117647rem;
  margin-bottom: 1.8823529412rem;
}
.contact_us_head .main_title {
  text-align: center;
  line-height: 1.87;
  margin-bottom: 0;
}

.contact_us {
  padding-bottom: 2.9411764706rem;
}
@media (min-width: 768px) {
  .contact_us {
    padding-bottom: 5.8823529412rem;
  }
}
.contact_us .contact_us_wrap {
  background-color: #CAE1F9;
  background-size: cover;
  border-radius: 1.8823529412rem;
  padding: 1.4705882353rem 1.4705882353rem 1.7647058824rem;
}
@media (min-width: 576px) {
  .contact_us .contact_us_wrap {
    padding: 2.6470588235rem 2.6470588235rem 2.9411764706rem;
  }
}
.contact_us .contact_us_wrap .main_title {
  text-align: center;
  line-height: 1.87;
  margin-bottom: 1.1764705882rem;
  font-size: 1.0588235294rem;
  line-height: 1.87;
}
@media (min-width: 576px) {
  .contact_us .contact_us_wrap .main_title {
    font-size: 1.4117647059rem;
  }
}
@media (min-width: 768px) {
  .contact_us .contact_us_wrap .main_title {
    font-size: 1.6470588235rem;
  }
}
@media (min-width: 992px) {
  .contact_us .contact_us_wrap .main_title {
    font-size: 1.8823529412rem;
  }
}
.contact_us .contact_us_wrap .row {
  --bs-gutter-x: 0.5882352941rem;
  --bs-gutter-y: 1.1764705882rem;
}
@media (min-width: 768px) {
  .contact_us .contact_us_wrap .row {
    --bs-gutter-x: 1.1764705882rem;
    --bs-gutter-y: 1.7647058824rem;
  }
}
.contact_us .contact_us_wrap .form_action {
  padding-top: 2.3529411765rem;
}

.colors {
  overflow: hidden;
  padding-bottom: 4.7058823529rem;
}
@media (min-width: 992px) {
  .colors {
    padding-bottom: 10.2941176471rem;
  }
}
.colors .row {
  --bs-gutter-x: 1.1764705882rem;
  --bs-gutter-y: 1.1764705882rem;
}
@media (min-width: 992px) {
  .colors .row {
    --bs-gutter-x: 1.4705882353rem;
    --bs-gutter-y: 1.4705882353rem;
  }
}
@media (min-width: 1200px) {
  .colors .row {
    --bs-gutter-x: 1.7647058824rem;
    --bs-gutter-y: 1.7647058824rem;
  }
}
@media (min-width: 1400px) {
  .colors .row {
    --bs-gutter-x: 2.3529411765rem;
    --bs-gutter-y: 2.3529411765rem;
  }
}
@media (min-width: 1600px) {
  .colors .row {
    --bs-gutter-x: 2.6470588235rem;
  }
}
.colors .row .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media (min-width: 576px) {
  .colors .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .colors .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .colors .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
}
@media (min-width: 1200px) {
  .colors .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
}
.colors .row:not(:first-child) {
  margin-top: 2.9411764706rem;
}
@media (min-width: 992px) {
  .colors .row:not(:first-child) {
    margin-top: 4.7058823529rem;
  }
}
@media (min-width: 1200px) {
  .colors .row:not(:first-child) {
    margin-top: 5.8823529412rem;
  }
}
@media (min-width: 1400px) {
  .colors .row:not(:first-child) {
    margin-top: 7.0588235294rem;
  }
}
@media (min-width: 1600px) {
  .colors .row:not(:first-child) {
    margin-top: 7.0588235294rem;
  }
}

.color {
  width: 100%;
  height: 0;
  position: relative;
  border-radius: 11.7647058824rem;
  overflow: hidden;
  padding-bottom: 100%;
}
.color .hex {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.7647058824rem;
  font-size: 0.9411764706rem;
  line-height: 1.87;
  padding: 0 0.5882352941rem;
  text-align: center;
}
.color.light .hex {
  color: #545454;
}

footer {
  position: relative;
  margin-top: 1.1764705882rem;
  padding-top: 4.1176470588rem;
  padding-bottom: 1.7647058824rem;
  background-color: #000000;
}
@media (min-width: 576px) {
  footer {
    margin-top: 2.0588235294rem;
    padding-bottom: 2.9411764706rem;
  }
}
footer .footer_content .row {
  --bs-gutter-y: 1.7647058824rem;
}
@media (min-width: 768px) {
  footer .footer_content .row {
    --bs-gutter-y: 0;
  }
}
footer .footer_content .logo {
  width: 3.5294117647rem;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 576px) {
  footer .footer_content .logo {
    width: 5.8823529412rem;
  }
}
@media (min-width: 1200px) {
  footer .footer_content .logo {
    width: 11.0588235294rem;
  }
}
footer .footer_content .logo a {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
footer .footer_content .logo a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
footer .footer_content .main_title {
  color: #ffffff;
  margin-bottom: 0.5882352941rem;
}
footer .footer_content p {
  color: #ffffff;
}
footer .footer_content p.address {
  text-transform: uppercase;
}
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.7647058824rem;
  border-top: 1px solid #ffffff;
  padding-top: 1.7647058824rem;
  -webkit-column-gap: 1.1764705882rem;
     -moz-column-gap: 1.1764705882rem;
          column-gap: 1.1764705882rem;
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: 2.9411764706rem;
  }
}
footer .copyright p {
  color: #ffffff;
}

.social {
  position: fixed;
  inset-inline-end: 1.1764705882rem;
  bottom: 1.1764705882rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5882352941rem;
  z-index: 1050;
}
.social a {
  display: block;
  width: 2.3529411765rem;
  height: 2.3529411765rem;
  border-radius: 2.3529411765rem;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.social a.zalo {
  background-color: #ffffff;
}

.lottie {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 100vw;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.5;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
  opacity: 0.3;
}

@media (max-width: 1024px) and (orientation: landscape) {
  .lottie {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 100dvh;
    height: 100vw;
  }
}
canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
  opacity: 0.8;
  background-color: #ffffff;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}