@import "../fonts/barlow/stylesheet.css";
@import "../fonts/roboto/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-black: #000000;
  --color-beige-light: #efe8df;
  --color-beige-neutral: #ded4c6;
  --color-purple-light: #eee2ee;
  --color-purple-intense: #964b98;
  --color-purple-regular: #814183;
  --color-purple-dark: #6c3370;
  --color-grey-medium: #5d5761;
  --color-grey-dark: #3d383d;
  --color-red-bright: #d42515;
  --color-red-dark: #aa2720;
  --font-main: "Roboto";
  --font-weight-main: normal;
}

._bg-black {
  background-color: var(--color-black) !important;
}
._bg-white {
  background-color: var(--color-white) !important;
}
._bg-beige-light {
  background-color: var(--color-beige-light) !important;
}
._bg-beige-neutral {
  background-color: var(--color-beige-neutral) !important;
}
._bg-purple-light {
  background-color: var(--color-purple-light) !important;
}
._bg-purple-intense {
  background-color: var(--color-purple-intense) !important;
}
._bg-purple-regular {
  background-color: var(--color-purple-regular) !important;
}
._bg-purple-dark {
  background-color: var(--color-purple-dark) !important;
}
._bg-grey-medium {
  background-color: var(--color-grey-medium) !important;
}
._bg-grey-dark {
  background-color: var(--color-grey-dark) !important;
}
._bg-red-bright {
  background-color: var(--color-red-bright) !important;
}
._bg-red-dark {
  background-color: var(--color-red-dark) !important;
}

:root {
  --header--height: 197px;
  --header--height-sticky: 91px;
}
@media (max-width: 1199.98px) {
  :root {
    --header--height: 67px;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --header--height-sticky: 88px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --header--height: 61px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --header--height-sticky: 56px;
  }
}

.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: 1.4rem;
  --fs-16: 1.6rem;
  --fs-18: 1.8rem;
  --fs-20: 2rem;
  --fs-22: 2.2rem;
  --fs-24: 2.4rem;
  --fs-32: 3.2rem;
  --fs-36: 3.6rem;
  --fs-48: 4.8rem;
  --fs-56: 5.6rem;
  --fs-60: 6rem;
  --fs-72: 7.2rem;
  --fs-80: 8rem;
}
@media (max-width: 991.98px) {
  :root {
    --fs-18: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-20: 1.8rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-24: 2rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-32: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-48: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-56: 4.5rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-80: 6rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-18: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-20: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-24: 2rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-32: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-36: 1.7rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-48: 2rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-56: 4.5rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --fs-80: 4rem;
  }
}

._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%;
}

html {
  font-size: 10px;
}

body {
  font-family: "Roboto";
  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;
  hyphens: auto;
}
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;
  }
}

._bg-gradient-purple-intense-white {
  background: linear-gradient(0deg, var(--color-white) 70%, var(--color-purple-intense) 30%);
}

._bg-gradient-purple-light-white {
  background: linear-gradient(0deg, var(--color-white) 70%, var(--color-purple-light) 30%);
}

._bg-red-bright-white {
  background: linear-gradient(0deg, var(--color-white) 70%, var(--color-red-bright) 30%);
}

._bg-white-red-bright {
  background: linear-gradient(0deg, var(--color-red-bright) 30%, var(--color-white) 0%);
}

._bg-beige-light-white {
  background: linear-gradient(0deg, var(--color-white) 50%, var(--color-beige-light) 50%);
}

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;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--color-purple-dark);
}
@media (min-width: 992px) {
  .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 {
    margin-bottom: 20px;
  }
}
.standard-text .subtitle {
  font-size: var(--fs-14);
}
.standard-text h1,
.standard-text .text-h1 {
  font-size: var(--fs-72);
  font-family: "Barlow Semi Condensed";
}
.standard-text h2,
.standard-text .text-h2 {
  font-size: var(--fs-60);
  font-family: "Barlow Semi Condensed";
}
@media (max-width: 575.98px) {
  .standard-text h2,
  .standard-text .text-h2 {
    font-size: var(--fs-56);
  }
}
.standard-text h3,
.standard-text .text-h3 {
  font-size: var(--fs-48);
  font-family: "Barlow Semi Condensed";
}
.standard-text h4,
.standard-text .text-h4 {
  font-size: var(--fs-36);
  font-family: "Roboto";
  font-weight: 900;
}
.standard-text h5,
.standard-text .text-h5 {
  font-size: var(--fs-20);
  font-family: "Roboto";
  font-weight: 600;
}
.standard-text h6,
.standard-text .text-h6 {
  font-size: var(--fs-18);
  color: var(--color-purple-dark);
}
.standard-text p,
.standard-text .text-p {
  font-size: var(--fs-20);
  line-height: 1.5;
  margin-bottom: 15px;
  font-family: "Roboto";
  font-weight: 400;
}
@media (min-width: 992px) {
  .standard-text p,
  .standard-text .text-p {
    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.5;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .standard-text ul li {
    margin-bottom: 10px;
  }
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  background-color: var(--color-purple-dark);
  width: 7px;
  height: 7px;
  left: 0;
  top: 10px;
  border-radius: 0;
}

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

._text-white p,
._text-white .text-p,
._text-white li,
._text-white label {
  color: var(--color-white);
}

._text-dark p,
._text-dark .text-p,
._text-dark li {
  color: var(--color-black);
}

._text-black p,
._text-black .text-p,
._text-black li {
  color: var(--color-black);
}

._text-red p,
._text-red .text-p,
._text-red li {
  color: var(--color-red-bright);
}

._text-purple p,
._text-purple .text-p,
._text-purple li {
  color: var(--color-purple-dark);
}

._text-grey-medium p,
._text-grey-medium .text-p,
._text-grey-medium li {
  color: var(--color-grey-medium);
}

._text-grey-dark p,
._text-grey-dark .text-p,
._text-grey-dark li {
  color: var(--color-grey-dark);
}

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

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

._h-red h1,
._h-red .text-h1,
._h-red h2,
._h-red .text-h2,
._h-red h3,
._h-red .text-h3,
._h-red h4,
._h-red .text-h4,
._h-red h5,
._h-red .text-h5,
._h-red h6,
._h-red .text-h6 {
  color: var(--color-red-bright);
}

._h-purple h1,
._h-purple .text-h1,
._h-purple h2,
._h-purple .text-h2,
._h-purple h3,
._h-purple .text-h3,
._h-purple h4,
._h-purple .text-h4,
._h-purple h5,
._h-purple .text-h5,
._h-purple h6,
._h-purple .text-h6 {
  color: var(--color-purple-dark);
}

._h-grey-dark h1,
._h-grey-dark .text-h1,
._h-grey-dark h2,
._h-grey-dark .text-h2,
._h-grey-dark h3,
._h-grey-dark .text-h3,
._h-grey-dark h4,
._h-grey-dark .text-h4,
._h-grey-dark h5,
._h-grey-dark .text-h5,
._h-grey-dark h6,
._h-grey-dark .text-h6 {
  color: var(--color-grey-dark);
}

._h-grey-medium h1,
._h-grey-medium .text-h1,
._h-grey-medium h2,
._h-grey-medium .text-h2,
._h-grey-medium h3,
._h-grey-medium .text-h3,
._h-grey-medium h4,
._h-grey-medium .text-h4,
._h-grey-medium h5,
._h-grey-medium .text-h5,
._h-grey-medium h6,
._h-grey-medium .text-h6 {
  color: var(--color-grey-medium);
}

.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 18px;
  outline: none;
  color: var(--color-black);
  border: 2px solid var(--color-black);
  background-color: transparent;
  position: relative;
  box-shadow: none;
  user-select: auto;
  transition: all 0.3s ease;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  color: #fff;
  background-color: var(--color-black);
}
.btn:focus {
  box-shadow: none;
}
.btn.btn_reverse {
  color: #fff;
  border: 2px solid var(--color-black);
  background-color: var(--color-black);
}
.btn.btn_reverse:hover {
  color: var(--color-black);
  background-color: #fff;
}
.btn.btn_dark-blue {
  color: var(--color-white);
  border: 2px solid var(--color-purple-dark);
  background-color: var(--color-purple-dark);
}
.btn.btn_dark-blue._h-yellow:hover {
  background: var(--color-red-bright);
  color: var(--color-purple-dark);
  border: 2px solid var(--color-red-bright);
}
.btn.btn_dark-blue._h-white:hover {
  background: var(--color-white);
  color: var(--color-purple-dark);
  border: 2px solid var(--color-white);
}
.btn.btn_yellow {
  color: var(--color-purple-dark);
  border: 2px solid var(--color-red-bright);
  background-color: var(--color-red-bright);
}
.btn.btn_yellow._h-dark-blue:hover {
  background: var(--color-purple-dark);
  color: var(--color-white);
  border: 2px solid var(--color-purple-dark);
}
.btn.btn_yellow._h-white:hover {
  background: var(--color-white);
  color: var(--color-purple-dark);
  border: 2px solid var(--color-white);
}

.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;
}

._bg-gradient-dark-blue {
  background: linear-gradient(180deg, #214e60 0%, #1e3d52 100%);
}

.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(30, 61, 82, 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: var(--color-purple-intense);
  font-size: 0;
  position: absolute;
  cursor: pointer;
  z-index: 5;
  top: calc(50% - 28px);
  mask-image: url("../img/icons/arrow-right.svg");
  mask-position: center center;
  mask-size: 50px;
  mask-repeat: no-repeat;
  transition: all 0.3s ease;
}
.slider-arrows-side .slick-arrow.slick-prev {
  left: -50px;
  right: auto;
  transform: rotate(180deg);
}
.slider-arrows-side .slick-arrow.slick-next {
  right: -50px;
  left: auto;
}
@media (max-width: 991.98px) {
  .slider-arrows-side .slick-arrow {
    top: auto;
    bottom: 0;
  }
  .slider-arrows-side .slick-arrow.slick-prev {
    left: calc(50% - 56px);
  }
  .slider-arrows-side .slick-arrow.slick-next {
    right: calc(50% - 56px);
  }
}
.slider-arrows-side .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  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: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--color-beige-light);
}
.slider-arrows-side .slick-dots li.slick-active button {
  background-color: var(--color-white);
}

.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-purple-dark);
  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-purple-dark);
}
.slider-arrows-down .slick-dots li.slick-active button {
  background-color: var(--color-purple-dark);
}

._js-overflow-hidden .header {
  transition: all 0.3s ease-in-out;
}
._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-white);
  transition: all 0.3s ease;
}
.header + section {
  margin-top: var(--header--height);
}
.header._has-bg {
  background: var(--color-purple-dark);
}
.header._js-sticky {
  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: 180px;
}
@media (max-width: 767.98px) {
  .header._js-sticky .header__logo img {
    max-width: 150px;
  }
}
@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 .dropdown-menu {
    margin-top: 38px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    margin-bottom: 20px;
  }
}
.header__logo img {
  display: block;
  max-width: 400px;
  height: auto;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .header__logo img {
    margin: auto;
  }
}
@media (max-width: 1199.98px) {
  .header__logo img {
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .header__logo img {
    max-width: 170px;
  }
}
.header .navbar {
  padding: 0;
  column-gap: 25px;
  width: 100%;
}
@media (min-width: 1200px) {
  .header .navbar {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
}
@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-white);
    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 .fontchanger:hover .font-changer-btn {
  display: none;
}
.header .fontchanger:hover .font-changer-btn-hover {
  display: block;
}
.header .fontchanger a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.header .fontchanger .font-changer-btn {
  display: block;
  line-height: 1;
}
.header .fontchanger .font-changer-btn-hover {
  display: none;
}
.header .search-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.header .search {
  position: absolute;
  background-color: var(--color-white);
  width: 100%;
  top: 0;
  transform: translateY(-200px);
  left: 0;
  right: 0;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .header .search {
    height: 200px;
    transform: translateY(-200px);
  }
}
.header .search._js-open {
  transform: translateY(0);
}
.header .search__form {
  width: 50%;
  margin: auto;
}
@media (max-width: 767.98px) {
  .header .search__form {
    width: calc(100% - var(--bs-gutter-x));
  }
}
.header .search__form .form-wrapper {
  border: 2px solid var(--color-purple-dark);
  padding: 10px;
  position: relative;
}
.header .search__form input {
  display: block;
  width: 100%;
}
.header .search__form__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.header .search__form__btn img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.header .search .cross-btn-menu {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 20px;
  margin-top: 20px;
}
.header .search .cross-btn-menu img {
  width: 20px;
  height: 20px;
}
.header__btns {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  justify-content: center;
}
.header__btns .btn_light-purple:hover {
  border: 1px solid var(--color-purple-dark);
}
@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 .header-icons {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.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-purple-dark);
  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-black);
  cursor: pointer;
  font-weight: 600;
}
.menu li:hover {
  color: var(--color-purple-dark);
}
@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 a {
  color: var(--color-purple-dark);
}
@media (min-width: 1200px) {
  .menu li.active a::after {
    width: 100%;
  }
}
.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 a::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--color-white);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.menu li a:hover::after {
  width: 100%;
}
.menu li.dropdown {
  position: relative;
  padding-right: 28px;
}
.menu li.dropdown:hover::after {
  background: url("../img/icons/dropdown-dark.svg") no-repeat;
}
.menu li.dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 18px;
  height: 11px;
  background: url("../img/icons/dropdown-dark.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: 60px;
    background-color: transparent;
    bottom: -25px;
    left: 0;
    z-index: 0;
  }
}
.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: var(--bgcolor);
  color: var(--textcolor);
  z-index: 20;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .menu .dropdown-menu {
    position: unset;
    box-shadow: none;
    width: 100%;
    background-color: var(--color-white);
  }
}
@media (min-width: 1200px) {
  .menu .dropdown-menu {
    margin-top: 39px;
    min-width: 250px;
  }
}
.menu .dropdown-menu li {
  color: var(--color-black);
  padding: 15px;
  margin: 0;
  cursor: pointer;
  position: unset;
  border-bottom: none;
  color: var(--textcolor);
}
.menu .dropdown-menu li:hover {
  color: var(--textcolorhover);
  background-color: var(--bgcolorhover);
}
.menu .dropdown-menu li.active {
  background-color: var(--bgcolorhover);
}
.menu .dropdown-menu li.active a {
  color: var(--textcolorhover);
}
.menu .dropdown-menu li:after {
  content: none;
  display: none;
}
.menu .dropdown-menu li a {
  display: block;
}
@media (min-width: 1200px) {
  .menu .dropdown-menu li a::after {
    width: 0;
  }
  .menu .dropdown-menu li a:hover::after {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .menu .dropdown-menu li a {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--color-black);
  }
}

.hero__text {
  max-width: calc(var(--container) / 12 * 7);
  width: 100%;
  position: relative;
  margin-top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-white);
  padding: 40px;
  transform-origin: top;
}
@media (max-width: 767.98px) {
  .hero__text {
    max-width: calc(var(--container) / 12 * 11);
    padding: 20px;
  }
}
.hero__text img {
  width: 70px;
}
.hero__text ul li {
  border-bottom: 1px solid var(--color-grey-medium);
  width: fit-content;
  margin: 6px 0;
}
.hero__text ul li:last-child {
  margin-bottom: 6px;
}

.sub-hero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.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 .content-show-hide .item {
  border-bottom: 1px solid var(--color-beige-light);
}
.faq .toggle {
  font-size: var(--fs-20);
  font-family: var(--font-main);
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
  padding: 20px 0 20px 40px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  hyphens: auto;
}
.faq .toggle:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 40px;
  margin-top: -18px;
  mask-image: url("../img/icons/toggle-open.svg");
  background: var(--icon-color);
  mask-size: contain;
  mask-position: 50% 50%;
  mask-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;
}

.timeline._h-purple .right-heading h3 {
  background: var(--color-purple-dark);
}
.timeline._h-purple .timeline__item.left::after {
  background: var(--color-purple-dark);
}
.timeline._h-purple .timeline__item.right h5 {
  background: var(--color-purple-dark);
}
.timeline._h-purple .timeline__item.right::after {
  background: var(--color-purple-dark);
}
.timeline ._icon {
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 20px;
}
.timeline ._headlines {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .timeline ._headlines {
    border-left: 2px solid var(--color-beige-light);
  }
}
.timeline .left-heading,
.timeline .right-heading {
  padding: 25px 40px;
}
@media (min-width: 992px) {
  .timeline .left-heading,
  .timeline .right-heading {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .timeline .left-heading,
  .timeline .right-heading {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .timeline .left-heading {
    text-align: end;
  }
}
.timeline .right-heading {
  margin-left: -2px;
  border-left: 2px solid var(--color-beige-light);
}
@media (max-width: 991.98px) {
  .timeline .right-heading {
    border-left: none;
  }
}
.timeline .right-heading h3 {
  background: var(--color-red-bright);
  color: var(--color-white);
  width: fit-content;
  padding: 5px 10px;
  text-transform: uppercase;
}
.timeline__item {
  position: relative;
  padding: 25px 40px;
  width: 50%;
}
@media (max-width: 991.98px) {
  .timeline__item {
    width: 100%;
  }
}
.timeline__item.right {
  margin-left: calc(50% - 2px);
  text-align: left;
  border-left: 2px solid var(--color-beige-light);
}
@media (max-width: 991.98px) {
  .timeline__item.right {
    margin-left: 0;
  }
}
.timeline__item.right h5 {
  background: var(--color-red-bright);
  color: var(--color-white);
  padding: 2px 5px;
  width: fit-content;
}
.timeline__item.right:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-red-bright);
}
.timeline__item.left {
  margin-right: 50%;
  text-align: right;
  border-right: 2px solid var(--color-beige-light);
}
@media (max-width: 991.98px) {
  .timeline__item.left {
    margin-right: 0;
    text-align: left;
    border-left: 2px solid var(--color-beige-light);
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .timeline__item.left::after {
    left: -9px;
  }
}
.timeline__item.left:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-red-bright);
}

.cta {
  position: relative;
  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-purple-dark);
  font-weight: 600;
}
.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 .item {
  height: 100%;
}
.testimonials__box {
  display: flex;
  height: 100%;
}
@media (max-width: 991.98px) {
  .testimonials__box {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.testimonials__box__head {
  position: relative;
  background-color: var(--color-grey-dark);
  padding: 60px;
  border-radius: 0 0 50px 50px;
}
@media (max-width: 991.98px) {
  .testimonials__box__head {
    flex: 1;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .testimonials__box__head {
    width: calc(var(--container) / 12 * 7);
    border-radius: 50px 0 0 50px;
  }
}
.testimonials__box__head h6 {
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
  color: var(--color-black);
  padding-left: 20px;
  margin-top: 30px;
}
.testimonials__box__head h6::before {
  position: absolute;
  content: "";
  background-color: var(--color-black);
  width: 15px;
  height: 3px;
  top: 50%;
  left: 0;
}
.testimonials__box__head p {
  margin-bottom: 10px;
  font-size: var(--fs-32);
  font-weight: 500;
}
.testimonials__box__body {
  max-width: 100%;
}
@media (min-width: 992px) {
  .testimonials__box__body {
    width: calc(var(--container) / 12 * 5);
  }
}
.testimonials__box__body img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 991.98px) {
  .testimonials__box__body img {
    border-radius: 50px 50px 0 0;
    height: 500px;
  }
}
.testimonials-slider .slick-slide {
  margin: 0 12px;
  height: inherit !important;
}
.testimonials-slider .slick-list {
  margin: 0 -12px;
}
.testimonials-slider .slick-track {
  display: flex !important;
}
@media (min-width: 992px) {
  .testimonials-slider .slick-dots {
    left: 60px;
    bottom: 10px;
    justify-content: start;
    position: absolute;
  }
}

.star-rating {
  height: 25px;
  position: relative;
  width: 125px;
  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: 600;
}
.blog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog__item {
  height: 100%;
  background-color: var(--color-grey-dark);
  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 {
  border-top: 2px solid var(--color-black);
}
.footer__content {
  margin-bottom: 40px;
}
.footer__images {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .footer__images {
    justify-content: start;
    gap: 30px;
  }
}
.footer__images img {
  max-width: 200px;
}
.footer__images ._item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__sub {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  background-color: var(--color-grey-medium);
}
.footer__legal ul {
  display: flex;
  row-gap: 16px;
  text-wrap: nowrap;
  flex-flow: row nowrap;
  column-gap: 24px;
  justify-content: flex-end;
}
.footer__legal ul li {
  font-size: var(--fs-14);
  padding-left: 0;
  margin-bottom: 0 !important;
  color: var(--color-white);
}
.footer__legal ul li::before {
  content: unset;
}
.footer__legal ul li a {
  position: relative;
}
.footer__legal ul li a::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--color-white);
  right: -12px;
  top: 0;
}
.footer__legal ul li:last-child a::after {
  content: unset;
}

.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: 2px solid var(--color-purple-dark);
  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-purple-dark);
  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: 2px solid var(--color-purple-dark);
  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-white);
  border: 2px solid var(--color-purple-dark);
  border-radius: 0;
  padding: 20px;
}
.icon-text__box img {
  display: block;
  width: 70px;
  margin: auto;
  margin-bottom: 20px;
}
.icon-text__box h3 {
  margin-bottom: 8px;
}
.icon-text__box p {
  margin-bottom: 8px;
}
.icon-text._timeline .icon-text__box img {
  margin: 0 0 20px 0;
}
.icon-text._with-border .icon-text__box {
  border-radius: 0;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .icon-text._with-border .icon-text__box {
    padding: 20px;
  }
}

.img-text ._img {
  position: relative;
}
.img-text ._img figcaption {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.img-text__content .img-text__deco {
  width: 50px;
  margin-bottom: 20px;
}
.img-text img {
  border-radius: 0;
}

.video-text__wrapper {
  padding: 60px 40px;
  color: var(--color-white);
}
.video-text ._video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.video-text ._video._has-autoplay::after {
  content: unset;
}
.video-text ._video::after {
  position: absolute;
  content: "";
  mask-image: url(../img/icons/i_play.svg);
  width: 70px;
  height: 70px;
  mask-size: 70px;
  mask-position: center;
  mask-repeat: no-repeat;
  background: var(--color-white);
  z-index: 2;
}
.video-text ._video.playing::after, .video-text ._video.autoplay::after {
  opacity: 0;
}
.video-text ._video img {
  position: absolute;
  width: 70px;
  height: 70px;
}
.video-text video {
  width: 100%;
  object-fit: cover;
}
.video-text video[poster] {
  width: 100%;
}
.video-text ._icon {
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 20px;
}
.video-text .video-slider .slick-slide {
  margin: 0 12px;
  height: inherit;
}
.video-text .video-slider.slider-arrows-side .slick-arrow {
  background-color: var(--headline-color);
}
@media (max-width: 575.98px) {
  .video-text .video-slider .embed {
    padding-top: 56.25%;
  }
}
@media (max-width: 991.98px) {
  .video-text .video-slider.slick-slider {
    padding-bottom: 80px;
  }
}

.embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}
@media (max-width: 575.98px) {
  .embed {
    padding-top: 100%;
  }
}
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

._embed-caption {
  margin-top: 10px;
  text-align: center;
}

.cards__item ._video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards__item ._video._has-autoplay::after {
  content: unset;
}
.cards__item ._video::after {
  position: absolute;
  content: "";
  mask-image: url(../img/icons/i_play.svg);
  width: 70px;
  height: 70px;
  mask-size: 70px;
  mask-position: center;
  mask-repeat: no-repeat;
  background: var(--color-white);
  z-index: 2;
}
.cards__item ._video.playing::after, .cards__item ._video.autoplay::after {
  opacity: 0;
}
.cards__item ._video img {
  position: absolute;
  width: 70px;
  height: 70px;
}
.cards video {
  width: 100%;
  object-fit: cover;
}
.cards video[poster] {
  width: 100%;
  height: inherit;
}
.cards__body {
  margin-top: 20px;
}

.image ._img {
  position: relative;
}
.image ._img figcaption {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.image img {
  border-radius: 0;
}
.image p {
  line-height: 1.5;
}

.video .embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.video .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-purple-dark);
  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-purple-dark);
}
.contact-form-wrapper .listradio-wrap .nf-field-element label.nf-checked-label:before {
  width: 12px;
  height: 12px;
  background: var(--color-purple-dark);
  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: 2px solid var(--color-purple-dark);
  color: var(--color-black);
}
.contact-form-wrapper .nf-form-content label {
  font-size: var(--fs-18);
  font-weight: 600;
  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-bright);
  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-bright);
}
.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-red-bright);
}
.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: 400;
  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-white);
  border-radius: 0;
  border: 2px solid var(--color-purple-dark);
  box-shadow: none;
  transition: all 0.5s;
  padding: 0.125em 1em;
  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-white);
  border-radius: 0;
}
.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: 2px solid var(--color-purple-dark);
  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-color: transparent !important;
  border: 2px solid var(--color-winter-purple) !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 {
  font-size: var(--fs-18);
  line-height: 1.375;
  padding: 9px 50px;
  outline: none;
  color: var(--color-purple-dark);
  background-color: var(--color-red-bright);
  box-shadow: none;
  user-select: auto;
  height: auto;
  transition: all 0.3s ease;
}
.contact-form-wrapper .nf-form-content button:hover,
.contact-form-wrapper .nf-form-content input.btn:hover {
  background-color: var(--color-white);
  color: var(--color-purple-dark);
}
.contact-form-wrapper .textarea-wrap .nf-field-label {
  width: 100%;
}
.contact-form-wrapper .textarea-wrap label {
  width: 100%;
}
.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;
}
.hs-form * {
  all: unset;
}

.quotes {
  background: transparent;
  background-image: var(--bg-quotes);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.quotes h2 {
  font-size: var(--fs-56);
}

.portrait .testimonials-slider-3 .slick-slide {
  margin: 0 27px;
}
.portrait .testimonials-slider-3 .slick-track {
  display: flex !important;
}
.portrait .testimonials-slider-3 .slick-slide {
  height: inherit !important;
}
@media (max-width: 991.98px) {
  .portrait .testimonials-slider-3.slick-slider {
    padding-bottom: 80px;
  }
}
.portrait__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}
.portrait__box ._img {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.portrait__box__body {
  padding-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.portrait__box._is-beige {
  background-color: var(--color-beige-light);
}
.portrait__box._is-purple {
  background-color: var(--color-purple-intense);
}
.portrait__box._is-purple h4 {
  color: var(--color-white);
}
.portrait__box h4 {
  text-transform: uppercase;
  color: var(--color-grey-dark);
  padding-bottom: 20px;
}
.portrait__box ._info {
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--color-white);
}

.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%);
  }
}
.sticky-icon.active {
  opacity: 1;
}
.sticky-icon a {
  transform: translateX(calc(100% - 55px));
  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-purple-dark);
  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 {
    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;
  }
}

.download img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin-bottom: 20px;
}
.download__item ._icon-link {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.download__item ._icon-link ._img {
  mask-repeat: no-repeat;
  mask-image: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  background: var(--icon-color);
}
.download__item ._icon-link._link ._img {
  mask-image: url(../img/icons/download-arrow-right.svg);
}
.download__item ._icon-link._download ._img {
  mask-image: url(../img/icons/download-arrow-down.svg);
}
.download__item ._icon-link img {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .download__item ._icon-link img {
    width: 40px;
    height: 40px;
  }
}
.download__item ._icon-link a {
  font-size: var(--fs-20);
}

.materials {
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .materials .left-deco {
    position: absolute;
    max-width: calc((var(--container)) / 12 * 2);
    width: 100%;
    z-index: -1;
    top: 100px;
    left: 0;
  }
  .materials .left-deco img {
    max-width: calc((var(--container)) / 12 * 2);
    width: 100%;
  }
}
@media (min-width: 992px) {
  .materials .right-deco {
    position: absolute;
    max-width: calc((var(--container)) / 12 * 2);
    width: 100%;
    z-index: -1;
    top: 100px;
    right: 0;
  }
  .materials .right-deco img {
    max-width: calc((var(--container)) / 12 * 2);
    width: 100%;
  }
}
.materials img {
  width: 75px;
  margin-bottom: 20px;
}
.materials .icon-text-info {
  display: flex;
  justify-content: center;
  gap: 50px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.materials ._icon-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.materials ._icon-text img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-bottom: 0;
}
.materials ._icon-text a {
  font-size: var(--fs-20);
}
.materials__item {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.materials__item .download__item {
  margin-bottom: 30px;
}
.materials__item .download__item ._icon-link ._img {
  mask-image: url(../img/icons/btn_Download_red.svg);
  background: var(--icon-color);
}
.materials__item .download__item ._icon-link:hover ._img {
  mask-image: url(../img/icons/btn_Download_red_hover.svg);
}
.materials__item .download__item:last-child {
  margin-bottom: 0;
}

.text img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin: auto;
  margin-bottom: 20px;
}
.text p a {
  text-decoration: underline;
  text-decoration-color: var(--text-color);
}
.text p a:hover {
  color: var(--headline-color);
  text-decoration-color: var(--headline-color);
}

.readmore-toggle {
  margin-top: 40px;
  background: none;
  color: var(--color-purple-dark);
  display: flex;
  justify-content: center;
  width: 100%;
  background: transparent;
}
.readmore-toggle .readmore-icon-open {
  mask-image: url(../img/icons/readmore-open.svg);
  background: var(--icon-color);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 100px;
  height: 45px;
}
.readmore-toggle .readmore-icon-close {
  mask-image: url(../img/icons/readmore-close.svg);
  background: var(--icon-color);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 100px;
  height: 45px;
}
.readmore-toggle.light .readmore-icon-open {
  mask-image: url(../img/icons/readmore-open-light.svg);
}
.readmore-toggle.light .readmore-icon-close {
  mask-image: url(../img/icons/readmore-close-light.svg);
}
.readmore-toggle img {
  width: 100px;
  height: 50px;
}

.breadcrumbs {
  padding: 15px 0;
}
.breadcrumbs .breadcrumb {
  color: var(--color-white);
}

.search-page-search .search__form {
  margin-top: 20px;
}
.search-page-search .search__form form {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  border: 2px solid var(--color-purple-dark);
}
.search-page-search .search__form form input {
  width: 100%;
}
.search-page-search .search__form__btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.search-pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: var(--fs-20);
  padding-bottom: 50px;
}
.search-pagination .page-numbers.current {
  color: var(--color-purple-dark);
}

.search-result__item {
  height: 100%;
  padding: 25px;
  background: var(--color-white);
  border: 2px solid var(--color-purple-dark);
}

/*# sourceMappingURL=style.css.map */
