.flex {
  display: flex;
}
.flex-hcenter {
  justify-content: center;
}
.flex-vcenter {
  align-items: center;
}
.flex__vertical {
  flex-direction: column;
}
.flex__vertical-center {
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}

.p-relative {
  position: relative !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-bold {
  font-weight: bold !important;
}

.w-100 {
  width: 100% !important;
}

@media (max-width: 768px) {
  .ds-hidden {
    display: none !important;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff");
}
@keyframes fadeInMenu {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeDownMenu {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(153, 0, 240, 0.651);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(153, 0, 240, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(153, 0, 240, 0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline-color: transparent;
}

body,
html {
  font-family: "Montserrat", sans-serif !important;
  box-sizing: border-box;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

section {
  position: relative;
}

ul {
  list-style: none;
}

img,
video,
iframe {
  max-width: 100%;
}

img {
  display: inline-block;
  height: auto;
}

a,
input,
label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.deactivate__scroll {
  position: fixed;
}
.deactivate__scroll .header > .row:after {
  content: "";
  display: block;
  height: 100vh;
  width: 100vw !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background-color: rgba(64, 64, 65, 0.3);
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
body {
  font-family: "Montserrat", sans-serif !important;
  color: white;
  font-weight: 400;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat Bold", serif !important;
  color: white;
  margin-bottom: 3rem !important;
  font-weight: 350;
}

h1 {
  font-size: 2.5rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 2.2rem;
}

h6 {
  font-size: 1.8rem;
}

p,
a {
  color: white;
  font-family: "Montserrat", sans-serif !important;
  line-height: 24px;
}

i {
  font-style: normal;
}

.back_top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(103deg, #9900bf 0%, #f900bf 75%, #f900bf 100%);
  border-radius: 50%;
  text-align: center;
  z-index: 99;
}
.back_top i {
  color: black !important;
}
.back_top-scrolled {
  display: flex;
}

.btn, .btn:link, .btn:visited,
.btn .wp-block-button__link {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px 2rem;
  outline: none;
  border-radius: 35px !important;
  cursor: pointer;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .btn {
    display: flex;
    align-self: stretch;
    font-size: 16px;
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 25px 7rem !important;
    font-size: 20px !important;
  }
}
@media (min-width: 1800px) {
  .btn {
    min-width: 150px !important;
  }
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: -4px -4px 20px rgba(153, 0, 240, 0.65), 4px 4px 20px rgba(249, 0, 191, 0.65);
}
.btn:active, .btn:focus {
  transform: translateY(-1px);
  box-shadow: -4px -4px 20px rgba(153, 0, 240, 0.65), 4px 4px 20px rgba(249, 0, 191, 0.65);
}

.btn--gradient {
  background: linear-gradient(103deg, #9900bf 0%, #f900bf 75%, #f900bf 100%);
  color: white;
}

.badges-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: black;
}
@media (min-width: 992px) {
  .badges-section .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .badges-section {
    padding-top: 6.5rem;
    padding-bottom: 9rem;
  }
}
.badges-section .col, .badges-section .col--1-4 {
  display: flex !important;
  justify-content: center;
}
.badges-section .col--1-4 {
  margin-bottom: 20px !important;
}
@media (min-width: 1200px) {
  .badges-section h2 {
    padding-left: 5rem;
    padding-right: 5rem;
    margin-bottom: 7.6rem !important;
  }
}

.badge {
  position: relative;
  padding: 34px 0 25px 0;
  transition: all 0.5s;
  /* Center vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .badge {
    margin-right: 30px;
    width: 30rem;
  }
  .badge:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .badge {
    max-width: 36rem;
  }
}
.badge__header {
  position: relative;
  z-index: 8;
}
.badge__header .img__container {
  max-height: 20rem;
  min-height: 20rem;
  max-width: 20rem;
  border: 2px solid white;
  border-radius: 50%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.badge__header .img__container img {
  max-height: 12rem;
  max-width: 12rem;
  object-fit: contain;
}
.badge__header h4 {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .badge__header h4 {
    line-height: 1;
  }
}

.card {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .card {
    margin-bottom: 0;
  }
}
.card-left {
  align-items: flex-start;
}
.card-center {
  align-items: center;
}
.card-right {
  align-items: flex-end;
}
.card__image {
  /* Center vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  max-height: 35rem;
  overflow: hidden;
}
.card__image-img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .card__image-mobile {
    display: block;
  }
  .card__image-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .card__image-mobile {
    display: none;
  }
  .card__image-desktop {
    display: block;
  }
}
.card__body-subheading {
  font-size: 15px;
  color: #999999;
}
.card-icon {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.card-icon .card__image {
  width: 11rem;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.card-icon .card__image img {
  max-width: 10.5rem;
  max-height: 11rem;
  object-fit: contain;
}
.card-icon .card__body {
  height: calc(100% - 11rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 13px;
}
.card-icon .card__body .text__container * {
  line-height: 1;
}
.card-icon .card__body h3 {
  font-size: 2rem !important;
}
@media (min-width: 1800px) {
  .card-icon .card__body h3 {
    font-size: 3rem !important;
  }
}
.card-icon .btn--container {
  margin-top: 0;
}
@media (min-width: 992px) {
  .card-icon {
    height: 100%;
  }
  .card-icon:hover {
    transition: all 0.3s;
  }
  .card-icon:hover .card__image {
    width: 20rem;
  }
}
.card-gray {
  background: white;
  box-shadow: 1px 2px 20px rgba(64, 64, 65, 0.19);
}
.card-gray .card__image {
  background: white;
}
.card-transparent {
  background: transparent;
}
.card-transparent .card__image {
  background: transparent;
}
.card-big .card__image {
  max-width: 100%;
  max-height: 34.5rem;
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  .card-big .card__image {
    max-width: 34.9rem;
    max-height: 34.9rem;
  }
}
@media (min-width: 1200px) {
  .card-big .card__image {
    max-width: 58rem;
    max-height: 46rem;
    margin-bottom: 0px;
  }
  .card-big .card__image:hover {
    box-shadow: 1px 2px 20px rgba(64, 64, 65, 0.19);
  }
}

.hnav {
  position: relative;
}
.hnav .sub-menu-container {
  position: relative;
}
.hnav .sub-menu-container i {
  font-size: 15px;
  margin-left: 5px;
  background: linear-gradient(103deg, #9900bf 0%, #f900bf 75%, #f900bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hnav .sub-menu {
  display: none;
  opacity: 0;
}
.hnav .sub-menu > a {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hnav .sub-menu {
    position: absolute;
    top: -14px;
    left: -14px;
    width: 100%;
    min-width: 135px;
    min-height: 220px;
    background-color: #001f3f;
    padding-top: 24px;
    padding-left: 14px;
    padding-right: 14px;
    z-index: -1;
  }
  .hnav .sub-menu::after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 6px;
    left: 6px;
  }
}
.hnav__btn {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  appearance: none;
  transition: all 0.2s;
  z-index: 999;
  border: 0px solid transparent;
  outline: none;
}
.hnav__btn:hover .hnav__btn-span {
  transform: scale(1.1);
}
.hnav__btn-span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  transition: all 0.2s;
  background: linear-gradient(103deg, #9900bf 0%, #f900bf 75%, #f900bf 100%);
}
@media (max-width: 768px) {
  .hnav__btn-span {
    background: linear-gradient(103deg, #9900bf 0%, #f900bf 75%, #f900bf 100%);
  }
}
.header-scrolled .hnav__btn-span, .header-active .hnav__btn-span {
  background: linear-gradient(103deg, #9900bf 0%, #f900bf 75%, #f900bf 100%);
}
.hnav__btn-span:nth-child(1) {
  top: 6px;
  width: 100%;
}
.hnav__btn-span:nth-child(2) {
  top: 14px;
  width: 100%;
}
.hnav__btn-span:nth-child(3) {
  top: 22px;
  right: 0;
  left: auto;
  width: 50%;
}
@media (min-width: 1800px) {
  .hnav__btn {
    display: none;
  }
}
.hnav__menu {
  display: none;
  opacity: 0;
  padding-top: 12rem;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 130px;
  overflow-x: hidden;
  z-index: 99;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-image: url("../images/BG_Menu.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-100%);
  text-align: center;
}
.hnav__menu::after {
  width: calc(100vw - 24px);
  height: calc(100vh - 24px);
  top: 10px;
  left: 10px;
}
.hnav__menu::-webkit-scrollbar {
  display: none;
}
.hnav__menu > ul {
  display: inline-block;
  width: 100%;
}
.hnav__menu > ul > li:first-child {
  margin-top: 0;
}
.hnav__menu > ul > li::after:last-of-type {
  content: "";
  height: 2px;
  width: calc(100% - 140px);
  margin: 0 auto;
  display: block;
}
@media (min-width: 1800px) {
  .hnav__menu > ul {
    display: flex;
    justify-content: flex-end;
  }
}
.hnav__menu > ul a {
  color: white;
}
.hnav__menu > ul a:hover {
  padding-bottom: 5px;
  transition: all 0.5s;
}
.hnav__menu > ul li {
  margin: 30px 0;
}
@media (min-width: 1800px) {
  .hnav__menu > ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-right: 20px;
    margin-top: 0;
  }
}
.hnav__menu > ul > li > a {
  font-size: 18px;
}
@media (min-width: 992px) {
  .hnav__menu > ul > li > a {
    font-size: 16px !important;
  }
}
.hnav__menu > ul > li > ul > li {
  margin: 20px 0 0px 0;
  display: block;
}
@media (min-width: 992px) {
  .hnav__menu > ul > li > ul > li {
    margin-top: 35px;
  }
}
.hnav__menu > ul > li > ul > li > a {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 1800px) {
  .hnav__menu {
    display: block;
    position: relative;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
    background-image: none;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .hnav__menu {
    min-width: 79rem;
  }
}

.active_hnav_btn .hnav__btn-span {
  background: white;
}

.active_hnav_btn .hnav__btn-span:nth-child(1),
.active_hnav_btn .hnav__btn-span:nth-child(3) {
  top: 14px;
  left: 0;
  width: 100%;
}

.active_hnav_btn .hnav__btn-span:nth-child(2) {
  opacity: 0;
}

.active_hnav_btn .hnav__btn-span:nth-child(1) {
  transform: rotate(45deg);
}

.active_hnav_btn .hnav__btn-span:nth-child(3) {
  transform: rotate(-45deg);
}

.active__menu {
  display: block;
  animation: fadeInMenu 0.5s ease-in-out forwards;
}

.slideDown {
  display: block !important;
  animation: fadeDownMenu 0.4s ease forwards;
}

.active_page a {
  color: white !important;
}

.socials {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px auto;
}
.socials li {
  border-radius: 50%;
  transition: all 0.5s;
}
.socials li:last-of-type {
  margin-right: 0;
}
.socials li i {
  transition: all 0.5s;
}
.socials li:hover {
  transition: all 0.5s;
}
.socials li:hover i {
  transition: all 0.5s;
  background-color: rgba(153, 0, 240, 0.651);
  color: white;
  animation-name: pulse;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.socials a {
  /* Center vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 3px;
  transition: all 0.5s;
}
.socials a i {
  font-size: 18px !important;
  font-weight: 350;
  margin-right: 0;
}
@media (min-width: 992px) {
  .socials a {
    width: 5rem;
    height: 5rem;
  }
  .socials a i {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) {
  .socials {
    margin-bottom: 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: auto;
}
.swiper-pagination-bullets {
  width: auto !important;
  z-index: 10;
}

.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: auto;
  margin-right: 20px;
  position: relative;
  z-index: 99;
  background-color: transparent;
  border: 1px solid white;
  opacity: 1;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 2rem;
  }
}

.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  top: 1px;
  left: 1px;
  position: absolute;
  background-color: #f900bf;
  border-radius: 50%;
}

.vertical__lines {
  position: relative;
  overflow-y: hidden;
}
.vertical__lines * {
  z-index: 3;
}
.vertical__lines-container {
  display: none;
}
@media (min-width: 992px) {
  .vertical__lines-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 1;
  }
}
.vertical__lines-item {
  width: 25%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
  position: relative;
}
.vertical__lines-item:nth-of-type(0), .vertical__lines-item:nth-of-type(4) {
  border-right: 1px solid transparent !important;
}
.vertical__lines-item:nth-of-type(2):before, .vertical__lines-item:nth-of-type(3):before, .vertical__lines-item:nth-of-type(4):before {
  position: absolute;
  display: block;
  right: calc(100% - 2px);
  content: "";
  width: 2px;
  height: 100%;
  z-index: 1;
  background-color: rgba(153, 0, 191, 0.2);
}
.vertical__lines-item:nth-of-type(2):after, .vertical__lines-item:nth-of-type(3):after, .vertical__lines-item:nth-of-type(4):after {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  border-radius: 10px;
  height: 50px;
  z-index: 3;
}
.vertical__lines-item:nth-of-type(3):after {
  top: 0;
  -webkit-animation: raindrop 6s ease-out infinite;
  animation: raindrop 6s ease-out infinite;
  background: linear-gradient(180deg, hsla(0deg, 0%, 88.2%, 0), #9900bf);
}
.vertical__lines-item:nth-of-type(2):after, .vertical__lines-item:nth-of-type(4):after {
  bottom: 0;
  -webkit-animation: raindrop-reverse 6s ease-out infinite;
  animation: raindrop-reverse 6s ease-out infinite;
  background: linear-gradient(180deg, #9900bf, hsla(0deg, 0%, 88.2%, 0));
}

@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 100%;
    height: 35%;
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 100%;
    height: 35%;
  }
}
@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    bottom: 100%;
    height: 35%;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    bottom: 100%;
    height: 35%;
  }
}
.btn--container {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .btn--container .btn {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .btn--container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .btn--container-left {
    justify-content: flex-start;
  }
  .btn--container-center {
    justify-content: center;
  }
  .btn--container-right {
    justify-content: flex-end;
  }
  .btn--container .btn {
    margin-right: 10px;
  }
}
.btn--container .btn:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.img__container {
  position: relative;
  display: block;
  width: 100%;
  min-height: 40rem;
  overflow: hidden;
}
.img__container-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.img__container::after {
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  top: 15px;
  left: 15px;
}
@media (max-width: 768px) {
  .img__container-mobile {
    display: block;
  }
  .img__container-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .img__container-mobile {
    display: none;
  }
  .img__container-desktop {
    display: block;
  }
}

.map--container {
  position: relative;
  display: block;
  min-height: 36.5rem;
  min-width: 31rem;
  margin-left: -30px;
}
.map--container * {
  display: block;
  min-height: 36.5rem;
}
@media (min-width: 992px) {
  .map--container * {
    min-height: 56.5rem;
  }
}
.map--container .mapouter {
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .map--container {
    min-height: 56.5rem;
    min-width: 49rem;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.text__container {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.text__container p {
  margin-bottom: 1.5rem !important;
  text-align: center;
}
@media (min-width: 992px) {
  .text__container p {
    text-align: left;
  }
  .text__container p:not(:last-of-type) {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .text__container {
    margin-bottom: 0;
    text-align: left;
  }
}

.before-after-section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6.5rem;
  background-color: #292929;
}
.before-after-section .row {
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .before-after-section .row {
    max-width: 140rem !important;
  }
}
.before-after-section .section-heading h2 {
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  .before-after-section .section-heading h2 {
    margin-bottom: 10.5rem !important;
  }
}
.before-after-section .swiper {
  max-width: 114rem;
}
.before-after-section .swiper-navigation {
  display: flex;
  justify-content: space-between;
  width: 8.5rem;
  margin: 0 auto;
}
.before-after-section .swiper-navigation .swiper-button {
  cursor: pointer;
  max-width: 33px;
  max-height: 33px;
}
@media (min-width: 992px) {
  .before-after-section .swiper-navigation .swiper-button {
    max-width: 7rem;
    max-height: 7rem;
  }
}
@media (min-width: 992px) {
  .before-after-section .swiper-navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 140rem;
    transform: translate(-50%, -50%);
  }
}
.before-after-section .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .before-after-section .swiper-slide {
    justify-content: space-between;
  }
}
.before-after-section .twentytwenty-container {
  min-height: 39rem;
  min-width: calc(100vw - 2px) !important;
}
.before-after-section .twentytwenty-container img {
  max-width: calc(100vw - 2px) !important;
  min-height: 39rem !important;
}
@media (min-width: 768px) {
  .before-after-section .twentytwenty-container {
    min-height: 54rem;
    min-width: 54rem !important;
    border-radius: 40px;
  }
  .before-after-section .twentytwenty-container img {
    max-width: 100% !important;
    min-height: 54rem !important;
  }
}
.before-after-section .twentytwenty-handle {
  border: none !important;
  box-shadow: none !important;
}
.before-after-section .twentytwenty-handle .twentytwenty-left-arrow {
  border-right: 6px solid #f900bf;
}
.before-after-section .twentytwenty-handle .twentytwenty-right-arrow {
  border-left: 6px solid #f900bf;
}
.before-after-section .twentytwenty-handle:after, .before-after-section .twentytwenty-handle:before {
  background-color: #f900bf !important;
}
.before-after-section .twentytwenty-handle:after {
  top: -25rem !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.before-after-section .twentytwenty-handle:before {
  display: none !important;
}
.before-after-section .twentytwenty-before-label:before, .before-after-section .twentytwenty-after-label:before {
  background: none !important;
}
.before-after-section .twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 40px !important;
  bottom: auto !important;
  left: 25px !important;
}
.before-after-section .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: auto !important;
  bottom: 20px !important;
  right: 25px !important;
}

.footer {
  position: relative;
  background-color: #292929;
  text-align: center;
  padding-top: 9rem;
  margin-top: -5px;
}
.footer > .row {
  padding-bottom: 6rem !important;
  border-bottom: 1px solid white;
}
.footer > .row .col--1-3:last-of-type h3 {
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  .footer > .row {
    justify-content: space-between;
  }
}
.footer .address, .footer .phone {
  margin-bottom: 40px;
  margin-top: 30px;
}
.footer .address img, .footer .phone img {
  margin-right: 20px;
  width: 33px;
  height: 23px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .footer .address img, .footer .phone img {
    width: 30px;
    height: 42px;
  }
}
.footer .address p, .footer .phone p {
  max-width: 28rem;
}
@media (max-width: 768px) {
  .footer .address, .footer .phone {
    width: 100%;
  }
  .footer .address a, .footer .address p, .footer .phone a, .footer .phone p {
    width: 100%;
  }
}
.footer .social-container {
  border-top: 1px solid white;
  max-width: 68rem;
}
.footer .social-container p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer .social-container {
    display: block;
    padding: 30px 0;
  }
}
.footer .socials a {
  border: none;
}
.footer .socials a i {
  color: #df00bf !important;
}
@media (max-width: 768px) {
  .footer .socials {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer .socials {
    margin-left: 0;
    justify-content: left;
  }
}
.footer h3 {
  font-size: 24px;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .footer h3 {
    font-size: 30px;
  }
}
.footer p, .footer i {
  font-size: 16px !important;
}
.footer * {
  color: white;
}
.footer .map {
  width: 100%;
}
@media (min-width: 992px) {
  .footer .map {
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .footer {
    text-align: left;
    padding-top: 6rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .footer .contacts {
    padding-bottom: 0;
  }
}

.reserved {
  padding: 40px 0 25px 0;
  color: white;
}
.reserved .row {
  padding-top: 0;
}
.reserved .row * {
  font-size: 15px !important;
  color: white;
}
.reserved .row #menu-footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.reserved .row #menu-footer-menu li {
  padding-left: 10px;
}
.reserved .row #menu-footer-menu li a {
  color: white;
}
.reserved .row #menu-footer-menu li:first-of-type {
  padding-left: 0;
}
.reserved .row #menu-footer-menu li::after {
  content: "|";
  margin-left: 10px;
}
.reserved .row #menu-footer-menu li:last-of-type::after {
  content: "";
  margin-left: 0;
}
@media (min-width: 992px) {
  .reserved .row #menu-footer-menu {
    margin-bottom: 0;
    justify-content: end;
  }
}
@media (max-width: 768px) {
  .reserved .row .col--half {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .reserved .row {
    flex-direction: row;
  }
}

.row {
  display: flex;
  flex-direction: column;
  width: calc(100% - 34px);
  margin: 0 auto;
}
.row:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .row {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 90rem;
  }
}
@media (min-width: 1200px) {
  .row {
    max-width: 114rem !important;
  }
}
@media (min-width: 1800px) {
  .row {
    max-width: 140rem !important;
  }
}
.row .col {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.row .col:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .row .col {
    margin-bottom: 0;
  }
  .row .col--half {
    width: 50%;
  }
  .row .col--half:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
  .row .col--1-3 {
    width: 33.3333333333%;
  }
  .row .col--1-3:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
  .row .col--2-3 {
    width: 66.6666666667%;
  }
  .row .col--2-3:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
  .row .col--1-4 {
    width: 25%;
  }
  .row .col--1-4:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
  .row .col--2-4 {
    width: 50%;
  }
  .row .col--3-4 {
    width: 75%;
  }
  .row .col--3-4:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.header {
  position: fixed;
  height: 12rem;
  width: 100%;
  z-index: 999;
  /* Center vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("../images/header-mobile.png");
  background-position: top left;
  background-size: cover;
}
@media (max-width: 768px) {
  .header {
    top: 0;
  }
}
@media (min-width: 1800px) {
  .header {
    background-image: none !important;
  }
}
.header__logo-box {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 98;
  margin: 20px auto 0 auto;
  max-width: 23rem;
  max-height: 3rem;
  transition: all 0.1s;
}
@media (min-width: 992px) {
  .header__logo-box {
    margin-top: 0;
    margin-left: 0;
    max-width: 31rem;
    max-height: 4rem;
    padding: 10px;
  }
}
.header__logo-image {
  display: block;
  min-width: 13rem;
  min-height: 42px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .header__logo-image {
    min-width: 20rem;
    min-height: 7rem;
  }
}
.header > .row {
  max-width: none !important;
  width: 90%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .header > .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1800px) {
  .header > .row {
    width: 100%;
    max-width: 140rem !important;
  }
}
.header-scrolled, .header-active {
  background-color: black;
}
.header-scrolled .header__logo-box, .header-active .header__logo-box {
  max-height: auto;
  transition: all 0.5s;
}
.header-scrolled .header__logo-image, .header-active .header__logo-image {
  min-width: 50px;
  min-height: auto;
  object-fit: contain;
}
@media (min-width: 992px) {
  .header-scrolled .header__logo-image, .header-active .header__logo-image {
    min-width: 50px;
    min-height: auto;
  }
}

.hero__section {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  background-image: url("../images/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__section .swiper {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .hero__section .swiper h1, .hero__section .swiper h2, .hero__section .swiper h3, .hero__section .swiper h4, .hero__section .swiper h5, .hero__section .swiper h6 {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .hero__section .swiper p {
    max-width: 50rem;
  }
}
@media (min-width: 1200px) {
  .hero__section .swiper p {
    max-width: 63rem;
  }
}
.hero__section .video__player {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero__section .paggination,
.hero__section .paggination {
  position: absolute;
  top: auto;
  right: auto;
  left: 67px;
  bottom: 23px;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero__section .paggination,
  .hero__section .paggination {
    left: 17rem;
    bottom: 49px;
  }
}
@media (min-width: 1800px) {
  .hero__section .paggination,
  .hero__section .paggination {
    left: calc((100% - 148rem) / 2 + 8rem);
  }
}
.hero__section .paggination-count {
  display: flex;
  align-items: center;
  position: absolute;
  left: 17px;
  bottom: 20px;
  z-index: 99;
  font-weight: 400;
}
.hero__section .paggination-count::after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: white;
  margin-left: 5px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero__section .paggination-count::after {
    width: 50px;
  }
}
.hero__section .paggination-count * {
  color: white;
  font-family: "Montserrat Bold", serif !important;
}
@media (min-width: 768px) {
  .hero__section .paggination-count {
    left: 9rem;
    bottom: 45px;
  }
}
@media (min-width: 1800px) {
  .hero__section .paggination-count {
    left: calc((100% - 148rem) / 2);
  }
}
.hero__section .scroll-down, .hero__section .socials {
  position: absolute;
  z-index: 10;
}
.hero__section .scroll-down {
  width: 100%;
  bottom: 15px;
  animation-name: scrollDown;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  pointer-events: none;
}
.hero__section .scroll-down img {
  height: 30px;
  width: 20px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .hero__section .scroll-down img {
    height: 6rem;
    width: 4rem;
  }
}
@media (min-width: 992px) {
  .hero__section .scroll-down {
    bottom: 25px;
  }
}
.hero__section .socials {
  top: 21rem;
  left: 5px;
  width: auto;
  flex-direction: column;
  transform: translateY(-50%);
}
.hero__section .socials li {
  margin-bottom: 18px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .hero__section .socials li a {
    width: 25px;
    height: 25px;
  }
}
.hero__section .socials li i {
  background: linear-gradient(103deg, #9900bf 0%, #f900bf 75%, #f900bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .hero__section .socials li {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .hero__section .socials {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .hero__section .socials {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .hero__section {
    margin-top: 12rem;
  }
}
@media (min-width: 992px) {
  .hero__section {
    margin-top: 12rem;
    text-align: left;
  }
}
@media (min-width: 1800px) {
  .hero__section {
    margin-top: 0;
  }
}
.hero__section-inner {
  text-align: center;
}
.hero__section-inner .hero__section-content p {
  margin-left: auto;
  margin-right: auto;
}

.hero__image,
.hero-swiper .video__container {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero__image-mobile,
  .hero-swiper .video__container-mobile {
    display: block;
  }
  .hero__image-desktop,
  .hero-swiper .video__container-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero__image-mobile,
  .hero-swiper .video__container-mobile {
    display: none;
  }
  .hero__image-desktop,
  .hero-swiper .video__container-desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero__image,
  .hero-swiper .video__container {
    object-position: top;
  }
}

.hero-swiper .video__container video {
  object-fit: cover;
}

.slider {
  margin-bottom: 50px;
}
.slider .swiper-slide {
  align-items: flex-start;
}
.slider .swiper-slide h1, .slider .swiper-slide h2, .slider .swiper-slide h3, .slider .swiper-slide h4, .slider .swiper-slide h5, .slider .swiper-slide h6, .slider .swiper-slide p {
  color: white;
}
.slider .swiper-slide h2 {
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 992px) {
  .slider .swiper-slide h2 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.slider .swiper-slide h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .slider .swiper-slide h4 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.slider .swiper-slide p {
  text-align: left;
  margin-bottom: 35px;
  font-size: 15px;
}
.slider .swiper-slide .card__image {
  pointer-events: none;
}
@media (min-width: 992px) {
  .slider .swiper-slide .card {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .slider .swiper-slide .card__body, .slider .swiper-slide .card__image {
    width: 50%;
  }
  .slider .swiper-slide .card__body * {
    max-width: 43.5rem;
  }
  .slider .swiper-slide .card__image {
    margin-left: auto;
    margin-right: 0;
    max-height: 46.7rem;
    max-width: 55.8rem;
  }
  .slider .swiper-slide .card__image img {
    height: 100%;
    object-fit: cover;
  }
}
.slider .btn--container {
  margin-top: 0;
  min-width: 7rem;
}
.slider .paggination {
  margin: 30px auto 50px auto;
  min-height: 35px;
  max-width: 27rem;
}
.slider .paggination .btn {
  min-height: 35px;
  padding: 7px 15px;
}
.slider .paggination .btn--prev::before {
  left: auto;
  right: 0;
}
.slider .paggination .btn img {
  position: relative;
  display: block;
  max-width: 100%;
  object-fit: contain;
  width: 7rem;
  height: 20px;
  z-index: 3;
}
.slider .paggination .btn--animated::before {
  top: unset;
  min-height: 35px;
  width: 4rem;
}
.slider .paggination .btn--animated::after {
  content: "";
  width: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .slider .paggination .btn {
    min-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .slider .paggination .btn img {
    height: 35px;
  }
  .slider .paggination .btn--animated::before {
    min-height: 5px;
    width: 6rem;
  }
}
@media (min-width: 992px) {
  .slider .paggination {
    min-height: 5rem;
    margin-top: 0;
    max-width: 35rem;
  }
}
.slider .swiper-button-next, .slider .swiper-button-prev {
  min-width: 11.5rem;
  margin-left: 10px;
  margin-right: 10px;
}
.slider .swiper-button-next::after, .slider .swiper-button-prev::after {
  display: none;
}
@media (min-width: 992px) {
  .slider--nav {
    justify-content: start;
  }
  .slider--nav .btn--white {
    padding: 37px 11.5rem;
  }
  .slider--nav .col:last-of-type {
    margin-left: auto;
    margin-right: 0;
    max-width: 55.8rem;
  }
}

@media (min-width: 992px) {
  .text-img-section .text-img-block:nth-of-type(even) .row {
    flex-direction: row-reverse;
  }
  .text-img-section .text-img-block:nth-of-type(even) .row .text__container {
    margin-left: 5rem;
  }
}

@media (min-width: 992px) {
  .text-img-block h3 {
    font-size: 5rem;
    line-height: 65px;
  }
}
@media (min-width: 992px) {
  .text-img-block p {
    max-width: 65rem;
  }
}
@media (max-width: 768px) {
  .text-img-block .img__container:not(.description__section .img__container) {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.video__container {
  position: relative;
  z-index: 10;
  height: 30rem;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .video__container {
    max-width: 140.6rem;
    height: 64rem;
    border-radius: 40px;
    transition: all 0.5s;
  }
  .video__container:hover .play_btn {
    animation-name: pulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transition: all 0.5s;
  }
}
.video__container .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
  height: 9rem;
  z-index: 10;
  opacity: 0.8;
  border-radius: 50%;
  pointer-events: none;
}
.video__container .play_btn img {
  object-fit: cover;
}
@media (min-width: 992px) {
  .video__container .play_btn {
    width: 20rem;
    height: 20rem;
    transition: all 0.5s;
  }
}

W .video__player,
.video__container video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero .video__player,
.hero .video__container,
.hero video {
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  object-fit: cover;
  border-radius: 0 !important;
}

.home {
  position: relative;
}
@media (min-width: 1800px) {
  .home .hero__section .row {
    max-width: 148rem !important;
  }
}
@media (min-width: 992px) {
  .home .hero__section .text__container h1, .home .hero__section .text__container p {
    max-width: 62rem;
  }
}
@media (max-width: 768px) {
  .home .hero__section .text__container {
    position: relative;
    z-index: 2;
    padding-top: 16.5rem;
    padding-bottom: 70px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .home .hero__section .img__container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
  }
  .home .hero__section .img__container img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .home .hero__section .img__container {
    border-radius: 40px;
    box-shadow: 1px 2px 20px rgba(64, 64, 65, 0.19);
  }
}
@media (min-width: 1800px) {
  .home .hero__section .img__container {
    min-height: 85rem;
    min-width: 82rem;
  }
}
@media (min-width: 992px) {
  .home .hero__section {
    padding-top: 120px;
    padding-bottom: 11rem;
  }
}
.home .video-section, .home .product-content, .home .procedures {
  background-color: black;
}
.home .product-content {
  padding: 30px 0 65px 0;
}
.home .product-content .img__container {
  min-height: 15rem;
}
.home .product-content .img__container-img {
  max-width: 24rem;
  max-height: 13rem;
  object-fit: contain;
}
@media (min-width: 768px) {
  .home .product-content .img__container-img {
    max-width: 48.5rem;
    max-height: 28rem;
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  .home .product-content .img__container {
    min-height: 30rem;
  }
}
.home .product-content p {
  color: white;
  text-align: center;
  max-width: 134rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .home .product-content {
    padding: 11rem 0 12rem 0;
  }
}
.home .procedures {
  padding-bottom: 6rem;
}
.home .procedures .section-heading {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .home .procedures .section-heading {
    padding-top: 9rem;
  }
}
@media (min-width: 992px) {
  .home .procedures .text-img-block {
    padding-top: 6rem;
  }
  .home .procedures .text-img-block:first-of-type {
    padding-top: 10rem;
  }
}
@media (min-width: 992px) {
  .home .procedures .text-img-block > .row h3, .home .procedures .text-img-block > .row p {
    max-width: 54.5rem;
  }
}
@media (min-width: 992px) {
  .home .procedures .text-img-block > .row .img__container {
    max-width: 56rem;
    max-height: 36rem;
    border-radius: 30px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .home .procedures .text-img-block > .row {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column-reverse !important;
  }
  .home .procedures .text-img-block > .row > .col--half > .text__container {
    display: flex;
    flex-direction: column;
    padding: 20px 15px 20px 15px;
  }
  .home .procedures .text-img-block > .row > .col--half > .text__container h3 {
    margin-top: 3rem;
    order: 2;
  }
  .home .procedures .text-img-block > .row > .col--half > .text__container p {
    order: 3;
  }
  .home .procedures .text-img-block > .row > .col--half > .text__container .paggination {
    order: 1;
  }
  .home .procedures .text-img-block > .row .img__container {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .home .procedures .text-img-block > .row {
    max-width: 118rem;
  }
}
.home .procedures h3 {
  text-transform: uppercase !important;
}
.home .procedures > .btn--container:first-of-type {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .home .procedures > .btn--container:first-of-type {
    margin-top: 9rem;
  }
}
@media (min-width: 992px) {
  .home .procedures {
    padding-bottom: 9rem;
  }
}
.home .badges-section {
  background-image: url("../images/bg-badges.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.home .badges-section > .row:nth-of-type(2) {
  align-items: baseline;
}
.home .badges-section .btn--container {
  margin-top: 0 !important;
}
.home .partners {
  background-color: black;
  background-image: url("../images/bg-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.home .partners .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: normal;
}
.home .partners .swiper-slide a[target=_blank] {
  text-decoration: underline;
  color: #f900bf;
}
@media (min-width: 1800px) {
  .home .partners .swiper-slide {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .home .partners .section-heading h3 {
    margin-bottom: 7.5rem !important;
  }
}
.home .partners .card {
  background-color: #292929;
  padding: 5rem 5rem 2rem 5rem;
  border-radius: 30px;
}
.home .partners .card__image {
  max-width: 22.5rem;
  max-height: 8.5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .home .partners .card__image {
    max-width: 23rem;
    margin-bottom: 8rem;
  }
}
.home .partners .card__body .text__container {
  display: block;
}
.home .partners .card__body .text__container a, .home .partners .card__body .text__container p {
  display: block;
  margin-bottom: 3rem !important;
}
.home .partners .swiper-navigation {
  display: flex;
  justify-content: space-between;
  width: 8.5rem;
  margin: 20px auto 0 auto;
}
.home .partners .swiper-navigation .swiper-button {
  cursor: pointer;
  max-width: 33px;
  max-height: 33px;
}

.err__page {
  position: relative;
  display: block;
  height: 40vh;
}
.err__page .btn {
  padding: 10px 14px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .err__page .btn {
    padding: 23px 8.4rem;
  }
}
.err__page .hero__section-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .err__page {
    width: 100%;
  }
}

.page-template-default header {
  background-image: url(../images/header-mobile.png) !important;
  background-position: top left;
  background-size: cover;
}
.page-template-default main {
  margin-top: 200px;
  margin-bottom: 150px;
}
.page-template-default main h1, .page-template-default main h2, .page-template-default main h3, .page-template-default main h4, .page-template-default main h5, .page-template-default main h6 {
  color: black !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-default .default-page-wrapper p, .page-template-default .default-page-wrapper h1, .page-template-default .default-page-wrapper h2, .page-template-default .default-page-wrapper h3, .page-template-default .default-page-wrapper h4, .page-template-default .default-page-wrapper h5, .page-template-default .default-page-wrapper h6, .page-template-default .default-page-wrapper blockquote {
  color: black !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-default .default-page-wrapper blockquote p {
  margin-left: 20px;
}
.page-template-default .default-page-wrapper a {
  color: #9900bf;
}
.page-template-default .default-page-wrapper p {
  margin-bottom: 30px;
}
.page-template-default .default-page-wrapper p:last-of-type {
  margin-bottom: 50px;
}