@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: "Open Sans", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #4E5664;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #DA1884;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.light-pink {
  color: #FFD4EB;
}

h1 {
  font-size: 2.4rem;
  font-family: "Merriweather";
  font-weight: 300;
  line-height: 3.4rem;
  max-width: 83rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.2rem;
    line-height: 5rem;
  }
}

h2 {
  font-size: 4.4rem;
  font-family: "Merriweather";
  font-weight: 300;
  line-height: 6rem;
}
h2.bold {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 3rem;
    line-height: 3.9rem;
  }
}

h3 {
  font-size: 4.2rem;
  font-family: "Merriweather";
  font-weight: 300;
  line-height: 5.2rem;
}
h3.bold {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

h4 {
  font-size: 3rem;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 3.9rem;
}
h4.regular {
  font-weight: 400;
}
h4.bold {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}

h5 {
  font-size: 2.6rem;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 3.4rem;
}
h5.regular {
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

h6 {
  font-size: 1.4rem;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.8rem;
}
h6.medium {
  font-weight: 600;
}

p {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
p.bold,
p b {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
p strong {
  font-weight: 700;
}
p a {
  color: #DA1884;
  font-weight: 700;
  -webkit-transition: color 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: color 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
p a:hover {
  color: #FF6DBE;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #DA1884;
}

.rich-text h5 {
  margin: 2rem 0;
}
.rich-text h6 {
  margin-bottom: 3rem;
}
.rich-text h6:last-child {
  margin-bottom: 0;
}
.rich-text h6 strong {
  color: #4e5664;
  font-weight: 600;
}
.rich-text p {
  margin-bottom: 2rem;
}
.rich-text p:last-child {
  margin-bottom: 0;
}
.rich-text em {
  font-style: italic;
}
.rich-text blockquote {
  margin: 3rem 0;
}
.rich-text blockquote:before {
  content: "“";
  color: #DA1884;
}
.rich-text blockquote:after {
  content: "”";
  color: #DA1884;
}
.rich-text ul {
  margin: 4rem 0;
}
.rich-text ul li {
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
.rich-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8.5px;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #DA1884;
}
.rich-text ul li:last-child {
  margin-bottom: 0;
}
.rich-text ol {
  margin: 4rem 0;
  counter-reset: item;
}
.rich-text ol li {
  margin-bottom: 1rem;
  position: relative;
}
.rich-text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #DA1884;
  margin-right: 0.4rem;
  font-weight: 600;
}
.rich-text ol li:last-child {
  margin-bottom: 0;
}

.dark {
  color: #fff;
}
.dark h1 strong,
.dark h2 strong,
.dark h3 strong,
.dark h4 strong,
.dark h5 strong,
.dark h6 strong {
  color: #FFD4EB;
}
.dark .rich-text ol li:before {
  color: #FFD4EB;
}
.dark .rich-text ul li:before {
  background-color: #FFD4EB;
}
.dark .rich-text a {
  color: #FFD4EB;
}
.dark .rich-text a:hover {
  color: #fff;
}
.dark .rich-text blockquote:before,
.dark .rich-text blockquote:after {
  color: #FFD4EB;
}
.dark .rich-text code {
  color: #FFD4EB;
}

.side-heading {
  font-family: "Merriweather";
  font-size: 4rem;
}
@media screen and (max-width: 576px) {
  .side-heading {
    font-size: 3rem;
  }
}
.side-heading span {
  color: #DA1884;
  display: block;
}

.text-heading {
  font-size: 5.4rem;
}

.page {
  padding-top: 13.2rem;
}
@media screen and (max-width: 991px) {
  .page {
    padding-top: 10rem;
  }
}

.people-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .people-links {
    padding-top: 1.8rem;
  }
}
.people-links a,
.people-links button {
  margin-right: 12px;
}
.people-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 4rem;
  width: 4rem;
  background-color: #fff;
  border-radius: 50%;
}
.people-links a.linkedin svg {
  -webkit-transform: translate(1px, -1px);
  transform: translate(1px, -1px);
}
.people-links a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #FFD4EB;
  border-radius: 50%;
  pointer-events: none;
}
.people-links a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 3px solid #FFD4EB;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 50%;
}
.people-links a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.people-links a.phone {
  height: 3.2rem !important;
  width: 18rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  margin-top: 8px;
  padding-left: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.people-links a.phone path,
.people-links a.phone rect {
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (min-width: 992px) {
  .people-links a.phone:hover svg rect {
    fill: #DA1884;
  }
  .people-links a.phone:hover svg path {
    fill: #fff;
  }
}
.people-links a.phone svg {
  display: block;
  margin-right: 1.6rem;
}
.people-links a.phone:before, .people-links a.phone:after {
  display: none;
}
.people-links a.phone span {
  color: #6D737E;
  font-weight: 600;
  font-size: 1.4rem;
}
.people-links .read-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  background-color: #FFD4EB;
  border-radius: 100px;
  min-width: 8.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #4E5664;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.people-links .read-bio span {
  display: block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.people-links .read-bio:hover {
  background-color: #DA1884;
  color: #fff;
}

.dark .people-links .read-bio:hover {
  background-color: #fff;
  color: #DA1884;
}
.dark .people-links a {
  background-color: #6D737E;
}
.dark .people-links a.linkedin svg path {
  fill: #fff;
}
.dark .people-links a:hover:before {
  border-color: #FFD4EB;
}

.component.padS {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .component.padS {
    padding-top: 2rem;
  }
}
.component.padS.padBottom {
  padding-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .component.padS.padBottom {
    padding-bottom: 2rem;
  }
}
.component.padM {
  padding-top: 6rem;
}
@media screen and (max-width: 991px) {
  .component.padM {
    padding-top: 4rem;
  }
}
.component.padM.padBottom {
  padding-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .component.padM.padBottom {
    padding-bottom: 4rem;
  }
}
.component.padL {
  padding-top: 18rem;
}
@media screen and (max-width: 991px) {
  .component.padL {
    padding-top: 8rem;
  }
}
.component.padL.padBottom {
  padding-bottom: 18rem;
}
@media screen and (max-width: 991px) {
  .component.padL.padBottom {
    padding-bottom: 8rem;
  }
}

.full {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.btn {
  height: 4.8rem;
  width: 22.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(167, 171, 178, 0.5);
  border-radius: 100px;
  padding: 0 2.8rem;
  color: #fff;
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #DA1884;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (max-width: 991px) {
  .btn:hover, .btn:active {
    color: #DA1884 !important;
    border: 1px solid rgba(167, 171, 178, 0.5) !important;
    background-color: #fff !important;
  }
}
@media screen and (min-width: 992px) {
  .btn:hover {
    background-color: #DA1884;
    border-color: #DA1884;
    color: #fff;
  }
}
.btn-square {
  border-radius: 0;
  text-align: center;
  color: #fff;
}
.btn-secondary {
  background-color: #4E5664;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn-md-stretch {
    width: 100%;
  }
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buttons .btn {
  margin-right: 2rem;
}
@media screen and (max-width: 991px) {
  .buttons .btn {
    width: calc(100% - 6.8rem);
  }
}

.play-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 4.8rem;
  width: 4.8rem;
  border: 1px solid rgba(167, 171, 178, 0.5);
  border-radius: 50%;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  position: relative;
}
.play-video:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border: 3px solid #DA1884;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 50%;
}
.play-video svg {
  display: block;
}
@media screen and (min-width: 992px) {
  .play-video:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.play-with-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.play-with-text .text {
  color: #DA1884;
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (min-width: 992px) {
  .play-with-text:hover .play-video:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.nice-select {
  height: 4.8rem;
  width: 30.4rem;
  border: none;
  -webkit-box-shadow: 0 0 0 1px rgba(167, 171, 178, 0.5);
          box-shadow: 0 0 0 1px rgba(167, 171, 178, 0.5);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4E5664;
  font-weight: 600;
  background-color: transparent;
}
.nice-select:after {
  border: none;
  height: 1.2rem;
  width: 1rem;
  background: url(../../img/arrow-select.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  right: 2rem;
}
.nice-select.open {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 24px 24px 0 0;
}
.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nice-select .nice-select-dropdown {
  width: 100%;
  border-radius: 0 0 24px 24px;
  border: none;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.nice-select .nice-select-dropdown .list {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  margin: 0;
}
.nice-select .nice-select-dropdown .list:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 3.6rem);
  height: 1px;
  background-color: rgba(167, 171, 178, 0.5);
  top: 1px;
  left: 1.8rem;
}
.nice-select .nice-select-dropdown .list li {
  background-color: transparent;
  font-size: 1.4rem;
  font-weight: 600;
  color: #4E5664;
  line-height: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  position: relative;
  white-space: initial;
}
.nice-select .nice-select-dropdown .list li.selected {
  background-color: transparent;
}
.nice-select .nice-select-dropdown .list li.selected:before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background-color: #FF6DBE;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 2rem;
}
.nice-select .nice-select-dropdown .list li:focus, .nice-select .nice-select-dropdown .list li:active, .nice-select .nice-select-dropdown .list li:hover {
  background-color: transparent;
}
.nice-select .nice-select-dropdown .list li:hover {
  color: #DA1884;
}

.rich-text .nice-select-dropdown ul li:before {
  display: none;
}

.load-more {
  width: 100%;
  background-color: transparent;
  border-color: #DA1884;
  height: 5.6rem;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.8rem;
  height: 2.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(167, 171, 178, 0.5);
  color: #6D737E;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0 1.2rem;
  border-radius: 2rem;
}
.tags .tag:last-child {
  margin-right: 0;
}

.filters {
  padding: 0 0 8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .filters {
    display: block;
  }
  .filters select {
    position: absolute;
  }
}
.filters p {
  color: #6D737E;
}
@media screen and (max-width: 991px) {
  .filters p {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.filters form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90%;
}
@media screen and (max-width: 991px) {
  .filters form {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.filters .btn {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .filters .btn {
    text-align: center;
    width: 16rem;
    margin-top: 2rem;
  }
}
.filters .nice-select {
  max-width: 28%;
  margin-right: 1rem;
}
@media screen and (max-width: 991px) {
  .filters .nice-select {
    width: 80%;
    max-width: 80%;
    margin: 0 auto 1rem auto;
  }
}

.share {
  position: relative;
}
.share__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  height: 4rem;
  width: 4rem;
  background: url(../../img/share.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.share__links {
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 45px;
  background-color: #fff;
  position: absolute;
  top: -0.4rem;
  left: -1px;
  padding: 0 1rem;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: transform 0.1s linear 0.4s, opacity 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition: opacity 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-transform 0.1s linear 0.4s;
  transition: opacity 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-transform 0.1s linear 0.4s;
  transition: transform 0.1s linear 0.4s, opacity 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: transform 0.1s linear 0.4s, opacity 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-transform 0.1s linear 0.4s;
}
.share__links a {
  margin-right: 2.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.share__links a:last-child {
  margin-right: 0;
}
.share__links a svg path {
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.share__links a:not(.email):hover path:first-child {
  fill: #DA1884;
}
.share__links a:not(.email):hover path:not(:first-child) {
  fill: #fff;
}
.share__links a.email:hover path:first-child {
  fill: #DA1884;
}
.share__links a.email:hover path:not(:first-child) {
  stroke: #fff;
}
.share__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  margin-right: 4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.share__close rect {
  -webkit-transition: fill 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: fill 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.share__close:hover rect:first-child {
  fill: #DA1884;
}
.share.show .share__links {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  -webkit-transition: transform 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: -webkit-transform 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: transform 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: transform 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-transform 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.share.show .share__links .share__close,
.share.show .share__links a {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.4s;
  transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95) 0.4s;
}

.country-selector {
  display: none;
}

.border-1.card {
  border-width: 1px;
}

.card-link-icon {
  width: 1.4rem;
  height: 1.8rem;
}

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

html {
  overflow-x: hidden;
}

body {
  background-color: #F0F2F4;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}
body.dark {
  background-color: #4E5664;
}
body.report {
  background-color: #1F1F20;
}
body.report .header {
  display: none;
}

img {
  max-width: 100%;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 950px;
  }
}

@media (min-width: 1480px) {
  .container {
    max-width: 1424px;
  }
}
.form-control {
  padding: 1.2rem 1.6rem;
  gap: 1.2rem;
  border-radius: 4px;
  border: 1px solid #A7ABB2;
  opacity: 0px;
  background-color: var(--bs-white);
  font-size: 1.2rem;
}
.form-checkbox {
  display: none;
}
.form-checkbox + label {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  font-size: 1.3rem;
}
.form-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border: 2px solid #A7ABB2;
  background: var(--bs-white);
}
.form-checkbox:checked + label:before {
  border-color: #DA1884;
  background-color: #DA1884;
}
.form-checkbox:checked + label:after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: -1px;
  color: var(--bs-white);
  font-size: 1.5rem;
}
.form-label {
  font-size: 1.2rem;
  font-weight: 400;
  color: #A7ABB2;
}
.form-file-upload input {
  display: none;
}
.form-file-upload .drop-zone {
  width: 100%;
  padding: 1.5rem;
  border: 2px dashed #DA1884;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: #DA1884;
  font-size: 1.6rem;
  background-color: rgba(243, 226, 236, 0.5019607843);
}
.form-file-upload .drop-zone:hover {
  color: var(--bs-white);
  background-color: #DA1884;
  border-color: var(--bs-white);
}

form .subtitle {
  font-size: 1.2rem;
  color: #6D737E;
}

.field-validation-error {
  font-size: 1.2rem;
  font-weight: 400;
}

.header {
  background-color: #F0F2F4;
  position: fixed;
  top: 0;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  left: 0;
  width: 100%;
  z-index: 6;
  -webkit-transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 0.4rem 0;
  }
  .header__logo {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 1.6rem 0;
  }
}
.header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background-color: #4E5664;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.header__burger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__burger {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    background-color: transparent;
    border: none;
    z-index: 2;
    position: relative;
  }
  .header__burger span {
    display: block;
    width: 2.4rem;
    height: 1.5px;
    background-color: #4E5664;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  }
  .header__burger span:nth-child(2) {
    margin: 0.6rem 0;
  }
  .header__burger span:nth-child(3) {
    width: 1.6rem;
    margin-left: auto;
  }
  .header__burger.close span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .header__burger.close span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-0.3rem, 0.6rem);
    transform: rotate(-45deg) translate(-0.3rem, 0.6rem);
  }
  .header__burger.close span:nth-child(3) {
    width: 2.4rem;
    -webkit-transform: rotate(45deg) translate(-0.4rem, -0.7rem);
    transform: rotate(45deg) translate(-0.4rem, -0.7rem);
  }
}
.header.with-overlay:before {
  opacity: 0.2;
}
.header.hide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  }
  .header__nav:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8rem;
    background-color: #EFF2F4;
    -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .header__nav.show {
    opacity: 1;
    visibility: visible;
  }
  .header__nav.show + .header__search {
    opacity: 0;
    visibility: hidden;
  }
  .header__nav.show + .header__search ~ .header__switch {
    opacity: 1;
    visibility: visible;
  }
  .header__nav.show-submenu .header__roles__mobile {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  }
  .header__nav.show-submenu .header__social {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  }
  .header__nav.show-submenu:before {
    width: calc(100% - 2.4rem);
  }
  .header__nav.show-submenu .header__menu__item__link {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
  }
  .header__nav.show-submenu + .header__search {
    opacity: 0;
    visibility: hidden;
  }
  .header__nav.show-submenu + .header__search ~ .header__switch {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    display: block;
    margin: 0;
    padding-top: 14rem;
    padding-left: 2.4rem;
  }
}
.header__menu__item {
  margin-right: 2.4rem;
  padding-bottom: 1.6rem;
}
.header__menu__item__link {
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu__item__link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FF6DBE;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: transform 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: transform 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-transform 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .header__menu__item__link {
    font-family: "Merriweather";
    font-size: 2.4rem;
    line-height: 3rem;
    color: #4E5664;
    font-weight: 300;
    -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .header__menu__item__link:before {
    display: none;
  }
}
.header__menu__item .submenu {
  position: absolute;
  width: 22.7rem;
  background-color: #fff;
  border-radius: 0px 4px 4px 4px;
  padding: 2rem 4rem 2rem 2.4rem;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
}
.header__menu__item .submenu__back {
  display: none;
}
.header__menu__item .submenu__item {
  margin-bottom: 2rem;
}
.header__menu__item .submenu__item__link {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #4E5664;
  font-weight: 600;
  -webkit-transition: color 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: color 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (min-width: 1201px) {
  .header__menu__item .submenu__item__link:hover {
    color: #DA1884;
  }
}
@media screen and (max-width: 1200px) {
  .header__menu__item .submenu {
    top: 14rem;
    background: transparent;
    left: 0;
    padding: 0 0 0 4.8rem;
    margin: 0;
    width: calc(100% - 4.8rem);
    overflow-y: auto;
    max-height: 65vh;
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .header__menu__item .submenu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header__menu__item .submenu__back {
    display: block;
    margin-bottom: 2rem;
  }
  .header__menu__item .submenu__back__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(167, 171, 178, 0.5);
    color: #4E5664;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .header__menu__item .submenu__back__link:before {
    content: "";
    display: block;
    height: 2.1rem;
    width: 2.1rem;
    background: url(../../img/arrow-back.svg) no-repeat center;
    background-size: contain;
    margin-right: 0.6rem;
  }
  .header__menu__item .submenu__item__link {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    padding-left: 2.4rem;
  }
}
.header__menu__item.parent .header__menu__item__link:after {
  content: "";
  display: block;
  width: 9px;
  height: 1.4rem;
  background: url(../../img/arrow-menu.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.4rem;
  -webkit-transition: transform 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: transform 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: transform 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95), -webkit-transform 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (max-width: 1200px) {
  .header__menu__item.parent .header__menu__item__link:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .header__menu__item.parent:hover .header__menu__item__link:after {
    -webkit-transform: rotate(180deg) translateY(-4px);
    transform: rotate(180deg) translateY(-4px);
  }
}
@media screen and (min-width: 1201px) {
  .header__menu__item:hover .header__menu__item__link:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .header__menu__item:hover .submenu {
    opacity: 1;
    visibility: visible;
  }
}
.header__search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
  margin: 0 3rem 0 1rem;
}
@media screen and (max-width: 1200px) {
  .header__search {
    margin: 0 2rem 0 0;
    position: relative;
    z-index: 2;
  }
}
.header__search svg {
  display: block;
}
.header__search svg path {
  -webkit-transition: fill 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: fill 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.header__search:hover svg path {
  fill: #DA1884;
}
.header__social {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__social {
    display: block;
    position: absolute;
    bottom: 16rem;
    right: 0;
    width: 8rem;
  }
  .header__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .header__social a:first-child {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-height: 700px) {
  .header__social {
    bottom: 5rem;
  }
}
.header__roles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4rem;
  background-color: #4E5664;
  color: #fff;
  padding: 0 2.4rem;
  border-radius: 100px;
  -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (max-width: 1200px) {
  .header__roles {
    display: none;
  }
}
.header__roles:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #FF6DBE;
  margin-right: 1rem;
}
.header__roles:hover {
  background-color: #DA1884;
}
.header__roles__mobile {
  display: none;
  margin: 0 0 0 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.8rem;
  background-color: #4E5664;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  min-width: 20.5rem;
  padding: 0 2.4rem;
  border-radius: 100px;
  -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  position: absolute;
  bottom: 16rem;
}
@media screen and (max-width: 991px) {
  .header__roles__mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header__roles__mobile:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #FF6DBE;
  margin-right: 1rem;
}
@media screen and (max-height: 700px) {
  .header__roles__mobile {
    bottom: 5rem;
  }
}
.header__switch {
  margin-left: 2rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__switch {
    position: absolute;
    margin: 0;
    right: 10rem;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  }
}
.header__switch__icon {
  margin-right: 0.4rem;
}
.header__switch__arrow {
  display: block;
  width: 9px;
  height: 6px;
  background: url(../../img/arrow-switch.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.6rem;
}
.header__switch .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 100px;
  height: 2.4rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0 0.6rem;
  color: #6D737E;
  position: relative;
  z-index: 1;
}
.header__switch .languages {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  padding: 3rem 0 1rem 0;
  width: 7.3rem;
  top: 0;
  left: -1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.3s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.header__switch .languages.show {
  opacity: 1;
  visibility: visible;
}
.header__switch .languages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8rem;
  margin-bottom: 0.4rem;
}
.header__switch .languages__item .icon {
  display: block;
  height: 8px;
  width: 8px;
  margin-right: 0.4rem;
}
.header__switch .languages__item .icon.en {
  background: url(../../img/english.png) no-repeat center;
  background-size: contain;
}
.header__switch .languages__item .icon.de {
  background: url(../../img/de.png) no-repeat center;
  background-size: contain;
}
.header__switch .languages__item .icon.fr {
  background: url(../../img/france.svg) no-repeat center;
  background-size: contain;
}
.header__switch .languages__item .icon.sp {
  background: url(../../img/spain.svg) no-repeat center;
  background-size: contain;
}
.header__switch .languages__item .text {
  color: #6D737E;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  max-width: 4.4rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header__switch .languages__item:hover .text {
  color: #1F1F20;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background-color: #4E5664;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.4s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  z-index: 2;
}
.overlay.show {
  opacity: 0.2;
  visibility: visible;
}

.footer {
  background-color: #363A42;
  padding: 10rem 0 0 0;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 4rem;
  }
  .footer__logo {
    margin-bottom: 5rem;
  }
}
.footer hr {
  border-color: #A7ABB2;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .footer hr {
    border-color: #fff;
    opacity: 0.4;
  }
}
.footer__menu {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer__menu__item {
  margin-bottom: 2rem;
}
.footer__menu__item__link {
  font-family: "Merriweather";
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 5.2rem;
  color: #fff;
  -webkit-transition: color 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: color 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (max-width: 991px) {
  .footer__menu__item__link {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .footer__menu__item__link:hover {
    color: #FFD4EB;
  }
}
.footer__secondarymenu {
  padding-top: 6.2rem;
}
.footer__secondarymenu__item {
  margin-bottom: 1.8rem;
}
.footer__secondarymenu__item__link {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  -webkit-transition: color 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: color 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (min-width: 992px) {
  .footer__secondarymenu__item__link:hover {
    color: #FFD4EB;
  }
}
@media screen and (max-width: 991px) {
  .footer__secondarymenu {
    padding-top: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.footer .social-roles {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer .social-roles h6 {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer .social-roles {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  .footer .social-roles > div:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__social a {
  display: block;
  margin-right: 7rem;
}
.footer__social a svg {
  display: block;
}
.footer__social a svg path {
  -webkit-transition: fill 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: fill 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (min-width: 992px) {
  .footer__social a:hover svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 991px) {
  .footer__social {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 2rem;
  }
}
.footer__positions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  height: 4rem;
  color: #DA1884;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0 3rem;
  -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
.footer__positions:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #DA1884;
  margin-right: 1rem;
  -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (max-width: 1200px) {
  .footer__positions {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .footer__positions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto 4rem auto;
    position: relative;
  }
  .footer__positions:before {
    position: absolute;
    left: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .footer__positions:hover {
    color: #fff;
    background-color: #DA1884;
  }
  .footer__positions:hover:before {
    background-color: #fff;
  }
}
.footer__about {
  padding: 1rem 0 4rem 0;
  color: #fff;
}
.footer__about h6:first-child {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .footer__about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.footer__bottom {
  color: #fff;
  padding: 1.8rem 0 2.4rem 0;
}
@media screen and (max-width: 991px) {
  .footer__bottom {
    padding-top: 1rem;
  }
  .footer__bottom h6 {
    text-align: center;
  }
}
.footer__bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__bottom .row > div:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__bottom .row > div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__bottom .row > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__bottom svg {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .footer__bottom svg {
    height: 37px;
    width: 37px;
    margin: 4rem auto;
  }
}
.footer__bottom__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .footer__bottom__menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__bottom__menu__item {
  margin-right: 4rem;
}
@media screen and (max-width: 1400px) {
  .footer__bottom__menu__item {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer__bottom__menu__item {
    margin-right: 3.4rem;
  }
  .footer__bottom__menu__item:last-child {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .footer__bottom__menu__item {
    margin-right: 0;
  }
}
.footer__bottom__menu__item__link {
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-transition: color 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: color 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}
@media screen and (min-width: 992px) {
  .footer__bottom__menu__item__link:hover {
    color: #FFD4EB;
  }
}

.btn-description {
  background-color: #4E5664;
  color: #fff;
}

.practice-group-list .title {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 576px) {
  .practice-group-list .side-heading {
    margin-bottom: 2rem;
  }
}

.main {
  margin-top: 15rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 992px) {
  .main {
    margin-top: 8rem;
  }
}
.main__title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 30.17px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .main__title {
    font-size: 2rem;
    padding: 2rem;
  }
}
.main__title span {
  display: block;
}

.search-btn {
  background-color: #DA1884;
  color: #fff;
  width: auto;
  border-radius: 1rem;
  margin: 0 auto;
}

.search-box {
  padding: 4.5rem 0;
}
@media screen and (max-width: 576px) {
  .search-box {
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
}
.search-box label {
  font-size: 1.6rem;
  font-weight: 400;
}

.input-icon-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.input-icon-wrapper .fa-search {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #A7ABB2;
  pointer-events: none;
}

.keyword-field {
  padding-left: 4rem;
  background-color: white;
  width: 100%;
  height: 5rem;
  font-size: 1.5rem;
}

.vacancy__title {
  font-size: 3.2rem;
  font-weight: 700;
}
.vacancy__subtitle {
  font-size: 1.7rem;
  font-weight: 400;
}
.vacancy__details img {
  width: 8.7rem;
  height: 8.7rem;
  border-radius: 10rem;
}
@media screen and (max-width: 576px) {
  .vacancy__details img {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.vacancy__details .title {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .vacancy__details .title {
    font-size: 3rem;
  }
}
.vacancy__details .reference {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .vacancy__details .btn {
    width: 13rem;
    font-size: 1.4rem;
    font-weight: 500;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.vacancy__creator {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .vacancy__creator {
    padding: 2rem 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.vacancy__creator img {
  width: 10rem;
  border-radius: 10rem;
}
.vacancy__creator .title {
  font-size: 2.9rem;
  font-weight: 400;
}
.vacancy__creator-name {
  color: #DA1884;
  font-family: Merriweather;
}
.vacancy__pill {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background-color: #A7ABB2;
  color: var(--bs-white);
}
.vacancy__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .vacancy__info {
    padding: 0 1rem;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}
.vacancy__info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vacancy__info > div span:first-child {
  font-size: 1.8rem;
  font-weight: 600;
}
.vacancy__info > div span:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 400;
  color: #6D737E;
}
.vacancy__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .vacancy__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .vacancy__action .btn {
    width: 100%;
  }
}

.form-diversity .field > label {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.form-diversity .field > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.card__status {
  height: 30rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__status h1 {
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 4rem;
  line-height: 4.5rem;
}

.vacancy-list .card {
  padding: 2rem 3rem;
}
@media screen and (max-width: 576px) {
  .vacancy-list .card {
    padding: 2rem 1rem;
  }
}
.vacancy-list .card .heading {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.vacancy-list .card .list {
  max-height: 45rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #6D737E #EFF2F4;
}

.vacancy-card {
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #EFF2F4;
}
.vacancy-card__image {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  .vacancy-card__image {
    width: 4rem;
    height: 4rem;
  }
}
.vacancy-card__image + div {
  padding: 0 1.5rem;
}
@media screen and (max-width: 576px) {
  .vacancy-card__image + div {
    padding: 0 0.5rem;
  }
}
.vacancy-card .title {
  font-size: 1.8rem;
  font-weight: 700;
}
.vacancy-card .subtitle {
  font-size: 1.4rem;
  font-weight: 400;
}

.vacancy-form {
  padding: 0rem 5rem;
}
@media screen and (max-width: 576px) {
  .vacancy-form {
    padding: 0rem 1rem;
  }
}
.vacancy-form .footer-info p {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 1rem 0;
}

.practice-groups > a {
  max-width: calc(25% - 0.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .practice-groups > a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
    padding-top: 0;
    padding-right: 3rem;
  }
}

.practice-group {
  background-size: cover;
  background-position: center;
}
.practice-group .title {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 25.87px;
  text-align: left;
  color: var(--bs-black);
}
@media screen and (max-width: 576px) {
  .practice-group .title {
    font-size: 1.6rem;
  }
}
.practice-group .card-link-icon {
  position: absolute;
  right: 1.5rem;
  top: 2rem;
}
@media screen and (max-width: 576px) {
  .practice-group .card-link-icon {
    right: 1rem;
  }
}
.practice-group.artcultureandsport {
  background-image: url("/images/practice-group/arts-culture.jpg");
}
.practice-group.board {
  background-image: url("/images/practice-group/board.jpg");
}
.practice-group.environment {
  background-image: url("/images/practice-group/environment.jpg");
}
.practice-group.government {
  background-image: url("/images/practice-group/government.jpg");
}
.practice-group.highereducation {
  background-image: url("/images/practice-group/higher-education.jpg");
}
.practice-group.professionalservices {
  background-image: url("/images/practice-group/professional-services.jpg");
}
.practice-group.researchtechnologyinnovation {
  background-image: url("/images/practice-group/research-technology.jpg");
}
.practice-group.schoolandeducationorganisations {
  background-image: url("/images/practice-group/school.jpg");
}
.practice-group.socialimpact {
  background-image: url("/images/practice-group/social-impact.jpg");
}
.practice-group.artsculturesport {
  background-image: url("/images/practice-group/arts-culture.jpg");
}
.practice-group.healthlifesciences {
  background-image: url("/images/practice-group/health-life-sciences.jpg");
}
.practice-group.environmentsustainability {
  background-image: url("/images/practice-group/environment.jpg");
}
.practice-group.workforperrettlaver {
  background-image: url("/images/practice-group/work-for-perrett-laver.jpg");
}
.practice-group.schoolseducationalorganisations {
  background-image: url("/images/practice-group/school.jpg");
}
.practice-group.artcultureandsport .title, .practice-group.board .title, .practice-group.environment .title, .practice-group.government .title, .practice-group.highereducation .title, .practice-group.professionalservices .title, .practice-group.researchtechnologyinnovation .title, .practice-group.schoolandeducationorganisations .title, .practice-group.socialimpact .title, .practice-group.artsculturesport .title, .practice-group.healthlifesciences .title, .practice-group.environmentsustainability .title, .practice-group.workforperrettlaver .title, .practice-group.schoolseducationalorganisations .title {
  color: var(--bs-white);
}

.more-info-form {
  padding: 0rem 5rem;
}
@media screen and (max-width: 576px) {
  .more-info-form {
    padding: 0rem 1rem;
  }
}
.more-info-form .footer-info p {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 1rem 0;
}
@media screen and (max-width: 576px) {
  .more-info-form .request-success {
    padding: 6rem 1rem;
    height: auto;
  }
}

.input-validation-error {
  border-color: var(--bs-danger);
}

.card {
  --bs-card-border-color: #EEF2F5;
}