@import "../fonts/dm-sans/stylesheet.css";
:root {
  --container: 100%;
}
@media (min-width: 576px) {
  :root {
    --container: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}

:root {
  --primary-color: #000;
  --secondary-color: #8d8d8d;
  --color-white: #ffffff;
  --color-red: #A80000;
  --color-grey: #f5f5f5;
  --color-black: #000000;
  --color-blue: #113A5D;
  --font-main: "DM Sans";
  --font-weight-main: normal;
}

._bg-black {
  background-color: var(--color-black) !important;
}
._bg-white {
  background-color: var(--color-white) !important;
}
._bg-grey {
  background-color: var(--color-grey) !important;
}
._bg-red {
  background-color: var(--color-red) !important;
}
._bg-blue {
  background-color: var(--color-blue) !important;
}

:root {
  --header--height: 139px;
  --header--height-sticky: 106px;
}
@media (max-width: 1199.98px) {
  :root {
    --header--height: 90px;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --header--height-sticky: 73px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --header--height: 90px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --header--height-sticky: 73px;
  }
}

.col-left-offset {
  margin-left: calc((100% - var(--container)) / 2);
}

.col-width-lg-6 {
  width: var(--container);
}
@media (max-width: 991.98px) {
  .col-width-lg-6 {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .col-width-lg-6 {
    max-width: calc(var(--container) / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .padding-xl-right-1 {
    padding-right: 12px;
    padding-left: 0;
  }
}

:root {
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-32: 32px;
  --fs-48: 48px;
  --fs-56: 56px;
  --fs-70: 70px;
}
@media (max-width: 991.98px) {
  :root {
    --fs-18: 16px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-20: 18px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-24: 20px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-32: 24px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-48: 35px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-56: 45px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-70: 60px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-18: 16px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-20: 18px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-24: 20px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-32: 24px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-48: 35px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-56: 45px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-70: 50px;
  }
}

._pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

._pt-25 {
  padding-top: 25px;
}

._pb-25 {
  padding-bottom: 25px;
}

._pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

._pt-50 {
  padding-top: 50px;
}

._pb-50 {
  padding-bottom: 50px;
}

._pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

._pt-75 {
  padding-top: 75px;
}

._pb-75 {
  padding-bottom: 75px;
}

._pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

._pt-100 {
  padding-top: 100px;
}

._pb-100 {
  padding-bottom: 100px;
}

._pv-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

._pt-125 {
  padding-top: 125px;
}

._pb-125 {
  padding-bottom: 125px;
}

._pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

._pt-150 {
  padding-top: 150px;
}

._pb-150 {
  padding-bottom: 150px;
}

@media (max-width: 991.98px) {
  ._pv-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ._pt-25 {
    padding-top: 25px;
  }
  ._pb-25 {
    padding-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  ._pv-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ._pt-50 {
    padding-top: 40px;
  }
  ._pb-50 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  ._pv-75 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._pt-75 {
    padding-top: 60px;
  }
  ._pb-75 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  ._pv-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  ._pt-100 {
    padding-top: 80px;
  }
  ._pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  ._pv-125 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  ._pt-125 {
    padding-top: 100px;
  }
  ._pb-125 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  ._pv-150 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  ._pt-150 {
    padding-top: 120px;
  }
  ._pb-150 {
    padding-bottom: 120px;
  }
}
@media (max-width: 375.98px) {
  ._pv-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  ._pt-25 {
    padding-top: 20px;
  }
  ._pb-25 {
    padding-bottom: 20px;
  }
}
@media (max-width: 375.98px) {
  ._pv-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  ._pt-50 {
    padding-top: 35px;
  }
  ._pb-50 {
    padding-bottom: 35px;
  }
}
@media (max-width: 375.98px) {
  ._pv-75 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  ._pt-75 {
    padding-top: 48px;
  }
  ._pb-75 {
    padding-bottom: 48px;
  }
}
@media (max-width: 375.98px) {
  ._pv-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._pt-100 {
    padding-top: 60px;
  }
  ._pb-100 {
    padding-bottom: 60px;
  }
}
@media (max-width: 375.98px) {
  ._pv-125 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  ._pt-125 {
    padding-top: 75px;
  }
  ._pb-125 {
    padding-bottom: 75px;
  }
}
@media (max-width: 375.98px) {
  ._pv-150 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  ._pt-150 {
    padding-top: 90px;
  }
  ._pb-150 {
    padding-bottom: 90px;
  }
}
:root {
  --container: 100%;
}
@media (min-width: 576px) {
  :root {
    --container: 520px;
  }
}
@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container: 960px;
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}
@media (min-width: 1680px) {
  :root {
    --container: 1540px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: var(--container);
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: var(--font-main);
  color: var(--color-black);
  font-weight: var(--font-weight-main);
  line-height: 1.2;
  font-style: normal;
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  position: relative;
  overflow-x: hidden;
}
body._js-overflow-hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p,
ul,
ol {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

figure {
  margin: 0;
}

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

.r-gap-20 {
  row-gap: 20px;
}

.r-gap-40 {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .row {
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  .row .row {
    --bs-gutter-x: 2rem;
  }
}

main {
  margin: 0 auto;
  overflow-x: hidden;
}

.img-base {
  display: block;
}

.img-hover {
  display: none;
}

a:hover .img-base {
  display: none;
}
a:hover .img-hover {
  display: block;
}

.standard-text h1,
.standard-text .text-h1,
.standard-text h2,
.standard-text .text-h2,
.standard-text h3,
.standard-text .text-h3,
.standard-text h4,
.standard-text .text-h4,
.standard-text h5,
.standard-text .text-h5,
.standard-text h6,
.standard-text .text-h6 {
  line-height: 1.2;
  color: var(--color-black);
}
.standard-text h1,
.standard-text h2,
.standard-text h3,
.standard-text h4,
.standard-text h5 {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .standard-text h1,
  .standard-text h2,
  .standard-text h3,
  .standard-text h4,
  .standard-text h5 {
    margin-bottom: 20px;
  }
}
.standard-text h1,
.standard-text .text-h1 {
  font-size: var(--fs-56);
  font-weight: bold;
  line-height: 1.2;
}
.standard-text h2,
.standard-text .text-h2 {
  font-size: var(--fs-48);
  font-weight: bold;
  line-height: 1.25;
}
.standard-text h3,
.standard-text .text-h3 {
  font-size: var(--fs-32);
  font-weight: bold;
  line-height: 1.3;
}
.standard-text h4,
.standard-text .text-h4 {
  font-size: var(--fs-24);
  font-weight: bold;
  line-height: 1.3;
}
.standard-text h5,
.standard-text .text-h5 {
  font-size: var(--fs-20);
  font-weight: bold;
  line-height: 1.3;
}
.standard-text h6,
.standard-text .text-h6 {
  font-size: var(--fs-18);
  font-weight: bold;
  line-height: 1.3;
}
.standard-text p,
.standard-text .text-p {
  font-size: var(--fs-18);
  line-height: 1.7;
  font-weight: 400;
}
.standard-text p:not(:last-child),
.standard-text .text-p:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .standard-text p:not(:last-child),
  .standard-text .text-p:not(:last-child) {
    margin-bottom: 18px;
  }
}
.standard-text ul {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .standard-text ul {
    margin-bottom: 18px;
  }
}
.standard-text ul li {
  position: relative;
  padding-left: 18px;
  font-size: var(--fs-18);
  line-height: 1.7;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .standard-text ul li {
    margin-bottom: 12px;
  }
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  background-color: var(--color-red);
  width: 8px;
  height: 8px;
  left: 0;
  top: 11px;
  border-radius: 0;
}

.standard-text *:last-child {
  margin-bottom: 0;
}

.text-white h1,
.text-white .text-h1,
.text-white h2,
.text-white .text-h2,
.text-white h3,
.text-white .text-h3,
.text-white h4,
.text-white .text-h4,
.text-white h5,
.text-white .text-h5,
.text-white h6,
.text-white .text-h6 {
  color: var(--color-white);
}
.text-white p,
.text-white .text-p,
.text-white li {
  color: var(--color-white);
}

.text-dark h1,
.text-dark .text-h1,
.text-dark h2,
.text-dark .text-h2,
.text-dark h3,
.text-dark .text-h3,
.text-dark h4,
.text-dark .text-h4,
.text-dark h5,
.text-dark .text-h5,
.text-dark h6,
.text-dark .text-h6 {
  color: var(--color-black);
}
.text-dark p,
.text-dark .text-p,
.text-dark li {
  color: var(--color-black);
}

.btn-wrapper {
  display: flex;
  flex-flow: row wrap;
  row-gap: 10px;
  column-gap: 10px;
  margin-top: 18px;
}
@media (min-width: 992px) {
  .btn-wrapper {
    margin-top: 24px;
  }
}
.btn-wrapper + .btn-wrapper {
  margin-top: 10px;
}

.btn {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  font-family: var(--font-main);
  font-size: var(--fs-18);
  line-height: 1.5;
  font-weight: 600;
  padding: 10px 24px;
  outline: none;
  color: var(--color-black);
  border: 2px solid var(--color-black);
  border-radius: 8px;
  background-color: transparent;
  position: relative;
  box-shadow: none;
  user-select: auto;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  color: #fff;
  background-color: var(--color-black);
}
.btn:focus {
  box-shadow: none;
}
.btn.btn_white {
  color: var(--color-black);
  border: 2px solid var(--color-white);
  background-color: var(--color-white);
}
.btn.btn_white:hover {
  color: var(--color-white);
  background-color: var(--color-red);
  border: 2px solid var(--color-red);
}
.btn.btn_black {
  color: var(--color-white);
  border: 2px solid var(--color-black);
  background-color: var(--color-black);
}
.btn.btn_black:hover {
  color: var(--color-white);
  background-color: var(--color-red);
  border: 2px solid var(--color-red);
}
.btn.btn_red {
  color: var(--color-white);
  border: 2px solid var(--color-red);
  background-color: var(--color-red);
}
.btn.btn_red:hover {
  color: var(--color-white);
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn.btn_red._h-black:hover {
  color: var(--color-white);
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn.btn_red._h-white:hover {
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-white);
}
.btn.btn_blue {
  color: var(--color-white);
  border: 2px solid var(--color-blue);
  background-color: var(--color-blue);
}
.btn.btn_blue._h-black:hover {
  color: var(--color-white);
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn.btn_blue._h-white:hover {
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-white);
}
.btn.btn_grey {
  color: var(--color-black);
  border: 2px solid var(--color-grey);
  background-color: var(--color-grey);
}
.btn.btn_grey:hover {
  color: var(--color-white);
  border: 2px solid var(--color-red);
  background-color: var(--color-red);
}

.link {
  display: flex;
  align-items: center;
  font-family: var(--font-main);
  font-size: var(--fs-16);
  line-height: 1.2;
  padding: 12px 32px 12px 24px;
  position: relative;
}
.link:hover:after {
  right: -10px;
}
.link:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background-image: url("../img/icons/chevron-right.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

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

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}

._shadowed {
  position: relative;
}
._shadowed:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
}
._shadowed .container {
  position: relative;
  z-index: 2;
}

.slider-arrows-side .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid var(--color-grey);
  font-size: 0;
  position: absolute;
  z-index: 5;
  top: calc(50% - 56px);
  background-image: url("../img/icons/arrow-right.svg");
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.slider-arrows-side .slick-arrow:hover {
  background-color: var(--color-red);
  background-image: url("../img/icons/arrow-right-white.svg");
}
.slider-arrows-side .slick-arrow.slick-prev {
  left: -28px;
  right: auto;
  transform: rotate(180deg);
}
.slider-arrows-side .slick-arrow.slick-next {
  right: -28px;
  left: auto;
}
.slider-arrows-side .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
  gap: 9px;
}
.slider-arrows-side .slick-dots li {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.slider-arrows-side .slick-dots li::before {
  content: unset;
}
.slider-arrows-side .slick-dots button {
  padding: 0;
  font-size: 0;
  border-radius: 0;
  width: 8px;
  height: 8px;
  background-color: var(--secondary-color);
}
.slider-arrows-side .slick-dots li.slick-active button {
  background-color: var(--color-red);
}

.slider-arrows-down .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background-color: var(--color-white);
  font-size: 0;
  position: absolute;
  z-index: 5;
  top: auto;
  bottom: 0;
  background-image: url("../img/icons/arrow-right.svg");
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.slider-arrows-down .slick-arrow:hover {
  background-color: var(--color-red);
  border: none;
}
.slider-arrows-down .slick-arrow.slick-prev {
  right: 62px;
  left: auto;
  transform: rotate(180deg);
}
.slider-arrows-down .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slider-arrows-down .slick-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  gap: 9px;
}
@media (min-width: 992px) {
  .slider-arrows-down .slick-dots {
    margin-top: 20px;
  }
}
.slider-arrows-down .slick-dots li {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.slider-arrows-down .slick-dots button {
  padding: 0;
  font-size: 0;
  border-radius: 0;
  width: 8px;
  height: 8px;
  background-color: var(--color-red);
}
.slider-arrows-down .slick-dots li.slick-active button {
  background-color: var(--color-red);
}

._js-overflow-hidden .header {
  background-color: var(--color-red);
}
._js-overflow-hidden .header__logo .light-logo {
  display: block;
}

.header {
  position: fixed;
  z-index: 50;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 0;
  left: 0;
  padding: 12px 0;
  background-color: var(--color-red);
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .header._is-transparent {
    background: transparent;
  }
}
.header:hover {
  background-color: var(--color-red);
}
.header + section:not(._is-transparent) {
  margin-top: var(--header--height);
}
.header._has-bg {
  background: var(--color-red);
}
.header._js-sticky {
  background-color: var(--color-red);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
.header._js-sticky._js-menu-open .header__logo .light-logo {
  display: block;
}
.header._js-sticky .header__logo .light-logo {
  display: block;
}
.header._js-sticky .header__logo .dark-logo {
  display: none;
}
.header._js-sticky .header__logo img {
  max-width: 100px;
}
@media (max-width: 1199.98px) {
  .header._js-sticky .header__logo img {
    max-width: 60px;
  }
}
@media (max-width: 1199.98px) {
  .header._js-sticky .navbar {
    top: var(--header--height-sticky);
    height: calc(100% - var(--header--height-sticky));
  }
}
@media (min-width: 1200px) {
  .header._js-sticky .navbar .menu li {
    color: var(--color-white);
  }
}
@media (min-width: 1200px) {
  .header._js-sticky .navbar .menu li.dropdown::after {
    background: url("../img/icons/dropdown-white.svg") no-repeat;
  }
}
@media (min-width: 1200px) {
  .header._js-sticky .navbar .menu .dropdown-menu {
    margin-top: 47px;
  }
}
.header._js-sticky .navbar .menu .dropdown-menu li {
  color: var(--color-white);
}
.header._js-sticky .menu-trigger span {
  background-color: var(--color-white);
}
.header__logo img {
  display: block;
  max-width: 140px;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .header__logo img {
    max-width: 80px;
  }
}
.header .navbar {
  padding: 0;
  column-gap: 25px;
  width: 100%;
  display: flex;
}
@media (min-width: 1200px) {
  .header .navbar {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .header .navbar {
    padding-left: calc((100vw - var(--container)) / 2);
    padding-right: calc((100vw - var(--container)) / 2);
  }
}
@media (max-width: 1199.98px) {
  .header .navbar {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    right: 0;
    top: var(--header--height);
    width: 100%;
    height: calc(100% - var(--header--height));
    transform: translateX(100%);
    row-gap: 16px;
    background: var(--color-red);
    padding-bottom: 60px;
    z-index: 20;
    transition: all 0.2s;
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .header .navbar._js-open {
    transform: translateX(0);
  }
}
.header__btns {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  justify-content: center;
}
.header__btns .btn_light-blue:hover {
  border: 1px solid var(--color-red);
}
@media (max-width: 1199.98px) {
  .header__btns {
    width: 100%;
    padding: 10px 12px;
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  .header__btns {
    align-items: center;
    justify-content: flex-end;
  }
}
.header__btns .btn {
  padding-top: 8px;
  padding-bottom: 8px;
  text-wrap: nowrap;
  font-size: var(--fs-16);
}
@media (max-width: 1199.98px) {
  .header__btns .btn {
    width: 100%;
  }
}
.header .menu-trigger {
  display: none;
  position: relative;
  min-width: 27px;
  width: 27px;
  height: 18px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 40;
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .header .menu-trigger {
    display: inline-block;
  }
}
.header .menu-trigger span {
  display: inline-block;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  border-radius: 0;
}
.header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.header .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.header .menu-trigger._js-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.header .menu-trigger._js-active span:nth-of-type(2) {
  opacity: 0;
}
.header .menu-trigger._js-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.menu {
  display: flex;
  align-items: center;
  column-gap: 32px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .menu {
    justify-content: flex-end;
  }
}
@media (max-width: 1199.98px) {
  .menu {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding: 12px;
  }
}
.menu li {
  font-size: var(--fs-18);
  line-height: 1.5;
  color: var(--color-white);
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .menu li {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .menu li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.menu li.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.menu li.active.dropdown::after {
  background: url(../img/icons/dropdown-white.svg) no-repeat;
}
@media (min-width: 1200px) {
  .menu li:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.menu li a,
.menu li span {
  display: block;
}
@media (max-width: 1199.98px) {
  .menu li a,
  .menu li span {
    padding: 10px 0;
  }
}
.menu li a {
  white-space: nowrap;
  position: relative;
}
.menu li.dropdown {
  position: relative;
  padding-right: 28px;
}
@media (min-width: 1200px) {
  .menu li.dropdown:hover::after {
    background: url("../img/icons/dropdown-white.svg") no-repeat;
  }
}
.menu li.dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  width: 18px;
  height: 11px;
  background: url("../img/icons/dropdown-white.svg") no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  .menu li.dropdown:after {
    top: 50%;
    margin-top: -5px;
  }
}
@media (min-width: 1200px) {
  .menu li.dropdown::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    background-color: transparent;
    bottom: -45px;
    left: 0;
    z-index: 12;
  }
}
.menu li.dropdown > a {
  display: inline-block;
}
@media (min-width: 1200px) {
  .menu li.dropdown:hover .dropdown-menu {
    display: block;
  }
}
.menu li.dropdown._js-open:after {
  transform: rotate(180deg);
}
.menu .dropdown-menu {
  display: none;
  position: absolute;
  border: none;
  border-radius: 0;
  left: -20px;
  top: 40px;
  text-align: left;
  background-color: #fff;
  border: 1px solid var(--color-black);
  z-index: 20;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .menu .dropdown-menu {
    position: unset;
    box-shadow: none;
    width: 100%;
    background-color: var(--color-red);
  }
}
@media (min-width: 1200px) {
  .menu .dropdown-menu {
    margin-top: 64px;
    padding: 24px;
    max-width: 388px;
    background-color: var(--color-blue);
    color: var(--color-white);
  }
}
.menu .dropdown-menu li {
  color: var(--color-white);
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: unset;
  border-bottom: none;
}
.menu .dropdown-menu li a {
  display: block;
  font-size: var(--fs-16);
}
@media (min-width: 1200px) {
  .menu .dropdown-menu li a::after {
    width: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .menu .dropdown-menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media (max-width: 1199.98px) {
  .menu .dropdown-menu li a {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--color-white);
  }
}
.menu .dropdown-menu li + li {
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .menu .dropdown-menu li + li {
    margin-top: 24px;
  }
}
.menu .dropdown-menu li.dropdown-submenu {
  position: relative;
  padding-right: 28px;
  z-index: 12;
}
@media (min-width: 1200px) {
  .menu .dropdown-menu li.dropdown-submenu:hover::after {
    background: url("../img/icons/dropdown-white.svg") no-repeat;
    background-size: contain;
  }
}
.menu .dropdown-menu li.dropdown-submenu:hover .submenu-dropdown {
  display: block;
}
.menu .dropdown-menu li.dropdown-submenu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  width: 14px;
  height: 10px;
  background: url("../img/icons/dropdown-white.svg") no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  .menu .dropdown-menu li.dropdown-submenu::after {
    top: 50%;
    margin-top: -5px;
  }
}
@media (min-width: 1200px) {
  .menu .dropdown-menu li.dropdown-submenu::before {
    position: absolute;
    content: "";
    width: calc(100% + 48px);
    height: 60px;
    background-color: transparent;
    bottom: -25px;
    left: 50%;
    z-index: 0;
    right: 50%;
    transform: translateX(-50%);
  }
}
.menu .dropdown-menu li.dropdown-submenu._js-open:after {
  transform: rotate(180deg);
}
.menu .dropdown-menu .submenu-dropdown {
  display: none;
  position: absolute;
  border: none;
  border-radius: 0;
  text-align: left;
  background-color: #fff;
  border: 1px solid var(--color-black);
  z-index: 20;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .menu .dropdown-menu .submenu-dropdown {
    left: -20px;
    position: unset;
    box-shadow: none;
    width: 100%;
    background-color: var(--color-red);
  }
}
@media (min-width: 1200px) {
  .menu .dropdown-menu .submenu-dropdown.right {
    right: calc(100% + 24px);
    top: calc(100% - 24px);
  }
}
@media (min-width: 1200px) {
  .menu .dropdown-menu .submenu-dropdown.left {
    left: calc(100% + 24px);
    top: calc(100% - 24px);
  }
}
@media (min-width: 1200px) {
  .menu .dropdown-menu .submenu-dropdown {
    padding: 24px;
    max-width: 388px;
    background-color: var(--color-blue);
    color: var(--color-white);
  }
}
.menu .dropdown-menu .submenu-dropdown li {
  color: var(--color-white);
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: unset;
  border-bottom: none;
}
@media (min-width: 1200px) {
  .menu .dropdown-menu .submenu-dropdown li:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.menu .dropdown-menu .submenu-dropdown li a {
  display: block;
}
@media (min-width: 1200px) {
  .menu .dropdown-menu .submenu-dropdown li a::after {
    width: 0;
  }
}
@media (max-width: 1199.98px) {
  .menu .dropdown-menu .submenu-dropdown li a {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--color-white);
  }
}
.menu .dropdown-menu .submenu-dropdown li + li {
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .menu .dropdown-menu .submenu-dropdown li + li {
    margin-top: 24px;
  }
}

.hero {
  min-height: calc(100vh - var(--header--height));
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.hero._has-100vh {
  min-height: 100vh;
}
.hero .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero .bg-img img {
  height: 100%;
  object-fit: cover;
}
.hero .bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero .bg-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__text {
  max-width: 700px;
}
@media (min-width: 576px) {
  .hero__text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.hero__text p {
  font-size: var(--fs-20);
  line-height: 1.6;
}
.hero__img {
  height: 100%;
}
.hero__img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.sub-hero {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 992px) {
  .sub-hero {
    height: 500px;
  }
}
.sub-hero .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sub-hero .bg-img img {
  height: 100%;
  object-fit: cover;
}
.sub-hero h2 {
  font-size: var(--fs-56);
}

.faq .selector-content {
  padding: 40px;
  background: var(--color-white);
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .faq .selector-content {
    padding: 20px;
  }
}
.faq .content-show-hide .item {
  border-bottom: 2px solid var(--color-black);
}
.faq .item:first-child .toggle {
  padding-top: 0;
}
.faq .item:first-child .toggle::after {
  margin-top: -27px;
}
.faq .toggle {
  font-size: var(--fs-24);
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 1.5;
  padding: 20px 60px 20px 0;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  hyphens: auto;
}
@media (max-width: 575.98px) {
  .faq .toggle {
    padding: 20px 40px 20px 0;
  }
}
.faq .toggle._js-open:after {
  transform: rotate(90deg);
}
.faq .toggle:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  background-image: url("../img/icons/accordion-close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .faq .toggle:after {
    width: 26px;
    height: 26px;
    top: 38px;
  }
}
.faq .inner {
  display: none;
  padding: 0px 0 20px 0;
}

.image-icon {
  position: relative;
}
.image-icon::before {
  position: absolute;
  content: "";
  background-position: bottom;
  background-image: var(--deco-img);
  background-repeat: no-repeat;
  width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 5);
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  pointer-events: none;
}
.image-icon img {
  border-radius: 0;
}
.image-icon__box {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 15px;
  background-color: var(--color-grey);
  border: 4px solid var(--color-red);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .image-icon__box {
    gap: 20px;
  }
}
.image-icon__box ._img img {
  display: block;
  width: 50px;
  border-radius: 0;
}
.image-icon__box ._text h4 {
  font-size: var(--fs-20);
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-us .col-xl-3 img {
  max-width: 48px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact-us .col-xl-3 img {
    margin-bottom: 24px;
  }
}
.contact-us ul li {
  color: var(--color-black);
  padding-left: 30px;
  font-size: var(--fs-18);
  margin-bottom: 20px;
}
.contact-us ul li::before {
  position: absolute;
  content: "";
  background-image: url(../img/icons/tick.svg);
  background-repeat: no-repeat;
  background-color: unset;
  background-position: center;
  object-fit: contain;
  width: 26px;
  height: 26px;
  left: 0;
  top: -3px;
}
.contact-us ._info {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  border-radius: 0;
}
.contact-us ._info img {
  display: inline-block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  border: 4px solid var(--color-red);
}
.contact-us ._info .text h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: var(--fs-16);
  color: var(--primary-color);
}
.contact-us ._info .text p {
  font-size: var(--fs-14);
}
.contact-us .item {
  gap: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact-us .item {
    flex-direction: row;
    align-items: center;
  }
}
.contact-us .item a {
  line-height: 1.5;
}
.contact-us .item::after {
  position: absolute;
  content: "";
  border-left: 2px dashed var(--color-red);
  width: 2px;
  height: 100%;
  margin-left: -25px;
}
@media (max-width: 991.98px) {
  .contact-us .item::after {
    content: unset;
  }
}
.contact-us .item:first-child::after {
  content: unset;
}
.contact-us .item img {
  width: 50px;
  height: 50px;
}
.contact-us__box img {
  display: block;
  max-width: 32px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .contact-us__box img {
    margin-bottom: 16px;
  }
}
.contact-us__box h6 {
  margin-bottom: 8px !important;
}
.contact-us__box p {
  margin-bottom: 8px !important;
}
.contact-us__box a:not(.link) {
  display: inline-block;
  text-decoration: underline;
}

.logos {
  text-align: center;
}
.logos__gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 48px;
}
.logos__gallery ._logo-img {
  min-height: 100px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  display: flex;
}
.logos__gallery ._logo-img img {
  max-width: 140px;
}

.cta {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.cta .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta .bg-img img {
  height: 100%;
  object-fit: cover;
}
.cta ._text {
  padding: 32px;
}
@media (min-width: 992px) {
  .cta ._text {
    padding: 75px 48px;
  }
}
.cta ._img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cta__box {
  border: 1px solid var(--primary-color);
}

.team__box {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 0;
}
.team__box img {
  display: block;
  border-radius: 0;
}
.team__box__body {
  padding: 30px;
}
@media (max-width: 575.98px) {
  .team__box__body {
    padding: 20px;
  }
}
.team__box__body p {
  font-size: var(--fs-16);
}
.team__box__body h4 {
  color: var(--color-red);
  font-weight: 700;
}
.team__box__body .team__links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px 14px;
}
.team__box__body .team__links img {
  max-width: 24px;
  transition: all 0.3s ease-in-out;
}
.team__box__body .team__links img:hover {
  transform: scale(1.1);
}

.testimonials__box {
  padding: 30px;
  background: var(--color-red);
  text-align: center;
  height: 100%;
}
@media (max-width: 575.98px) {
  .testimonials__box {
    padding: 20px;
  }
}
.testimonials__box__head {
  margin-bottom: 10px;
}
.testimonials__box__head img {
  display: inline-block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
  border-radius: 0;
  border: 4px solid var(--color-red);
}
.testimonials__box__head h6 {
  margin-bottom: 0;
  font-weight: 600;
}
.testimonials__box__head p {
  margin-bottom: 10px;
  font-size: var(--fs-16);
}
.testimonials__box__body img {
  display: inline-block;
  max-width: 116px;
  margin-bottom: 10px;
}
.testimonials-slider .slick-slide {
  margin: 0 12px;
  height: inherit !important;
}
.testimonials-slider .slick-list {
  margin: 0 -12px;
}
.testimonials-slider .slick-track {
  display: flex !important;
}

.star-rating {
  height: 25px;
  position: relative;
  width: 125px;
  margin: auto;
  margin-bottom: 10px;
}
.star-rating:before {
  background-image: url(../img/icons/star-inactive.svg);
  background-repeat: repeat-x;
  background-size: 25px;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  top: 0;
  width: 125px;
}
.star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 125px;
  height: 25px;
  position: absolute;
  overflow: hidden;
}
.star-rating > span:before {
  background-image: url(../img/icons/star-active.svg);
  background-repeat: repeat-x;
  background-size: 25px;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}

.blog._featured img {
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.blog._featured .blog__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: var(--color-white);
  border-radius: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  .blog._featured .blog__body {
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .blog._featured .blog__body {
    padding: 20px;
  }
}
.blog._featured .blog__body h3 {
  font-weight: 700;
}
.blog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog__item {
  height: 100%;
  background-color: var(--color-white);
  border-radius: 0;
}
.blog__img img {
  border-radius: 0;
}
.blog__body {
  padding: 30px;
}
@media (max-width: 575.98px) {
  .blog__body {
    padding: 20px;
  }
}
.blog__body p {
  font-size: var(--fs-16);
}
.blog__body h6 {
  font-size: var(--fs-14);
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer__text h4 {
  margin-bottom: 10px !important;
}
.footer__text p {
  font-size: var(--fs-16);
}
.footer__content p {
  font-size: var(--fs-16);
}
.footer__logo {
  margin-bottom: 24px;
}
.footer__logo img {
  max-width: 100px;
}
.footer__contacts > *:not(:last-child) {
  margin-bottom: 24px;
}
.footer__social {
  display: flex;
  flex-flow: row wrap;
  gap: 12px 10px;
  margin-top: 10px;
}
.footer__social img {
  max-width: 24px;
  transition: all 0.3s ease-in-out;
}
.footer__social img:hover {
  transform: scale(1.1);
}
.footer__menu ul li {
  padding-left: 0;
  font-family: var(--font-main);
  font-size: var(--fs-16);
  margin-bottom: 0 !important;
  line-height: 1.7;
}
.footer__menu ul li a {
  position: relative;
}
.footer__menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__menu ul li::before {
  content: unset;
}
.footer__sub {
  padding-top: 10px;
  margin-top: 30px;
  row-gap: 10px;
}
@media (min-width: 992px) {
  .footer__sub {
    padding-top: 30px;
    margin-top: 50px;
  }
}
.footer__legal ul {
  display: flex;
  row-gap: 16px;
  flex-flow: column nowrap;
  justify-content: center;
  text-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .footer__legal ul {
    row-gap: 5px;
  }
}
.footer__legal ul li {
  font-size: var(--fs-14);
  padding-left: 0;
  margin-bottom: 0 !important;
}
.footer__legal ul li::before {
  content: unset;
}
.footer__legal ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 992px) {
  .footer__legal ul {
    flex-flow: row nowrap;
    column-gap: 24px;
    justify-content: flex-end;
  }
}
.footer__copyright p {
  font-size: var(--fs-14);
}

.comparison__item {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  height: 100%;
  border: 5px solid var(--color-red);
  border-radius: 8px;
}
.comparison__item ul li {
  font-size: var(--fs-18);
  padding-left: 40px;
  padding-bottom: 10px;
}
.comparison__item ul li::before {
  background-image: url(../img/icons/cross_icon.svg);
  background-repeat: no-repeat;
  background-color: unset;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 0;
  border-radius: 0;
}
.comparison__item._pros ul li::before {
  background-image: url(../img/icons/Vorteile.svg);
}
.comparison__item._arrow ul li::before {
  background-image: url(../img/icons/Anwendungen.svg);
}
.comparison__item._cons ul li::before {
  background-image: url(../img/icons/Nachteile.svg);
}

.blog-related-slider .slick-slide {
  margin: 0 12px;
}
.blog-related-slider .slick-list {
  margin: 0 -12px;
}
.blog-related .slick-dots li::before {
  content: unset;
}
@media (min-width: 992px) {
  .blog-related__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.blog-related__img img {
  object-fit: cover;
}
.blog-related__content {
  padding-top: 24px;
}
.blog-related__content h6,
.blog-related__content h5 {
  margin-bottom: 8px !important;
}
.blog-related__content h6 {
  font-size: var(--fs-14);
}
.blog-related__author {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 24px;
}
.blog-related__author img {
  display: block;
  border-radius: 0;
  border: 4px solid var(--color-red);
  max-width: 48px;
  height: 48px;
  object-fit: cover;
}
.blog-related__author h6 {
  font-size: var(--fs-14);
  margin-bottom: 0 !important;
}
.blog-related__author p {
  font-size: var(--fs-14);
}

.blogpost .breadcrumbs {
  margin-bottom: 20px;
}
.blogpost__overview {
  margin-bottom: 16px;
}
.blogpost__category {
  display: inline-block;
  background-color: var(--color-white);
  padding: 4px 8px;
}
.blogpost__img {
  margin-bottom: 24px;
}
.blogpost__info {
  display: flex;
  row-gap: 16px;
}
@media (max-width: 991.98px) {
  .blogpost__info {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .blogpost__info {
    justify-content: space-between;
  }
}
.blogpost__about {
  display: flex;
  column-gap: 40px;
}
@media (max-width: 575.98px) {
  .blogpost__about {
    flex-direction: column;
    column-gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .blogpost__about br {
    display: none;
  }
}
.blogpost__about span {
  display: inline-block;
  font-weight: bold;
  margin-top: 8px;
}
.blogpost__body figure {
  margin-top: 48px;
  margin-bottom: 48px;
}
.blogpost__body figcaption {
  display: block;
  font-size: var(--fs-14);
  text-align: left;
  color: var(--color-red);
  padding-top: 8px;
}
.blogpost__body quote {
  display: block;
  font-style: italic;
  font-size: var(--fs-18);
  line-height: 1.7;
  margin-bottom: 15px;
  padding-left: 21px;
  border-left: 1px solid var(--color-black);
}
@media (min-width: 992px) {
  .blogpost__body quote {
    margin-bottom: 18px;
  }
}
.blogpost__body p + h2 {
  margin-top: 30px;
}
.blogpost__footer__author {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--color-black);
}
@media (min-width: 992px) {
  .blogpost__footer__author {
    padding-top: 48px;
    margin-top: 48px;
  }
}
.blogpost__footer__author img {
  display: block;
  border-radius: 0;
  max-width: 56px;
  border: 4px solid var(--color-red);
  height: 56px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.blogpost__footer__author h6 {
  margin-bottom: 0 !important;
}
.blogpost__footer__top {
  display: flex;
  row-gap: 32px;
}
@media (max-width: 991.98px) {
  .blogpost__footer__top {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .blogpost__footer__top {
    justify-content: space-between;
    align-items: flex-end;
  }
}
.blogpost .tag-cloud {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.blogpost .tag {
  display: inline-block;
  background-color: var(--color-white);
  padding: 4px 8px;
}

.icon-text .col-xl-3 img {
  max-width: 48px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .icon-text .col-xl-3 img {
    margin-bottom: 24px;
  }
}
.icon-text__data .row {
  row-gap: 40px;
}
.icon-text__box {
  height: 100%;
  background: var(--color-grey);
  border: 4px solid var(--color-red);
  padding: 20px;
  border-radius: 8px;
}
.icon-text__box img {
  display: block;
  width: 50px;
  margin-bottom: 20px;
}
.icon-text._timeline .icon-text__box img {
  margin: 0 0 20px 0;
}
.img-text {
  position: relative;
  z-index: 1;
}
.img-text__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: calc((100vw - var(--container)) / 2 + var(--container) / 12 * 5);
  pointer-events: none;
}
@media (min-width: 992px) {
  .img-text__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.img-text img {
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
  max-height: var(--max-height, 100%);
  object-position: var(--h-align, center) var(--v-align, center);
}

.cards__item {
  height: 100%;
  border-radius: 8px;
  background-color: var(--color-grey);
  display: flex;
  flex-direction: column;
}
.cards__img img {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.cards__body {
  padding: 30px;
  flex: 1;
}
.cards__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cards__content h4 {
  font-weight: 700;
}

.image img {
  border-radius: 8px;
}
.image p {
  line-height: 1.5;
}
.image-slider .slick-slide {
  margin: 0 12px;
  height: inherit !important;
}
.image-slider .slick-slide img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.image-slider .slick-track {
  display: flex !important;
}

.stats__item {
  padding: 20px;
  border: 4px solid var(--color-red);
  border-radius: 8px;
}
.stats__item h6 {
  margin-bottom: 8px !important;
}
.stats-sample {
  display: flex;
  flex-flow: row nowrap;
  font-size: var(--fs-70);
  font-family: var(--font-main);
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 8px;
  justify-content: center;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
video[poster] {
  height: 100%;
  width: 100%;
}

.video-slider .slick-slide {
  margin: 0 12px;
  height: inherit !important;
}
.video-slider .slick-track {
  display: flex !important;
}

.embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  border-radius: 20px;
}
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.contact-form-wrapper .nf-form-content {
  max-width: 100%;
}
.contact-form-wrapper .nf-before-form-content {
  margin-bottom: 12px;
  color: var(--color-black);
  font-size: var(--fs-18);
  display: none;
}
.contact-form-wrapper .list-radio-wrap ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0 30px;
}
.contact-form-wrapper .list-radio-wrap ul li {
  width: auto !important;
  color: var(--color-black);
  font-size: var(--fs-18);
}
.contact-form-wrapper .list-radio-wrap ul li::before {
  content: unset;
}
.contact-form-wrapper .list-radio-wrap ul li label {
  font-size: inherit !important;
  white-space: nowrap;
}
.contact-form-wrapper .list-checkbox-wrap ul li::before {
  content: unset;
}
.contact-form-wrapper .nf-form-content input[type=checkbox].ninja-forms-field,
.contact-form-wrapper .nf-form-content input[type=radio].ninja-forms-field {
  visibility: hidden;
  padding: 0;
}
.contact-form-wrapper .listradio-wrap .nf-field-element label:after {
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-red);
  border-radius: 50%;
  background: #fff;
  bottom: auto;
  top: 0;
}
.contact-form-wrapper .listradio-wrap .nf-field-element label.nf-checked-label:after {
  border-color: var(--color-red);
}
.contact-form-wrapper .listradio-wrap .nf-field-element label.nf-checked-label:before {
  width: 12px;
  height: 12px;
  background: var(--color-red);
  border-radius: 50%;
  transition: all 0.2s ease;
  transform-origin: center;
  border: 4px solid transparent;
  bottom: auto;
  top: 4px;
}
.contact-form-wrapper #ninja_forms_required_items,
.contact-form-wrapper .nf-field-container {
  margin-bottom: 20px;
}
.contact-form-wrapper .nf-form-content .listselect-wrap .nf-field-element div,
.contact-form-wrapper .nf-form-content input.ninja-forms-field,
.contact-form-wrapper .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 50px;
}
.contact-form-wrapper .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.contact-form-wrapper .nf-form-content input:not(.btn):focus,
.contact-form-wrapper .nf-form-content textarea:focus {
  border: 4px solid var(--color-blue);
  color: var(--color-black);
}
.contact-form-wrapper .nf-form-content label {
  font-size: var(--fs-18);
  font-weight: 600;
  color: var(--color-black);
  padding-top: 1px;
}
.contact-form-wrapper .nf-form-content label a {
  font-weight: bold;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label,
.contact-form-wrapper .checkbox-wrap .nf-field-label label,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label {
  cursor: pointer;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label:after,
.contact-form-wrapper .checkbox-wrap .nf-field-label label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label:after {
  width: 21px;
  height: 21px;
  border: 2px solid var(--color-red);
  margin: 0.125rem 0 0;
  background: transparent;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label:after,
.contact-form-wrapper .checkbox-wrap .nf-field-label label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label:after {
  color: var(--color-black);
  background: transparent;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label.nf-checked-label:after,
.contact-form-wrapper .checkbox-wrap .nf-field-label label.nf-checked-label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label.nf-checked-label:after {
  border-color: var(--color-red);
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label:before,
.contact-form-wrapper .checkbox-wrap .nf-field-label label:before,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label:before,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label:before {
  font-size: var(--fs-18);
  background: transparent;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label.nf-checked-label:before,
.contact-form-wrapper .checkbox-wrap .nf-field-label label.nf-checked-label:before,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  background: transparent;
  color: var(--color-black);
}
.contact-form-wrapper .checkbox-container.label-right label {
  margin: 0 0 0 42px !important;
}
.contact-form-wrapper .checkbox-container.label-right label:after {
  left: -40px !important;
}
.contact-form-wrapper .checkbox-container.label-right label:before {
  left: -38px !important;
  top: 1px;
}
.contact-form-wrapper .checkbox-container.label-left label {
  margin: 0 42px 0 0 !important;
}
.contact-form-wrapper .checkbox-container.label-left label:after {
  right: -40px !important;
}
.contact-form-wrapper .checkbox-container.label-left label:before {
  right: -36px !important;
}
.contact-form-wrapper .listcheckbox-container .nf-field-element label {
  margin-left: 42px !important;
}
.contact-form-wrapper .listcheckbox-container .nf-field-element label:before {
  left: -38px !important;
}
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label:after {
  left: -40px !important;
}
.contact-form-wrapper .listcheckbox-container .nf-field-element label:after,
.contact-form-wrapper .checkbox-container.label-right label:after {
  top: -2px;
}
.contact-form-wrapper .listcheckbox-container .nf-field-element label:before {
  top: 0;
}
.contact-form-wrapper .label-right .field-wrap,
.contact-form-wrapper .label-left .field-wrap {
  flex-wrap: wrap;
}
.contact-form-wrapper .label-right .field-wrap .nf-field-description,
.contact-form-wrapper .label-left .field-wrap .nf-field-description {
  margin: 0 !important;
}
.contact-form-wrapper .field-wrap .nf-field-description {
  color: var(--color-black);
  font-size: var(--fs-18);
  font-weight: 600;
  padding-top: 10px;
}
.contact-form-wrapper .label-right .field-wrap .nf-field-description {
  margin: 0 !important;
}
.contact-form-wrapper .label-left .field-wrap .nf-field-description {
  margin: 0 !important;
  padding-right: 40px;
}
.contact-form-wrapper .nf-form-content .list-select-wrap .nf-field-element > div,
.contact-form-wrapper .nf-form-content input:not(.btn),
.contact-form-wrapper .nf-form-content textarea {
  color: var(--color-black);
  background: var(--color-grey);
  border-radius: 8px;
  border: 4px solid var(--color-red);
  box-shadow: none;
  transition: all 0.5s;
  padding: 0.125em 1em;
  font-family: var(--font-main);
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 1.5;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contact-form-wrapper .nf-form-content .list-select-wrap .nf-field-element > div,
.contact-form-wrapper .nf-form-content input:not(.btn),
.contact-form-wrapper .nf-form-content textarea {
  background: var(--color-grey);
}
.contact-form-wrapper .nf-form-content textarea {
  display: block;
  width: 100%;
  padding: 1em;
}
.contact-form-wrapper .nf-form-content input::placeholder,
.contact-form-wrapper .nf-form-content textarea::placeholder {
  color: var(--color-black);
  font-size: inherit !important;
}
.contact-form-wrapper .nf-form-content select.ninja-forms-field {
  color: var(--color-black);
  border-radius: 8px;
  border: 4px solid var(--color-red);
  padding: 0.125em 1em;
  font-size: var(--fs-18);
  font-weight: 400;
}
.contact-form-wrapper .nf-form-content .list-select-wrap > div div:after {
  font-size: var(--fs-18);
}
.contact-form-wrapper .nf-form-content select.ninja-forms-field:active,
.contact-form-wrapper .nf-form-content select.ninja-forms-field:focus,
.contact-form-wrapper .nf-form-content .list-select-wrap .nf-field-element > div {
  border: 4px solid var(--color-blue) !important;
}
.contact-form-wrapper .list-select-wrap div:after {
  color: var(--color-black);
}
.contact-form-wrapper .submit-wrap .nf-field-element {
  width: 100%;
}
@media (max-width: 767.98px) {
  .contact-form-wrapper .submit-wrap .nf-field-element {
    margin: auto;
  }
}
.contact-form-wrapper .nf-form-content button,
.contact-form-wrapper .nf-form-content input.btn {
  position: relative;
  box-shadow: none;
  user-select: auto;
  transition: all 0.3s ease;
  font-family: var(--font-main);
  font-size: var(--fs-18);
  line-height: 1.5;
  font-weight: 600;
  padding: 10px 24px;
  color: var(--color-white);
  border: 2px solid var(--color-blue);
  background-color: var(--color-blue);
  border-radius: 8px;
}
.contact-form-wrapper .nf-form-content button:hover,
.contact-form-wrapper .nf-form-content input.btn:hover {
  background-color: var(--color-red);
  color: var(--color-white);
  border: 2px solid var(--color-red);
}
.contact-form-wrapper .textarea-wrap .nf-field-label {
  width: 100%;
}
.contact-form-wrapper .textarea-wrap label {
  width: 100%;
  color: var(--color-black);
  font-size: var(--fs-18);
  line-height: 1.36;
  font-weight: 600;
}
.contact-form-wrapper .nf-error-msg {
  font-size: var(--fs-18);
  line-height: 1;
}
.contact-form-wrapper .nf-error .nf-error-msg {
  font-size: var(--fs-16);
  line-height: 1;
}
.contact-form-wrapper .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
.contact-form-wrapper .nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
.contact-form-wrapper .nf-error.listimage-wrap .nf-field-element ul,
.contact-form-wrapper .nf-error .ninja-forms-field {
  border-color: transparent;
}
.contact-form-wrapper .nf-pass .ninja-forms-field {
  border-color: green;
}
.contact-form-wrapper label .nf-error-msg,
.contact-form-wrapper label .ninja-forms-req-symbol {
  color: var(--color-black);
}

.quotes {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.quotes .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.quotes .bg-img img {
  height: 100%;
  object-fit: cover;
}
.quotes h2 {
  font-size: var(--fs-56);
}

.sticky-icon {
  z-index: 999;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .sticky-icon {
    flex-direction: row;
    top: auto;
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
    border-radius: 8px;
  }
}
.sticky-icon.active {
  opacity: 1;
}
.sticky-icon a {
  transform: translateX(calc(100% - 60px));
  border-radius: 8px 0px 0px 8px;
  text-align: left;
  text-decoration: none;
  padding: 10px 15px;
  font-size: var(--fs-20);
  font-weight: 600;
  transition: all 0.8s;
  background-color: var(--color-red);
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.85);
}
@media (max-width: 767.98px) {
  .sticky-icon a {
    border-radius: 8px;
    transform: unset;
  }
}
.sticky-icon a:hover {
  transform: translateX(0);
}
.sticky-icon a img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .sticky-icon a span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */