@charset "UTF-8";
.wvdr_legacy {
  z-index: 0;
  width: 100%;
  position: relative;
  /*
     * Spring
     */
  /*
     * Spring Reverse
     */
}
.wvdr_legacy .regular {
  font-family: "Nunito Sans", sans-serif;
}
.wvdr_legacy .bold {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.wvdr_legacy .font_serif {
  font-family: "Zilla Slab", serif;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.wvdr_legacy .fade_in {
  opacity: 0;
}
.wvdr_legacy .fade_in.active_fade {
  animation: 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0s 1 normal forwards running fadein;
}
@media screen and (min-width: 992px) {
  .wvdr_legacy .fade_in.active_fade.del_01 {
    animation-delay: 0.2s;
  }
  .wvdr_legacy .fade_in.active_fade.del_02 {
    animation-delay: 0.4s;
  }
  .wvdr_legacy .fade_in.active_fade.del_03 {
    animation-delay: 0.6s;
  }
  .wvdr_legacy .fade_in.active_fade.del_04 {
    animation-delay: 0.8s;
  }
  .wvdr_legacy .fade_in.active_fade.del_05 {
    animation-delay: 1s;
  }
  .wvdr_legacy .fade_in.active_fade.del_06 {
    animation-delay: 1.2s;
  }
  .wvdr_legacy .fade_in.active_fade.del_07 {
    animation-delay: 1.4s;
  }
  .wvdr_legacy .fade_in.active_fade.del_08 {
    animation-delay: 1.6s;
  }
}
.wvdr_legacy .red {
  color: #FD5E63;
}
.wvdr_legacy .lightblue {
  color: #00AAE4;
}
.wvdr_legacy .lightgray_bg {
  background-color: #F5F5F5;
}
.wvdr_legacy html, .wvdr_legacy body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.wvdr_legacy body {
  margin: 0;
  padding: 0;
  top: 0;
  position: absolute;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #083351;
}
.wvdr_legacy body.scroll_lock {
  overflow: hidden;
}
.wvdr_legacy body.scroll_lock.no_touch {
  width: calc(100% - 10px);
}
.wvdr_legacy ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.wvdr_legacy ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
}
.wvdr_legacy ::-webkit-scrollbar-thumb {
  background-color: #083351;
  border-radius: 10px;
}
.wvdr_legacy body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.wvdr_legacy body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.wvdr_legacy body::-webkit-scrollbar-thumb {
  background-color: #083351;
  border-radius: 0px;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy body::-webkit-scrollbar-track {
    display: none;
  }
  .wvdr_legacy body::-webkit-scrollbar {
    display: none;
  }
  .wvdr_legacy body::-webkit-scrollbar-thumb {
    display: none;
  }
  .wvdr_legacy body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}
.wvdr_legacy h1, .wvdr_legacy h2, .wvdr_legacy h3, .wvdr_legacy h4, .wvdr_legacy h5, .wvdr_legacy h6, .wvdr_legacy p, .wvdr_legacy ul, .wvdr_legacy ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
.wvdr_legacy h1, .wvdr_legacy h2, .wvdr_legacy h3, .wvdr_legacy h4, .wvdr_legacy h5, .wvdr_legacy h6 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.wvdr_legacy .container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 100%;
  height: 100%;
}
.wvdr_legacy .container.smaller_container {
  max-width: 700px;
}
.wvdr_legacy .noborder {
  border: none !important;
}
@media only screen and (min-width: 769px) {
  .wvdr_legacy .container {
    width: 640px;
  }
  .wvdr_legacy .container.bigger_container {
    width: 760px;
  }
}
@media only screen and (min-width: 993px) {
  .wvdr_legacy .container {
    width: 850px;
  }
  .wvdr_legacy .container.bigger_container {
    width: 970px;
  }
}
@media only screen and (min-width: 1367px) {
  .wvdr_legacy .container {
    width: 1120px;
  }
  .wvdr_legacy .container.bigger_container {
    width: 1240px;
  }
}
@media only screen and (min-width: 1501px) {
  .wvdr_legacy .container {
    width: 1400px;
  }
  .wvdr_legacy .container.bigger_container {
    width: 1670px;
  }
}
@media only screen and (min-width: 1921px) {
  .wvdr_legacy .container {
    width: 1720px;
  }
  .wvdr_legacy .container.bigger_container {
    width: 1990px;
  }
}
.wvdr_legacy .center, .wvdr_legacy .text_c {
  text-align: center;
}
.wvdr_legacy .mauto {
  margin: auto;
}
.wvdr_legacy main {
  z-index: 0;
  position: relative;
}
.wvdr_legacy a:link, .wvdr_legacy a:visited {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}
.wvdr_legacy p > a {
  color: #00AAE4;
}
.wvdr_legacy .row {
  display: flex;
}
.wvdr_legacy .row::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.wvdr_legacy .row [class*=col_] {
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .row {
    display: block;
  }
  .wvdr_legacy .row [class*=col_] {
    flex: unset;
  }
}
.wvdr_legacy .justify_center {
  justify-content: center;
}
.wvdr_legacy .fh {
  height: 100%;
}
.wvdr_legacy .mmt_35 {
  margin-top: -35px;
}
.wvdr_legacy .mt_40 {
  margin-top: 40px;
}
.wvdr_legacy .mt_80 {
  margin-top: 80px;
}
.wvdr_legacy .mt_100 {
  margin-top: 100px;
}
.wvdr_legacy .mt_130 {
  margin-top: 130px;
}
.wvdr_legacy .pt_100 {
  padding-top: 100px;
}
.wvdr_legacy .mb_40 {
  margin-bottom: 40px;
}
.wvdr_legacy .mb_80 {
  margin-bottom: 80px !important;
}
.wvdr_legacy [class*=col_] {
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .wvdr_legacy {
    /* For desktop: */
  }
  .wvdr_legacy .col_1 {
    float: left;
    width: 8.33%;
  }
  .wvdr_legacy .col_2 {
    float: left;
    width: 16.66%;
  }
  .wvdr_legacy .col_3 {
    float: left;
    width: 25%;
  }
  .wvdr_legacy .col_4 {
    float: left;
    width: 33.33%;
  }
  .wvdr_legacy .col_5 {
    float: left;
    width: 41.66%;
  }
  .wvdr_legacy .col_6 {
    float: left;
    width: 50%;
  }
  .wvdr_legacy .col_7 {
    float: left;
    width: 58.33%;
  }
  .wvdr_legacy .col_8 {
    float: left;
    width: 66.66%;
  }
  .wvdr_legacy .col_9 {
    float: left;
    width: 75%;
  }
  .wvdr_legacy .col_10 {
    float: left;
    width: 83.33%;
  }
  .wvdr_legacy .col_11 {
    float: left;
    width: 91.66%;
  }
  .wvdr_legacy .col_12 {
    float: left;
    width: 100%;
  }
}
.wvdr_legacy .hide {
  display: none !important;
  opacity: 0 !important;
}
.wvdr_legacy .d_inline {
  display: inline-block;
  margin-bottom: 0;
}
.wvdr_legacy .d_block {
  display: block !important;
}
.wvdr_legacy .nowrap {
  white-space: nowrap;
  display: inline-block;
}
.wvdr_legacy .border_20 {
  border-radius: 20px;
}
.wvdr_legacy .hidemob {
  display: block;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hidemob {
    display: none !important;
  }
}
.wvdr_legacy .hidedeskt {
  display: none !important;
}
@media screen and (max-width: 1366px) {
  .wvdr_legacy .hidedeskt {
    display: block !important;
  }
}
.wvdr_legacy .noclick {
  pointer-events: none;
  opacity: 0.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wvdr_legacy .button {
  border-radius: 200px;
  transition: 0.3s;
  padding: 7px 50px;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 23px;
  background-color: #00AAE4;
  color: white;
  border: 2px solid rgba(112, 112, 112, 0);
}
.wvdr_legacy .button.inversebut {
  background-color: transparent;
  color: #00AAE4;
  border-color: #00AAE4;
}
.wvdr_legacy .button.smallbutton {
  font-size: 12px;
  padding: 5px 10px;
}
.wvdr_legacy .bigbutton {
  padding: 10px 40px 10px 40px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0px 10px 10px 10px;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .bigbutton {
    font-size: 20px;
    margin: 10px 10px 0px 10px;
  }
}
@media only screen and (max-width: 600px) {
  .wvdr_legacy .button {
    width: unset;
  }
}
.wvdr_legacy form .field {
  display: flex;
  flex-flow: column-reverse;
  margin-top: 10px;
  text-align: left;
}
.wvdr_legacy form label,
.wvdr_legacy form input {
  transition: all 0.2s;
}
.wvdr_legacy form:not(#vacancy_apply_form) label,
.wvdr_legacy form:not(#vacancy_apply_form) input {
  touch-action: manipulation;
}
.wvdr_legacy form:not(#vacancy_apply_form) label {
  pointer-events: none;
}
.wvdr_legacy form input:not([type=submit]) {
  border: 0;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  font-size: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #00AAE4;
}
.wvdr_legacy form input.error {
  border-bottom: 3px solid #FD5E63;
}
.wvdr_legacy form input:focus {
  outline: 0;
}
.wvdr_legacy form input:-moz-placeholder-shown + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1);
}
.wvdr_legacy form input:placeholder-shown + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1);
}
.wvdr_legacy form ::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
  padding-left: 10px;
}
.wvdr_legacy form input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.wvdr_legacy form input:not(:-moz-placeholder-shown) + label {
  transform: translate(0, 0);
  font-size: 15px;
  height: 25px;
  color: #00AAE4;
  cursor: pointer;
}
.wvdr_legacy form input:not(:placeholder-shown) + label,
.wvdr_legacy form input:focus + label {
  transform: translate(0, 0);
  font-size: 15px;
  height: 25px;
  color: #00AAE4;
  cursor: pointer;
}
.wvdr_legacy form input[type=submit] {
  -webkit-appearance: none;
  font-size: 20px;
  border: 0;
  background-color: #00AAE4;
  color: white;
  border-radius: 200px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.34);
  transition: 0.3s;
  padding: 20px;
  min-width: intrinsic;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  display: inline-block;
  margin: 0 auto;
  width: 50%;
  transition: 0.3s;
}
.wvdr_legacy .form_message {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100 !important;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 51, 81, 0.49);
  font-weight: 500;
}
.wvdr_legacy .form_message .containerFormMessage {
  position: relative;
  width: 100%;
  height: 100%;
}
.wvdr_legacy .form_message .containerFormMessage .insideFormMessage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 20px;
}
.wvdr_legacy .form_message .containerFormMessage .insideFormMessage img {
  height: 100px;
  margin-bottom: 20px;
}
.wvdr_legacy .form_message .containerFormMessage .insideFormMessage h3 {
  font-weight: 900;
  margin-bottom: 10px;
}
.wvdr_legacy .form_message .containerFormMessage .insideFormMessage span {
  font-size: 17px;
}
.wvdr_legacy .form_message .containerFormMessage .insideFormMessage .close {
  position: absolute;
  right: 20px;
}
.wvdr_legacy .form_message .containerFormMessage .insideFormMessage .close svg {
  height: 20px;
  width: 20px;
}
.wvdr_legacy .form_message .containerFormMessage .insideFormMessage .close svg path {
  fill: #083351;
}
.wvdr_legacy .no_touch .button:hover {
  cursor: pointer;
  background-color: white;
  color: #00AAE4;
  border: 2px solid #00AAE4;
}
.wvdr_legacy .no_touch .button:hover.inversebut {
  background-color: #00AAE4;
  color: white;
  border-color: #00AAE4;
}
.wvdr_legacy .no_touch input[type=submit]:hover {
  transform: scale(1.02) translate(0px, -4px);
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.38);
  cursor: pointer;
}
.wvdr_legacy .custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  margin-bottom: 40px;
}
.wvdr_legacy .custom-select-wrapper .custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #00AAE4;
}
.wvdr_legacy .custom-select-wrapper .custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #083351;
  height: 50px;
  line-height: 60px;
  background: #ffffff;
  cursor: pointer;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #00AAE4;
}
.wvdr_legacy .custom-select-wrapper .custom-select__trigger span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
}
.wvdr_legacy .custom-select-wrapper .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: -1px;
  right: -1px;
  border: 1px solid #00AAE4;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.wvdr_legacy .custom-select-wrapper .custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.wvdr_legacy .custom-select-wrapper .custom-option {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: unset;
  cursor: pointer;
  transition: all 0.5s;
  border-bottom: 1px solid lightblue;
  padding: 5px 10px;
}
.wvdr_legacy .custom-select-wrapper .custom-option:hover {
  cursor: pointer;
  background-color: #DEF0FA;
}
.wvdr_legacy .custom-select-wrapper .custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}
.wvdr_legacy .custom-select-wrapper .arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
.wvdr_legacy .custom-select-wrapper .arrow::before, .wvdr_legacy .custom-select-wrapper .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.25rem;
  height: 100%;
  transition: all 0.5s;
}
.wvdr_legacy .custom-select-wrapper .arrow::before {
  left: -3px;
  transform: rotate(45deg);
  background-color: #00AAE4;
}
.wvdr_legacy .custom-select-wrapper .arrow::after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: #00AAE4;
}
.wvdr_legacy .custom-select-wrapper .open .arrow::before {
  left: -3px;
  transform: rotate(-45deg);
}
.wvdr_legacy .custom-select-wrapper .open .arrow::after {
  left: 5px;
  transform: rotate(45deg);
}
.wvdr_legacy .devbutton {
  padding: 5px 20px;
  background-color: #00AAE4;
  text-decoration: unset !important;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}
.wvdr_legacy .devbutton img {
  height: 15px;
  margin-top: 5px;
  margin-bottom: -2px;
}
.wvdr_legacy .devbutton:hover {
  transform: scale(0.9);
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(20px);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.wvdr_legacy .g-recaptcha {
  display: inline-block;
}
.wvdr_legacy .g-recaptcha.shake {
  animation: 0.6s horizontal-shaking;
}
.wvdr_legacy .g-recaptcha > div {
  width: unset !important;
}
.wvdr_legacy .announcement {
  background-color: #083351;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 0px;
  z-index: 100;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wvdr_legacy .announcement.alert-warning, .wvdr_legacy .announcement.alert-error {
  background-color: #FD5E63;
}
.wvdr_legacy .announcement.alert-success {
  background-color: #00AAE4;
}
.wvdr_legacy .announcement p {
  margin: 0;
  padding: 0;
}
.wvdr_legacy .announcement:hover a {
  text-decoration: underline;
}
.wvdr_legacy .topdiv {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
  transition: 0.3s;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropbtn {
  color: white;
}
.wvdr_legacy .change_language .languagedropdown .dropbtn {
  border: 2px solid #00AAE4;
  color: #00AAE4;
  background-color: white;
}
.wvdr_legacy .change_language .languagedropdown .dropdown-content a {
  color: #083351;
  background-color: white;
  border: 2px solid #00AAE4;
}
.wvdr_legacy .change_language .languagedropdown .dropdown-content a:hover {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy .change_language {
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
}
.wvdr_legacy .change_language.mobile {
  float: unset;
  height: unset;
  margin-top: 2px;
}
.wvdr_legacy .change_language.mobile .languagedropdown .dropdown-content {
  right: unset;
  left: -10px;
}
.wvdr_legacy .change_language.mobile .languagedropdown .dropdown-content a {
  padding-right: 10px;
  line-height: 25px;
}
.wvdr_legacy .change_language.mobile .languagedropdown .dropdown-content a img {
  margin-right: 7px;
}
.wvdr_legacy .change_language.mobile .languagedropdown .dropbtn {
  display: flex;
  transition: 0.3s;
  padding-right: 10px;
  line-height: 25px;
}
.wvdr_legacy .change_language.mobile .languagedropdown .dropbtn img {
  margin-right: 7px;
}
.wvdr_legacy .change_language.mobile .languagedropdown .dropdown-content {
  width: 125px;
}
@media screen and (min-width: 1366px) {
  .wvdr_legacy .change_language {
    margin-left: 10px;
  }
}
.wvdr_legacy .change_language .languagedropdown {
  position: relative;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropbtn {
  color: white;
}
.wvdr_legacy .change_language .languagedropdown .dropbtn {
  z-index: 100;
  margin: 0px;
  box-shadow: unset;
  border: 2px solid #00AAE4;
  color: #00AAE4;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  padding: 3px 3px;
  border-radius: 200px;
  font-weight: 800;
}
.wvdr_legacy .change_language .languagedropdown .dropbtn img {
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 25px;
  border-radius: 200px;
}
.wvdr_legacy .change_language .languagedropdown .dropdown-content {
  display: none;
  right: -10px;
  width: 54px;
  padding: 10px;
  margin-top: -5px;
  position: absolute;
  z-index: 1;
  gap: 3px;
}
.wvdr_legacy .change_language .languagedropdown .dropdown-content img {
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 25px;
  border-radius: 200px;
}
.wvdr_legacy .change_language .languagedropdown .dropdown-content a {
  color: #083351;
  text-decoration: none;
  display: flex;
  background-color: white;
  padding: 3px;
  border: 2px solid #00AAE4;
  border-radius: 200px;
  line-height: 0px;
  transition: 0.3s;
  transform: scale(0);
}
.wvdr_legacy .change_language .languagedropdown .dropdown-content a:not(:first-of-type) {
  margin-top: 5px;
}
.wvdr_legacy .change_language .languagedropdown .dropdown-content a:hover {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content {
  display: block;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(1) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.1s;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(2) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.2s;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(3) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.3s;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(4) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.4s;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(5) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.5s;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(6) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.6s;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(7) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.7s;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(8) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.8s;
}
.wvdr_legacy .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(9) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.9s;
}
@keyframes slide_in_with_scale {
  from {
    transform: translateY(-30px) scale(0);
    -webkit-transform: translateY(-30px) scale(0);
    opacity: 0;
  }
  to {
    transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    opacity: 1;
  }
}
.wvdr_legacy .change_language .languagedropdown:hover .dropbtn {
  background-color: #00AAE4;
}
.wvdr_legacy header {
  position: sticky;
  top: 0;
  height: 60px;
  width: 100%;
  z-index: 1;
}
.wvdr_legacy header .header {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
  transition: 0.3s;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .wvdr_legacy header .header {
    background-color: rgba(0, 0, 0, 0.185);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
.wvdr_legacy header .header.active_bg {
  background-color: white;
}
.wvdr_legacy header .header.active_bg .dropdown_content {
  background-color: white !important;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1098039216);
}
.wvdr_legacy header .header.active_bg .dropdown_content ul li {
  color: #083351 !important;
}
.wvdr_legacy header .header.active_bg .dropdown_content ul li a {
  color: #083351 !important;
}
.wvdr_legacy header .header.active_bg .logo svg #Group_1 path {
  fill: #083351 !important;
}
.wvdr_legacy header .header.active_bg .logo svg #Group_2 path {
  fill: #00AAE4 !important;
}
.wvdr_legacy header .header.active_bg .menu .loginbutton .button {
  border: 2px solid #00AAE4;
  color: white;
  background-color: #00AAE4;
}
.wvdr_legacy header .header.active_bg .menu .loginbutton .button:hover {
  background-color: white;
  color: #00AAE4;
}
.wvdr_legacy header .header.active_bg .menu .js_open_modal .button {
  border: 2px solid #00AAE4;
  color: #00AAE4;
  background-color: white;
}
.wvdr_legacy header .header.active_bg .menu .js_open_modal .button:hover {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy header .header.active_bg .menu ul li div {
  color: #083351 !important;
  line-height: 60px;
}
.wvdr_legacy header .header.active_bg .menu .arrow {
  border: solid #083351;
  border-width: 0 2px 2px 0;
}
.wvdr_legacy header .header.active_bg .menu .change_language .languagedropdown:hover .dropbtn {
  color: white;
}
.wvdr_legacy header .header.active_bg .menu .change_language .languagedropdown .dropbtn {
  border: 2px solid #00AAE4;
  color: #00AAE4;
  background-color: white;
}
.wvdr_legacy header .header.active_bg .menu .change_language .languagedropdown .dropdown-content a {
  color: #083351;
  background-color: white;
  border: 2px solid #00AAE4;
}
.wvdr_legacy header .header.active_bg .menu .change_language .languagedropdown .dropdown-content a:hover {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy header .header .menu {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
.wvdr_legacy header .header .menu .logo {
  float: left;
  margin-left: 10px;
  display: flex;
  width: 150px;
  z-index: 100;
  line-height: 60px;
  pointer-events: none;
  margin-right: auto;
}
.wvdr_legacy header .header .menu .logo a,
.wvdr_legacy header .header .menu .logo div {
  pointer-events: auto;
}
.wvdr_legacy header .header .menu .logo svg {
  width: 150px;
  margin-top: -5px;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}
.wvdr_legacy header .header .menu .logo svg #Group_1 path {
  fill: #00AAE4;
}
.wvdr_legacy header .header .menu .logo svg #Group_2 path {
  fill: white;
}
.wvdr_legacy header .header .menu .loginbutton {
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
}
.wvdr_legacy header .header .menu .loginbutton .button {
  float: right;
  z-index: 100;
  margin: 0px;
  box-shadow: unset;
  border: 2px solid white;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  padding: 5px 25px;
}
.wvdr_legacy header .header .menu .loginbutton .button:hover {
  background-color: white;
  color: #083351;
}
.wvdr_legacy header .header .menu .change_language {
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
}
.wvdr_legacy header .header .menu .change_language.mobile {
  float: unset;
  height: unset;
  margin-top: 2px;
}
.wvdr_legacy header .header .menu .change_language.mobile .languagedropdown .dropdown-content {
  right: unset;
  left: -10px;
}
.wvdr_legacy header .header .menu .change_language.mobile .languagedropdown .dropdown-content a {
  line-height: 25px;
  padding-right: 10px;
}
.wvdr_legacy header .header .menu .change_language.mobile .languagedropdown .dropdown-content a img {
  margin-right: 7px;
}
.wvdr_legacy header .header .menu .change_language.mobile .languagedropdown .dropbtn {
  display: flex;
  transition: 0.3s;
  padding-right: 10px;
  line-height: 25px;
}
.wvdr_legacy header .header .menu .change_language.mobile .languagedropdown .dropbtn img {
  margin-right: 7px;
}
@media screen and (min-width: 1366px) {
  .wvdr_legacy header .header .menu .change_language {
    margin-left: 10px;
  }
}
.wvdr_legacy header .header .menu .change_language .languagedropdown {
  position: relative;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropbtn {
  color: white;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown .dropbtn {
  z-index: 100;
  margin: 0px;
  box-shadow: unset;
  border: 2px solid white;
  color: #00AAE4;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  padding: 3px 3px;
  border-radius: 200px;
  height: 36px;
  font-weight: 800;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown .dropbtn img {
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 25px;
  border-radius: 200px;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown .dropdown-content {
  display: none;
  right: -10px;
  padding: 10px;
  margin-top: -5px;
  position: absolute;
  z-index: 1;
  gap: 3px;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown .dropdown-content img {
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 25px;
  border-radius: 200px;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown .dropdown-content a {
  color: #083351;
  text-decoration: none;
  display: flex;
  background-color: white;
  padding: 3px;
  border: 2px solid white;
  border-radius: 200px;
  line-height: 0px;
  transition: 0.3s;
  transform: scale(0);
}
.wvdr_legacy header .header .menu .change_language .languagedropdown .dropdown-content a:not(:first-of-type) {
  margin-top: 5px;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown .dropdown-content a:hover {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content {
  display: block;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(1) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.1s;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(2) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.2s;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(3) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.3s;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(4) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.4s;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(5) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.5s;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(6) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.6s;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(7) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.7s;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(8) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.8s;
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropdown-content a:nth-of-type(9) {
  animation: 0.3s forwards slide_in_with_scale;
  animation-delay: 0.9s;
}
@keyframes slide_in_with_scale {
  from {
    transform: translateY(-30px) scale(0);
    -webkit-transform: translateY(-30px) scale(0);
    opacity: 0;
  }
  to {
    transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    opacity: 1;
  }
}
.wvdr_legacy header .header .menu .change_language .languagedropdown:hover .dropbtn {
  background-color: white;
}
.wvdr_legacy header .header .menu .js_open_modal {
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.wvdr_legacy header .header .menu .js_open_modal .button {
  float: right;
  z-index: 100;
  margin-left: 0px;
  margin-right: 10px;
  padding: 5px 25px;
  box-shadow: unset;
  border: 2px solid #00AAE4;
  color: #00AAE4;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
}
.wvdr_legacy header .header .menu .js_open_modal .button:hover {
  background-color: #00AAE4;
  color: black;
  transform: unset;
}
.wvdr_legacy header .header .menu .desktop_menu {
  height: 100%;
  height: 0%;
  display: flex;
}
.wvdr_legacy header .header .menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.wvdr_legacy header .header .menu ul .mobile_button,
.wvdr_legacy header .header .menu ul .hideMob {
  display: none;
}
.wvdr_legacy header .header .menu ul .mobile_login_button {
  display: none;
}
.wvdr_legacy header .header .menu ul li {
  padding: 0px 25px;
  float: left;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .wvdr_legacy header .header .menu ul li {
    padding: 0px 18px;
  }
}
.wvdr_legacy header .header .menu ul li div {
  color: white !important;
  line-height: 60px;
}
.wvdr_legacy header .header .menu ul li div.active {
  font-weight: 600;
}
.wvdr_legacy header .header .menu ul li a {
  line-height: 60px;
  font-size: 16px;
}
.wvdr_legacy header .header .menu ul li a.active {
  font-weight: 600;
}
.wvdr_legacy header .header .menu ul li.link_dropdown a,
.wvdr_legacy header .header .menu ul li.link_dropdown div {
  margin-right: 15px;
}
.wvdr_legacy header .header .menu ul li.link_dropdown div {
  display: inline;
}
.wvdr_legacy header .header .menu ul li.link_dropdown.open .dropdown_content {
  display: block;
}
.wvdr_legacy header .header .menu ul li.link_dropdown.open .arrow.down {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.wvdr_legacy header .header .menu ul li.link_dropdown .dropdown_content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  min-width: 190px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1098039216);
  z-index: 10;
  border-radius: 11px;
  margin-top: -11px;
  line-height: unset;
}
.wvdr_legacy header .header .menu ul li.link_dropdown .dropdown_content ul li {
  display: block;
  float: unset;
  color: white;
  cursor: pointer;
}
.wvdr_legacy header .header .menu ul li.link_dropdown .dropdown_content ul li a {
  line-height: unset;
  padding: 25px 0px;
  display: block;
  color: white;
}
.wvdr_legacy header .header .menu ul li .arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.wvdr_legacy header .header .menu ul li .arrow.down {
  transform: rotate(45deg) translate(-3px, -2px);
  -webkit-transform: rotate(45deg) translate(-3px, -2px);
}
.wvdr_legacy .getintouch {
  margin-top: -40px;
  padding: 20px 50px 20px 50px;
  font-size: 35px;
}
.wvdr_legacy .mobile_menu {
  display: none;
}
@media only screen and (max-width: 1366px) {
  .wvdr_legacy header .header .menu ul {
    display: block;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.34);
    font-size: 16px;
    font-weight: 800;
  }
  .wvdr_legacy header .header .menu ul li.link_dropdown .arrow {
    transform: rotate(-45deg) translate(-3px, -3px);
    -webkit-transform: rotate(-45deg) translate(-3px, -3px);
  }
  .wvdr_legacy header .header .menu ul li.link_dropdown.open .arrow.down {
    transform: rotate(-135deg) translate(0px, -2px);
    -webkit-transform: rotate(-135deg) translate(0px, -2px);
  }
  .wvdr_legacy header .header .menu ul li.link_dropdown .dropdown_content {
    position: relative;
    box-shadow: unset;
    font-size: 16px;
    font-weight: 800;
    margin-top: 0;
  }
  .wvdr_legacy header .header .menu ul li.link_dropdown .dropdown_content ul {
    box-shadow: unset;
    padding-left: 25px;
  }
  .wvdr_legacy header .header .menu ul li.link_dropdown .dropdown_content ul li {
    padding: 0px;
  }
  .wvdr_legacy header .header .menu ul li.link_dropdown .dropdown_content ul li a {
    line-height: unset;
    padding: 15px 0px;
    display: block;
    color: #083351;
  }
  .wvdr_legacy header .header .menu .desktop_menu {
    height: 0px;
  }
  .wvdr_legacy header .header .menu .desktop_menu.fh {
    height: 100vh;
  }
  .wvdr_legacy header .header .menu .desktop_menu ul li {
    border: none;
  }
  .wvdr_legacy header .header .mobile_menu {
    line-height: 60px;
    display: block;
  }
  .wvdr_legacy header .header .desktop_menu {
    position: absolute;
    left: 0;
    height: 0px;
    margin-top: 60px !important;
    overflow: hidden;
    width: 100%;
    transition: 0.5s;
  }
  .wvdr_legacy header .header .desktop_menu #menu_items {
    padding-bottom: 200px;
  }
  .wvdr_legacy header .header .desktop_menu ul {
    left: 0;
    width: 100%;
    top: 0;
    background-color: white;
    transition: 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
  }
  .wvdr_legacy header .header .desktop_menu ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .wvdr_legacy header .header .desktop_menu ul::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, 0);
  }
  .wvdr_legacy header .header .desktop_menu ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  .wvdr_legacy header .header .desktop_menu ul .hideMob {
    display: block;
    padding: 0px 18px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .wvdr_legacy header .header .desktop_menu ul li {
    float: unset;
    width: 100%;
    color: #083351;
    border-bottom: 1px solid #00AAE4;
  }
  .wvdr_legacy header .header .desktop_menu ul li div {
    color: #083351 !important;
  }
  .wvdr_legacy header .header .desktop_menu ul li a {
    line-height: 58px;
  }
  .wvdr_legacy header .header .mobile_center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy header {
    height: 50px;
  }
  .wvdr_legacy header .header {
    height: 50px;
  }
  .wvdr_legacy header .header .menu .logo {
    width: 130px;
  }
  .wvdr_legacy header .header .menu .logo svg {
    width: 130px;
    margin-top: -11px;
  }
  .wvdr_legacy header .header .menu .js_open_modal {
    display: none;
  }
  .wvdr_legacy header .header .menu ul .mobile_button {
    display: block;
    float: unset;
    height: unset;
    margin: 15px 15px 20px 25px;
  }
  .wvdr_legacy header .header .menu ul .mobile_button .button {
    float: unset;
    display: block;
    margin: 0 auto;
    min-width: 50vw;
    width: calc(100% - 60px);
  }
  .wvdr_legacy header .header .mobile_menu {
    line-height: 50px;
  }
  .wvdr_legacy header .header .mobile_menu .hamburger {
    height: 50px;
  }
  .wvdr_legacy header .header .desktop_menu {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 487px) {
  .wvdr_legacy header .header .logo {
    margin-left: 10px;
    width: 200px;
  }
  .wvdr_legacy header .header .logo svg {
    width: 200px;
  }
  .wvdr_legacy header .header .menu .loginbutton {
    display: none;
  }
  .wvdr_legacy header .header .menu ul .mobile_login_button {
    display: block;
    float: unset;
    height: unset;
    margin: 15px 15px 20px 25px;
  }
  .wvdr_legacy header .header .menu ul .mobile_login_button .button {
    float: unset;
    display: block;
    margin: 0 auto;
    min-width: 50vw;
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 400px) {
  .wvdr_legacy header .header .logo {
    margin-left: 5px;
    width: 50%;
  }
  .wvdr_legacy header .header .logo svg {
    width: 100%;
  }
}
.wvdr_legacy .no_touch header .menu ul li {
  cursor: pointer;
}
.wvdr_legacy .no_touch header .menu ul li:hover div {
  color: #00AAE4 !important;
}
.wvdr_legacy .no_touch header .menu ul li:hover > a {
  color: #00AAE4 !important;
}
.wvdr_legacy .no_touch header .menu ul li:hover .arrow {
  border: solid #00AAE4;
  border-width: 0 2px 2px 0;
}
.wvdr_legacy .no_touch header .menu ul li .dropdown_content li:hover {
  color: #00AAE4 !important;
}
.wvdr_legacy .no_touch header .menu ul li .dropdown_content li:hover a {
  color: #00AAE4;
}
.wvdr_legacy .hamburger {
  padding: 0px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 99999;
}
.wvdr_legacy .hamburger:hover {
  opacity: 0.7;
}
.wvdr_legacy .hamburger.is-active:hover {
  opacity: 0.7;
}
.wvdr_legacy .hamburger.is-active .hamburger-inner,
.wvdr_legacy .hamburger.is-active .hamburger-inner::before,
.wvdr_legacy .hamburger.is-active .hamburger-inner::after {
  background-color: white;
  transition: background-color 0s;
}
.wvdr_legacy .hamburger:hover,
.wvdr_legacy .hamburger:focus {
  background: unset;
  outline: unset;
}
.wvdr_legacy .hamburger-box {
  width: 25px;
  height: 24px;
  top: 8px;
  display: inline-block;
  position: relative;
}
.wvdr_legacy .active_bg .hamburger.is-active .hamburger-inner,
.wvdr_legacy .active_bg .hamburger.is-active .hamburger-inner::before,
.wvdr_legacy .active_bg .hamburger.is-active .hamburger-inner::after {
  background-color: #083351;
}
.wvdr_legacy .active_bg .hamburger-inner,
.wvdr_legacy .active_bg .hamburger-inner::before,
.wvdr_legacy .active_bg .hamburger-inner::after {
  background-color: #083351;
}
.wvdr_legacy .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition: background-color 0s;
}
.wvdr_legacy .hamburger-inner,
.wvdr_legacy .hamburger-inner::before,
.wvdr_legacy .hamburger-inner::after {
  width: 25px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition: background-color 0s;
}
.wvdr_legacy .hamburger-inner::before,
.wvdr_legacy .hamburger-inner::after {
  content: "";
  display: block;
  transition: background-color 0s;
}
.wvdr_legacy .hamburger-inner::before {
  top: -10px;
}
.wvdr_legacy .hamburger-inner::after {
  bottom: -10px;
}
.wvdr_legacy .hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.1s linear;
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0s;
  background-color: transparent !important;
}
.wvdr_legacy .hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: background-color 0s;
}
.wvdr_legacy .hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s;
}
.wvdr_legacy .pricing .hero {
  overflow: unset;
}
.wvdr_legacy .hero {
  width: 100%;
  overflow: hidden;
}
.wvdr_legacy .hero .container {
  padding-bottom: 70px;
  border-bottom: 2px solid rgba(112, 112, 112, 0.25);
}
@media screen and (max-width: 768px) {
  .wvdr_legacy .hero .container {
    padding-bottom: 20px;
  }
}
.wvdr_legacy .hero video {
  pointer-events: none;
}
.wvdr_legacy .hero .mobscreenmiddle {
  border-radius: 20px;
  margin: auto;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.45);
}
.wvdr_legacy .hero .hero_text {
  padding-top: 8%;
  color: #083351;
  font-size: 30px;
}
.wvdr_legacy .hero .hero_text ul {
  position: relative;
  font-size: 45px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  text-align: left;
  list-style-type: none;
  margin-bottom: 20px;
  z-index: 100;
}
.wvdr_legacy .hero .hero_text ul li {
  text-align: center;
}
.wvdr_legacy .hero .hero_text ul li a p,
.wvdr_legacy .hero .hero_text ul li a svg path {
  transition: 0.3s;
}
.wvdr_legacy .hero .hero_text ul li a:hover svg path {
  stroke: #083351;
}
.wvdr_legacy .hero .hero_text ul li a:hover p {
  color: #083351;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero .hero_text ul {
    font-size: 40px;
  }
  .wvdr_legacy .hero .hero_text ul li {
    line-height: 60px;
  }
  .wvdr_legacy .hero .hero_text ul .movingarrows svg {
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .wvdr_legacy .hero .hero_text ul {
    font-size: 30px;
  }
}
.wvdr_legacy .hero .hero_text .subtext {
  max-width: 740px;
  animation: 0.8s ease-in 0s 1 slideInFromLeft;
}
.wvdr_legacy .hero.features {
  background-color: #083351;
  color: white;
  height: 755px;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features {
    height: unset;
  }
}
.wvdr_legacy .hero.features .row {
  height: 100%;
}
.wvdr_legacy .hero.features .row .bigger_container {
  position: relative;
  height: 100%;
  padding-bottom: 0px;
  border-bottom: none;
}
.wvdr_legacy .hero.features .head {
  color: white;
  text-align: left;
  margin: 0;
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 1;
}
.wvdr_legacy .hero.features .head span {
  display: block;
  padding: 0;
  color: #00AAE4;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .head {
    font-size: 35px;
    line-height: 35px;
  }
}
.wvdr_legacy .hero.features .text {
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 40px;
}
.wvdr_legacy .hero.features .left_col {
  float: left;
  width: 30%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.wvdr_legacy .hero.features .left_col.pricing {
  width: 50%;
}
.wvdr_legacy .hero.features .left_col.pricing .head {
  width: 100%;
  line-height: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .left_col.pricing {
    margin-bottom: 200px;
  }
  .wvdr_legacy .hero.features .left_col.pricing .head {
    line-height: 35px;
  }
}
.wvdr_legacy .hero.features .left_col.pricing .text {
  margin-bottom: 20px;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .left_col {
    width: 100%;
    height: unset;
  }
  .wvdr_legacy .hero.features .left_col.pricing {
    width: 100%;
  }
}
.wvdr_legacy .hero.features .left_col .inside {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .left_col .inside {
    position: unset;
    top: unset;
    transform: unset;
    margin-top: 20px;
  }
}
.wvdr_legacy .hero.features .left_col .inside .button {
  padding: 7px 0px;
  text-align: center;
  width: 190px;
}
.wvdr_legacy .hero.features .left_col .inside .button.signup {
  margin-top: 20px;
  background-color: #083351;
  color: #00AAE4;
  border: 2px solid #00AAE4;
  float: left;
  margin-right: 20px;
}
.wvdr_legacy .hero.features .left_col .inside .button.signup:hover {
  color: #083351;
  background-color: #00AAE4;
}
.wvdr_legacy .hero.features .left_col .inside .button.pricing {
  margin-top: 20px;
  color: white;
  background-color: #083351;
  float: left;
}
.wvdr_legacy .hero.features .left_col .inside .button.pricing:hover {
  border: 2px solid white;
}
.wvdr_legacy .hero.features .right_col {
  float: left;
  width: 70%;
  height: 100%;
  position: relative;
  text-align: center;
}
.wvdr_legacy .hero.features .right_col.video .content {
  display: flex;
  align-content: center;
  align-items: center;
}
.wvdr_legacy .hero.features .right_col.video .content video {
  max-height: 600px;
}
.wvdr_legacy .hero.features .right_col.video .content video.black_bg {
  mix-blend-mode: lighten;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .right_col.video .content {
    margin-top: 40px;
  }
}
.wvdr_legacy .hero.features .right_col.imagebottom .content img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.wvdr_legacy .hero.features .right_col.imagebottom .content img.gamificationheroimg {
  height: 600px;
  bottom: -7px;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .right_col.imagebottom .content img.gamificationheroimg {
    height: 430px;
  }
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .right_col.imagebottom {
    margin-bottom: 0px;
    right: 0px;
    height: 450px;
  }
  .wvdr_legacy .hero.features .right_col.imagebottom .content img {
    height: 400px;
    left: unset;
    right: -30px;
  }
}
.wvdr_legacy .hero.features .right_col.pricing {
  width: 50%;
}
.wvdr_legacy .hero.features .right_col.pricing .content {
  position: relative;
}
.wvdr_legacy .hero.features .right_col.pricing .content .pricingtab {
  position: absolute;
  bottom: -100px;
  right: 0;
  display: flex;
}
.wvdr_legacy .hero.features .right_col.pricing .content .pricingtab .trophee {
  position: absolute;
  width: 220px;
  right: 0;
  top: -310px;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .right_col.pricing .content .pricingtab .trophee {
    width: unset;
    top: -180px;
    height: 200px;
  }
}
.wvdr_legacy .hero.features .right_col.pricing .content .pricingtab .plus {
  height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .right_col.pricing .content .pricingtab .plus {
    height: 30px;
    margin-right: 10px;
  }
}
.wvdr_legacy .hero.features .right_col.pricing .content .pricingtab h3 {
  font-weight: 800;
}
.wvdr_legacy .hero.features .right_col.pricing .content .pricingtab .block {
  background-color: #f2f7fa;
  color: #083351;
  border-radius: 20px;
  padding: 40px 20px 20px 20px;
  text-align: left;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1254901961);
}
.wvdr_legacy .hero.features .right_col.pricing .content .pricingtab .block ul {
  padding: 0px 20px;
}
.wvdr_legacy .hero.features .right_col.pricing .content .pricingtab .block ul li {
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .right_col.pricing .content .pricingtab .block {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .hero.features .right_col {
    width: 100%;
    height: unset;
    margin-bottom: 50px;
  }
  .wvdr_legacy .hero.features .right_col.pricing {
    width: 100%;
  }
  .wvdr_legacy .hero.features .right_col.pricing .content {
    position: relative;
  }
  .wvdr_legacy .hero.features .right_col.pricing .content .pricingtab {
    position: unset;
    bottom: -100px;
    right: 0;
    display: flex;
  }
}
.wvdr_legacy .hero.features .right_col .content {
  width: 100%;
  height: 100%;
}
.wvdr_legacy .hero.features .right_col .content .videoleft {
  z-index: 2;
  position: absolute;
  left: 100px;
  top: 160px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 4px 6px 19px rgba(0, 0, 0, 0.3019607843);
  height: 500px;
}
.wvdr_legacy .hero.features .right_col .content .videoleft img {
  height: 100%;
}
.wvdr_legacy .hero.features .right_col .content .gears {
  position: absolute;
  left: 360px;
  top: 180px;
}
.wvdr_legacy .hero.features .right_col .content .gears img {
  height: 200px;
}
.wvdr_legacy .hero.features .right_col .content .videoright {
  z-index: 2;
  position: absolute;
  right: 100px;
  top: 60px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 4px 6px 19px rgba(0, 0, 0, 0.3019607843);
  height: 500px;
}
.wvdr_legacy .hero.features .right_col .content .videoright img {
  height: 100%;
}
.wvdr_legacy .hero.team {
  background-image: url("/static/frontend/img/website/team/team_hero.svg");
  background-color: #083351;
  background-size: cover;
  background-position: left;
  height: 820px;
}
.wvdr_legacy .hero.team .we_image {
  width: 100%;
  position: relative;
}
.wvdr_legacy .hero.team .we_image img {
  position: absolute;
  height: 300px;
  right: -30px;
  bottom: 100px;
}
.wvdr_legacy .hero.team .hero_text {
  padding-top: 5%;
  color: white;
  font-size: 30px;
}
.wvdr_legacy .hero.team .hero_text .head {
  font-size: 45px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: -10px;
  color: white;
  margin: unset;
  text-align: left;
}
.wvdr_legacy .hero.team .hero_text .subhead {
  font-size: 40px;
  padding-left: 30px;
}
.wvdr_legacy .hero.team .hero_text .subtext {
  max-width: 740px;
  font-size: 27px;
  font-weight: 400;
  animation: 0.8s ease-in 0s 1 slideInFromLeft;
}
@media only screen and (min-width: 2500px) {
  .wvdr_legacy .hero.home_hero {
    background-position: bottom 30% right;
  }
}
@media only screen and (max-width: 1920px) {
  .wvdr_legacy .hero.team .hero_text {
    padding-top: 4%;
  }
}
@media only screen and (max-width: 1366px) {
  .wvdr_legacy .hero.team .we_image img {
    height: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .hero.team {
    height: intrinsic;
    height: -moz-max-content;
    height: -webkit-max-content;
    padding: 0px 0px;
  }
  .wvdr_legacy .hero.team .hero_text {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .wvdr_legacy .hero.team .hero_text .head {
    font-size: 30px;
  }
  .wvdr_legacy .hero.team .hero_text .subhead,
  .wvdr_legacy .hero.team .hero_text .subtext {
    font-size: 20px;
  }
  .wvdr_legacy .hero.team .we_image img {
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .hero {
    height: intrinsic;
    height: -moz-max-content;
    height: -webkit-max-content;
  }
  .wvdr_legacy .hero .hero_text {
    font-size: 25px;
    width: 100%;
  }
  .wvdr_legacy .hero .hero_text ul li {
    line-height: 55px;
  }
  .wvdr_legacy .hero .hero_text ul li span svg {
    height: 30px;
  }
  .wvdr_legacy .hero .hero_text .subtext {
    font-size: 20px;
    max-width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .wvdr_legacy .hero .hero_text .subtext {
    max-width: 100%;
  }
  .wvdr_legacy .hero .hero_text ul {
    font-size: 30px;
  }
  .wvdr_legacy .hero .hero_text ul li {
    line-height: 40px;
  }
}
.wvdr_legacy .cookie {
  padding: 20px;
  background-color: #00AAE4;
  border-radius: 10px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1098039216);
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: white;
  z-index: 100;
  max-width: 300px;
  font-size: 19px;
  padding-top: 30px;
}
.wvdr_legacy .cookie .cookieclose img {
  position: absolute;
  right: 18px;
  top: 18px;
  height: 17px;
  cursor: pointer;
}
.wvdr_legacy .cookie div {
  width: 90%;
}
.wvdr_legacy .card._n_pic {
  width: 80%;
  margin: auto;
  cursor: pointer;
  margin-bottom: 80px;
}
.wvdr_legacy .card._n_pic .row {
  height: 100%;
}
.wvdr_legacy .card._n_pic .pic {
  width: 15%;
  margin-right: 20px;
  float: left;
}
.wvdr_legacy .card._n_pic .info {
  width: 80%;
  float: right;
  border-radius: 23px;
  border: 1px solid rgba(112, 112, 112, 0.25);
  padding: 20px 0px;
  height: calc(100% - 40px);
  color: #083351;
  transition: 0.3s;
}
.wvdr_legacy .card._n_pic .info .hightlight {
  margin: 0px 20px;
  border: 2px solid #00AAE4;
  color: #00AAE4;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 14px;
  width: intrinsic;
  font-weight: 800;
  width: -moz-max-content;
  width: -webkit-max-content;
  transition: 0.3s;
}
.wvdr_legacy .card._n_pic .info .title {
  margin-top: 15px;
  padding: 0px 20px;
  font-weight: 800;
  font-size: 27px;
}
.wvdr_legacy .card._n_pic .info .subtitle {
  padding: 0px 20px 20px 20px;
  font-size: 22px;
}
.wvdr_legacy .card._n_pic:hover .info {
  border: 1px solid #083351;
}
.wvdr_legacy .card._n_pic:hover .info .hightlight {
  color: white;
  background-color: #00AAE4;
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .card._n_pic {
    width: 100%;
  }
  .wvdr_legacy .card._n_pic .pic {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .wvdr_legacy .card._n_pic {
    width: 100%;
  }
  .wvdr_legacy .card._n_pic .pic {
    width: 25%;
    margin: auto;
    margin-bottom: 20px;
    float: unset;
  }
  .wvdr_legacy .card._n_pic .info {
    width: 100%;
    float: unset;
  }
}
.wvdr_legacy .card .image {
  height: 300px;
  width: 100%;
  text-align: center;
  line-height: 300px;
}
.wvdr_legacy .card .image img {
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 150px;
}
.wvdr_legacy .card .subject {
  text-align: center;
  font-size: 35px;
}
.wvdr_legacy .card .text {
  text-align: center;
  padding: 20px 50px 0px 50px;
  line-height: 28px;
  color: black;
}
.wvdr_legacy .card.box {
  background-color: white;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 50px 50px;
  border-radius: 10px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.24);
  transition: 0.3s;
  margin: 20px;
  height: 100%;
}
.wvdr_legacy .card.box .circle {
  height: 200px;
  width: 200px;
  position: relative;
  background: #00AAE4;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
.wvdr_legacy .card.box .image {
  margin-top: -262px;
  position: relative;
}
.wvdr_legacy .card.box .image img {
  max-height: none;
  transition: 0.3s;
}
.wvdr_legacy .card.box .text {
  padding: 20px 0px 0px 0px;
}
@media only screen and (max-width: 1500px) {
  .wvdr_legacy .card .subject {
    min-height: 110px;
  }
  .wvdr_legacy .card.box .subject {
    min-height: unset;
  }
  .wvdr_legacy .card .text {
    padding: 10px 50px 0px 50px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 993px) {
  .wvdr_legacy .card.box .circle {
    height: 150px;
    width: 150px;
  }
  .wvdr_legacy .card.box .image {
    height: 250px;
    margin-top: -222px;
  }
  .wvdr_legacy .card.box .image img {
    max-height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .card .text {
    padding: 20px 0px 0px 0px;
  }
  .wvdr_legacy .card .subject {
    font-size: 25px;
    min-height: unset;
  }
  .wvdr_legacy .card.use_case {
    padding-bottom: 120px;
  }
  .wvdr_legacy .card.use_case .image_wrapper {
    height: 240px;
  }
  .wvdr_legacy .card.use_case .image_wrapper img {
    max-height: 50%;
  }
  .wvdr_legacy .card.use_case.open {
    height: intrinsic !important;
    height: -moz-max-content !important;
    height: -webkit-max-content !important;
  }
}
@media only screen and (max-width: 400px) {
  .wvdr_legacy .card.box .circle {
    height: unset;
    padding-top: 80%;
    width: 80%;
    border-radius: 100%;
  }
  .wvdr_legacy .card.box .image {
    height: 250px;
    margin-top: -222px;
  }
  .wvdr_legacy .card.box .image img {
    max-height: 150px;
    transform: translate(0px, -6vw);
  }
}
.wvdr_legacy .no_touch .card.box.hover {
  background-color: white;
  cursor: pointer;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.24), inset 0px 10px 0px 0px #FD5E63;
}
.wvdr_legacy .no_touch .card.box.hover .image img {
  transform: scale(1.05);
}
.wvdr_legacy .footer_img {
  margin-top: -40vw;
  width: 100%;
  pointer-events: none;
}
.wvdr_legacy .footer_padding {
  padding-bottom: 30vw !important;
}
.wvdr_legacy .footer_padding.home {
  padding-bottom: 40vw !important;
}
.wvdr_legacy .footer_padding.usecase {
  padding-bottom: 75vw !important;
}
.wvdr_legacy footer .fh_top {
  font-weight: 600;
  min-height: 120px;
  font-size: 30px;
  font-weight: 800;
}
.wvdr_legacy footer .footer_part {
  padding: 0px 40px;
  margin-bottom: 100px;
}
.wvdr_legacy footer ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.wvdr_legacy footer ul li {
  padding: 8px 0px;
}
.wvdr_legacy footer ul li a {
  color: #1D1E1F;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy footer .footer_part {
    text-align: center;
    margin-bottom: 80px;
  }
  .wvdr_legacy footer .footer_part .fh_top {
    min-height: 80px;
  }
}
@media only screen and (max-width: 1920px) {
  .wvdr_legacy .footer_img {
    margin-top: -610px;
  }
  .wvdr_legacy .footer_padding {
    padding-bottom: 500px !important;
  }
}
@media only screen and (max-width: 1500px) {
  .wvdr_legacy .footer_padding {
    padding-bottom: 450px !important;
  }
  .wvdr_legacy .footer_img {
    margin-top: -500px;
  }
}
@media only screen and (max-width: 1366px) {
  .wvdr_legacy .footer_padding {
    padding-bottom: 470px !important;
  }
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .footer_padding {
    padding-bottom: 420px !important;
  }
  .wvdr_legacy .footer_img {
    margin-top: -400px;
  }
}
.wvdr_legacy .info_page {
  width: 100%;
}
.wvdr_legacy .info_page :not(li) > a {
  color: #00AAE4;
  text-decoration: underline;
}
.wvdr_legacy .info_page .container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
}
.wvdr_legacy .info_page .container.normal {
  justify-content: unset;
  display: block;
}
.wvdr_legacy .info_page .htmlcontent {
  flex: 1;
  word-break: break-word;
}
.wvdr_legacy .info_page::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.wvdr_legacy .info_page::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.wvdr_legacy .info_page::-webkit-scrollbar-thumb {
  background-color: #083351;
}
.wvdr_legacy .info_page .breadcrumb ul {
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.wvdr_legacy .info_page .breadcrumb ul li {
  float: left;
  padding: 0px 5px;
}
.wvdr_legacy .info_page .breadcrumb ul li:first-of-type {
  padding: 0 5px 0 0;
}
.wvdr_legacy .info_page .breadcrumb ul li a {
  color: black;
}
.wvdr_legacy .info_page .breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #00AAE4;
}
.wvdr_legacy .info_page .breadcrumb ul li .separator {
  display: none;
}
.wvdr_legacy .info_page .breadcrumb ul li {
  color: black;
}
.wvdr_legacy .info_page .breadcrumb ul li:last-child {
  color: #00AAE4;
}
.wvdr_legacy .info_page .breadcrumb ul li:last-child a {
  color: #00AAE4;
}
.wvdr_legacy .info_page .breadcrumb ul li:not(:first-child):before {
  content: " / ";
  margin-right: 8px;
}
.wvdr_legacy .info_page .title {
  color: #083351;
  font-size: 35px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  margin: 40px 0px;
}
.wvdr_legacy .info_page .text {
  font-size: 18px;
  margin: 0px 5px 80px 5px;
  word-break: break-word;
}
.wvdr_legacy .info_page .text h3 {
  margin: 60px 0px 30px 0px;
}
.wvdr_legacy .info_page .text h4 {
  margin: 20px 0px 10px 0px;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .info_page .container {
    display: block;
  }
  .wvdr_legacy .info_page .title {
    font-size: 35px;
  }
  .wvdr_legacy .info_page .text {
    font-size: 20px;
  }
}
.wvdr_legacy .check {
  display: inline-block;
  transform: rotate(45deg);
  height: 24px;
  width: 12px;
  border-bottom: 7px solid #00AAE4;
  border-right: 7px solid #00AAE4;
  border-radius: 5px;
}
.wvdr_legacy .head {
  text-align: center;
  font-size: 40px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  color: #083351;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  margin: auto;
}
.wvdr_legacy .head span {
  padding: 0px 20px;
}
.wvdr_legacy .head .header_underscore {
  height: 30px;
  width: 100%;
  background-color: #D9EFFA;
  margin-bottom: 100px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .wvdr_legacy .head .header_underscore {
    margin-top: -20px;
  }
}
.wvdr_legacy .movingarrows {
  width: 30px;
  letter-spacing: -10px;
}
.wvdr_legacy .movingarrows:nth-of-type(2) {
  margin-left: -10px;
}
.wvdr_legacy .movingarrows:nth-of-type(2) svg {
  animation: 3s ease 0s infinite normal none running attention;
}
.wvdr_legacy .movingarrows svg {
  height: 35px;
  margin-bottom: -4px;
  animation: 3s ease 0.05s infinite normal none running attention;
}
@media screen and (max-width: 768px) {
  .wvdr_legacy .movingarrows {
    letter-spacing: -15px;
  }
  .wvdr_legacy .movingarrows:nth-of-type(2) {
    margin-left: -14px;
  }
  .wvdr_legacy .movingarrows svg {
    height: 25px;
  }
}
@keyframes attention {
  0%, 20%, 50%, 80%, 100% {
    transform: translate3d(-6px, 0px, 0px);
  }
  40% {
    transform: translate3d(2px, 0px, 0px);
  }
  60% {
    transform: translate3d(-3px, 0px, 0px);
  }
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .head {
    width: unset;
  }
  .wvdr_legacy .head span {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .head {
    font-size: 30px;
  }
}
.wvdr_legacy .titleSection,
.wvdr_legacy .subtitleSection {
  position: relative;
  font-size: 45px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 0px;
  color: #083351;
  margin: 0px;
  text-align: center;
  list-style-type: none;
  margin-bottom: 20px;
  z-index: 5;
}
.wvdr_legacy .titleSection .subtext,
.wvdr_legacy .subtitleSection .subtext {
  font-size: 26px;
  text-align: center;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  line-height: 43px;
  margin-bottom: 30px;
  font-weight: 500;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .titleSection .subtext,
  .wvdr_legacy .subtitleSection .subtext {
    font-size: 22px;
  }
}
.wvdr_legacy .subtitleSection {
  font-size: 40px;
  margin: 0px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .subtitleSection {
    font-size: 25px;
  }
  .wvdr_legacy .subtitleSection .movingarrows svg {
    height: 27px;
    margin-bottom: -6px;
  }
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .titleSection {
    font-size: 35px;
  }
}
@media only screen and (max-width: 400px) {
  .wvdr_legacy .titleSection {
    font-size: 30px;
  }
}
.wvdr_legacy div.cms .cms-toolbar {
  position: fixed;
  bottom: 0 !important;
  top: unset !important;
}
.wvdr_legacy div.cms .cms-toolbar-item-logo {
  margin-right: 0 !important;
  background: url(/static/frontend/img/website/logo.svg);
  background-repeat: no-repeat;
  background-size: 107px;
  width: 130px;
  background-position: 10px 12px;
}
.wvdr_legacy div.cms .cms-toolbar-item-logo a:before {
  display: none;
}
.wvdr_legacy div.cms .cms-toolbar-item-navigation .cms-toolbar-item-navigation-hover ul {
  bottom: 46px !important;
  top: unset !important;
}
.wvdr_legacy .errorImg {
  text-align: center;
  margin-top: -80px;
  margin-bottom: 40px;
}
.wvdr_legacy .errorImg svg {
  height: 60vh;
  margin-bottom: 40px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
}
.wvdr_legacy table {
  width: 100%;
  border-spacing: 0px;
  margin-bottom: 50px;
  max-width: 100%;
  display: block;
  overflow-x: scroll;
}
.wvdr_legacy table tr {
  border-bottom: 1px solid #E7F4FB;
}
.wvdr_legacy table tr td, .wvdr_legacy table tr th {
  padding: 10px 10px;
  text-align: left;
  color: #083351;
  min-width: 100px;
}
.wvdr_legacy table tr th {
  padding: 20px 10px;
  font-weight: 800;
  background-color: #E7F4FB;
  font-size: 24px;
}
.wvdr_legacy table tr td {
  font-size: 20px;
  font-weight: 400;
}
.wvdr_legacy table tr td:not(:first-child) {
  text-align: center;
}
.wvdr_legacy table.sideHead tr td, .wvdr_legacy table.sideHead tr th {
  padding: 10px 10px;
  text-align: left;
  color: #083351;
}
.wvdr_legacy table.sideHead tr th {
  font-weight: 800;
  background-color: unset;
}
.wvdr_legacy table.sideHead tr td {
  font-size: 24px;
}
.wvdr_legacy table.sideHead tr td:first-of-type {
  background-color: rgba(0, 170, 228, 0.37);
  color: white;
  font-weight: 900;
  width: 25%;
}
.wvdr_legacy table.sideHead tr td:nth-of-type(2) {
  background-color: rgb(231, 244, 251);
  width: 25%;
}
.wvdr_legacy table.sideHead tr td:nth-of-type(3) {
  font-size: 20px;
  width: 50%;
}
.wvdr_legacy table.sideHead tr td:not(:nth-of-type(2)) {
  border-right: 1px solid #00AAE4;
}
.wvdr_legacy table.sideHead tr td:first-of-type {
  border-left: 1px solid #00AAE4;
}
.wvdr_legacy table.sideHead tr:nth-of-type(2) td {
  border-top: 1px solid #00AAE4;
}
.wvdr_legacy table.sideHead tr:not(:nth-of-type(2)) td:not(:nth-of-type(1)) {
  border-top: 1px solid #00AAE4;
}
.wvdr_legacy table.sideHead tr:last-of-type td {
  border-bottom: 1px solid #00AAE4;
}
.wvdr_legacy .mobilesubmenu {
  background-color: #00AAE4;
  padding: 5px;
  border-radius: 10px;
  position: relative;
  height: 45px;
  width: 45px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 102;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .mobilesubmenu {
    display: block;
  }
}
.wvdr_legacy .mobilesubmenu svg {
  position: absolute;
  transform: translate(-50%, 0) rotate(90deg);
  left: 50%;
  width: 20px;
  height: 30px;
  transition: 0.3s;
}
.wvdr_legacy .mobilesubmenu svg:first-of-type {
  margin-top: -2px;
}
.wvdr_legacy .mobilesubmenu svg:nth-of-type(2) {
  margin-top: 15px;
}
.wvdr_legacy .mobilesubmenu svg path {
  fill: white;
}
.wvdr_legacy .mobilesubmenu.active svg:first-of-type {
  margin-top: 11px;
}
.wvdr_legacy .mobilesubmenu.active svg:nth-of-type(2) {
  margin-top: 3px;
}
.wvdr_legacy .app {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 300px;
  padding-top: 300px;
  margin-top: -200px;
}
.wvdr_legacy .app .app_demo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.wvdr_legacy .app .text_section {
  padding-top: 120px;
}
.wvdr_legacy .app .text_section .text {
  padding: 50px;
  font-size: 30px;
}
.wvdr_legacy .app .text_section .text .header {
  font-size: 45px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  color: #083351;
  margin-bottom: 50px;
}
.wvdr_legacy .app .text_section .text .subtext {
  width: 80%;
  color: #083351;
}
.wvdr_legacy .app .text_section .text .subtext .regular {
  display: inline-block;
  margin-bottom: 20px;
}
.wvdr_legacy .app .app_links {
  padding: 40px;
  margin-top: -40px;
}
.wvdr_legacy .app .app_links .app_link {
  transition: 0.3s;
}
.wvdr_legacy .app .schedule_contact {
  margin-top: 60px;
  padding: 0px 300px;
  text-align: center;
}
.wvdr_legacy .app .schedule_contact .header {
  font-size: 45px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  color: #083351;
  margin-bottom: 50px;
}
.wvdr_legacy .app .schedule_contact .subtext {
  font-size: 30px;
  width: 90%;
  font-weight: 600;
  margin: auto;
}
.wvdr_legacy .app .schedule_contact form {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.wvdr_legacy .app .schedule_contact form .field {
  margin-top: 30px;
}
.wvdr_legacy .app .schedule_contact form .field .custom-select-wrapper {
  margin-bottom: 0px;
}
.wvdr_legacy .app .schedule_contact form input[type=submit] {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600;
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  .wvdr_legacy .app .schedule_contact form {
    width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
  .wvdr_legacy .app .text_section {
    padding-top: 0px;
  }
  .wvdr_legacy .app .schedule_contact {
    padding: 0px 150px;
  }
}
@media only screen and (max-width: 1366px) {
  .wvdr_legacy .app .text_section .text {
    padding: 20px;
  }
  .wvdr_legacy .app .text_section .text .header {
    margin-bottom: 30px;
  }
  .wvdr_legacy .app .app_space {
    margin: auto;
    width: 100%;
  }
  .wvdr_legacy .app .app_space .app_links {
    padding: 40px;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin: auto;
  }
  .wvdr_legacy .app .schedule_contact {
    padding: 0px 100px;
  }
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .app .schedule_contact {
    padding: 0px 0px;
  }
  .wvdr_legacy .app .text_section {
    text-align: center;
  }
  .wvdr_legacy .app .text_section .text .subtext {
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .app .app_space .app_link {
    padding: 0px;
    margin: auto;
    display: table;
    margin: 0 auto;
  }
  .wvdr_legacy .app .text_section .text {
    font-size: 30px;
  }
  .wvdr_legacy .app .text_section .text .header {
    font-size: 30px;
  }
  .wvdr_legacy .app .schedule_contact .header {
    font-size: 30px;
  }
}
.wvdr_legacy .no_touch .app .app_links .app_link:hover {
  transform: scale(1.05);
}
.wvdr_legacy .blog .header {
  font-size: 40px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  color: #083351;
  margin-bottom: 50px;
  float: left;
}
.wvdr_legacy .blog .navigation {
  float: right;
  margin-top: 50px;
}
.wvdr_legacy .blog .navigation.mobile {
  display: none;
}
.wvdr_legacy .blog .navigation .arrow {
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.wvdr_legacy .blog .navigation .arrow:hover {
  transform: scale(1.2);
}
.wvdr_legacy .blog a:focus,
.wvdr_legacy .blog .slick-slide:focus {
  outline: none;
}
.wvdr_legacy .blog .blog_item {
  padding: 10px;
  transition: 0.3s;
}
.wvdr_legacy .blog .blog_item:focus {
  outline: none;
}
.wvdr_legacy .blog .blog_item .content .thumbnail {
  width: 100%;
  height: 200px;
}
.wvdr_legacy .blog .blog_item .content .thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wvdr_legacy .blog .blog_item .content .subtitle {
  padding: 5px 0px;
  width: 150px;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 20px;
  font-size: 15px;
  color: white;
  margin: -15px 0px 10px 10px;
  background-color: #FD5E63;
}
.wvdr_legacy .blog .blog_item .content .title {
  font-size: 20px;
  color: #083351;
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: 700;
  word-break: break-word;
}
.wvdr_legacy .blog .blog_item .content .date {
  font-size: 16px;
  color: #083351;
  position: absolute;
  bottom: 10px;
}
.wvdr_legacy .no_touch .blog .blog_item:hover {
  cursor: pointer;
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .blog .title {
    font-size: 30px;
  }
  .wvdr_legacy .blog .navigation.dekstop {
    display: none;
  }
  .wvdr_legacy .blog .navigation.mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    float: unset;
  }
}
.wvdr_legacy .home_connections {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}
.wvdr_legacy .home_connections .title {
  font-size: 34px;
  font-weight: 800;
  color: #083351;
  text-align: center;
  max-width: 800px;
  margin: 20px auto 20px auto;
}
.wvdr_legacy .home_connections .text {
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  color: #083351;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.wvdr_legacy .home_connections .text .button {
  margin-top: 20px;
  background-color: white;
  color: #00AAE4;
  border: 2px solid #00AAE4;
}
.wvdr_legacy .home_connections .text .button:hover {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy .home_live_data .title {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  color: #083351;
}
.wvdr_legacy .home_live_data .title span {
  color: #00AAE4;
}
.wvdr_legacy .home_live_data .title a span,
.wvdr_legacy .home_live_data .title a svg path {
  transition: 0.3s;
}
.wvdr_legacy .home_live_data .title a:hover svg path {
  stroke: #083351;
}
.wvdr_legacy .home_live_data .title a:hover span {
  color: #083351;
}
.wvdr_legacy .home_live_data .data {
  margin-top: 100px;
}
.wvdr_legacy .home_live_data .data .pic {
  width: 65px;
  float: left;
}
.wvdr_legacy .home_live_data .data .pic svg path {
  fill: #083351;
}
.wvdr_legacy .home_live_data .data .control {
  margin-left: 65px;
  padding-left: 30px;
  margin-bottom: 40px;
}
.wvdr_legacy .home_live_data .data .control ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.wvdr_legacy .home_live_data .data .control ul li {
  padding: 20px 0px;
  float: left;
  margin-right: 30px;
  border: 2px solid #00AAE4;
  color: #00AAE4;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 15px;
  width: intrinsic;
  font-weight: 800;
  width: -moz-max-content;
  width: -webkit-max-content;
  cursor: pointer;
}
.wvdr_legacy .home_live_data .data .control ul li:hover {
  background-color: #D9EFFA;
}
.wvdr_legacy .home_live_data .data .control ul li.active {
  color: white;
  background-color: #00AAE4;
}
.wvdr_legacy .home_live_data .data .value {
  width: calc(100% - 95px);
  float: right;
  border-radius: 23px;
  border: 1px solid rgba(112, 112, 112, 0.25);
  color: #083351;
  font-size: 150px !important;
  text-align: right;
  font-weight: 900;
  line-height: 1;
}
.wvdr_legacy .home_live_data .data .value .odometer {
  padding-top: 20px;
  font-size: 150px;
}
.wvdr_legacy .home_live_data .data .value .odometer .odometer-digit, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark {
  line-height: 1;
  font-size: 150px !important;
  vertical-align: unset;
}
.wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-digit-spacer,
.wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-value, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-digit-spacer,
.wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-value {
  font-size: 150px !important;
  line-height: 1;
}
.wvdr_legacy .home_live_data .data .value .unit {
  font-size: 40px;
  float: right;
  padding: 40px 40px 0px 0px;
}
.wvdr_legacy .home_live_data .data .value .explain {
  font-weight: 600;
  font-size: 20px;
  padding: 0px 40px 20px 0px;
}
.wvdr_legacy .home_live_data .explainMob {
  font-weight: 600;
  font-size: 20px;
  display: none;
  text-align: right;
  float: right;
  font-size: 13px;
}
.wvdr_legacy .home_live_data .item {
  display: none;
  margin-bottom: 20px;
}
.wvdr_legacy .home_live_data .item.active {
  display: block;
}
@media only screen and (max-width: 1500px) {
  .wvdr_legacy .home_live_data .data .value {
    font-size: 120px !important;
  }
  .wvdr_legacy .home_live_data .data .value .unit {
    font-size: 30px;
    padding: 30px 30px 0px 0px;
  }
  .wvdr_legacy .home_live_data .data .value .odometer {
    font-size: 120px;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark {
    font-size: 120px !important;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-value, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-value {
    font-size: 120px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .wvdr_legacy .home_live_data .data .value {
    font-size: 90px !important;
  }
  .wvdr_legacy .home_live_data .data .value .unit {
    font-size: 20px;
    padding: 30px 20px 0px 0px;
  }
  .wvdr_legacy .home_live_data .data .value .odometer {
    font-size: 90px;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark {
    font-size: 90px !important;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-value, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-value {
    font-size: 90px !important;
  }
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .home_live_data .data .control ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .wvdr_legacy .home_live_data .data .control ul li {
    margin: 0px 10px 20px 10px;
    clear: left;
    float: unset;
  }
  .wvdr_legacy .home_live_data .data .value {
    font-size: 60px !important;
  }
  .wvdr_legacy .home_live_data .data .value .unit {
    font-size: 18px;
    padding: 30px 20px 0px 0px;
  }
  .wvdr_legacy .home_live_data .data .value .explain {
    font-size: 15px;
    padding: 0px 20px 20px 0px;
  }
  .wvdr_legacy .home_live_data .data .value .odometer {
    font-size: 60px;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark {
    font-size: 60px !important;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-value, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-value {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .home_live_data .title {
    font-size: 30px;
  }
  .wvdr_legacy .home_live_data .data .value {
    font-size: 45px !important;
  }
  .wvdr_legacy .home_live_data .data .value .odometer {
    padding-right: 20px;
  }
  .wvdr_legacy .home_live_data .data .value .unit {
    padding: 0px 20px 20px 0px;
    float: unset;
  }
  .wvdr_legacy .home_live_data .data .value .explain {
    display: none;
  }
  .wvdr_legacy .home_live_data .data .value .odometer {
    font-size: 45px;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark {
    font-size: 45px !important;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-value, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-value {
    font-size: 45px !important;
  }
  .wvdr_legacy .home_live_data .explainMob {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .wvdr_legacy .home_live_data .data .control {
    margin-left: unset;
    padding-left: unset;
  }
  .wvdr_legacy .home_live_data .data .control ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .wvdr_legacy .home_live_data .data .control ul li {
    margin: 0px auto 20px auto;
    clear: left;
    float: unset;
  }
  .wvdr_legacy .home_live_data .data .value {
    font-size: 6vw !important;
  }
  .wvdr_legacy .home_live_data .data .value .odometer {
    padding-right: 20px;
  }
  .wvdr_legacy .home_live_data .data .value .unit {
    padding: 0px 20px 20px 0px;
    float: unset;
  }
  .wvdr_legacy .home_live_data .data .value .explain {
    display: none;
  }
  .wvdr_legacy .home_live_data .data .value .odometer {
    font-size: 6vw;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark {
    font-size: 6vw !important;
  }
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-digit .odometer-value, .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-digit-spacer,
  .wvdr_legacy .home_live_data .data .value .odometer .odometer-formatting-mark .odometer-value {
    font-size: 6vw !important;
  }
}
@media only screen and (max-width: 400px) {
  .wvdr_legacy .home_live_data .data .pic {
    width: 50px;
    float: unset;
    margin: auto;
    margin-bottom: 20px;
  }
  .wvdr_legacy .home_live_data .data .value {
    float: unset;
    width: 100%;
  }
  .wvdr_legacy .home_live_data .explainMob {
    text-align: center;
  }
}
.wvdr_legacy .partner_wall_info .mainTitle {
  font-size: 45px;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  list-style-type: none;
  color: #083351;
  margin-bottom: 10px;
}
.wvdr_legacy .partner_wall_info .mainSubjects {
  margin-bottom: 60px;
}
.wvdr_legacy .partner_wall_info .mainSubjects ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wvdr_legacy .partner_wall_info .mainSubjects ul li {
  float: left;
  font-size: 22px;
  color: #00AAE4;
  font-weight: 600;
  padding: 0px 30px;
  font-style: italic;
}
.wvdr_legacy .partner_wall_info .control {
  background-color: #083351;
  border-radius: 100px;
  position: absolute;
  z-index: 3;
}
.wvdr_legacy .partner_wall_info .control .active_item {
  background-color: #00AAE4;
  border-radius: 100px;
  height: 44px;
  transform: translate(271.141px, 0px);
  width: 281.906px;
  transition: 0.5s;
  position: absolute;
}
.wvdr_legacy .partner_wall_info .control .partner_wall_item {
  float: left;
  font-size: 21px;
  color: white;
  z-index: 1;
  position: relative;
  font-weight: 600;
  padding: 0px 30px;
  line-height: 44px;
  cursor: pointer;
}
.wvdr_legacy .partner_wall_info .control .partner_wall_item.active {
  background-color: #00AAE4;
  border-radius: 100px;
}
.wvdr_legacy .partner_wall {
  position: relative;
  margin-top: 21px;
}
.wvdr_legacy .partner_wall .partner_panel {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 10%;
  pointer-events: none;
  transition: 0.3s;
}
.wvdr_legacy .partner_wall .partner_panel.left {
  left: 0;
}
.wvdr_legacy .partner_wall .partner_panel.left .js_partner_panel {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0;
}
.wvdr_legacy .partner_wall .partner_panel.right {
  right: 0;
}
.wvdr_legacy .partner_wall .partner_panel.right .js_partner_panel {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .wvdr_legacy .partner_wall .partner_panel {
    width: calc((100% - 640px) / 2);
  }
}
@media only screen and (min-width: 993px) {
  .wvdr_legacy .partner_wall .partner_panel {
    width: calc((100% - 850px) / 2);
  }
}
@media only screen and (min-width: 1367px) {
  .wvdr_legacy .partner_wall .partner_panel {
    width: calc((100% - 1120px) / 2);
  }
}
@media only screen and (min-width: 1501px) {
  .wvdr_legacy .partner_wall .partner_panel {
    width: calc((100% - 1400px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .wvdr_legacy .partner_wall .partner_panel {
    width: calc((100% - 1720px) / 2);
  }
}
.wvdr_legacy .partner_wall .partner_content {
  background-color: #083351;
}
.wvdr_legacy .partner_wall .partner_content .wall_item {
  height: 765px;
  width: 100vw;
}
.wvdr_legacy .partner_wall .partner_content .wall_item .bg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.38;
}
.wvdr_legacy .partner_wall .partner_control {
  width: 400px;
  position: absolute;
  bottom: 50px;
  background-color: white;
  border-radius: 10px;
}
.wvdr_legacy .partner_wall .wall_item {
  position: relative;
}
.wvdr_legacy .partner_wall .wall_item .content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.wvdr_legacy .partner_wall .wall_item .content .container {
  height: 100%;
}
.wvdr_legacy .partner_wall .wall_item .content .col_6,
.wvdr_legacy .partner_wall .wall_item .content .col_12,
.wvdr_legacy .partner_wall .wall_item .content .col_4 {
  position: relative;
  font-size: 20px;
  color: white;
  z-index: 2;
  float: right;
  height: 100%;
}
.wvdr_legacy .partner_wall .wall_item .content .col_6 .setin_middle,
.wvdr_legacy .partner_wall .wall_item .content .col_12 .setin_middle,
.wvdr_legacy .partner_wall .wall_item .content .col_4 .setin_middle {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0%, -50%);
}
.wvdr_legacy .partner_wall .wall_item .content .col_6 .setin_middle.fh img,
.wvdr_legacy .partner_wall .wall_item .content .col_6 .setin_middle.fh video,
.wvdr_legacy .partner_wall .wall_item .content .col_12 .setin_middle.fh img,
.wvdr_legacy .partner_wall .wall_item .content .col_12 .setin_middle.fh video,
.wvdr_legacy .partner_wall .wall_item .content .col_4 .setin_middle.fh img,
.wvdr_legacy .partner_wall .wall_item .content .col_4 .setin_middle.fh video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.wvdr_legacy .partner_wall .wall_item .content .col_6 .setin_middle.fh video,
.wvdr_legacy .partner_wall .wall_item .content .col_12 .setin_middle.fh video,
.wvdr_legacy .partner_wall .wall_item .content .col_4 .setin_middle.fh video {
  border-radius: 20px;
}
.wvdr_legacy .partner_wall .wall_item .content .col_6 .setin_middle img,
.wvdr_legacy .partner_wall .wall_item .content .col_12 .setin_middle img,
.wvdr_legacy .partner_wall .wall_item .content .col_4 .setin_middle img {
  max-height: 85%;
  max-width: 85%;
  margin: auto;
}
.wvdr_legacy .partner_wall .wall_item .content .col_6 .setin_middle iframe,
.wvdr_legacy .partner_wall .wall_item .content .col_12 .setin_middle iframe,
.wvdr_legacy .partner_wall .wall_item .content .col_4 .setin_middle iframe {
  max-width: 638px;
}
.wvdr_legacy .partner_wall .wall_item .content .col_6 .setin_middle .shadbr,
.wvdr_legacy .partner_wall .wall_item .content .col_12 .setin_middle .shadbr,
.wvdr_legacy .partner_wall .wall_item .content .col_4 .setin_middle .shadbr {
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.45);
  border-radius: 20px;
}
.wvdr_legacy .partner_wall .wall_item .content .logo img {
  width: 60%;
  margin: auto;
}
.wvdr_legacy .partner_wall .wall_item .content .text {
  text-align: center;
  width: 90%;
  margin: auto;
  margin-top: 30px;
}
.wvdr_legacy .partner_wall .wall_item .content .text .button {
  margin-top: 30px;
  color: white;
  background-color: transparent;
  border: 2px solid white;
}
.wvdr_legacy .partner_wall .wall_item .content .text .button.funxtion {
  border: 2px solid #fdc41f;
}
.wvdr_legacy .partner_wall .wall_item .content .text .button.funxtion:hover {
  background-color: #fdc41f;
}
.wvdr_legacy .partner_wall .wall_item .content .text .button.tos {
  border: 2px solid rgb(60, 108, 241);
}
.wvdr_legacy .partner_wall .wall_item .content .text .button.tos:hover {
  background-color: rgb(60, 108, 241);
}
.wvdr_legacy .partner_wall .wall_item .content .text .button.red {
  border: 2px solid #f55150;
}
.wvdr_legacy .partner_wall .wall_item .content .text .button.red:hover {
  background-color: #f55150;
}
.wvdr_legacy .partner_wall .wall_item .content .text .button.yellow {
  border: 2px solid #f7ad00;
}
.wvdr_legacy .partner_wall .wall_item .content .text .button.yellow:hover {
  background-color: #f7ad00;
}
.wvdr_legacy .partner_wall .wall_item .slick-prev {
  left: 25px;
  z-index: 200;
}
.wvdr_legacy .partner_wall .wall_item .slick-prev:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  left: 0.25em;
  transform: rotate(-135deg);
}
.wvdr_legacy .partner_wall .wall_item .slick-next {
  right: 25px;
  z-index: 200;
}
.wvdr_legacy .partner_wall .wall_item .slick-next:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  left: 0;
  transform: rotate(45deg);
}
.wvdr_legacy .partner_wall .wall_item .slick-dots {
  bottom: 10px;
}
.wvdr_legacy .partner_wall .wall_item .slick-dots li {
  z-index: 200;
}
.wvdr_legacy .partner_wall .wall_item .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}
.wvdr_legacy .partner_wall .wall_item .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 45px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .partner_wall_info .control {
    display: none;
  }
  .wvdr_legacy .partner_wall .partner_content .wall_item {
    height: 550px;
  }
}
.wvdr_legacy .odometer.odometer-auto-theme, .wvdr_legacy .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.wvdr_legacy .odometer.odometer-auto-theme .odometer-digit, .wvdr_legacy .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.wvdr_legacy .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .wvdr_legacy .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.wvdr_legacy .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .wvdr_legacy .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.wvdr_legacy .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .wvdr_legacy .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.wvdr_legacy .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .wvdr_legacy .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.wvdr_legacy .odometer.odometer-auto-theme .odometer-digit .odometer-value, .wvdr_legacy .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.wvdr_legacy .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .wvdr_legacy .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.wvdr_legacy .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .wvdr_legacy .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 1s;
}
.wvdr_legacy .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .wvdr_legacy .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.wvdr_legacy .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .wvdr_legacy .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.wvdr_legacy .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .wvdr_legacy .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 1s;
  transform: translateY(0);
}
.wvdr_legacy .home_video_layout {
  margin-bottom: 100px;
  position: relative;
  margin-top: -60px;
}
.wvdr_legacy .home_video_layout .video_container {
  width: 23%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 3px 25px rgba(78, 78, 78, 0.15);
}
.wvdr_legacy .home_video_layout .video_container.left {
  position: absolute;
  left: 0px;
}
.wvdr_legacy .home_video_layout .video_container.right {
  position: absolute;
  right: 0;
}
.wvdr_legacy .home_video_layout .video_container .video {
  width: 100%;
  margin-top: -1px;
  margin-bottom: -8px;
}
.wvdr_legacy .home_video_layout .extra_container {
  width: 30%;
  box-shadow: 0px 3px 25px rgba(78, 78, 78, 0.15);
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
}
.wvdr_legacy .home_video_layout .extra_container.radius_20 {
  border-radius: 20px;
}
.wvdr_legacy .home_video_layout .extra_container.right {
  position: absolute;
  right: 0;
}
.wvdr_legacy .home_video_layout .extra_container.left {
  position: absolute;
  left: 0px;
}
.wvdr_legacy .home_video_layout .extra_container.smaller {
  width: 25%;
}
.wvdr_legacy .home_video_layout .extra_container .newactivity {
  padding: 10px;
  border-radius: 5px;
  background-color: #083351;
  color: white;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: calc(100% - 60px);
  box-shadow: 0px 0px 5px 1px rgba(78, 78, 78, 0.27);
  animation: pop 16s infinite;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .home_video_layout .extra_container .newactivity {
    display: none;
  }
}
@keyframes pop {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  55% {
    transform: translateY(100px);
    opacity: 0;
  }
  60% {
    transform: translateY(0px);
    opacity: 1;
  }
  80% {
    transform: translateY(0px);
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
.wvdr_legacy .home_video_layout .bg {
  width: 60%;
  margin: 3% 0 3% 22%;
}
@media screen and (max-width: 768px) {
  .wvdr_legacy .home_video_layout .video_container {
    width: 40%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(78, 78, 78, 0.15);
  }
  .wvdr_legacy .home_video_layout .video_container.left {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .wvdr_legacy .home_video_layout .video_container.right {
    right: 50%;
    transform: translate(50%, 0);
  }
  .wvdr_legacy .home_video_layout .video_container .video {
    width: 100%;
    margin-top: -1px;
    margin-bottom: -8px;
  }
  .wvdr_legacy .home_video_layout .extra_container {
    display: none;
  }
  .wvdr_legacy .home_video_layout .bg {
    width: 100%;
    margin: 22px 0px 0px 0px;
    border-radius: 20px;
  }
}
.wvdr_legacy .home_video_container {
  position: relative;
  height: 100vh;
  margin-top: -60px;
}
.wvdr_legacy .home_video_container .home_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/static/frontend/img/website/home/wefitter_home_poster.webp") no-repeat;
  background-size: cover;
}
.wvdr_legacy .home_video_container .home_video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wvdr_legacy .home_video_container .home_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.wvdr_legacy .home_video_container .hero_text {
  padding-top: unset;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.wvdr_legacy .home_video_container .hero_text .home_hero_button {
  line-height: normal;
  margin: auto;
  margin-top: 50px;
}
@media screen and (min-width: 1367px) {
  .wvdr_legacy .home_video_container .hero_text ul {
    font-size: 60px;
  }
}
.wvdr_legacy .home_video_container .hero_text ul li {
  color: white;
  text-align: left;
}
.wvdr_legacy .home_video_container .subhero_text {
  color: white;
}
.wvdr_legacy .home_video_container .subhero_text:before {
  display: inline-block;
  content: "";
  border-top: 2px solid white;
  width: 30px;
  margin-right: 1rem;
  transform: translateY(-8px);
}
@media screen and (max-width: 400px) {
  .wvdr_legacy .home_video_container .subhero_text:before {
    display: none;
  }
}
.wvdr_legacy .home_video_container .home_hero_button .button {
  font-size: 16px;
  margin-top: 30px;
  padding: 5px 30px;
}
.wvdr_legacy .home_video_container .home_hero_button .button:hover {
  background-color: white;
  color: #083351;
  border-color: white;
}
.wvdr_legacy .home_video_container .scrolldown_text {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  cursor: pointer;
}
.wvdr_legacy .home_video_container .scrolldown {
  position: absolute;
  bottom: 100px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.wvdr_legacy .home_video_container .scrolldown svg {
  height: 30px;
}
.wvdr_legacy .home_video_container .scrolldown svg path {
  stroke: white;
}
.wvdr_legacy .team_profile {
  margin-top: -60px;
  background-image: url("/static/frontend/img/website/footer_wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.wvdr_legacy .team_profile .desktop_spacing {
  height: 1px;
}
.wvdr_legacy .team_profile .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
.wvdr_legacy .team_profile .col_4 {
  width: 100%;
  margin-bottom: 210px;
}
.wvdr_legacy .team_profile .col_4:last-of-type {
  padding-bottom: 500px;
}
.wvdr_legacy .teamblock {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-bottom: 100px;
  margin: auto;
  flex-flow: wrap;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .teamblock .cms-plugin {
    width: 100%;
  }
}
.wvdr_legacy .profile_card {
  height: 350px;
  min-height: 350px;
  width: 100%;
  position: relative;
  max-width: 100%;
  width: 400px;
  top: 0;
  left: 0;
  transition: 0.3s ease-in;
  left: 0;
  right: 0;
}
.wvdr_legacy .profile_card .card.box {
  margin: 20px;
  position: relative;
  box-shadow: 0px 3px 39px rgba(0, 170, 228, 0.12);
}
.wvdr_legacy .profile_card:hover .card.box {
  transform: translate(0, -10px);
  box-shadow: 0px 15px 39px rgba(0, 170, 228, 0.2);
}
.wvdr_legacy .profile_card:hover .image_position {
  transform: translate(0, -10px);
}
.wvdr_legacy .profile_card .image_position {
  position: absolute;
  width: 100%;
  margin-top: 8%;
  z-index: 2;
  transition: 0.3s;
}
.wvdr_legacy .profile_card .image_position .image_wrapper {
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
  transition: 0.3s ease-in;
}
.wvdr_legacy .profile_card .image_position .image_wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  transition: 0.3s;
  pointer-events: none;
}
.wvdr_legacy .profile_card .name {
  text-align: center;
  color: #00AAE4;
  font-size: 35px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  margin: 180px 0 0px 0;
  transition: 0.3s ease-in;
}
.wvdr_legacy .profile_card .function {
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  margin: 20px 0 30px 0;
  transition: 0.3s;
}
.wvdr_legacy .profile_card .extra_text {
  margin-top: 30px;
  pointer-events: none;
  font-size: 20px;
  line-height: 28px;
  opacity: 0;
  transition: 0.1s ease-in;
  transition-delay: 0.2s;
  text-align: center;
  margin-bottom: 80px;
}
.wvdr_legacy .profile_card .extra_text::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.wvdr_legacy .profile_card .contact {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-in;
}
.wvdr_legacy .profile_card .contact .button {
  font-size: 35px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  height: 86px;
  line-height: 86px;
  text-align: center;
  padding: 0;
  margin: 52px auto;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  z-index: 0;
  margin-left: 50px;
}
.wvdr_legacy .profile_card .contact .linked_in {
  margin: 52px auto;
  margin-left: 10px;
  opacity: 0;
  pointer-events: none;
  display: inline-block;
  flex: 1;
  margin-right: 50px;
  transition: 0.3s;
}
.wvdr_legacy .profile_card .contact .linked_in img {
  width: 86px;
  display: block;
  margin: auto;
}
.wvdr_legacy .profile_card.open .image_wrapper {
  width: 120px;
  height: 120px;
  margin-top: -100px;
}
.wvdr_legacy .profile_card.open .extra_text {
  pointer-events: unset;
  opacity: 1;
}
.wvdr_legacy .profile_card.open .extra_text a {
  color: black;
}
.wvdr_legacy .profile_card.open .name {
  margin: 10px 0 0 0;
  font-size: 30px;
}
.wvdr_legacy .profile_card.open .function {
  font-size: 20px;
  margin: 0px 0 10px 0;
}
.wvdr_legacy .profile_card.open .contact {
  opacity: 1;
}
.wvdr_legacy .profile_card.open .contact .button {
  pointer-events: auto;
  opacity: 1;
}
.wvdr_legacy .profile_card.open .contact .linked_in {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .profile_card {
    margin: 0 auto 20% auto;
  }
}
@media screen and (max-width: 768px) {
  .wvdr_legacy .profile_card .image_position .image_wrapper {
    width: 150px;
    height: 150px;
  }
  .wvdr_legacy .profile_card.open .image_position .image_wrapper {
    width: 80px;
    height: 80px;
    margin-top: -75px;
  }
  .wvdr_legacy .profile_card.open .name {
    margin: 30px 0 0 0;
  }
  .wvdr_legacy .profile_card .card.box {
    padding: 10px;
  }
  .wvdr_legacy .profile_card .name {
    margin: 200px 0 0 0;
  }
  .wvdr_legacy .profile_card .extra_text {
    margin-bottom: 100px;
  }
}
.wvdr_legacy .no_touch .team_profile .profile_card.hover {
  cursor: pointer;
}
.wvdr_legacy .no_touch .team_profile .profile_card.hover .box {
  box-shadow: 0px 2px 12px 0px rgba(51, 19, 19, 0.24);
}
.wvdr_legacy .no_touch .team_profile .profile_card.hover .image_wrapper img {
  transform: scale(1.1);
}
.wvdr_legacy .sharesocials {
  margin-top: 40px;
  text-align: center;
}
.wvdr_legacy .sharesocials h3 {
  font-weight: 900;
  margin-bottom: 20px;
}
.wvdr_legacy .sharesocials .socialbuttons {
  display: flex;
  height: 40px;
  justify-content: center;
  gap: 3%;
}
.wvdr_legacy .sharesocials .socialbuttons svg {
  width: 40px;
  height: 40px;
}
.wvdr_legacy .sharesocials .socialbuttons svg:hover path {
  fill: #083351;
}
.wvdr_legacy .blog_hero {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}
.wvdr_legacy .blog_hero img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wvdr_legacy .blog_container .blog_content {
  padding-top: 10px;
}
.wvdr_legacy .blog_container .blog_content .blogtitle h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.wvdr_legacy .blog_container .blog_content .subtitle {
  color: #083351;
  margin-bottom: 20px;
}
.wvdr_legacy .blog_container .blog_content .excerpt {
  margin-bottom: 40px;
  color: #083351;
}
.wvdr_legacy .blog_container .blog_content .excerpt h2 {
  font-size: unset;
  padding: unset;
  margin: unset;
  font-weight: unset;
}
.wvdr_legacy .blog_container .blog_content .content {
  color: #083351;
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .blog_content .blogtitle {
    font-size: 30px;
  }
}
.wvdr_legacy .archive__body {
  padding: 0 10px;
}
.wvdr_legacy .archive__body .article_container {
  color: unset;
  text-decoration: none !important;
  margin-bottom: 50px;
}
.wvdr_legacy .archive__body .article_container:nth-of-type(3n) .article_item .content .article_category {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy .archive__body .article_container:nth-of-type(3n - 1) .article_item .content .article_category {
  background-color: #083351;
  color: white;
}
.wvdr_legacy .archive__body .article_container:nth-of-type(3n - 2) .article_item .content .article_category {
  background-color: #FD5E63;
  color: white;
}
.wvdr_legacy .archive__body .article_item {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0);
  background-color: white;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.wvdr_legacy .archive__body .article_item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}
.wvdr_legacy .archive__body .article_item .thumbnail {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.wvdr_legacy .archive__body .article_item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wvdr_legacy .archive__body .article_item .content {
  width: 100%;
}
.wvdr_legacy .archive__body .article_item .content .article_category {
  padding: 5px 20px;
  border-radius: 20px;
  position: absolute;
  left: 20px;
  margin-top: -37px;
  font-size: 16px;
  font-weight: 900;
}
.wvdr_legacy .archive__body .article_item .content .article_title {
  margin-top: 20px;
  padding: 20px 20px 0px 20px;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #083351;
  text-decoration: none;
}
.wvdr_legacy .archive__body .article_item .content .article_content {
  padding: 0px 20px;
  font-size: 16px;
  color: #083351;
  opacity: 1;
  position: relative;
  margin-bottom: 60px;
}
.wvdr_legacy .archive__body .article_item .content .article_info {
  color: black;
  opacity: 0.5;
  margin-top: 10px;
  padding: 0px 20px 20px 20px;
  font-size: 15px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .archive__body .article_item .content .article_title {
    font-size: 20px;
  }
  .wvdr_legacy .archive__body .article_item .content .article_content {
    font-size: 16px;
  }
}
.wvdr_legacy .pluginHeader {
  margin-bottom: 20px;
}
.wvdr_legacy .pluginHeader .container {
  border-bottom: unset;
  padding-bottom: 20px;
}
.wvdr_legacy .pluginHeader .subtext {
  font-size: 26px;
  text-align: center;
  width: 90%;
  margin: auto;
  line-height: 43px;
  margin-bottom: 30px;
  font-weight: 500;
  max-width: unset !important;
}
.wvdr_legacy .twoBigButtons {
  width: 100%;
}
.wvdr_legacy .twoBigButtons .container {
  flex-direction: column;
  margin-bottom: 150px;
  justify-content: space-around;
  align-items: center;
}
.wvdr_legacy .twoBigButtons .container .row {
  width: 100%;
}
.wvdr_legacy .twoBigButtons .mainTitle {
  font-size: 45px;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  list-style-type: none;
  color: #083351;
  margin-bottom: 40px;
}
.wvdr_legacy .twoBigButtons .bbutton {
  margin: 0px 20px;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0px 3px 39px rgba(0, 170, 228, 0.12);
  transition: 0.3s;
  cursor: pointer;
}
.wvdr_legacy .twoBigButtons .bbutton .image {
  height: 250px;
  width: 100%;
  display: flex;
  background-color: #00AAE4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wvdr_legacy .twoBigButtons .bbutton .image.red {
  background-color: #FD5E63;
}
.wvdr_legacy .twoBigButtons .bbutton .image img {
  width: 60%;
  max-height: 60%;
}
.wvdr_legacy .twoBigButtons .bbutton .title {
  padding: 30px 30px 10px 30px;
  font-size: 27px;
  color: #083351;
  font-weight: 800;
}
.wvdr_legacy .twoBigButtons .bbutton .text {
  padding: 0px 30px 30px 30px;
  font-size: 22px;
  color: #083351;
  font-weight: 200;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .twoBigButtons .bbutton {
    margin: 0 0 40px;
  }
}
.wvdr_legacy .no_touch .twoBigButtons .bbutton:hover {
  transform: translate(0, -10px);
  box-shadow: 0px 15px 39px rgba(0, 170, 228, 0.2);
}
.wvdr_legacy .connectionsbg .call_to_action {
  background-color: #083351;
}
.wvdr_legacy .call_to_action.rightskew .col_6:nth-of-type(1) .block {
  margin-top: 200px;
}
.wvdr_legacy .call_to_action.rightskew .block {
  padding: 30px 20px;
  text-align: center;
  margin: 20px;
}
.wvdr_legacy .call_to_action.rightskew .block .title {
  font-size: 43px;
  margin-bottom: 20px;
  font-weight: 900;
}
.wvdr_legacy .call_to_action.rightskew .block .subtext {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .call_to_action {
    padding-top: 100px;
  }
  .wvdr_legacy .call_to_action.rightskew .col_6:nth-of-type(1) .block {
    margin-top: 0px;
  }
  .wvdr_legacy .call_to_action.rightskew .col_6:nth-of-type(2) .block {
    margin-top: 0px;
  }
}
.wvdr_legacy .redoc .items a .item.docu {
  color: #00AAE4;
  font-weight: 600;
}
.wvdr_legacy .redoc .items a .item.docu svg path {
  fill: #00AAE4;
}
.wvdr_legacy .support .items a .item.support {
  color: #00AAE4;
  font-weight: 600;
}
.wvdr_legacy .support .items a .item.support svg path {
  fill: #00AAE4;
}
.wvdr_legacy .devmenu {
  background-color: #e7f4fb;
  position: relative;
  z-index: 9999991;
}
.wvdr_legacy .devmenu .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 20px;
  padding: 20px 0px;
  max-width: 1120px;
  margin: auto;
  overflow-x: auto;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
.wvdr_legacy .devmenu .items a .item {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  margin: 0 20px;
  transition: 0.3s;
  align-items: center;
}
.wvdr_legacy .devmenu .items a .item svg {
  height: 25px;
  width: unset;
  display: inline-block;
  margin: 0 10px 0 auto;
  pointer-events: none;
}
.wvdr_legacy .devmenu .items a .item svg path {
  fill: #083351;
  transition: 0.3s;
}
.wvdr_legacy .devmenu .items a .item.active {
  color: #00AAE4;
  font-weight: 600;
}
.wvdr_legacy .devmenu .items a .item.active svg path {
  fill: #00AAE4;
}
.wvdr_legacy .devmenu .items a .item:hover {
  color: #00AAE4;
  font-weight: 600;
}
.wvdr_legacy .devmenu .items a .item:hover svg path {
  fill: #00AAE4;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .devmenu .container {
    width: 100%;
  }
  .wvdr_legacy .devmenu .container .items {
    padding: 20px 40px;
    justify-content: left;
  }
  .wvdr_legacy .devmenu .container .items::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .wvdr_legacy .devmenu .container .items::-webkit-scrollbar {
    height: 5px;
    background-color: rgba(0, 0, 0, 0);
  }
  .wvdr_legacy .devmenu .container .items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #083351;
  }
}
.wvdr_legacy .sidemenu_parent {
  float: unset;
  flex: 0 0 30% !important;
  position: sticky;
  top: 50px;
  transition: 0.3s;
  height: 100%;
}
.wvdr_legacy .sidemenu_parent .sidemenu {
  width: 70%;
  margin-top: 40px;
  overflow: auto;
  max-height: calc(100vh - 90px);
}
.wvdr_legacy .sidemenu_parent .sidemenu h3 {
  color: #083351;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}
.wvdr_legacy .sidemenu_parent .sidemenu h3:not(:first-of-type) {
  margin-top: 30px;
}
.wvdr_legacy .sidemenu_parent .sidemenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  overflow-x: hidden;
}
.wvdr_legacy .sidemenu_parent .sidemenu ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.wvdr_legacy .sidemenu_parent .sidemenu ul::-webkit-scrollbar {
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
}
.wvdr_legacy .sidemenu_parent .sidemenu ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #083351;
}
.wvdr_legacy .sidemenu_parent .sidemenu ul li {
  padding: 10px 0px;
  width: 100%;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wvdr_legacy .sidemenu_parent .sidemenu ul li ::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.wvdr_legacy .sidemenu_parent .sidemenu ul li.active {
  color: #00AAE4;
  font-weight: 800;
}
.wvdr_legacy .sidemenu_parent .sidemenu ul li:hover {
  color: #00AAE4;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .sidearticle {
    width: 100%;
  }
  .wvdr_legacy .sidemenu_parent, .wvdr_legacy .sidearticle {
    position: fixed;
    padding: 0 20px !important;
    top: unset;
    left: 0;
    bottom: 0px;
    max-height: 0%;
    overflow: hidden;
    background-color: white;
    transition: 0.3s;
    height: 100%;
    margin-left: 0px !important;
    z-index: 100;
  }
  .wvdr_legacy .sidemenu_parent .sidemenu, .wvdr_legacy .sidearticle .sidemenu {
    margin: 40px auto;
  }
  .wvdr_legacy .sidemenu_parent.active, .wvdr_legacy .sidearticle.active {
    max-height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 768px) {
  .wvdr_legacy .sidemenu_parent.active, .wvdr_legacy .sidearticle.active {
    max-height: calc(100% - 50px);
  }
}
.wvdr_legacy .listlinks .head {
  font-size: 40px;
}
.wvdr_legacy .listlinks .head .header_underscore {
  margin-bottom: 40px;
}
.wvdr_legacy .listlinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wvdr_legacy .listlinks ul li {
  padding: 5px 0px;
}
.wvdr_legacy .listlinks ul li a {
  color: #083351;
}
.wvdr_legacy .listlinks ul li a:hover {
  color: #00AAE4;
}
.wvdr_legacy .listlinks ul li::before {
  content: "•";
  color: #00AAE4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.wvdr_legacy .features_images {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-bottom: 100px;
  width: 90%;
  max-width: 1010px;
  margin: auto;
  flex-flow: wrap;
}
.wvdr_legacy .features_images .featureImage {
  text-align: center;
  font-weight: 900;
  max-width: 110px;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.wvdr_legacy .features_images .featureImage img {
  display: block;
  margin-bottom: 20px;
  height: 90px;
}
.wvdr_legacy .features_images .featureImage span {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .features_images {
    gap: 50px;
    width: 90%;
    font-size: 18px;
  }
  .wvdr_legacy .features_images .featureImage {
    max-width: 80px;
  }
  .wvdr_legacy .features_images .featureImage img {
    height: 60px;
    margin-bottom: 10px;
  }
}
.wvdr_legacy .redoc .sc-dlnjwi.eprxZf {
  color: #00AAE4 !important;
}
.wvdr_legacy .redoc .sc-gtsrHT.gdZoGt path {
  fill: #00AAE4 !important;
}
.wvdr_legacy .redoc .menu-content {
  top: 60px !important;
  height: calc(100vh - 60px) !important;
}
.wvdr_legacy .redoc .menu-content label span {
  color: #083351;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif !important;
}
.wvdr_legacy .redoc .menu-content label svg polygon {
  fill: #083351;
}
.wvdr_legacy .redoc .menu-content .search-icon path {
  fill: #083351;
}
.wvdr_legacy .redoc .menu-content .search-input {
  color: #083351;
  font-family: "Nunito Sans", sans-serif !important;
}
.wvdr_legacy .redoc .menu-content .operation-type {
  color: white !important;
  font-size: 9px;
  height: 16px;
  line-height: 16px;
}
.wvdr_legacy .redoc .menu-content .ficVil span {
  color: #b9b9b9;
}
.wvdr_legacy .redoc .api-content {
  top: 60px !important;
}
.wvdr_legacy .redoc .api-content .kzhJjR {
  padding: 100px 0px 40px 0px;
}
.wvdr_legacy .redoc .api-content h1 {
  color: #00AAE4;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif !important;
}
.wvdr_legacy .redoc .api-content h1 span {
  color: #00AAE4 !important;
}
.wvdr_legacy .redoc .api-content pre {
  background-color: #DEF0FA !important;
  color: #083351 !important;
}
.wvdr_legacy .redoc .api-content pre code {
  border: unset !important;
  color: #FD5E63 !important;
  font-weight: 600 !important;
}
.wvdr_legacy .redoc .api-content h2 {
  font-weight: 800;
}
.wvdr_legacy .redoc .api-content span, .wvdr_legacy .redoc .api-content p, .wvdr_legacy .redoc .api-content h2, .wvdr_legacy .redoc .api-content h3, .wvdr_legacy .redoc .api-content h4, .wvdr_legacy .redoc .api-content h5, .wvdr_legacy .redoc .api-content a {
  font-family: "Nunito Sans", sans-serif !important;
}
.wvdr_legacy .redoc .api-content .chOOHy {
  padding: 100px 0px 30px 0px;
  margin-top: -60px;
}
.wvdr_legacy .redoc .api-content .sc-hKFxyN span, .wvdr_legacy .redoc .api-content .sc-hKFxyN p, .wvdr_legacy .redoc .api-content .sc-hKFxyN h2, .wvdr_legacy .redoc .api-content .sc-hKFxyN h3, .wvdr_legacy .redoc .api-content .sc-hKFxyN h4, .wvdr_legacy .redoc .api-content .sc-hKFxyN h5, .wvdr_legacy .redoc .api-content .sc-hKFxyN a, .wvdr_legacy .redoc .api-content .gHYYBK span, .wvdr_legacy .redoc .api-content .gHYYBK p, .wvdr_legacy .redoc .api-content .gHYYBK h2, .wvdr_legacy .redoc .api-content .gHYYBK h3, .wvdr_legacy .redoc .api-content .gHYYBK h4, .wvdr_legacy .redoc .api-content .gHYYBK h5, .wvdr_legacy .redoc .api-content .gHYYBK a {
  color: #083351;
}
.wvdr_legacy .redoc .api-content .sc-hKFxyN p, .wvdr_legacy .redoc .api-content .gHYYBK p {
  margin-bottom: 0rem;
}
.wvdr_legacy .redoc .api-content .gJrtLH {
  border-color: #083351;
}
.wvdr_legacy .redoc .api-content .sc-cKRKFl.cLybRg {
  background: #083351;
}
.wvdr_legacy .redoc .api-content table {
  width: 100%;
  border-spacing: 0px;
  margin-bottom: unset;
  overflow-x: auto;
}
.wvdr_legacy .redoc .api-content table tr {
  border-bottom: 1px solid #00AAE4;
}
.wvdr_legacy .redoc .api-content table tr td, .wvdr_legacy .redoc .api-content table tr th {
  padding: 10px;
  text-align: left;
  color: #083351;
  min-width: unset;
  border-color: #00AAE4;
}
.wvdr_legacy .redoc .api-content table tr th {
  padding: 10px;
  font-weight: 800;
  background-color: unset;
  font-size: 16px;
}
.wvdr_legacy .redoc .api-content table tr td {
  font-size: 16px;
  font-weight: unset;
}
.wvdr_legacy .redoc .api-content table tr td:not(:first-child) {
  text-align: left;
}
.wvdr_legacy .redoc .api-content .sc-carFqZ, .wvdr_legacy .redoc .api-content .sc-kYPZxB {
  margin-bottom: 20px;
}
.wvdr_legacy .djangocms_faq_container {
  margin-bottom: 80px;
}
.wvdr_legacy .djangocms_faq_container .questionlink {
  color: #083351;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  margin: 40px 0px;
  display: block;
  transition: 0.3s;
}
.wvdr_legacy .djangocms_faq_container .questionlink:hover {
  color: #00AAE4;
  cursor: pointer;
}
.wvdr_legacy .djangocms_faq_container .djangocms_faq_keywords {
  margin-top: -20px;
  margin-bottom: 30px;
}
.wvdr_legacy .djangocms_faq_container .djangocms_faq_keywords span {
  color: white;
  background-color: #00AAE4;
  border-radius: 25px;
  padding: 2px 10px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 800;
}
.wvdr_legacy .djangocms_faq_container .djangocms_faq_child p {
  color: #083351;
}
.wvdr_legacy .djangocms_faq_container .djangocms_faq_child p a {
  color: #00AAE4;
}
.wvdr_legacy .djangocms_faq_search form, .wvdr_legacy .call_to_action form {
  text-align: center;
}
.wvdr_legacy .djangocms_faq_search form .has-search .djangocms_faq_input, .wvdr_legacy .call_to_action form .has-search .djangocms_faq_input {
  border: 0;
  -webkit-appearance: none;
  border-radius: 100px;
  font-size: 16px;
  padding: 12px 160px 12px 20px;
}
.wvdr_legacy .djangocms_faq_search form .has-search svg, .wvdr_legacy .call_to_action form .has-search svg {
  position: absolute;
  height: 20px;
  margin-top: 14px;
  margin-left: 20px;
}
.wvdr_legacy .djangocms_faq_search form .has-search input[type=submit], .wvdr_legacy .call_to_action form .has-search input[type=submit] {
  position: relative;
  height: unset;
  padding: 7px 40px 9px 40px;
  font-weight: 900;
  margin: 0px;
  font-size: 16px;
  width: unset;
  margin-left: -155px;
  background-color: #00AAE4;
  box-shadow: unset;
  transform: translateY(-1px);
  transition: 0.3s;
}
.wvdr_legacy .djangocms_faq_search form .has-search input[type=submit]:hover, .wvdr_legacy .call_to_action form .has-search input[type=submit]:hover {
  transform: translateY(1px);
  background-color: #083351;
  color: white;
  border: unset;
}
.wvdr_legacy .djangocms_faq_search .subscribe_form_container, .wvdr_legacy .call_to_action .subscribe_form_container {
  text-align: center;
}
.wvdr_legacy .djangocms_faq_search .djangocms_faq_results, .wvdr_legacy .call_to_action .djangocms_faq_results {
  position: absolute;
  background-color: white;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 10px;
  width: 400px;
  padding: 0px;
  max-width: 100%;
  list-style-type: none;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}
.wvdr_legacy .djangocms_faq_search .djangocms_faq_results li, .wvdr_legacy .call_to_action .djangocms_faq_results li {
  transition: 0.3s;
}
.wvdr_legacy .djangocms_faq_search .djangocms_faq_results li a, .wvdr_legacy .call_to_action .djangocms_faq_results li a {
  padding: 20px 20px;
  display: block;
}
.wvdr_legacy .djangocms_faq_search .djangocms_faq_results li:not(:first-of-type), .wvdr_legacy .call_to_action .djangocms_faq_results li:not(:first-of-type) {
  border-top: 1px solid #00AAE4;
}
.wvdr_legacy .djangocms_faq_search .djangocms_faq_results li:hover, .wvdr_legacy .call_to_action .djangocms_faq_results li:hover {
  background-color: #DEF0FA;
}
@media only screen and (max-width: 1367px) {
  .wvdr_legacy .djangocms_faq_search form .has-search.smaller .djangocms_faq_input, .wvdr_legacy .call_to_action form .has-search.smaller .djangocms_faq_input {
    padding: 12px 20px 12px 60px;
    margin-bottom: 10px;
  }
  .wvdr_legacy .djangocms_faq_search form .has-search.smaller input[type=submit], .wvdr_legacy .call_to_action form .has-search.smaller input[type=submit] {
    position: relative;
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .wvdr_legacy .djangocms_faq_search form .has-search .djangocms_faq_input, .wvdr_legacy .call_to_action form .has-search .djangocms_faq_input {
    padding: 12px 20px 12px 60px;
    margin-bottom: 10px;
  }
  .wvdr_legacy .djangocms_faq_search form .has-search input[type=submit], .wvdr_legacy .call_to_action form .has-search input[type=submit] {
    position: relative;
    margin: auto;
    display: block;
  }
}
.wvdr_legacy .changelog .js_add_changelog_menus ul,
.wvdr_legacy .changelog .js_add_guides_menus ul,
.wvdr_legacy .guides .js_add_changelog_menus ul,
.wvdr_legacy .guides .js_add_guides_menus ul {
  display: none;
}
.wvdr_legacy .changelog .js_add_changelog_menus ul.active,
.wvdr_legacy .changelog .js_add_guides_menus ul.active,
.wvdr_legacy .guides .js_add_changelog_menus ul.active,
.wvdr_legacy .guides .js_add_guides_menus ul.active {
  display: block;
}
.wvdr_legacy .changelog img,
.wvdr_legacy .guides img {
  width: 100%;
}
.wvdr_legacy .changelog table,
.wvdr_legacy .guides table {
  text-align: left;
  border: none;
}
.wvdr_legacy .changelog table td,
.wvdr_legacy .changelog table th,
.wvdr_legacy .guides table td,
.wvdr_legacy .guides table th {
  text-align: left !important;
  border: none;
}
.wvdr_legacy .changelog table td,
.wvdr_legacy .guides table td {
  border-bottom: 1px solid #e7f4fb;
}
.wvdr_legacy .changelog table th,
.wvdr_legacy .guides table th {
  padding: 20px 10px;
  font-weight: 800;
  background-color: #e7f4fb;
  font-size: 24px;
}
.wvdr_legacy .changelog .changelog_versions .js_changelog_version,
.wvdr_legacy .changelog .changelog_versions .js_guides_item,
.wvdr_legacy .changelog .guides_versions .js_changelog_version,
.wvdr_legacy .changelog .guides_versions .js_guides_item,
.wvdr_legacy .guides .changelog_versions .js_changelog_version,
.wvdr_legacy .guides .changelog_versions .js_guides_item,
.wvdr_legacy .guides .guides_versions .js_changelog_version,
.wvdr_legacy .guides .guides_versions .js_guides_item {
  padding: 40px 0px;
  display: none;
  font-size: 17px;
}
.wvdr_legacy .changelog .changelog_versions .js_changelog_version.active,
.wvdr_legacy .changelog .changelog_versions .js_guides_item.active,
.wvdr_legacy .changelog .guides_versions .js_changelog_version.active,
.wvdr_legacy .changelog .guides_versions .js_guides_item.active,
.wvdr_legacy .guides .changelog_versions .js_changelog_version.active,
.wvdr_legacy .guides .changelog_versions .js_guides_item.active,
.wvdr_legacy .guides .guides_versions .js_changelog_version.active,
.wvdr_legacy .guides .guides_versions .js_guides_item.active {
  display: block;
}
.wvdr_legacy .changelog .changelog_versions .js_changelog_version ul,
.wvdr_legacy .changelog .changelog_versions .js_guides_item ul,
.wvdr_legacy .changelog .guides_versions .js_changelog_version ul,
.wvdr_legacy .changelog .guides_versions .js_guides_item ul,
.wvdr_legacy .guides .changelog_versions .js_changelog_version ul,
.wvdr_legacy .guides .changelog_versions .js_guides_item ul,
.wvdr_legacy .guides .guides_versions .js_changelog_version ul,
.wvdr_legacy .guides .guides_versions .js_guides_item ul {
  background-color: #def0fa;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.wvdr_legacy .changelog .changelog_versions .js_changelog_version ul li,
.wvdr_legacy .changelog .changelog_versions .js_guides_item ul li,
.wvdr_legacy .changelog .guides_versions .js_changelog_version ul li,
.wvdr_legacy .changelog .guides_versions .js_guides_item ul li,
.wvdr_legacy .guides .changelog_versions .js_changelog_version ul li,
.wvdr_legacy .guides .changelog_versions .js_guides_item ul li,
.wvdr_legacy .guides .guides_versions .js_changelog_version ul li,
.wvdr_legacy .guides .guides_versions .js_guides_item ul li {
  word-break: break-word;
}
.wvdr_legacy .changelog .changelog_versions .js_changelog_version .quarter,
.wvdr_legacy .changelog .changelog_versions .js_guides_item .quarter,
.wvdr_legacy .changelog .guides_versions .js_changelog_version .quarter,
.wvdr_legacy .changelog .guides_versions .js_guides_item .quarter,
.wvdr_legacy .guides .changelog_versions .js_changelog_version .quarter,
.wvdr_legacy .guides .changelog_versions .js_guides_item .quarter,
.wvdr_legacy .guides .guides_versions .js_changelog_version .quarter,
.wvdr_legacy .guides .guides_versions .js_guides_item .quarter {
  font-size: 1.5em;
  font-weight: 900;
  position: relative;
  display: inline-block;
}
.wvdr_legacy .changelog .changelog_versions .js_changelog_version .quarter:after,
.wvdr_legacy .changelog .changelog_versions .js_guides_item .quarter:after,
.wvdr_legacy .changelog .guides_versions .js_changelog_version .quarter:after,
.wvdr_legacy .changelog .guides_versions .js_guides_item .quarter:after,
.wvdr_legacy .guides .changelog_versions .js_changelog_version .quarter:after,
.wvdr_legacy .guides .changelog_versions .js_guides_item .quarter:after,
.wvdr_legacy .guides .guides_versions .js_changelog_version .quarter:after,
.wvdr_legacy .guides .guides_versions .js_guides_item .quarter:after {
  position: absolute;
  content: "";
  height: 20px;
  background-color: #d9effa;
  margin: 0 auto;
  left: -5px;
  top: 15px;
  right: 0;
  width: calc(100% + 10px);
  z-index: -1;
}
.wvdr_legacy .htmlcontent .code {
  background-color: #D9EFFA;
  padding: 5px;
  font-family: monospace;
  padding-top: 1rem;
  font-size: 14px;
}
.wvdr_legacy .vacancies_cms .type_categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  gap: 10px;
  margin: 0px auto 50px auto;
}
.wvdr_legacy .vacancies_cms .type_categories span {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #00AAE4;
  color: #00AAE4;
  padding: 5px 20px;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.wvdr_legacy .vacancies_cms .type_categories span:hover {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy .vacancies_cms .head {
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .vacancies_cms .head {
    font-size: 25px;
  }
}
.wvdr_legacy .vacancies_cms .head .header_underscore {
  margin-bottom: 50px;
}
.wvdr_legacy .vacancies_cms .vacancies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0px auto 80px auto;
  justify-content: space-around;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .vacancies_cms .vacancies {
    flex-direction: column;
  }
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_container {
  flex: 0 0 49%;
  color: unset;
  text-decoration: none !important;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_container:nth-of-type(3n) .vacancy_item .content .vacancy_category {
  background-color: #00aae4;
  color: white;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_container:nth-of-type(3n - 1) .vacancy_item .content .vacancy_category {
  background-color: #083351;
  color: white;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_container:nth-of-type(3n - 2) .vacancy_item .content .vacancy_category {
  background-color: #fd5e63;
  color: white;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_item {
  margin-bottom: 60px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0);
  background-color: white;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_item .thumbnail {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_item .content {
  width: 100%;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_item .content .vacancy_category {
  padding: 5px 20px;
  border-radius: 20px;
  position: absolute;
  left: 20px;
  margin-top: -37px;
  font-size: 16px;
  font-weight: 900;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_item .content .vacancy_title {
  margin-top: 20px;
  padding: 20px 20px 0px 20px;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #083351;
  text-decoration: none;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_item .content .vacancy_content {
  padding: 0px 20px;
  font-size: 16px;
  color: #083351;
  opacity: 1;
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  max-height: 200px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wvdr_legacy .vacancies_cms .vacancies .vacancy_item .content .vacancy_info {
  color: black;
  opacity: 0.5;
  margin-top: 10px;
  padding: 0px 20px 20px 20px;
  font-size: 15px;
  position: absolute;
  bottom: 0;
}
.wvdr_legacy .textBlockContainer {
  display: flex;
  gap: 50px;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .textBlockContainer {
    gap: 10px;
    flex-direction: column;
    text-align: left;
  }
}
.wvdr_legacy .block_1_4 {
  flex: 0 0 25%;
  width: 25%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .block_1_4 {
    flex: 1;
    width: unset;
  }
}
.wvdr_legacy .block_1_3 {
  flex: 0 0 30%;
  width: 32%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .block_1_3 {
    flex: 1;
    width: unset;
  }
}
.wvdr_legacy .block_1_2 {
  width: 50%;
  flex: 0 0 45%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .block_1_2 {
    width: unset;
    flex: 1;
  }
}
.wvdr_legacy .connections_brands {
  margin-top: 80px;
}
.wvdr_legacy .connections_brands .titleSection {
  margin-bottom: 50px;
}
.wvdr_legacy .connections_brands .titleSection span {
  color: #00AAE4;
  white-space: nowrap;
}
.wvdr_legacy .connections_brands .titleSection a span, .wvdr_legacy .connections_brands .titleSection a svg path {
  transition: 0.3s;
}
.wvdr_legacy .connections_brands .titleSection a:hover span {
  color: #083351;
}
.wvdr_legacy .connections_brands .titleSection a:hover svg path {
  stroke: #083351;
}
.wvdr_legacy .connections_brands .col_6, .wvdr_legacy .connections_brands .col_4 {
  margin: 20px 0px;
}
.wvdr_legacy .connections_brands .row [class*=col_] {
  flex: unset;
}
@media only screen and (min-width: 993px) and (max-width: 1366px) {
  .wvdr_legacy .connections_brands .col_4 .brandcard .infostate .info {
    padding-bottom: 90px;
  }
  .wvdr_legacy .connections_brands .col_4 .brandcard .infostate .info .logo {
    width: 40%;
  }
  .wvdr_legacy .connections_brands .col_4 .brandcard .infostate .info .logo img {
    width: 100%;
  }
  .wvdr_legacy .connections_brands .col_4 .brandcard .infostate .info .descr {
    max-width: 50%;
  }
  .wvdr_legacy .connections_brands .col_4 .brandcard .paramstate ul li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .wvdr_legacy .connections_brands .col_4 .brandcard.active .infostate .nameparam {
    width: 100%;
    text-align: center;
  }
  .wvdr_legacy .connections_brands .col_4 .brandcard.active .infostate .button {
    width: calc(100% - 96px);
    margin-bottom: -50px;
  }
  .wvdr_legacy .connections_brands .col_4 .brandcard.active .paramstate {
    padding-top: 150px;
    margin-top: -110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .wvdr_legacy .connections_brands .col_4 .brandcard .infostate .info .descr {
    max-width: 50%;
  }
  .wvdr_legacy .connections_brands .col_4 .brandcard .paramstate ul li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.wvdr_legacy .connections_brands .brandcard {
  background-color: #FAFAFA;
  color: #083351;
  cursor: pointer;
  margin: 0px 20px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .wvdr_legacy .connections_brands .brandcard {
    margin: 0;
  }
}
.wvdr_legacy .connections_brands .brandcard .parastate {
  position: absolute;
  top: 0;
  left: 0;
}
.wvdr_legacy .connections_brands .brandcard .infostate {
  padding: 40px;
  position: relative;
  height: calc(100% - 80px);
  transition: 0.3s;
}
.wvdr_legacy .connections_brands .brandcard .infostate .info {
  transition: 0.3s;
  max-height: 200px;
  overflow: hidden;
  padding-bottom: 10px;
}
@media screen and (max-width: 430px) {
  .wvdr_legacy .connections_brands .brandcard .infostate .info {
    max-height: 250px;
  }
}
.wvdr_legacy .connections_brands .brandcard .infostate .info .name {
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 900;
}
.wvdr_legacy .connections_brands .brandcard .infostate .info .descr {
  font-size: 22px;
  margin-bottom: 50px;
  max-width: 60%;
  min-height: 60px;
}
.wvdr_legacy .connections_brands .brandcard .infostate .info .logo {
  height: 100px;
  float: right;
}
.wvdr_legacy .connections_brands .brandcard .infostate .info .logo img {
  height: 100px;
}
.wvdr_legacy .connections_brands .brandcard .infostate .button {
  font-size: 14px;
  background-color: #FAFAFA;
  color: #00AAE4;
  border: 2px solid #00AAE4;
  padding: 4px 8px;
  position: absolute;
  bottom: 40px;
}
.wvdr_legacy .connections_brands .brandcard .infostate .nameparam {
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 900;
  float: right;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  margin-top: -3px;
}
@media screen and (min-width: 1367px) {
  .wvdr_legacy .connections_brands .brandcard .infostate .nameparam {
    margin-top: -28px;
  }
}
.wvdr_legacy .connections_brands .brandcard .infostate .mobilebuttoninfo {
  display: none;
  font-size: 14px;
  color: #00AAE4;
  padding: 4px 8px;
  text-align: center;
  margin-top: 20px;
  max-height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wvdr_legacy .connections_brands .brandcard .infostate .info .name {
    font-size: 22px;
    text-align: center;
  }
  .wvdr_legacy .connections_brands .brandcard .infostate .info .descr {
    font-size: 16px;
    text-align: center;
    max-width: 100%;
  }
  .wvdr_legacy .connections_brands .brandcard .infostate .info .logo {
    height: 130px;
    float: unset;
  }
  .wvdr_legacy .connections_brands .brandcard .infostate .info .logo img {
    margin: auto;
    display: block;
  }
  .wvdr_legacy .connections_brands .brandcard .infostate .mobilebuttoninfo {
    display: block;
  }
  .wvdr_legacy .connections_brands .brandcard .infostate .button {
    position: unset;
    bottom: 0;
    margin: 10px auto 0px auto;
  }
  .wvdr_legacy .connections_brands .brandcard .infostate .nameparam {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 900;
    float: unset;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    position: relative;
    margin-top: 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
}
.wvdr_legacy .connections_brands .brandcard.contact .button {
  padding: 6px 24px;
  font-size: 18px;
  background-color: #00AAE4;
  color: white;
  border: 2px solid #00AAE4;
}
.wvdr_legacy .connections_brands .brandcard.contact:hover .button {
  background-color: white;
  color: #00AAE4;
  border: 2px solid #00AAE4;
}
.wvdr_legacy .connections_brands .brandcard .paramstate {
  background-color: #FAFAFA;
  max-height: 0px;
  position: absolute;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  z-index: 6;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0784313725);
  transition: 0.3s;
}
.wvdr_legacy .connections_brands .brandcard .paramstate ul {
  list-style-type: none;
  margin: 0;
  padding: 0px 40px 40px 40px;
  display: flex;
  flex-wrap: wrap;
}
.wvdr_legacy .connections_brands .brandcard .paramstate ul li {
  font-size: 14px;
  font-weight: 700;
  flex: 1 0 21%;
  max-width: 25%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.wvdr_legacy .connections_brands .brandcard .paramstate ul li img {
  height: 50px;
  margin-bottom: 10px;
}
.wvdr_legacy .connections_brands .brandcard .paramstate ul li span {
  display: block;
  text-align: center;
  max-width: 75%;
}
@media screen and (max-width: 600px) {
  .wvdr_legacy .connections_brands .brandcard .paramstate ul li {
    flex: 0 33%;
    max-width: 34%;
  }
  .wvdr_legacy .connections_brands .brandcard .paramstate ul li img {
    height: 40px;
  }
}
@media screen and (max-width: 430px) {
  .wvdr_legacy .connections_brands .brandcard .paramstate ul li {
    flex: 0 50%;
    max-width: 50%;
  }
  .wvdr_legacy .connections_brands .brandcard .paramstate ul li img {
    height: 40px;
  }
}
@media screen and (max-width: 350px) {
  .wvdr_legacy .connections_brands .brandcard .paramstate ul {
    padding: 0px 10px 40px 10px;
  }
  .wvdr_legacy .connections_brands .brandcard .paramstate ul li img {
    height: 30px;
  }
}
.wvdr_legacy .connections_brands .brandcard.active .infostate {
  z-index: 10;
  height: calc(100% - 245px);
}
.wvdr_legacy .connections_brands .brandcard.active .infostate .info {
  max-height: 0;
  padding-bottom: 0px;
}
.wvdr_legacy .connections_brands .brandcard.active .infostate .nameparam {
  max-height: 80px;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .wvdr_legacy .connections_brands .brandcard.active .infostate .nameparam {
    margin-top: -35px;
  }
}
.wvdr_legacy .connections_brands .brandcard.active .infostate .mobilebuttoninfo {
  max-height: 0;
  margin-top: 0;
  padding: 0;
}
.wvdr_legacy .connections_brands .brandcard.active .infostate .button {
  background-color: #00AAE4;
  color: white;
  margin-top: 0;
}
.wvdr_legacy .connections_brands .brandcard.active .paramstate {
  max-height: 1000px;
  padding-top: 110px;
  margin-top: -110px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.0784313725);
}
.wvdr_legacy .connections_brands .brandcard:hover .button {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy .connections_brands .directcon {
  color: #083351;
  font-size: 37px;
  text-align: center;
  font-weight: 900;
  max-width: 1000px;
  transition: 0.3s;
  margin: 50px auto 100px auto;
}
.wvdr_legacy .connections_brands .directcon a {
  transition: 0.3s;
}
.wvdr_legacy .connections_brands .directcon a:hover {
  color: #00AAE4;
}
.wvdr_legacy .connections_brands .directcon .movingarrows svg {
  height: 32px;
  margin-bottom: -2px;
}
.wvdr_legacy .connections_brands .healthparams {
  margin-bottom: 150px;
}
.wvdr_legacy .conn_health_data .titleSection {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #F5F5F5;
}
.wvdr_legacy .conn_health_data .titleSection span {
  color: #00AAE4;
}
.wvdr_legacy .conn_health_data .titleSection a span, .wvdr_legacy .conn_health_data .titleSection a svg path {
  transition: 0.3s;
}
.wvdr_legacy .conn_health_data .titleSection a:hover span {
  color: #083351;
}
.wvdr_legacy .conn_health_data .titleSection a:hover svg path {
  stroke: #083351;
}
.wvdr_legacy .conn_health_data .titleSection.challenges {
  cursor: pointer;
  padding-bottom: 50px;
  margin-bottom: 20px;
  padding-top: 50px;
}
.wvdr_legacy .conn_health_data .titleSection.challenges img {
  height: 40px;
  transform: translate(0px, 6px);
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .conn_health_data .titleSection.challenges img {
    height: 25px;
  }
}
.wvdr_legacy .conn_health_data .titleSection.challenges.active img {
  transform: rotate(180deg);
}
.wvdr_legacy .conn_health_data .health_data_info img {
  width: 100%;
  height: 500px;
}
.wvdr_legacy .conn_health_data .health_data_info .row {
  margin-bottom: 100px;
  display: block;
}
.wvdr_legacy .conn_health_data .health_data_info .row.imgleft .col_6:nth-of-type(1) {
  float: right;
}
.wvdr_legacy .conn_health_data .health_data_info .row.imgleft .col_6:nth-of-type(2) {
  float: left;
}
.wvdr_legacy .conn_health_data .health_data_info .row.imgright .col_6:nth-of-type(1) {
  float: left;
}
.wvdr_legacy .conn_health_data .health_data_info .row.imgright .col_6:nth-of-type(2) {
  float: right;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 {
  height: 500px;
  position: relative;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6.textpart .content {
  width: 100%;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6.textpart .content .inside {
  width: 80%;
  margin: auto;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside {
  max-width: 100%;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .head {
  font-size: 35px;
  margin: 0;
  text-align: left;
  max-width: 100%;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .head span {
  padding: 0;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .head .header_underscore {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .head {
    font-size: 24px;
    text-align: center;
  }
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem {
  margin-top: 20px;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem img {
  float: left;
  height: unset;
  max-height: 70px;
  width: 20%;
  margin-top: 10px;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem {
  float: left;
  width: 80%;
  margin-top: 10px;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem .title {
  font-size: 28px;
  font-weight: 800;
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem .text {
  padding-left: 10px;
  margin-top: 0px;
  font-size: 18px;
  text-align: left;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem .text ul {
  padding-left: 20px;
  margin: 0;
  list-style: none;
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem .text ul li::before {
  content: "•";
  color: #00AAE4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem .title {
    font-size: 22px;
  }
  .wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem .text {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem img {
    float: unset;
    margin: 40px auto 20px auto;
    display: block;
  }
  .wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem {
    float: unset;
    width: 100%;
  }
  .wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem .title {
    text-align: center;
  }
  .wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .exitem .inexitem .text {
    text-align: center;
  }
}
.wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .text {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .conn_health_data .health_data_info .col_6 .content .inside .text {
    margin-top: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .conn_health_data .health_data_info img {
    height: unset;
    max-height: 350px;
    margin-bottom: 20px;
  }
  .wvdr_legacy .conn_health_data .health_data_info .col_6 {
    height: 350px;
  }
  .wvdr_legacy .conn_health_data .health_data_info .col_6:first-of-type {
    margin-bottom: 50px;
  }
  .wvdr_legacy .conn_health_data .health_data_info .row .col_6 {
    height: unset;
  }
  .wvdr_legacy .conn_health_data .health_data_info .row .col_6.textpart .content {
    position: unset;
    top: unset;
    transform: unset;
  }
  .wvdr_legacy .conn_health_data .health_data_info .row.imgleft .col_6:nth-of-type(1) {
    float: unset;
  }
  .wvdr_legacy .conn_health_data .health_data_info .row.imgleft .col_6:nth-of-type(2) {
    float: unset;
  }
  .wvdr_legacy .conn_health_data .health_data_info .row.imgright .col_6:nth-of-type(1) {
    float: unset;
  }
  .wvdr_legacy .conn_health_data .health_data_info .row.imgright .col_6:nth-of-type(2) {
    float: unset;
  }
}
@media only screen and (max-width: 600px) {
  .wvdr_legacy .conn_health_data .health_data_info .row .col_6.textpart .content .inside {
    width: 100%;
  }
}
.wvdr_legacy .conn_health_data .challengescontent {
  max-height: 0px;
  overflow: hidden;
  transition: 0.6s;
  margin-bottom: 50px;
}
.wvdr_legacy .conn_health_data .challengescontent.active {
  max-height: 2800px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .conn_health_data .challengescontent.active {
    max-height: 4500px;
  }
}
@media only screen and (max-width: 400px) {
  .wvdr_legacy .conn_health_data .challengescontent.active {
    max-height: 8000px;
  }
}
.wvdr_legacy .titleSection,
.wvdr_legacy .subtitleSection {
  color: white;
}
.wvdr_legacy .titleSection span,
.wvdr_legacy .subtitleSection span {
  color: #00AAE4;
}
.wvdr_legacy .titleSection a span,
.wvdr_legacy .titleSection a svg path,
.wvdr_legacy .subtitleSection a span,
.wvdr_legacy .subtitleSection a svg path {
  transition: 0.3s;
}
.wvdr_legacy .titleSection a:hover span,
.wvdr_legacy .subtitleSection a:hover span {
  color: #083351;
}
.wvdr_legacy .titleSection a:hover svg path,
.wvdr_legacy .subtitleSection a:hover svg path {
  stroke: #083351;
}
.wvdr_legacy .titleSection a.whitehover:hover span,
.wvdr_legacy .subtitleSection a.whitehover:hover span {
  color: white;
}
.wvdr_legacy .titleSection a.whitehover:hover svg path,
.wvdr_legacy .subtitleSection a.whitehover:hover svg path {
  stroke: white;
}
.wvdr_legacy .imageslider,
.wvdr_legacy .brandslider {
  margin-top: 50px;
  width: 100%;
  max-width: 1900px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1900px) {
  .wvdr_legacy .imageslider::before,
  .wvdr_legacy .brandslider::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
    width: 100px;
    height: 100%;
  }
  .wvdr_legacy .imageslider::after,
  .wvdr_legacy .brandslider::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
    width: 100px;
    height: 100%;
  }
}
.wvdr_legacy .imageslider .imgpart,
.wvdr_legacy .brandslider .imgpart {
  width: 100vw;
  max-width: 1900px;
  position: relative;
  margin: 28px 0px;
}
.wvdr_legacy .imageslider .imgpart::after,
.wvdr_legacy .brandslider .imgpart::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.wvdr_legacy .imageslider .imgpart .needforspace,
.wvdr_legacy .brandslider .imgpart .needforspace {
  position: unset;
  opacity: 0;
}
.wvdr_legacy .imageslider .imgpart img,
.wvdr_legacy .brandslider .imgpart img {
  width: 100%;
  margin: 0px;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .imageslider .imgpart img,
  .wvdr_legacy .brandslider .imgpart img {
    width: 200%;
  }
}
.wvdr_legacy .imageslider .imgpart.first img:first-of-type, .wvdr_legacy .imageslider .imgpart.third img:first-of-type,
.wvdr_legacy .brandslider .imgpart.first img:first-of-type,
.wvdr_legacy .brandslider .imgpart.third img:first-of-type {
  animation: moveleft 60s infinite linear;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .imageslider .imgpart.first img:first-of-type, .wvdr_legacy .imageslider .imgpart.third img:first-of-type,
  .wvdr_legacy .brandslider .imgpart.first img:first-of-type,
  .wvdr_legacy .brandslider .imgpart.third img:first-of-type {
    animation-duration: 30s;
  }
}
.wvdr_legacy .imageslider .imgpart.first img:nth-of-type(2), .wvdr_legacy .imageslider .imgpart.third img:nth-of-type(2),
.wvdr_legacy .brandslider .imgpart.first img:nth-of-type(2),
.wvdr_legacy .brandslider .imgpart.third img:nth-of-type(2) {
  margin-left: 1.5%;
  animation: moveleft2 60s infinite linear;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .imageslider .imgpart.first img:nth-of-type(2), .wvdr_legacy .imageslider .imgpart.third img:nth-of-type(2),
  .wvdr_legacy .brandslider .imgpart.first img:nth-of-type(2),
  .wvdr_legacy .brandslider .imgpart.third img:nth-of-type(2) {
    animation-duration: 30s;
  }
}
.wvdr_legacy .imageslider .imgpart.second img:first-of-type,
.wvdr_legacy .brandslider .imgpart.second img:first-of-type {
  margin-left: 1.5%;
  animation: moveright 60s infinite linear;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .imageslider .imgpart.second img:first-of-type,
  .wvdr_legacy .brandslider .imgpart.second img:first-of-type {
    animation-duration: 30s;
  }
}
.wvdr_legacy .imageslider .imgpart.second img:nth-of-type(2),
.wvdr_legacy .brandslider .imgpart.second img:nth-of-type(2) {
  animation: moveright2 60s infinite linear;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .imageslider .imgpart.second img:nth-of-type(2),
  .wvdr_legacy .brandslider .imgpart.second img:nth-of-type(2) {
    animation-duration: 30s;
  }
}
@keyframes moveleft {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
    @media screen and (max-width: 992px) {
      .wvdr_legacy .imageslider,
      .wvdr_legacy .brandslider {
        transform: translateX(-200%);
      }
    }
  }
}
@keyframes moveleft2 {
  0% {
    transform: translateX(100%);
    @media screen and (max-width: 992px) {
      .wvdr_legacy .imageslider,
      .wvdr_legacy .brandslider {
        transform: translateX(200%);
      }
    }
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveright {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(100%);
    @media screen and (max-width: 992px) {
      .wvdr_legacy .imageslider,
      .wvdr_legacy .brandslider {
        transform: translateX(200%);
      }
    }
  }
}
@keyframes moveright2 {
  0% {
    transform: translateX(-100%);
    @media screen and (max-width: 992px) {
      .wvdr_legacy .imageslider,
      .wvdr_legacy .brandslider {
        transform: translateX(-200%);
      }
    }
  }
  100% {
    transform: translateX(0px);
  }
}
.wvdr_legacy .brandslider {
  width: 100%;
  height: 300px;
}
.wvdr_legacy .brandslider .brand {
  color: white;
  padding: 10px;
  height: 100px;
  display: flex;
}
.wvdr_legacy .brandslider .brand img {
  max-width: 90%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wvdr_legacy .brandslider .arrow {
  cursor: pointer;
}
.wvdr_legacy .brandslider .arrow svg path {
  stroke: white;
}
.wvdr_legacy .connections_seeallparam {
  margin-bottom: 200px;
}
.wvdr_legacy .connections_seeallparam .titleSection {
  cursor: pointer;
}
.wvdr_legacy .connections_seeallparam .titleSection img {
  height: 40px;
  transform: rotate(180deg);
  transition: 0.3s;
}
.wvdr_legacy .connections_seeallparam .titleSection.active img {
  transform: translate(0px, 6px) rotate(0deg);
}
.wvdr_legacy .connections_seeallparam .healthparamscontent {
  max-height: 0px;
  overflow: hidden;
  transition: 0.6s;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.wvdr_legacy .connections_seeallparam .healthparamscontent.active {
  max-height: 2000px;
}
.wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout:nth-last-child(1) {
  grid-column: span 2;
}
.wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout .paramcard {
  border-radius: 20px;
  padding: 40px 20px;
  background-color: white;
  box-shadow: 0px 3px 25px rgba(0, 170, 228, 0.15);
  margin: 20px;
  color: #083351;
  height: calc(100% - 120px);
}
.wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout .paramcard .image img {
  height: 70px;
  margin-bottom: 10px;
}
.wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout .paramcard .title {
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 5px;
}
.wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout .paramcard .text {
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 1366px) {
  .wvdr_legacy .connections_seeallparam .healthparamscontent {
    grid-template-columns: repeat(6, 1fr);
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent.active {
    max-height: 2500px;
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout {
    grid-column: span 2;
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout:nth-last-child(3) {
    grid-column: span 3;
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout:nth-last-child(2) {
    grid-column: span 3;
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout:nth-last-child(1) {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .connections_seeallparam .healthparamscontent {
    grid-template-columns: repeat(2, 1fr);
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent.active {
    max-height: 100%;
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout {
    grid-column: span 1;
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout:nth-last-child(3) {
    grid-column: span 1;
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout:nth-last-child(2) {
    grid-column: span 1;
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout:nth-last-child(1) {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .wvdr_legacy .connections_seeallparam .healthparamscontent {
    grid-template-columns: repeat(1, 1fr);
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent.active {
    max-height: 100%;
  }
  .wvdr_legacy .connections_seeallparam .healthparamscontent .paramlayout:nth-last-child(1) {
    grid-column: span 1;
  }
}
.wvdr_legacy .gamification_dashboard .demo_app_img {
  width: 100%;
  display: block;
  margin-bottom: -2px;
}
.wvdr_legacy .gamification_dashboard .demo_app {
  background-color: #00AAE4;
  color: white;
  height: 700px;
  width: 100%;
}
.wvdr_legacy .gamification_dashboard .demo_app .video_demo {
  box-shadow: 0px 0px 5px 1px rgba(78, 78, 78, 0.27);
}
.wvdr_legacy .gamification_dashboard .demo_app .titleSection {
  color: white;
  text-align: left;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.wvdr_legacy .gamification_dashboard .demo_app .subtext {
  color: white;
  text-align: left;
  margin: 30px 0px;
}
.wvdr_legacy .gamification_dashboard .demo_app .button {
  background-color: #083351;
  border-color: #083351;
}
.wvdr_legacy .gamification_dashboard .demo_app .button:hover {
  background-color: #00AAE4;
  color: #083351;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .gamification_dashboard .demo_app {
    height: unset;
    padding-bottom: 80px;
  }
  .wvdr_legacy .gamification_dashboard .demo_app .fh {
    height: unset;
  }
  .wvdr_legacy .gamification_dashboard .demo_app .video_demo {
    max-width: 100%;
    height: unset;
    max-height: 700px;
    margin: auto;
    display: block;
  }
}
.wvdr_legacy .support .items .container {
  margin-bottom: 150px;
}
.wvdr_legacy .support .items .bbutton {
  margin: 0px 20px;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 3px 39px rgba(0, 170, 228, 0.12);
  transition: 0.3s;
  cursor: pointer;
  padding-top: 20px;
}
.wvdr_legacy .support .items .bbutton .image {
  height: 150px;
  width: 100%;
  display: flex;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wvdr_legacy .support .items .bbutton .image svg {
  width: 60%;
  max-height: 60%;
}
.wvdr_legacy .support .items .bbutton .title {
  padding: 0px 30px 20px 30px;
  font-size: 27px;
  color: #083351;
  font-weight: 800;
  text-align: center;
}
.wvdr_legacy .support .items .bbutton .text {
  padding: 0px 30px 20px 30px;
  font-size: 22px;
  color: #083351;
  font-weight: 200;
  text-align: center;
}
.wvdr_legacy .support .items .bbutton .buttoncont {
  padding: 0px 30px 10px 30px;
}
.wvdr_legacy .support .items .bbutton .buttoncont .button {
  padding: 7px 10px;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .support .items .bbutton {
    margin: 0 0 40px;
  }
  .wvdr_legacy .support .items .bbutton .buttoncont {
    margin-bottom: 20px;
  }
}
.wvdr_legacy .no_touch .support .items .bbutton:hover {
  transform: translate(0, -10px);
  box-shadow: 0px 15px 39px rgba(0, 170, 228, 0.2);
}
.wvdr_legacy .no_touch .support .items .bbutton:hover .button {
  cursor: pointer;
  background-color: white;
  color: #00AAE4;
  border: 2px solid #00AAE4;
}
.wvdr_legacy .support .supportProcess {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 39px rgba(0, 170, 228, 0.12);
  transition: 0.3s;
}
.wvdr_legacy .support .supportProcess .row [class*=col_] {
  flex: unset;
  align-items: stretch;
  display: flex;
}
.wvdr_legacy .support .supportProcess .menu {
  background-color: #083351;
  color: white;
  padding: 20px 30px;
  font-weight: 700;
  width: 100%;
}
.wvdr_legacy .support .supportProcess .menu .image {
  height: 200px;
  width: 100%;
}
.wvdr_legacy .support .supportProcess .menu .image .imageinside {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wvdr_legacy .support .supportProcess .menu .image .imageinside svg {
  width: 60%;
  max-height: 60%;
}
.wvdr_legacy .support .supportProcess .menu .image .imageinside svg path {
  fill: white;
}
.wvdr_legacy .support .supportProcess .menu ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 40px;
  margin-top: 20px;
}
.wvdr_legacy .support .supportProcess .menu ol li {
  margin: 0 0 20px 0;
  counter-increment: my-counter;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
.wvdr_legacy .support .supportProcess .menu ol li::before {
  content: counter(my-counter);
  color: #083351;
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  --size: 28px;
  left: calc(-1 * var(--size) - 8px);
  line-height: calc(var(--size) + 2px);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: white;
  border-radius: 50%;
  text-align: center;
}
.wvdr_legacy .support .supportProcess .menu ol li.active {
  font-weight: 900;
}
.wvdr_legacy .support .supportProcess .menu ol li.active::before {
  color: white;
  background: #00AAE4;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .support .supportProcess .menu ol {
    display: none;
  }
}
.wvdr_legacy .support .supportProcess .menu .mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .wvdr_legacy .support .supportProcess .menu .mobile {
    display: block;
  }
}
.wvdr_legacy .support .supportProcess .menu .mobile .mobileprocessteps {
  display: flex;
  max-width: 300px;
  margin: auto;
  justify-content: center;
}
.wvdr_legacy .support .supportProcess .menu .mobile .mobileprocessteps .step {
  width: 28px;
  height: 28px;
  background-color: white;
  color: #083351;
  border-radius: 50%;
  text-align: center;
  margin: 0px 2px;
  font-weight: 900;
}
.wvdr_legacy .support .supportProcess .menu .mobile .mobileprocessteps .step.active {
  background-color: #00AAE4;
  color: white;
}
.wvdr_legacy .support .supportProcess .menu .mobile .mobileprocessteps .line {
  margin-top: 13px;
  width: 50px;
  border-top: 2px dashed white;
}
.wvdr_legacy .support .supportProcess .menu .mobile .text {
  font-weight: 900;
  font-size: 25px;
  color: white;
  text-align: center;
  margin: 30px 0px 10px 0px;
}
.wvdr_legacy .support .supportProcess .content {
  padding: 30px;
  position: relative;
  width: calc(100% - 60px);
  transition: 0.3s;
}
.wvdr_legacy .support .supportProcess .content h2 {
  padding-right: 30px;
}
.wvdr_legacy .support .supportProcess .content .close {
  position: absolute;
  right: 30px;
}
.wvdr_legacy .support .supportProcess .content .close svg {
  height: 20px;
  width: 20px;
}
.wvdr_legacy .support .supportProcess .content .close svg path {
  fill: #083351;
}
.wvdr_legacy .support .supportProcess .content .js_process_item {
  margin-bottom: 60px;
  display: none;
  transition: 0.3s;
  overflow: hidden;
  padding-bottom: 30px;
}
.wvdr_legacy .support .supportProcess .content .js_process_item.active {
  display: block;
  opacity: 1;
}
.wvdr_legacy .support .supportProcess .content .js_process_item.transparent {
  opacity: 0;
  pointer-events: none;
}
.wvdr_legacy .support .supportProcess .content .js_process_item.absolute {
  position: absolute;
}
.wvdr_legacy .support .supportProcess .content .js_process_item .buttoncontainer {
  position: absolute;
  bottom: 30px;
  display: flex;
}
.wvdr_legacy .support .supportProcess .content .js_process_item .buttoncontainer .button.bg-back {
  background-color: #525252;
  color: white;
}
.wvdr_legacy .support .supportProcess .content .js_process_item .buttoncontainer .button.bg-back:hover {
  border-color: #525252;
  background-color: white;
  color: #525252;
}
.wvdr_legacy .support .supportProcess .content .js_process_item .buttoncontainer .button:first-of-type {
  margin-right: 20px;
}
@media only screen and (max-width: 487px) {
  .wvdr_legacy .support .supportProcess .content .js_process_item {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .wvdr_legacy .support .supportProcess .content .js_process_item .buttoncontainer {
    position: relative;
    display: block;
    margin-top: 30px;
    bottom: 0;
  }
  .wvdr_legacy .support .supportProcess .content .js_process_item .buttoncontainer .button {
    margin: 10px 0px;
  }
  .wvdr_legacy .support .supportProcess .content .js_process_item .buttoncontainer .button:first-of-type {
    margin-right: 0px;
  }
}
.wvdr_legacy .support .supportProcess .content .js_process_item table {
  margin-top: 30px;
}
.wvdr_legacy .support .supportProcess .content .js_process_item table th {
  width: 25%;
}
.wvdr_legacy .support .supportProcess .content .js_process_item table td {
  text-align: left;
}
.wvdr_legacy .vacancydetail {
  padding-top: 0px !important;
}
.wvdr_legacy .vacancydetail .pluginHeader {
  margin-bottom: 0px;
  position: relative;
  background-color: #083351;
}
.wvdr_legacy .vacancydetail .pluginHeader .bg_cover {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wvdr_legacy .vacancydetail .pluginHeader .bg_cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.wvdr_legacy .vacancydetail .pluginHeader .content {
  z-index: 100;
}
.wvdr_legacy .vacancydetail .pluginHeader .content .hero_text {
  padding-top: 4%;
  padding-bottom: 4%;
  color: white;
}
.wvdr_legacy .vacancydetail .pluginHeader .content .hero_text .subtext {
  margin-bottom: 20px;
  font-size: 20px;
  max-width: 700px !important;
  color: white;
}
.wvdr_legacy .vacancydetail .pluginHeader .content .hero_text .subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: white;
}
.wvdr_legacy .vacancydetail .excerpt {
  background-color: #F5F5F5;
  padding: 40px 0;
  margin-bottom: 0;
}
.wvdr_legacy .vacancydetail h1 {
  margin: 0 0 20px 0;
}
.wvdr_legacy .vacancydetail.vacancycontent {
  margin-top: 40px;
}
.wvdr_legacy .vacancydetail.vacancycontent p {
  margin-bottom: 40px;
}
.wvdr_legacy .dividerImage_vacancy {
  height: 300px;
  width: 100%;
  margin: 40px 0px;
}
.wvdr_legacy .dividerImage_vacancy img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wvdr_legacy .apply_form, .wvdr_legacy .download_form {
  max-width: 500px;
  margin: 0 auto;
}
.wvdr_legacy .apply_form .head, .wvdr_legacy .download_form .head {
  margin-top: 50px;
}
.wvdr_legacy .apply_form .head .header_underscore, .wvdr_legacy .download_form .head .header_underscore {
  margin-bottom: 20px;
}
.wvdr_legacy .apply_form input[type=submit], .wvdr_legacy .download_form input[type=submit] {
  margin-top: 40px;
  width: 100%;
}
.wvdr_legacy .apply_form .motivationfield, .wvdr_legacy .download_form .motivationfield {
  padding-top: 20px;
}
.wvdr_legacy .apply_form .motivationfield label, .wvdr_legacy .download_form .motivationfield label {
  padding-bottom: 5px;
}
.wvdr_legacy .apply_form .motivationfield textarea, .wvdr_legacy .download_form .motivationfield textarea {
  border: 1px solid #00AAE4;
  min-height: 300px;
  border-radius: 10px;
  padding: 10px;
  resize: vertical;
}
.wvdr_legacy .apply_form .motivationfield textarea:focus, .wvdr_legacy .download_form .motivationfield textarea:focus {
  outline: none !important;
  border: 2px solid #00AAE4;
  background-color: #DEF0FA;
}
.wvdr_legacy .apply_form .filefield, .wvdr_legacy .download_form .filefield {
  padding-top: 40px;
}
.wvdr_legacy .apply_form .filefield .et_pb_contact_form_label, .wvdr_legacy .download_form .filefield .et_pb_contact_form_label {
  display: block;
  color: #083351;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 18px;
  padding-bottom: 5px;
  position: relative;
  border-radius: 10px;
}
.wvdr_legacy .apply_form .filefield input[id=et_pb_contact_brand_file_request_0], .wvdr_legacy .download_form .filefield input[id=et_pb_contact_brand_file_request_0] {
  display: none;
}
.wvdr_legacy .apply_form .filefield label[for=et_pb_contact_brand_file_request_0], .wvdr_legacy .download_form .filefield label[for=et_pb_contact_brand_file_request_0] {
  background: #fff;
  height: 145px;
  background-image: url("/static/frontend/img/website/../plus.svg");
  background-repeat: no-repeat;
  background-position: top 53px center;
  background-size: 7%;
  color: transparent;
  margin: auto;
  left: 0;
  right: 0;
  border: 1px dashed #00AAE4;
  box-sizing: border-box;
}
.wvdr_legacy .apply_form .filefield label[for=et_pb_contact_brand_file_request_0]:before, .wvdr_legacy .download_form .filefield label[for=et_pb_contact_brand_file_request_0]:before {
  content: "Upload your resume as PDF";
  display: block;
  font-size: 14px;
  color: #083351;
  font-weight: 400;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px 0px;
  position: absolute;
}
.wvdr_legacy .apply_form .filefield label[for=et_pb_contact_brand_file_request_0]:after, .wvdr_legacy .download_form .filefield label[for=et_pb_contact_brand_file_request_0]:after {
  display: block;
  content: "Browse";
  background: #00AAE4;
  width: 86px;
  position: absolute;
  height: 27px;
  line-height: 27px;
  bottom: 19px;
  font-size: 14px;
  color: white;
  font-weight: 500;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wvdr_legacy .apply_form .filefield label[for=et_pb_contact_brand_request_0]:after, .wvdr_legacy .download_form .filefield label[for=et_pb_contact_brand_request_0]:after {
  content: " (Provide link or Upload files if you already have guidelines)";
  font-size: 12px;
  letter-spacing: -0.31px;
  color: #D9EFFA;
  font-weight: normal;
}
.wvdr_legacy .apply_form .filefield label[for=et_pb_contact_design_request_0]:after, .wvdr_legacy .download_form .filefield label[for=et_pb_contact_design_request_0]:after {
  content: " (Provide link or Upload design files)";
  font-size: 12px;
  letter-spacing: -0.31px;
  color: #D9EFFA;
  font-weight: normal;
}
.wvdr_legacy .apply_form .filefield label[for=et_pb_contact_brand_file_request_0].changed,
.wvdr_legacy .apply_form .filefield label[for=et_pb_contact_brand_file_request_0]:hover, .wvdr_legacy .download_form .filefield label[for=et_pb_contact_brand_file_request_0].changed,
.wvdr_legacy .download_form .filefield label[for=et_pb_contact_brand_file_request_0]:hover {
  background-color: #DEF0FA;
}
.wvdr_legacy .apply_form .filefield label[for=et_pb_contact_brand_file_request_0], .wvdr_legacy .download_form .filefield label[for=et_pb_contact_brand_file_request_0] {
  cursor: pointer;
  transition: 400ms ease;
}
.wvdr_legacy .apply_form .filefield .file_names, .wvdr_legacy .download_form .filefield .file_names {
  display: block;
  color: black;
  left: 0;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
.wvdr_legacy .apply_form .filefield .file_names, .wvdr_legacy .download_form .filefield .file_names {
  text-align: center;
}
.wvdr_legacy .dev_page {
  display: flex;
}
@media screen and (max-width: 1160px) {
  .wvdr_legacy .dev_page {
    position: relative;
  }
}
.wvdr_legacy .dev_page .dev_side {
  width: 280px;
  border-right: 2px solid #e7f4fb;
  font-size: 16px;
  height: calc(100vh - 125px);
  font-size: 16px;
  position: sticky;
  top: 96px;
  overflow-y: scroll;
  transition: 0.3s;
}
@media screen and (max-width: 1160px) {
  .wvdr_legacy .dev_page .dev_side {
    top: 0;
  }
}
.wvdr_legacy .dev_page .dev_side h3 {
  color: #00AAE4;
  padding-left: 20px;
}
.wvdr_legacy .dev_page .dev_side .mobile_close {
  padding: 20px;
  background-color: #B7C1C7;
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .dev_page .dev_side .mobile_close {
    display: flex;
  }
}
.wvdr_legacy .dev_page .dev_side .mobile_close svg {
  margin-right: 10px;
  height: 20px;
}
.wvdr_legacy .dev_page .dev_side .mobile_close svg path {
  fill: white;
}
.wvdr_legacy .dev_page .dev_side ul {
  list-style-type: none;
  margin: 0 10px;
  padding: 20px 0;
  border-bottom: 2px solid #e7f4fb;
}
.wvdr_legacy .dev_page .dev_side ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
}
.wvdr_legacy .dev_page .dev_side ul li.selected > a {
  color: #00aae4;
}
.wvdr_legacy .dev_page .dev_side ul li.child.descendant ul {
  display: none;
  border-bottom: none;
}
.wvdr_legacy .dev_page .dev_side ul li.child > ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  border-bottom: 0;
}
.wvdr_legacy .dev_page .dev_side ul li.child > ul li {
  padding: 5px 20px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .dev_page .dev_side {
    left: -100%;
    position: absolute;
    pointer-events: none;
    z-index: 999999;
    width: 100%;
    background-color: white;
    height: 100%;
    box-shadow: 0vw 0px 0px 0px rgba(0, 0, 0, 0);
    transition-duration: 300ms, 300ms;
    transition-property: left, box-shadow;
  }
  .wvdr_legacy .dev_page .dev_side.open {
    left: 0;
    width: 90%;
    height: 100%;
    pointer-events: auto;
    box-shadow: 2vw 0px 50px 14px rgba(0, 0, 0, 0.2117647059);
  }
}
.wvdr_legacy .dev_page .devinter_menu {
  width: 100%;
  padding: 20px 0;
  display: none;
  justify-content: center;
  color: white;
  background-color: #B7C1C7;
  align-items: center;
}
.wvdr_legacy .dev_page .devinter_menu button {
  margin-top: -8px;
}
@media screen and (max-width: 992px) {
  .wvdr_legacy .dev_page .devinter_menu {
    display: flex;
  }
}
.wvdr_legacy h1 {
  font-weight: 600;
}
.wvdr_legacy h2 {
  color: #525252;
  font-weight: 400;
}
.wvdr_legacy .row {
  justify-content: space-between;
  position: relative;
}
.wvdr_legacy .row.smallwidth {
  max-width: 1080px;
  margin: auto;
}
.wvdr_legacy .row .block_1_2 > div {
  padding: 0 10px;
  height: 100%;
}
.wvdr_legacy .row .block_1_2 > div p {
  margin: 0;
}
.wvdr_legacy .row .block_1_3 > div {
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
.wvdr_legacy .row .block_1_3 > div p {
  margin: 0;
}
.wvdr_legacy .row .block_1_4 > div {
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
.wvdr_legacy .row .block_1_4 > div p {
  margin: 0;
}
.wvdr_legacy .row a {
  color: unset;
  text-decoration: unset;
}
.wvdr_legacy .row .twoBigButtons .bbutton .text {
  margin: unset;
}
.wvdr_legacy .row .title {
  margin: unset;
}
.wvdr_legacy .row .quarter {
  font-size: 1.5em;
  font-weight: 900;
  position: relative;
  display: inline-block;
}
.wvdr_legacy .row .quarter:after {
  position: absolute;
  content: "";
  height: 20px;
  background-color: #d9effa;
  margin: 0 auto;
  left: -5px;
  top: 15px;
  right: 0;
  width: calc(100% + 10px);
  z-index: -1;
}
.wvdr_legacy .row .htmlcontent ul {
  background-color: #def0fa;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.wvdr_legacy .row .htmlcontent ul li {
  word-break: break-word;
}
.wvdr_legacy .row .htmlcontent ol {
  background-color: #def0fa;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.wvdr_legacy .row .htmlcontent ol li {
  margin: 5px;
}
.wvdr_legacy .row .htmlcontent img {
  width: 100%;
  max-height: 80vh;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.wvdr_legacy .row .htmlcontent table {
  text-align: left;
  border: none;
}
.wvdr_legacy .row .htmlcontent table td,
.wvdr_legacy .row .htmlcontent table th {
  text-align: left !important;
  border: none;
}
.wvdr_legacy .row .htmlcontent table td {
  border-bottom: 1px solid #e7f4fb;
}
.wvdr_legacy .row .htmlcontent table th {
  padding: 20px 10px;
  font-weight: 800;
  background-color: #e7f4fb;
  font-size: 24px;
}
.wvdr_legacy .imagetext {
  display: flex;
  margin: 10px 0;
  align-items: center;
  color: unset !important;
  text-decoration: unset !important;
  transition: 0.3s;
}
.wvdr_legacy .imagetext img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wvdr_legacy .imagetext:hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}
.wvdr_legacy .htmlcontent {
  word-break: normal;
  max-width: 100%;
}
.wvdr_legacy .breadcrumb {
  padding-left: 20px;
  padding-bottom: 20px;
  background-color: #F5F5F5;
}
.wvdr_legacy .docu {
  flex: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 1160px) {
  .wvdr_legacy .docu {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .wvdr_legacy .docu {
    padding: 0 5px;
  }
}
.wvdr_legacy .devblock {
  display: table;
  width: 100%;
}
.wvdr_legacy .devblock .devtext {
  display: table-cell;
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
  word-break: break-word;
}
.wvdr_legacy .devblock .devtext .open_code {
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 1160px) {
  .wvdr_legacy .devblock .devtext .open_code {
    display: block;
  }
}
.wvdr_legacy .devblock .codepart {
  display: table-cell;
  padding-right: 20px;
  padding-top: 10px;
  flex-basis: 60%;
  padding-left: 20px;
  max-width: 60%;
  padding-bottom: 40px;
  color: #f5fbff;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgb(38, 50, 56);
}
.wvdr_legacy .devblock .codepart .closecode {
  padding: 10px;
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1160px) {
  .wvdr_legacy .devblock .codepart .closecode {
    display: flex;
  }
}
.wvdr_legacy .devblock .codepart .closecode svg {
  margin-right: 5px;
}
.wvdr_legacy .devblock .codepart .closecode svg path {
  fill: white;
}
.wvdr_legacy .devblock .codepart .codesection {
  opacity: 0;
  transition: 0.3s;
  max-height: 0;
}
.wvdr_legacy .devblock .codepart .codesection .codemenu {
  list-style-type: none;
  margin: 0 0 0 5px;
  display: flex;
  padding: 0;
}
.wvdr_legacy .devblock .codepart .codesection .codemenu li {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.479);
  cursor: pointer;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wvdr_legacy .devblock .codepart .codesection .codemenu li:hover {
  color: white;
  border: 1px solid #00AAE4;
}
.wvdr_legacy .devblock .codepart .codesection .codemenu li.active {
  background-color: #00AAE4;
  color: #0d1113;
  border: 1px solid #00AAE4;
}
.wvdr_legacy .devblock .codepart .codesection h3 {
  padding: 0 0 10px 10px;
}
.wvdr_legacy .devblock .codepart .codesection .codeblock {
  background-color: #0d1113;
  padding: 20px 20px 10px 20px;
  width: calc(100% - 40px);
  font-size: 14px;
  border-radius: 20px;
  font-family: monospace;
  margin-bottom: 10px;
}
.wvdr_legacy .devblock .codepart .codesection .codeblock.switchblock {
  display: none;
}
.wvdr_legacy .devblock .codepart .codesection .codeblock.switchblock.active {
  display: block;
}
.wvdr_legacy .devblock .codepart .codesection .codeblock p {
  margin-bottom: 0;
}
.wvdr_legacy .devblock .codepart .codesection .codeblock code {
  opacity: 0;
  transition: 0.3s;
  padding-bottom: 10px;
  max-width: 45vw;
}
.wvdr_legacy .devblock .codepart .codesection .codeblock code.hljs {
  opacity: 1;
}
@media screen and (max-width: 1160px) {
  .wvdr_legacy .devblock .codepart {
    right: -100%;
    top: 50px;
    position: fixed;
    width: 100%;
    max-width: unset;
    height: 100%;
    pointer-events: none;
    z-index: 999999999;
    background-color: rgba(38, 50, 56, 0.9215686275);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    transition: 0.3s;
    padding-right: 0px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wvdr_legacy .devblock .codepart .codesection {
    padding: 0 10px;
  }
  .wvdr_legacy .devblock .codepart .codesection .code {
    max-width: unset;
  }
  .wvdr_legacy .devblock .codepart.open {
    right: 0%;
    display: block;
    pointer-events: all;
  }
  .wvdr_legacy .devblock .devtext {
    padding-right: 0;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.wvdr_legacy h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 800;
}
.wvdr_legacy .breadcrumb {
  padding-top: 20px;
}
.wvdr_legacy .blue {
  color: #00aae4;
}
.wvdr_legacy .green {
  color: rgb(35, 196, 35);
}
.wvdr_legacy.top {
  z-index: 1000000;
}

.cstm_header {
  position: sticky;
  z-index: 1000000;
  top: 0;
}
.cstm_header.ancmt_top {
  top: -42px;
}

.cstm_footer_padding {
  margin-top: 4.7rem;
  margin-left: 2.4rem;
}

.scroll_lock {
  overflow: hidden;
}
.scroll_lock.no_touch {
  width: calc(100% - 10px);
}

.custom_blog_truncate {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  overflow-wrap: break-word;
}
@media (min-width: 1364px) {
  .custom_blog_truncate {
    min-height: 60px;
  }
  .custom_blog_truncate p {
    line-height: 1.5;
    min-height: 60px;
  }
}
