/* Border Radius */
/* Alte */
/*#BDA196;*/
/*#F5F0ED;*/
.vv-heroone-container {
  padding: 0px 60px 0px 60px;
  margin-bottom: 15px;
  text-align: center; }
  .vv-heroone-container .vv-heroone {
    padding-top: 30px;
    padding-bottom: 0px; }
  .vv-heroone-container .vv-heroone-title {
    font: normal normal bold 38px/44px Raleway;
    padding: 10px 0px;
    max-width: 50%;
    margin: auto; }
    .vv-heroone-container .vv-heroone-title span {
      font: normal normal bold 38px/44px Raleway;
      color: #333; }
    .vv-heroone-container .vv-heroone-title b, .vv-heroone-container .vv-heroone-title strong {
      font: normal normal bold 38px/44px Raleway;
      background: var(--gradient-turquoise-green, linear-gradient(90deg, var(--Branding-Turquoise, #009CB4) 0%, var(--Branding-Green, #85BE57) 100%));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold; }
  .vv-heroone-container .vv-heroone-subtitle {
    font-size: 28px;
    padding: 10px 0px;
    max-width: 55%;
    margin: auto; }
    .vv-heroone-container .vv-heroone-subtitle span {
      font-size: 28px;
      color: #333; }
    .vv-heroone-container .vv-heroone-subtitle b, .vv-heroone-container .vv-heroone-subtitle strong {
      font-size: 28px;
      background: var(--gradient-turquoise-green, linear-gradient(90deg, var(--Branding-Turquoise, #009CB4) 0%, var(--Branding-Green, #85BE57) 100%));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold; }
  .vv-heroone-container .vv-heroone-text {
    max-width: 55%;
    margin: auto;
    margin-top: 10px; }
    .vv-heroone-container .vv-heroone-text * {
      color: #333;
      font-size: 21px; }

.vv-heroone-module-container {
  overflow: hidden; }

.vv-heroone-bottomimg {
  display: block;
  width: 120vw;
  max-width: none;
  height: auto;
  transform: translate3d(var(--vv-heroone-x, 0vw), 0, 0);
  will-change: transform; }

@media (max-width: 992px) {
  .vv-heroone-container {
    padding: 0px 15px; }
    .vv-heroone-container .vv-heroone-title {
      max-width: inherit; } }
@media (max-width: 768px) {
  .vv-heroone-container .vv-heroone {
    padding-top: 0px; }

  .vv-heroone-module-container .vv-heroone-bottomimg {
    width: 150vw;
    max-width: none; }

  .vv-heroone-container .vv-heroone-title {
    font: normal normal bold 27px/34px Raleway; }
    .vv-heroone-container .vv-heroone-title span {
      font: normal normal bold 27px/34px Raleway; }
    .vv-heroone-container .vv-heroone-title b, .vv-heroone-container .vv-heroone-title strong {
      font: normal normal bold 27px/34px Raleway; }
  .vv-heroone-container .vv-heroone-subtitle,
  .vv-heroone-container .vv-heroone-text {
    width: 100%;
    max-width: 100%; }
  .vv-heroone-container .vv-heroone-text * {
    font-size: 16px; }
  .vv-heroone-container .vv-heroone-logo-container img {
    max-width: 100px;
    margin-bottom: 10px; } }

/*# sourceMappingURL=block-style.css.map */
