/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.sec-accordion {
  border-bottom: 1px solid #222;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .sec-accordion .section-title {
    margin-bottom: 0; }
    .sec-accordion .section-title:hover, .sec-accordion .section-title:focus {
      cursor: pointer; }
  .sec-accordion [aria-expanded="true"] .arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sec-accordion .arrow {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media screen and (min-width: 1350px) {
      .sec-accordion .arrow {
        margin-left: calc(-90px + -.5rem);
        width: 90px; } }
  .sec-accordion .collapsing,
  .sec-accordion .collapse {
    margin-left: calc(60px + .5rem); }
    @media screen and (min-width: 1350px) {
      .sec-accordion .collapsing,
      .sec-accordion .collapse {
        margin-left: 0; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.section-bg {
  background-color: #e5e5e5;
  min-height: 300px; }
  .bpm-header + .section-bg {
    min-height: auto; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.wp-block-bpm-block-carousel .link-phone {
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  z-index: 2; }

.wp-block-bpm-block-carousel .socials {
  -ms-flex-align: center;
      align-items: center;
  bottom: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  left: 2rem;
  position: absolute;
  width: 10rem;
  z-index: 2; }

.wp-block-bpm-block-carousel .icon {
  width: 2rem; }

.wp-block-bpm-block-carousel .carousel-control-next {
  -ms-flex-pack: end;
      justify-content: flex-end;
  justify-content: end;
  margin-right: 2rem; }

.wp-block-bpm-block-carousel .carousel-control-prev {
  -ms-flex-pack: start;
      justify-content: flex-start;
  justify-content: start;
  margin-left: 2rem; }

.wp-block-bpm-block-carousel .carousel-control-prev-icon {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

.wp-block-bpm-block-carousel .carousel-indicators {
  margin-bottom: 7rem; }
  @media (min-width: 768px) {
    .wp-block-bpm-block-carousel .carousel-indicators {
      margin-bottom: 2.5rem; } }
  .wp-block-bpm-block-carousel .carousel-indicators li {
    -ms-flex-align: center;
        align-items: center;
    border-radius: 50%;
    border-width: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-indent: initial; }
    @media (min-width: 1200px) {
      .wp-block-bpm-block-carousel .carousel-indicators li {
        margin-left: .5rem;
        margin-right: .5rem; } }

.wp-block-bpm-block-carousel .carousel-item {
  overflow: hidden;
  position: relative; }
  .wp-block-bpm-block-carousel .carousel-item,
  .wp-block-bpm-block-carousel .carousel-item .carousel-item-inner {
    min-height: 635px;
    max-height: 635px; }
  .wp-block-bpm-block-carousel .carousel-item .carousel-item-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    z-index: 1; }
  .wp-block-bpm-block-carousel .carousel-item img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    .wp-block-bpm-block-carousel .carousel-item img.bgHeight {
      height: 100%;
      width: auto; }
  .wp-block-bpm-block-carousel .carousel-item .link-text {
    bottom: 2.5rem;
    right: 2rem;
    z-index: 2; }
    .wp-block-bpm-block-carousel .carousel-item .link-text .icon {
      margin-left: 1rem; }
  .wp-block-bpm-block-carousel .carousel-item .item-text {
    margin-top: 7.5rem; }
    @media (min-width: 1200px) {
      .wp-block-bpm-block-carousel .carousel-item .item-text {
        max-width: 300px; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.wp-block-bpm-block-carousel-special .link-phone {
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  z-index: 2; }

.wp-block-bpm-block-carousel-special .socials {
  -ms-flex-align: center;
      align-items: center;
  bottom: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  left: 2rem;
  position: absolute;
  width: 10rem;
  z-index: 2; }

.wp-block-bpm-block-carousel-special .icon {
  display: none;
  width: 1rem; }

.wp-block-bpm-block-carousel-special .carousel-control-next {
  -ms-flex-pack: end;
      justify-content: flex-end;
  justify-content: end;
  margin-right: 2rem; }

.wp-block-bpm-block-carousel-special .carousel-control-prev {
  -ms-flex-pack: start;
      justify-content: flex-start;
  justify-content: start;
  margin-left: 2rem; }

.wp-block-bpm-block-carousel-special .carousel-control-prev-icon {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

.wp-block-bpm-block-carousel-special .carousel-inner {
  background-color: #e5e5e5; }

.wp-block-bpm-block-carousel-special .carousel-indicators {
  bottom: initial;
  left: initial;
  right: initial;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 17.5rem;
  padding-bottom: 6rem;
  padding-top: 2rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 1200px) {
    .wp-block-bpm-block-carousel-special .carousel-indicators {
      min-width: 20rem; } }
  @media screen and (min-width: 1600px) {
    .wp-block-bpm-block-carousel-special .carousel-indicators {
      min-width: 30rem; } }
  .wp-block-bpm-block-carousel-special .carousel-indicators:before {
    -ms-flex-align: center;
        align-items: center;
    background-color: #e5e5e5;
    content: "";
    display: -ms-flexbox;
    display: flex;
    height: 0.1875rem;
    position: absolute;
    width: 100%;
    z-index: 0; }
  .wp-block-bpm-block-carousel-special .carousel-indicators li {
    -ms-flex-align: center;
        align-items: center;
    border: 0.375rem solid white;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-pack: center;
        justify-content: center;
    text-indent: initial;
    position: relative;
    z-index: 2;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease;
    opacity: 1; }
    .wp-block-bpm-block-carousel-special .carousel-indicators li, .wp-block-bpm-block-carousel-special .carousel-indicators li:after {
      border-radius: 50%;
      height: 0.375rem;
      width: 0.375rem; }
    .wp-block-bpm-block-carousel-special .carousel-indicators li:after {
      background-color: #000;
      display: -ms-flexbox;
      display: flex;
      content: "";
      position: absolute;
      z-index: 1; }
    .wp-block-bpm-block-carousel-special .carousel-indicators li.active {
      background-color: #000;
      border-color: transparent; }
      .wp-block-bpm-block-carousel-special .carousel-indicators li.active:before {
        background-color: #e5e5e5;
        border-radius: 50%;
        content: "";
        display: -ms-flexbox;
        display: flex;
        height: 3rem;
        position: absolute;
        width: 3rem;
        z-index: -1; }
    .wp-block-bpm-block-carousel-special .carousel-indicators li > span {
      bottom: -3rem;
      color: #212529;
      display: block;
      left: 50%;
      max-width: 6.25rem;
      position: absolute;
      text-align: center;
      top: auto;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 10000%; }

.wp-block-bpm-block-carousel-special .carousel-item {
  overflow: hidden;
  position: relative; }
  .wp-block-bpm-block-carousel-special .carousel-item .carousel-item-inner {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      .wp-block-bpm-block-carousel-special .carousel-item .carousel-item-inner {
        min-height: 40rem; } }
  .wp-block-bpm-block-carousel-special .carousel-item img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    .wp-block-bpm-block-carousel-special .carousel-item img.bgHeight {
      height: 100%;
      width: auto; }
  .wp-block-bpm-block-carousel-special .carousel-item .link-text {
    margin-top: 3.5rem; }
    .wp-block-bpm-block-carousel-special .carousel-item .link-text .icon {
      margin-left: 1rem; }
  .wp-block-bpm-block-carousel-special .carousel-item .item-text {
    margin-top: 5rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.section-certs > .col {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-bottom: 2rem;
  width: 0 0 100%; }

@media (min-width: 768px) {
  .section-certs[data-col-md="2"] > .col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    width: 50%; }
  .section-certs[data-col-md="3"] > .col {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    width: 33.3333%; } }

@media (min-width: 992px) {
  .section-certs[data-col-lg="3"] > .col {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    width: 33.3333%; }
  .section-certs[data-col-lg="4"] > .col {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    width: 25%; } }

@media (min-width: 1200px) {
  .section-certs[data-col-xl="3"] > .col {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    width: 33%; }
  .section-certs[data-col-xl="4"] > .col {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    width: 25%; }
  .section-certs[data-col-xl="6"] > .col {
    -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
    width: 16.6667%; } }

.section-certs[data-border="1"] > .col > div {
  border: 1px solid #959595; }

.section-certs[data-margin="1"] > .col {
  padding-bottom: 1rem; }

.section-certs:not([data-margin="0"]) > .col > * {
  display: block;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto; }

.section-certs .svg {
  position: relative;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.section-cols > .col {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-bottom: 3rem;
  width: 0 0 100%; }

@media (min-width: 768px) {
  .section-cols[data-col-md="2"] > .col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    width: 50%; }
  .section-cols[data-col-md="3"] > .col {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    width: 33.3333%; } }

@media (min-width: 992px) {
  .section-cols[data-col-lg="3"] > .col {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    width: 33.3333%; }
  .section-cols[data-col-lg="4"] > .col {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    width: 25%; } }

@media (min-width: 1200px) {
  .section-cols[data-col-xl="3"] > .col {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    width: 33%; }
  .section-cols[data-col-xl="4"] > .col {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    width: 25%; }
  .section-cols[data-col-xl="6"] > .col {
    -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
    width: 16.6667%; } }

.section-cols[data-border="1"] > .col > div {
  border: 1px solid #959595; }

.section-cols[data-margin="1"] > .col {
  padding-bottom: 1rem; }

.section-cols:not([data-margin="0"]) > .col > * {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto; }

.section-cols .svg {
  position: relative;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.section-cols .section-title-sub {
  font-size: 1.125rem;
  font-weight: bold; }

.section-cols .item-media {
  margin-bottom: 2rem; }

.section-cols .section-title-sub {
  margin-bottom: 2rem; }

.section-cols .a-spacer {
  display: none; }

.section-cols .link-text + .icon {
  width: 2.5rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

@media screen and (min-width: 1600px) {
  .container.container-1600 {
    max-width: 1540px; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.sec-fifty-fifty .bg-1 {
  background-color: #d9d9d9; }
  .sec-fifty-fifty .bg-1 .section-title {
    font-size: 2.5rem;
    margin-bottom: 4rem; }
  .sec-fifty-fifty .bg-1 .item-text {
    margin-right: 45px; }

.sec-fifty-fifty .bg-2 {
  background-color: #d9d9d9;
  color: #fff;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .sec-fifty-fifty .bg-2 {
      margin-top: 0; } }
  .sec-fifty-fifty .bg-2 .detail-contact {
    margin-top: .5rem;
    padding-left: 6rem; }
    @media (min-width: 1200px) {
      .sec-fifty-fifty .bg-2 .detail-contact {
        padding-left: 7rem; } }
    .sec-fifty-fifty .bg-2 .detail-contact .btn {
      margin-top: 2rem; }

.sec-fifty-fifty .bg-1, .sec-fifty-fifty .bg-2 {
  padding: 1.25rem; }
  @media (min-width: 992px) {
    .sec-fifty-fifty .bg-1, .sec-fifty-fifty .bg-2 {
      padding: 2.5rem; } }

.sec-fifty-fifty .title-contact {
  font-size: 1.25rem;
  margin-left: 1rem; }
  @media (min-width: 1200px) {
    .sec-fifty-fifty .title-contact {
      margin-left: 2rem; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.bpm-form-contact {
  padding-bottom: 7rem; }
  .bpm-form-contact .section-title {
    margin-bottom: 4rem; }
  .bpm-form-contact .row-address {
    margin-bottom: 3rem; }
  .bpm-form-contact .icon-logo {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 8rem; }
    @media (min-width: 768px) {
      .bpm-form-contact .icon-logo {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: initial;
        margin-right: 1rem; } }
  .bpm-form-contact .col-address {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .bpm-form-contact .col-address {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: 0; } }
  .bpm-form-contact .row-address {
    text-align: center; }
    @media (min-width: 768px) {
      .bpm-form-contact .row-address {
        text-align: left; } }

.form-group-terms {
  display: none; }

.form-group-captcha {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .form-group-captcha {
      margin-bottom: 0; } }

.input-group .img-captcha {
  width: 88%; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.wp-block-bpm-block-kpi {
  padding-bottom: 3rem;
  padding-top: 4rem; }
  .wp-block-bpm-block-kpi .col-lg-4:nth-child(2n) {
    background-color: #e5e5e5; }
  .wp-block-bpm-block-kpi .col-lg-4 > div {
    height: 100%;
    padding: 1.5rem 1rem;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    width: 100%; }
    .wp-block-bpm-block-kpi .col-lg-4 > div p:not(.text-contact),
    .wp-block-bpm-block-kpi .col-lg-4 > div .small {
      text-transform: uppercase; }
    .wp-block-bpm-block-kpi .col-lg-4 > div p:not(.text-contact) {
      margin-bottom: .5rem;
      text-align: center; }
      .wp-block-bpm-block-kpi .col-lg-4 > div p:not(.text-contact):first-child {
        margin-top: auto; }
      .wp-block-bpm-block-kpi .col-lg-4 > div p:not(.text-contact):last-child {
        margin-bottom: 0; }
    .wp-block-bpm-block-kpi .col-lg-4 > div .smallThree {
      margin-bottom: 3rem; }
    .wp-block-bpm-block-kpi .col-lg-4 > div ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      min-height: 60%;
      -ms-flex-pack: justify;
          justify-content: space-between;
      list-style: none;
      margin-top: auto;
      padding-left: 2rem;
      padding-right: 2rem; }
      @media (min-width: 1200px) {
        .wp-block-bpm-block-kpi .col-lg-4 > div ul {
          padding-left: 4rem; } }
      .wp-block-bpm-block-kpi .col-lg-4 > div ul li {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: .5rem; }
        .wp-block-bpm-block-kpi .col-lg-4 > div ul li:before {
          -ms-flex-align: start;
              align-items: flex-start;
          content: "\02713";
          display: -ms-inline-flexbox;
          display: inline-flex;
          font-size: 1.5rem;
          margin-top: -.65rem;
          margin-right: 1rem; }
  .wp-block-bpm-block-kpi .item-source {
    margin-top: 2rem; }
  .wp-block-bpm-block-kpi .section-title-sub {
    font-size: 3.5rem;
    margin-bottom: auto;
    margin-top: 4rem;
    text-align: center; }
    .wp-block-bpm-block-kpi .section-title-sub.titleOne, .wp-block-bpm-block-kpi .section-title-sub.titleTwo {
      margin-top: 6rem; }
  .wp-block-bpm-block-kpi .detail-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 4rem; }
    .wp-block-bpm-block-kpi .detail-contact .text-contact {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .wp-block-bpm-block-kpi .detail-contact .btn {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-bottom: 0;
      margin-top: auto; }
  .wp-block-bpm-block-kpi .pic-contact {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1rem;
    height: 3rem !important;
    width: 3rem !important; }
  .wp-block-bpm-block-kpi .chart {
    width: 50%; }
    @media (min-width: 1200px) {
      .wp-block-bpm-block-kpi .chart {
        margin-top: 2rem; } }
    .wp-block-bpm-block-kpi .chart-square {
      background-color: #000; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.bpm-header {
  overflow: hidden;
  position: relative; }
  .bpm-header > img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    .bpm-header > img.bgHeight {
      height: 100%;
      width: auto; }
  .bpm-header .section-title {
    font-size: 2.5rem; }
  .bpm-header .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-bottom: 4rem;
    margin-top: 4rem;
    padding-bottom: 2rem;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media screen and (min-width: 1600px) {
    .bpm-header .container {
      max-width: 1540px; } }
  .bpm-header .item-text {
    margin-top: 1rem; }
  .bpm-header .pic-contact {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-right: 3rem; }
  .bpm-header .btn {
    margin-top: 2rem; }
  @media (min-width: 1200px) {
    .bpm-header-address .overlay {
      padding-left: 5rem;
      padding-right: 5rem; } }
  .bpm-header-contact .detail-contact {
    padding-left: 8rem; }
  @media (min-width: 768px) {
    .bpm-header-contact .overlay {
      padding-right: 2rem; } }
  @media (min-width: 1200px) {
    .bpm-header-contact .overlay {
      padding-right: 4rem; } }
  .bpm-header-newsletter .overlay {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem; }
  .bpm-header-newsletter .item-text {
    margin-top: 4rem;
    margin-bottom: 0;
    margin-right: .5rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.bpm-header-onepager {
  background-color: #e5e5e5;
  padding-bottom: 2.5rem;
  padding-top: 6.875rem; }
  @media (min-width: 1200px) {
    .bpm-header-onepager {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      min-height: 100vh; } }
  .bpm-header-onepager .section-title {
    font-size: 5em;
    margin-bottom: 6.25rem; }
  @media screen and (min-width: 1600px) {
    .bpm-header-onepager .item-text {
      padding-right: 30%; } }
  .bpm-header-onepager .quote {
    min-width: 3rem; }
    @media (min-width: 1200px) {
      .bpm-header-onepager .quote {
        min-width: 6rem; } }
    .bpm-header-onepager .quote .svg-wrapper {
      padding-bottom: 80.6452%; }
  .bpm-header-onepager .icon-logo {
    margin-bottom: 2rem;
    margin-top: 6rem;
    max-width: 15.625rem; }
    @media screen and (min-width: 800px) {
      .bpm-header-onepager .icon-logo {
        -webkit-transform: translate(-2rem, 0);
            -ms-transform: translate(-2rem, 0);
                transform: translate(-2rem, 0); } }
  .bpm-header-onepager .link-phone {
    display: none;
    position: absolute;
    right: 1rem;
    top: 3rem; }
    @media (min-width: 992px) {
      .bpm-header-onepager .link-phone {
        right: 2rem;
        top: 2rem; } }
    .bpm-header-onepager .link-phone a {
      display: -ms-flexbox;
      display: flex; }
      .bpm-header-onepager .link-phone a:hover .icon {
        -webkit-transform: translate(15%, 0);
            -ms-transform: translate(15%, 0);
                transform: translate(15%, 0); }
    .bpm-header-onepager .link-phone .icon {
      margin-left: 1.75rem;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      -o-transition: transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease;
      width: 1.25rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.sec.history {
  padding-bottom: 4rem;
  padding-top: 4rem; }
  .sec.history > .text-center > .btn {
    margin-top: 3rem; }
    .sec.history > .text-center > .btn .icon {
      display: none; }
  .sec.history .history-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 3rem;
    padding-top: 3rem;
    position: relative; }
    .sec.history .history-inner:after {
      background-color: #000;
      content: "";
      display: block;
      left: 0.8rem;
      height: 100%;
      position: absolute;
      top: 0;
      width: 0.1563rem; }
    @media (min-width: 992px) {
      .sec.history .history-inner:after {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    .sec.history .history-inner > .history-item {
      margin-bottom: 4rem;
      padding-left: 4rem;
      position: relative; }
      .sec.history .history-inner > .history-item:last-child {
        margin-bottom: 0; }
      .sec.history .history-inner > .history-item:after {
        background-color: #000;
        border-radius: 50%;
        content: "";
        display: block;
        height: 2rem;
        position: absolute;
        left: 0;
        top: 0;
        width: 2rem;
        z-index: 2; }
      @media (min-width: 992px) {
        .sec.history .history-inner > .history-item {
          padding-left: 0;
          width: 45%; }
          .sec.history .history-inner > .history-item:nth-child(even):after {
            left: auto;
            right: 0;
            -webkit-transform: translate(195%, 0);
                -ms-transform: translate(195%, 0);
                    transform: translate(195%, 0); }
          .sec.history .history-inner > .history-item:nth-child(even) .section-title,
          .sec.history .history-inner > .history-item:nth-child(even) .section-date {
            text-align: right; }
          .sec.history .history-inner > .history-item:nth-child(odd) {
            margin-left: auto;
            margin-right: 0; }
            .sec.history .history-inner > .history-item:nth-child(odd):after {
              -webkit-transform: translate(-190%, 0);
                  -ms-transform: translate(-190%, 0);
                      transform: translate(-190%, 0); } }
      @media (min-width: 1200px) {
        .sec.history .history-inner > .history-item:nth-child(even):after {
          -webkit-transform: translate(225%, 0);
              -ms-transform: translate(225%, 0);
                  transform: translate(225%, 0); }
        .sec.history .history-inner > .history-item:nth-child(odd):after {
          -webkit-transform: translate(-220%, 0);
              -ms-transform: translate(-220%, 0);
                  transform: translate(-220%, 0); } }
      @media screen and (min-width: 1600px) {
        .sec.history .history-inner > .history-item:nth-child(even):after {
          -webkit-transform: translate(287%, 0);
              -ms-transform: translate(287%, 0);
                  transform: translate(287%, 0); }
        .sec.history .history-inner > .history-item:nth-child(odd):after {
          -webkit-transform: translate(-285%, 0);
              -ms-transform: translate(-285%, 0);
                  transform: translate(-285%, 0); } }

.history-item .section-title,
.history-item .section-date {
  font-size: 1.25rem;
  font-weight: bold; }

.history-item .section-title {
  margin-bottom: .75rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.section-job .col-lg-6 .inner {
  padding: 2rem 1rem;
  width: 100%; }
  @media (min-width: 768px) {
    .section-job .col-lg-6 .inner {
      margin-left: auto;
      margin-right: auto;
      max-width: 720px; } }
  @media (min-width: 992px) {
    .section-job .col-lg-6 .inner {
      margin-left: initial;
      margin-right: initial;
      width: 480px; } }
  @media (min-width: 1200px) {
    .section-job .col-lg-6 .inner {
      width: 570px; } }

.section-job .col-lg-6:nth-child(1) {
  background-color: #fff; }
  @media (min-width: 992px) {
    .section-job .col-lg-6:nth-child(1) .inner {
      margin-left: auto;
      padding-left: 1rem;
      padding-right: 3rem; } }

@media (min-width: 992px) {
  .section-job .col-lg-6:nth-child(2) .inner {
    padding-left: 3rem;
    padding-right: 1rem; } }

.section-job .col-lg-6 .col-contact {
  border-bottom: 1px solid #959595; }

.section-job .col-lg-6 .col-title {
  background-color: #111111;
  color: #fff;
  padding-bottom: 4rem;
  padding-top: 5rem; }

@media (min-width: 992px) {
  .section-job .col-lg-6 .col-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; } }

.section-job .col-lg-6 .col-text .inner > div:nth-child(2) {
  margin-top: 4rem; }

.section-job .bg {
  padding-top: 2rem; }

.section-job .col-btns {
  padding-bottom: 2rem;
  text-align: right; }

.section-job .section-title {
  margin-bottom: 0;
  text-transform: uppercase; }
  .section-job .section-title, .section-job .section-title-sub {
    font-size: 1.25rem; }
  .section-job .section-title-sub {
    margin-bottom: 4rem;
    text-transform: uppercase; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.line {
  background-color: #111111;
  border-radius: 5px;
  height: 8px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 100%; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.section-offer {
  overflow: hidden; }
  .section-offer .mx-auto {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 7rem;
    margin-bottom: 3rem;
    padding-bottom: 1.25rem;
    padding-top: 6.5rem; }
    @media (min-width: 576px) {
      .section-offer .mx-auto {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
        padding-top: 8rem; } }
    @media (min-width: 1200px) {
      .section-offer .mx-auto {
        margin-top: 14rem;
        margin-bottom: 6rem;
        padding-bottom: 2.5rem;
        padding-left: 4rem;
        padding-top: 5rem;
        padding-right: 13rem; } }
    .section-offer .mx-auto .section-title {
      font-size: 2.5rem; }
      @media (min-width: 1200px) {
        .section-offer .mx-auto .section-title {
          padding-right: 25%; } }
      .section-offer .mx-auto .section-title + div {
        margin-top: 3rem; }
    .section-offer .mx-auto p {
      text-align: justify; }
    .section-offer .mx-auto .btn-primary {
      margin-top: 3.5rem; }
  .section-offer .text-circle {
    -ms-flex-align: center;
        align-items: center;
    background-color: #111111;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    height: 10rem;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    right: 2rem;
    top: 0;
    -webkit-transform: translate(5%, -40%) rotate(20deg);
        -ms-transform: translate(5%, -40%) rotate(20deg);
            transform: translate(5%, -40%) rotate(20deg);
    width: 10rem; }
    @media (min-width: 576px) {
      .section-offer .text-circle {
        -webkit-transform: translate(10%, -40%) rotate(20deg);
            -ms-transform: translate(10%, -40%) rotate(20deg);
                transform: translate(10%, -40%) rotate(20deg);
        height: 12rem;
        width: 12rem; } }
    @media (min-width: 768px) {
      .section-offer .text-circle {
        right: 0;
        -webkit-transform: translate(5%, -45%) rotate(20deg);
            -ms-transform: translate(5%, -45%) rotate(20deg);
                transform: translate(5%, -45%) rotate(20deg);
        height: 15rem;
        width: 15rem; } }
    @media (min-width: 1200px) {
      .section-offer .text-circle {
        font-size: 5rem;
        -webkit-transform: translate(55%, -20%) rotate(20deg);
            -ms-transform: translate(55%, -20%) rotate(20deg);
                transform: translate(55%, -20%) rotate(20deg);
        height: 20rem;
        width: 20rem; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.space-5 {
  padding-bottom: 15px; }

.space-10 {
  padding-bottom: 30px; }

.space-15 {
  padding-bottom: 45px; }

.space-20 {
  padding-bottom: 60px; }

.space-25 {
  padding-bottom: 75px; }

.space-30 {
  padding-bottom: 90px; }

.space-35 {
  padding-bottom: 105px; }

.space-40 {
  padding-bottom: 120px; }

.space-45 {
  padding-bottom: 135px; }

.space-50 {
  padding-bottom: 150px; }

.space-55 {
  padding-bottom: 165px; }

.space-60 {
  padding-bottom: 180px; }

.space-65 {
  padding-bottom: 195px; }

.space-70 {
  padding-bottom: 210px; }

.space-75 {
  padding-bottom: 225px; }

.space-80 {
  padding-bottom: 240px; }

.space-85 {
  padding-bottom: 255px; }

.space-90 {
  padding-bottom: 270px; }

.space-95 {
  padding-bottom: 285px; }

.space-100 {
  padding-bottom: 300px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.section-team .wp-block-bpm-sec-team-item {
  padding-bottom: 4rem; }

.section-team .card {
  background-color: transparent; }

.section-team .icon {
  width: 1.5rem; }

.section-team .item-xing + .item-linkedin {
  margin-left: .5rem; }

.section-team .icon-wrapper {
  background-color: #111111;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .section-team .icon-wrapper svg {
    fill: #fff; }
  .section-team .icon-wrapper .icon {
    width: 4rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.bpm-teaser:not(.bpm-teaser-admin) {
  overflow: hidden;
  text-align: left; }
  .bpm-teaser:not(.bpm-teaser-admin) .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    padding-bottom: 2rem;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .bpm-teaser:not(.bpm-teaser-admin) .inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 720px; } }
    @media (min-width: 992px) {
      .bpm-teaser:not(.bpm-teaser-admin) .inner {
        margin-left: initial;
        margin-right: initial;
        padding-left: 2rem;
        width: 480px; } }
    @media (min-width: 1200px) {
      .bpm-teaser:not(.bpm-teaser-admin) .inner {
        padding-left: 3.5rem;
        width: 570px; } }
    .bpm-teaser:not(.bpm-teaser-admin) .inner p.text-primary {
      margin-bottom: 1.5rem; }
    .bpm-teaser:not(.bpm-teaser-admin) .inner .btn {
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 3rem; }
  .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(2) {
    background-color: #e5e5e5; }
    @media (min-width: 992px) {
      .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(2) .inner {
        min-height: 26rem; } }
  .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(1) {
    background-color: #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(1) > div:not(.img-title) {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(1) > div:not(.img-title) > :not(.img-full) {
        padding-left: 1rem;
        padding-right: 1rem; }
      @media (min-width: 992px) {
        .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(1) > div:not(.img-title) {
          padding-left: 0;
          padding-right: 0;
          height: 100%;
          margin-left: auto; } }
      @media (min-width: 992px) {
        .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(1) > div:not(.img-title) img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    @media (min-width: 992px) {
      .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(1).order-lg-2 ~ .col-lg-6 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(1).order-lg-2 ~ .col-lg-6 .inner {
      padding-left: 1rem; }
      @media (min-width: 992px) {
        .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(1).order-lg-2 ~ .col-lg-6 .inner {
          padding-right: 2rem; } }
      @media (min-width: 1200px) {
        .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6:nth-child(1).order-lg-2 ~ .col-lg-6 .inner {
          padding-right: 3.5rem; } }
  .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6 .img-fluid {
    max-width: auto;
    max-width: initial;
    width: 100%; }
  .bpm-teaser:not(.bpm-teaser-admin) .col-lg-6 .img-full.bgHeight {
    height: 100%;
    max-width: auto;
    max-width: initial;
    width: initial;
    width: auto; }
  .bpm-teaser:not(.bpm-teaser-admin) .section-title {
    font-size: 2.5rem;
    margin-bottom: 5.5rem; }
  .bpm-teaser:not(.bpm-teaser-admin) .img-title {
    color: #fff;
    z-index: 2;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%; }
    @media (min-width: 992px) {
      .bpm-teaser:not(.bpm-teaser-admin) .img-title {
        left: initial;
        position: relative;
        top: initial;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial;
        width: initial; } }

.wp-block-bpm-block-teaser-list.bpm-teaser[data-list="bullet"] .col-lg-6:nth-child(1) {
  background-color: transparent !important; }

.wp-block-bpm-block-teaser-list.bpm-teaser .col-lg-6:nth-child(1) {
  overflow: hidden;
  position: relative; }
  .wp-block-bpm-block-teaser-list.bpm-teaser .col-lg-6:nth-child(1) .inner {
    padding: 0;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .wp-block-bpm-block-teaser-list.bpm-teaser .col-lg-6:nth-child(1) .inner {
        padding: 0 1rem; } }
    @media (min-width: 992px) {
      .wp-block-bpm-block-teaser-list.bpm-teaser .col-lg-6:nth-child(1) .inner {
        padding: 0; } }
    @media screen and (min-width: 1600px) {
      .wp-block-bpm-block-teaser-list.bpm-teaser .col-lg-6:nth-child(1) .inner {
        width: calc(1540px / 2); } }
    .wp-block-bpm-block-teaser-list.bpm-teaser .col-lg-6:nth-child(1) .inner img {
      height: auto;
      max-width: 100%;
      position: relative;
      width: 100%; }
  .wp-block-bpm-block-teaser-list.bpm-teaser .col-lg-6:nth-child(1) .img-title {
    color: #fff;
    font-size: 6rem;
    z-index: 2;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%; }
    @media (min-width: 1200px) {
      .wp-block-bpm-block-teaser-list.bpm-teaser .col-lg-6:nth-child(1) .img-title {
        font-size: 12rem; } }

.teaser-list {
  padding-right: 0;
  counter-reset: items; }
  .teaser-list ~ p {
    color: #111111; }
  .teaser-list li + li {
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .teaser-list li + li {
        margin-top: 1.5rem; } }
  .teaser-list:not(.bullet) {
    padding-left: 0;
    list-style: none; }
    .teaser-list:not(.bullet) li {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      counter-increment: items; }
      .teaser-list:not(.bullet) li:before {
        -ms-flex-align: center;
            align-items: center;
        border: 1px solid #111111;
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        content: counter(items);
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 2rem;
        -ms-flex-pack: center;
            justify-content: center;
        margin-right: 1rem;
        width: 2rem; }
        @media (min-width: 992px) {
          .teaser-list:not(.bullet) li:before {
            font-size: 1.5rem;
            height: 3rem;
            margin-right: 1.25rem;
            width: 3rem; } }
        @media (min-width: 1200px) {
          .teaser-list:not(.bullet) li:before {
            font-size: 2rem;
            height: 4rem;
            margin-right: 1.5rem;
            width: 4rem; } }

.bpm-teaser-contact {
  overflow: visible !important; }
  .bpm-teaser-contact .col-lg-6:nth-child(1) {
    overflow: hidden;
    padding-bottom: 2rem;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .bpm-teaser-contact .col-lg-6:nth-child(1) {
        overflow: visible; } }
    @media (min-width: 576px) {
      .bpm-teaser-contact .col-lg-6:nth-child(1) {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .bpm-teaser-contact .bg-white {
    background-color: #f6f6f6 !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-width: 22.5rem;
    margin-left: auto;
    margin-right: auto;
    overflow: visible !important;
    padding-bottom: 3rem;
    padding-top: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    @media (min-width: 992px) {
      .bpm-teaser-contact .bg-white {
        margin-right: 4.55rem; } }
    @media (min-width: 1200px) {
      .bpm-teaser-contact .bg-white {
        margin-right: 10rem; } }
  .bpm-teaser-contact .pic-contact {
    background-color: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .bpm-teaser-contact .pic-contact circle {
      fill: #e5e5e5 !important; }
  .bpm-teaser-contact .title-contact {
    margin-top: 1rem; }
  .bpm-teaser-contact .text-contact {
    font-style: italic;
    margin-top: 4rem; }
  .bpm-teaser-contact .btn-contact {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 2rem;
    position: relative; }
    .bpm-teaser-contact .btn-contact:after {
      display: inline-block;
      background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3e%3cpath d='m40.2 24.8-2.9 2.9 10.8 10.8h-23.6v4.1h23.6l-10.8 10.7 2.9 2.9 15.7-15.7z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      content: "";
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 2.5rem;
      position: absolute;
      right: -2rem;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: -webkit-transform .2 ease;
      transition: -webkit-transform .2 ease;
      -o-transition: transform .2 ease;
      transition: transform .2 ease;
      transition: transform .2 ease, -webkit-transform .2 ease;
      width: 2.5rem; }
    .bpm-teaser-contact .btn-contact:hover:after {
      -webkit-transform: translate(20%, -50%);
          -ms-transform: translate(20%, -50%);
              transform: translate(20%, -50%);
      -webkit-transition: -webkit-transform .2 ease;
      transition: -webkit-transform .2 ease;
      -o-transition: transform .2 ease;
      transition: transform .2 ease;
      transition: transform .2 ease, -webkit-transform .2 ease; }
  .bpm-teaser-contact .icon-euro {
    -webkit-filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
            filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(30%, -30%) rotate(20deg);
        -ms-transform: translate(30%, -30%) rotate(20deg);
            transform: translate(30%, -30%) rotate(20deg);
    width: 7.5rem; }
    @media (min-width: 1200px) {
      .bpm-teaser-contact .icon-euro {
        width: 10rem; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.section-text-list {
  padding-bottom: 6.5rem;
  padding-top: 4rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.section-titles-text {
  padding-bottom: 1.5rem;
  padding-top: 10rem; }
  @media (min-width: 992px) {
    .section-titles-text[data-columns="2"] p {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px; } }
  @media (min-width: 1200px) {
    .section-titles-text {
      padding-bottom: 2rem; } }
  .section-titles-text p {
    margin-top: 6rem;
    text-align: justify; }
  .section-titles-text .section-title-sub {
    margin-bottom: 0;
    margin-top: 1.5rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.pic-contact {
  border-radius: 50%;
  height: 5rem !important;
  overflow: hidden;
  width: 5rem !important; }

.section-yt-video {
  padding-bottom: 60px;
  padding-top: 60px; }
  .section-yt-video a:hover .position-absolute, .section-yt-video a:focus .position-absolute {
    background-color: #6e6e6e; }
  .section-yt-video .text-primary {
    font-weight: bold;
    margin-bottom: 3rem; }
  .section-yt-video .position-absolute {
    background-color: #111111;
    color: #fff;
    border-radius: 50%;
    font-size: calc(6.875rem - 40px);
    height: 6.875rem;
    left: 50%;
    padding: 20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    width: 6.875rem; }
    @media (min-width: 992px) {
      .section-yt-video .position-absolute {
        font-size: calc(10rem - 40px);
        height: 10rem;
        width: 10rem; } }
    .section-yt-video .position-absolute .arrow-play {
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 41.25px solid #fff;
      margin-right: -15px; }
