::-moz-selection {
  background: #009efb;
  color: #fff;
}

::selection {
  background: #009efb;
  color: #fff;
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-weight: normal;
  font-size: 1.6rem;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

button {
  background: transparent;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

ul {
  -webkit-padding-start: 0 !important;
  padding-inline-start: 0 !important;
  -webkit-margin-after: 0 !important;
  margin-block-end: 0 !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow: overlay;
}
@media (max-width: 1250px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 62.5%;
  }
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.footer__container, .header__container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .footer__container, .header__container {
    padding: 0px 2.4rem;
  }
}
@media (max-width: 600px) {
  .footer__container, .header__container {
    padding: 0px 1.6rem;
  }
}

.footer__container__nav-content .wrapper-links.social .social-links .social-link, .header__container__nav__links .header__submenu .header__submenu--list .header__submenu--button, .header__mobile-menu__links .mobile-menu__item .mobile-submenu__list .mobile-submenu__item.has-sub-submenu .mobile-submenu__button .mobile-menu__arrow {
  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 {
  padding: 1.6rem 0;
  position: absolute;
  width: 100%;
  top: 0;
  height: 7.6rem;
  background-color: transparent;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.scrolling {
  position: fixed;
  border-bottom: 1px solid #e4e4e4;
  background: #fefefe;
  top: 0;
}
.header.scrolling .header__nav--button,
.header.scrolling .header__nav--link {
	color: #323232;
}
.header.scrolling .header__nav--button svg path,
.header.scrolling .header__nav--link svg path {
	fill: #323232;
}
.header.scrolling .header__container .menu_hamburger svg path {
  stroke: #323232;
}
.header.scrolling .header__container__nav__logo svg path {
  fill: #009efb;
}
.header.scrolling .header__container__nav__logo::after {
  background: #e4e4e4;
}
.header.scrolling .header__container__nav__links .main-navigation li .link-nav {
  color: #323232;
}
.header.scrolling .header__container__nav__links .main-navigation li svg path {
  fill: #cbcbcb;
  fill-opacity: 1;
}
.header.scrolling .header__container__nav__links .main-navigation li:hover .link-nav {
  color: #009efb;
}
.header.scrolling .header__container__nav__links .main-navigation li:hover svg path {
  fill: #009efb;
}
.header.scrolling .header__container__buttons__login a {
  color: #009efb;
}
.header.scrolling .header__container__buttons__login svg path {
  stroke: #009efb;
}
.header.scrolling .header__container__buttons__button-header {
  background: #009efb;
  color: #fefefe;
  border: 0.1rem solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.scrolling .header__container__buttons__button-header:hover {
  background: #fefefe;
  border: 0.1rem solid #009efb;
  color: #009efb;
}
.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;
}
.header__container .menu_hamburger {
  display: none;
}
.header__container__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.header__container__nav__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__container__nav__logo::after {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.12);
  display: block;
  margin: 0 4rem;
}
.header__container__nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.header__container__nav__links .header__nav--button,
.header__container__nav__links .header__nav--link {
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #fefefe;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header__container__nav__links .dropdown-menu {
  position: relative;
}
.header__container__nav__links .dropdown-menu svg,
.header__container__nav__links .dropdown-menu svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__container__nav__links .dropdown-menu.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__container__nav__links .header__submenu--columns {
  min-width: 35rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 3rem;
}
.header__container__nav__links .header__submenu--columns .header__submenu--title {
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #323232;
  white-space: nowrap;
}
.header__container__nav__links .header__submenu {
  padding: 2.4rem;
  position: absolute;
  left: -5.4rem;
  border-radius: 0.8rem;
  border: 1px solid #e4e4e4;
  background: #fefefe;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-width: 22.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  top: 4.6rem;
  z-index: 1000;
  pointer-events: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__container__nav__links .header__submenu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.header__container__nav__links .header__submenu .header__submenu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.header__container__nav__links .header__submenu .header__submenu--list a {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #323232;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header__container__nav__links .header__submenu .header__submenu--list a:hover {
  -webkit-transform: translateX(0.8rem);
  -ms-transform: translateX(0.8rem);
  transform: translateX(0.8rem);
  color: #009efb;
}
.header__container__nav__links .header__submenu .header__submenu--list .header__submenu--button {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #323232;
  width: 100%;
}
.header__container__nav__links .header__submenu .header__submenu--list .header__submenu--button .header__submenu--icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__container__nav__links .header__submenu .header__submenu--list .header__submenu--sublist {
  padding: 2rem !important;
  margin-top: -3rem;
  position: absolute;
  left: 100%;
  border: 1px solid #e4e4e4;
  background: #fefefe;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.header__container__nav__links .header__submenu .header__submenu--list .header__submenu--sublist.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.header__container__nav__links .header__submenu .header__submenu--list .header__submenu--sublist a {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #323232;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  white-space: nowrap;
}
.header__container__nav__links .header__submenu .header__submenu--list .header__submenu--sublist a:hover {
  -webkit-transform: translateX(0.8rem);
  -ms-transform: translateX(0.8rem);
  transform: translateX(0.8rem);
  color: #009efb;
}
.header__container__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}
.header__container__buttons__login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #fefefe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__container__buttons__login svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__container__buttons__login:hover svg path {
  stroke: #009efb;
}
.header__container__buttons__login:hover a {
  color: #009efb;
}
.header__container__buttons__button-header {
  background: #fff;
  border-radius: 99.9rem;
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #1b1b1b;
  padding: 1rem 1.2rem 1rem 1.2rem;
  height: 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__container__buttons__button-header:hover {
  background: #009efb;
  color: #fefefe;
}
.header__mobile-menu {
  display: none;
  position: fixed;
  top: -10rem;
  z-index: 999;
  background: #faf9f6;
  width: 100%;
  opacity: 0;
  height: 100vh;
  pointer-events: none;
  -webkit-transition: top 0.3s ease-in, height 0.3s ease-in;
  transition: top 0.3s ease-in, height 0.3s ease-in;
  max-height: 100vh;
  overflow-y: scroll;
}
.header__mobile-menu::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0.7rem;
  width: 100%;
  height: 68.1rem;
  background: url("../../assets/svg/texture_header.svg") no-repeat center center/cover;
}
.header__mobile-menu::before {
  content: "";
  position: absolute;
  top: 6rem;
  z-index: 1;
  width: 100%;
  height: 28.3rem;
  background: url("../../assets/svg/grid_header.svg") no-repeat center center/cover;
  pointer-events: none;
}
@media (max-width: 400px) {
  .header__mobile-menu::before {
    height: 24.3rem;
  }
}
.header__mobile-menu.active {
  top: 0;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header__mobile-menu__top {
  padding: 2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__mobile-menu__top .button-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.header__mobile-menu__top .button-close span {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #656565;
}
.header__mobile-menu__links {
  padding: 2.3rem 0 3.2rem 4.8rem;
}
.header__mobile-menu__links .mobile-menu__item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.header__mobile-menu__links .mobile-menu__item.active .mobile-menu__button,
.header__mobile-menu__links .mobile-menu__item.active .submenu--link-principal {
  color: #009efb;
}
.header__mobile-menu__links .mobile-menu__item.active .mobile-menu__button svg,
.header__mobile-menu__links .mobile-menu__item.active .submenu--link-principal svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__mobile-menu__links .mobile-menu__item.active .mobile-menu__button svg path,
.header__mobile-menu__links .mobile-menu__item.active .submenu--link-principal svg path {
  fill: #009efb;
}
.header__mobile-menu__links .mobile-menu__item.active .mobile-submenu__list {
  opacity: 1;
  margin-top: 1.6rem;
  max-height: 500px;
  pointer-events: all;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__list {
  display: none;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__list .mobile-submenu__item.has-sub-submenu.active .mobile-submenu__button {
  color: #009efb;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__list .mobile-submenu__item.has-sub-submenu.active .mobile-submenu__button .mobile-menu__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__list .mobile-submenu__item.has-sub-submenu.active .mobile-submenu__button .mobile-menu__arrow svg path {
  fill: #009efb;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__list .mobile-submenu__item.has-sub-submenu.active .mobile-sub-submenu {
  opacity: 1;
  margin-top: 1.6rem;
  max-height: 500px;
  pointer-events: all;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__list .mobile-submenu__item.has-sub-submenu .mobile-submenu__button {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #7f7f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__list .mobile-submenu__item.has-sub-submenu .mobile-submenu__button .mobile-menu__arrow {
  margin-left: 1.6rem;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__list .mobile-submenu__item.has-sub-submenu .mobile-submenu__button .mobile-menu__arrow svg path {
  fill: #7f7f7f;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__list .mobile-submenu__item.has-sub-submenu .mobile-sub-submenu {
  margin-top: 1.6rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.header__mobile-menu__links .mobile-menu__item .mobile-menu__button,
.header__mobile-menu__links .mobile-menu__item .submenu--link-principal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #4c4c4c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__mobile-menu__links .mobile-menu__item .mobile-menu__button svg,
.header__mobile-menu__links .mobile-menu__item .submenu--link-principal svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__mobile-menu__links .mobile-menu__item .mobile-menu__button svg path,
.header__mobile-menu__links .mobile-menu__item .submenu--link-principal svg path {
  fill-opacity: 1;
  fill: #b1b1b1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__column .mobile-submenu__title {
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #323232;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.header__mobile-menu__links .mobile-menu__item .mobile-submenu__column .list a {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #7f7f7f;
}
.header__mobile-menu__links .mobile-menu__item .js-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-menu__links .mobile-menu__item .js-sub-menu a {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #7f7f7f;
}
.header__mobile-menu__holder-help {
  padding-left: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__mobile-menu__holder-help span {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #1aad6f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1.6rem;
}
.header__mobile-menu__holder-help a {
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #4c4c4c;
}
.header__mobile-menu__buttons {
  margin-top: 4rem;
  padding-bottom: 5.5rem;
}
.header__mobile-menu__buttons__login {
  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;
  margin-bottom: 2.4rem;
}
.header__mobile-menu__buttons__login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #009efb;
}
.header__mobile-menu__buttons__login a svg path {
  stroke: #009efb;
}
.header__mobile-menu__buttons__button {
  border-radius: 100px;
  border: 1px solid #009efb;
  padding: 1.4rem;
  width: 100%;
  max-width: 26.8rem;
  height: 4.8rem;
  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-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: transparent;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 32.7rem;
  background: #009efb;
  border: 0.1rem solid #009efb;
  color: #fefefe;
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 140%;
}
.header__mobile-menu__buttons__button:hover {
  background: #e5f5ff;
}
.header__mobile-menu__buttons__button span {
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #009efb;
}
.header__mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.header__mobile-menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  .header {
    height: 7rem;
  }
  .header__container__nav__logo::after {
    display: none;
  }
  .header__container__nav__links {
    display: none;
  }
  .header__container .menu_hamburger {
    display: block;
  }
  .header__container__buttons {
    display: none;
  }
  .header__mobile-menu {
    display: block;
  }
}

.footer {
  padding: 9.6rem 0 4.8rem;
  background: #121212;
  position: relative;
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  max-width: 144rem;
  height: 53.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../../assets/svg/texture_footer.svg") no-repeat center center/cover;
}
.footer__container {
  position: relative;
  z-index: 1;
}
.footer__container__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(233, 232, 232, 0.1);
}
.footer__container__top-content .holder-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__container__top-content .holder-text__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__container__top-content .holder-text__title::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 4.8rem;
  background: rgba(233, 232, 232, 0.1);
  margin: 0 4rem;
}
.footer__container__top-content .holder-text__title h4 {
  font-size: 1.8rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #fefefe;
  letter-spacing: 0;
}
.footer__container__top-content .holder-text__title h4 strong {
  font-size: 1.8rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #009efb;
}
.footer__container__top-content .holder-text .back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.2rem;
}
.footer__container__top-content .holder-text .back-to-top span {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #cbcbcb;
  letter-spacing: -0.014rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__container__top-content .holder-text .back-to-top:hover span {
  color: #fefefe;
}
.footer__container__nav-content {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__container__nav-content .link-footer {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer__container__nav-content .link-footer:hover {
  color: #009efb;
  -webkit-transform: translateX(0.8rem);
  -ms-transform: translateX(0.8rem);
  transform: translateX(0.8rem);
}
.footer__container__nav-content .wrapper-links h5 {
  font-size: 1.8rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #fefefe;
  margin-bottom: 2.4rem;
}
.footer__container__nav-content .wrapper-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.footer__container__nav-content .wrapper-links ul li a {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 140%;
  color: #989898;
}
.footer__container__nav-content .wrapper-links.social {
  margin-left: 12.6rem;
}
.footer__container__nav-content .wrapper-links.social .stores ul {
  gap: 1.6rem;
}
.footer__container__nav-content .wrapper-links.social .stores ul .google-play,
.footer__container__nav-content .wrapper-links.social .stores ul .app-store {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__container__nav-content .wrapper-links.social .stores ul .google-play path,
.footer__container__nav-content .wrapper-links.social .stores ul .google-play rect,
.footer__container__nav-content .wrapper-links.social .stores ul .app-store path,
.footer__container__nav-content .wrapper-links.social .stores ul .app-store rect {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__container__nav-content .wrapper-links.social .stores ul .google-play:hover rect,
.footer__container__nav-content .wrapper-links.social .stores ul .app-store:hover rect {
  fill: #009efb;
}
.footer__container__nav-content .wrapper-links.social .stores ul .google-play:hover path,
.footer__container__nav-content .wrapper-links.social .stores ul .app-store:hover path {
  fill: #fefefe;
}
.footer__container__nav-content .wrapper-links.social .social-links {
  margin-top: 5.5rem;
}
.footer__container__nav-content .wrapper-links.social .social-links h5 {
  margin-bottom: 1.3rem;
}
.footer__container__nav-content .wrapper-links.social .social-links ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
}
.footer__container__nav-content .wrapper-links.social .social-links .social-link {
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  border: 0.1rem solid rgba(233, 232, 232, 0.04);
  background: #121212;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__container__nav-content .wrapper-links.social .social-links .social-link:hover {
  background: var(--gray-900, #323232);
}
.footer__container__nav-content .wrapper-contact {
  margin-left: 13rem;
}
.footer__container__nav-content .wrapper-contact.offices {
  margin-left: 14.2rem;
  max-width: 28.4rem;
}
.footer__container__nav-content .wrapper-contact h5 {
  font-size: 1.8rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #fefefe;
  margin-bottom: 2.4rem;
}
.footer__container__nav-content .wrapper-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__container__nav-content .wrapper-contact ul li a {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 140%;
  color: #989898;
}
.footer__container__nav-content .wrapper-contact ul li span {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #009efb;
}
.footer__container__bottom-content {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50.6rem;
}
.footer__container__bottom-content .wrapper-links.social.mobile {
  display: none;
}
.footer__container__bottom-content .holder-flags h5 {
  font-size: 1.8rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #fefefe;
  margin-bottom: 2.4rem;
}
.footer__container__bottom-content .holder-flags .wrapper-flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.footer__container__legal-advices {
  margin-top: 4rem;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(233, 232, 232, 0.04);
  background: #121212;
  padding: 2.7rem 2.4rem 2.6rem 2.4rem;
  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;
}
.footer__container__legal-advices .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__container__legal-advices .links strong {
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #fefefe;
  letter-spacing: -0.16px;
}
.footer__container__legal-advices .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.footer__container__legal-advices .links ul::before {
  content: "";
  width: 0.1rem;
  display: block;
  height: 2.6rem;
  background: rgba(233, 232, 232, 0.05);
  margin: 0 2.4rem 0 2.8rem;
}
.footer__container__legal-advices .links ul li:not(:last-child) {
  margin-right: 4rem;
}
.footer__container__legal-advices .links ul li a {
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #989898;
  letter-spacing: -0.16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__container__legal-advices .links ul li a:hover {
  color: #e4e4e4;
}
.footer__container__legal-advices .made-by a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.footer__container__legal-advices .made-by a span {
  font-size: 1.2rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 140%;
  color: #e4e4e4;
}
@media (max-width: 1200px) {
  .footer__container__nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__container__nav-content .wrapper-links.social {
    margin-left: 0;
  }
  .footer__container__nav-content .wrapper-contact,
  .footer__container__nav-content .wrapper-contact.offices {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .footer__container__nav-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
  .footer__container__nav-content .wrapper-contact {
    padding-right: 2.3rem;
  }
  .footer__container__nav-content .wrapper-links.social {
    display: none;
  }
  .footer__container__top-content .holder-text__title::after {
    display: none;
  }
  .footer__container__top-content .holder-text .back-to-top {
    display: none;
  }
  .footer__container__bottom-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: unset;
    margin-top: 4rem;
  }
  .footer__container__bottom-content .holder-flags {
    margin-bottom: 4rem;
  }
  .footer__container__bottom-content .holder-flags .wrapper-flags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 22.8rem;
  }
  .footer__container__bottom-content .wrapper-links.social.mobile {
    display: block;
  }
  .footer__container__bottom-content .wrapper-links.social.mobile .stores h5 {
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    color: #fefefe;
    margin-bottom: 2.4rem;
  }
  .footer__container__bottom-content .wrapper-links.social.mobile .stores ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.7rem;
  }
  .footer__container__bottom-content .wrapper-links.social.mobile .social-links {
    margin-top: 4rem;
    margin-bottom: 1.6rem;
  }
  .footer__container__bottom-content .wrapper-links.social.mobile .social-links h5 {
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    color: #fefefe;
    margin-bottom: 2.4rem;
  }
  .footer__container__bottom-content .wrapper-links.social.mobile .social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__container__bottom-content .wrapper-links.social.mobile .social-links ul .social-link {
    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;
    width: 4rem;
    height: 4rem;
    border-radius: 0.6rem;
    border: 0.1rem solid rgba(233, 232, 232, 0.04);
    background: #121212;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer__container__bottom-content .wrapper-links.social.mobile .social-links ul .social-link:hover {
    background: var(--gray-900, #323232);
  }
  .footer__container__legal-advices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__container__legal-advices .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .footer__container__legal-advices .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
  .footer__container__legal-advices .links ul li:not(:last-child) {
    margin-right: 0;
  }
  .footer__container__legal-advices .links ul::before {
    display: none;
  }
  .footer__container__legal-advices .made-by {
    margin-top: 3.2rem;
  }
}
@media (max-width: 768px) {
  .footer__container__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .footer {
    padding: 4rem 0 1.6rem;
  }
  .footer__container {
    padding: 0 1.6rem;
  }
  .footer__container__top-content .holder-text__title h4 {
    font-size: 1.4rem;
    text-align: right;
    max-width: 20.1rem;
  }
  .footer__container__top-content .holder-text__title h4 strong {
    font-size: 1.4rem;
  }
  .footer__container__legal-advices {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 2.4rem;
    padding: 2.4rem 1.4rem 3.2rem 2.4rem;
  }
  .footer__container__legal-advices .links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__container__legal-advices .links ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__container__legal-advices .links ul li a {
    font-size: 1.4rem;
  }
}

.btn-contact {
  height: 5.6rem;
  width: 5.6rem;
  padding: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #34e098;
  background: -webkit-gradient(linear, left top, left bottom, from(#34e098), to(#1aad6f));
  background: linear-gradient(180deg, #34e098 0%, #1aad6f 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(26, 173, 111, 0.2), 0px 2px 0px 0px #34e098 inset, 0px 4px 2px 0px rgba(189, 255, 227, 0.4) inset;
  box-shadow: 0px 4px 4px 0px rgba(26, 173, 111, 0.2), 0px 2px 0px 0px #34e098 inset, 0px 4px 2px 0px rgba(189, 255, 227, 0.4) inset;
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 99;
  display: none;
}
@media (max-width: 600px) {
  .btn-contact {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}